Add float as an intermediate format, as well as float mixing. Enable test that was...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4         (double_hq), (audio_convert_get_func_index),
5         (audio_convert_prepare_context), (audio_convert_convert):
6         * gst/audioconvert/audioconvert.h:
7         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
8         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9         * gst/audioconvert/gstchannelmix.h:
10         * tests/check/elements/audioconvert.c: (GST_START_TEST):
11           Add float as an intermediate format, as well as float mixing. Enable
12           test that was failing before. Fixes #339837
13
14 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
15
16         * tests/examples/seek/seek.c: (do_seek):
17         Undo the previous commit: -1 as a stop time implies that the stop
18         time is the end of file, clearing any previously configured segment.
19
20 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
21
22         * tests/examples/seek/seek.c: (do_seek):
23         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
24
25 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
26
27         * gst/volume/gstvolume.c: (volume_process_int16),
28         (volume_process_int16_clamp), (volume_set_caps):
29           Unbreak volume, value remains gint.
30
31 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
32
33         * gst/volume/gstvolume.c: (volume_choose_func),
34         (volume_update_real_volume), (gst_volume_set_volume),
35         (gst_volume_init), (volume_process_double), (volume_process_float),
36         (volume_process_int16), (volume_process_int16_clamp),
37         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
38         * gst/volume/gstvolume.h:
39           Extend float audio support (double) and some int->uint cleanups.
40
41 2007-02-20  Edward Hervey  <edward@fluendo.com>
42
43         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
44         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
45         (sort_end_pads), (gst_decode_group_expose),
46         (gst_decode_group_hide):
47         Don't free groups from the streaming threads. Just put them aside and
48         free them in dispose.
49
50 2007-02-20  Edward Hervey  <edward@fluendo.com>
51
52         * gst/playback/gstdecodebin2.c: (connect_element),
53         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
54         (sort_end_pads), (gst_decode_group_expose):
55         Handle dynamic pads within groups.
56         Sort pads before exposing them in order to make playbin happy.
57         There still is a race with the multiqueue filling up. This should be
58         solved separately.
59         Fixes #398721
60
61 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
62
63         * gst-libs/gst/utils/base-utils.c:
64         * gst-libs/gst/utils/descriptions.c:
65         * gst-libs/gst/utils/install-plugins.c:
66         * gst-libs/gst/utils/missing-plugins.c:
67           Some more docs (and descriptions for two subtitle formats).
68
69 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
70
71         * gst-libs/gst/audio/audio.c:
72           Fix documentation.
73
74 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
75
76         Patch by: Yves Lefebvre  <ivanohe abacom com>
77
78         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
79           Don't leak caps. Fixes #408278.
80
81 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
82
83         * ext/cdparanoia/gstcdparanoiasrc.h:
84         * ext/ogg/gstoggdemux.h:
85         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
86         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
87         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
88         * gst-libs/gst/audio/audio.h:
89         * gst-libs/gst/audio/gstaudiofilter.h:
90         * gst-libs/gst/interfaces/videoorientation.h:
91         * gst/adder/gstadder.h:
92           More docs coverage and some ChangeLog surgery (add missing names)
93
94 2007-02-15  Wim Taymans  <wim@fluendo.com>
95
96         * sys/ximage/ximagesink.c:
97         (gst_ximagesink_calculate_pixel_aspect_ratio):
98         * sys/xvimage/xvimagesink.c:
99         (gst_xvimagesink_calculate_pixel_aspect_ratio):
100         Small constifications.
101
102 2007-02-15  Wim Taymans  <wim@fluendo.com>
103
104         * gst-libs/gst/audio/gstbaseaudiosink.c:
105         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
106         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
107         (gst_base_audio_sink_async_play),
108         (gst_base_audio_sink_change_state):
109         Answer latency query.
110         Use configured latency when syncing.
111         Fix clock slaving.
112
113         * gst-libs/gst/audio/gstbaseaudiosrc.c:
114         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
115         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
116         Fix possible memleak.
117         Implement latency query.
118         Small cleanups.
119
120 2007-02-15  Wim Taymans  <wim@fluendo.com>
121
122         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
123         Ignore errors in reset, these are not fatal. They also grab the element
124         lock which is already taking when this function is called. Fixes
125         #405451.
126
127 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
128
129         * configure.ac:
130           Remove 'tests/examples/xerror/Makefile' from output files again.
131
132 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
133
134         * configure.ac:
135         * docs/plugins/Makefile.am:
136           Also crossref against gst-plugins-base-libs.
137
138 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
139
140         * configure.ac:
141         * docs/libs/Makefile.am:
142         * docs/plugins/Makefile.am:
143           Add crossreferences to glib/gobject/gstream docs.
144
145         * gst-libs/gst/audio/audio.h:
146           Source formatting.
147
148         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
149           Add own debug category.
150
151 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
152
153         Patch by: René Stadler <mail at renestadler de>
154
155         * gst-libs/gst/tag/gstvorbistag.c:
156           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
157           (#403597).
158
159 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
160
161         * gst/playback/gstplaybasebin.c: (setup_source):
162           When we have external subtitles and wait for the subtitle decodebin
163           to get up and running, we set up a (sync) bus handler for the
164           subtitle decodebin, so we can stop waiting when it posts an error
165           message. However, we should do that before we set the subtitle
166           decodebin's state to playing, otherwise things are racy and we might
167           miss error messages posted before we had a chance to set up the bus.
168           This should finally fix totem hanging on .txt pseudo-subtitle files.
169           
170 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
171
172         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
173           Use gst_gdouble_to_guint64 for conversions.
174         * win32/common/config.h.in:
175           Add a define for GST_INSTALL_PLUGINS_HELPER
176         * win32/common/libgstaudio.def:
177         * win32/common/libgstcdda.def:
178         * win32/common/libgstnetbuffer.def:
179         * win32/common/libgstrtp.def:
180         * win32/common/libgutils.def:
181           Add new exported functions.
182         * win32/vs6/gst_plugins_base.dsw:
183         * win32/vs6/libgstdecodebin.dsp:
184         * win32/vs6/libgstnetbuffer.dsp:
185         * win32/vs6/libgstplaybin.dsp:
186         * win32/vs6/libgstrtp.dsp:
187         * win32/vs6/libgstvorbis.dsp:
188         * win32/vs6/libgstcdda.dsp:
189         * win32/vs6/libgstgdp.dsp:
190         * win32/vs6/libgstutils.dsp:
191           Update and add new project files.
192
193 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
194
195         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
196         (subrip_remove_unhandled_tags), (parse_subrip):
197           For SubRip (.srt) subtitles, ignore all markup tags we don't
198           handle (like font tags, for example).
199
200         * tests/check/elements/subparse.c:
201           Add test for this.
202
203 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * gst/playback/gstdecodebin.c: (add_fakesink),
206         (gst_decode_bin_change_state):
207         * gst/playback/gstdecodebin2.c: (add_fakesink),
208         (gst_decode_bin_change_state):
209           Don't error out if there is no fakesink in the NULL to READY state
210           change, since when decodebin is re-used, we're only adding the
211           fakesink element in READY to PAUSED.
212
213         * tests/check/elements/decodebin.c:
214         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
215         (decodebin_suite):
216           Minimal unit test to make sure we can use the same decodebin
217           instance twice (at least with audiotestsrc input).
218
219 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
220
221         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
222           Try to get devic-name from device string first, and from handle only
223           as fallback (seems to yield better results and is more robust
224           against buggy probing code on the application side).
225
226 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
227
228         Based on patch by: Julien Puydt <julien.puydt at laposte net>
229
230         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
231         (gst_alsa_find_device_name):
232         * ext/alsa/gstalsa.h:
233         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
234         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
235           Improve device-name detection a bit, especially in the case where
236           the device is not actually open (#405020, #405024). Move common code
237           into gstalsa.c instead of duplicating it.
238
239 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * gst/audioconvert/gstaudioconvert.c:
242           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
243
244 2007-02-06  Julien MOUTTE  <julien@moutte.net>
245
246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
247         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
248         (gst_xvimagesink_interface_supported),
249         (gst_xvimagesink_probe_get_properties),
250         (gst_xvimagesink_probe_probe_property),
251         (gst_xvimagesink_probe_needs_probe),
252         (gst_xvimagesink_probe_get_values),
253         (gst_xvimagesink_property_probe_interface_init),
254         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
255         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
256         (gst_xvimagesink_get_type):
257         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
258         for XVAdaptors so that one can choose the adaptor to use with 
259         gstreamer-properties.
260
261 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
262
263         * gst/audioconvert/gstaudioconvert.c:
264           Also mention that a conversion from double to float is suboptimal still.
265
266 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
267
268         * gst-libs/gst/audio/gstaudiofilter.c:
269         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
270           Clear our formats structure and free the caps contained in it when
271           shutting down.
272
273 2007-02-05  Andy Wingo  <wingo@pobox.com>
274
275         * gst-libs/gst/audio/gstbaseaudiosink.c
276         (gst_base_audio_sink_callback): Update basesink->offset so that we
277         pull monotonically increasing offsets instead of, um, seeking back
278         to 0 each time. Fixes alsasrc ! alsasink!
279
280 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
281
282         * gst/videoscale/gstvideoscale.c:
283           A width and height of 1 makes us crash, so increase minimum size to
284           2x2 pixels until someone feels like fixing this (#404512).
285
286 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
289           Add small test to make sure request pads are cleaned up properly
290           even if oggmux never changes state out of NULL.
291
292 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
293
294         * tests/check/libs/utils.c: (GST_START_TEST):
295           Fix unit test. Turns out things work much better when you
296           NULL-terminate string arrays. Should make p5 build bot happy again.
297
298 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * gst-libs/gst/audio/Makefile.am:
301         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
302         (gst_audio_filter_template_base_init),
303         (gst_audio_filter_template_class_init),
304         (gst_audio_filter_template_init),
305         (gst_audio_filter_template_set_property),
306         (gst_audio_filter_template_get_property),
307         (gst_audio_filter_template_setup),
308         (gst_audio_filter_template_filter),
309         (gst_audio_filter_template_filter_inplace), (plugin_init):
310           Oops, forgot to commit fixed-up example.
311
312 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * docs/libs/gst-plugins-base-libs-sections.txt:
315         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
316         (gst_audio_filter_class_init), (gst_audio_filter_init),
317         (gst_audio_filter_set_caps),
318         (gst_audio_filter_class_add_pad_templates):
319         * gst-libs/gst/audio/gstaudiofilter.h:
320           Port GstAudioFilter to 0.10. This change technically breaks
321           API and ABI (and thus also every library developer's heart),
322           but seems justifiable on the grounds that the base class was
323           completely unusable before (ie. would crash immediately when
324           actually used). Fixes #403963 (and eventually also #403572).
325           Also document all of this a bit.
326
327 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst-libs/gst/utils/install-plugins.c:
330         (gst_install_plugins_spawn_child):
331         * tests/check/libs/utils.c:
332         (test_base_utils_install_plugins_do_callout):
333           Lowering log level to see why things fail on the p5 build bot;
334           fix some typos in unit test messages.
335
336 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
337
338         * tests/check/libs/utils.c:
339         (test_base_utils_install_plugins_do_callout):
340           Don't hard-code temp directory for test helper; use GLib functions
341           to write out file and do error checking etc.
342
343 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
344
345         * gst-libs/gst/utils/Makefile.am:
346         * gst-libs/gst/utils/base-utils.h:
347         * gst-libs/gst/utils/install-plugins.c:
348         (gst_install_plugins_context_set_xid),
349         (gst_install_plugins_context_new),
350         (gst_install_plugins_context_free),
351         (gst_install_plugins_get_helper),
352         (gst_install_plugins_spawn_child),
353         (gst_install_plugins_return_from_status),
354         (gst_install_plugins_installer_exited),
355         (gst_install_plugins_async), (gst_install_plugins_sync),
356         (gst_install_plugins_return_get_name),
357         (gst_install_plugins_installation_in_progress):
358         * gst-libs/gst/utils/install-plugins.h:
359           API: add API for applications to initiate installation of missing
360           plugins, ie. gst_install_plugins_async() primarily.
361           Based on libgimme-codec by Ryan Lortie.
362
363         * configure.ac:
364           Add --with-install-plugins-helper configure option so distros can specify
365           the path of the helper script or program to call when plugin installation
366           is requested (distros: please do any argument munging in this helper
367           script instead of patching GStreamer to pass arguments differently
368           to another program directly).
369
370         * docs/libs/gst-plugins-base-libs-docs.sgml:
371         * docs/libs/gst-plugins-base-libs-sections.txt:
372           Build and document new API.
373
374         * tests/check/libs/utils.c: (result_cb),
375         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
376         (libgstbaseutils_suite):
377           Some simple checks for the new API.
378
379 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
380
381         * tests/check/elements/audioconvert.c: (test_float_conversion):
382           Add small test for 32bit float <=> 64bit float conversion (works
383           only one way so far, 32=>64 produces structured noise).
384
385 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
386
387         * gst/audioconvert/gstaudioconvert.c:
388         (set_structure_widths_32_and_64), (make_lossless_changes):
389           We don't support floats with a width of 40, 48 or 56 bits.
390
391 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
392
393         * gst/audioconvert/audioconvert.c: (float), (double),
394         (audio_convert_get_func_index):
395         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
396         (make_lossless_changes):
397           Support for 64-bit float audio in audioconvert (#339837)
398
399 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
400
401         Patch by: Holger Wansing  <linux wansing-online de>
402
403         * po/LINGUAS:
404         * po/de.po:
405           Add German translation (#352069).
406
407 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
408
409         reviewed by: Wim Taymans <wim@fluendo.com>
410
411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
412         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
413         Use newly added GstCollectPads API to free the allocated resources in
414         the GstOggPad structures (#402393).
415
416 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
417
418         * gst/playback/gstplaybin.c: (gen_vis_element):
419           Add audioresample+audioconvert in front of the visualisation
420           element, so that elements like libvisual 0.4 that don't support all
421           samplerates can work.
422
423           Fixes: #402505
424
425 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
428         (gst_play_base_bin_get_streaminfo_value_array):
429           Take some locks and make a copy of the streaminfo value array we
430           maintain while holding the lock, so that the application can
431           retrieve the stream-info as a value array in a thread-safe way.
432
433 2007-01-30  Wim Taymans  <wim@fluendo.com>
434
435         * gst/audioconvert/gstaudioconvert.c:
436         Don't fail on 0 sized buffers. Fixes #396835.
437
438 2007-01-29  David Schleef  <ds@schleef.org>
439
440         * gst/typefind/gsttypefindfunctions.c:
441           Detect BBCD as video/x-dirac, so we can play raw dirac
442           streams.
443
444 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
445
446         * ext/theora/theoraenc.c: (theora_enc_chain):
447           Check return value of theora_encode_header(), or we might try to
448           allocate a random number of bytes. theora_encode_header() can fail
449           if libtheora has been compiled with encoding support disabled.
450           Fixes #398110.
451
452 2007-01-29  Wim Taymans  <wim@fluendo.com>
453
454         * tests/check/gst/.cvsignore:
455         Do as buildbot says.
456
457 2007-01-29  Wim Taymans  <wim@fluendo.com>
458
459         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
460         Fix strides in libvisual. Gst uses X strides.
461         Inspired by: <ed at catmur dot co dot uk> and 
462         <tim at centricular dot net>
463         Fixes #401118.
464
465 2007-01-27  Wim Taymans  <wim@fluendo.com>
466
467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
468         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
469         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
470         (gst_ogg_demux_perform_seek),
471         (gst_ogg_demux_bisect_forward_serialno),
472         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
473         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
474         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
475         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
476         * ext/ogg/gstoggdemux.h:
477         Properly propagate streaming errors when we are scanning the file for
478         chains so that we don't crash when shut down. Might fix some crashers
479         when quickly switching oggs in RB such as #332503 and #378436.
480
481 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
484           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
485           error code as well.
486
487 2007-01-25  Wim Taymans  <wim@fluendo.com>
488
489         * gst/playback/gstplaybasebin.c: (remove_source):
490         Don't try to disconnect a signal from a finalized object.
491
492 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
493
494         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
495           Cast lock macro parameters to make sure we're actually accessing the
496           lock member at the right class level. Free list itself in _dispose()
497           as well and NULL it in case dispose gets called multiple times.
498
499 2007-01-25  Edward Hervey  <edward@fluendo.com>
500
501         * gst/playback/gstdecodebin2.c:
502         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
503         Free GstDecodeGroups no longer used.
504         (gst_decode_group_expose):
505         Don't unlock too many times !
506         (deactivate_free_recursive):
507         Free iterator once we're done with it.
508         Fix for recursively deactivating elements (stop at ghostpads).
509
510 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * gst/playback/gstplaybin.c: (handoff):
513           Fix up caps on the frame buffer before we save it and potentially
514           make it accessible to other threads via g_object_get; also use
515           gst_buffer_replace() instead of gst_mini_object_replace().
516
517 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
518
519         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
520           Make getting the current frame thread-safe.
521
522 2007-01-25  Edward Hervey  <edward@fluendo.com>
523
524         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
525         (gst_decode_group_new), (gst_decode_group_free):
526         Set queues to bigger sizes to cope with HD contents.
527         Fix some mutex freeing and add comment about MT safe methods.
528
529 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
530
531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
532         (gst_text_overlay_text_event):
533           Don't unnecessarily ref (and then leak) upstream events if the text
534           pad is not linked. Fixes #399948.
535
536         * tests/check/gst-plugins-base.supp:
537           Add suppression for pango on edgy/x86 for textoverlay test.
538
539 2007-01-24  Wim Taymans  <wim@fluendo.com>
540
541         * gst-libs/gst/rtp/gstrtpbuffer.h:
542         Add some more fixed payloads.
543
544 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
545
546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
547           Error out properly if we get an error from libogg while reading the
548           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
549
550 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
551
552         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
553           Don't leak mutex.
554
555         * tests/check/elements/playbin.c:
556         (test_sink_usage_video_only_stream),
557         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
558         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
559         (test_missing_suburisource_handler),
560         (test_missing_primary_decoder), (playbin_suite):
561           Run all tests once with decodebin and once with decodebin2.
562           One test does not pass yet with decodebin2.
563
564 2007-01-23  Edward Hervey  <edward@fluendo.com>
565
566         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
567         Fix the cases where oggmux doesn't properly figure out that all
568         sinkpads have gone EOS, and therefore doesn't push out the remaining
569         buffers and the final EOS event.
570         Fixes #363379
571
572 2007-01-23  Julien MOUTTE  <julien@moutte.net>
573
574         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
576         Don't lock on navigation event push, just on keysym to string.
577         Fixes #397673 again.
578
579 2007-01-22  Edward Hervey  <edward@fluendo.com>
580
581         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
582         (get_current_group), (group_demuxer_event_probe),
583         (gst_decode_group_expose), (deactivate_free_recursive),
584         (gst_decode_group_free):
585         Cleanups.
586         Don't forget to emit 'no-more-pads' once a group is exposed.
587         Cleanup elements from a DecodeGroup once we remove it.
588         Protect call to gst_decode_group_expose() with the decodebin lock.
589
590 2007-01-22  Julien MOUTTE  <julien@moutte.net>
591
592         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
594         Looking at Xorg code i can't figure out if that XKeysymToString
595         function is thread sensible or not. Lock it just in case as
596         recommended by Radek Doulik <rodo at ximian dot com>.
597
598 2007-01-22  Julien MOUTTE  <julien@moutte.net>
599
600         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
602         Lock that X Call as well. Fixes #397673.
603
604 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
607           Don't go into an endless loop if the file starts with 00 00 01 2X,
608           like quicktime redirect files might. Fixes #396042.
609
610         * tests/check/Makefile.am:
611         * tests/check/gst/.cvsignore:
612         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
613         (typefindfunctions_suite):
614           Add unit test for the above.
615
616 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
619           On second thought, use "depth" field rather than "bpp" field.
620
621 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
624           Camtasia caps apparently need a bpp field (#398875).
625
626 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/playback/gstplaybasebin.c: (setup_subtitle),
629         (gen_source_element), (gst_play_base_bin_change_state):
630           Attempt at a better error message in case we don't have the required
631           URI handler installed; post missing-plugin message also when we're
632           missing an URI handler for the subtitle URI; clean up properly also
633           when an error occurs and we never made it to PAUSED state.
634
635         * tests/check/elements/playbin.c: (GST_START_TEST),
636         (playbin_suite):
637           Check that we're also getting a missing-plugin messsage for a
638           missing subtitle URI handler (and clean up properly).
639
640 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
643           Plug a few reference leaks.
644
645 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
646
647         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
648           Lower probability a bit if the marker isn't right at the start,
649           to decrease the chance of false positives.
650
651 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
652
653         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
654           Small mpeg2 system stream typefinding improvement: make typefinder
655           probe a bit into the stream instead of just looking for a marker
656           at the beginning. Fixes #397810.
657
658 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * gst/audioconvert/gstchannelmix.c:
661           Remove compatibility cruft for prehistoric GLib versions.
662
663 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst/playback/Makefile.am:
666         * gst/playback/gstdecodebin.c: (close_pad_link):
667         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
668         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
669         (gst_play_base_bin_handle_message_func), (unknown_type):
670           Let decodebin be the element to post missing-plugin messages for
671           missing decoders (rather than playbin); make playbin implement
672           GstBin::handle_message so we can suppress missing-plugin messages
673           for types we're not handling on purpose (don't want to bring up an
674           installer in those cases).
675
676 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
679         * gst-libs/gst/tag/gstvorbistag.c:
680         (gst_tag_list_to_vorbiscomment_buffer):
681         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
682           Fix potentially unaligned access (#397207).
683
684 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
685
686         * tests/examples/seek/seek.c: (set_scale), (update_scale),
687         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
688         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
689         (main):
690           Allow to toggle looping while it plays. Fix callback prototype. Clean
691           up code a bit more. Add copyright header.
692
693 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
694
695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
696           Red and blue mask was swapped (spotted by Dan Williams).
697
698 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
699
700         * gst-libs/gst/tag/gstid3tag.c:
701         * gst-libs/gst/tag/gstvorbistag.c:
702           Use new beats-per-minute tag from core.
703
704 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
705
706         * po/POTFILES.in:
707           Add new files with translatable strings, so they actually make it
708           into the template file one day.
709
710 2007-01-12  Andy Wingo  <wingo@pobox.com>
711
712         * gst-libs/gst/audio/gstbaseaudiosink.c
713         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
714         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
715         stuff, as the base class handles this now. Actually tell the ring
716         buffer to start.
717         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
718         How did this work before? Maybe I'm not as awesome a programmer as
719         I think.
720
721         * gst-libs/gst/audio/gstbaseaudiosrc.c
722         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
723         of a pad function.
724
725 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
728           Remove more fields so that the application can better blacklist
729           formats that have been tried before.
730
731 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * gst-libs/gst/audio/mixerutils.h:
734           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
735           used when compiling with c++ compilers as well.
736
737 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * gst/typefind/gsttypefindfunctions.c:
740           Fix comment.
741
742 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * gst/playback/gstplaybin.c: (post_missing_element_message),
745         (gen_video_element), (gen_text_element), (gen_audio_element),
746         (gen_vis_element):
747           Post missing-plugin messages also when we error out because
748           converters, textoverlay or auto*sinks are missing (#161922).
749
750 2007-01-10  Wim Taymans  <wim@fluendo.com>
751
752         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
753         (is_demuxer_element), (new_caps):
754         * gst/playback/gstplaybasebin.c: (source_new_pad):
755         Fix the case where we try to ref a NULL element when we delay a link
756         because of unfixed caps.
757         Set the state of autoplugged decodebins to PAUSED.
758         RTSP now works in playbin, we can remove it from the blacklist.
759
760 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
761
762         * gst/playback/Makefile.am:
763         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
764         (unknown_type), (setup_subtitle), (gen_source_element):
765         * gst/playback/gstplaybin.c: (plugin_init):
766           Post missing-plugin messages on the bus for missing sources and
767           missing decoders/demuxers/depayloaders; fix error code used when
768           we're missing an URI handler source; for media types that we are not
769           handling on purpose at the moment, don't print "don't know how to
770           handle xyz" messages to the terminal or post missing-plugin
771           messages on the bus.
772
773         * tests/check/elements/playbin.c: (create_playbin),
774         (GST_START_TEST), (gst_codec_src_uri_get_type),
775         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
776         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
777         (gst_codec_src_init_type), (gst_codec_src_base_init),
778         (gst_codec_src_create), (gst_codec_src_class_init),
779         (gst_codec_src_init), (plugin_init), (playbin_suite):
780           Add some tests for the missing-plugin stuff.
781
782 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * configure.ac:
785         * gst-libs/gst/Makefile.am:
786         * gst-libs/gst/utils/Makefile.am:
787         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
788         * gst-libs/gst/utils/base-utils.h:
789         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
790         (find_format_info), (caps_are_rtp_caps),
791         (gst_base_utils_get_source_description),
792         (gst_base_utils_get_sink_description),
793         (gst_base_utils_get_decoder_description),
794         (gst_base_utils_get_encoder_description),
795         (gst_base_utils_get_element_description),
796         (gst_base_utils_add_codec_description_to_tag_list),
797         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
798         * gst-libs/gst/utils/descriptions.h:
799         * gst-libs/gst/utils/missing-plugins.c:
800         (missing_structure_get_type), (copy_and_clean_caps),
801         (gst_missing_uri_source_message_new),
802         (gst_missing_uri_sink_message_new),
803         (gst_missing_element_message_new),
804         (gst_missing_decoder_message_new),
805         (gst_missing_encoder_message_new),
806         (missing_structure_get_string_detail),
807         (missing_structure_get_caps_detail),
808         (gst_missing_plugin_message_get_installer_detail),
809         (gst_missing_plugin_message_get_description),
810         (gst_is_missing_plugin_message):
811         * gst-libs/gst/utils/missing-plugins.h:
812           API: add new libgstbaseutils library with functions
813           - to create and parse missing-plugins messages
814           - that provide (translated) descriptions for caps/decoders/sources/etc.
815           Closes #392393.
816
817         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
818         * pkgconfig/gstreamer-plugins-base.pc.in:
819           Add new lib.
820
821         * docs/libs/gst-plugins-base-libs-docs.sgml:
822         * docs/libs/gst-plugins-base-libs-sections.txt:
823           Generate docs for new lib and API.
824
825         * tests/check/Makefile.am:
826         * tests/check/libs/.cvsignore:
827         * tests/check/libs/utils.c: (missing_msg_check_getters),
828         (GST_START_TEST), (libgstbaseutils_suite):
829           Add some basic unit tests.
830
831 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
832
833         * ext/ogg/Makefile.am:
834           Dist gstoggdemux.h to fix 'make distcheck'.
835
836         * sys/v4l/Makefile.am:
837           Fix 'make distcheck' even more.
838
839 2007-01-09  Wim Taymans  <wim@fluendo.com>
840
841         * docs/plugins/Makefile.am:
842         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
843         * docs/plugins/gst-plugins-base-plugins-sections.txt:
844         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
845         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
846         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
847         (gst_ogg_demux_perform_seek):
848         * ext/ogg/gstoggdemux.h:
849         Added docs.
850         Add some more comments.
851         Small cleanups.
852
853 2007-01-09  Wim Taymans  <wim@fluendo.com>
854
855         * ext/theora/theoradec.c:
856         * ext/vorbis/vorbisdec.c:
857         * gst-libs/gst/audio/gstringbuffer.c:
858         (gst_ring_buffer_commit_full):
859         * gst-libs/gst/audio/gstringbuffer.h:
860         * gst-libs/gst/rtp/gstrtpbuffer.c:
861         * gst-libs/gst/tag/gstvorbistag.c:
862         Small documentation updates/fixes
863
864 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * configure.ac:
867           Require core CVS HEAD for Andy's basesrc/sink API additions.
868
869 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
870
871         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
872
873         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
874         (plugin_init):
875           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
876           on flac.sf.net (there appear to be other versions of the first
877           ogg page in the wild) (#391365).
878
879 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * configure.ac:
882           Check if localtime_r() is available.
883
884         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
885           If localtime_r() is not available, fall back to localtime(). Should
886           fix build on MingW (#393310).
887
888 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
889
890         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
891         * gst/subparse/gstsubparse.h:
892           Remove spurious 1000 subtrahend when calculating the timestamp from
893           the frame number and the frame rate . Also, use the frames/second
894           value specified in the first line of the file, if one is specified
895           there. Should fix #357503.
896
897         * tests/check/elements/subparse.c: (do_test),
898         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
899         (subparse_suite):
900           Add some basic unit tests for the microdvd subtitle format.
901
902 2007-01-07  Julien MOUTTE  <julien@moutte.net>
903
904         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
905         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
906         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
907         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
908         (gst_xvimagesink_set_xwindow_id),
909         (gst_xvimagesink_set_event_handling),
910         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
911         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
912         Patch by : Young-Ho Cha <ganadist at chollian dot net>
913         Fixes : #390076.
914         Add an adaptor property to select a specific XV adaptor.
915         * sys/xvimage/xvimagesink.h:
916
917 2007-01-07  Julien MOUTTE  <julien@moutte.net>
918
919         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
920         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
921         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
922         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
923         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
924         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
925         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
926         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
927         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
928         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
929         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
930         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
931         Use flow_lock much more to protect every access to xwindow.
932         Try to catch erros while creating images in case some drivers are
933         just generating an XError when the requested image is too big.
934         Should fix : #354698, #384008, #384060.
935         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
936         Implement some stress testing of setting window xid.
937
938 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
939
940         * win32/common/libgsaudio.def:
941           Add new exported function.
942         * win32/common/libgstogg.dsp:
943           Add gstoggaviparse.c to the build.
944         * win32/common/libgstvideoscale.dsp:
945           Add vs_4tap.c to the build.
946         * win32/common/libgstvorbis.dsp:
947           Add vorbistag.c to the build.
948         
949 2007-01-06  Andy Wingo  <wingo@pobox.com>
950
951         * gst-libs/gst/audio/gstbaseaudiosink.c
952         (gst_base_audio_sink_class_init)
953         (gst_base_audio_sink_init): 
954         (gst_base_audio_sink_activate_pull): Add an activate_pull function
955         to baseaudiosink, and tell basesink that we can work in pull mode.
956         This way the ring buffer thread drives the pipeline directly, if
957         pull mode is possible. There is some lingering nastiness regarding
958         capsnego, however.
959         (gst_base_audio_sink_callback): Implement the callback to pull
960         data. This interface is a bit light, though -- it should get a
961         GstFlowReturn return value at least.
962
963 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
964
965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
966         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
967         * gst/playback/gstdecodebin2.c:
968         (gst_decode_group_check_if_blocked):
969           Printf format and missing argument fixes.
970
971 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
972
973         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
974         (gst_ogm_parse_change_state):
975         Activate pads before adding them to the element.
976
977 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * tests/examples/seek/scrubby.c: (main):
980         * tests/examples/seek/seek.c: (main):
981           Call g_thread_init() first thing in main() (see #391278).
982
983 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * tests/check/Makefile.am:
986         * tests/check/libs/.cvsignore:
987         * tests/check/libs/netbuffer.c: (GST_START_TEST),
988         (netbuffer_suite):
989           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
990           for the time being, since it's broken, see #393099.
991
992 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * tests/check/Makefile.am:
995           Update to use GST_PLUGINS_BASE_CFLAGS as well.
996
997 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
998
999         * configure.ac:
1000           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1001           so that GST_BASE_CFLAGS can go inbetween them, making sure
1002           we use uninstalled gst-libs headers
1003         * docs/libs/Makefile.am:
1004         * ext/alsa/Makefile.am:
1005         * ext/cdparanoia/Makefile.am:
1006         * ext/gnomevfs/Makefile.am:
1007         * ext/libvisual/Makefile.am:
1008         * ext/ogg/Makefile.am:
1009         * ext/theora/Makefile.am:
1010         * ext/vorbis/Makefile.am:
1011         * gst-libs/gst/audio/Makefile.am:
1012         * gst-libs/gst/cdda/Makefile.am:
1013         * gst-libs/gst/interfaces/Makefile.am:
1014         * gst-libs/gst/riff/Makefile.am:
1015         * gst-libs/gst/rtp/Makefile.am:
1016         * gst-libs/gst/tag/Makefile.am:
1017         * gst/adder/Makefile.am:
1018         * gst/audioconvert/Makefile.am:
1019         * gst/audiorate/Makefile.am:
1020         * gst/audioresample/Makefile.am:
1021         * gst/playback/Makefile.am:
1022         * gst/tcp/Makefile.am:
1023         * gst/videoscale/Makefile.am:
1024         * gst/volume/Makefile.am:
1025         * sys/ximage/Makefile.am:
1026         * sys/xvimage/Makefile.am:
1027         * tests/icles/Makefile.am:
1028           adapt
1029
1030 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1031
1032         * gst-libs/gst/interfaces/xoverlay.c:
1033         (gst_x_overlay_handle_events):
1034         * gst-libs/gst/interfaces/xoverlay.h:
1035         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1036         (gst_ximagesink_set_xwindow_id),
1037         (gst_ximagesink_set_event_handling),
1038         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1039         (gst_ximagesink_get_property), (gst_ximagesink_init),
1040         (gst_ximagesink_class_init):
1041         * sys/ximage/ximagesink.h:
1042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1043         (gst_xvimagesink_set_xwindow_id),
1044         (gst_xvimagesink_set_event_handling),
1045         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1046         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1047         (gst_xvimagesink_class_init):
1048         * sys/xvimage/xvimagesink.h:
1049         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1050         Add a method to the XOverlay interface to allow disabling of 
1051         event handling in x[v]imagesink elements. This will let X events
1052         propagate to parent windows which can be usefull in some cases.
1053         Be carefull that the application is then responsible of pushing
1054         navigation events and expose events to the video sink.
1055         Fixes: #387138.
1056
1057 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * gst-libs/gst/tag/gstvorbistag.c:
1060         * tests/check/libs/tag.c: (GST_START_TEST):
1061           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1062           (fixes #392070).
1063
1064 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1065
1066         * configure.ac:
1067         * docs/Makefile.am:
1068         * docs/design/Makefile.am:
1069           Dist design docs.
1070
1071 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1072
1073         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1074         typo. Fixes: #390063.
1075
1076 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1077
1078         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1080         caps leak.
1081         * win32/common/config.h: Updated.
1082
1083 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1086         (setup_gdpdepay_streamheader):
1087         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1088         (setup_gdppay_streamheader):
1089           Fix the dp tests, but activating the pads for the streamheader tests
1090           too and cleaning up conditionaly
1091
1092 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1093
1094         * gst/ffmpegcolorspace/avcodec.h:
1095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1096         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1097         (gst_ffmpegcsp_avpicture_fill):
1098         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1099         (img_get_alpha_info):
1100         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1101         other end of the word. Fixes: #387073.
1102
1103         Add some inconsequential branch hints in a couple of places.
1104
1105 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1106
1107         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1108         (gst_ffmpeg_caps_to_smpfmt):
1109           The "signed" field in raw audio caps is of boolean type, trying to
1110           extract the value with _get_int() will fail (fix to keep in sync with
1111           the copy in gst-ffmpeg)
1112
1113 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1116         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1117         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1118         (cleanup_gdpdepay):
1119         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1120         * tests/check/elements/subparse.c: (teardown_subparse):
1121         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1122         * tests/check/elements/videorate.c: (cleanup_videorate):
1123         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1124         * tests/check/elements/volume.c: (cleanup_volume):
1125         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1126         (cleanup_vorbisdec):
1127         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1128         (cleanup_vorbistag):
1129           consistent pad (de)activation
1130
1131 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1134           Forgot to register the extensions.
1135
1136 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1137
1138         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1139         (plugin_init):
1140           Add typefinder for VIVO files (my christmas present to the 90s).
1141
1142 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst/playback/gstdecodebin.c: (type_found):
1145           Special-case the text/plain media type: we only want to recognise it
1146           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1147           parser, but not if the entire stream is of text/plain type. If the
1148           entire stream is text/plain, we should just error out.
1149
1150           This fixes playback of audio files with lyrics in totem. Totem can't
1151           distinguish between text files and subtitle files and passes any
1152           .txt file with the same basename as the main file to playbin as
1153           suburi, and playbin will then throw a 'subtitle found, but no video
1154           stream' error, which isn't entirely helpful. See #380342.
1155
1156           Also, with this change we'll show a slightly more correct error
1157           message in case totem passes a playlist file to us (although a
1158           custom error message wording instead of the default text would
1159           probably not be a bad idea either).
1160
1161           Same problem also needs to be fixed for playbin+decodebin2.
1162
1163         * tests/check/Makefile.am:
1164         * tests/check/elements/decodebin.c: (src_handoff_cb),
1165         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1166         (decodebin_suite):
1167           Add simple unit test for decodebin for the above.
1168
1169 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1170
1171         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1172         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1173           Refuse to change state to READY when we failed to create any of the
1174           required elements in our instance init function.
1175
1176 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * docs/libs/gst-plugins-base-libs-sections.txt:
1179           Small docs fixes/updates.
1180
1181         * gst-libs/gst/video/gstvideosink.h:
1182           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1183           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1184           removed from the base sink API between 0.9.6 and 0.9.7).
1185           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1186           accessor macros, so we don't do a runtime GObject type check every
1187           time we use them.
1188
1189 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1190
1191         * Makefile.am:
1192         * gst-plugins-base.doap:
1193         * gst-plugins-base.spec.in:
1194           add doap file
1195
1196 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1197
1198         Patch by: Jens Granseuer <jensgr at gmx net>
1199
1200         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1202         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1203         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1205           Declare variables at the beginning of a block. Fixes #383195.
1206
1207 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1208
1209         * configure.ac:
1210         Bump version nano - back to CVS.
1211
1212
1213 === release 0.10.11 ===
1214
1215 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1216
1217         * configure.ac:
1218           releasing 0.10.11, "Dumb things"
1219
1220 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1221
1222         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1223         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1224         Handle the case where an element has multiple pads with 
1225         unfixed caps as well as still possibly producing more dynamic 
1226         pads by storing each case as a distinct entry in the dynamic list.
1227         Fixes #38223 again.
1228
1229 2006-12-04  Wim Taymans  <wim@fluendo.com>
1230
1231         * gst/playback/gstdecodebin.c: (close_pad_link):
1232         Fix #382223, add more dynamic caps handling.
1233
1234 2006-12-04  Wim Taymans  <wim@fluendo.com>
1235
1236         reviewed by: <delete if not using a buddy>
1237
1238         * gst-libs/gst/audio/gstringbuffer.h:
1239         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1240         (gst_netaddress_set_ip4_interface),
1241         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1242         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1243         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1244         (gst_netaddress_get_ttl):
1245         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1246         * gst/playback/gstdecodebin.c: (close_pad_link):
1247         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1248         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1249         * win32/common/config.h:
1250
1251 2006-12-01  Michael Smith  <msmith@fluendo.com>
1252
1253         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1254           Delete bad debug code.
1255           Fixes #381219
1256
1257 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * gst/videoscale/vs_4tap.c:
1260         * win32/MANIFEST:
1261         * win32/common/config.h:
1262         * win32/vs8/libgstvideoscale.vcproj:
1263         Fix compilation on win32 under VS8
1264         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1265         Partially fixes #381175
1266
1267 2006-11-30  Michael Smith  <msmith@fluendo.com>
1268
1269         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1270         (GST_START_TEST):
1271           It would be very bad if, after a discont buffer, we thought every
1272           single following buffer was also discont. So, add to the test to
1273           ensure that this isn't the case.
1274           
1275         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1276           ... it was the case. So fix it.
1277
1278 2006-11-28  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst/playback/gstplaybasebin.c: (check_queue_event):
1281         Improve debug.
1282
1283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1284         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1285         padtemplate caps. Refixes #357577.
1286
1287 2006-11-28  Wim Taymans  <wim@fluendo.com>
1288
1289         * gst/playback/gstplaybasebin.c: (check_queue_event),
1290         (queue_threshold_reached), (queue_out_of_data),
1291         (gen_preroll_element):
1292         Add event probe to see when EOS is in a queue and we can disable the
1293         underrun signals. Fixes #357577.
1294
1295 2006-11-28  Edward Hervey  <edward@fluendo.com>
1296
1297         * gst/playback/Makefile.am:
1298         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1299         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1300         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1301         (gst_decode_bin_init), (gst_decode_bin_dispose),
1302         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1303         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1304         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1305         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1306         (connect_element), (expose_pad), (type_found),
1307         (pad_added_group_cb), (pad_removed_group_cb),
1308         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1309         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1310         (are_raw_caps), (multi_queue_overrun_cb),
1311         (multi_queue_underrun_cb), (gst_decode_group_new),
1312         (get_current_group), (group_demuxer_event_probe),
1313         (gst_decode_group_control_demuxer_pad),
1314         (gst_decode_group_control_source_pad),
1315         (gst_decode_group_check_if_blocked),
1316         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1317         (gst_decode_group_hide), (gst_decode_group_free),
1318         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1319         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1320         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1321         (plugin_init):
1322         New decodebin2 element.
1323         Closes #370092
1324         * gst/playback/gstplay-marshal.list:
1325         Added marshallers for new signals in decodebin2
1326         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1327         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1328         is set.
1329
1330 2006-11-28  Wim Taymans  <wim@fluendo.com>
1331
1332         * gst/playback/gstplaybasebin.c: (setup_source),
1333         (gst_play_base_bin_change_state):
1334         Disable rtsp:// uris for the release, it's not good enough yet.
1335         Remove unused var.
1336
1337 2006-11-26  Wim Taymans  <wim@fluendo.com>
1338
1339         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1340         (theora_dec_push_forward), (theora_dec_push_reverse),
1341         (theora_handle_data_packet), (theora_dec_decode_buffer),
1342         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1343         (theora_dec_chain_forward), (theora_dec_chain):
1344         Implement reverse playback.
1345
1346         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1347         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1348         (vorbis_dec_chain_forward):
1349         Clear buffers used for reverse playback in _reset.
1350         No need to set the eos flag, we clip samples using the segment.
1351
1352 2006-11-24  Wim Taymans  <wim@fluendo.com>
1353
1354         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1355         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1356         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1357         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1358         Some cleanups.
1359         Handle continued pages in reverse mode.
1360
1361 2006-11-24  Wim Taymans  <wim@fluendo.com>
1362
1363         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1364         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1365         (vorbis_dec_flush_decode):
1366         Small cleanups.
1367         Don't try to add invalid timestamps.
1368         Clipping will unref the buffer.
1369
1370 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1371
1372         * gst/adder/gstadder.h:
1373         * gst/audiotestsrc/gstaudiotestsrc.h:
1374           remove obsolete _factory_init protos
1375
1376 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1379           Fix spacing in debug message.
1380
1381 2006-11-23  Wim Taymans  <wim@fluendo.com>
1382
1383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1384         (gst_ogg_demux_chain):
1385         Don't just ignore return values from _pad_push().
1386         Small debug improvements.
1387
1388 2006-11-23  Michael Smith  <msmith@fluendo.com>
1389
1390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1391           If our incoming buffer is marked as DISCONT, then increment the page
1392           number (so that the discontinuity is marked in the final ogg
1393           bitstream) and flush the previous page.
1394
1395 2006-11-22  Michael Smith  <msmith@fluendo.com>
1396
1397         * ext/theora/gsttheoraenc.h:
1398         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1399         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1400         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1401         (theora_enc_chain), (theora_enc_change_state):
1402           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1403
1404         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1405         (GST_START_TEST), (theoraenc_suite):
1406           Enable discontinuity test, fix it.
1407
1408 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1411         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1412         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1413         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1414         (gst_text_overlay_change_state):
1415         * ext/pango/gsttextoverlay.h:
1416           Some textoverlay fixes: for one, in the video chain function,
1417           actually wait for a text buffer to come in if there is none at the
1418           moment and there should be one; also, deal more gracefully with
1419           incoming buffers that do not have a timestamp or duration; discard
1420           text buffer when not needed any longer. Fixes #341681.
1421
1422         * tests/check/Makefile.am:
1423         * tests/check/elements/.cvsignore:
1424         * tests/check/elements/textoverlay.c:
1425         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1426         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1427         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1428         (test_video_waits_for_text_send_text_newsegment_thread),
1429         (test_video_waits_for_text_shutdown_element),
1430         (test_render_continuity_push_video_buffers_thread),
1431         (textoverlay_suite):
1432           Add some unit tests for textoverlay.
1433
1434 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1435
1436         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1437           Avoid integer underflow when the found probability for mp3 is
1438           smaller than the 'penalty' we subtract if there's not a clean
1439           mp3 header sync at offset 0.
1440
1441 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1442
1443         * docs/libs/gst-plugins-base-libs-sections.txt:
1444           Add some new symbols to the docs
1445
1446 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * tests/check/Makefile.am:
1449         * tests/check/elements/ffmpegcolorspace.c:
1450         (ffmpegcolorspace_suite):
1451           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1452           (for now not for valgrinding though, since it takes too long).
1453
1454 2006-11-20  Wim Taymans  <wim@fluendo.com>
1455
1456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1457         (gst_ffmpeg_pixfmt_to_caps):
1458         Fix RGBA32 caps. Fixes #357038.
1459
1460 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1461
1462         * gst-libs/gst/interfaces/mixertrack.h:
1463           Add FIXME so we can add some padding here in 0.11
1464
1465 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1468           Fix GstBaseRTPAudioPayload structure so the whole GObject
1469           inheritance business actually works (parent class instance structure
1470           must always come first in the derived class instance structure).
1471
1472 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1473
1474         * gst/videotestsrc/Makefile.am:
1475         * tests/check/Makefile.am:
1476           Make sure our checks and the videotestsrc plugin link against the
1477           local uninstalled gst libs and not any installed gst libs that
1478           might happen to exist as well.
1479
1480         * tests/check/elements/adder.c: (message_received),
1481         (test_event_message_received), (test_play_twice_message_received):
1482         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1483           Fix compiler warnings when compiling against core with disabled
1484           debugging system.
1485
1486 2006-11-16  Michael Smith  <msmith@fluendo.com>
1487
1488         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1489         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1490           Fix audiorate, so that it accurately sets offsets and timestamps.
1491           Doesn't change the fundamental algorithmic decisions; so should be
1492           safe.
1493
1494         * tests/check/Makefile.am:
1495           Enable audiorate test now that it passes.
1496
1497 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1500           clear xv when going to NULL, remove // commented non-existant proto
1501
1502         * tests/examples/seek/seek.c: (main):
1503           add missing tooltip description for scrub and play_scrub
1504
1505 2006-11-14  David Schleef  <ds@schleef.org>
1506
1507         * configure.ac:
1508           Bump liboil requirement to 0.3.8.
1509         * gst-libs/gst/riff/riff-media.c:
1510           Add Dirac fourcc.
1511         * gst/videoscale/vs_image.h:
1512         * gst/videoscale/vs_scanline.h:
1513           Use liboil's stdint.h.
1514         * gst/videotestsrc/videotestsrc.c:
1515           Remove liboil related ifdef's, since they aren't needed now, and
1516           won't work with future versions.
1517
1518 2006-11-14  David Schleef  <ds@schleef.org>
1519
1520         * gst/videoscale/Makefile.am:
1521         * gst/videoscale/gstvideoscale.c:
1522         * gst/videoscale/gstvideoscale.h:
1523         * gst/videoscale/vs_4tap.c:
1524         * gst/videoscale/vs_4tap.h:
1525         * gst/videoscale/vs_image.c:
1526         * gst/videoscale/vs_image.h:
1527         * gst/videoscale/vs_scanline.c:
1528         * gst/videoscale/vs_scanline.h:
1529           Add a 4-tap image scaler.  Theoretically looks much prettier.
1530           The tap calculation could use some improvement.
1531
1532 2006-11-14  Wim Taymans  <wim@fluendo.com>
1533
1534         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1535
1536         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1537         (gst_riff_parse_strf_iavs):
1538         * gst/subparse/gstsubparse.c: (convert_encoding):
1539         * gst/tcp/gstmultifdsink.c:
1540         (gst_multi_fd_sink_handle_client_write):
1541         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1542         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1543         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1544         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1545         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1546         (gst_ximagesink_ximage_new):
1547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1548         Various gsize and gssize printf fixes. Fixes #372507.
1549
1550 2006-11-13  Wim Taymans  <wim@fluendo.com>
1551
1552         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1553         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1554         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1555         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1556         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1557         * ext/vorbis/vorbisdec.h:
1558         First stab at vorbis reverse playback.
1559
1560 2006-11-13  Wim Taymans  <wim@fluendo.com>
1561
1562         * gst-libs/gst/audio/gstbaseaudiosink.c:
1563         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1564         * gst-libs/gst/audio/gstbaseaudiosink.h:
1565         Make the clock sync code more accurate wrt resampling and playback
1566         at different rates.
1567         
1568         * gst-libs/gst/audio/gstringbuffer.c:
1569         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1570         * gst-libs/gst/audio/gstringbuffer.h:
1571         Use better algorithm to interpolate sample rates. 
1572
1573 2006-11-13  Michael Smith  <msmith@fluendo.com>
1574
1575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1576           Improve a debug line slightly.
1577
1578         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1579           Call gst_riff_init() in plugin_init, to avoid getting errors from
1580           the debug system (unrelated changes to another plugin made this turn
1581           up; not sure why).
1582
1583 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1586
1587         * win32/common/libgsttag.def:
1588           Add missing symbol (#366492).
1589
1590 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1593           Don't unref a NULL pad.
1594
1595 2006-11-09  Wim Taymans  <wim@fluendo.com>
1596
1597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1598         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1599         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1600         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1601         (gst_ogg_demux_loop):
1602         Implement first stab at reverse playback.
1603
1604 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1607         (gst_riff_create_video_template_caps):
1608           add h263/h264 variants to the caps, Fixes #363118
1609
1610 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1613         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1614           Use g_strerror instead of strerror so we get UTF-8.
1615
1616 2006-11-03  David Schleef  <ds@schleef.org>
1617
1618         * ext/ogg/gstoggdemux.c:
1619         * ext/ogg/gstoggmux.c:
1620           Add/remove KW-DIRAC header here, since it is ogg-specific.
1621
1622 2006-11-03  Michael Smith  <msmith@fluendo.com>
1623
1624         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1625           Recognise more mpeg4 elementary video streams.
1626
1627 2006-11-02  Edward Hervey  <edward@fluendo.com>
1628
1629         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1630         Lower the probability of mp3 typefinding functions if we don't find a
1631         valid mp3 header at the start of the file.
1632         Closes #369482
1633
1634 2006-11-02  Wim Taymans  <wim@fluendo.com>
1635
1636         * ext/theora/gsttheoradec.h:
1637         * ext/theora/theoradec.c: (gst_theora_dec_init),
1638         (theora_dec_sink_event), (theora_dec_chain_forward),
1639         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1640         (theora_dec_chain):
1641         Document and partially implement an algorithm for doing reverse playback
1642         of theora video.
1643
1644 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1645
1646         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1647
1648         * win32/common/config.h:
1649         * win32/common/interfaces-enumtypes.c:
1650         * win32/common/libgsttag.def:
1651         * win32/vs8/gst-plugins-base.sln:
1652         * win32/vs8/libgstaudioresample.vcproj:
1653         * win32/vs8/libgstinterfaces.vcproj:
1654         * win32/vs8/libgstogg.vcproj:
1655         * win32/vs8/libgstriff.vcproj:
1656         * win32/vs8/libgsttag.vcproj:
1657         * win32/vs8/libgsttheora.vcproj:
1658         * win32/vs8/libgstvideoscale.vcproj:
1659         * win32/vs8/libgstvorbis.vcproj:
1660           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1661           to libgsttag.def; add missing dependencies for some vs8 projects;
1662           re-arrange placement of .def files in vs8 projects (#366334).
1663
1664 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * ext/ogg/gstogg.c:
1667           Remove unused variable.
1668
1669         * ext/ogg/gstoggdemux.c:
1670           Fix Wim's surname in plugin description.
1671
1672 2006-10-31  Wim Taymans  <wim@fluendo.com>
1673
1674         * gst-plugins-base.spec.in:
1675         spec new .h file. Fixes #368310.
1676
1677 2006-10-31  Michael Smith  <msmith@fluendo.com>
1678
1679         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1680         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1681         (gst_multi_fd_sink_get_stats),
1682         (gst_multi_fd_sink_remove_client_link),
1683         (gst_multi_fd_sink_queue_buffer),
1684         (gst_multi_fd_sink_handle_clients):
1685         * gst/tcp/gstmultifdsink.h:
1686           Make using the remove or clear signals threadsafe.
1687           Make calling get-stats with an invalid fd not segfault.
1688           Fixes 368273.
1689
1690 2006-10-31  Wim Taymans  <wim@fluendo.com>
1691
1692         * gst-libs/gst/rtp/Makefile.am:
1693         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1694         (gst_base_rtp_audio_payload_init):
1695         Fix and activate base audio payloader.
1696
1697 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1700         (plugin_init):
1701           Add typefinder for QuickTime Image Files (see #366156).
1702
1703 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1704
1705         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1706           Another typo fix (#366212).
1707
1708 2006-10-27  Wim Taymans  <wim@fluendo.com>
1709
1710         * gst/volume/gstvolume.c: (volume_transform_ip):
1711         Use stream time to synchronize volume property instead of rather random
1712         timestamps. This is needed when gnonlin does its time shifting.
1713
1714 2006-10-27  Wim Taymans  <wim@fluendo.com>
1715
1716         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1717
1718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1719         Remove the pad from the element in release_pad. Fixes #364812.
1720
1721 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1725           Explicitly create our custom buffer classes at a thread-safe
1726           location as well, since g_type_class_ref() doesn't seem to be
1727           entirely thread-safe either (#365501; also see #349410).
1728
1729 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1730
1731         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1732         (gst_riff_parse_info):
1733           If strings in INFO chunk are not UTF-8, do something similar to
1734           what we do for ID3v1 tags: check a number of environment variables
1735           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1736           character sets to try, otherwise try the current locale and/or fall
1737           back on ISO-8859-1. Fixes #360552.
1738
1739 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * gst/videotestsrc/gstvideotestsrc.c:
1742         (gst_video_test_src_pattern_get_type),
1743         (gst_video_test_src_set_pattern):
1744         * gst/videotestsrc/gstvideotestsrc.h:
1745         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1746         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1747         (gst_video_test_src_checkers8):
1748         * gst/videotestsrc/videotestsrc.h:
1749           Add a bunch of exciting new checkers patterns.
1750
1751 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * gst/subparse/Makefile.am:
1754         * gst/subparse/gstsubparse.c:
1755         (gst_sub_parse_data_format_autodetect),
1756         (gst_sub_parse_format_autodetect), (handle_buffer),
1757         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1758         * gst/subparse/gstsubparse.h:
1759         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1760         (parse_tmplayer):
1761         * gst/subparse/tmplayerparse.h:
1762           Add support for TMPlayer-type subtitles (#362845).
1763
1764         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1765         (GST_START_TEST), (subparse_suite):
1766           Add some basic unit tests for the above.
1767
1768 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * tests/check/elements/audiorate.c: (test_injector_base_init),
1771         (test_injector_class_init), (test_injector_chain),
1772         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1773         (GST_START_TEST), (audiorate_suite):
1774           More tests for audiorate: inject buffers to check behaviour when
1775           buffers overlap.
1776
1777 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         * tests/check/Makefile.am:
1780         * tests/check/elements/.cvsignore:
1781         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1782         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1783           Add some basic unit tests for audiorate. Disabled at the moment
1784           since it doesn't pass yet (see bug #363119).
1785
1786 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1789         (parse_subrip), (handle_buffer):
1790           Add missing closing tags for markup and fix broken markup,
1791           otherwise pango won't render anything (fixes #357531). Also,
1792           make sure the text we send out is always NUL-terminated
1793           (better safe than sorry etc.).
1794
1795         * tests/check/elements/subparse.c: (test_srt_do_test),
1796         (test_srt):
1797           Some more tests for .srt incl. tests for the above stuff.
1798
1799 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1800
1801         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1803         Patch by: Stefan Kost  <ensonic@users.sf.net>
1804         Try to redraw borders only when needed. Apparently this consumes
1805         resources on small devices... :-O (#363607)
1806
1807 2006-10-20  Michael Smith  <msmith@fluendo.com>
1808
1809         * gst/tcp/gstmultifdsink.c:
1810         (gst_multi_fd_sink_client_queue_buffer):
1811           If caps change, then update the client's idea of the caps so that we
1812           don't end up re-sending streamheaders for every single buffer after
1813           the caps change.
1814
1815 2006-10-20  Michael Smith  <msmith@fluendo.com>
1816
1817         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1818         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1819           Set caps on pushed buffers; fix up refcounting of caps objects.
1820
1821 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1824         (plugin_init):
1825           Typefind mmsh header data packet to application/x-mmsh (#362625).
1826
1827 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * tests/check/Makefile.am:
1830         * tests/check/elements/.cvsignore:
1831         * tests/check/elements/subparse.c: (buffer_from_static_string),
1832         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1833         (GST_START_TEST), (subparse_suite):
1834           Add very simple unit test for subparse.
1835
1836 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1839         (parse_subrip):
1840           Strip trailing newlines from subtitle text output.
1841
1842 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1845         (gst_sub_parse_change_state):
1846           Fix memleak; clear subparse->textbuf n state change function.
1847
1848 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1849
1850         * gst/subparse/gstsubparse.c:
1851         (gst_sub_parse_data_format_autodetect):
1852           Don't require subrip (.srt) files to start with a chunk number of 1.
1853
1854 2006-10-18  Wim Taymans  <wim@fluendo.com>
1855
1856         * gst-libs/gst/audio/gstbaseaudiosink.c:
1857         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1858         * gst-libs/gst/audio/gstbaseaudiosink.h:
1859         Extract rate from the NEWSEGMENT event.
1860         Use commit_full to also take rate adjustment into account when writing
1861         samples to the ringbuffer.
1862         
1863         * gst-libs/gst/audio/gstringbuffer.c:
1864         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1865         (gst_ring_buffer_read):
1866         * gst-libs/gst/audio/gstringbuffer.h:
1867         Added _commit_full() to also take rate into account.
1868         Use simple interpolation algorithm to resample audio.
1869         API: gst_ring_buffer_commit_full()
1870
1871         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1872         * tests/examples/seek/seek.c: (segment_done):
1873         Don't try to seek with 0.0 rate, just pause instead.
1874         Remove bogus debug line.
1875
1876 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1877
1878         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1879         (setup_source):
1880           Catch async errors when starting up the subtitle bin, so we can
1881           stop waiting and continue with the main film instead of hanging
1882           forever. Fixes #339366.
1883
1884         * tests/check/elements/playbin.c: (playbin_suite):
1885           Enable unit test for the above.
1886
1887 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1888
1889         * tests/check/Makefile.am:
1890         * tests/check/elements/.cvsignore:
1891         * tests/check/elements/playbin.c: (GST_START_TEST),
1892         (gst_red_video_src_uri_get_type),
1893         (gst_red_video_src_uri_get_protocols),
1894         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1895         (gst_red_video_src_uri_handler_init),
1896         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1897         (gst_red_video_src_create), (gst_red_video_src_class_init),
1898         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1899           Some small and basic unit tests for playbin; not very useful yet,
1900           but at least a start.
1901
1902 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * gst/playback/gstplaybin.c: (setup_sinks):
1905           The old pad activation spiel.
1906
1907 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * gst/playback/gstplaybasebin.c: (setup_source):
1910           Don't hang forever if the subbin already fails to start up in 
1911           the state change to PAUSED (#339366).
1912
1913 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1916         (gst_tuner_set_channel), (gst_tuner_get_channel),
1917         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1918         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1919         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1920         (gst_tuner_find_channel_by_name):
1921           Fix some function guards, add some more function guards.
1922
1923 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1924
1925         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1926         (remove_element_chain):
1927         Don't return a pad from get_our_ghost_pad unless it is actually the
1928         one we want.
1929         Change a cast in remove_element_chain slightly.
1930
1931 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1932
1933         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1934         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1935         Segment seeking needs to use the rate and set stop to -1.
1936
1937 2006-10-13  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst-libs/gst/audio/gstbaseaudiosink.c:
1940         (gst_base_audio_sink_setcaps):
1941         Don't crash when ringbuffer is not yet created.
1942         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1943         Fixes #361634.
1944
1945         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1946         * gst/playback/gststreamselector.c:
1947         (gst_stream_selector_request_new_pad):
1948         Activate pads befre adding them to running elements.
1949
1950 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1951
1952         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1953         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1954         updater when we start grabing the slider. Don't wait for the
1955         pipeline to be PAUSED.
1956
1957 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1960         (gst_mixer_set_volume), (gst_mixer_get_volume),
1961         (gst_mixer_set_mute), (gst_mixer_set_option),
1962         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1963         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1964         (gst_mixer_option_changed):
1965           Guard mixer interface functions against bogus arguments.
1966
1967 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1968
1969         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1970         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1971         (msg_state_changed), (main): Use state-changed messages to trigger
1972         start/stop of scale update timer. Indeed the scale slider was
1973         jumping here and there because the update timer was activated 
1974         before seek completed. This fixes instant applying of rate changes
1975         by pressing the spinbutton like a crazy man !
1976
1977 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1978
1979         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1980
1981         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1982         (gst_basertppayload_finalize):
1983           Fix two small memory leaks (#361456).
1984
1985 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1986
1987         * tests/examples/seek/seek.c: (do_seek),
1988         (rate_spinbutton_changed_cb): When changing spinbutton we try
1989         to change the rate on the fly.
1990
1991 2006-10-10  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst-libs/gst/riff/riff-ids.h:
1994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1995         (gst_riff_create_audio_template_caps):
1996         Add WMS caps.
1997
1998 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1999
2000         Patch by: Josep Torre Valles <josep@fluendo.com>
2001
2002         * ext/gnomevfs/gstgnomevfssink.c:
2003         * ext/gnomevfs/gstgnomevfssrc.c:
2004         Fix URI interface implementation return type.
2005         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2006         Fix what looks like a copy/paste issue when assigning values.
2007         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2008         (gst_audio_filter_template_get_type):
2009         Cast to prevent Forte warnings.
2010         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2011         Fix URI interface implementation return type.
2012         gst_pad_query_position requires a signed integer pointer as
2013         3rd parameter, GstClockTime is unsigned.
2014         * gst/audioconvert/audioconvert.c:
2015         Fix integer overflow when treated as signed.
2016         * gst/audioresample/resample.c: (resample_add_input_data):
2017         Cast to prevent warnings on Forte.
2018         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2019         Fix integer overflow when treated as signed.
2020         * gst/ffmpegcolorspace/imgconvert_template.h:
2021         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2022         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2023         (cleanup_decodebin):
2024         Who initialises a guint to -1!
2025         Cast function pointers to prevent warnings on Forte.
2026         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2027         (queue_threshold_reached):
2028         Cast function pointers correctly to prevent warnings on Forte.
2029         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2030         Cast function pointers correctly to prevent warnings on Forte.
2031         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2032         Obvious change to unsigned, 0xEF > max signed char.
2033         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2034         GstClockTime is unsigned, initialise correctly.
2035         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2036         Cast so pointer arithemetic doesn't cause warnings on Forte.
2037         * gst/videorate/gstvideorate.c:
2038         Use correct return value.
2039         * tests/examples/seek/scrubby.c:
2040         GstClockTime is unsigned, initialise correctly.
2041
2042 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2043
2044         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2045
2046         * gst/typefind/gsttypefindfunctions.c:
2047           Recognise XML files and XML-like files shorter than 256 bytes as
2048           well (fixes #359237).
2049
2050 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2051
2052         Patch by: Renato Filho <renato.filho@indt.org.br>
2053         
2054         * gst/typefind/gsttypefindfunctions.c:
2055         Added typefind functions to video/x-nuv media.
2056         
2057 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2058
2059         * gst-libs/gst/interfaces/xoverlay.c:
2060         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2061           Some more guards against invalid input.
2062
2063 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2064
2065         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2066         Useless goto.
2067         * tests/examples/seek/seek.c: (do_seek),
2068         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2069         seek example to experiment with rates != 1.0 (reverse playback !)
2070
2071 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2072
2073         * gst-libs/gst/interfaces/xoverlay.c:
2074           Unref message in doc-example (spotted by Robert McQueen)
2075
2076 2006-10-06  Wim Taymans  <wim@fluendo.com>
2077
2078         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2079         (mpeg1_parse_header), (mpeg1_sys_type_find):
2080         printf fix.
2081
2082 2006-10-06  Wim Taymans  <wim@fluendo.com>
2083
2084         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2085         (close_pad_link):
2086         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2087         Activate dynamic pads before adding them to the element.
2088
2089 2006-10-06  Michael Smith  <msmith@fluendo.com>
2090
2091         * gst-libs/gst/floatcast/floatcast.h:
2092           Fix obviously-bogus macros; use the correct types.
2093
2094 2006-10-06  Wim Taymans  <wim@fluendo.com>
2095
2096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2097         (gst_base_rtp_depayload_change_state):
2098         Also call parent state change function to activate pads.
2099
2100         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2101         (mpeg1_parse_header), (mpeg1_sys_type_find):
2102         Add some more debug info in mpeg typefinding.
2103
2104 2006-10-06  Michael Smith  <msmith@fluendo.com>
2105
2106         * ext/theora/theoradec.c: (theora_dec_chain):
2107           Zero byte theora packets are valid and well-defined; don't warn on
2108           them.
2109
2110 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2111
2112         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2113         (gst_multi_fd_sink_get_stats), (find_limits),
2114         (gst_multi_fd_sink_queue_buffer):
2115           API: add dropped_buffers to the get-stats GValueArray
2116
2117 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2118
2119         * ext/alsa/gstalsadeviceprobe.c:
2120         (gst_alsa_device_property_probe_get_values):
2121         * ext/alsa/gstalsasink.c: (set_hwparams):
2122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2123         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2125         (gst_ogg_mux_process_best_pad):
2126         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2127         (gst_ogg_parse_chain):
2128         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2129         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2130         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2131         (gst_vorbis_enc_buffer_check_discontinuous):
2132         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2133         * gst-libs/gst/audio/gstbaseaudiosink.c:
2134         (gst_base_audio_sink_render):
2135         * gst-libs/gst/cdda/gstcddabasesrc.c:
2136         (gst_cdda_base_src_handle_track_seek):
2137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2138         (gst_base_rtp_depayload_push_full):
2139         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2140         * gst/audioresample/resample.c: (resample_input_pushthrough):
2141         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2142         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2143         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2144         (wavpack_type_find):
2145         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2146         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2147         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2148         * tests/check/elements/volume.c: (GST_START_TEST):
2149           Printf format fixes.
2150
2151 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2152
2153         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2154           Fix a simple mistake (see the docs)
2155           Fixes #359580
2156
2157 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * docs/plugins/Makefile.am:
2160         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2161         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2162         * docs/plugins/gst-plugins-base-plugins.args:
2163         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2164         * docs/plugins/inspect/plugin-adder.xml:
2165         * docs/plugins/inspect/plugin-alsa.xml:
2166         * docs/plugins/inspect/plugin-audioconvert.xml:
2167         * docs/plugins/inspect/plugin-audiorate.xml:
2168         * docs/plugins/inspect/plugin-audioresample.xml:
2169         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2170         * docs/plugins/inspect/plugin-cdparanoia.xml:
2171         * docs/plugins/inspect/plugin-decodebin.xml:
2172         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2173         * docs/plugins/inspect/plugin-gdp.xml:
2174         * docs/plugins/inspect/plugin-gnomevfs.xml:
2175         * docs/plugins/inspect/plugin-libvisual.xml:
2176         * docs/plugins/inspect/plugin-ogg.xml:
2177         * docs/plugins/inspect/plugin-pango.xml:
2178         * docs/plugins/inspect/plugin-playbin.xml:
2179         * docs/plugins/inspect/plugin-subparse.xml:
2180         * docs/plugins/inspect/plugin-tcp.xml:
2181         * docs/plugins/inspect/plugin-theora.xml:
2182         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2183         * docs/plugins/inspect/plugin-video4linux.xml:
2184         * docs/plugins/inspect/plugin-videorate.xml:
2185         * docs/plugins/inspect/plugin-videoscale.xml:
2186         * docs/plugins/inspect/plugin-videotestsrc.xml:
2187         * docs/plugins/inspect/plugin-volume.xml:
2188         * docs/plugins/inspect/plugin-vorbis.xml:
2189         * docs/plugins/inspect/plugin-ximagesink.xml:
2190         * docs/plugins/inspect/plugin-xvimagesink.xml:
2191           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2192
2193 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2196
2197         * ext/vorbis/Makefile.am:
2198         * ext/vorbis/vorbis.c: (plugin_init):
2199         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2200         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2201         * ext/vorbis/vorbisparse.h:
2202         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2203         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2204         (gst_vorbis_tag_parse_packet):
2205         * ext/vorbis/vorbistag.h:
2206           Add new vorbistag element which derives from vorbisparse
2207           and is essentially the same as well, only that it implements
2208           the GstTagSetter interface and can modify the stream's
2209           vorbiscomment on the fly (#335635).
2210
2211         * tests/check/Makefile.am:
2212         * tests/check/elements/.cvsignore:
2213         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2214         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2215         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2216         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2217           Add unit test for new vorbistag element.
2218
2219 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2220
2221         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2222         (vorbis_parse_push_headers), (vorbis_parse_chain):
2223           Set BOS flag in packet structure to fix 'jump depends
2224           on unitialized value' errors in valgrind; various minor
2225           clean-ups.
2226
2227 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2228
2229         * gst/playback/gstdecodebin.c: (close_pad_link):
2230         Fix typo in a debug statement.
2231
2232         * gst/playback/gstplaybasebin.c: (probe_triggered),
2233         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2234         (gen_source_element), (source_new_pad), (analyse_source),
2235         (setup_source):
2236         When handling no_more_pads in new_decoded_pad, make sure to treat
2237         subtitle pads correctly. Fixes playback with subtitle files.
2238
2239         Move a recurring message to LOG level.
2240
2241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2242         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2243         which ends up as -1 when cast to an int. Make the logic handle the
2244         max value as an unsigned mask and only change the colorkey when it's
2245         a value we recognise.
2246
2247 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2248
2249         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2250         Removed empty * between paragraphs
2251
2252 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2253
2254         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2255         * gst-libs/gst/rtp/README:
2256         Moved some documentation into .c file
2257
2258 2006-09-29  Wim Taymans  <wim@fluendo.com>
2259
2260         * gst/playback/gstdecodebin.c: (no_more_pads):
2261         Fix compilation.
2262
2263 2006-09-29  Wim Taymans  <wim@fluendo.com>
2264
2265         * gst/playback/gstdecodebin.c: (new_caps):
2266         Remove g_print
2267
2268         * gst/playback/gstplaybin.c:
2269         Add some docs.
2270
2271 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2272
2273         * tests/check/Makefile.am:
2274           Re-enable cddabasesrc test to see if it works again
2275           now.
2276
2277 2006-09-29  Wim Taymans  <wim@fluendo.com>
2278
2279         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2280         (gen_source_element):
2281         Handle invalid URIs a bit more gracefully.
2282
2283 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         * tests/check/pipelines/oggmux.c:
2286           Remove obsolete comment.
2287
2288 2006-09-29  Michael Smith  <msmith@fluendo.com>
2289
2290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2291         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2292         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2293         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2294         (gst_ogg_mux_collected):
2295           Commit patch from James "Doc" Livingston, adds proper EOS handling
2296           in oggmux. GStreamer can, for the first time ever, create a valid
2297           Ogg file! Yay!
2298
2299         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2300         (oggmux_suite):
2301           Reenable tests now that they pass.
2302
2303 2006-09-29  Wim Taymans  <wim@fluendo.com>
2304
2305         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2306         Stop reading commands when EOF (we read 0) as well.
2307
2308 2006-09-28  Wim Taymans  <wim@fluendo.com>
2309
2310         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2311         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2312         (find_dynamic), (unlinked), (close_link):
2313         Implement delayed caps linking needed for element with a lot of
2314         different caps on the src pads that get fixed at runtime.
2315         Improve management of dynamic elements.
2316
2317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2318         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2319         (gen_preroll_element), (remove_groups), (unknown_type),
2320         (add_element_stream), (no_more_pads_full), (no_more_pads),
2321         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2322         (new_decoded_pad), (setup_subtitle), (array_has_value),
2323         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2324         (analyse_source), (remove_decoders), (make_decoder),
2325         (remove_source), (setup_source), (finish_source), (prepare_output),
2326         (gst_play_base_bin_change_state):
2327         * gst/playback/gstplaybasebin.h:
2328         Use more _CAST instead of full type checking casts.
2329         Small cleanups, plug some leaks.
2330         Handle dynamic sources.
2331         Add some helper functions to create lists of strings used for
2332         blacklisting and other stuff.
2333         Refactor some code dealing with analysing the source.
2334         Re-enable sources without pads (like cd:// or other selfcontained
2335         elements).
2336
2337 2006-09-28  Wim Taymans  <wim@fluendo.com>
2338
2339         * gst-libs/gst/audio/gstbaseaudiosink.c:
2340         (gst_base_audio_sink_render):
2341         When we have a timestamp, we can still perform clipping.
2342         When we have no clock, we must play the sample ASAP.
2343
2344 2006-09-28  Wim Taymans  <wim@fluendo.com>
2345
2346         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2347         Set caps on outgoing buffers.
2348
2349         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2350         (gst_video_rate_event), (gst_video_rate_chain):
2351         * gst/videorate/gstvideorate.h:
2352         Fix videorate some more. Fixes #357977
2353
2354 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * tests/check/elements/adder.c: (adder_suite):
2357           Don't set timeout to 6 seconds when we're running
2358           in valgrind ... (and how is 6 seconds longer than
2359           the default anyway?)
2360
2361 2006-09-28  Wim Taymans  <wim@fluendo.com>
2362
2363         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2364         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2365         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2366         Keep sink and src segment to keep track of time and support more
2367         input formats.
2368         Fix bogus next_offset and run_time calculation, don't understand how
2369         this could have worked before. Fixes #357976.
2370         Remove some unneeded vars.
2371
2372 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * gst/playback/gstplaybin.c: (remove_sinks):
2375           Only remove visualisation from visbin if there is a visbin (or:
2376           don't throw warnings when closing totem without playing a file).
2377
2378 2006-09-27  Wim Taymans  <wim@fluendo.com>
2379
2380         * gst-libs/gst/audio/gstbaseaudiosink.c:
2381         (gst_base_audio_sink_render):
2382         Add some more info in a WARNING.
2383
2384         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2385         (gst_base_audio_src_create):
2386         Handle PAUSE in create function, use new -core addition to
2387         wait for playing. Fixes pausing and resuming capture from an
2388         audiosrc.
2389
2390         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2391         (gst_ring_buffer_read):
2392         Constify some more.
2393         Caller supports interrupted reads now.
2394
2395 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * tests/check/Makefile.am:
2398           Another attempt to make the gen64 buildbot happy.
2399
2400 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2401
2402         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2403
2404         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2405         (gst_visual_chain), (gst_visual_change_state):
2406           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2407           correctly. Fixes #357800
2408
2409 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2410
2411         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2412           Add timeout to _get_state() so we see which pipeline it is
2413           that causes trouble on the gen64 build bot.
2414
2415 2006-09-27  Wim Taymans  <wim@fluendo.com>
2416
2417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2418         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2419         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2420         (gst_base_rtp_depayload_set_gst_timestamp):
2421         the source pad always uses fixed caps.
2422
2423 2006-09-27  Wim Taymans  <wim@fluendo.com>
2424
2425         * docs/libs/gst-plugins-base-libs-docs.sgml:
2426         * docs/libs/gst-plugins-base-libs-sections.txt:
2427         * gst-libs/gst/audio/gstaudioclock.c:
2428         * gst-libs/gst/audio/gstaudioclock.h:
2429         * gst-libs/gst/audio/gstaudiosink.c:
2430         * gst-libs/gst/audio/gstaudiosink.h:
2431         * gst-libs/gst/audio/gstaudiosrc.c:
2432         * gst-libs/gst/audio/gstbaseaudiosink.c:
2433         (gst_base_audio_sink_render):
2434         * gst-libs/gst/audio/gstbaseaudiosink.h:
2435         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2436         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2437         * gst-libs/gst/audio/gstringbuffer.h:
2438         Added docs for the audio libs.
2439
2440 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2441
2442         * tests/check/Makefile.am:
2443           Temporarily disable test that fails on the bots for unknown reasons.
2444
2445 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2446
2447         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2448         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2449         Moved AudioCodecType into priv
2450         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2451
2452 2006-09-25  Wim Taymans  <wim@fluendo.com>
2453
2454         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2455         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2456         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2457         (new_pad):
2458         Cleanups and small leak fixes.
2459         Added Depayloaders to valid list of autopluggable elements.
2460
2461 2006-09-25  Wim Taymans  <wim@fluendo.com>
2462
2463         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2464         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2465         (gen_video_element), (gen_text_element), (gen_audio_element),
2466         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2467         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2468         Detect NO_PREROLL state change returns and disable clock distribution to
2469         the sinks so that sync is disabled.
2470         Avoid some type checking and do simple casts instead.
2471         Small cleanups, fix some FIXMEs.
2472         Be more robust when linking user specified elements, catch an report
2473         errors. Fixes #357404.
2474         Fix some leaks in the error paths.
2475
2476 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2477
2478         * ChangeLog:
2479           ChangeLog surgery for missing bug-number
2480
2481 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         Patch by: Peter Kjellerstedt  <pkj at axis com>
2484
2485         * gst/playback/test.c:
2486           Fix compilation with uClibc and -Werror (#357591).
2487
2488 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2491           Parse dates that are followed by a time as well (#357532).
2492
2493         * tests/check/libs/tag.c: (test_vorbis_tags):
2494           Add unit test for this.
2495
2496 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2499         (gst_audio_convert_transform_caps):
2500         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2501         * gst/videotestsrc/videotestsrc.h:
2502           A few array const-ifications.
2503
2504 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * tests/check/Makefile.am:
2507           See if this makes the build bots happy.
2508
2509         * tests/check/libs/cddabasesrc.c:
2510           UTF8-ise my name.
2511
2512 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2513
2514         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2515
2516         * gst/subparse/samiparse.c: (handle_start_font),
2517         (fix_invalid_entities):
2518           More case-insensitivity for certain tags; recognise entities with
2519           decimal codes as special entities as well (#357330).
2520
2521 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2522
2523         * gst-libs/gst/Makefile.am:
2524           Need to build tag directory before cdda.
2525
2526 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2527
2528         * docs/libs/gst-plugins-base-libs-sections.txt:
2529         * gst-libs/gst/cdda/Makefile.am:
2530         * gst-libs/gst/cdda/gstcddabasesrc.c:
2531         (gst_cdda_base_src_base_init):
2532         * gst-libs/gst/cdda/gstcddabasesrc.h:
2533         * gst-libs/gst/tag/tag.h:
2534         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2535         (gst_tag_register_musicbrainz_tags):
2536           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2537           depend on libgsttag. This is required so we can extract/read tags like
2538           DISCID without depending on libgstcddabasesrc (which used to register
2539           them).
2540
2541         * gst-libs/gst/tag/gstvorbistag.c:
2542           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2543           tags (also see #347848).
2544
2545         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2546           Log vorbis comments we are actually writing. Const-ify array.
2547
2548 2006-09-23  Wim Taymans  <wim@fluendo.com>
2549
2550         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2551         Improve buffering a bit by avoiding a deadlock because we cannot assume
2552         the underrun is always called.
2553
2554 2006-09-23  Wim Taymans  <wim@fluendo.com>
2555
2556         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2557
2558         * gst-libs/gst/riff/riff-ids.h:
2559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2560         (gst_riff_create_audio_template_caps):
2561         Added MPEG-4 AAC and id and caps. Fixes #357289
2562         Added WMA9 Lossless id.
2563
2564 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * ext/gnomevfs/gstgnomevfssrc.c:
2567           Fix misleading docs addition.
2568
2569         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2570           Get rid of compiler warning the right way.
2571
2572 2006-09-22  Wim Taymans  <wim@fluendo.com>
2573
2574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2575         (gst_base_rtp_depayload_finalize),
2576         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2577         (gst_base_rtp_depayload_push_full),
2578         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2579         (gst_base_rtp_depayload_process),
2580         (gst_base_rtp_depayload_set_gst_timestamp),
2581         (gst_base_rtp_depayload_queue_release):
2582         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2583         Small cleanups.
2584         Fix some leaks.
2585         Refactored the process method and added methods to push from the process
2586         vmethod.
2587         Use _scale functions.
2588         API: gst_base_rtp_depayload_push_ts
2589         API: gst_base_rtp_depayload_push
2590
2591         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2592         timestamps are uint.
2593
2594 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2595
2596         * gst-libs/gst/interfaces/xoverlay.c:
2597           Remove unused statement from doc example.
2598
2599 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2600
2601         * gst-libs/gst/interfaces/videoorientation.c:
2602         (gst_video_orientation_iface_init),
2603         (gst_video_orientation_get_hflip),
2604         (gst_video_orientation_get_vflip),
2605         (gst_video_orientation_get_hcenter),
2606         (gst_video_orientation_get_vcenter),
2607         (gst_video_orientation_set_hflip),
2608         (gst_video_orientation_set_vflip),
2609         (gst_video_orientation_set_hcenter),
2610         (gst_video_orientation_set_vcenter):
2611           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2612           in ChangeLog)
2613
2614 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2615
2616         * tests/check/Makefile.am:
2617         * tests/check/elements/.cvsignore:
2618         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2619         (create_rgb_conversions), (rgb_conversion_free),
2620         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2621         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2622           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2623           but disable for now since it doesn't pass (something wrong with
2624           RGBA somewhere).
2625
2626 2006-09-21  Wim Taymans  <wim@fluendo.com>
2627
2628         * gst/playback/gstplaybasebin.c: (group_commit),
2629         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2630         (queue_out_of_data), (gen_preroll_element),
2631         (preroll_remove_overrun), (probe_triggered):
2632         Refactor handling of overrun detection.
2633         Separate handling of group completion and deadlock detection when doing
2634         network buffering. This should fix some deadlocks that were not detected
2635         because the group was completed.
2636         Add more comments, improve debugging.
2637
2638 2006-09-21  Wim Taymans  <wim@fluendo.com>
2639
2640         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2641         * tests/check/libs/audio.c:
2642         Some more compilation fixes.
2643
2644 2006-09-21  Wim Taymans  <wim@fluendo.com>
2645
2646         * gst-libs/gst/audio/gstringbuffer.c:
2647         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2648         (gst_ring_buffer_read):
2649         Early morning compilation fix.
2650
2651 2006-09-20  Wim Taymans  <wim@fluendo.com>
2652
2653         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2654         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2655         * tests/check/elements/videorate.c: (GST_START_TEST):
2656         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2657         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2658         Fix some warnings.
2659
2660 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2663         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2664         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2665           Handcrafted merge to help CVS understanding what I changed and what
2666           not.
2667
2668 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2671         (gst_xvimagesink_get_times):
2672           change colorkey behaviour back according to #354773 comment 6/7
2673
2674 2006-09-19  Michael Smith  <msmith@fluendo.com>
2675
2676         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2677         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2678         (gst_multi_fd_sink_recover_client),
2679         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2680         (gst_multi_fd_sink_get_property):
2681         * gst/tcp/gstmultifdsink.h:
2682           Implement stubbed out properties unit-type, units-soft-max,
2683           units-max, to allow specifying maximum sizes in units other than
2684           buffers.
2685           Fixes #355935
2686
2687 2006-09-19  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2690         (gst_riff_create_audio_template_caps):
2691         Reorder the audio formats a bit for clarity.
2692         Detect and create caps for MSGSM and MSN (WAV49).
2693         Fixes #356596.
2694
2695         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2696         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2697         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2698         Small cleanups, move error handling out of normal flow for clarity.
2699
2700 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2701
2702         * docs/libs/gst-plugins-base-libs-docs.sgml:
2703         * docs/libs/gst-plugins-base-libs.types:
2704         * gst-libs/gst/interfaces/Makefile.am:
2705         * gst-libs/gst/interfaces/videoorientation.c:
2706         (gst_video_orientation_get_type),
2707         (gst_video_orientation_iface_init),
2708         (gst_video_orientation_get_hflip),
2709         (gst_video_orientation_get_vflip),
2710         (gst_video_orientation_get_hcenter),
2711         (gst_video_orientation_get_vcenter),
2712         (gst_video_orientation_set_hflip),
2713         (gst_video_orientation_set_vflip),
2714         (gst_video_orientation_set_hcenter),
2715         (gst_video_orientation_set_vcenter):
2716         * gst-libs/gst/interfaces/videoorientation.h:
2717           API: Add new interface to control video orientation (fixes #354908)
2718
2719 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * gst/videotestsrc/gstvideotestsrc.c:
2722           Use G_UNLIKELY in _create and log one more detail.
2723           
2724         (gst_video_test_src_get_times), (gst_video_test_src_create):
2725         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2726           Use gst_util_uint64_scale_int in _get_times().
2727
2728 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2729
2730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2731           Give better warning message (add object and detail).
2732
2733 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2736         (gst_xvimagesink_get_times):
2737           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2738           #354773), use gst_util_uint64_scale_int in _get_times()
2739
2740 2006-09-18  Michael Smith  <msmith@fluendo.com>
2741
2742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2743           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2744           always true, leading to dropping all timestamps.
2745
2746 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2747
2748         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2749         (gst_visual_chain), (gst_visual_change_state):
2750           update to work also with libvisual 0.4 API, fix double unref (#355914)
2751           
2752         * tools/gst-launch-ext.1.in:
2753         * tools/gst-visualise.1.in:
2754           remove references to old man-pages
2755
2756         * tests/examples/seek/seek.c: (main):
2757           add real meadi-buttons, add tool-tips for the seek-options, arrange
2758           seek options in a table
2759
2760 2006-09-18  Michael Smith  <msmith@fluendo.com>
2761
2762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2763         (gst_ogg_mux_push_buffer):
2764           Don't generate out-of-order timestamps from oggmux, instead clamp
2765           output timestamps to be >= the previously output ts.
2766           Fixes #355595
2767
2768 2006-09-18  Michael Smith  <msmith@fluendo.com>
2769
2770         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2771         (gst_multi_fd_sink_class_init):
2772           Updates, fixes, and typo corrections for multifdsink. No functional
2773           changes.
2774
2775 2006-09-17  Michael Smith  <msmith@fluendo.com>
2776
2777         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2778           Don't crash on truncated files - check that we got an 8 byte buffer
2779           before trying to memcmp it.
2780
2781 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * gst/playback/gstplaybasebin.c: (get_active_source):
2784           Make stream-switching appear instant to the application
2785           (ie. make sure that a g_object_get on 'current-foo' returns
2786           the stream previously set with g_object_set(). Totem needs
2787           this to update stream-related meta-info (like audio-codec)
2788           correctly when switching streams.
2789
2790 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2793         (gst_alsa_mixer_ensure_track_list):
2794           Try harder to guess which mixer track is the master mixer
2795           track (instead of just taking the first one that has a pvolume).
2796           Fixes #342228.
2797
2798 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2799
2800         reviewed by: <delete if not using a buddy>
2801
2802         * gst-libs/gst/audio/audio.h:
2803         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2804
2805 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2806
2807         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2808         (gst_audio_convert_transform_caps):
2809           Get structure-name just once.
2810
2811 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2812
2813         * tests/check/elements/audioresample.c: (GST_START_TEST):
2814         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2815         * tests/check/elements/volume.c: (GST_START_TEST):
2816         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2817         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2818         (test_pipeline), (GST_START_TEST):
2819         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2820         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2821           Fix big batch of compiler warnings.
2822
2823 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2824
2825         * ext/gnomevfs/gstgnomevfssrc.c:
2826           Add docs about icydemux usage in connection with gnomevfssrc
2827
2828         * ext/libvisual/visual.c:
2829         * ext/ogg/gstoggaviparse.c:
2830         * ext/ogg/gstoggdemux.c:
2831         * ext/ogg/gstoggmux.c:
2832         * ext/ogg/gstoggparse.c:
2833         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2834         * gst-libs/gst/audio/gstaudiosink.c:
2835         * gst-libs/gst/audio/gstaudiosrc.c:
2836         * gst/audiorate/gstaudiorate.c:
2837           More G_OBJECT macro fixing.
2838
2839         * gst/audiotestsrc/gstaudiotestsrc.h:
2840           Fix wrong info in header due to copy & paste
2841
2842 2006-09-15  Wim Taymans  <wim@fluendo.com>
2843
2844         * gst-libs/gst/audio/gstbaseaudiosink.c:
2845         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2847         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2848         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2849         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2850         Do the delay calculation in the source/sink base classes as this is
2851         specific for the capture/playback mode.
2852         Try to fixate a bit better, like round depth up to a multiple of 8
2853         bigger than width.
2854         Handle underruns correctly by marking DISCONT on buffers and adjusting
2855         timestamps to handle the gap.
2856         Set offset/offset_end correctly on buffers.
2857
2858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2859         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2860         (gst_ring_buffer_read):
2861         Remove resync and underrun recovery from the ringbuffer.
2862         Fix ringbuffer read code on under/overrun.
2863
2864 2006-09-15  Wim Taymans  <wim@fluendo.com>
2865
2866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2867         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2868         (queue_threshold_reached), (gst_play_base_bin_set_property),
2869         (gst_play_base_bin_get_property):
2870         * gst/playback/gstplaybasebin.h:
2871         Don't use a 0 low watermark when buffering, it is catching starvation
2872         way too late. Instead, use a 3 second queue with 30 and 95
2873         percent low/high watermarks. 
2874         Added queue-min-threshold property to configure low watermark.
2875         Use new _buffering message API.
2876         Make queue_threshold variable big enough to store a uint64 time value.
2877         API: playbin::queue-min-threshold property.
2878
2879 2006-09-15  Wim Taymans  <wim@fluendo.com>
2880
2881         * configure.ac:
2882         We require 0.10.10.1 now because of _wait_preroll().
2883
2884         * gst-libs/gst/audio/gstbaseaudiosink.c:
2885         (gst_base_audio_sink_render):
2886         Use gst_base_sink_wait_preroll().
2887
2888 2006-09-15  Wim Taymans  <wim@fluendo.com>
2889
2890         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2891         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2892         Use DEBUG_OBJECT more.
2893
2894 === release 0.10.10 ===
2895
2896 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2897
2898         patch by: Michael Smith <msmith at fluendo dot com>
2899
2900         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2901         (gst_multi_fd_sink_client_queue_buffer),
2902         (gst_multi_fd_sink_new_client):
2903         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2904         (multifdsink_suite):
2905           Fix implementation of sync-method 'next-keyframe'
2906           Closes #354594
2907
2908 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2909
2910         patch by: Wim Taymans <wim at fluendo dot com>
2911
2912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2913         This patch removes the RANDOM flag that was incorrectly introduced with
2914         revision 1.91.  Fixes #354590
2915
2916 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2917
2918         * tests/check/Makefile.am:
2919           Random variation in Makefile line to see if it makes the
2920           gen64-base-full bot any happier.
2921
2922 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2925           Disable test that fails at the moment (killed after timeout).
2926
2927 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2928
2929         Patch by: James Livingston  <doclivingston at gmail.com>
2930
2931         * tests/check/Makefile.am:
2932         * tests/check/pipelines/.cvsignore:
2933         * tests/check/pipelines/oggmux.c: (get_page_codec),
2934         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2935         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2936         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2937         (test_theora_vorbis), (oggmux_suite):
2938           Add simple unit test for oggmux from #337026 with checking for the
2939           EOS flags disabled for the time being.
2940
2941 2006-09-04  Wim Taymans  <wim@fluendo.com>
2942
2943         patch by: Alessandro Dessina <alessandro nnva org>
2944
2945         * ext/ogg/gstoggmux.c:
2946         Add cmml caps to oggmux. Fixes #353912
2947
2948 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2949
2950         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2951           Returning a return value often helps. In this case, we
2952           don't need the return value anyway, so just get rid of it.
2953           Should make build bots much happier.
2954
2955 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2956
2957         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2958         (paint_get_structure), (gst_video_test_src_get_size),
2959         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2960         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2961         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2962         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2963         * gst/videotestsrc/videotestsrc.h:
2964           Add support for AYUV and the various RGBA formats. Initialise
2965           fields of paintinfo structs allocated on the stack.
2966
2967         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2968         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2969         (check_rgb_buf), (videotestsrc_suite):
2970           Add unit tests for videotestsrc's RGB output.
2971
2972 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * gst/videotestsrc/gstvideotestsrc.c:
2975         (gst_video_test_src_pattern_get_type),
2976         (gst_video_test_src_set_pattern):
2977         * gst/videotestsrc/gstvideotestsrc.h:
2978         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2979         (gst_video_test_src_black), (gst_video_test_src_white),
2980         (gst_video_test_src_red), (gst_video_test_src_green),
2981         (gst_video_test_src_blue):
2982         * gst/videotestsrc/videotestsrc.h:
2983           Add more uni-colour patterns ("white", "red", "green", and "blue").
2984
2985 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2988           Fix stride for YVYU, should be word-aligned (#353658).
2989
2990 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2991
2992         * gst/adder/gstadder.c: (gst_adder_src_event):
2993           Fix build.
2994
2995 2006-08-31  Edward Hervey  <edward@fluendo.com>
2996
2997         * gst/adder/gstadder.c: (forward_event_func),
2998         (gst_adder_src_event), (gst_adder_collected),
2999         (gst_adder_change_state):
3000         * gst/adder/gstadder.h:
3001         Remember the start position asked in the incoming seeks, so we can
3002         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3003         of assuming it will always be 0).
3004
3005 2006-08-31  Edward Hervey  <edward@fluendo.com>
3006
3007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3008         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3009         (gst_ogg_demux_loop):
3010         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3011
3012 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3015         (gst_ffmpegcsp_get_unit_size):
3016           Return FALSE instead of returning a random false unit
3017           size when the format isn't known/supported (even if
3018           this shouldn't happen under normal circumstances).
3019
3020 2006-08-29  Wim Taymans  <wim@fluendo.com>
3021
3022         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3023
3024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3025         (gst_gnome_vfs_src_start):
3026         Try harder to get the size from a uri by using _info_uri() when
3027         _info_from_handle() does not give us enough info. 
3028         Also follow symlinks when getting the size.
3029         Partially Fixes #332864.
3030
3031 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3032
3033         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3034
3035         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3036         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3037         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3038         (gst_alsa_mixer_set_record):
3039         * ext/alsa/gstalsamixertrack.c:
3040         (gst_alsa_mixer_track_update_alsa_capabilities),
3041         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3042         (gst_alsa_mixer_track_update):
3043         * ext/alsa/gstalsamixertrack.h:
3044           Improve and fix mixer track handling, in particular better handling
3045           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3046           separate track objects for tracks that have both capture and playback
3047           volume (and label them differently as well so they're not mistakenly
3048           assumed to be duplicates); classify mixer tracks that only affect
3049           the audible volume of something (rather than the capture volume)
3050           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3051           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3052           (following the meaning documented in the mixer interface header
3053           file); add support for alsa's exclusive cswitch groups; update/sync
3054           state/flags better if mixer settings are changed by another
3055           application. Fixes #336075.
3056
3057 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         * gst/playback/gstplaybin.c:
3060           Improve docs: add section about BUFFERING messages sent by playbin.
3061
3062 2006-08-29  Michael Smith  <msmith@fluendo.com>
3063
3064         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3065         (gst_vorbis_enc_buffer_check_discontinuous),
3066         (gst_vorbis_enc_chain):
3067           Ignore explicit DISCONT marked on buffers (which is often spurious,
3068           particularly when using multiple segments), in favour of solely
3069           using the timestamps/durations.
3070
3071 2006-08-29  Edward Hervey  <edward@fluendo.com>
3072
3073         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3074         Don't rely on incoming buffers offset anymore, since it is completely
3075         broken when using multiple segments.
3076         Instead convert the incoming buffers timestamp to running time, and
3077         then convert that value to the offsets.
3078         Also inform GstSegment of the last outputted stop position, which is
3079         needed if we received several segments with an unknown stop value.
3080
3081 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3082
3083         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3084           fix buffer unreffing on a header push failure
3085
3086 2006-08-28  Wim Taymans  <wim@fluendo.com>
3087
3088         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3089         (gst_audio_rate_chain):
3090         Make the metadata of the buffer writable before changing its
3091         flags.
3092
3093 2006-08-28  Wim Taymans  <wim@fluendo.com>
3094
3095         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3096         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3097         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3098         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3099         Fix audiorate some more.
3100         Reset and resync counters on flush and READY.
3101         Handle the DISCONT flag correctly.
3102         Use GstSegment to track position.
3103         Fail when not negotiated.
3104         Fixes #353234.
3105
3106 2006-08-25  Michael Smith  <msmith@fluendo.com>
3107
3108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3109           Fix spelling.
3110           Remove accidently included debug line.
3111
3112 2006-08-25  Wim Taymans  <wim@fluendo.com>
3113
3114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3115         Small cleanups.
3116         If a buffer is received with no caps, make the buffer metadata
3117         writable and set the caps, making sure that we don't screw up the
3118         refcounts.
3119
3120 2006-08-25  Michael Smith  <msmith@fluendo.com>
3121
3122         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3123         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3124           Fix memory leaks and misleading debug messages, add a couple of
3125           comments.
3126
3127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3128         (gst_multi_fd_sink_render):
3129           Do not use gst_buffer_make_writable() in a basesink render method,
3130           as it may incorrectly unref the buffer. Instead, use convoluted
3131           dance to avoid copying the buffer except when we need to.
3132
3133 2006-08-25  Michael Smith  <msmith@fluendo.com>
3134
3135         * ext/vorbis/vorbisenc.c:
3136         (gst_vorbis_enc_buffer_check_discontinuous):
3137           Allow very small discontinuities in the timestamps. These we can't
3138           do anything useful with anyway (because vorbis's timestamps have
3139           only sample granularity), and are commonly produced by elements with
3140           minor bugs. Allow up to 1/2 a sample out.
3141           Fixes #351742.
3142
3143 2006-08-24  Wim Taymans  <wim@fluendo.com>
3144
3145         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3146         (play_scrub_toggle_cb), (main):
3147         Add a checkbox to enable play scrubbing. Makes it possible to disable
3148         normal scrubbing.
3149
3150 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3151
3152         * tests/check/elements/.cvsignore:
3153           make buildbot happy
3154
3155 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3158         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3159         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3160         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3161         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3162         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3163         (gst_ogm_text_parse_strip_trailing_zeroes),
3164         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3165         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3166           Refactor ogm parse, do better input checking, misc. clean-ups.
3167           Cache incoming events and push them once the source pad has
3168           been created. Don't pass unterminated strings to sscanf().
3169           Strip trailing zeroes from subtitle text output, since they
3170           are not valid UTF-8. Don't push vorbiscomment packets on
3171           the subtitle text pad. Output perfect streams if possible.
3172
3173 2006-08-23  Wim Taymans  <wim@fluendo.com>
3174
3175         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3176         Waits for tasks to settle down so that we clean up correctly for 
3177         valgrind.
3178
3179 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3180
3181         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3182           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3183           actually return return value in taglists_are_equal.
3184
3185 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3188           Fix crash due to broken bitstream parsing on x86-64: can't make
3189           any assumptions about sizeof(struct) due to alignment/packing
3190           differences on different architectures. Fixes #351790.
3191
3192 2006-08-22  Wim Taymans  <wim@fluendo.com>
3193
3194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3195         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3196         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3197         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3198         (gst_riff_parse_info):
3199         Protect public functions against bad input.
3200         Do some cleanups.
3201         Fix documentation.
3202
3203 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3204
3205         * gst-libs/gst/riff/riff-ids.h:
3206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3207           Add voxware audio IDs (even if we can't play it) (#351795).
3208
3209 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3210
3211         * gst-libs/gst/riff/riff-media.c:
3212         (gst_riff_create_video_template_caps),
3213         (gst_riff_create_audio_template_caps),
3214         (gst_riff_create_iavs_template_caps):
3215           Const-ify some arrays and use G_N_ELEMENTS instead
3216           of wasting oodles of RAM on terminator bits.
3217
3218 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * gst-libs/gst/tag/gstvorbistag.c:
3221         (gst_tag_list_to_vorbiscomment_buffer):
3222         * tests/check/libs/tag.c: (GST_START_TEST):
3223           And the same for _to_vorbiscomment_buffer(): allow
3224           id_data_len == 0 for speex.
3225
3226 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3227
3228         * configure.ac:
3229         * docs/plugins/Makefile.am:
3230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3232         * docs/plugins/inspect/plugin-gdp.xml:
3233         * gst/gdp/Makefile.am:
3234         * tests/check/Makefile.am:
3235           Move GDP plugin to -base from -bad.  Closes #347783.
3236
3237 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3238
3239         * gst-libs/gst/tag/gstvorbistag.c:
3240         (gst_tag_list_from_vorbiscomment_buffer):
3241           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3242           Also add some checks to make sure we don't memcmp() beyond the end of
3243           vorbiscomment buffer if the ID to check for is larger than the buffer.
3244
3245         * tests/check/libs/tag.c: (GST_START_TEST):
3246           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3247
3248 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3249
3250         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3251         (gst_vorbis_enc_set_metadata):
3252           Use vorbis comment utility functions from libgsttag
3253           instead of re-inventing the wheel (partially fixes #347091).
3254
3255 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3256
3257         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3258         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3259         as some that won't.
3260
3261 2006-08-21  Wim Taymans  <wim@fluendo.com>
3262
3263         * docs/libs/Makefile.am:
3264         * docs/libs/gst-plugins-base-libs-sections.txt:
3265         * docs/libs/gst-plugins-base-libs.types:
3266         Don't try to GObject scan the netbuffer as it's not a GObject.
3267         Fixes #351308.
3268
3269         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3270         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3271         Document GstNetBuffer.
3272
3273 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3274
3275         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3276         (audioconvert_suite):
3277           Add testcase for caps-size-explosion
3278
3279 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3280
3281         * gst/audioconvert/gstaudioconvert.c:
3282         (gst_audio_convert_get_unit_size), (set_structure_widths):
3283           Lower debug, use g_assert in _get_unit_size
3284
3285         * gst/audioresample/gstaudioresample.c:
3286         (audioresample_get_unit_size):
3287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3288         (gst_ffmpegcsp_get_unit_size):
3289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3290           use g_assert in _get_unit_size
3291
3292 2006-08-18  Wim Taymans  <wim@fluendo.com>
3293
3294         * docs/libs/gst-plugins-base-libs-sections.txt:
3295         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3296         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3297         (gst_rtp_buffer_get_payload_buffer):
3298         * gst-libs/gst/rtp/gstrtpbuffer.h:
3299         Document GstRTPBuffer.
3300         Added function to efficiently strip payload headers.
3301         API: gst_rtp_buffer_get_payload_subbuffer()
3302
3303 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3306         (gst_tag_to_vorbis_comments):
3307           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3308           tags and deserialise them properly as well (#347091).
3309           Add some more gtk-doc blurbs and also some g_return_if_fail().
3310
3311         * tests/check/libs/tag.c: (GST_START_TEST),
3312         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3313           More tests.
3314
3315 2006-08-17  Wim Taymans  <wim@fluendo.com>
3316
3317         * ext/ogg/Makefile.am:
3318         * ext/ogg/gstogg.c: (plugin_init):
3319         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3320         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3321         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3322         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3323         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3324         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3325         Added ogg-in-avi parser element. Fixes #140139.
3326
3327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3328         Fixed a bug in oggdemux debug code.
3329
3330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3331         (gst_riff_create_audio_template_caps):
3332         Recognise Ogg in the AVI extensible wave format.
3333
3334 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3337           Make buffer durations add up (duration should be next_ts-ts for
3338           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3339           from CVS.
3340
3341         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3342         (test_buffer_timestamps), (cddabasesrc_suite):
3343           Add unit test for the above.
3344
3345         * tests/check/Makefile.am:
3346           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3347           to see what happens.
3348
3349 2006-08-16  Wim Taymans  <wim@fluendo.com>
3350
3351         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3352         (gst_alsasink_open):
3353         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3354         (gst_alsasrc_open):
3355         Avoid setting and using a NULL device name.
3356         Print more info when we fail to open a device.
3357
3358 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3359
3360         * docs/libs/gst-plugins-base-libs-sections.txt:
3361         * gst-libs/gst/tag/tag.h:
3362         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3363           API: add gst_tag_parse_extended_comment() (#351426).
3364
3365         * tests/check/Makefile.am:
3366         * tests/check/libs/.cvsignore:
3367         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3368           Add unit test for gst_tag_parse_extended_comment().
3369
3370 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3374           Fix leak (#351502).
3375
3376 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3379         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3380         * docs/plugins/gst-plugins-base-plugins.args:
3381         * gst/playback/gstplaybin.c:
3382           Document playbin.
3383           
3384         * docs/plugins/inspect/plugin-adder.xml:
3385         * docs/plugins/inspect/plugin-alsa.xml:
3386         * docs/plugins/inspect/plugin-audioconvert.xml:
3387         * docs/plugins/inspect/plugin-audiorate.xml:
3388         * docs/plugins/inspect/plugin-audioresample.xml:
3389         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3390         * docs/plugins/inspect/plugin-cdparanoia.xml:
3391         * docs/plugins/inspect/plugin-decodebin.xml:
3392         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3393         * docs/plugins/inspect/plugin-gnomevfs.xml:
3394         * docs/plugins/inspect/plugin-ogg.xml:
3395         * docs/plugins/inspect/plugin-pango.xml:
3396         * docs/plugins/inspect/plugin-playbin.xml:
3397         * docs/plugins/inspect/plugin-subparse.xml:
3398         * docs/plugins/inspect/plugin-tcp.xml:
3399         * docs/plugins/inspect/plugin-theora.xml:
3400         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3401         * docs/plugins/inspect/plugin-video4linux.xml:
3402         * docs/plugins/inspect/plugin-videorate.xml:
3403         * docs/plugins/inspect/plugin-videoscale.xml:
3404         * docs/plugins/inspect/plugin-videotestsrc.xml:
3405         * docs/plugins/inspect/plugin-volume.xml:
3406         * docs/plugins/inspect/plugin-vorbis.xml:
3407         * docs/plugins/inspect/plugin-ximagesink.xml:
3408         * docs/plugins/inspect/plugin-xvimagesink.xml:
3409           Update to CVS version.
3410
3411 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3412
3413         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3414         (gst_play_bin_set_property), (gst_play_bin_get_property),
3415         (value_list_append_structure_list),
3416         (gst_play_bin_handle_redirect_message),
3417         (gst_play_bin_handle_message):
3418           API: GstPlayBin::connection-speed
3419           Add "connection-speed" property; re-order redirect messages with
3420           multiple redirect locations depending on the minimum bitrate if
3421           that information is available and a connection speed is set
3422           (#350399).
3423
3424 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3425
3426         * gst/playback/gstplaybin.c:
3427           Update max volume to the same value that the volume element uses.
3428
3429 2006-08-14  Wim Taymans  <wim@fluendo.com>
3430
3431         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3432         Less uglyness..
3433
3434 2006-08-14  Wim Taymans  <wim@fluendo.com>
3435
3436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3437         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3438         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3439         Add some more debug info.
3440         Don't crash when a seek failed.
3441         Actually return the result of the seek instead of TRUE.
3442         Ignore multiple BOS pages with the same serial so that we don't create
3443         the same stream multiple times.
3444         Post an error when we fail to do the initial seek.
3445
3446 2006-08-13  Wim Taymans  <wim@fluendo.com>
3447
3448         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3449         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3450         Small code cleanup.
3451
3452         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3453         (gst_alsa_mixer_new):
3454         Remove hack that always set the device to hw:0*.
3455         Properly find the card name for whatever device was configured.
3456         Do some better debugging.
3457         Fixes #350784.
3458
3459         * ext/alsa/gstalsamixerelement.c:
3460         (gst_alsa_mixer_element_set_property),
3461         (gst_alsa_mixer_element_change_state):
3462         Cleanups.
3463         Handle setting of a NULL device name better.
3464
3465 2006-08-11  Wim Taymans  <wim@fluendo.com>
3466
3467         * gst/adder/gstadder.c:
3468         Don't clip float values. Fixes #350900.
3469
3470 2006-08-11  Andy Wingo  <wingo@pobox.com>
3471
3472         * gst/tcp/gsttcp.c: Really fix the build?
3473
3474         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3475         fixes the build.
3476
3477 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3478
3479         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3480           Float caps shouldn't have a "signed" field.
3481
3482 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3485           Implement SEEKING query in its most basic form, so that we can
3486           at least check if we're seekable or not (#350655).
3487
3488 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3491           The checks here are not even close to anything that would
3492           justify MAXIMUM probability, lowering to POSSIBLE until someone
3493           fixes the checks (case at hand: quicktime redirection files
3494           might start with 00 00 01 XX and pass the checks here just
3495           fine, see #350399).
3496
3497 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         Patch by: Sjoerd Simons  <sjoerd at luon net>
3500
3501         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3502           Better detection for multipart/x-mixed-replace: accept leading
3503           whitespaces before the boundary marker as well (as our very own
3504           multipartmux used to produce) (#349068).
3505
3506 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3507
3508         Patch by: Young-Ho Cha  <ganadist at chollian net>
3509
3510         * gst-libs/gst/riff/riff-ids.h:
3511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3512         (gst_riff_create_audio_template_caps):
3513           Detect DTS audio streams (#350157).
3514
3515 2006-08-05  Andy Wingo  <wingo@pobox.com>
3516
3517         * ext/theora/gsttheoraparse.h:
3518         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3519         (theora_parse_dispose, theora_parse_set_property)
3520         (theora_parse_get_property, theora_parse_munge_granulepos)
3521         (theora_parse_push_buffer, theora_parse_change_state):
3522         API: GstTheoraParse::synchronization-points
3523         Add a property 'synchronization-points' to fix badly synchronized oggs.
3524
3525 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * tests/check/Makefile.am:
3528         * tests/check/libs/.cvsignore:
3529         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3530         (fixed_caps_have_channel_positions), (GST_START_TEST),
3531         (audio_suite), (main):
3532           Add a few tests for the channel position stuff in libgstaudio.
3533
3534 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3537         (gst_alsa_detect_channels):
3538         * ext/alsa/gstalsasink.c:
3539           Add support for cards that (only) do more than 8 channels,
3540           like the Delta 44 (#345188).
3541
3542         * gst-libs/gst/audio/multichannel.c:
3543         (gst_audio_check_channel_positions):
3544         * gst-libs/gst/audio/multichannel.h:
3545           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3546           unspecified channel position and cannot be combined with any
3547           of the other audio channel positions; adjust position layout
3548           checks accordingly (#345188).
3549
3550 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3553           Recognise ancient RealAudio files (see #349779).
3554
3555 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         Patch by: Jens Granseuer  <jensgr at gmx net>
3558
3559         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3560           Add typefinder for Interplay's MVE format (#348973).
3561
3562 2006-08-02  Wim Taymans  <wim@fluendo.com>
3563
3564         Patch by: Marcel Moreaux <marcelm at luon dot net>
3565
3566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3567         (gst_base_rtp_depayload_add_to_queue):
3568         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3569         Handle RTP sequence number rollover.
3570         Disable jitterbuffer by default.
3571
3572 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3573
3574         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3575         (audioresample_set_caps):
3576         Don't leak references to the incoming caps. Clean them up when
3577         stopping.
3578
3579         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3580         (gst_video_scale_finalize):
3581         Don't leak our temporary pixel buffer.
3582
3583         * tests/check/Makefile.am:
3584         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3585         (GST_START_TEST), (simple_launch_lines_suite):
3586
3587         Fix leaks and re-enable the test for valgrind checking.
3588
3589 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3590
3591         Patch by: Sjoerd Simons  <sjoerd at luon net>
3592
3593         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3594         (plugin_init):
3595           Add typefind function for multipart/x-mixed-replace (#348916).
3596
3597 2006-07-28  Wim Taymans  <wim@fluendo.com>
3598
3599         * gst/adder/gstadder.c: (gst_adder_setcaps),
3600         (gst_adder_query_duration):
3601         Fix leak in duration query.
3602         Reflow some docs and notes.
3603
3604 2006-07-28  Michael Smith  <msmith@fluendo.com>
3605
3606         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3607         (vorbisenc_suite):
3608           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3609           aspect of it.
3610
3611 2006-07-28  Michael Smith  <msmith@fluendo.com>
3612
3613         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3614         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3615         (gst_vorbis_enc_push_buffer),
3616         (gst_vorbis_enc_buffer_check_discontinuous),
3617         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3618         * ext/vorbis/vorbisenc.h:
3619           Handle discontinuities in the input vorbis stream correctly,
3620           so that the output is properly timestamped (and has good granulepos
3621           values). Needs some oggmux fixes too.
3622
3623 2006-07-27  Wim Taymans  <wim@fluendo.com>
3624
3625         patch by: Kai Vehmanen <kv2004 eca cx>
3626
3627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3628         (gst_base_rtp_depayload_chain),
3629         (gst_base_rtp_depayload_handle_sink_event),
3630         (gst_base_rtp_depayload_change_state):
3631         Don't send multiple newsegments with different formats.
3632         Fixes #348677.
3633
3634 2006-07-26  Wim Taymans  <wim@fluendo.com>
3635
3636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3637         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3638         Make seeking in ogg more accurate again by doing the more correct
3639         granuletime to stream time conversion.
3640
3641 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3642
3643         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3644         (gst_multi_fd_sink_new_client):
3645           debug a little more understandably
3646           do not use goto as a substitute for break, especially if
3647           break is also being used
3648
3649 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3652         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3653           Remove GLib-2.6 compatibility cruft.
3654
3655 2006-07-24  Wim Taymans  <wim@fluendo.com>
3656
3657         * gst-libs/gst/audio/gstbaseaudiosink.c:
3658         (gst_base_audio_sink_render):
3659         Don't try to align a sample to an unknown value.
3660
3661 2006-07-24  Wim Taymans  <wim@fluendo.com>
3662
3663         * gst-libs/gst/audio/gstbaseaudiosink.c:
3664         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3665         When the audio clock is slaved to another clock, never try to align
3666         samples but trust the rate interpolation algorithm.
3667
3668 2006-07-24  Wim Taymans  <wim@fluendo.com>
3669
3670         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3671         Don't try to calculate silence samples, base class does this much
3672         better now.
3673
3674         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3675         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3676         (gst_ring_buffer_acquire):
3677         Calculate silence samples correctly.
3678
3679         * gst-libs/gst/audio/gstringbuffer.h:
3680         Add _CAST macro.
3681
3682 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3683
3684         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3685           Limit search for the first markup tag to the first few kB of
3686           the file. If we don't find one there, it's highly unlikely that
3687           this is an XML(-ish) file.
3688
3689 2006-07-21  Andy Wingo  <wingo@pobox.com>
3690
3691         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3692         test to the one in vorbisenc. Also commented out.
3693
3694         * tests/check/pipelines/vorbisenc.c: 
3695         (test_discontinuity): New test, commented out until Mike lands
3696         some elite vorbisenc patches.
3697
3698         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3699         Bufferstraw was actually factored out of these tests. Now we share
3700         code yay.
3701
3702         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3703         for bufferstraw addition to gstcheck.
3704
3705 2006-07-21  Wim Taymans  <wim@fluendo.com>
3706
3707         * ext/theora/theoradec.c: (clip_buffer):
3708         Better clipping.
3709
3710 2006-07-21  Wim Taymans  <wim@fluendo.com>
3711
3712         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3713         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3714         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3715         Fix leak.
3716         Avoid type casting when we can.
3717
3718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3719         Fix mem leak.
3720
3721 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * ext/alsa/gstalsamixerelement.c:
3724         (gst_alsa_mixer_element_change_state):
3725           Make state change fail if the specified device can't be opened
3726           for some reason.
3727
3728 2006-07-20  Wim Taymans  <wim@fluendo.com>
3729
3730         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3731         (cb_newpad), (main):
3732         Example of a small audio/video player using decodebin.
3733
3734 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3735
3736         * gst-libs/gst/riff/riff-ids.h:
3737           Add 'fact' chunk id
3738
3739 2006-07-19  Wim Taymans  <wim@fluendo.com>
3740
3741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3742         (gst_base_rtp_depayload_chain),
3743         (gst_base_rtp_depayload_change_state):
3744         Don't assert when not negotiated but post a meaningfull 
3745         error message. Fixes #347918.
3746
3747         * gst-libs/gst/rtp/gstbasertppayload.c:
3748         Add comment about better default MTU size.
3749
3750         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3751         Small cleanups, start docs.
3752
3753 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3754
3755         Patch by: Martin Szulecki
3756
3757         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3758           If "device-name" is requested and the device is not
3759           open, try to temporarily open it to obtain this
3760           information (#342494).
3761
3762 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         * gst-libs/gst/tag/gstid3tag.c:
3765           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3766
3767         * gst-libs/gst/tag/gsttageditingprivate.h:
3768         * gst-libs/gst/tag/gstvorbistag.c:
3769           Some more random const-ifications.
3770
3771 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst-libs/gst/riff/riff-ids.h:
3774         * gst-libs/gst/riff/riff-media.c:
3775         (gst_riff_create_video_template_caps):
3776           Add more FOURCCs (sort list to make stuff easier to find),
3777           add comment what those 16 bytes in struct _gst_riff_strh according to
3778           one avi-dumper are
3779
3780 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * gst-libs/gst/audio/multichannel.c:
3783         (gst_audio_check_channel_positions),
3784         (gst_audio_fixate_channel_positions):
3785           Const-ify two arrays.
3786
3787 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3790           Fix typo, so that alsasink also advertises 8 channels
3791           if that's supported (tags: can, worms, open, alsa, ph34r).
3792
3793 2006-07-17  Wim Taymans  <wim@fluendo.com>
3794
3795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3796         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3797         *sigh*, when is the compiler going to warn when the comments
3798         are out-of-sync with the code.. Refix case of busted theora
3799         headers with 0 granule pos.
3800
3801 2006-07-14  Wim Taymans  <wim@fluendo.com>
3802
3803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3804         (gst_base_rtp_depayload_wait),
3805         (gst_base_rtp_depayload_change_state),
3806         (gst_base_rtp_depayload_set_property),
3807         (gst_base_rtp_depayload_get_property):
3808         Fix 99% cpu load by waiting for absolute times on the
3809         clock. Fixes #347300.
3810
3811 2006-07-14  Andy Wingo  <wingo@pobox.com>
3812
3813         * ext/theora/gsttheoraparse.h: 
3814         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3815         (theora_parse_push_headers, theora_parse_clear_queue)
3816         (theora_parse_drain_queue_prematurely, )
3817         (theora_parse_sink_event, theora_parse_change_state): Queue events
3818         until we initialized our state, like in vorbisparse.
3819
3820         * ext/vorbis/vorbisparse.h: 
3821         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3822         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3823         (vorbis_parse_drain_queue_prematurely, )
3824         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3825         until we have initialized our state. Fixes seeking after an
3826         initial pad block.
3827
3828 2006-07-14  Andy Wingo  <wingo@pobox.com>
3829
3830         Patch by: Iain Holmes <iaingnome@gmail.com>
3831         
3832         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3833
3834 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3835
3836         * configure.ac:
3837         Bump nano back to CVS
3838
3839 === release 0.10.9 ===
3840
3841 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3842
3843         * configure.ac:
3844           releasing 0.10.9, "I walk the line"
3845
3846 2006-07-14  Michael Smith  <msmith@fluendo.com>
3847
3848         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3849           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3850           (commonly happens when running this test under valgrind) when trying
3851           to remove the buffer probe.
3852
3853 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3854
3855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3856         Fix missing g_unlock from the previous commit
3857
3858 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3859
3860         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3861         (gst_ximagesink_change_state):
3862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3863         (gst_xvimagesink_change_state):
3864         Implement a locking order to ensure we always take the object lock
3865         before the x_lock and never vice-versa.
3866
3867 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3868
3869         * gst/playback/gstdecodebin.c: (find_compatibles):
3870         Fix a caps leak when linking (#347304)
3871
3872         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3873         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3874         (gst_ximagesink_change_state):
3875         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3876         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3877         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3878         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3879         Don't leak shared memory resources. Use the object lock to protect
3880         against the xcontext disappearing while returning a buffer from the
3881         pipeline. (#347304)
3882
3883 2006-07-12  Edward Hervey  <edward@fluendo.com>
3884
3885         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3886         (vorbis_handle_comment_packet):
3887         gst_tag_list_merge() returns a new object. Take that into account when
3888         using it. This avoids memleak.
3889         Revert previous commit which is not needed.
3890
3891 2006-07-12  Edward Hervey  <edward@fluendo.com>
3892
3893         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3894         Reset the decoder in finalize so that all fields get cleared.
3895
3896 2006-07-12  Wim Taymans  <wim@fluendo.com>
3897
3898         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3899         (gst_base_audio_src_set_clock),
3900         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3901         Don't try to post an error message when setting the clock fails
3902         as this can happen when adding an element to a bin which will then
3903         deadlock. Fixes #347296.
3904
3905 2006-07-12  Edward Hervey  <edward@fluendo.com>
3906
3907         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3908         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3909         (vorbis_handle_type_packet):
3910         Post tag messages on the bus even if we're not initialized.
3911         If we're not initialized, we still postpone the event pushing of tags.
3912
3913 2006-07-12  Wim Taymans  <wim@fluendo.com>
3914
3915         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3916         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3917         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3918         Revert last two changes that broke the freeze.
3919
3920 2006-07-12  Wim Taymans  <wim@fluendo.com>
3921
3922         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3923         basesink calculates silence sample correctly for us.
3924
3925 2006-07-12  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3928         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3929         Calculate correct silence samples so we don't fill our ringbuffer
3930         with noise.
3931
3932 2006-07-12  Edward Hervey  <edward@fluendo.com>
3933
3934         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3935         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3936         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3937         * ext/vorbis/vorbisdec.h:
3938         Delay sending events (newsegment, tags) until the decoder is properly
3939         initialized.
3940         Fixes #347295
3941
3942 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3943
3944         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3945         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3946           Patch from #347221 adding a test for audioconvert
3947           channel remappings.
3948
3949 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3950
3951         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3952         (gst_ssa_parse_parse_line):
3953           Don't include the terminating NUL in the buffer size,
3954           it's only there for extra paranoia (would add random
3955           '*' characters at the end of each subtitle since the
3956           terminator itself is not valid UTF-8 technically).
3957           Also fix indenting after boilerplate macro.
3958
3959 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * gst/playback/gstdecodebin.c: (close_pad_link):
3962           Also emit 'unknown-type' signal (which should really be
3963           called unhandled-type) if we found potential decoders/demuxers
3964           in the registry but none of them worked in the end (as in the
3965           case where the plugins don't exist any longer but are still
3966           listed in the registry). Fixes #329798.
3967
3968 2006-07-08  Andy Wingo  <wingo@pobox.com>
3969
3970         * theoraparse.c (theora_parse_push_buffer)
3971         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3972         Add some more debugging. Fix granulepos reconstruction in the face
3973         of discontinuities.
3974
3975 2006-07-06  Wim Taymans  <wim@fluendo.com>
3976
3977         * gst-libs/gst/audio/gstbaseaudiosink.c:
3978         (gst_base_audio_sink_class_init),
3979         (gst_base_audio_sink_provide_clock):
3980         Use gobject_class instead of G_OBJECT_CLASS (klass)
3981
3982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3983         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3984         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3985         (gst_base_audio_src_get_time),
3986         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3987         (gst_base_audio_src_create_ringbuffer):
3988         Fix latency and buffer-time constants and properties ala basesink.
3989         Implement pull based scheduling. Fixes #346527.
3990         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3991         one segment.
3992         Refuse slaving to another clock instead of silently not working.
3993         Only provide a clock when we are actually able to do so.
3994         Various small cleanups and compiler hints.
3995
3996 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         Patch by: Lutz Mueller <lutz at topfrose de>
3999
4000         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4001         (plugin_init):
4002           Add typefinding for text/html (#346581).
4003
4004 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4007         (xml_check_first_element), (xml_type_find), (smil_type_find):
4008           Fix SMIL typefinding, make xml_check_first_element() more
4009           useful.
4010
4011 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4012
4013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4014         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4015         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4016         * gst/playback/gstplaybasebin.h:
4017           Protect list of elements with a subtitle-encoding property and
4018           the subtitle encoding member itself with a lock of their own
4019           instead of using the object lock. This prevents a dead-lock in
4020           the element-remove callback in some circumstances when shutting
4021           down playbin.
4022
4023 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4024
4025         * win32/common/libgsttag.def:
4026         Export some new functions.
4027         * win32/vs6/libgstogg.dsp:
4028         Add a link to libgsttag-0.10.lib.
4029
4030 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4033           Some const-ification.
4034
4035 2006-07-04  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4038         Improve checking if we are dealing with a stream. Added some
4039         more uris that need buffering.
4040
4041 2006-07-03  Edward Hervey  <edward@fluendo.com>
4042
4043         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4044         Remove unused variable.
4045
4046 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4047
4048         * Makefile.am:
4049           include lcov.mak
4050         * configure.ac:
4051           add GCOV_LIBS to GST_LIBS
4052
4053 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4056
4057         * ext/alsa/gstalsasrc.c:
4058           Add 32 bps to template caps and increase channels range
4059           from [1,2] to [1,MAX]. See #346326.
4060
4061 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4064           Recognise 'WMVA' video codec fourcc (#345879).
4065           
4066 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4067          
4068         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4069           Fixed nasty memory leak
4070
4071 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4072
4073         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4074         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4075           fix logging
4076
4077 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4078
4079         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4080         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4081         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4082         Protect remove_fakesink using a mutex, so that we don't try and
4083         remove the fakesink simultaneously from multiple threads.
4084
4085         When going from READY to PAUSED, restore the fakesink, so that
4086         it is there when decodebin gets reused.
4087
4088 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4092         * gst-libs/gst/rtp/gstbasertppayload.c:
4093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4094         * gst/tcp/gstmultifdsink.c:
4095         * gst/tcp/gsttcpclientsink.c:
4096         * gst/tcp/gsttcpclientsrc.c:
4097         * gst/tcp/gsttcpserversink.c:
4098         * gst/tcp/gsttcpserversrc.c:
4099         * gst/videorate/gstvideorate.c:
4100         * gst/videotestsrc/gstvideotestsrc.c:
4101         * sys/v4l/gstv4ljpegsrc.c:
4102         * sys/v4l/gstv4lmjpegsink.c:
4103         * sys/v4l/gstv4lsrc.c:
4104         * tests/examples/seek/scrubby.c:
4105         * tests/examples/seek/seek.c:
4106           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4107
4108 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4111           Second field in GEnumValue shouldn't be a description,
4112           but a stringified version of the enum value.
4113
4114 2006-06-22  Wim Taymans  <wim@fluendo.com>
4115
4116         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4117         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4118         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4119         Avoid type checking in buffer casts.
4120         Avoid caps copy in buffer_alloc when we can.
4121         Use pad_peer_accept.
4122
4123 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst-libs/gst/tag/tag.h:
4126           Oops, make that 'Since: 0.10.9'.
4127
4128 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * docs/libs/gst-plugins-base-libs-sections.txt:
4131         * gst-libs/gst/tag/tag.h:
4132         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4133         (gst_tag_image_type_get_type):
4134           API: add GstTagImageType enum to describe images contained
4135           in image tags (#345641).
4136
4137 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4140           Fix warnings with gst-inspect: "buffers-min" property
4141           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4142           typo in property description.
4143
4144 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         Patch by: Cody Russell <bratsche at gnome org>
4147
4148         * gst/audioresample/gstaudioresample.c:
4149         (gst_audioresample_class_init):
4150         * gst/playback/gststreamselector.c:
4151         (gst_stream_selector_class_init):
4152         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4153         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4154         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4155         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4156         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4157         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4158         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4159         * gst/videotestsrc/gstvideotestsrc.c:
4160         (gst_video_test_src_class_init):
4161         * gst/volume/gstvolume.c: (gst_volume_class_init):
4162           Avoid unnecessary class cast check in class_init
4163           functions (#337747).
4164
4165 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4168         (gst_text_overlay_video_chain):
4169           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4170           and doesn't validate its input either (and neither did
4171           textoverlay it seems). Let's do that then and fix #345206.
4172
4173 2006-06-19  Wim Taymans  <wim@fluendo.com>
4174
4175         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4176         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4177         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4178         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4179         (find_syncframe), (find_limits), (assign_value),
4180         (count_burst_unit), (gst_multi_fd_sink_new_client),
4181         (gst_multi_fd_sink_handle_client_write),
4182         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4183         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4184         (gst_multi_fd_sink_change_state):
4185         * gst/tcp/gstmultifdsink.h:
4186         Added shiny new burst-on-connect methods.
4187         Add properties to control the minimal amount of data queued.
4188         Small cleanups.
4189         API: bytes-min property
4190         API: time-min property
4191         API: buffers-min property
4192         API: burst-unit property
4193         API: burst-value property
4194         API: add-full signal
4195
4196         * gst/tcp/gsttcp-marshal.list:
4197         Added new marshaller code for the new signal.
4198
4199         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4200         (multifdsink_suite):
4201         Added testcases for new burst methods.
4202
4203 2006-06-19  Edward Hervey  <edward@fluendo.com>
4204
4205         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4206         Implement clipping for accurate seeking.
4207         Closes #345225
4208
4209 2006-06-19  Wim Taymans  <wim@fluendo.com>
4210
4211         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4212
4213         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4214         (gst_video_scale_transform):
4215         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4216
4217 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * configure.ac:
4220           Fix --disable-external (can't set conditionals conditionally,
4221           #343602).
4222
4223 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         * tests/check/elements/audioresample.c: (test_reuse),
4226         (audioresample_suite):
4227           Add test case for bug #342789 fixed below.
4228
4229 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         * gst/audioresample/gstaudioresample.c:
4232         (gst_audioresample_class_init), (gst_audioresample_init),
4233         (audioresample_start), (audioresample_stop),
4234         (gst_audioresample_set_property), (gst_audioresample_get_property):
4235           Implement GstBaseTransform::start and ::stop so that audioresample
4236           can clear its internal state properly and be reused instead of
4237           causing non-negotiated errors with playbin under some circumstances
4238           (#342789).
4239
4240         * tests/check/elements/audioresample.c: (setup_audioresample),
4241         (cleanup_audioresample):
4242           Need to set element state here so that ::start and ::stop are
4243           called.
4244
4245 2006-06-16  Wim Taymans  <wim@fluendo.com>
4246
4247         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4248
4249         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4250         Parse extra data better, apparently it's right behind
4251         the normal strf header size. Fixes #343500.
4252
4253 2006-06-16  Wim Taymans  <wim@fluendo.com>
4254
4255         * ext/alsa/gstalsasink.c: (set_hwparams):
4256         If we fail to set the buffer_time and period_time alsa
4257         parameters, post a warning and leave alsa select a 
4258         default instead of failing. Fixes #342085
4259
4260 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4261
4262         * docs/libs/gst-plugins-base-libs-sections.txt:
4263         * gst-libs/gst/cdda/gstcddabasesrc.h:
4264           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4265           out in the header file and shouldn't be listed in the docs.
4266
4267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4268           Must dereference pointer to fourcc in the debug statement.
4269
4270 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4271
4272         * docs/libs/Makefile.am:
4273         * docs/libs/gst-plugins-base-libs-docs.sgml:
4274         * docs/libs/gst-plugins-base-libs-sections.txt:
4275         * docs/libs/gst-plugins-base-libs.types:
4276         add remaining symbols into correct setions
4277         
4278         * gst-libs/gst/audio/gstringbuffer.c:
4279         fix incomplete docs
4280         
4281         * gst-libs/gst/audio/gstringbuffer.h:
4282         comment out not yet implemented function
4283         
4284         
4285         * gst-libs/gst/floatcast/floatcast.h:
4286         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4287         add short descriptions
4288         
4289         
4290         * gst-libs/gst/interfaces/propertyprobe.c:
4291         fix return value docs   
4292         
4293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4294         simplify debug logging
4295         
4296         * gst-libs/gst/riff/riff-read.h:
4297         sync function prototype and docs
4298         
4299         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4300         remove left over symbol
4301
4302 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * autogen.sh:
4305         * configure.ac:
4306         * docs/Makefile.am:
4307           Use GST_PLUGIN_DOCS macro in configure.ac, add
4308           --enable-plugin-docs default to autogen.sh and use
4309           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4310
4311 2006-06-15  Wim Taymans  <wim@fluendo.com>
4312
4313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4314         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4315         (gst_ogg_demux_loop):
4316         Combine GstFlowReturn from the source pads to give a
4317         meaningfull result to the upstream peer or to stop the
4318         processing task in case of errors.
4319
4320 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * gst/playback/gststreaminfo.c: (cb_probe):
4323           Try GST_TAG_CODEC as fallback when extracting the
4324           codec name; more debug info.
4325
4326 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * ext/ogg/Makefile.am:
4329         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4330           Extract language tags from ogm subtitle streams, so that
4331           the subtitle menu choices are labelled correctly in
4332           Totem (fixes #344708).
4333
4334 2006-06-14  Wim Taymans  <wim@fluendo.com>
4335
4336         Patch by: Alessandro Decina <alessandro at nnva dot org>
4337
4338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4339         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4340         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4341         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4342         Fix various leaks. Fixes #343699.
4343         Add x-smoke mime type.
4344
4345 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4346
4347         * gst-libs/gst/riff/riff-ids.h:
4348           Add IDs for 'bext' chunks (see #343837).
4349
4350 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         Patch by: Young-Ho Cha  <ganadist at chollian net>
4353
4354         * gst/subparse/samiparse.c: (sami_context_pop_state),
4355         (handle_start_font), (end_sami_element):
4356           Honour font face tags in SAMI subtitles (#344503).
4357
4358 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4359
4360         * po/POTFILES.in:
4361           add missing files containing translatable strings
4362
4363 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4364
4365         * docs/libs/tmpl/.cvsignore:
4366           we don't want those *.sgml files in CVS either
4367
4368 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4369
4370         * docs/libs/.cvsignore:
4371         * tests/check/elements/.cvsignore:
4372         * tests/check/libs/.cvsignore:
4373           ignore more
4374
4375 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4376
4377         * docs/libs/Makefile.am:
4378           also commiting the changed Makefile.am (added more libs to the
4379           doc-build)
4380
4381 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4382
4383         * docs/libs/gst-plugins-base-libs-docs.sgml:
4384         * docs/libs/gst-plugins-base-libs-sections.txt:
4385         * docs/libs/gst-plugins-base-libs.types:
4386           first batch of reordering things, add index & hierarchy
4387
4388 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4389
4390         * configure.ac:
4391           use GST_PKG_CHECK_MODULES, cleans up output
4392
4393 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4394
4395         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4396           Add support for burn:// URIs (#343385); const-ify things a bit,
4397           use G_N_ELEMENTS instead of hard-coded array size.
4398
4399 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         Patch by: Young-Ho Cha  <ganadist at chollian net>
4402
4403         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4404           Fix up broken entities before passing them to libxml *sigh*.
4405           (#343303).
4406           
4407 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4408
4409         * configure.ac:
4410           back to TRUNK
4411
4412 === release 0.10.8 ===
4413
4414 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4415
4416         * configure.ac:
4417           releasing 0.10.8, "Moar gij ziet mij nie"
4418
4419 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4420
4421         * configure.ac:
4422         * po/af.po:
4423         * po/az.po:
4424         * po/cs.po:
4425         * po/en_GB.po:
4426         * po/hu.po:
4427         * po/it.po:
4428         * po/nb.po:
4429         * po/nl.po:
4430         * po/or.po:
4431         * po/sq.po:
4432         * po/sr.po:
4433         * po/sv.po:
4434         * po/uk.po:
4435         * po/vi.po:
4436         * win32/common/config.h:
4437           0.10.7.2 prerelease
4438
4439 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4440
4441         * docs/libs/tmpl/gstaudio.sgml:
4442         * docs/libs/tmpl/gstcolorbalance.sgml:
4443         * docs/libs/tmpl/gstmixer.sgml:
4444         * docs/libs/tmpl/gstringbuffer.sgml:
4445         * docs/libs/tmpl/gsttuner.sgml:
4446         * docs/libs/tmpl/gstxoverlay.sgml:
4447         * gst-libs/gst/audio/audio.c:
4448         * gst-libs/gst/audio/gstringbuffer.c:
4449         * gst-libs/gst/interfaces/colorbalance.c:
4450         * gst-libs/gst/interfaces/mixer.c:
4451         * gst-libs/gst/interfaces/tuner.c:
4452         * gst-libs/gst/interfaces/xoverlay.c:
4453           move last template doc snippets to source code and delete them
4454
4455 2006-06-06  Michael Smith  <msmith@fluendo.com>
4456
4457         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4458         (theora_parse_drain_queue):
4459           Mark DELTA_UNIT on non-keyframes.
4460
4461 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4462
4463         * gst-libs/gst/audio/gstbaseaudiosink.c:
4464         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4465         * gst-libs/gst/audio/gstbaseaudiosink.h:
4466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4467         (gst_ring_buffer_samples_done):
4468         * gst-libs/gst/audio/gstringbuffer.h:
4469         Document better the fact that latency_time and buffer_time are values
4470         stored in microseconds, and not the usual GStreamer nanoseconds.
4471         Change the variables (compatibly) that store them from GstClockTime 
4472         to guint64 to make it more clear that they're not storing clock times.
4473         Also, remove the bogus property description that says the user can
4474         specify -1 to get the default value, since that's never been the case.
4475
4476         When computing the default segment size for the ring buffer, make it
4477         an integer number of samples.
4478
4479         When the sub-class indicates a delay greater than the number of
4480         samples we've written return 0 from the audio sink get_time method.
4481
4482 2006-06-02  Michael Smith  <msmith@fluendo.com>
4483
4484         * tests/check/elements/audioconvert.c: (set_channel_positions),
4485         (get_float_mc_caps), (get_int_mc_caps):
4486         * tests/check/elements/audioresample.c:
4487         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4488         * tests/check/elements/videorate.c:
4489         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4490         * tests/check/elements/volume.c:
4491         * tests/check/elements/vorbisdec.c:
4492         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4493           Don't busy-wait in tests; this was causing test timeouts very
4494           frequently when running under valgrind.
4495
4496 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4497
4498         * gst/tcp/README:
4499         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4500         (gst_multi_fd_sink_remove_client_link),
4501         (gst_multi_fd_sink_client_queue_caps),
4502         (gst_multi_fd_sink_client_queue_buffer),
4503         (gst_multi_fd_sink_handle_client_write),
4504         (gst_multi_fd_sink_render):
4505         * gst/tcp/gstmultifdsink.h:
4506           make multifdsink properly deal with streamheader:
4507           - streamheader is taken from caps
4508           - buffers marked with IN_CAPS are not sent
4509           - streamheaders are sent, on connection, from the caps of the
4510             buffer where the client gets positioned to
4511           - further streamheader changes are done every time the client
4512             will receive a buffer with different caps
4513         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4514         (gst_multifdsink_create_streamheader):
4515           add tests for this
4516
4517 2006-06-02  Michael Smith  <msmith@fluendo.com>
4518
4519         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4520           Reinstate limit on channel count. Vorbis does not define the meaning
4521           of > 6 channels, so they're just independent channels. Gstreamer
4522           currently has no mechanism to represent N independent channels.
4523
4524 2006-06-02  Michael Smith  <msmith@fluendo.com>
4525
4526         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4527           Don't arbitrarily restrict channel counts and rate in vorbis.
4528           In terms of effects likely on real-world files, this fixes 96kHz
4529           playback of vorbis.
4530
4531 2006-06-02  Michael Smith  <msmith@fluendo.com>
4532
4533         * gst/audioconvert/audioconvert.c: (float):
4534           More correct float->int conversion.
4535
4536 2006-06-02  Michael Smith  <msmith@fluendo.com>
4537
4538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4539           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4540           value. Fixes g-critical on trying to play back ogg containing
4541           unknown codec.
4542
4543 2006-06-02  Wim Taymans  <wim@fluendo.com>
4544
4545         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4546         (setup_source):
4547         * gst/playback/gstplaybasebin.h:
4548         Make the subtitle detection work from any thread so we don't
4549         deadlock. Fixes #343397.
4550
4551 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4552
4553         * gst/volume/Makefile.am:
4554           Seriously, it's not *that* hard to get compilation right.  Even
4555           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4556
4557 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4558
4559         * gst/volume/gstvolume.c: (volume_choose_func),
4560         (volume_update_real_volume), (gst_volume_class_init),
4561         (gst_volume_init), (volume_process_float), (volume_process_int16),
4562         (volume_process_int16_clamp), (volume_set_caps),
4563         (volume_transform_ip), (plugin_init):
4564         * gst/volume/gstvolume.h:
4565         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4566         another property desc., remove unused param from process function
4567         
4568         * tests/check/elements/volume.c: (volume_suite):
4569         reactivate the passthrough test
4570
4571 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4572
4573         * ext/alsa/gstalsamixerelement.h:
4574         * ext/alsa/gstalsamixeroptions.h:
4575         * ext/alsa/gstalsamixertrack.h:
4576         * ext/gnomevfs/gstgnomevfssink.h:
4577         * ext/gnomevfs/gstgnomevfssrc.h:
4578         * ext/theora/gsttheoradec.h:
4579         * ext/theora/gsttheoraenc.h:
4580         * ext/theora/gsttheoraparse.h:
4581         * ext/vorbis/vorbisparse.h:
4582         * gst-libs/gst/audio/gstaudioclock.h:
4583         * gst-libs/gst/audio/gstaudiofilter.h:
4584         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4585         * gst/audioconvert/gstaudioconvert.h:
4586         * gst/audioresample/gstaudioresample.h:
4587         * gst/audiotestsrc/gstaudiotestsrc.h:
4588         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4589         * gst/playback/gststreamselector.h:
4590         * gst/tcp/gstmultifdsink.h:
4591         * gst/tcp/gsttcpclientsink.h:
4592         * gst/tcp/gsttcpclientsrc.h:
4593         * gst/tcp/gsttcpserversink.h:
4594         * gst/tcp/gsttcpserversrc.h:
4595         * gst/videorate/gstvideorate.h:
4596         * gst/videoscale/gstvideoscale.h:
4597         * gst/videotestsrc/gstvideotestsrc.h:
4598         * gst/volume/gstvolume.h:
4599         * sys/v4l/gstv4ljpegsrc.h:
4600         * sys/v4l/gstv4lmjpegsink.h:
4601         * sys/v4l/gstv4lmjpegsrc.h:
4602         * sys/v4l/gstv4lsrc.h:
4603         * sys/ximage/ximagesink.h:
4604         * sys/xvimage/xvimagesink.h:
4605         * tests/old/testsuite/alsa/sinesrc.h:
4606         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4607
4608 2006-05-31  Wim Taymans  <wim@fluendo.com>
4609
4610         * ext/libvisual/visual.c: (gst_visual_reset),
4611         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4612         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4613         Handle DISCONT.
4614         Use running time before doing QoS.
4615         Handle mono too.
4616
4617 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4618
4619         * docs/libs/Makefile.am:
4620           set a magic variable to indicate we know the docs are incomplete
4621
4622 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4623
4624         * win32/common/libgstvideo.def:
4625           export gst_video_calculate_display_ratio
4626         * win32/vs6/libgstvideoscale.dsp:
4627           add link to libgstvideo-0.10.lib
4628
4629 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4630
4631         * gst/playback/gstplaybasebin.c: (gen_source_element):
4632           Throw a more comprehensible error for rtsp:// URIs (rather
4633           than erroring out with a negotiation error later on) until
4634           we fix playbin to handle rtspsrc etc.
4635
4636 2006-05-30  Wim Taymans  <wim@fluendo.com>
4637
4638         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4639         (gst_text_overlay_text_event):
4640         Added some FIXMEs.
4641
4642 2006-05-30  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4645         (gst_adder_request_new_pad), (gst_adder_release_pad):
4646         * gst/adder/gstadder.h:
4647         Implement release_request_pad.
4648         Make padcounter atomic.
4649
4650         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4651         Added check for release_pad in adder.
4652
4653 2006-05-30  Wim Taymans  <wim@fluendo.com>
4654
4655         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4656         Fix build again.
4657
4658 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4659
4660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4661         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4662         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4663         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4664         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4665         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4666         (gst_ogg_demux_bisect_forward_serialno),
4667         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4668         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4669           add more debugging
4670           clean up printf formats for granulepos and serialno
4671
4672 2006-05-30  Michael Smith  <msmith@fluendo.com>
4673
4674         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4675         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4676         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4677         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4678         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4679         * ext/vorbis/vorbisenc.h:
4680           Multi-channel caps negotiation, so we can do proper multichannel
4681           vorbis encoding, negotiated through audioconvert.
4682
4683 2006-05-30  Wim Taymans  <wim@fluendo.com>
4684
4685         * tests/check/elements/adder.c: (test_event_message_received),
4686         (test_play_twice_message_received), (GST_START_TEST),
4687         (adder_suite):
4688         Added check to show that #339935 is fixed with ongoing
4689         adder and collectpads fixes.
4690
4691 2006-05-29  Wim Taymans  <wim@fluendo.com>
4692
4693         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4694         Don't leak pad name.
4695
4696 2006-05-29  Wim Taymans  <wim@fluendo.com>
4697
4698         * gst/adder/gstadder.c: (gst_adder_query_duration),
4699         (forward_event_func), (forward_event), (gst_adder_src_event):
4700         Fix adder seeking.
4701         Make query/seeking code threadsafe.
4702
4703         * tests/check/Makefile.am:
4704         * tests/check/elements/adder.c: (test_event_message_received),
4705         (GST_START_TEST), (test_play_twice_message_received):
4706         Fix adder test case.
4707
4708 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         Patch by: Young-Ho Cha  <ganadist at chollian net>
4711
4712         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4713         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4714         (set_encoding_element), (decodebin_element_added_cb),
4715         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4716         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4717         * gst/playback/gstplaybasebin.h:
4718           Add 'subtitle-encoding' property to playbin, so applications can
4719           force a subtitle encoding for non-UTF8 subtitles (#342268).
4720
4721         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4722         (gst_sub_parse_set_property):
4723           Rename recently-added 'encoding' property to 'subtitle-encoding'
4724           (so it can be proxied by playbin/decodebin in a generic way
4725           with less danger of false positives).
4726
4727 2006-05-29  Michael Smith  <msmith@fluendo.com>
4728
4729         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4730         (append_with_other_format), (set_structure_widths),
4731         (gst_audio_convert_transform_caps):
4732           Patch from #341562: give more specific audio caps in get_caps, so
4733           that basetransform  can make better decisions on what caps to
4734           negotiate.
4735
4736 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4737
4738         * tests/check/elements/volume.c:
4739         make it compile again
4740
4741 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4742
4743         * tests/check/elements/volume.c: (volume_suite):
4744         disable test until #343196 gets resolved
4745
4746 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4747
4748         * gst/adder/gstadder.c: (gst_adder_get_type):
4749         Make it easier to copy&paste
4750         
4751         * gst/volume/Makefile.am:
4752         * gst/volume/gstvolume.c: (volume_update_real_volume),
4753         (gst_volume_set_volume), (gst_volume_set_mute),
4754         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4755         (volume_transform_ip), (volume_update_mute),
4756         (volume_update_volume):
4757         * gst/volume/gstvolume.h:
4758         Add own debug category, move duplicate code to helper function, fix
4759         property texts, add more comments and prepare ffor liboil-goodness
4760         
4761         * tests/check/Makefile.am:
4762         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4763         add test for mute and passtrough case, be a bit more verbose to track
4764         failure
4765         
4766         * tests/check/generic/states.c: (GST_START_TEST):
4767         catch elements that fail to instantiate
4768
4769 2006-05-28  Edward Hervey  <edward@fluendo.com>
4770
4771         * tests/check/pipelines/simple-launch-lines.c:
4772         * tests/check/pipelines/theoraenc.c:
4773         * tests/check/pipelines/vorbisenc.c:
4774         Comment out tests using parse_launch() if core was built without
4775         parsing capabilities.
4776
4777 2006-05-27  Edward Hervey  <edward@fluendo.com>
4778
4779         * tests/check/Makefile.am:
4780         Extra bonus points for whoever explains to ensonic that you are meant
4781         to test unit tests thoroughly before commiting them, especially if
4782         you know it's going to break.
4783         De-activated element/adder tests.
4784
4785 2006-05-27  Edward Hervey  <edward@fluendo.com>
4786
4787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4788         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4789         Marking caps conversion issues as GST_WARNING is way too verbose,
4790         Moving them to GST_LOG.
4791
4792 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * README:
4795           Replace current README (containing the release notes from
4796           some 0.9.x version) with a proper README taken from the core.
4797
4798 2006-05-26  Wim Taymans  <wim@fluendo.com>
4799
4800         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4801         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4802         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4803         (vorbis_dec_change_state):
4804         Small cleanups.
4805         Add some FIXMEs
4806         Clip output samples to segment boundaries.
4807
4808 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4809
4810         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4811         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4812         Improve the errors produced on bad output, including some human
4813         readable description strings.
4814         Handle the (theoretical for ximagesink) case where the XServer 
4815         has a different idea about the size required for a particular 
4816         frame and gives us too small a memory allocation.
4817
4818 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4819
4820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4821         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4822         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4823         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4824         Improve the errors produced on bad output, including some human 
4825         readable description strings.
4826         Handle RGB Xv formats properly by transforming them into our 
4827         big-endian caps description.
4828         Use gst_caps_truncate to ensure that we never try and choose a
4829         non-fixed caps in buffer_alloc.
4830         Handle the case where the XServer has a different idea about the size
4831         required for a particular frame and gives us too small a memory
4832         allocation.
4833         Use -1 to indicate 'no image format', because 0 is a valid XServer
4834         image format number.
4835         Put RGB Xv formats at the end of the caps, so that we always prefer
4836         YUV format frames.
4837         Iterate the available Xv Encodings to determine the maximum width and
4838         height, and then return that in our caps.
4839         (Closes #315312, #337544)
4840
4841 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4842
4843         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4844         When there is only one unfinished pad and it receives an event that
4845         doesn't match our requirements, we need to set alldone=FALSE so that
4846         the fakesink is not removed yet.
4847
4848 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4851           Use gst_type_find_helper_for_buffer() to find the type
4852           of stream from the first packet.
4853
4854         * configure.ac:
4855           Bump requirements to core CVS (needed for vorbis
4856           typefinding to work).
4857
4858 2006-05-24  Edward Hervey  <edward@fluendo.com>
4859
4860         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4861         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4862         contain.  Else they play perfectly fine with qtdemux.
4863
4864 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4865
4866         * ext/theora/theoradec.c:
4867         * ext/theora/theoraenc.c:
4868         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4869         * gst/audiorate/gstaudiorate.c:
4870           make more debug catagories static
4871         
4872         * tests/check/Makefile.am:
4873         * tests/check/elements/adder.c: (message_received),
4874         (test_event_message_received), (GST_START_TEST),
4875         (test_play_twice_message_received), (adder_suite):
4876           added test case for using element twice, extra bonus points for anyone
4877           who can make these test run reliably
4878
4879 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4880
4881         * ext/theora/theoradec.c: (theora_dec_chain):
4882           Make work with time-stamped input buffers that do not
4883           have a granulepos in BUFFER_OFFSET_END (like theora
4884           buffers coming from matroskademux). Fixes #342448.
4885
4886 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         Patch by: Peter Kjellerstedt  <pkj at axis com>
4889
4890         * gst/tcp/Makefile.am:
4891           fdstresstest doesn't need Gtk+, fix compilation if 
4892           gtk is not available (#342566).
4893
4894 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4895          
4896         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4897           80 line columns
4898           Removed redundant floor()
4899
4900 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4903           On second thought, just skip JUNK chunks automatically, so
4904           the caller doesn't have to handle this. Fixes #342345.
4905           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4906           not GST_FLOW_ERROR.
4907
4908 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4909
4910         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4911           Don't bail out on JUNK chunks with a size of 0 (would try to
4912           pull_range 0 bytes before, which sources don't like too much).
4913           See #342345.
4914
4915 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4916
4917         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4919         Use the gstutil scaling function to preserve 64 bits while calculating
4920         output width and height from the display-aspect-ratio. (A continuation
4921         of #341542)
4922
4923 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4924
4925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4926         (gst_xvimagesink_buffer_alloc):
4927         * sys/xvimage/xvimagesink.h:
4928         When performing buffer allocations, remember the caps and image format
4929         we return so that if the same caps are asked for next time we can
4930         return them immediately without doing any caps intersections.
4931
4932 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4933          
4934         * gst-libs/gst/rtp/README:
4935           Some new documentation
4936         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4937           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4938         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4939         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4940           New RTP audio base payloader class. Supports frame or sample based
4941           codecs.  Not enabled in Makefile.am until approved.
4942
4943 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * tests/check/elements/alsa.c: (test_device_property_probe):
4946           Fix test case: don't try to free NULL GValueArray when there
4947           are no devices.
4948
4949 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * tests/check/Makefile.am:
4952         * tests/check/elements/alsa.c: (test_device_property_probe),
4953         (alsa_suite), (main):
4954           Add simple test that runs a device property probe on alsasrc,
4955           alsasink and alsamixer. Disable valgrind check for now (too
4956           many leaks in libasound, and valgrind ignored my suppressions
4957           additions).
4958
4959 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4962         (gst_alsa_device_property_probe_probe_property),
4963         (gst_alsa_device_property_probe_needs_probe),
4964         (gst_alsa_device_property_probe_get_values),
4965         (gst_alsa_type_add_device_property_probe_interface):
4966         * ext/alsa/gstalsadeviceprobe.h:
4967         * ext/alsa/gstalsamixerelement.c:
4968         (gst_alsa_mixer_element_init_interfaces):
4969         * ext/alsa/gstalsamixerelement.h:
4970           Clean up and simplify alsa device probing. Make it actually work
4971           for multiple classes. Don't cache results any longer.
4972
4973         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4974         (gst_alsasink_init):
4975         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4976         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4977         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4978           Make alsasink and alsasrc implement the GstPropertyProbe interface
4979           for device probing (#342181).
4980           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4981
4982 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4983
4984         * gst/subparse/samiparse.c: (handle_start_font):
4985           Don't ignore return value of strtol (++compiler_happiness).
4986
4987 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         Patch by: Young-Ho Cha  <ganadist chollian net>
4990
4991         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4992         (gst_sub_parse_class_init), (gst_sub_parse_init),
4993         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4994         (convert_encoding):
4995         * gst/subparse/gstsubparse.h:
4996           Add 'encoding' property (#341681).
4997
4998         * gst/subparse/samiparse.c: (characters_sami):
4999           Output is pango markup, so we need to escape text
5000           between tags (#342143).
5001
5002 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * gst-libs/gst/audio/multichannel.c:
5005         (gst_audio_check_channel_positions):
5006           It's okay to have caps with channels=1 and a channel position
5007           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5008           (deinterleavers might want to keep the position in the caps,
5009           so that they can be re-interleaved again properly later).
5010           Leave check for unexpected 2-channel layouts intact for now.
5011
5012 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5013
5014         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5015         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5016         basesrc can do its job correctly.
5017
5018 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5019
5020         * ext/alsa/Makefile.am:
5021         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5022         (gst_alsa_detect_formats), (get_channel_free_structure),
5023         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5024         (gst_alsa_probe_supported_formats):
5025         * ext/alsa/gstalsa.h:
5026         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5027           Refactor and improve caps probing code: probe signedness
5028           when we probe the supported formats/widths; set endianness
5029           to the one we actually probed for (ie. cpu endianness).
5030           
5031         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5032         (gst_alsasrc_close):
5033         * ext/alsa/gstalsasrc.h:
5034           Implement caps probing for alsasrc.
5035
5036 2006-05-15  Wim Taymans  <wim@fluendo.com>
5037
5038         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5039         (theora_dec_src_query), (theora_dec_src_event),
5040         (theora_dec_sink_event), (theora_handle_comment_packet),
5041         (theora_handle_data_packet), (theora_dec_change_state):
5042         Cleanups, add some G_LIKELY.
5043         Use segment helpers instead of our own wrong code.
5044         Clear queued buffers on seek and READY.
5045
5046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5047         (vorbis_dec_convert), (vorbis_dec_src_query),
5048         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5049         (vorbis_handle_comment_packet), (vorbis_dec_push),
5050         (vorbis_handle_data_packet), (vorbis_dec_chain),
5051         (vorbis_dec_change_state):
5052         * ext/vorbis/vorbisdec.h:
5053         Remove old useless packetno variable.
5054         Do position query properly.
5055         Add some G_LIKELY.
5056         Do cleanup of queued buffers in new helper function
5057         and use it.
5058
5059 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5062           Query supported sample rates. Fixes #341732.
5063
5064 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5065
5066         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5067         (gst_decode_bin_change_state): Make decodebin reusable
5068         when going from PAUSE_TO_READY and then back to PAUSED.
5069         Fixes #331678.
5070
5071 2006-05-15  Wim Taymans  <wim@fluendo.com>
5072
5073         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5074         (vorbis_dec_convert), (vorbis_dec_src_query),
5075         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5076         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5077         (vorbis_dec_clean_queued), (vorbis_dec_push),
5078         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5079         Cleanups. Use refcounting and DEBUG_OBJECT.
5080         Reset segment on flush, use code methods instead of our
5081         own wrong version.
5082         Fix potential memleak.
5083
5084 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5087         (gst_alsasink_init):
5088         * ext/alsa/gstalsasink.h:
5089           Don't leak allocated snd_output_t structure if there's
5090           more than one alsasink instance at a time (#341873).
5091           Also fix GObject macros in header file.
5092           
5093 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * gst/subparse/gstsubparse.c:
5096         (gst_sub_parse_data_format_autodetect):
5097           Don't use libxml functions in the typefinding code.
5098
5099 2006-05-15  Wim Taymans  <wim@fluendo.com>
5100
5101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5102         Fix seeking performance in the case where a non-header 
5103         packet has a 0 granulepos (busted theora case). 
5104         Fixes #341719
5105         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5106          the first place, you limelight stealer you)
5107
5108 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * gst/subparse/gstsubparse.c:
5111         (gst_sub_parse_data_format_autodetect):
5112           Improve SAMI typefinding: handle case where there are
5113           whitespaces or newlines in front of the first <SAMI>
5114           tag (#169936).
5115
5116 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * configure.ac:
5119           Build video4linux plugin even if there's no XVIDEO, just
5120           without implementing the GstXOverlay interface (#334002).
5121          
5122 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5123
5124         * configure.ac:
5125         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5126         (plugin_init):
5127           Add tentative support for libvisual-0.4 (#336881).
5128
5129 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         Patch by: Young-Ho Cha <ganadist at chollian net>
5132
5133         * gst/subparse/samiparse.c: (handle_start_font):
5134           Need to map "silver" colour explicitly (#169936).
5135
5136 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         Patch by: Young-Ho Cha  <ganadist at chollian net>
5139
5140         * gst/subparse/Makefile.am:
5141         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5142         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5143         (gst_sub_parse_format_autodetect), (feed_textbuf),
5144         (gst_subparse_type_find), (plugin_init):
5145         * gst/subparse/gstsubparse.h:
5146         * gst/subparse/samiparse.c:
5147         * gst/subparse/samiparse.h:
5148           Add support for SAMI subtitles (#169936).
5149
5150 2006-05-14  Michael Smith  <msmith@fluendo.com>
5151
5152         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5153           Fix #341696: crash when mixing L+R+C to mono or stereo.
5154         * tests/check/Makefile.am:
5155         * tests/check/elements/audioconvert.c: (set_channel_positions),
5156         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5157         (audioconvert_suite):
5158           Add test for the above, including some generic framework bits for
5159           testing multichannel things.
5160
5161 === release 0.10.7 ===
5162
5163 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5164
5165         * configure.ac:
5166           releasing 0.10.7, "Leave the gun"
5167
5168 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5169
5170         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5172         Fix the build.
5173
5174 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5175
5176         * docs/libs/gst-plugins-base-libs-docs.sgml:
5177         * docs/libs/gst-plugins-base-libs-sections.txt:
5178         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5179         * gst-libs/gst/video/video.h:
5180         * gst/videoscale/Makefile.am:
5181         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5183         * tests/check/Makefile.am:
5184         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5185         (main):
5186           Fix integer overflow problem with pixel-aspect-ratio calculations
5187           in videoscale and xvimagesink (#341542)
5188
5189 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst-libs/gst/tag/gstid3tag.c:
5192           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5193
5194 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5195
5196         * win32/MANIFEST:
5197           update win32 files listing
5198
5199 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5200
5201         patch by: Sjoerd Simons (sjoerd@luon.net)
5202
5203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5204         (group_create), (group_destroy), (add_stream),
5205         (gst_play_base_bin_get_property),
5206         (gst_play_base_bin_get_streaminfo_value_array):
5207         * gst/playback/gstplaybasebin.h:
5208           API: GstPlayBaseBin::stream-info-value-array property
5209           use a more bindings-friendly way of exposing streaminfo
5210           using a GValueArray.  Tested in ipython.
5211           Closes #341114
5212
5213 2006-05-11  Wim Taymans  <wim@fluendo.com>
5214
5215         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5216         (queue_underrun_cb), (queue_filled_cb):
5217         Also catch queue underruns but don't do anything yet.
5218         Refactor and comment queue enlarging code a bit.
5219
5220         * gst/playback/gstplaybasebin.c: (queue_overrun),
5221         (queue_threshold_reached), (queue_out_of_data),
5222         (gen_preroll_element):
5223         If a queue over/underruns check that we don't create nasty
5224         deadlocks when the min-threshold is not reached but the
5225         max-bytes is. In those cases disable max-bytes when we
5226         know that the queue is fed timed data.
5227         Add more comments.
5228
5229 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * gst/playback/gstplaybin.c: (gen_audio_element):
5232           Make playbin automatically plug an 'audioresample'
5233           element before the audio sink as well. This solves
5234           problems with sinks that only accept a very specific
5235           sample rate, like esdsink (e.g. #340379).
5236
5237 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         * gst/playback/gstplaybasebin.c: (gen_source_element):
5240           Make http sources send special headers so that we receive
5241           icecast metadata if the http stream is an icecast stream
5242           (otherwise the server will just ignore them). This also
5243           means that from now on users will need the 'icydemux'
5244           element from gst-plugins-good installed if they want to
5245           listen to icecast radio streams. (#341432, #333657).
5246
5247 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5248
5249         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5250         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5251           remove stupid example from docs - it should come with a simple
5252           C program instead.
5253           Clean up/fix docs
5254         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5255         (fail_if_can_read), (GST_START_TEST),
5256         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5257           add a test for changing streamheader which exposes a bug in
5258           multifdsink
5259
5260 2006-05-11  Michael Smith  <msmith@fluendo.com>
5261
5262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5263         (gst_gnome_vfs_src_received_headers_callback):
5264         * ext/gnomevfs/gstgnomevfssrc.h:
5265           Don't set icy-caps unless we have a sane interval value. Move
5266           interval to a local variable; we never use it outside this function.
5267
5268 2006-05-11  Wim Taymans  <wim@fluendo.com>
5269
5270         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5272         Register special buffer types along with the objects so
5273         that they are not registered at runtime from N different
5274         streaming threads since they are not threadsafe.
5275
5276 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5277
5278         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5279         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5280           add two more tests, one doing streamheader
5281
5282 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5283
5284         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5285           clean up the bufqueue when shutting down
5286         * tests/check/Makefile.am:
5287         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5288         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5289         (main):
5290           add a test for the leak that was just fixed
5291
5292 2006-05-10  Wim Taymans  <wim@fluendo.com>
5293
5294         * gst/adder/gstadder.c: (gst_adder_setcaps),
5295         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5296         (gst_adder_src_event), (gst_adder_sink_event),
5297         (gst_adder_class_init), (gst_adder_finalize),
5298         (gst_adder_request_new_pad), (gst_adder_collected):
5299         * gst/adder/gstadder.h:
5300         Updated some docs. Added comments and FIXMEs all over the place.
5301         Improve debugging info.
5302         Fix leak on finalize by not calling the parent.
5303         Implement duration query.
5304         Make event forwarding threadsafe.
5305         Correctly send NEWSEGMENT at start and after flush.
5306         Handle EOS correctly.
5307         Post error when not negotiated.
5308
5309         * tests/check/elements/adder.c: (GST_START_TEST):
5310         Added FIXME in the test.
5311
5312 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5313
5314         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5315         (gst_text_overlay_halign_get_type),
5316         (gst_text_overlay_wrap_mode_get_type):
5317         * ext/theora/theoradec.c: (theora_handle_type_packet),
5318         (theora_handle_data_packet):
5319         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5320         (theora_enc_sink_setcaps), (theora_enc_chain):
5321         * gst-libs/gst/cdda/gstcddabasesrc.c:
5322         (gst_cdda_base_src_mode_get_type):
5323         * gst/audiotestsrc/gstaudiotestsrc.c:
5324         (gst_audiostestsrc_wave_get_type):
5325         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5326         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5327         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5328         (gst_sync_method_get_type), (gst_unit_type_get_type),
5329         (gst_client_status_get_type):
5330         * gst/videoscale/gstvideoscale.c:
5331         (gst_video_scale_method_get_type):
5332         * gst/videotestsrc/gstvideotestsrc.c:
5333         (gst_video_test_src_pattern_get_type):
5334         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5335         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5336         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5337         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5338         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5339         (paint_setup_RGB565), (paint_setup_xRGB1555):
5340           Const-ify GEnumValue and GFlagsValue arrays. Use
5341           GST_ROUND_UP_* macros instead of home-made ones.
5342
5343 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * configure.ac:
5346           Require core CVS for the new newsegment stuff.
5347
5348 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         Patch by: Sjoerd Simons  <sjoerd at luon net>
5351
5352         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5353           Register nick for enum value (#341160).
5354
5355 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5356
5357         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5358         (plugin_init):
5359          backout typefind patch #340375
5360          
5361         * tests/check/elements/adder.c: (message_received),
5362         (GST_START_TEST), (adder_suite):
5363           redo, signal-handling of test
5364
5365 2006-05-09  Wim Taymans  <wim@fluendo.com>
5366
5367         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5368         (gst_adder_collected):
5369         * gst/adder/gstadder.h:
5370         Remove bogus segment merging and forwarding, we don't
5371         care about timestamps anyway and we just produce a
5372         continuous stream. 
5373         Also create a nice NEWSEGMENT event when we start.
5374         Use _scale_int some more.
5375
5376 2006-05-09  Edward Hervey  <edward@fluendo.com>
5377
5378         * tests/icles/stress-xoverlay.c:
5379         Fix if core was built without parsing support.
5380
5381 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5384           Add SEDG (Samsung MPEG-4) fourcc.
5385
5386 2006-05-09  Edward Hervey  <edward@fluendo.com>
5387
5388         * tests/icles/stress-xoverlay.c:
5389         * tests/examples/volume/volume.c:
5390         Fix if core was built without parsing support.
5391
5392         * tests/examples/seek/seek.c:
5393         Disable the parse_launch example if core was built without parsing
5394         support.
5395
5396 2006-05-08  Edward Hervey  <edward@fluendo.com>
5397
5398         * autogen.sh: (CONFIGURE_DEF_OPT): 
5399         libtoolize on Darwin/MacOSX is called glibtoolize
5400
5401 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5402
5403         * tests/check/Makefile.am:
5404         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5405           Disable the adder test, until the build-slaves posses the kindness to 
5406           either like it or to give valid reason for not doing so 
5407
5408 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5409
5410         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5411         (adder_suite):
5412           Shuffle NULL state change around and raise timeout more
5413
5414 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5415
5416         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5417         (mp4_type_find), (plugin_init):
5418           Add typefind to distinguish between "audio/x-m4a" and new type
5419           "video/mp4". Fixes #340375
5420
5421         * tests/check/elements/adder.c: (adder_suite):
5422           Raise timeout to make buildbot happy
5423
5424 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5425
5426         * gst/adder/gstadder.c: (gst_adder_sink_event),
5427         (gst_adder_request_new_pad), (gst_adder_change_state):
5428         * gst/adder/gstadder.h:
5429         * tests/check/Makefile.am:
5430         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5431         (adder_suite), (main):
5432           Add sink-event handling to adder. It tries to merge incomming
5433           newsegment-events. Added test to check if segment_done is comming
5434           through. Fixes #340060
5435
5436 2006-05-05  Andy Wingo  <wingo@pobox.com>
5437
5438         * ext/theora/theoraparse.c (gst_theora_parse_init)
5439         (theora_parse_src_convert, theora_parse_src_query):
5440         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5441         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5442         query functions on the source pads of the theora and vorbis parse
5443         elements. Fixes position querying when doing a remux.
5444
5445 2006-05-05  Michael Smith  <msmith@fluendo.com>
5446
5447         * ext/theora/theoraparse.c: (parse_granulepos),
5448         (theora_parse_drain_queue_prematurely),
5449         (theora_parse_queue_buffer), (theora_parse_sink_event):
5450           Fix flushing.
5451           Fix invalid granulepos outputs when starting with a non-keyframe.
5452
5453 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5456         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5457         Rearrange MPEG system stream detection, fixing some memleaks in the
5458         process.
5459         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5460         they clean up their data correctly.
5461         Remove unused ogganx caps and move the 'is_annodex' check to inside
5462         the 'is_ogg' if statement.
5463
5464 2006-05-05  Wim Taymans  <wim@fluendo.com>
5465
5466         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5467         Properly remove ghostpads. Fixes #340392
5468
5469 2006-05-04  David Schleef  <ds@schleef.org>
5470
5471         * gst/typefind/gsttypefindfunctions.c:
5472
5473 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5474
5475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5476         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5477
5478         When typefinding an MP3 in push-based mode, don't penalise the
5479         probability down to 74% when we found 5 valid frames just because we
5480         can't peek the end of the file.
5481
5482         Make the probability for detecting MPEG Transport Streams based on the
5483         number of sequential headers we successfully detected.
5484
5485 2006-05-03  Wim Taymans  <wim@fluendo.com>
5486
5487         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5488         (vorbis_dec_push), (vorbis_dec_chain):
5489         Still produce an error when we receive an empty packet.
5490
5491 2006-05-03  Wim Taymans  <wim@fluendo.com>
5492
5493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5494         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5495         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5496         Mark buffers with DISCONT after seek and after activating new
5497         chains.
5498
5499         * ext/theora/gsttheoradec.h:
5500         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5501         (theora_get_query_types), (theora_dec_sink_event),
5502         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5503         (theora_dec_change_state):
5504         Fix frame counter.
5505         Detect and mark DISCONT buffers.
5506
5507         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5508         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5509         (vorbis_dec_change_state):
5510         * ext/vorbis/vorbisdec.h:
5511         Use GstSegment.
5512         Detect and mark DISCONT buffers.
5513         Don't crash on 0 sized buffers.
5514
5515 2006-05-03  Wim Taymans  <wim@fluendo.com>
5516
5517         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5518         (volume_transform_ip):
5519         Increase "volume" property to 10.0. Fixes #340369.
5520         Set the process function to NULL when capsnego fails so that
5521         we properly error out.
5522
5523 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5524
5525         * gst/playback/gstplaybin.c: (add_sink):
5526         * gst/playback/test.c: (main):
5527         * gst/playback/test5.c: (dump_element_stats):
5528         * gst/playback/test6.c: (main):
5529           free caps using gst_caps_unref, don't leak caps-strings
5530
5531 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5534         (plugin_init):
5535           Refine musepack typefinding a bit. Return MAXIMUM
5536           probability when we detect stream version 7 to make
5537           sure the mpeg audio typefinder doesn't trump us.
5538
5539 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5542           Protect against unexpected NULL strf_data buffer.
5543
5544 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5545
5546         * tests/check/elements/audioconvert.c: (verify_convert),
5547         (GST_START_TEST):
5548           interpret the out[] buffer in the order the bytes are actually
5549           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5550           Other tests should use BYTE_ORDER since the array is filled in
5551           with actual values
5552
5553 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5554
5555         * tests/check/elements/audioconvert.c: (verify_convert),
5556         (GST_START_TEST):
5557           when a test fails, give an indication of which it is
5558
5559 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5560
5561         * gst-libs/gst/cdda/gstcddabasesrc.c:
5562           compile fix; strtol() needs <stdlib.h>
5563
5564 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5565
5566         * ext/alsa/gstalsamixerelement.c:
5567         * ext/alsa/gstalsasrc.c:
5568         * ext/cdparanoia/gstcdparanoiasrc.c:
5569         * ext/gnomevfs/gstgnomevfssink.c:
5570         * ext/gnomevfs/gstgnomevfssrc.c:
5571         * ext/ogg/gstoggdemux.c:
5572         * ext/ogg/gstoggmux.c:
5573         * ext/ogg/gstoggparse.c:
5574         * ext/ogg/gstogmparse.c:
5575         * ext/pango/gstclockoverlay.c:
5576         * ext/pango/gsttextoverlay.c:
5577         * ext/pango/gsttextrender.c:
5578         * ext/pango/gsttimeoverlay.c:
5579         * ext/theora/theoradec.c:
5580         * ext/theora/theoraenc.c:
5581         * ext/vorbis/vorbisdec.c:
5582         * ext/vorbis/vorbisenc.c:
5583         * gst-libs/gst/audio/gstaudiofilter.c:
5584         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5585         * gst/audioconvert/gstaudioconvert.c:
5586         * gst/audiorate/gstaudiorate.c:
5587         * gst/audioresample/gstaudioresample.c:
5588         * gst/audiotestsrc/gstaudiotestsrc.c:
5589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5590         * gst/playback/gstdecodebin.c:
5591         * gst/playback/gstplaybin.c:
5592         * gst/playback/gststreamselector.c:
5593         * gst/subparse/gstsubparse.c:
5594         * gst/tcp/gstmultifdsink.c:
5595         * gst/tcp/gsttcpclientsink.c:
5596         * gst/tcp/gsttcpclientsrc.c:
5597         * gst/tcp/gsttcpserversink.c:
5598         * gst/tcp/gsttcpserversrc.c:
5599         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5600         * gst/videorate/gstvideorate.c:
5601         * gst/videoscale/gstvideoscale.c:
5602         * gst/videotestsrc/gstvideotestsrc.c:
5603         * gst/volume/gstvolume.c:
5604         * sys/v4l/gstv4ljpegsrc.c:
5605         * sys/v4l/gstv4lmjpegsink.c:
5606         * sys/v4l/gstv4lmjpegsrc.c:
5607         * sys/v4l/gstv4lsrc.c:
5608         * sys/ximage/ximagesink.c:
5609         * sys/xvimage/xvimagesink.c:
5610         * tests/check/libs/cddabasesrc.c:
5611           make GstElementDetails const
5612
5613 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5614
5615         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5616         (gst_adder_init):
5617           send events from src-pad to all sink-pads fixes #338657
5618
5619 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5620
5621         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5622         (alsasink_parse_spec):
5623           query width capabilities from alsa, fixes #338919
5624
5625 2006-04-28  Wim Taymans  <wim@fluendo.com>
5626
5627         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5628         (gst_multi_fd_sink_remove_client_link):
5629         * gst/tcp/gstmultifdsink.h:
5630         Fix race condition in multifdsink that can lead to spurious 
5631         duplicate clients. this patch adds a new signal that is fired when
5632         multifdsink has removed all references to the fd.
5633         Fixes #339574.
5634         Updated documentation.
5635         API: client-fd-removed signal added
5636
5637 2006-04-28  Michael Smith  <msmith@fluendo.com>
5638
5639         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5640           When asking g_value_array_new to prealloc elements, we may as well
5641           ask for the right number of elements.
5642
5643 2006-04-28  Wim Taymans  <wim@fluendo.com>
5644
5645         * gst-libs/gst/audio/gstbaseaudiosink.c:
5646         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5647         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5648         patch to make timestamp checking more tollerant to rounding 
5649         errors given that real discontinuities are to be marked on
5650         buffers. Fixes some asf files and #338778.
5651         Also avoid some crashers when we receive an event in the 
5652         NULL state.
5653
5654 2006-04-28  Michael Smith  <msmith@fluendo.com>
5655
5656         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5657         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5658         (gst_gnome_vfs_src_get_property),
5659         (gst_gnome_vfs_src_send_additional_headers_callback),
5660         (gst_gnome_vfs_src_received_headers_callback),
5661         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5662         (gst_gnome_vfs_src_stop):
5663         * ext/gnomevfs/gstgnomevfssrc.h:
5664           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5665           proper shared support within icydemux.
5666
5667 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5668
5669         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5670         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5671           fix up docs
5672           fix a leak when no caps negotiated
5673           fix counting of input frames
5674         * tests/check/elements/.cvsignore:
5675         * tests/check/elements/videorate.c: (assert_videorate_stats),
5676         (GST_START_TEST), (videorate_suite):
5677           add tests for these
5678
5679 2006-04-28  Wim Taymans  <wim@fluendo.com>
5680
5681         * gst-libs/gst/audio/gstringbuffer.c:
5682         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5683         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5684         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5685         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5686         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5687         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5688         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5689         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5690         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5691         Check arguments passed to public functions instead of
5692         crashing.
5693
5694 2006-04-28  Wim Taymans  <wim@fluendo.com>
5695
5696         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5697         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5698         GstBaseAudioSrc must be live or it does not work.
5699
5700         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5701         Don't set live to TRUE as this is the default in the parentclass.
5702
5703 2006-04-28  Wim Taymans  <wim@fluendo.com>
5704
5705         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5706         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5707         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5708         fixation cases better. Fixes #338991
5709
5710 2006-04-28  Wim Taymans  <wim@fluendo.com>
5711
5712         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5713         Handle 0/1 framerate correctly Fixes #331901.
5714
5715 2006-04-28  Wim Taymans  <wim@fluendo.com>
5716
5717         * tests/check/elements/audioconvert.c: (get_float_caps),
5718         (GST_START_TEST), (audioconvert_suite):
5719         Added check for correct clipping when doing float samples
5720         in audioconvert.
5721
5722 2006-04-28  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5725         (gst_video_rate_chain):
5726         Print more debugging info.
5727
5728 2006-04-28  Wim Taymans  <wim@fluendo.com>
5729
5730         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5731         (resample_set_state_from_caps):
5732         Add support for other formats audioresample can handle such as
5733         32 bits in and float and 64 bits float. Fixes #301759
5734
5735 2006-04-28  Wim Taymans  <wim@fluendo.com>
5736
5737         * gst/audioconvert/audioconvert.c: (float):
5738         correctly clip float samples > 1.0. Fixes #338718
5739
5740 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         Patch by: Young-Ho Cha  <ganadist at chollian net>
5743
5744         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5745         (gst_text_overlay_render_text):
5746           Don't strip newlines from the text. Also, center lines
5747           within multi-line paragraphs (#339405).
5748
5749 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5752           Fix wavpack typefinding to work in more cases (don't peek
5753           for chunks of multiple hundred kBs at once, but process
5754           things step-by-step in smaller units). Fixes #339786.
5755
5756 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5757
5758         * configure.ac:
5759           back to HEAD
5760
5761 === release 0.10.6 ===
5762
5763 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5764
5765         * configure.ac:
5766           releasing 0.10.6, "Chao"
5767
5768 2006-04-26  David Schleef  <ds@schleef.org>
5769
5770         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5771           Fixes #338897.
5772
5773 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5774
5775         * configure.ac:
5776         * win32/common/config.h:
5777           new prerelease
5778
5779 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5780
5781         patch by: Wim Taymans
5782
5783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5784         (gst_ogg_demux_perform_seek):
5785           make sure correct newsegments are sent, so that the decoder
5786           and the demuxer agree on timestamps.  Fixes playback of a lot
5787           of Ogg files that do not start from 0.  Fixes #339833.
5788
5789 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5790
5791         Patch by: Edward Hervey  <edward@fluendo.com>
5792
5793         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5794         * tests/check/Makefile.am:
5795         * tests/check/elements/videorate.c: (assert_videorate_stats),
5796         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5797         (videorate_suite), (main):
5798           Fix an infinite loop if frames are passed in with wrongly ordered
5799           timestamps.  Fixes #339013.
5800
5801 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5802
5803         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5806           fix typefinding on some ISO files.  Fixes #339212.
5807
5808 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5809
5810         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5811
5812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5813           add another H264 fourcc.  Fixes #339047.
5814
5815 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5816
5817         Patch by: Jan Schmidt
5818
5819         * gst/playback/gststreamselector.c:
5820         (gst_stream_selector_bufferalloc):
5821           Restore old StreamSelector behaviour.
5822           Fixes #338419.
5823
5824 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5825
5826         * configure.ac:
5827         * win32/common/config.h:
5828           prerelease
5829
5830 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5833
5834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5835         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5836           Fix some memory leaks: on finalize, free buffers left in the queue
5837           before destroying the queue; in _push(), unref rtp_buf even if
5838           the process vfunc returned a NULL buffer as output buffer (#337548);
5839           demote some recuring debug messages to LOG level.
5840
5841 2006-04-11  Wim Taymans  <wim@fluendo.com>
5842
5843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5844         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5845         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5846         (gst_ogg_demux_loop):
5847         More cleanups.
5848         Respect segment stop when emiting EOS or SEGMENT_DONE.
5849         Fixes (#337945).
5850
5851 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * gst/playback/gststreamselector.c:
5854         (gst_stream_selector_get_property):
5855           Don't leak pad name.
5856
5857 2006-04-10  Michael Smith  <msmith@fluendo.com>
5858
5859         * tests/check/Makefile.am:
5860         * tests/check/gst-plugins-base.supp:
5861           Suppress an old libtheora bug (fixed in more recent versions), so 
5862           that FC4 buildslaves can pass.
5863
5864 2006-04-10  Wim Taymans  <wim@fluendo.com>
5865
5866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5867         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5868         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5869         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5870         (gst_ogg_demux_loop):
5871         Don't leak events.
5872         Remember what error we got when finding chains, if we
5873         were shutdown, that would not be an error.
5874
5875 2006-04-10  Wim Taymans  <wim@fluendo.com>
5876
5877         * gst-libs/gst/audio/gstbaseaudiosink.c:
5878         (gst_base_audio_sink_event):
5879         Starting the ringbuffer when we did not acquire it can cause
5880         a deadlock, is pointless and causes nasty things for
5881         subclasses. 
5882         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
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_chain_peer), (gst_ogg_pad_submit_packet),
5889         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5890         (gst_ogg_demux_deactivate_current_chain),
5891         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5892         (gst_ogg_demux_bisect_forward_serialno),
5893         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5894         Add some more debugging.
5895
5896 2006-04-10  Wim Taymans  <wim@fluendo.com>
5897
5898         * ext/theora/theoradec.c: (theora_dec_src_event),
5899         (theora_handle_data_packet):
5900         Some more debug info.
5901
5902         * tests/examples/seek/seek.c: (start_seek), (main):
5903         Print element messages too.
5904
5905 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5906
5907         * gst/audioresample/debug.h:
5908           replace debug macros with variable number of parameters
5909           by a simple alias to gstreamer standard debug macros 
5910          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5911           supported by MSVC 6.0 and 7.1)
5912         * gst/audioresample/resample.h:
5913           define M_PI and rint for WIN32
5914         * win32/common/libgstaudio.def:
5915         * win32/common/libgstriff.def:
5916         * win32/common/libgsttag.def:
5917         * win32/common/libgstvideo.def:
5918           add new exported functions
5919         * win32/vs6:
5920           update project files
5921
5922 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5923
5924         * ext/alsa/gstalsamixeroptions.c:
5925         (gst_alsa_mixer_options_class_init):
5926         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5929         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5930         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5931         * gst-libs/gst/audio/gstaudiofilter.c:
5932         (gst_audio_filter_class_init):
5933         * gst-libs/gst/audio/gstaudiosink.c:
5934         (gst_audioringbuffer_class_init):
5935         * gst-libs/gst/audio/gstaudiosrc.c:
5936         (gst_audioringbuffer_class_init):
5937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5938         * gst-libs/gst/interfaces/colorbalancechannel.c:
5939         (gst_color_balance_channel_class_init):
5940         * gst-libs/gst/interfaces/mixeroptions.c:
5941         (gst_mixer_options_class_init):
5942         * gst-libs/gst/interfaces/mixertrack.c:
5943         (gst_mixer_track_class_init):
5944         * gst-libs/gst/interfaces/tunerchannel.c:
5945         (gst_tuner_channel_class_init):
5946         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5947         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5948         (gst_netbuffer_class_init):
5949         * gst-libs/gst/rtp/gstbasertppayload.c:
5950         (gst_basertppayload_class_init):
5951         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5953         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5954         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5955         * gst/playback/gststreamselector.c:
5956         (gst_stream_selector_class_init):
5957         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5958         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5959         * sys/v4l/gstv4lcolorbalance.c:
5960         (gst_v4l_color_balance_channel_class_init):
5961         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5962         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5963         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5964         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5965         (gst_v4l_tuner_norm_class_init):
5966         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5968         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5969         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5970
5971 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5972
5973         * ext/pango/gsttextrender.h:
5974         * gst-libs/gst/audio/gstaudiosink.h:
5975         * gst-libs/gst/audio/gstaudiosrc.h:
5976         * gst-libs/gst/audio/gstbaseaudiosink.h:
5977         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5978         * gst-libs/gst/audio/gstringbuffer.h:
5979         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5980         * gst-libs/gst/rtp/gstbasertppayload.h:
5981         * gst-libs/gst/video/gstvideofilter.h:
5982         * gst-libs/gst/video/gstvideosink.h:
5983         * gst/playback/gstplaybasebin.h:
5984         * gst/tcp/gstmultifdsink.h:
5985         * sys/v4l/gstv4lelement.h:
5986         Fix broken GObject macros
5987
5988 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5991         More debug to trace why my USB headset is not working with gst
5992
5993 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5994
5995         * gst/playback/gstplaybasebin.c: (group_destroy):
5996         Clean up our group elements properly in the case where it never 
5997         got committed - it still got added unconditionally to the bin.
5998
5999 2006-04-07  Wim Taymans  <wim@fluendo.com>
6000
6001         * ext/theora/theoradec.c: (theora_dec_sink_event),
6002         (theora_handle_data_packet), (theora_dec_chain):
6003         Unref unhandled events.
6004         Protect against empty buffers.
6005         Perform QoS on running time.
6006
6007 2006-04-07  Michael Smith  <msmith@fluendo.com>
6008
6009         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6010         (gst_vorbis_enc_chain):
6011           Remove leaks from vorbisenc.
6012           Mostly minor changes, the only significant one is that now the
6013           buffers we set as 'streamheader' on the caps are copies of the
6014           original buffers, to avoid circular refcounting problems.
6015
6016 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6017
6018         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6019           Don't remove our mute-probe if someone else already did so.
6020           Don't set a 2nd one if there is already one pending on the pad.
6021
6022         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6023         (do_playbin_seek):
6024           When a seek fails, ensure that playbin is still set back to playing.
6025           
6026         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6027         (mpeg_ts_type_find), (plugin_init):
6028           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6029
6030 2006-04-06  Andy Wingo  <wingo@pobox.com>
6031
6032         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6033         (gst_video_rate_init): Caps-related parameters should not be reset
6034         by a flush -- move their inits to the instance init function.
6035         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6036         is not OK, just return the result.
6037
6038         * gst/audiotestsrc/gstaudiotestsrc.c
6039         (gst_audio_test_src_class_init)
6040         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6041         broken by Stefan's commit on 24 March.
6042
6043         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6044         buffers being pushed out. Fixes oggmux ! multifdsink.
6045
6046 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6049         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6050         * ext/vorbis/vorbisdec.h:
6051         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6052         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6053         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6054         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6055         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6056         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6057         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6058         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6059         (gst_vorbis_enc_buffer_from_packet),
6060         (gst_vorbis_enc_buffer_from_header_packet),
6061         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6062         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6063         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6064         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6065         (gst_vorbis_enc_change_state):
6066         * ext/vorbis/vorbisenc.h:
6067           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6068           vorbisenc adhere to the official nomenclature; use boilerplate
6069           macro.
6070
6071 2006-04-04  Andy Wingo  <wingo@pobox.com>
6072
6073         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6074         Whoops, fix bug introduced. Bad hacker!
6075         
6076         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6077         Properly handle the case where you get EOS before any buffers are
6078         received. Use gst_buffer_make_metadata_writable where appropriate.
6079
6080         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6081         is often negative -- make it signed so as not to wrap around.
6082         Fixes segfaults introduced on 9 March.
6083
6084 2006-04-03  Wim Taymans  <wim@fluendo.com>
6085
6086         * ext/theora/gsttheoradec.h:
6087         * ext/theora/theoradec.c: (theora_dec_src_event):
6088         Don't try to store a gdouble in a gboolean.
6089         Small cleanups.
6090
6091 2006-04-03  Michael Smith  <msmith@fluendo.com>
6092
6093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6094           Oggmux sucks.
6095           Make it suck slightly less by writing out the final page.
6096           Still can't encode a vorbis-in-ogg file correctly, though.
6097
6098 2006-04-03  Andy Wingo  <wingo@pobox.com>
6099
6100         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6101         a g_print.
6102
6103         * ext/theora/theora.c (plugin_init): Register theoraparse.
6104
6105         * ext/theora/gsttheoraparse.h: 
6106         * ext/theora/theoraparse.c: New files implementing a theora
6107         parser. Now we can properly remux ogg/theora+vorbis, yay.
6108
6109         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6110
6111 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         * gst/audiotestsrc/gstaudiotestsrc.c:
6114           Fixed the sample pipeline (see #323798)
6115
6116 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6117
6118         * configure.ac:
6119         * win32/common/config.h:
6120         * win32/common/config.h.in:
6121           use AS_VERSION and AS_NANO
6122           more cleanups
6123
6124 2006-03-31  Andy Wingo  <wingo@pobox.com>
6125
6126         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6127         uninitialized variable return that would happen.
6128         
6129         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6130         uninitialized variable return that would never happen.
6131
6132         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6133         (vorbis_parse_sink_event): Add an event function to flush our
6134         state on a seek, and to drain buffers on a premature EOS.
6135         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6136         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6137         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6138         (vorbis_parse_drain_queue): Queue up buffers until we can set
6139         their timestamps and granulepos values.
6140
6141         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6142         and keep track of data needed for deriving granulepos and
6143         timestamps for buffers.
6144
6145 2006-03-29  Wim Taymans  <wim@fluendo.com>
6146
6147         Patch by: j^ <j at bootlab dot org>
6148
6149         * ext/alsa/gstalsamixerelement.c:
6150         (gst_alsa_mixer_element_class_init):
6151         * ext/alsa/gstalsasink.c:
6152         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6153         * ext/ogg/gstoggdemux.c:
6154         * ext/ogg/gstoggmux.c:
6155         * ext/ogg/gstoggparse.c:
6156         * ext/pango/gstclockoverlay.c:
6157         * ext/pango/gsttextoverlay.c:
6158         * ext/pango/gsttextrender.c:
6159         * ext/pango/gsttimeoverlay.c:
6160         * ext/theora/theoradec.c:
6161         * ext/theora/theoraenc.c:
6162         * ext/vorbis/vorbisdec.c:
6163         * ext/vorbis/vorbisenc.c:
6164         * gst/audioconvert/gstaudioconvert.c:
6165         * gst/subparse/gstsubparse.c:
6166         * gst/tcp/gstmultifdsink.c:
6167         * gst/tcp/gsttcpclientsink.c:
6168         * gst/tcp/gsttcpclientsrc.c:
6169         * gst/tcp/gsttcpserversink.c:
6170         * gst/tcp/gsttcpserversrc.c:
6171           better/unified long descriptions
6172           Fixes #336477
6173
6174 2006-03-29  Wim Taymans  <wim@fluendo.com>
6175
6176         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6177         (stop_seek):
6178         Don't let double and triple clicks mess up our state.
6179
6180 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * gst/playback/gstplaybin.c: (gen_video_element),
6183         (gen_text_element), (gen_audio_element), (gen_vis_element):
6184           Error out gracefully when we can't create any of the usual
6185           conversion elements for some reason. Also, don't try to
6186           create an audioscale (sic) element that's not used anyway.
6187
6188 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * gst/playback/gstplaybasebin.c: (setup_source):
6191           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6192           element for a particular protocol, that's confusing for users.
6193           Instead, post a RESOURCE_FAILED error, so that our own error
6194           message is actually shown in totem etc. (#336303).
6195
6196 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6199
6200         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6201         (gst_gnome_vfs_src_get_icy_metadata):
6202           Fix some minor memory leaks (#336194).
6203
6204 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6205
6206         * ext/gnomevfs/gstgnomevfs.c:
6207         (gst_gnome_vfs_location_to_uri_string):
6208         * ext/gnomevfs/gstgnomevfs.h:
6209         * ext/gnomevfs/gstgnomevfssink.c:
6210         (gst_gnome_vfs_sink_set_property):
6211         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6212           Make gnomevfssink accept filenames as well as URIs for the
6213           "location" property, just like gnomevfssrc does (and
6214           filesrc/filesink do) (#336190).
6215
6216 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6217
6218         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6219           set to NULL before unreffing, fixes a valgrind leak.
6220           Why was this not triggering the error that an object needs to
6221           be NULL before unreffing ?
6222         * win32/common/config.h:
6223           update
6224
6225 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst/subparse/gstsubparse.c: (convert_encoding),
6228         (gst_sub_parse_change_state):
6229         * gst/subparse/gstsubparse.h:
6230           Text subtitle files may or may not be UTF-8. If it's not, we
6231           don't really want to see '?' characters in place of non-ASCII
6232           characters like accented characters. So let's assume the input
6233           is UTF-8 until we come across text that is clearly not. If it's
6234           not UTF-8, we don't really know what it is, so try the following:
6235           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6236           is set; if not, check (b) if the current locale encoding is
6237           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6238           the current locale encoding is UTF-8 and the environment variable
6239           was not set to any particular encoding. Not perfect, but better
6240           than nothing (and better than before, I think) (fixes #172848).
6241
6242 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6243
6244         * configure.ac:
6245           update core requirement to 0.10.4.1 because of async_playback
6246           vmethod on GstBaseSink
6247
6248 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6249
6250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6251         * gst/adder/gstadder.c: (gst_adder_init):
6252         use DEBUG_FUNCPTR for collectpads
6253
6254 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6255
6256         * docs/plugins/Makefile.am:
6257         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6259         * ext/cdparanoia/gstcdparanoiasrc.c:
6260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6261         (gst_gnome_vfs_sink_class_init):
6262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6264         * ext/ogg/gstoggmux.c:
6265         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6266         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6267         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6268         * ext/pango/gsttextoverlay.c:
6269         * ext/pango/gsttextrender.c:
6270         * ext/theora/theoradec.c:
6271         * ext/theora/theoraenc.c:
6272         * ext/vorbis/vorbisdec.c:
6273         * ext/vorbis/vorbisenc.c:
6274         * gst-libs/gst/audio/gstaudiofilter.c:
6275         (gst_audio_filter_base_init):
6276         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6277         (gst_audio_filter_template_base_init):
6278         * gst/adder/gstadder.c: (gst_adder_get_type):
6279         * gst/adder/gstadder.h:
6280         * gst/audioconvert/gstaudioconvert.c:
6281         * gst/audiotestsrc/gstaudiotestsrc.c:
6282         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6283         (gst_audio_test_src_create):
6284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6285         * gst/playback/gstdecodebin.c:
6286         * gst/playback/gstplaybin.c:
6287         * gst/playback/gststreamselector.c:
6288         (gst_stream_selector_base_init):
6289         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6290         * gst/volume/gstvolume.c:
6291         * sys/v4l/gstv4lmjpegsink.c:
6292         * sys/v4l/gstv4lmjpegsrc.c:
6293         * tests/check/libs/cddabasesrc.c:
6294         * tests/old/examples/gob/gst-identity2.gob:
6295           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6296           define GstElementDetails at the top
6297
6298 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6299
6300         * win32/common/libgstinterfaces.def:
6301         Add a lot of export functions for gst-python
6302         * win32/vs6/libgstinterfaces.dsp:
6303         Add a missing include folder in the project configuration
6304         
6305 2006-03-23  Wim Taymans  <wim@fluendo.com>
6306
6307         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6308         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6309         (gst_base_audio_src_change_state):
6310         Fix audio sources, forgot to make the ringbuffer
6311         startable...
6312
6313 2006-03-23  Wim Taymans  <wim@fluendo.com>
6314
6315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6316         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6317         (gst_base_audio_src_change_state):
6318         unparent instead of unref the ringbuffer.
6319
6320 2006-03-23  Wim Taymans  <wim@fluendo.com>
6321
6322         * gst-libs/gst/audio/gstbaseaudiosink.c:
6323         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6324         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6325         Implement new async_play vmethod to start slaving and allow
6326         playback start in case of async PLAY state changes. 
6327
6328         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6329         Enable QoS with new method in base class.
6330
6331 2006-03-23  Wim Taymans  <wim@fluendo.com>
6332
6333         Patch by: Julien MOUTTE <julien at moutte dot net>
6334
6335         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6336         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6337         Partially handle 0 framerate, only EOS after the first frame
6338         is missing.
6339
6340 2006-03-23  Wim Taymans  <wim@fluendo.com>
6341
6342         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6343
6344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6345         (gst_riff_create_video_template_caps):
6346         * gst/ffmpegcolorspace/avcodec.h:
6347         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6348         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6349         (gst_ffmpegcsp_avpicture_fill):
6350         * gst/ffmpegcolorspace/imgconvert.c:
6351         Patch for support of YVU9 AVI files (#334822)
6352
6353 2006-03-22  Edward Hervey  <edward@fluendo.com>
6354
6355         * docs/design/design-decodebin.txt:
6356         Added design document for new decodebin
6357         (Target Caps): text/x-pango-markup is also a default target caps.
6358
6359 2006-03-22  Wim Taymans  <wim@fluendo.com>
6360
6361         * gst-libs/gst/audio/gstbaseaudiosink.c:
6362         (gst_base_audio_sink_dispose):
6363         Since we _parent the ringbuffer, we also need to
6364         _unparent instead of a plain _unref.
6365
6366 2006-03-22  Wim Taymans  <wim@fluendo.com>
6367
6368         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6369         (stop_seek), (scrub_toggle_cb), (main):
6370         Add scrub checkbox.
6371
6372 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6373
6374         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6375         (gst_ogg_parse_chain):
6376           Fix very inefficient usage of linked lists (#335365).
6377
6378 2006-03-21  Edward Hervey  <edward@fluendo.com>
6379
6380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6381         * gst/playback/gstplaybin.c: (handoff):
6382         * gst/playback/gststreamselector.c:
6383         (gst_stream_selector_set_property):
6384         gcc 4.1 unreferenced pointer fixes.
6385         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6387         gst_buffer_ref() now takes a GstBuffer*.
6388
6389 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6390
6391         * sys/xvimage/xvimagesink.c:
6392         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6393         by Jan Schmidt.
6394
6395 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6396
6397         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6398         (id3v1_type_find), (apetag_type_find), (plugin_init):
6399           Can't do tag preferences via probability, as tags would then
6400           lose against types that are recognised with MAXIMUM probability
6401           (like .wav); so let all tag typefinders return MAXIMUM themselves
6402           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6403           that we can prefer APE to ID3v1 (fixes #335028).
6404           
6405 2006-03-17  Wim Taymans  <wim@fluendo.com>
6406
6407         * gst-libs/gst/audio/gstbaseaudiosink.c:
6408         (gst_base_audio_sink_change_state):
6409         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6410         (gst_ring_buffer_may_start):
6411         * gst-libs/gst/audio/gstringbuffer.h:
6412         Only start playback if we are playing.
6413         should fix #330748.
6414
6415 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6416
6417         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6418         * win32/common/config.h:
6419           Revert accidental commits to these files.
6420
6421 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6422
6423         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6424
6425         * tests/Makefile.am:
6426           Don't try to build tests in tests/icles if we
6427           don't have X (#323852)
6428
6429 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * gst-libs/gst/tag/gstid3tag.c:
6432           Add TXXX frame identifiers for replaygain stuff as used
6433           by some taggers (see #323721).
6434
6435 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6436
6437         * gst/playback/gststreamselector.c:
6438         (gst_stream_selector_set_property),
6439         (gst_stream_selector_bufferalloc):
6440           Preserve the existing buggy streamselector behaviour by performing
6441           a fallback buffer allocation when downstream isn't linked yet.
6442           This should really be fixed in playbin by blocking pads until it's
6443           linked them.
6444           Also, use gst_pad_alloc_buffer instead of
6445           gst_pad_alloc_buffer_and_set.
6446
6447 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6448
6449         * gst-libs/gst/tag/gstid3tag.c:
6450           Don't crash on unknown ID3v2 TXXX frames.
6451           
6452 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6453
6454         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6455           Chain up to the parent finalize method.
6456           Add 32-bit sample size to the template caps.
6457
6458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6459         (gst_riff_create_video_template_caps):
6460           Add the fourcc that the VMWare codec uses.
6461           
6462         * gst/playback/gststreamselector.c:
6463         (gst_stream_selector_set_property),
6464         (gst_stream_selector_bufferalloc),
6465         (gst_stream_selector_request_new_pad):
6466           For the active pad, forward buffer-alloc requests, otherwise
6467           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6468           having to memcpy every frame when used by playbin.
6469
6470         * gst/tcp/gstmultifdsink.c:
6471         (gst_multi_fd_sink_handle_client_write):
6472           Get negotiated caps from the sink pad, rather than the sink
6473           pad's peer.
6474
6475 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6478         
6479         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6480           Don't forget to set src->callbacks_pushed to FALSE again when
6481           popping them, otherwise re-activation in a different mode won't
6482           work (#334620).
6483
6484 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         Patch by: Sebastien Moutte  <sebastien moutte net>
6487
6488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6489         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6490         (gst_ffmpeg_smpfmt_to_caps):
6491           Replace __VA_ARGS__ caps creation macros with varargs functions.
6492           Makes things compile on MSVC (#320765), looks nicer, and we can
6493           tell the compiler to check for the NULL terminator.
6494
6495 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6498
6499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6500           Make sure the buffer we copy into is really always big
6501           enough, this time for real (#333488).
6502           
6503 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6506           Add support for 24bpp DIB (#305279).
6507
6508 2006-03-14  Wim Taymans  <wim@fluendo.com>
6509
6510         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6511         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6513         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6514         (gst_video_scale_init), (gst_video_scale_src_event):
6515         Re-enable QoS after the release.
6516         Rework videoscale to use the base class src_event handler.
6517
6518 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * configure.ac:
6521           back to CVS.
6522
6523 === release 0.10.5 ===
6524
6525 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6526
6527         * configure.ac:
6528           releasing 0.10.5, "Net"
6529
6530 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * docs/plugins/Makefile.am:
6533           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6534           
6535 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6539         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6540           Add cdparanoiasrc to docs.
6541
6542         * gst-libs/gst/cdda/gstcddabasesrc.c:
6543           More GstCddaBaseSrc docs.
6544
6545 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * docs/libs/gst-plugins-base-libs-sections.txt:
6548         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6549         * gst-libs/gst/tag/tag.h:
6550           API: libgsttag: new method gst_tag_from_id3_user_tag().
6551
6552 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6553
6554         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6555           NULL-terminate array of mpeg4 video file extensions.
6556           Fixes crash on PPC (#334226).
6557
6558 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * ext/gnomevfs/gstgnomevfssrc.c:
6561         (gst_gnome_vfs_src_check_get_range):
6562           gnome_vfs_uri_is_local() alone is not a good indicator
6563           whether we can operate in pull-mode with a specific URI,
6564           as it returns FALSE for file:// URIs that point to an
6565           NFS-mounted path. Be more conservative here: whitelist
6566           local files, blacklist http URIs and use the old
6567           mechanism for anything else (fixes #334216).
6568
6569 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6570
6571         * configure.ac:
6572           back to trunk
6573
6574 === release 0.10.4 ===
6575
6576 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6577
6578         * configure.ac:
6579           releasing 0.10.4, "Power"
6580
6581 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6582
6583         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6584         Disable max-lateness by setting it to -1 for now, so that 
6585         we can bed QoS stuff in thoroughly between now and the next
6586         release.
6587
6588 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         Patch by: Fabrizio Gennari
6591
6592         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6593           Make sure we don't read beyond the palette buffer in case of
6594           broken or manipulated files (#333488)
6595
6596 2006-03-10  Edward Hervey  <edward@fluendo.com>
6597
6598         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6599         Fix for variable not initialized.
6600
6601 2006-03-09  Wim Taymans  <wim@fluendo.com>
6602
6603         * ext/libvisual/visual.c: (gst_visual_get_type),
6604         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6605         (gst_visual_chain):
6606         Small cleanups.
6607
6608         * ext/theora/gsttheoradec.h:
6609         * ext/theora/theoradec.c: (gst_theora_dec_init),
6610         (gst_theora_dec_reset), (_theora_granule_time),
6611         (theora_dec_src_convert), (theora_dec_sink_convert),
6612         (theora_dec_src_query), (theora_dec_src_event),
6613         (theora_dec_sink_event), (theora_handle_comment_packet),
6614         (theora_handle_header_packet), (theora_dec_push),
6615         (theora_handle_data_packet), (theora_dec_chain),
6616         (theora_dec_change_state):
6617         Add simple QoS.
6618
6619 2006-03-09  Wim Taymans  <wim@fluendo.com>
6620
6621         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6622         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6623         Some cleanups.
6624
6625 2006-03-09  Wim Taymans  <wim@fluendo.com>
6626
6627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6628         Don't try to activate NULL chains.
6629
6630 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6633           Fix invalid memory access to region before peek'd data (#332964).
6634
6635 2006-03-09  Wim Taymans  <wim@fluendo.com>
6636
6637         Patch by: Christophe Fergeau
6638
6639         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6640         * ext/pango/gsttextrender.c: (gst_text_render_init):
6641         * gst/adder/gstadder.c: (gst_adder_init):
6642         Don't leak padtemplates, closes #333510.
6643
6644 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6645
6646         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6647           Fix invalid memory access: make sure string passed to
6648           regexec() is NUL-termianted.
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         (mp3_type_find):
6654           Refactor mpeg/audio typefinding to make it more maintainable
6655           and easier to fine-tune. Make probing into middle of the file
6656           work properly (fixes #333900, also see #152688).
6657
6658 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * gst/typefind/gsttypefindfunctions.c:
6661         (utf8_type_find_have_valid_utf8_at_offset):
6662           Remove part from previous commit that was bogus:
6663           g_utf8_validate() does in fact not accept embedded
6664           zeroes, so we don't need to check for those (thanks
6665           to Mike for the hint).
6666
6667 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * gst/typefind/gsttypefindfunctions.c:
6670         (utf8_type_find_count_embedded_zeroes),
6671         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6672           Make plain/text typefinder more conservative: firstly, check
6673           for embedded zeroes, which are perfectly valid UTF-8 characters,
6674           but also a fairly good sign that something is not a plain text
6675           file; secondly, probe into the middle of the file if possible.
6676           If we can't probe into the middle, limit the probability value
6677           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6678
6679 2006-03-08  Michael Smith  <msmith@fluendo.com>
6680
6681         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6682           Make typefind function name for mpeg4 video unique.
6683
6684 2006-03-08  Wim Taymans  <wim@fluendo.com>
6685
6686         * ext/libvisual/visual.c: (gst_visual_init),
6687         (gst_visual_clear_actors), (gst_visual_dispose),
6688         (gst_visual_reset), (gst_visual_src_setcaps),
6689         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6690         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6691         (gst_visual_chain), (gst_visual_change_state):
6692         Cleanups, post nice errors.
6693         Handle sink and src events.
6694         Implement simple QoS.
6695
6696         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6697         Use new basesink methods to configure max-lateness.
6698         Small doc update.
6699
6700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6701         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6702         Debug statement cleanups.
6703
6704         * gst/volume/gstvolume.c: (gst_volume_class_init):
6705         Simple cleanup.
6706
6707 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6710         (gst_text_overlay_init), (gst_text_overlay_set_property),
6711         (gst_text_overlay_get_property):
6712           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6713           as string type properties, but mark them deprecated. Add
6714           'halignment' and 'valignment' properties that use enums
6715           instead of strings.
6716
6717 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         Patch by: Fabrizio Gennari
6720
6721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6722           Allow palettes with less than 256 colours in AVI files
6723           (#333488)
6724
6725 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6726
6727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6728         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6729         pad. We were releasing the queued text buffer when we should keep
6730         it until video pad gets EOS or discard the text buffer because it's
6731         too old. That was eating the last subtitle buffer. Add some more
6732         debug.
6733
6734 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6737         (gst_text_overlay_video_chain):
6738           Fix invalid memory access (we can't access a buffer after it's been
6739           pushed downstream without taking a reference); fix memory leak (if
6740           there's no text to render, bail out before allocating stuff).
6741
6742 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6745         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6746         * ext/pango/gsttextoverlay.h:
6747           If input is plain text, escape it before passing it to
6748           pango_layout_set_markup().
6749
6750 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6753           Don't ignore flow return from gst_pad_push().
6754
6755 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         Patch by: Fabrizio Gennari
6758
6759         * ext/libvisual/visual.c: (gst_visual_getcaps),
6760         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6763         (gst_vorbisenc_convert_sink):
6764         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6765         (gst_audio_duration_from_pad_buffer):
6766         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6767         (gst_audio_filter_chain):
6768         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6769         (gst_base_rtp_depayload_setcaps):
6770         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6771         (gst_video_get_size):
6772         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6773           Don't leak references returned by gst_pad_get_parent()
6774           (#333663)
6775
6776 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6777
6778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6779           change location param details
6780         * gst/volume/gstvolume.c: (plugin_init):
6781           correct plugin description
6782
6783 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6786         (gst_gnome_vfs_src_check_get_range):
6787           Override GstBaseSrc::check_get_range() in order to avoid opening
6788           the resource just to check whether we can operate in pull-mode or
6789           not - we can predict that pretty well from the URI alone. Should
6790           fix problems with last.fm (#331690). (Requires latest core CVS).
6791
6792 2006-03-06  Wim Taymans  <wim@fluendo.com>
6793
6794         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6795         (gst_video_sink_class_init):
6796         Throw away frames that are later than 20 ms.
6797
6798 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         Patch by: Fabrizio Gennari
6801
6802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6803           Set depth on WMA caps (#333545)
6804
6805 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6806
6807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6808         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6809           put Theora BOS pages before others.  This hardcodes
6810           the Ogg/Theora I profile, but hey.
6811
6812 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6813
6814         * ext/ogg/README:
6815           updated with some examples
6816         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6817         (granulepos_add), (theora_buffer_from_packet):
6818         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6819         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6820         (gst_vorbisenc_chain):
6821           implement strategy from ext/ogg/README
6822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6823         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6824         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6825         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6826           Fix muxer so that oggz-validate is happy with all streams;
6827           except for no eos mark, and the BOS page ordering
6828         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6829         (check_buffer_granulepos):
6830         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6831           update tests to check for OFFSET being set as requested
6832           fixed type of granulepos, it's not a ClockTime
6833
6834 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6835
6836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6837         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6838         Check that the xvimage we are creating has a correct size
6839         before returning it. (#314897)
6840
6841 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6844           Give id3 and ape tag typefinders a rank slightly higher
6845           than PRIMARY to ensure they're always run before any of
6846           the other typefinders (in particular wav and mp3) (#324186).
6847
6848 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6851           Add support for '3IVD' fourcc (#333403).
6852
6853 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * configure.ac:
6856           Bump requirements to GStreamer CVS for the new error enum.
6857
6858         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6859           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6860           space left on the device (fixes #333352).
6861
6862 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6863
6864         * win32/vs6:
6865           add a project file for libgstvolume
6866           update the workspace
6867
6868 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6869
6870         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6871         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6872         (GST_START_TEST):
6873           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6874           Set IN_CAPS on header buffers
6875
6876 2006-03-02  Wim Taymans  <wim@fluendo.com>
6877
6878         * docs/plugins/Makefile.am:
6879         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6880         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6881         Add audioresample to docs.
6882
6883         * gst/audioconvert/gstaudioconvert.c:
6884         Add revision date.
6885
6886         * gst/audioresample/gstaudioresample.c:
6887         (gst_audioresample_base_init), (gst_audioresample_class_init),
6888         (gst_audioresample_init), (gst_audioresample_dispose),
6889         (audioresample_get_unit_size), (audioresample_transform_caps),
6890         (resample_set_state_from_caps), (audioresample_transform_size),
6891         (audioresample_set_caps), (audioresample_event),
6892         (audioresample_do_output), (audioresample_transform),
6893         (audioresample_pushthrough), (gst_audioresample_set_property),
6894         (gst_audioresample_get_property), (plugin_init):
6895         * gst/audioresample/gstaudioresample.h:
6896         Added docs.
6897         Small code cleanups.
6898
6899 2006-03-02  Wim Taymans  <wim@fluendo.com>
6900
6901         * docs/plugins/Makefile.am:
6902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6904         Added videoscale to docs.
6905
6906         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6907         (gst_video_rate_swap_prev), (gst_video_rate_event),
6908         (gst_video_rate_chain):
6909         Fix typo in docs.
6910
6911         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6912         (gst_video_scale_init), (gst_video_scale_prepare_size),
6913         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6914         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6915         * gst/videoscale/gstvideoscale.h:
6916         Added docs, examples.
6917         Some code cleanups.
6918         Post errors instead of g_warning.
6919
6920 2006-03-02  Wim Taymans  <wim@fluendo.com>
6921
6922         * docs/libs/gst-plugins-base-libs-docs.sgml:
6923         * docs/libs/gst-plugins-base-libs-sections.txt:
6924         * docs/libs/gst-plugins-base-libs.types:
6925         * docs/plugins/Makefile.am:
6926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6928         Added some more docs to libs and plugins.
6929
6930         * gst-libs/gst/audio/gstringbuffer.c:
6931         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6932         * gst-libs/gst/audio/gstringbuffer.h:
6933         Document ringbuffer some more.
6934
6935         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6936         (gst_video_rate_setcaps), (gst_video_rate_reset),
6937         (gst_video_rate_init), (gst_video_rate_flush_prev),
6938         (gst_video_rate_swap_prev), (gst_video_rate_event),
6939         (gst_video_rate_chain), (gst_video_rate_change_state):
6940         * gst/videorate/gstvideorate.h:
6941         Fix videorate to use segments.
6942         Make it work with 0/1 framerates (closes #331903)
6943         Handle EOS correctly.
6944         Added docs.
6945
6946 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6949         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6950         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6951           In state change function, first chain up to parent class,
6952           then handle downwards state change stuff. Remove some
6953           commented out cruft from 0.8 code.
6954
6955 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6958         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6959         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6960         (gst_ogm_parse_chain):
6961           Don't remove/re-add source pad if the new caps are the same as
6962           the old caps anyway (#333042). When removing source pad, don't
6963           unref it afterwards - we didn't ref it when adding. Sprinkle some
6964           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6965           after using gst_pad_get_parent(). Return downstream flow return
6966           value in chain function.
6967
6968 2006-03-02  Wim Taymans  <wim@fluendo.com>
6969
6970         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6971         * docs/plugins/gst-plugins-base-plugins.args:
6972         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6973         * docs/plugins/gst-plugins-base-plugins.interfaces:
6974         * docs/plugins/gst-plugins-base-plugins.signals:
6975         Fix hierarchy, added some more elements to the docs.
6976
6977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6978         (gst_ffmpegcsp_get_type):
6979         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6980         Fix docs for ffmpegcolorspace.
6981
6982 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6985         (apetag_type_find), (ape_type_find), (plugin_init):
6986           Some typefinding fine-tuning:
6987           - rank ID3/APE tags in order of preference via probabilities, so that
6988             ID3v2 > APEv2 > APEv1 > ID3v1.
6989           - three or four bytes don't really justify MAXIMUM probability,
6990             change those to 'very likely' (musepack and monkeysaudio).
6991
6992 2006-03-01  Wim Taymans  <wim@fluendo.com>
6993
6994         * docs/plugins/Makefile.am:
6995         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6996         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6997         * ext/alsa/gstalsamixer.c:
6998         * ext/alsa/gstalsamixer.h:
6999         * ext/alsa/gstalsamixerelement.c:
7000         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7001         * ext/alsa/gstalsamixerelement.h:
7002         * ext/alsa/gstalsasink.c:
7003         * ext/alsa/gstalsasink.h:
7004         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7005         (gst_alsasrc_init):
7006         * ext/alsa/gstalsasrc.h:
7007         Added alsa docs.
7008         Small code cleanups.
7009
7010 2006-03-01  Wim Taymans  <wim@fluendo.com>
7011
7012         * ext/theora/Makefile.am:
7013         Dist new header too,
7014
7015 2006-03-01  Wim Taymans  <wim@fluendo.com>
7016
7017         * docs/plugins/Makefile.am:
7018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7020         * ext/gnomevfs/gstgnomevfssink.h:
7021         * ext/gnomevfs/gstgnomevfssrc.h:
7022         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7023         * ext/vorbis/vorbisdec.h:
7024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7025         * ext/vorbis/vorbisenc.h:
7026         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7027         (vorbis_parse_chain), (vorbis_parse_change_state):
7028         * ext/vorbis/vorbisparse.h:
7029         * gst/audioconvert/gstaudioconvert.h:
7030         * gst/tcp/gsttcpserversink.h:
7031         * gst/videotestsrc/gstvideotestsrc.c:
7032         * gst/videotestsrc/gstvideotestsrc.h:
7033         * gst/volume/gstvolume.c:
7034         * gst/volume/gstvolume.h:
7035         Fix some more docs.
7036         Added docs for vorbisdec and vorbisparse.
7037         Fix vorbisparse.
7038
7039 2006-03-01  Wim Taymans  <wim@fluendo.com>
7040
7041         * docs/plugins/Makefile.am:
7042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7044         * ext/pango/gstclockoverlay.h:
7045         * ext/pango/gsttextoverlay.h:
7046         * ext/pango/gsttextrender.h:
7047         * ext/pango/gsttimeoverlay.h:
7048         * ext/theora/gsttheoradec.h:
7049         * ext/theora/gsttheoraenc.h:
7050         * ext/theora/theoradec.c:
7051         * ext/theora/theoraenc.c:
7052         * gst/audioconvert/gstaudioconvert.h:
7053         * gst/audiotestsrc/gstaudiotestsrc.h:
7054         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7055         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7056         * gst/tcp/gstmultifdsink.h:
7057         Updated/added documentation.
7058
7059         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7060         (gst_text_overlay_halign_get_type),
7061         (gst_text_overlay_wrap_mode_get_type),
7062         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7063         (gst_text_overlay_init), (gst_text_overlay_set_property),
7064         (gst_text_overlay_get_property):
7065         Fix up properties to be enums instead of string to make bindings,
7066         introspection and automatic GUI creation possible.
7067         Add getters for the properties.
7068
7069 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7070
7071         * gst/audiotestsrc/gstaudiotestsrc.c:
7072           added defines of M_PI and M_PI_2
7073         * gst/ffmpegcolorspace/avcodec.h:
7074           removed #include "stdint.h" for win32 as _stdint.h is 
7075           autogenerated to win32/common
7076         * win32/common/libgstaudio.def:
7077         * win32/common/libgsttag.def:
7078           added some exports
7079         * win32/vs6:
7080           some project files bugs corrected
7081         * win32/vs7:
7082           project files are reset to the default vs7 configuration 
7083           (they link to msvcr71.dll using default optimizations)
7084           
7085 2006-02-28  Wim Taymans  <wim@fluendo.com>
7086
7087         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7088         Fix some docs.
7089
7090 2006-02-28  Edward Hervey  <edward@fluendo.com>
7091
7092         * ext/alsa/gstalsasrc.c:
7093         Set proper class on the ElementDetails:
7094         Source/Audio instead of Src/Audio/
7095
7096 2006-02-28  Edward Hervey  <edward@fluendo.com>
7097
7098         * gst/videoscale/vs_scanline.c:
7099         (vs_scanline_resample_nearest_RGBA):
7100         Revert optimization in videoscale. It should go in liboil and have
7101         an appropriate liboil function.
7102
7103 2006-02-28  Wim Taymans  <wim@fluendo.com>
7104
7105         * gst-libs/gst/audio/gstbaseaudiosink.c:
7106         (gst_base_audio_sink_provide_clock):
7107         Don't try to provide a clock in the NULL state.
7108
7109 2006-02-28  Wim Taymans  <wim@fluendo.com>
7110
7111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7112         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7113         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7114         (gst_ogg_demux_deactivate_current_chain),
7115         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7116         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7117         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7118         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7119         Use GstSegment infrastructure to remove duplicated code
7120         and handle more seek cases correctly.
7121
7122 2006-02-28  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7125         (gst_ffmpegcsp_transform):
7126         Don't ignore return code from ffmpeg convert function.
7127
7128         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7129         Split out some long statements to ease debugging.
7130
7131 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7132
7133         * ext/libvisual/visual.c: (gst_visual_init),
7134         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7135         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7136         being able to renegotiate the size. Instead, use the negotiation
7137         algorithm from the goom plugin to pick an initial output caps. 
7138
7139         Also, allow theoretical libvisual plugins that might support non-GL 
7140         output even if they also do GL.
7141
7142 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7143
7144         * ext/libvisual/visual.c: (gst_visual_init),
7145         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7146         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7147         possible negotiation issues.
7148
7149 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7150
7151         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7152
7153 2006-02-24  Michael Smith  <msmith@fluendo.com>
7154
7155         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7156         (cmml_type_find), (plugin_init):
7157           Fix CMML type find function to not require a specific minor version
7158           of the CMML header.
7159
7160           Add an MPEG4 video elementary stream typefind function.
7161
7162 2006-02-04  Michael Smith  <msmith@fluendo.com>
7163
7164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7165         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7166         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7167         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7168         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7169         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7170           Annodex support in ogg demuxer. Doesn't do very much without the
7171           other annodex patches (to come).
7172
7173 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7176
7177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7178           Pick up palette for MS video v1 (#327028)
7179
7180 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7183         (gst_ffmpegcsp_caps_remove_format_info),
7184         (gst_ffmpegcsp_get_unit_size):
7185           The 'palette_data' field from incoming RGB caps shouldn't be
7186           proxied on outgoing YUV caps; also, restrict unit size
7187           adjustment in case of paletted data only to the unit that
7188           actually has a palette. Fixes #330711.
7189
7190 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7191
7192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7193         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7194         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7195         (gst_ffmpegcsp_get_unit_size):
7196           Plug some memory leaks.
7197
7198 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * sys/ximage/Makefile.am:
7201         * sys/xvimage/Makefile.am:
7202           Add some _CFLAGS and _LIBS that seem to be missing
7203           and/or required for Cygwin (see #317048).
7204
7205 2006-02-22  Wim Taymans  <wim@fluendo.com>
7206
7207         * ext/alsa/gstalsasrc.c:
7208         Fix description as pointed out by caugier.
7209
7210 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7211
7212         Reviewed by : Edward Hervey  <edward@fluendo.com>
7213
7214         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7215         (qt_type_find):
7216         Better 3gp typefinding (#331526).
7217
7218 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7221           Don't send EOS event here, the base class will send one for us.
7222
7223         * gst/playback/gstplaybasebin.c: (prepare_output):
7224           Subpictures without video stream aren't allowed either.
7225         
7226         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7227           Fix debug statement copy'n'paste-o.
7228
7229 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7232           Fix issues with mixer keeping state when muting/unmuting
7233           and when changing the volume whilst muted (see #331763
7234           and #331765).
7235
7236 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7239         (parse_subrip), (gst_sub_parse_format_autodetect):
7240           Set right caps given that we send escaped text. Also,
7241           honour <i></i>, <b></b> and <u></u> markers that can be found
7242           in .srt files (fixes #310202).
7243
7244 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst-libs/gst/audio/mixerutils.c:
7247         (element_factory_rank_compare_func):
7248           Make order in which elements are tried more determinable.
7249
7250 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7251
7252         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7253         (remove_element_chain), (cleanup_decodebin),
7254         (gst_decode_bin_change_state): Make decodebin reusable by
7255         fixing remove_element_chain first and then introduce a
7256         cleaner in state change to ->NULL. (Closes #331678)
7257
7258 2006-02-19  Wim Taymans  <wim@fluendo.com>
7259
7260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7261         use 0666 mask when creating files so umask gets applied
7262         correctly. Fixes #331295.
7263
7264 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * gst/subparse/Makefile.am:
7267         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7268         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7269         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7270         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7271         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7272         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7273         * gst/subparse/gstssaparse.h:
7274         * gst/subparse/gstsubparse.c: (plugin_init):
7275           Add very basic parser for SSA subtitle streams (as often
7276           found in matroska files).
7277
7278 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7279
7280         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7281           That should be text/x-pango-markup, not text/x-pango-layout.
7282
7283 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7284
7285         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7286         Polishing.
7287
7288 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7289
7290         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7291         (gst_text_overlay_finalize), (gst_text_overlay_init),
7292         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7293         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7294         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7295         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7296         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7297         Fix state change deadlock.
7298
7299 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7300
7301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7302         (gst_text_overlay_finalize), (gst_text_overlay_init),
7303         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7304         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7305         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7306         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7307         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7308         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7309         and subtitles files.
7310
7311 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7312
7313         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7314         should be considered as raw.
7315
7316 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7317
7318         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7319         (cb_probe):
7320         * gst/playback/gststreaminfo.h: Introduce language informations.
7321
7322 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7323
7324         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7325         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7326         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7327         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7328         Set shared memory segments to be deleted as soon as we have attached,
7329         that way they get cleaned up automatically if we crash.
7330
7331 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7332
7333         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7334         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7335         functions are called with lock held.
7336
7337 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7338
7339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7340         (gst_text_overlay_finalize), (gst_text_overlay_init),
7341         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7342         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7343         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7344         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7345         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7346         (gst_text_overlay_change_state): Refactoring of textoverlay
7347         without collectpads. This now supports sparse subtitles coming
7348         from a demuxer instead of a sub file. Seeking is still broken 
7349         though. Need to discuss with wtay some more on how to handle
7350         seeking correctly.
7351         * ext/pango/gsttextoverlay.h:
7352         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7353         subtitles coming from the demuxer.
7354
7355 2006-02-17  Wim Taymans  <wim@fluendo.com>
7356
7357         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7358         (gst_vorbisenc_convert_sink):
7359         Use some more scaling functions.
7360
7361 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * ext/cdparanoia/gstcdparanoiasrc.c:
7364         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7365         (gst_cd_paranoia_paranoia_callback),
7366         (gst_cd_paranoia_src_signal_is_being_watched),
7367         (gst_cd_paranoia_src_read_sector):
7368         * ext/cdparanoia/gstcdparanoiasrc.h:
7369           Add back 'transport-error' and 'uncorrected-error' signals and
7370           make them actually be fired when bad stuff happens (#319340).
7371
7372 2006-02-17  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7375         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7376         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7377         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7378         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7379         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7380         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7381         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7382         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7383         (gst_ring_buffer_clear):
7384         Small cleanups.
7385         Added some G_LIKELY.
7386
7387 2006-02-17  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst-libs/gst/audio/TODO:
7390         Update TODO
7391
7392         * gst-libs/gst/audio/gstbaseaudiosink.c:
7393         (gst_base_audio_sink_get_offset):
7394         When trying to play samples ASAP and we don't have a
7395         previous sample, try to play at position 0 instead of
7396         an invalid position.
7397
7398 2006-02-17  Wim Taymans  <wim@fluendo.com>
7399
7400         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7401         (gst_alsasink_reset):
7402         Also release lock when we get an error in _reset();
7403         fix an error message.
7404
7405 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7408         (gst_alsasink_init), (get_channel_free_structure),
7409         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7410         (gst_alsasink_close):
7411         * ext/alsa/gstalsasink.h:
7412           Add support for more than 2 channels (#326720).
7413
7414 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7417           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7418           with 4 or 6 channels, assume a default channel layout to make things
7419           work (not sure there's anything else we can do in those cases).
7420
7421 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7422
7423         * gst-libs/gst/audio/multichannel.c:
7424           Minor docs fix.
7425
7426         * gst-libs/gst/riff/Makefile.am:
7427         * gst-libs/gst/riff/riff-ids.h:
7428         * gst-libs/gst/riff/riff-media.c:
7429         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7430           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7431           channels and a channel layout map.
7432           
7433 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7434
7435         Reviewed by Edward Hervey  <edward@fluendo.com>
7436
7437         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7438         C-level optimization of the RGBA nearest neighbour function.
7439         Eventually this might end up in liboil with vectorized versions.
7440
7441 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         * gst-libs/gst/audio/multichannel.c:
7444         (gst_audio_get_channel_positions):
7445           When we have more than 2 channels, but no channel layout is
7446           specified in the caps, return some default channel layout
7447           to the caller and warn about about a possibly buggy element
7448           (could be buggy filtercaps as well of course) (#317038).
7449
7450 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7453           Add gst-libs/gst/cdda to list of lib search paths.
7454
7455 2006-02-15  Andy Wingo  <wingo@pobox.com>
7456
7457         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7458         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7459         to the Lord Jesus that I do not have to touch the ogg muxer ever
7460         again.
7461
7462 2006-02-15  Edward Hervey  <edward@fluendo.com>
7463
7464         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7465         quicktime movie files can also contain 'uuid' atoms.
7466
7467 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * gst/audioconvert/plugin.c: (plugin_init):
7470           Register the GstAudioChannelPosition enum type with the type
7471           system in the plugin_init function, so that it is known before
7472           any element actually makes use of multi-channel stuff. This is
7473           required for example if one wants to be able to deserialise/use
7474           a caps string with channel positions before any pipeline has
7475           been setup and started, like with gst-launch.
7476
7477 2006-02-14  Wim Taymans  <wim@fluendo.com>
7478
7479         * gst-libs/gst/audio/gstringbuffer.c:
7480         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7481         (gst_ring_buffer_samples_done), (wait_segment),
7482         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7483         Add some compiler G_(UN_)LIKELY help.
7484         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7485         make sure they can exit their functions. Should fix #330748
7486
7487 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7488
7489         * Makefile.am:
7490         * configure.ac:
7491         * win32/MANIFEST:
7492         * win32/common/_stdint.h:
7493           Windows does not have long long; copy the generated _stdint.h
7494         * win32/common/interfaces-enumtypes.c:
7495         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7496         (gst_mixer_track_flags_get_type),
7497         (gst_tuner_channel_flags_get_type):
7498         * win32/common/multichannel-enumtypes.c:
7499         (gst_audio_channel_position_get_type):
7500           update
7501
7502 2006-02-13  Wim Taymans  <wim@fluendo.com>
7503
7504         * gst-libs/gst/audio/gstbaseaudiosink.c:
7505         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7506         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7507         Always sync on first sample we receive when starting.
7508
7509 2006-02-13  Wim Taymans  <wim@fluendo.com>
7510
7511         * gst/playback/gstplaybin.c: (gen_vis_element):
7512         Update vis bin docs.
7513         Move queue after tee so we don't queue video buffers but
7514         audio samples instead. Fixes problems where the video queue
7515         is filled and the audio queue empty.
7516
7517 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7520           No need to push an EOS event here, GstBaseSrc will do that for us
7521           when we return FLOW_UNEXPECTED.
7522           
7523 2006-02-12  Wim Taymans  <wim@fluendo.com>
7524
7525         * gst-libs/gst/audio/gstbaseaudiosink.c:
7526         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7527         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7528         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7529         Use scale functions when possible.
7530         Fix error messages.
7531         Free clockid when after waiting for EOS.
7532         Use G_(UN_)LIKLY when it makes sense.
7533         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7534
7535 2006-02-12  Edward Hervey  <edward@fluendo.com>
7536
7537         * gst/playback/gstplaybasebin.c: (prepare_output): 
7538         Remove stray semi-colon (fixes #330888).
7539
7540 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7541
7542         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7544         Fix up the XShm call testing so that we catch errors, and don't
7545         cause new ones by attempting to detach from a segment we failed
7546         to attach to. Fixes #312439.
7547
7548 2006-02-10  Edward Hervey  <edward@fluendo.com>
7549
7550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7551         Added flv file typefind (video/x-flv).
7552
7553 2006-02-10  Edward Hervey  <edward@fluendo.com>
7554
7555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7556         (gst_riff_create_video_template_caps):
7557         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7558         Also added the caps to the default set of riff video caps.
7559
7560 2006-02-09  Andy Wingo  <wingo@pobox.com>
7561
7562         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7563         time and the end time of the last packet in the page.
7564         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7565         on the pages in our queue, set the duration as well. Reflow a
7566         debug statement.
7567         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7568         Fixes bad muxing order.
7569
7570 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * gst-libs/gst/rtp/gstbasertppayload.c:
7573         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7574           update seqnum before setting it on the packet; this makes sure
7575           that the timestamp and seqnum properties match after pushing
7576           a buffer
7577
7578 2006-02-09  Andy Wingo  <wingo@pobox.com>
7579
7580         * gst-libs/gst/audio/gstringbuffer.c
7581         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7582         overflow after 13.5 hours of recording. Kapow!
7583
7584         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7585         the buffer size -- we don't care about underrun/overrun reporting
7586         right now, just need to return a useful value.
7587
7588 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7589
7590         * configure.ac:
7591           Back to CVS
7592
7593 === release 0.10.3 ===
7594
7595 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7596
7597         * configure.ac:
7598           releasing 0.10.3, "Under Pressure"
7599
7600 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7601
7602         * configure.ac:
7603         Drat. Bump libtool version number for new API.
7604         Prelease 0.10.2.3 (of 0.10.3)
7605
7606 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7607
7608         * configure.ac:
7609         * win32/common/config.h:
7610         0.10.2.2 prerelease (of 0.10.3).
7611
7612 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7613
7614         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7615           Revert Andy's newsegment change pending a more correct
7616           fix.
7617
7618 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7621         (qt_type_find), (plugin_init):
7622           detect more files as 3gp
7623           group and reorder the iso file formats
7624
7625 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * ext/vorbis/vorbis.c: (plugin_init):
7628           Register musicbrainz tags, so apps don't have to.
7629
7630 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7631
7632         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7633         (gst_tag_to_vorbis_tag):
7634           Make sure we called gst_tag_register_musicbrainz_tags()
7635           before possibly mapping a vorbiscomment string from/to a
7636           musicbrainz tag.
7637
7638 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7641           In case we can't find the required number of consecutive
7642           mpeg audio frames to positively identify an MPEG audio
7643           stream, check if there's at least a valid mpeg audio
7644           frame right at offset 0 and if so suggest mpeg/audio
7645           caps with a very low probability (#153004).
7646
7647 2006-02-07  Andy Wingo  <wingo@pobox.com>
7648
7649         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7650         a TIME segment if we get timestamped buffers. Requires recent
7651         fixes in core to work properly.
7652
7653 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         * gst/playback/gstplaybasebin.c: (prepare_output):
7656           Don't print the URI as part of the error message, it
7657           makes error dialogs look rather ugly, especially if
7658           the URI is very long or has characters in it that
7659           need escaping.
7660
7661 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         * gst/playback/gstplaybasebin.c: (prepare_output):
7664           Error out if we have only text or subtitles, but nothing
7665           else. Also error out if we have subtitles but no video
7666           stream.
7667
7668 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7669
7670         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7671           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7672           Post an error message on the bus when we encounter an
7673           error, which will hopefully be more meaningful than the
7674           'Internal Flow Error' message users get to see if we
7675           just return GST_FLOW_ERROR.
7676
7677 2006-02-07  Andy Wingo  <wingo@pobox.com>
7678
7679         * configure.ac (GST_MAJORMINOR): Update core version req to
7680         0.10.2.2, for the collectpads API addition (#330244).
7681
7682 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7683
7684         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7685           Return FALSE from plugin_init() when GnomeVFS can't
7686           be initialised for some reason (#328423).
7687
7688 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7689
7690         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7691         Stick to seeking theory until i find the bug.
7692         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7693
7694 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7695
7696         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7697         (theora_enc_finalize), (theora_enc_sink_setcaps),
7698         (theora_set_header_on_caps), (theora_enc_chain),
7699         (theora_enc_change_state):
7700         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7701           Make theoraenc and the tests leak free. Like, really.
7702
7703 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7704
7705         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7706         (theora_enc_finalize), (theora_enc_sink_setcaps):
7707           Add a finalize method to ensure we clean up state even if
7708           someone omitted the state change back to NULL.
7709
7710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7711         (gst_vorbisenc_chain):
7712           Free some more leaked bits.
7713
7714         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7715         (stop_pipeline):
7716           Wait for state changes to happen if they're ASYNC.
7717
7718           This ought to teach those fancy pants buildbots a lesson.
7719
7720 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7721
7722         * gst-libs/gst/tag/gstid3tag.c:
7723           Add mapping for ID3 International Standard Recording Code
7724           tag "TSRC"
7725
7726 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7727
7728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7729           Don't leak tag names.
7730
7731 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * docs/libs/gst-plugins-base-libs-docs.sgml:
7734         * docs/libs/gst-plugins-base-libs-sections.txt:
7735         * gst-libs/gst/tag/gstid3tag.c:
7736         * gst-libs/gst/tag/gstvorbistag.c:
7737         * gst-libs/gst/tag/tags.c:
7738           Split libgsttag docs into multiple sections.
7739
7740 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         * docs/libs/Makefile.am:
7743         * docs/libs/gst-plugins-base-libs-docs.sgml:
7744         * docs/libs/gst-plugins-base-libs-sections.txt:
7745         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7746         * gst-libs/gst/tag/gstvorbistag.c:
7747         * gst-libs/gst/tag/tag.h:
7748         * gst-libs/gst/tag/tags.c:
7749           Add libgsttag to the docs.
7750
7751 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7752
7753         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7754         (gst_text_overlay_init), (gst_text_overlay_src_event),
7755         (gst_text_overlay_collected): Fix clockoverlay.
7756
7757 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7758
7759         * docs/libs/compiling.sgml:
7760           Fix typo: it's pkg-config, not pkg-gconfig
7761
7762         * docs/libs/gst-plugins-base-libs-docs.sgml:
7763         * docs/libs/gst-plugins-base-libs-sections.txt:
7764         * docs/libs/tmpl/gstgconf.sgml:
7765           There is no libgstgconf in 0.10, remove it
7766           from the docs.
7767
7768 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7769
7770         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7771         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7772         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7773         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7774         (gst_sub_parse_class_init), (gst_sub_parse_init),
7775         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7776         (parse_mpsub), (parser_state_init), (handle_buffer),
7777         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7778         * gst/subparse/gstsubparse.h: Introduce seeking code.
7779
7780 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7783           Add comment about LANGUAGE tag inconsistency (we want
7784           ISO-639-1, but extract three-letter identifiers?)
7785
7786         * po/POTFILES.in:
7787           Add two translatable files.
7788
7789 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7790
7791         * gst-libs/gst/tag/Makefile.am:
7792         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7793         * gst-libs/gst/tag/tag.h:
7794         * gst-libs/gst/tag/tags.c:
7795         (gst_tag_register_musicbrainz_tags_internal),
7796         (gst_tag_register_musicbrainz_tags):
7797           Forward-port some tags stuff from the 0.8 branch. This is
7798           mostly the addition of musicbrainz tags and their mapping
7799           to vorbistags, and a vorbistag mapping of the language tag.
7800
7801 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7802
7803         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7804         refactoring.
7805
7806 2006-02-04  David Schleef  <ds@schleef.org>
7807
7808         * ext/ogg/gstoggmux.c:
7809         * gst/typefind/gsttypefindfunctions.c:
7810           Add Dirac typefinding and add dirac format to oggmux.
7811
7812 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * gst/playback/gstdecodebin.c: (try_to_link_1):
7815           Don't put essential function call into
7816           g_return_*() macro, otherwise it'll all be
7817           replaced by NOOPs when compiling with
7818           G_DISABLE_CHECKS defined.
7819
7820 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7821
7822         * ext/ogg/gstoggdemux.c:
7823         * ext/ogg/gstoggparse.c:
7824         * gst/tcp/gsttcpserversink.c:
7825         * sys/v4l/v4lsrc_calls.c:
7826         * sys/v4l/v4lsrc_calls.h:
7827         Just make it compile with --disable-gst-debug.
7828
7829 2006-02-03  Wim Taymans  <wim@fluendo.com>
7830
7831         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7832         (gst_alsasink_class_init), (gst_alsasink_init),
7833         (gst_alsasink_write), (gst_alsasink_reset):
7834         * ext/alsa/gstalsasink.h:
7835         Add lock to protect alsa calls.
7836         Implement reset to flush samples ASAP, does not work
7837         with dmix though.
7838
7839 2006-02-02  Wim Taymans  <wim@fluendo.com>
7840
7841         * gst-libs/gst/audio/gstbaseaudiosink.c:
7842         (gst_base_audio_sink_provide_clock):
7843         Ugh.. getting late I guess...
7844
7845 2006-02-02  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst-libs/gst/audio/gstbaseaudiosink.c:
7848         (gst_base_audio_sink_provide_clock),
7849         (gst_base_audio_sink_set_property),
7850         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7851         Don't try to provide a clock when we are not negotiated since
7852         we might not be able to make it run.
7853
7854 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7855
7856         * gst/playback/gstdecodebin.c: (try_to_link_1):
7857           Unlinking two source pads is ... hard.
7858
7859 2006-02-02  Wim Taymans  <wim@fluendo.com>
7860
7861         * gst-libs/gst/audio/TODO:
7862         Updated.
7863
7864         * gst-libs/gst/audio/gstbaseaudiosink.c:
7865         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7866         On EOS, wait till the last sample is played before posting EOS.
7867
7868 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7869
7870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7871           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7872           setting queue_delay to zero. Also avoid thread being started if
7873           queue_delay is zero.
7874
7875 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7878           Make test work again by connecting fakesinks to each decoded pad,
7879           which makes the pipeline wait until each fakesink has a buffer
7880           queued before going to PAUSED state. At that point we know the
7881           decodebin pads are negotiated.
7882
7883 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7884
7885         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7886         (gst_cdda_base_src_handle_event):
7887         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7888           Pass unhandled queries to the parent class's query function.
7889
7890 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7891
7892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7893         (gst_ogg_pad_src_query):
7894         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7895         * ext/theora/theoradec.c: (theora_dec_src_query),
7896         (theora_dec_sink_query):
7897         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7898         (vorbis_dec_sink_query):
7899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7900         (gst_vorbisenc_sink_query):
7901         * gst/adder/gstadder.c: (gst_adder_query):
7902           Pass unhandled queries upstream instead of just
7903           dropping them (#326447). Also, fix supported
7904           query types list for some elements.
7905
7906 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7909         (paris_type_find), (ilbc_type_find), (plugin_init):
7910           Fix typefinding for audio/x-au, audio/x-paris and
7911           audio/iLBC-sh. We cannot use the START_WITH macros
7912           here, because there can only be one typefind factory
7913           with the same name (caps), so the second one would
7914           replace the first one and the first one would never
7915           be called when doing typefinding (see #161712).
7916           
7917
7918 2006-01-31  Wim Taymans  <wim@fluendo.com>
7919
7920         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7921         (vorbis_handle_header_packet), (vorbis_dec_push),
7922         (vorbis_handle_data_packet):
7923         Use scale_int when we can, add some more scaling.
7924         Check packettype before parsing it.
7925
7926 2006-01-31  Wim Taymans  <wim@fluendo.com>
7927
7928         * ext/theora/theoradec.c: (_theora_granule_time),
7929         (theora_dec_src_convert), (theora_dec_sink_convert):
7930         Call right _scale functions.
7931         Use parameter instead of some other random value.
7932
7933 2006-01-31  Wim Taymans  <wim@fluendo.com>
7934
7935         * ext/theora/theoradec.c: (_theora_granule_frame),
7936         (_theora_granule_time), (_inc_granulepos),
7937         (theora_dec_src_convert), (theora_dec_sink_convert),
7938         (theora_handle_type_packet), (theora_handle_data_packet),
7939         (theora_dec_chain):
7940         Use higher precision timestamps calculation.
7941         Convert some other conversions to _scale.
7942
7943 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7944
7945         * gst/audiotestsrc/gstaudiotestsrc.c:
7946         (gst_audio_test_src_create_sine_table), (plugin_init):
7947         * gst/volume/gstvolume.c: (plugin_init):
7948           initialize gst_controller before using
7949
7950 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7951
7952         * tests/check/pipelines/theoraenc.c:
7953         * tests/check/pipelines/vorbisenc.c:
7954         Define constant using G_GINT64_CONSTANT to avoid errors when
7955         passing it around - otherwise it gets truncated to 32 bits.
7956
7957         Fixes failing tests.
7958
7959 2006-01-31  Andy Wingo  <wingo@pobox.com>
7960
7961         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7962         caps being set doesn't have a framerate value. Basically a stopgap
7963         measure.
7964
7965         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7966         technically correct enough to put into core though.
7967         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7968         DURATION. Fixes theoraenc ! oggmux.
7969
7970         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7971         fraction, not double.
7972
7973 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7974
7975         * win32/vs7:
7976         add vs7 project files created by Sergey Scobich
7977
7978 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7979
7980         * win32/vs8:
7981         add vs8 project files created by Sergey Scobich
7982         
7983 2006-01-30  Andy Wingo  <wingo@pobox.com>
7984
7985         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7986         timestamp + duration, not just timestamp -- ogg pages should be
7987         ordered by stop time. Necessary fix given the change in vorbis
7988         timestamps.
7989
7990         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7991         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7992         (granulepos_add): New function, handles the messiness of adjusting
7993         granulepos values.
7994         (theora_buffer_from_packet):
7995         (theora_enc_chain):
7996         (theora_enc_sink_event): Use granulepos_add, not +.
7997
7998         * tests/check/pipelines/theoraenc.c
7999         (check_buffer_granulepos_from_starttime): Just check the frame
8000         count, not the actual granulepos -- we can't dictate to the
8001         encoder when it should be placing keyframes.
8002
8003 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8004
8005         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8006           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8007           play an http:// stream from a server that's not serving
8008
8009 2006-01-30  Andy Wingo  <wingo@pobox.com>
8010
8011         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8012         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8013         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8014         available.
8015
8016         * ext/theora/gsttheoraenc.h:
8017         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8018         although theoraenc was timestamping correctly. Added handling of
8019         streams that start with nonzero timestamps.
8020
8021         * tests/check/Makefile.am:
8022         * tests/check/pipelines/theoraenc.c: New file, basically does same
8023         tests as vorbisenc.
8024
8025         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8026
8027 2006-01-30  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst-libs/gst/audio/gstaudiosink.c:
8030         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8031         (gst_audioringbuffer_pause):
8032         Implement pause that does not wait for completion.
8033
8034         * gst-libs/gst/audio/gstbaseaudiosink.c:
8035         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8036         Don't drop buffers when going to PAUSED but perform preroll on
8037         remaining samples now that core base class supports this.
8038
8039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8040         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8041         (gst_ring_buffer_commit):
8042         Pause should not signal waiters.
8043         Implement return value of _commit correctly.
8044
8045 2006-01-30  Andy Wingo  <wingo@pobox.com>
8046
8047         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8048
8049         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8050         updated to timestamp from the first sample, not the last.
8051         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8052         special care of granulepos and timestamp for header packets.
8053         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8054         when the first buffer has a nonzero timestamp.
8055
8056         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8057         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8058         case when the first audio buffer we get has a nonzero timestamp.
8059         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8060         properly timestamp vorbis buffers with the time of the first
8061         sample, not the last.
8062         
8063         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8064         vorbis_granule_time_copy -- now it takes the granule/subgranule
8065         offset into account.
8066
8067         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8068         timestamps, durations, and granulepos on buffers produced by
8069         vorbisenc.
8070
8071 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8072
8073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8074         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8075           Patch from Eric Jonas to support conversions to/from UYVY 
8076           (Fixes: #324626)
8077
8078 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8079
8080         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8081         (setup_subtitle), (setup_source), (set_active_source):
8082         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8083         (gen_text_element), (gen_audio_element), (gen_vis_element),
8084         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8085
8086 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8087
8088         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8089         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8090                 use gst_guint64_to_gdouble to be compliant with vs6
8091         * gst/playback/gstdecodebin.c: (try_to_link_1)
8092         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8093                 use G_GINT64_CONSTANT for int64 constants
8094         * win32/common/libgstinterfaces.def:
8095                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8096         * win32/vs6:
8097                 update and add new project files
8098                 
8099 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8100
8101         * Makefile.am:
8102         * win32/MANIFEST:
8103         * win32/common/interfaces-enumtypes.c:
8104         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8105         (gst_mixer_track_flags_get_type),
8106         (gst_tuner_channel_flags_get_type):
8107         * win32/common/interfaces-enumtypes.h:
8108         * win32/common/multichannel-enumtypes.c:
8109         (gst_audio_channel_position_get_type):
8110         * win32/common/multichannel-enumtypes.h:
8111           add a win32-update rule like in core, and copy over enumtypes files
8112
8113 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8114
8115         * win32/MANIFEST:
8116         * win32/common/config.h:
8117         * win32/common/config.h.in:
8118           add config files just like in core
8119
8120 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8121
8122         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8123           Make gcc-4.1 happy (part of #327357).
8124
8125 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8126
8127         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8128         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8129         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8130         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8131         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8132         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8133           Update all error messages.  All of them should either use
8134           the default translated message, or actually provide a
8135           translatable string.
8136           Make the string for channel count problems meaningful.
8137
8138 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8139
8140         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8141           check for and throw RESOURCE_BUSY
8142
8143 2006-01-27  David Schleef  <ds@schleef.org>
8144
8145         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8146           checked in this change -- it requires liboil features not
8147           in 0.3.6.  Revert parts.
8148
8149 2006-01-27  David Schleef  <ds@schleef.org>
8150
8151         * REQUIREMENTS:
8152         * configure.ac: update liboil requirement to 0.3.6
8153         * gst/videoscale/Makefile.am:
8154         * gst/videoscale/vs_scanline.c: liboilify
8155
8156 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8157
8158         * ext/libvisual/visual.c: (get_buffer):
8159           When pad_alloc returns a GstFlowReturn other
8160           than GST_FLOW_OK, make sure it is passed upstream.
8161
8162 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8163
8164         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8165         (gst_alsasink_class_init):
8166           Free the device name string.
8167
8168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8169         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8170         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8171           Don't remove a pad from the collectpads structure until it
8172           is released - it's a request pad, and may receive data again
8173           if the element gets moved back to PLAYING state.
8174
8175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8176           Ensure we turn on double buffering on the Xv port, and
8177           set the colour key to something dark and mysterious that
8178           isn't black.
8179
8180 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8181
8182         * ext/alsa/gstalsaplugin.c: (plugin_init):
8183         * ext/cdparanoia/gstcdparanoiasrc.c:
8184         (gst_cd_paranoia_src_base_init), (plugin_init):
8185         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8187           - a library should not call setlocale. see "Libraries" node in
8188             gettext manual
8189           - make sure all plugins that use translation do bindtextdomain
8190             to point to the localedir
8191         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8192         (setup_sinks), (plugin_init):
8193           all this, and check for NULL when creating sinks
8194
8195 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8196
8197         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8198         (plugin_init): Make typefinding of subtitles work again.
8199
8200 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8203         (mp3_type_frame_length_from_header), (mp3_type_find),
8204         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8205         (plugin_init):
8206           Backport a bunch of typefinding fixes from the 0.8 branch.
8207           Also, improve wavpack typefinding: if we can't peek the
8208           entire wavpack block, try to parse the bits we can get and
8209           see if we find what we're looking for in those.
8210
8211 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8212
8213         * sys/ximage/ximagesink.c:
8214         (gst_ximagesink_calculate_pixel_aspect_ratio):
8215         * sys/xvimage/xvimagesink.c:
8216         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8217         more cases of pixel aspect ratio.
8218
8219 2006-01-26  Edward Hervey  <edward@fluendo.com>
8220
8221         * gst/playback/gstdecodebin.c: (pad_probe):
8222         Also consider the flush-start and tag events as unblockers
8223         for the pad probes.
8224
8225 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8226
8227         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8228         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8229         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8230         On the fly visualisation switch, works disabling, enabling as
8231         well but it won't be able to enable vis in a playbin that was
8232         created with no visualisation.
8233
8234 2006-01-25  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst-libs/gst/audio/gstbaseaudiosink.c:
8237         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8238         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8239         resume after pause.
8240
8241 2006-01-25  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst-libs/gst/audio/gstbaseaudiosink.c:
8244         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8245         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8246         Improve debugging.
8247         Post error when caps cannot be parsed.
8248         Resync on discontinuity in the stream.
8249         Clip samples to segment boundaries.
8250         return WRONG_STATE sooner when we are flushing.
8251
8252         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8253         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8254         Make audiosrc operate in TIME.
8255         Set TIMESTAMP and DURATION on buffers.
8256
8257 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         * tests/examples/seek/seek.c: (main):
8260           Output tag messages as well.
8261
8262 2006-01-23  Edward Hervey  <edward@fluendo.com>
8263
8264         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8265         (free_pad_probes), (remove_fakesink), (pad_probe),
8266         (close_pad_link), (gst_decode_bin_change_state):
8267         Replace GstPadBlockCallback with pad probes that detect
8268         first buffer AND eos before removing fakesink.
8269         Fixes hang with demuxers doing EOS while pre-rolling.
8270         Solves #328279
8271
8272 2006-01-23  Andy Wingo  <wingo@pobox.com>
8273
8274         * ext/alsa/gstalsasink.c:
8275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8276         (gst_base_rtp_depayload_setcaps),
8277         (gst_base_rtp_depayload_add_to_queue),
8278         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8279         
8280         Patch by: Jens Granseuer <jensgr at gmx dot net>
8281
8282 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8283
8284         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8285         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8286         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8287         frames. We might get a frame destroyed after changing state to
8288         NULL, adding a safety check on xcontext.
8289
8290 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8291
8292         * gst-libs/gst/interfaces/xoverlay.c:
8293           Fix prepare-xwindow-id code example in the docs - we need to
8294           ignore all messages that aren't element messages as well.
8295           
8296 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8297
8298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8299           I think one day i'll completely undestand how caps negotiation
8300           is supposed to work. This refactoring handles buffer_alloc
8301           called with caps we can't handle. We definitely don't want a
8302           set_caps with those caps, so we define and allocate a buffer
8303           we would like to receive.
8304
8305 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * gst/playback/gstplaybasebin.c: (setup_source):
8308           Free iterator when done.
8309
8310 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8311
8312         * gst-libs/gst/audio/gstbaseaudiosink.c:
8313         (gst_base_audio_sink_render):
8314           Fix playback of non-synchronised streams by assuming a rate
8315           of 1.0 instead of a random one.
8316
8317           Makes this work again:
8318
8319           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8320           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8321           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8322           audioresample ! alsasink
8323
8324 === release 0.10.2 ===
8325
8326 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8327
8328         * configure.ac:
8329           releasing 0.10.2, "Then the devil is six"
8330
8331 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8332
8333         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8334         * gst/playback/gststreamselector.c:
8335         (gst_stream_selector_set_property):
8336           Comment out broken code that connects to the state-changed signal.
8337           At this point, changing current stream selection is broken, but 
8338           stuff like gst-launch playbin current-audio=1 works and filters
8339           to the chosen stream.
8340
8341 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8342
8343         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8344           Fix #327216 (null dereference in vorbisdec)
8345
8346 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8349           Post taglist actually on bus instead of just freeing it
8350           (fixes #327114 and totem bug #327080).
8351
8352         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8353           Use gst_element_found_tags_for_pad(), so that the tags
8354           are sent downstream as an event as well.
8355
8356 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8357
8358         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8359         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8360         (gst_ximagesink_buffer_alloc):
8361         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8362         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8363         (gst_xvimagesink_buffer_alloc):
8364           move all regularly occurring messages to GST_LOG level
8365           add some more object logs
8366
8367 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8368
8369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8370           fix a silly segfault
8371
8372 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * docs/libs/gst-plugins-base-libs-docs.sgml:
8375         * docs/libs/gst-plugins-base-libs-sections.txt:
8376         * gst-libs/gst/audio/mixerutils.c:
8377         * gst-libs/gst/audio/mixerutils.h:
8378           Add docs for mixerutils stuff.
8379
8380 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst/playback/gstplaybasebin.c: (setup_source):
8383           Fix playback for sources that emit raw audio or
8384           raw video streams (e.g.: cd audio sources) (#325984).
8385
8386 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8387
8388         * gst-libs/gst/audio/mixerutils.c:
8389         (gst_audio_mixer_filter_do_filter):
8390           actually save the element we create
8391
8392 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8393
8394         * gst-libs/gst/cdda/gstcddabasesrc.c:
8395         (gst_cdda_base_src_handle_track_seek):
8396           No need to post a tag message on the bus when seeking
8397           within the same track, only post it when the current
8398           track changes.
8399
8400 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * gst/playback/gstplaybasebin.c: (group_destroy),
8403         (probe_triggered), (new_decoded_pad), (mute_group_type),
8404         (set_active_source):
8405         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8406         * gst/playback/gststreamselector.c:
8407         (gst_stream_selector_base_init),
8408         (gst_stream_selector_set_property),
8409         (gst_stream_selector_request_new_pad):
8410           Reenable stream selection. These mechanisms need a complete overhaul
8411           in the face of 0.8->0.10 changes though.
8412
8413 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8414
8415         * ext/ogg/gstoggdemux.c:
8416           Change the pad template to src_%d to match the pads that 
8417           are created from it. decodebin needs this information in order
8418           to decide that oggdemux is capable of producing multiple pads
8419           (and hence needs queues inserted).
8420
8421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8422         (gst_ogg_mux_collected):
8423           Make debug output more useful by using GST_PTR_FORMAT.
8424
8425 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8426
8427         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8428
8429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8430           Set depth and width for alaw/mulaw (fixes #326601).
8431
8432 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8433
8434         * tests/icles/Makefile.am:
8435           don't build the tests if we don't have the libs
8436
8437 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8438
8439         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8440         (gst_cd_paranoia_paranoia_callback):
8441           Don't try to free NULL pointers.
8442
8443 2006-01-10  Edward Hervey  <edward@fluendo.com>
8444
8445         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8446         (gst_audio_rate_change_state), (plugin_init):
8447         Add debugging category.
8448         Fix type issues.
8449         Add case for incoming buffers without valid offset/offset_end.
8450
8451 2006-01-10  Michael Smith  <msmith@fluendo.com>
8452
8453         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8454           Don't leak GCond in audio sources.
8455
8456 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8457
8458         * gst/playback/gstplaybin.c: (gen_audio_element):
8459           Don't leak an autoaudiosink/alsasink when we generate
8460           a new audio element. (old code, I guess)
8461
8462 2006-01-10  Michael Smith  <msmith@fluendo.com>
8463
8464         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8465           Support float audio in audiorate.
8466           Use width rather than depth for selecting sample width.
8467
8468 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8469
8470         * gst/videotestsrc/videotestsrc.h:
8471           Use GLib types here (that way we don't have to include the
8472           generated _stdint.h header, which makes life easier for win32
8473           folks that don't use autotools for the build) (#325990, patch
8474           by: Sergey Scobich).
8475
8476 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8479         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8480         (gst_ring_buffer_pause), (wait_segment):
8481         * gst-libs/gst/audio/gstringbuffer.h:
8482           Name (private) union, makes Forte compiler happy (this time
8483           for real) (#324900).
8484
8485 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * gst-libs/gst/audio/Makefile.am:
8488           Link against libgstinterfaces, needed for mixer
8489           and property probe stuff.
8490
8491 2006-01-09  Edward Hervey  <edward@fluendo.com>
8492
8493         * gst-libs/gst/Makefile.am:
8494
8495 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst-libs/gst/audio/Makefile.am:
8498         * gst-libs/gst/audio/mixerutils.c:
8499         (gst_audio_mixer_filter_do_filter),
8500         (gst_audio_mixer_filter_check_element),
8501         (gst_audio_mixer_filter_probe_feature),
8502         (element_factory_rank_compare_func),
8503         (gst_audio_default_registry_mixer_filter):
8504         * gst-libs/gst/audio/mixerutils.h:
8505           Add gst_audio_default_registry_mixer_filter() utility
8506           function.
8507
8508 2006-01-03  Michael Smith  <msmith@fluendo.com>
8509
8510         * gst/audioresample/resample.h:
8511           As before, but for o_buf
8512
8513 2006-01-03  Michael Smith  <msmith@fluendo.com>
8514
8515         * gst/audioresample/resample.h:
8516           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8517           since we do arithmetic on it.
8518
8519 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8522         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8523         (gst_ring_buffer_pause), (wait_segment):
8524         * gst-libs/gst/audio/gstringbuffer.h:
8525           Sun's Forte compiler doesn't seem to like anonymous structs,
8526           so use same setup as in GstBaseSrc (fixes #324900).
8527
8528 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8529
8530         * configure.ac:
8531         * gst/volume/Makefile.am:
8532         * gst/volume/demo.c:
8533           move old example to tests/examples/volume/volune.c
8534         * tests/examples/Makefile.am:
8535         * tests/examples/seek/seek.c: (main):
8536           change window-close event from "delete-event" to "destroy"
8537         * tests/examples/volume/Makefile.am:
8538         * tests/examples/volume/volume.c: (value_changed_callback),
8539         (setup_gui), (message_received), (eos_message_received), (main):
8540           fix event handling and bus usage
8541
8542 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8543
8544         * gst/audiotestsrc/gstaudiotestsrc.c:
8545         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8546         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8547         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8548         (gst_audio_test_src_create_square),
8549         (gst_audio_test_src_create_saw),
8550         (gst_audio_test_src_create_triangle),
8551         (gst_audio_test_src_create_silence),
8552         (gst_audio_test_src_create_white_noise),
8553         (gst_audio_test_src_create_pink_noise),
8554         (gst_audio_test_src_init_sine_table),
8555         (gst_audio_test_src_create_sine_table),
8556         (gst_audio_test_src_change_wave),
8557         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8558         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8559         * gst/audiotestsrc/gstaudiotestsrc.h:
8560           update to basesrc changes, implement segmented seeking and eos
8561           handling, add a 'sine-tab' waveform for performance critical playback
8562
8563 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * po/POTFILES.in:
8566           ... and this time the other modified file that I missed last time.
8567
8568 2005-12-29  Michael Smith  <msmith@fluendo.com>
8569
8570         * gst/playback/gstdecodebin.c: (new_pad):
8571           Fix non-C89 variable declaration not at the start of a block. Should
8572           help some compilers.
8573
8574 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * tests/check/Makefile.am:
8577           And now fix 'make distcheck' (builddir != srcdir)
8578
8579 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * configure.ac:
8582         * ext/cdparanoia/Makefile.am:
8583         * ext/cdparanoia/gstcdparanoia.c:
8584         * ext/cdparanoia/gstcdparanoia.h:
8585         * ext/cdparanoia/gstcdparanoiasrc.c:
8586         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8587         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8588         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8589         (gst_cd_paranoia_paranoia_callback),
8590         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8591         (gst_cd_paranoia_src_set_property),
8592         (gst_cd_paranoia_src_get_property), (plugin_init):
8593         * ext/cdparanoia/gstcdparanoiasrc.h:
8594           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8595           plugin again (there are still fixes required to playbin to make
8596           cdda:// uris work there).
8597
8598 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * tests/check/Makefile.am:
8601           Fix test case compilation.
8602
8603 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * gst-libs/gst/cdda/gstcddabasesrc.c:
8606         (gst_cdda_base_src_update_duration),
8607         (gst_cdda_base_src_calculate_cddb_id):
8608           An integer is not a string. Fix access to uninitialised variable.
8609
8610         * tests/check/Makefile.am:
8611           Add cddabasesrc unit test; also actually enable the vorbis test.
8612
8613         * tests/check/generic/states.c:
8614           Blacklist new cd audio elements as well.
8615
8616         * tests/check/libs/cddabasesrc.c:
8617           Unit test for GstCddaBaseSrc (discid calculation mostly).
8618
8619 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * docs/libs/Makefile.am:
8622         * docs/libs/gst-plugins-base-libs-docs.sgml:
8623         * docs/libs/gst-plugins-base-libs-sections.txt:
8624         * docs/libs/gst-plugins-base-libs.types:
8625           Add docs for libgstcdda/GstCddaBaseSrc.
8626
8627         * gst-libs/gst/interfaces/mixertrack.h:
8628           Do one struct member per line with a semicolon at the end, that way
8629           even gtk-doc might parse it without complaining.
8630
8631 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8632
8633         * configure.ac:
8634         * gst-libs/gst/Makefile.am:
8635         * gst-libs/gst/cdda/Makefile.am:
8636         * gst-libs/gst/cdda/base64.c:
8637         * gst-libs/gst/cdda/base64.h:
8638         * gst-libs/gst/cdda/gstcddabasesrc.c:
8639         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8640         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8641         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8642         (gst_cdda_base_src_get_property),
8643         (gst_cdda_base_src_get_track_from_sector),
8644         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8645         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8646         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8647         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8648         (gst_cdda_base_src_uri_get_protocols),
8649         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8650         (gst_cdda_base_src_uri_handler_init),
8651         (gst_cdda_base_src_setup_interfaces),
8652         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8653         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8654         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8655         (gst_cdda_base_src_add_tags),
8656         (gst_cdda_base_src_add_index_associations),
8657         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8658         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8659         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8660         (gst_cdda_base_src_create):
8661         * gst-libs/gst/cdda/gstcddabasesrc.h:
8662         * gst-libs/gst/cdda/sha1.c:
8663         * gst-libs/gst/cdda/sha1.h:
8664           Add new libgstcdda with GstCddaBaseSrc class.
8665
8666 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * ext/gnomevfs/gstgnomevfssink.h:
8669           Use GstBaseSinkClass as parent_class member for class struct, not
8670           GstBaseSink.
8671
8672 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8673
8674         Patch by: Michael Benes
8675
8676         * gst/videotestsrc/gstvideotestsrc.c:
8677         (gst_video_test_src_class_init), (gst_video_test_src_start):
8678           Add start method to reset running time and number of frames sent
8679           when starting up (fixes #324696)
8680
8681 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * docs/plugins/Makefile.am:
8684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8686         * docs/plugins/gst-plugins-base-plugins.args:
8687         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8688         * docs/plugins/gst-plugins-base-plugins.signals:
8689           Add docs stuff for gnomevfssrc and gnomevfssink.
8690
8691         * ext/gnomevfs/gstgnomevfssrc.c:
8692           Fix example pipeline in gtk-doc blurb.
8693
8694 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         * ext/gnomevfs/Makefile.am:
8697         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8698         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8699         (gst_gnome_vfs_handle_get_type), (plugin_init):
8700         * ext/gnomevfs/gstgnomevfs.h:
8701         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8702         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8703         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8704         (gst_gnome_vfs_sink_set_property),
8705         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8706         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8707         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8708         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8709         (gst_gnome_vfs_sink_uri_get_type),
8710         (gst_gnome_vfs_sink_uri_get_protocols),
8711         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8712         (gst_gnome_vfs_sink_uri_handler_init):
8713         * ext/gnomevfs/gstgnomevfssink.h:
8714           Port gnomevfssink; add gtk-doc blurb.
8715
8716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8717         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8718         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8719         (gst_gnome_vfs_src_uri_get_type),
8720         (gst_gnome_vfs_src_uri_get_protocols),
8721         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8722         (gst_gnome_vfs_src_uri_handler_init),
8723         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8724         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8725         (gst_gnome_vfs_src_send_additional_headers_callback),
8726         (gst_gnome_vfs_src_received_headers_callback),
8727         (gst_gnome_vfs_src_push_callbacks),
8728         (gst_gnome_vfs_src_pop_callbacks),
8729         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8730         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8731         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8732         * ext/gnomevfs/gstgnomevfssrc.h:
8733           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8734           file; add gtk-doc blurb with example pipelines.
8735
8736 === release 0.10.1 ===
8737
8738 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8739
8740         * configure.ac:
8741           releasing 0.10.1, "Dobro Dedek"
8742
8743 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8744
8745         * gst/typefind/gsttypefindfunctions.c:
8746         iLBC30 and iLBC20 added to typefind.
8747
8748 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8749
8750         * gst-libs/gst/audio/gstbaseaudiosink.c:
8751         (gst_base_audio_sink_class_init):
8752         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8753         (gst_base_audio_src_class_init):
8754           update strings, values are in microseconds
8755           change the default sink buffer time to something that is smaller
8756           (to help software volume mixing have a slightly lower delay) but
8757           still be acceptable on Wim's laptop
8758
8759 2005-12-20  Edward Hervey  <edward@fluendo.com>
8760
8761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8762         Made a quack, forgot to add DUCK to the riff video template.
8763
8764 2005-12-19  Edward Hervey  <edward@fluendo.com>
8765
8766         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8767         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8768         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8769         (gst_ogm_parse_chain):
8770         Make sure pads are initialized correctly.
8771         * gst-libs/gst/riff/riff-ids.h:
8772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8773         (gst_riff_create_video_template_caps):
8774         Add a whole bunch of FOURCC <=> MimeType.
8775         Extend the riff video pad template to support the newly added fourcc.
8776
8777 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8778
8779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8780         (gst_ogg_demux_activate_chain):
8781           Extra debug output when activating/deactivating chains.
8782
8783         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8784         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8785         (unlinked):
8786           Remove a queue from our list when it becomes unlinked.
8787           Don't add queues to elements in class 'Demux' if they
8788           can only produce one pad 
8789
8790 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8791
8792         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8793         (gst_video_sink_get_type): Add a debug category.
8794
8795 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8796
8797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8798         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8799           Handle downstream newsegment by sending our own newsegment before the
8800           next buffer to be released. (#323900)
8801
8802 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8803
8804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8805         (gst_base_rtp_depayload_set_gst_timestamp):
8806           add queue delay to new segment as well (as opposed to just the first
8807           buffer). (bug #322347)
8808
8809 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8810
8811         * ext/libvisual/visual.c: (make_valid_name):
8812           change some char* into char[]
8813         * gst/audiotestsrc/gstaudiotestsrc.c:
8814         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8815         (gst_audio_test_src_create):
8816         * gst/audiotestsrc/gstaudiotestsrc.h:
8817           prepare to handle EOS and SEGMENT_DONE
8818
8819 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8820
8821         * tests/check/generic/states.c: (GST_START_TEST):
8822           Blacklist cdparanoia element in state test.
8823
8824 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8825
8826           Patch by: Benjamin Pineau
8827
8828         * gst/tcp/gsttcp.c:
8829         * gst/tcp/gsttcpclientsink.c:
8830         * gst/tcp/gsttcpserversink.c:
8831         * gst/tcp/gsttcpserversrc.c:
8832           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8833
8834 2005-12-15  Michael Smith  <msmith@fluendo.com>
8835
8836         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8837         (gst_video_rate_chain):
8838           Fix timestamping for videorate when the first buffer it sees has a
8839           non-zero timestamp. Fix some misleading debug output.
8840
8841 2005-12-15  Michael Smith  <msmith@fluendo.com>
8842
8843         * gst/audioresample/gstaudioresample.c:
8844           Don't leak all input buffers to audioresample.
8845
8846 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8849           Don't operate on empty text buffers. Strip newlines and
8850           tabs only from the end of the text, but leave them intact
8851           in the middle. Fix typo in gtk-doc description.
8852
8853 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8854
8855         * gst/playback/gstplaybasebin.c:
8856         * gst/playback/gstplaybin.c: (handoff):
8857           Make sure the video frame buffer we return to apps via the
8858           "frame" property always has caps set on it. Modify
8859           _gst_gvalue_set_object() macro to handle NULL objects
8860           gracefully too.
8861
8862 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8863
8864         * gst/audiotestsrc/gstaudiotestsrc.c:
8865         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8866         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8867         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8868         (gst_audio_test_src_create):
8869         * gst/audiotestsrc/gstaudiotestsrc.h:
8870         Adjust to some recent api changes and add wtays new cool seeking
8871         capabillities
8872
8873 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * ext/alsa/Makefile.am:
8876         * ext/alsa/gstalsadeviceprobe.c:
8877         * ext/alsa/gstalsadeviceprobe.h:
8878           Helper functions to add device probing via the GstPropertyProbe
8879           interface to a class.
8880
8881         * ext/alsa/gstalsamixer.h:
8882           Comment out GST_ALSA_MIXER, it returns a struct that's not
8883           used.
8884
8885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8886           Add some debug info. 
8887
8888         * ext/alsa/gstalsamixerelement.c:
8889         (gst_alsa_mixer_element_interface_supported),
8890         (gst_implements_interface_init),
8891         (gst_alsa_mixer_element_init_interfaces),
8892         (gst_alsa_mixer_element_class_init),
8893         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8894         (gst_alsa_mixer_element_set_property),
8895         (gst_alsa_mixer_element_get_property),
8896         (gst_alsa_mixer_element_change_state):
8897         * ext/alsa/gstalsamixerelement.h:
8898           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8899           for device handling (gnome-volume-control will need that).
8900
8901 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8902
8903         * ext/Makefile.am: fix cdparanoia entry
8904         * gst-plugins-base.spec.in: add cdparanoia
8905
8906 2005-12-12  Michael Smith  <msmith@fluendo.com>
8907
8908         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8909           Use the correct function to free list of typefind factories.
8910
8911 2005-12-12  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/videotestsrc/gstvideotestsrc.c:
8914         (gst_video_test_src_class_init), (gst_video_test_src_init),
8915         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8916         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8917         (gst_video_test_src_create):
8918         * gst/videotestsrc/gstvideotestsrc.h:
8919         Implement seeking in videotestsrc.
8920         Small cleanups.
8921
8922 2005-12-12  Wim Taymans  <wim@fluendo.com>
8923
8924         * ext/cdparanoia/Makefile.am:
8925         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8926         (gst_paranoia_endian_get_type), (_do_init),
8927         (cdparanoia_class_init), (cdparanoia_init),
8928         (cdparanoia_set_property), (cdparanoia_get_property),
8929         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8930         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8931         (cdparanoia_convert), (cdparanoia_get_query_types),
8932         (cdparanoia_query), (cdparanoia_set_index),
8933         (cdparanoia_uri_set_uri):
8934         * ext/cdparanoia/gstcdparanoia.h:
8935         Partially ported cdparanoia now that basesrc can support a
8936         plugin like this..
8937
8938 2005-12-12  Wim Taymans  <wim@fluendo.com>
8939
8940         * tests/examples/seek/scrubby.c: (main):
8941         Set higher priority for bus events so they don't get reordered with
8942         gtk gui events.
8943
8944         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8945         (flush_toggle_cb), (main):
8946         Added checkbox to disable flushing seeks. 
8947         Disable scrubbing when doing non flushing seeks.
8948
8949 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8952         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8953         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8954         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8955           Implement some sort of event handling that doesn't rely on
8956           g_return_if_fail; make sure we always push the last chunk of an 
8957           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8958           state change function; remove some old cruft. Seeking is still
8959           rather unlikely to work though.
8960
8961         * tools/.cvsignore:
8962           Ignore more.
8963
8964 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8965
8966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8967         Fixed a leak of the current image reference when cleaning up.
8968         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8969
8970 2005-12-09  Michael Smith  <msmith@fluendo.com>
8971
8972         * tools/Makefile.am:
8973         * tools/gst-launch-ext-m.m:
8974           Remove gst-launch-ext. It doesn't work, and is no longer
8975           particularly useful.
8976
8977 2005-12-08  Luca Ognibene  <luogni@tin.it>
8978
8979         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8980           don't pass random values to ogmparse convert function.
8981           Make seeking possible in the exile1.ogm file.
8982
8983 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8984
8985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8986         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8987           Work around refcount problem with g_value_set_object() that occur
8988           if the core has been compiled against GLib-2.6 (g_value_set_object()
8989           will only g_object_ref() the element, but the caller will
8990           gst_object_unref() it and bad things will happen due to the way
8991           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8992           totem for people on FC4 using Thomas's 0.10 RPMs.
8993           
8994 2005-12-07  Edward Hervey  <edward@fluendo.com>
8995
8996         Time to welcome ogm to 0.10 :)
8997         
8998         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8999         (gst_ogg_pad_typefind):
9000         Oggdemux can now properly typefind elements with dynamic pads.
9001         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9002         Properly set caps on src pad, and set caps on outgoing buffers.
9003
9004 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9005
9006         * ext/alsa/gstalsamixer.h:
9007         * ext/alsa/gstalsamixerelement.h:
9008         * ext/alsa/gstalsamixeroptions.h:
9009         * ext/alsa/gstalsamixertrack.h:
9010         * ext/alsa/gstalsasink.c:
9011         * ext/alsa/gstalsasink.h:
9012         * ext/alsa/gstalsasrc.c:
9013         * ext/alsa/gstalsasrc.h:
9014         * ext/cdparanoia/gstcdparanoia.h:
9015         * ext/gnomevfs/gstgnomevfsuri.h:
9016         * ext/ogg/gstoggdemux.c:
9017         * ext/ogg/gstoggmux.c:
9018         * ext/pango/gsttextoverlay.h:
9019         * ext/theora/theoradec.c:
9020         * ext/theora/theoraenc.c:
9021         * ext/vorbis/vorbisdec.h:
9022         * ext/vorbis/vorbisenc.c:
9023         * ext/vorbis/vorbisenc.h:
9024         * ext/vorbis/vorbisparse.h:
9025         * gst-libs/gst/audio/gstaudioclock.h:
9026         * gst-libs/gst/audio/gstaudiosink.c:
9027         * gst-libs/gst/audio/gstaudiosink.h:
9028         * gst-libs/gst/audio/gstaudiosrc.c:
9029         * gst-libs/gst/audio/gstaudiosrc.h:
9030         * gst-libs/gst/audio/gstbaseaudiosink.c:
9031         * gst-libs/gst/audio/gstbaseaudiosink.h:
9032         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9033         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9034         * gst-libs/gst/audio/gstringbuffer.h:
9035         * gst-libs/gst/audio/multichannel.h:
9036         * gst-libs/gst/floatcast/floatcast.h:
9037         * gst-libs/gst/interfaces/colorbalance.c:
9038         * gst-libs/gst/interfaces/colorbalance.h:
9039         * gst-libs/gst/interfaces/colorbalancechannel.h:
9040         * gst-libs/gst/interfaces/mixer.h:
9041         * gst-libs/gst/interfaces/mixeroptions.h:
9042         * gst-libs/gst/interfaces/mixertrack.h:
9043         * gst-libs/gst/interfaces/navigation.h:
9044         * gst-libs/gst/interfaces/propertyprobe.h:
9045         * gst-libs/gst/interfaces/tuner.h:
9046         * gst-libs/gst/interfaces/tunerchannel.h:
9047         * gst-libs/gst/interfaces/tunernorm.h:
9048         * gst-libs/gst/interfaces/xoverlay.h:
9049         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9050         * gst-libs/gst/riff/riff-ids.h:
9051         * gst-libs/gst/riff/riff-media.h:
9052         * gst-libs/gst/riff/riff-read.h:
9053         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9054         * gst-libs/gst/rtp/gstbasertppayload.c:
9055         * gst-libs/gst/rtp/gstbasertppayload.h:
9056         * gst-libs/gst/rtp/gstrtpbuffer.c:
9057         * gst-libs/gst/rtp/gstrtpbuffer.h:
9058         * gst-libs/gst/tag/gsttageditingprivate.h:
9059         * gst-libs/gst/tag/gstvorbistag.c:
9060         (gst_tag_list_from_vorbiscomment_buffer):
9061         * gst-libs/gst/tag/tag.h:
9062         * gst-libs/gst/video/video.h:
9063         * gst/adder/gstadder.c:
9064         * gst/adder/gstadder.h:
9065         * gst/audioconvert/audioconvert.c:
9066         * gst/audioconvert/audioconvert.h:
9067         * gst/audioconvert/gstaudioconvert.c:
9068         * gst/audioconvert/gstchannelmix.c:
9069         * gst/audioconvert/gstchannelmix.h:
9070         * gst/audiorate/gstaudiorate.c:
9071         * gst/audioresample/buffer.h:
9072         * gst/audioresample/functable.h:
9073         * gst/audioresample/gstaudioresample.c:
9074         * gst/audioresample/resample.h:
9075         * gst/ffmpegcolorspace/avcodec.h:
9076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9077         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9078         * gst/ffmpegcolorspace/imgconvert.c:
9079         * gst/ffmpegcolorspace/imgconvert_template.h:
9080         * gst/playback/gstdecodebin.c:
9081         * gst/playback/gstplaybasebin.h:
9082         * gst/playback/gstplaybin.c:
9083         * gst/playback/gststreaminfo.h:
9084         * gst/tcp/gstfdset.c:
9085         * gst/tcp/gstfdset.h:
9086         * gst/tcp/gstmultifdsink.c:
9087         * gst/tcp/gstmultifdsink.h:
9088         * gst/tcp/gsttcp.h:
9089         * gst/tcp/gsttcpclientsrc.c:
9090         * gst/tcp/gsttcpclientsrc.h:
9091         * gst/tcp/gsttcpplugin.h:
9092         * gst/tcp/gsttcpserversink.c:
9093         * gst/tcp/gsttcpserversrc.c:
9094         * gst/typefind/gsttypefindfunctions.c:
9095         * gst/videorate/gstvideorate.c:
9096         * gst/videotestsrc/gstvideotestsrc.h:
9097         * gst/videotestsrc/videotestsrc.h:
9098         * sys/v4l/gstv4lcolorbalance.h:
9099         * sys/v4l/gstv4ltuner.h:
9100         * sys/v4l/gstv4lxoverlay.h:
9101         * sys/v4l/v4l_calls.h:
9102         * sys/v4l/videodev_mjpeg.h:
9103         * tests/check/elements/audioconvert.c:
9104         * tests/check/elements/audioresample.c:
9105         * tests/check/elements/audiotestsrc.c:
9106         * tests/check/elements/videotestsrc.c:
9107         * tests/check/elements/volume.c:
9108         * tests/examples/seek/scrubby.c:
9109         * tests/examples/seek/seek.c:
9110           expand tabs
9111
9112 === release 0.10.0 ===
9113
9114 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9115
9116         * configure.ac:
9117           releasing 0.10.0, "Mont-d'or"
9118
9119 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9120
9121         * tests/examples/seek/Makefile.am:
9122         Build fix for when gtk is not available.
9123
9124 2005-12-05  Andy Wingo  <wingo@pobox.com>
9125
9126         * ext/libvisual/visual.c: (get_buffer):
9127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9128         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9129         * ext/theora/theoradec.c: (theora_handle_data_packet):
9130         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9131         (theora_enc_chain):
9132         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9133         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9134         Update for alloc_buffer changes.
9135
9136 2005-12-05  Andy Wingo  <wingo@pobox.com>
9137
9138         patch by: Kai Vehmanen <kv2004 eca cx>
9139         
9140         * gst-libs/gst/rtp/gstbasertpdepayload.c
9141         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9142
9143 2005-12-04  Andy Wingo  <wingo@pobox.com>
9144
9145         patch by: Sebastien Cote <sebas642 yahoo ca>
9146         
9147         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9148         Fixes #319172.
9149
9150 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * docs/plugins/Makefile.am:
9153         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9154         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9155         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9156         * ext/pango/gstclockoverlay.c:
9157         * ext/pango/gsttextoverlay.c: 
9158         * ext/pango/gsttextrender.c:
9159         * ext/pango/gsttimeoverlay.c:
9160           Add gtk-doc blurbs to pango elements.
9161
9162 2005-12-02  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9165         * gst/audioresample/buffer.h:
9166         * gst/audioresample/gstaudioresample.c:
9167         * gst/audioresample/gstaudioresample.h:
9168         * gst/audioresample/resample.c: (resample_input_flush),
9169         (resample_input_pushthrough), (resample_input_eos),
9170         (resample_get_output_size_for_input),
9171         (resample_get_input_size_for_output), (resample_get_output_size),
9172         (resample_get_output_data):
9173         * gst/audioresample/resample.h:
9174         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9175         Fix audioresample, seek torture, new segments, reverse negotiation
9176         etc.. work fine.
9177
9178 2005-12-02  Wim Taymans  <wim@fluendo.com>
9179
9180         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9181         Small cleanups.
9182
9183 2005-12-02  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst/audioconvert/gstaudioconvert.c:
9186         (gst_audio_convert_transform):
9187         Post errors.
9188
9189 === release 0.9.7 ===
9190
9191 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9192
9193         * configure.ac:
9194           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9195
9196 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9197
9198         * Makefile.am:
9199         * po/hu.po:
9200         * win32/MANIFEST:
9201         * win32/gst.sln:
9202           add win32 MANIFEST file
9203           do something to the hungarian translation
9204
9205 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * ext/Makefile.am:
9208           Add $(PANGO_DIR) to SUBDIRS
9209
9210         * ext/pango/gstclockoverlay.c:
9211         * ext/pango/gsttimeoverlay.c:
9212           Fix and improve element descriptions.
9213
9214 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9215
9216         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9217         * docs/plugins/inspect/plugin-libvisual.xml:
9218         * docs/plugins/inspect/plugin-pango.xml:
9219           add pango plugin to docs
9220
9221 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9222
9223         * configure.ac:
9224         * ext/Makefile.am:
9225           moved pango to base
9226
9227 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9228
9229         * configure.ac:
9230         * tests/Makefile.am:
9231         * tests/icles/.cvsignore:
9232         * tests/icles/Makefile.am:
9233         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9234         (close_display), (resize_window), (move_window), (create_window),
9235         (terminate_playback), (pause_playback), (start_playback), (main):
9236           add stress test for xoverlay from Julien
9237
9238 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9239
9240         * docs/libs/tmpl/gstcolorbalance.sgml:
9241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9242         * gst-libs/gst/rtp/gstbasertppayload.c:
9243         * gst-libs/gst/rtp/gstrtpbuffer.c:
9244         * gst-libs/gst/rtp/gstrtpbuffer.h:
9245           Do burger's rename for rtp payloaders and depayloaders
9246
9247 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9248
9249         * win32/:
9250           add Visual Studio 6 build files
9251
9252 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9253
9254         * docs/libs/gst-plugins-base-libs-docs.sgml:
9255         * docs/libs/gst-plugins-base-libs-sections.txt:
9256         * docs/libs/tmpl/gstaudio.sgml:
9257         * docs/libs/tmpl/gstringbuffer.sgml:
9258         * gst-libs/gst/interfaces/xoverlay.c:
9259         * gst-libs/gst/video/gstvideofilter.c:
9260         * gst-libs/gst/video/gstvideosink.c:
9261           update documentation
9262
9263 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9264
9265         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9266         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9267         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9268         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9269         (gst_multi_fd_sink_get_stats),
9270         (gst_multi_fd_sink_remove_client_link),
9271         (gst_multi_fd_sink_handle_client_read),
9272         (gst_multi_fd_sink_client_queue_data),
9273         (gst_multi_fd_sink_client_queue_caps),
9274         (gst_multi_fd_sink_client_queue_buffer),
9275         (gst_multi_fd_sink_new_client),
9276         (gst_multi_fd_sink_handle_client_write),
9277         (gst_multi_fd_sink_recover_client),
9278         (gst_multi_fd_sink_queue_buffer),
9279         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9280         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9281         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9282         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9283         * gst/tcp/gstmultifdsink.h:
9284         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9285         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9286         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9287         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9288         (gst_tcp_client_sink_set_property),
9289         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9290         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9291         * gst/tcp/gsttcpclientsink.h:
9292         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9293         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9294         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9295         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9296         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9297         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9298         * gst/tcp/gsttcpclientsrc.h:
9299         * gst/tcp/gsttcpplugin.c: (plugin_init):
9300         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9301         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9302         (gst_tcp_server_sink_finalize),
9303         (gst_tcp_server_sink_handle_server_read),
9304         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9305         (gst_tcp_server_sink_set_property),
9306         (gst_tcp_server_sink_get_property),
9307         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9308         * gst/tcp/gsttcpserversink.h:
9309         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9310         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9311         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9312         (gst_tcp_server_src_set_property),
9313         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9314         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9315         * gst/tcp/gsttcpserversrc.h:
9316           more borgifying
9317
9318 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9319
9320         * docs/plugins/Makefile.am:
9321         * docs/plugins/gst-plugins-base-plugins.args:
9322         * docs/plugins/inspect/plugin-libvisual.xml:
9323         * gst/audioconvert/plugin.h:
9324         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9325         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9326         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9327         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9328         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9329         (plugin_init):
9330         * gst/audiotestsrc/gstaudiotestsrc.c:
9331         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9332         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9333         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9334         (gst_audio_test_src_get_query_types),
9335         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9336         (gst_audio_test_src_create_square),
9337         (gst_audio_test_src_create_saw),
9338         (gst_audio_test_src_create_triangle),
9339         (gst_audio_test_src_create_silence),
9340         (gst_audio_test_src_create_white_noise),
9341         (gst_audio_test_src_init_pink_noise),
9342         (gst_audio_test_src_generate_pink_noise_value),
9343         (gst_audio_test_src_create_pink_noise),
9344         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9345         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9346         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9347         (plugin_init):
9348         * gst/audiotestsrc/gstaudiotestsrc.h:
9349         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9350         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9351         (gst_sub_parse_init), (gst_sub_parse_formats),
9352         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9353         (convert_encoding), (get_next_line),
9354         (gst_sub_parse_data_format_autodetect),
9355         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9356         (gst_sub_parse_loop), (gst_sub_parse_chain),
9357         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9358         (plugin_init):
9359         * gst/subparse/gstsubparse.h:
9360         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9361         (gst_video_rate_base_init), (gst_video_rate_class_init),
9362         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9363         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9364         (gst_video_rate_init), (gst_video_rate_event),
9365         (gst_video_rate_chain), (gst_video_rate_set_property),
9366         (gst_video_rate_get_property), (gst_video_rate_change_state),
9367         (plugin_init):
9368         * gst/videoscale/gstvideoscale.c:
9369         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9370         (gst_video_scale_src_template_factory),
9371         (gst_video_scale_sink_template_factory),
9372         (gst_video_scale_get_type), (gst_video_scale_base_init),
9373         (gst_video_scale_class_init), (gst_video_scale_init),
9374         (gst_video_scale_set_property), (gst_video_scale_get_property),
9375         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9376         (gst_video_scale_prepare_size), (parse_caps),
9377         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9378         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9379         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9380         (plugin_init):
9381         * gst/videoscale/gstvideoscale.h:
9382         * gst/videotestsrc/gstvideotestsrc.c:
9383         (gst_video_test_src_pattern_get_type),
9384         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9385         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9386         (gst_video_test_src_set_pattern),
9387         (gst_video_test_src_set_property),
9388         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9389         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9390         (gst_video_test_src_event), (gst_video_test_src_get_times),
9391         (gst_video_test_src_create), (plugin_init):
9392         * gst/videotestsrc/gstvideotestsrc.h:
9393         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9394         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9395         (gst_video_test_src_black):
9396         * gst/videotestsrc/videotestsrc.h:
9397           borgify further
9398           clean up docs a little
9399
9400 2005-11-30  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9403         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9404         (gst_basertppayload_event), (gst_basertppayload_push),
9405         (gst_basertppayload_change_state):
9406         * gst-libs/gst/rtp/gstbasertppayload.h:
9407         closed #320644.
9408
9409 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9410
9411         * docs/libs/gst-plugins-base-libs-docs.sgml:
9412         * docs/libs/gst-plugins-base-libs-sections.txt:
9413         * gst-libs/gst/video/gstvideofilter.c:
9414         * gst-libs/gst/video/gstvideosink.c:
9415         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9416
9417 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9418
9419         * LICENSE:
9420           move
9421         * po/af.po:
9422         * po/az.po:
9423         * po/cs.po:
9424         * po/en_GB.po:
9425         * po/hu.po:
9426         * po/it.po:
9427         * po/nb.po:
9428         * po/nl.po:
9429         * po/or.po:
9430         * po/sq.po:
9431         * po/sr.po:
9432         * po/sv.po:
9433         * po/uk.po:
9434         * po/vi.po:
9435         * Makefile.am:
9436           update
9437         * scripts/autoplugins.sh:
9438           remove
9439
9440 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9441
9442         * Makefile.am:
9443         * configure.ac:
9444         * examples/Makefile.am:
9445         * examples/capsfilter/Makefile.am:
9446         * examples/capsfilter/capsfilter1.c:
9447         * examples/gob/Makefile.am:
9448         * examples/gob/gst-identity2.gob:
9449         * examples/indexing/.cvsignore:
9450         * examples/indexing/Makefile.am:
9451         * examples/indexing/indexmpeg.c:
9452         * examples/seeking/.cvsignore:
9453         * examples/seeking/Makefile.am:
9454         * examples/seeking/cdparanoia.c:
9455         * examples/seeking/cdplayer.c:
9456         * examples/seeking/chained.c:
9457         * examples/seeking/scrubby.c:
9458         * examples/seeking/seek.c:
9459         * examples/stats/Makefile.am:
9460         * examples/stats/mp2ogg.c:
9461         * examples/switch/.cvsignore:
9462         * examples/switch/Makefile.am:
9463         * examples/switch/switcher.c:
9464         * tests/Makefile.am:
9465         * tests/check/generic/.cvsignore:
9466         * tests/check/pipelines/.cvsignore:
9467         * tests/examples/Makefile.am:
9468         * tests/examples/seek/Makefile.am:
9469           reorganize stuff under tests/
9470
9471 2005-11-30  Edward Hervey  <edward@fluendo.com>
9472
9473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9474         Go away you stupid GstStaticPadTemplate memleak.
9475
9476 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9477
9478         * gst-libs/gst/net/Makefile.am:
9479         * gst-libs/gst/net/README:
9480         * gst-libs/gst/net/gstnetbuffer.c:
9481         * gst-libs/gst/net/gstnetbuffer.h:
9482           this was moved to "netbuffer"
9483
9484 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9487         (gst_video_filter_class_init), (gst_video_filter_init):
9488         * gst-libs/gst/video/gstvideofilter.h:
9489           borgify name to bring in line with other classes
9490
9491 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9492
9493         * gst/audioscale/.cvsignore:
9494         * gst/audioscale/Makefile.am:
9495         * gst/audioscale/README:
9496         * gst/audioscale/audioscale.vcproj:
9497         * gst/audioscale/dtof.c:
9498         * gst/audioscale/dtos.c:
9499         * gst/audioscale/functable.c:
9500         * gst/audioscale/gstaudioscale.c:
9501         * gst/audioscale/gstaudioscale.h:
9502         * gst/audioscale/private.h:
9503         * gst/audioscale/resample.c:
9504         * gst/audioscale/resample.h:
9505         * gst/audioscale/test.c:
9506           remove
9507
9508 2005-11-30  Edward Hervey  <edward@fluendo.com>
9509
9510         * gst-libs/gst/netbuffer/Makefile.am:
9511         really, really tired
9512
9513 2005-11-30  Edward Hervey  <edward@fluendo.com>
9514
9515         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9516         Update for new GstTypeFindFactory _register()
9517
9518 2005-11-30  Edward Hervey  <edward@fluendo.com>
9519
9520         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9521         Let's not override libgstnet from core for no reason...
9522         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9523         Ok, maybe not so quick next time.
9524
9525 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9526
9527         * configure.ac:
9528         * gst-libs/gst/Makefile.am:
9529           moved gst-libs/gst/net to netbuffer through CVS surgery
9530           remove old directory
9531           updating build to accomodate
9532           (#322257)
9533
9534 2005-11-29  Andy Wingo  <wingo@pobox.com>
9535
9536         * pkgconfig/gstreamer-plugins-base.pc.in:
9537         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9538         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9539         (#322257).
9540
9541 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9542
9543         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9544         3rd time's the charm. Correct ref-counting for discarded buffers.
9545
9546 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9547
9548         * gst/playback/gststreamselector.c:
9549         (gst_stream_selector_class_init),
9550         (gst_stream_selector_set_property),
9551         (gst_stream_selector_get_property),
9552         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9553         Fix ref-counting
9554
9555 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9556
9557         * gst/subparse/gstsubparse.c: (feed_textbuf):
9558           Don't access already unref'ed buffer.
9559
9560 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9561
9562         * gst/playback/gststreamselector.c:
9563         (gst_stream_selector_class_init), (gst_stream_selector_init),
9564         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9565         (gst_stream_selector_get_property),
9566         (gst_stream_selector_get_linked_pad),
9567         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9568         * gst/playback/gststreamselector.h:
9569         Add the active-pad property for playbin to use shortly. Ignore buffers
9570         from any other pad, returning GST_FLOW_NOT_LINKED
9571
9572 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9573
9574         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9575         patch from bug #322704 (Alessandro Decina).
9576
9577 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9578
9579         * gst-libs/gst/audio/Makefile.am:
9580           folded audiofilter into the audio library
9581
9582 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9583
9584         * gst/videoscale/gstvideoscale.h:
9585         * gst/videoscale/gstvideoscale.c:
9586           remove unimplemented scale methods
9587
9588 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9589
9590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9591           Don't leak caps.
9592
9593 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9594
9595         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9596         (gst_ximagesink_setcaps):
9597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9598         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9599         happens (only visible on ximagesink but bug is in xv too) set_caps was
9600         destroying the internal x[v]image used to memcpy non locally alloced
9601         buffers so that it got renewed on next _chain. The issue is that 
9602         _expose will try to put that image as it reffed it in _put.
9603         Using gst_buffer_unref instead of destroy fixes it !
9604
9605 2005-11-28  Edward Hervey  <edward@fluendo.com>
9606
9607         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9608         (try_to_link_1), (queue_filled_cb):
9609         Better use of the queues. Start with a small size queue and only increase
9610         the size of the queues when the other queues are empty.
9611
9612 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9613
9614         * gst-libs/gst/video/Makefile.am:
9615           compile in copied-over videofilter into the video library
9616         * gst-libs/gst/video/videosink.h:
9617           rename the header to gstvideosink.h since it's a base GstObject class
9618         * sys/ximage/ximagesink.h:
9619         * sys/xvimage/xvimagesink.h:
9620           use the new header
9621
9622 2005-11-28  Wim Taymans  <wim@fluendo.com>
9623
9624         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9625         * gst/playback/gstplaybasebin.h:
9626         Prepare to handle errors betters.
9627
9628         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9629         Set sinks to PAUSED first before adding and linking them so that
9630         we don't interrupt dataflow.
9631
9632 2005-11-28  Wim Taymans  <wim@fluendo.com>
9633
9634         * gst-libs/gst/audio/TODO:
9635         Updated TODO
9636
9637         * gst-libs/gst/audio/gstaudiosink.c:
9638         (gst_audioringbuffer_open_device),
9639         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9640         (gst_audioringbuffer_release):
9641         Small cleanups.
9642
9643         * gst-libs/gst/audio/gstbaseaudiosink.c:
9644         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9645         (gst_base_audio_sink_change_state):
9646         Slave to the master clock when going to PLAYING and unslave when
9647         going to PAUSED.
9648
9649         * gst-libs/gst/audio/gstringbuffer.c:
9650         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9651         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9652         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9653         (gst_ring_buffer_clear_all), (wait_segment),
9654         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9655         (gst_ring_buffer_advance):
9656         * gst-libs/gst/audio/gstringbuffer.h:
9657         Add some docs and cleanups.
9658
9659 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9660
9661         * sys/xvimage/xvimagesink.c:
9662         (gst_xvimagesink_navigation_send_event): Fix navigation events
9663         coordinates translation with pixel aspect ratios.
9664
9665 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9666
9667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9668         Use calculated video geometry from _setcaps instead of buffer
9669         caps to respect pixel aspect ratio. (fixes #322388)
9670
9671 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9672
9673         * docs/libs/tmpl/gstcolorbalance.sgml:
9674         * docs/libs/tmpl/gstmixer.sgml:
9675         * docs/libs/tmpl/gstxoverlay.sgml:
9676         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9677         interface.
9678
9679 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9680
9681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9682         Refuse to create an XvImage if we can't find the format.
9683
9684 2005-11-28  Edward Hervey  <edward@fluendo.com>
9685
9686         * gst-libs/gst/riff/riff-media.c:
9687         (gst_riff_create_audio_template_caps):
9688         Add ATRAC3 to the list of riff-possible audio caps.
9689         I know we still don't have a plugin for atrac3, but it's saner to output
9690         that than a cryptic mimetype.
9691
9692 2005-11-27  Edward Hervey  <edward@fluendo.com>
9693
9694         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9695         Don't try to create a zero-sized subbuffer.
9696
9697 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9698
9699         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9700         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9701         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9702         (gst_ximagesink_expose): Fixed a tricky race.
9703         * sys/ximage/ximagesink.h:
9704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9705         (gst_xvimagesink_expose): Fixed a tricky race.
9706         * sys/xvimage/xvimagesink.h:
9707
9708 2005-11-27  Edward Hervey  <edward@fluendo.com>
9709
9710         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9711         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9712         Remove unused properties, and add queues between demuxers and decoders
9713         so that a lot more files can preroll properly.
9714
9715 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9716
9717         * gst-libs/gst/net/Makefile.am:
9718         * gst-libs/gst/rtp/Makefile.am:
9719         * gst-libs/gst/tag/Makefile.am:
9720           remove silly include
9721         * gst/tags/Makefile.am:
9722         * gst/tags/gsttagediting.c:
9723         * gst/tags/gsttageditingprivate.h:
9724         * gst/tags/tagedit.vcproj:
9725           remove directory, is as good as empty
9726
9727 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9728
9729         * configure.ac:
9730           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9731         * gst-libs/Makefile.am:
9732         * gst-libs/gst/audio/Makefile.am:
9733         * gst-libs/gst/interfaces/Makefile.am:
9734         * gst-libs/gst/net/Makefile.am:
9735         * gst-libs/gst/riff/Makefile.am:
9736         * gst-libs/gst/rtp/Makefile.am:
9737         * gst-libs/gst/tag/Makefile.am:
9738         * gst-libs/gst/video/Makefile.am:
9739           and use them
9740
9741 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9742
9743         * docs/libs/tmpl/gstcolorbalance.sgml:
9744         * docs/libs/tmpl/gstmixer.sgml:
9745         * docs/libs/tmpl/gstxoverlay.sgml:
9746         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9747         * sys/ximage/ximagesink.h:
9748         * sys/xvimage/xvimagesink.h: More and more documentation.
9749
9750 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9751
9752         * docs/libs/gst-plugins-base-libs-docs.sgml:
9753         * docs/libs/gst-plugins-base-libs-sections.txt:
9754         * docs/libs/tmpl/gstcolorbalance.sgml:
9755         * docs/libs/tmpl/gstmixer.sgml:
9756         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9757         to documentation.
9758
9759 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9760
9761         * docs/plugins/Makefile.am:
9762         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9763         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9764         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9765
9766 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9767
9768         * docs/plugins/Makefile.am:
9769         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9770         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9771         * docs/plugins/inspect/plugin-adder.xml:
9772         * docs/plugins/inspect/plugin-alsa.xml:
9773         * docs/plugins/inspect/plugin-audioconvert.xml:
9774         * docs/plugins/inspect/plugin-audiorate.xml:
9775         * docs/plugins/inspect/plugin-audioresample.xml:
9776         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9777         * docs/plugins/inspect/plugin-decodebin.xml:
9778         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9779         * docs/plugins/inspect/plugin-gnomevfs.xml:
9780         * docs/plugins/inspect/plugin-ogg.xml:
9781         * docs/plugins/inspect/plugin-playbin.xml:
9782         * docs/plugins/inspect/plugin-subparse.xml:
9783         * docs/plugins/inspect/plugin-tcp.xml:
9784         * docs/plugins/inspect/plugin-theora.xml:
9785         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9786         * docs/plugins/inspect/plugin-video4linux.xml:
9787         * docs/plugins/inspect/plugin-videorate.xml:
9788         * docs/plugins/inspect/plugin-videoscale.xml:
9789         * docs/plugins/inspect/plugin-videotestsrc.xml:
9790         * docs/plugins/inspect/plugin-volume.xml:
9791         * docs/plugins/inspect/plugin-vorbis.xml:
9792         * docs/plugins/inspect/plugin-ximagesink.xml:
9793         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9794         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9795
9796 2005-11-26  Edward Hervey  <edward@fluendo.com>
9797
9798         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9799         Properly return GstFlowReturn from gst_pad_push in chain functions.
9800
9801 2005-11-25  Michael Smith  <msmith@fluendo.com>
9802
9803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9804         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9805         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9806         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9807           Handle various conditions better when we don't understand a stream.
9808           Removes a heap of CRITICALs on ogg streams containing unknown data.
9809
9810 2005-11-24  Andy Wingo  <wingo@pobox.com>
9811
9812         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9813         Be threadsafe.
9814
9815 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9816
9817         * configure.ac: back to HEAD
9818
9819 === release 0.9.6 ===
9820
9821 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9822
9823         * configure.ac:
9824           releasing 0.9.6, "White Eight"
9825
9826 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9827
9828         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9829         * docs/plugins/inspect/plugin-sine.xml:
9830           remove sinesrc some more
9831
9832 2005-11-23  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9835         If we are reading too slowly, jump forward in the ringbuffer
9836         instead of blocking.
9837
9838 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9839
9840         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9841         (gst_visual_chain):
9842         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9843         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9844         (gst_videorate_chain):
9845         * gst/videotestsrc/gstvideotestsrc.c:
9846         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9848         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9849         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9850         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9851         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9852           Updates for API changes
9853
9854 2005-11-23  Wim Taymans  <wim@fluendo.com>
9855
9856         * gst-libs/gst/audio/gstbaseaudiosink.c:
9857         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9858         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9859         Fix for calibration API change.
9860
9861 2005-11-23  Michael Smith <msmith@fluendo.com>
9862
9863         * gst-libs/gst/audio/multichannel.c:
9864         (gst_audio_get_channel_positions),
9865         (gst_audio_set_channel_positions),
9866         (gst_audio_set_structure_channel_positions_list),
9867         (gst_audio_fixate_channel_positions):
9868           Use gst_value_array_*() functions on value arrays, not
9869           gst_value_list_*().
9870
9871 2005-11-23  Edward Hervey  <edward@fluendo.com>
9872
9873         * autogen.sh:
9874         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9875         Fixes autogen
9876
9877 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * check/Makefile.am:
9880         * check/elements/videotestsrc.c: (setup_videotestsrc),
9881         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9882         (main):
9883           add a test for videotestsrc
9884
9885 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9886
9887         * gst/sine/.cvsignore:
9888         * gst/sine/Makefile.am:
9889         * gst/sine/gstsinesrc.c:
9890         * gst/sine/gstsinesrc.h:
9891         * gst/sine/sinesrc.vcproj:
9892           and remove sinesrc from the repository.  Closes #321446
9893
9894 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9895
9896         * configure.ac:
9897         * gst-plugins-base.spec.in:
9898           remove sinesrc from the build
9899
9900 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9901
9902         * check/Makefile.am:
9903         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9904         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9905         (main):
9906           add a test for audiotestsrc, testing all waves.  Even seems
9907           leak-free at first glance, nice job Stefan
9908
9909 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9910
9911         * po/af.po:
9912         * po/az.po:
9913         * po/cs.po:
9914         * po/en_GB.po:
9915         * po/hu.po:
9916         * po/it.po:
9917         * po/nb.po:
9918         * po/nl.po:
9919         * po/or.po:
9920         * po/sq.po:
9921         * po/sr.po:
9922         * po/sv.po:
9923         * po/uk.po:
9924         * po/vi.po:
9925           Translation string updates
9926
9927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9928         (gst_v4lsrc_set_caps):
9929         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9930         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9931         * sys/v4l/v4lsrc_calls.h:
9932           Improve v4lsrc, by making it work again.
9933
9934 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9935
9936         * ext/libvisual/visual.c: (gst_visual_chain):
9937           Fix the fps calculations.
9938
9939         * gst/ffmpegcolorspace/avcodec.h:
9940           Move structure element for clarity
9941
9942         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9943         * gst-libs/gst/interfaces/tunernorm.h:
9944         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9945         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9946         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9947         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9948         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9949         (gst_v4lmjpegsrc_getcaps):
9950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9951         (gst_v4lsrc_set_caps):
9952         * sys/v4l/gstv4lsrc.h:
9953         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9954         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9955         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9956         * sys/v4l/v4lsrc_calls.h:
9957           Fractional framerates...
9958
9959 2005-11-22  Wim Taymans  <wim@fluendo.com>
9960
9961         * gst-libs/gst/audio/gstbaseaudiosink.c:
9962         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9963         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9964         And we provide a clock by default, of course...
9965
9966 2005-11-22  Wim Taymans  <wim@fluendo.com>
9967
9968         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9969         This clock can be slaved to a master clock now.
9970
9971         * gst-libs/gst/audio/gstbaseaudiosink.c:
9972         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9973         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9974         (gst_base_audio_sink_set_clock),
9975         (gst_base_audio_sink_set_property),
9976         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9977         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9978         * gst-libs/gst/audio/gstbaseaudiosink.h:
9979         Handle slaving the internal clock to the clock selected in the
9980         pipeline.
9981         Add property to make the basesink not provide a clock.
9982
9983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9984         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9985         (gst_base_rtp_depayload_wait):
9986         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9987         We can use the clock in GstElement, no need to store it ourselves.
9988
9989 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9990
9991         * docs/libs/tmpl/gstaudio.sgml:
9992           update
9993         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9994         (gst_paranoia_endian_get_type):
9995         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9996         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9997         * gst/audiotestsrc/gstaudiotestsrc.c:
9998         (gst_audiostestsrc_wave_get_type):
9999         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10000         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10001         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10002         (gst_sync_method_get_type), (gst_unit_type_get_type),
10003         (gst_client_status_get_type), (gst_multifdsink_class_init),
10004         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10005         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10006         (gst_multifdsink_get_property):
10007         * gst/tcp/gstmultifdsink.h:
10008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10009         * gst/videotestsrc/gstvideotestsrc.c:
10010         (gst_videotestsrc_pattern_get_type):
10011           remove deprecated properties
10012           fix up enums to correctly have short lowercase dashed nicks
10013
10014 2005-11-22  Michael Smith <msmith@fluendo.com>
10015
10016         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10017         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10018           Add underscore.
10019
10020 2005-11-22  Michael Smith <msmith@fluendo.com>
10021
10022         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10024           Use utility method for scaling clocktime for fractional framerates.
10025
10026 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10027
10028         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10029         (gst_visual_chain):
10030         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10031         * ext/theora/theoradec.c: (theora_handle_type_packet):
10032         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10033         (theora_enc_chain):
10034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10035         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10036         * gst-libs/gst/video/video.h:
10037         * gst/ffmpegcolorspace/avcodec.h:
10038         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10039         (gst_ffmpeg_caps_to_pixfmt):
10040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10041         (gst_ffmpegcsp_set_caps):
10042         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10043         (gst_videorate_setcaps), (gst_videorate_blank_data),
10044         (gst_videorate_chain):
10045         * gst/videotestsrc/gstvideotestsrc.c:
10046         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10047         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10048         (gst_videotestsrc_event), (gst_videotestsrc_create):
10049         * gst/videotestsrc/gstvideotestsrc.h:
10050         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10051         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10052         (gst_ximagesink_get_times), (gst_ximagesink_init):
10053         * sys/ximage/ximagesink.h:
10054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10055         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10056         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10057         * sys/xvimage/xvimagesink.h:
10058           Convert elements to use fractions for their framerate.
10059           V4L elements to come later tonight.
10060
10061 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10062
10063         * gst-libs/gst/audio/audio.c:
10064         * gst-libs/gst/audio/audio.h:
10065           remove some deprecated functions
10066
10067 2005-11-22  Andy Wingo  <wingo@pobox.com>
10068
10069         * Update for gst_tag_setter API changes.
10070
10071 2005-11-22  Andy Wingo  <wingo@pobox.com>
10072
10073         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10074         (gst_ogg_demux_perform_seek):
10075         * ext/theora/theoradec.c (theora_dec_sink_event):
10076         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10077         update-funcnames.
10078
10079 2005-11-22  Wim Taymans  <wim@fluendo.com>
10080
10081         * examples/seeking/seek.c: (main):
10082         Give higher priority to bus signals than the gtk events
10083         to fix a race condition in the segment looping.
10084
10085 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * ext/theora/Makefile.am:
10088         * ext/vorbis/Makefile.am:
10089         * gst-libs/gst/tag/Makefile.am:
10090         * gst-plugins-base.spec.in:
10091           Rename libgsttagedit to libgsttag (#322117).
10092
10093 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10097           Call gst_x_overlay_prepare_xwindow_id() to give applications
10098           a final chance to set their own xwindow id before the video
10099           sink creates its own window.
10100
10101 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10102
10103         * sys/xvimage/xvimagesink.c:
10104         (gst_xvimagesink_navigation_send_event): Handle navigation
10105         events correcly with borders if applicable.
10106
10107 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         Patch by: Luca Ognibene
10110
10111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10112         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10114         (gst_ffmpegcsp_caps_remove_format_info):
10115         * gst/ffmpegcolorspace/imgconvert.c:
10116         * gst/ffmpegcolorspace/imgconvert_template.h:
10117           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10118           #318353); use gst_structure_has_name().
10119
10120 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10121
10122         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10123         (gst_ximagesink_class_init): Add debug macros on functions.
10124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10125         (gst_xvimagesink_xwindow_draw_borders),
10126         (gst_xvimagesink_xvimage_put),
10127         (gst_xvimagesink_xwindow_update_geometry),
10128         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10129         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10130         (gst_xvimagesink_xcontext_clear),
10131         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10132         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10133         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10134         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10135         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10136         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10137         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10138         expose while being PAUSED, out of data flow navigation events, etc..
10139
10140 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10141
10142         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10143         * gst-libs/gst/audio/audio.h:
10144           fix prototype - wondering why the test worked regardless
10145
10146 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         * check/Makefile.am:
10149         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10150         * gst-libs/gst/audio/audio.h:
10151           add a method that returns a proper GstClockTime
10152
10153 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10156         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10157         * gst-libs/gst/interfaces/xoverlay.h:
10158           Remove everything having to do with the desired size; add 
10159           gst_x_overlay_prepare_xwindow_id() function; remove the
10160           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10161           post a message on the bus instead (#321816).
10162
10163         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10165         (gst_xvimagesink_xoverlay_init):
10166           Remove desired size stuff (#321816).
10167
10168 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10171         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10172         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10173           Terminate vararg functions with NULL instead of 0 to 
10174           make gcc4 happy.
10175
10176 2005-11-21  Andy Wingo  <wingo@pobox.com>
10177
10178         patch by: Sebastien Cote <sebas642@yahoo.ca>
10179         
10180         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10181         * gst-libs/gst/rtp/gstrtpbuffer.c
10182         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10183
10184 2005-11-21  Andy Wingo  <wingo@pobox.com>
10185
10186         * gst/playback/gstplaybin.c (gen_audio_element) 
10187         (gen_video_element): Use the new MISSING_PLUGIN core error
10188         category. Closes #320060.
10189
10190         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10191         * gst/videorate/gstvideorate.c (gst_videorate_event):
10192         * ext/theora/theoradec.c (theora_dec_sink_event): 
10193         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10194         stream lock.
10195
10196         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10197         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10198         stream lock changes.
10199
10200 2005-11-21  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst-libs/gst/audio/gstbaseaudiosink.c:
10203         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10204         (gst_base_audio_sink_provide_clock),
10205         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10206         (gst_base_audio_sink_change_state):
10207         * gst/audioresample/gstaudioresample.c:
10208         Segment update fix.
10209
10210 2005-11-21  Andy Wingo  <wingo@pobox.com>
10211
10212         * *.h:
10213         * *.c: Ran scripts/update-macros. Oh yes.
10214
10215 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10216
10217         * sys/ximage/Makefile.am:
10218         * sys/ximage/ximage.c:
10219           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10220           remove your old libgstximage.* manually if necessary).
10221
10222 2005-11-21  Michael Smith <msmith@fluendo.com>
10223
10224         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10225           Minimal fix for bug #320200: set the min/max bitrate in the correct
10226           units. A better fix would be to upgrade to the RATEMANAGE2
10227           interface, rather than using the deprecated interface used here, but
10228           that would require an update in our libvorbis dependency (to 1.1),
10229           which is probably undesirable.
10230
10231 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10232
10233         * ext/libvisual/visual.c: (get_buffer):
10234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10235         (gst_base_audio_src_fixate):
10236         * gst/audioconvert/gstaudioconvert.c:
10237         (gst_audio_convert_fixate_caps):
10238         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10239         * gst/audiotestsrc/gstaudiotestsrc.c:
10240         (gst_audiotestsrc_src_fixate):
10241         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10242         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10243         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10244         * gst/videotestsrc/gstvideotestsrc.c:
10245         (gst_videotestsrc_src_fixate):
10246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10248           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10249           (#322027)
10250
10251
10252 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10255         (gst_riff_create_iavs_caps):
10256         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10257         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10258         (gst_riff_parse_info):
10259         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10260         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10262           Fixes for GST_FOURCC_FORMAT API change.
10263
10264 2005-11-21  Andy Wingo  <wingo@pobox.com>
10265
10266         patch by: Alessandro Dessina <alessandro nnva org>
10267
10268         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10269         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10270         (gst_ogg_parse_chain):
10271         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10272         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10273         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10274         gst_value_list calls on arrays. Fixes #321962.
10275
10276 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10279         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10280         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10281         * gst/adder/gstadder.c: (gst_adder_init),
10282         (gst_adder_request_new_pad), (gst_adder_collected),
10283         (gst_adder_change_state):
10284           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10285           API change.
10286
10287 2005-11-21  Michael Smith <msmith@fluendo.com>
10288
10289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10290         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10291           Properly handle pad_push return values.
10292
10293 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10294
10295         * gst-libs/gst/tag/Makefile.am:
10296         * gst-libs/gst/tag/gstvorbistag.c:
10297         (gst_tag_list_to_vorbiscomment_buffer):
10298           Remove obsolete vorbistag element and debug category.
10299
10300         * gst/playback/gstplaybasebin.c: (check_queue):
10301           Don't divide by 0 when queue-threshold is 0.
10302
10303         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10304           Don't modify an existing pixel-aspect-ratio if we fail to read
10305           a new one.
10306
10307 2005-11-20  Wim Taymans  <wim@fluendo.com>
10308
10309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10310         (gst_vorbisenc_push_packet):
10311         GST_PAD_IS_USABLE is gone, use the return value of
10312         the push or pad_alloc_buffer instead.
10313
10314 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10315
10316         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10317         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10318         (gst_ximagesink_ximage_destroy),
10319         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10320         (gst_ximagesink_xwindow_new),
10321         (gst_ximagesink_xwindow_update_geometry),
10322         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10323         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10324         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10325         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10326         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10327         (gst_ximagesink_navigation_send_event),
10328         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10329         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10330         (gst_ximagesink_finalize), (gst_ximagesink_init),
10331         (gst_ximagesink_class_init):
10332         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10333         This new version brings correct software scaling, non flickering
10334         window while resizing, pixel aspect ratio handling, usage of
10335         hardware buffer pools, out of data flow event thread for 
10336         navigation and handling of expose events even when being PAUSED,
10337         a new property to keep video aspect ratio when resizing, etc...
10338
10339 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10340
10341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10342         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10343         handling of PAR.
10344
10345 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10346
10347         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10348         Unsetting IS_SINK flag from the fakesink, so decodebin
10349         never behaves as a sink.
10350
10351 2005-11-17  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10354         (gst_base_audio_src_change_state):
10355         Fix the audiosrc base class again, we did not unflush.
10356
10357 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10358
10359         * examples/seeking/seek.c: (make_dv_pipeline),
10360         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10361         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10362         to ogg/vorbis/theora pipeline.
10363
10364 2005-11-17  Wim Taymans  <wim@fluendo.com>
10365
10366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10367         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10368         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10369         Fix EOS on multiple streams.
10370         More debugging.
10371
10372 2005-11-16  Wim Taymans  <wim@fluendo.com>
10373
10374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10375         (gst_ogg_demux_perform_seek):
10376         Segment done must include stream time.
10377
10378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10379         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10380         (gst_ogg_mux_change_state):
10381         Fix ogg muxer again.
10382
10383 2005-11-16  Wim Taymans  <wim@fluendo.com>
10384
10385         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10386         Fix compile again.
10387
10388 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * ext/libvisual/visual.c: (gst_visual_init):
10391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10392         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10393         (gst_ogg_parse_chain):
10394         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10395         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10396         * ext/theora/theoradec.c: (gst_theora_dec_init):
10397         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10398         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10399         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10400         * gst/adder/gstadder.c: (gst_adder_class_init),
10401         (gst_adder_dispose):
10402         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10403         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10404         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10405           Fix a whole set of pad template leaks
10406
10407 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10408
10409         * check/generic/states.c: (GST_START_TEST):
10410           fix the test so that it only checks for elements that are part of
10411           this source module
10412
10413 2005-11-16  Michael Smith <msmith@fluendo.com>
10414
10415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10416         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10417         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10418         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10419         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10420         (gst_ogg_mux_change_state):
10421           Fix leaking collectpads.
10422
10423 2005-11-16  Edward Hervey  <edward@fluendo.com>
10424
10425         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10426         (gst_videorate_event), (gst_videorate_chain):
10427         Handle segment seeks
10428
10429 2005-11-16  Wim Taymans  <wim@fluendo.com>
10430
10431         * gst-libs/gst/audio/gstbaseaudiosink.c:
10432         (gst_base_audio_sink_provide_clock),
10433         (gst_base_audio_sink_change_state):
10434         Set ringbuffer to non-flushing when going to PAUSED, set to
10435         flushing again when going to READY.
10436
10437         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10438         (gst_ring_buffer_stop):
10439         Start in flushing mode by default.
10440         Don't set flushing in the _stop method, let the app call
10441         this explicitly.
10442
10443 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10444
10445         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10446         * gst-libs/gst/video/videosink.h: Add helper function needed
10447         for video sinks.
10448
10449 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst/videoscale/gstvideoscale.c:
10452         (gst_videoscale_handle_src_event):
10453           Don't leak reference to pad parent.
10454
10455 2005-11-16  Wim Taymans  <wim@fluendo.com>
10456
10457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10458         Set ringbuffer to flushing when stopping so that we don't
10459         block on wait_segment anymore and livelock.
10460
10461 2005-11-16  Wim Taymans  <wim@fluendo.com>
10462
10463         * examples/seeking/seek.c: (send_event), (do_seek),
10464         (loop_toggle_cb), (segment_done), (main):
10465         Added looping checkbox.
10466
10467 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10468
10469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10470         (gst_ogg_demux_init):
10471         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10472         (gst_vorbis_dec_init):
10473           revert unrefs, they don't pass make check
10474
10475 2005-11-15  Johan Dahlin  <johan@gnome.org>
10476
10477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10478         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10479         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10480         (gst_vorbis_dec_init):
10481         Fix pad template leaks. 
10482
10483 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10486           Make state change function thread safe.
10487
10488 2005-11-15  Edward Hervey  <edward@fluendo.com>
10489
10490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10491         (gst_ogg_demux_class_init):
10492         Implement GstElement::send_event, so we can send seek events
10493         in GST_STATE_READY
10494
10495 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10496
10497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10498         Discovered how to take away flickering while resizing the
10499         window. Please don't put that in ximagesink, refactoring in
10500         progress.
10501
10502 2005-11-14  Michael Smith <msmith@fluendo.com>
10503
10504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10505         (gst_multifdsink_render):
10506           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10507
10508 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * gst/playback/gstplaybin.c: (gen_audio_element):
10511           Use autoaudiosink, it tends to be more widely available than
10512           autoaudiiosink.
10513           
10514 2005-11-14  Andy Wingo  <wingo@pobox.com>
10515
10516         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10517         as well if it is available. Fixes #316442.
10518
10519 2005-11-14  Michael Smith <msmith@fluendo.com>
10520
10521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10522         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10523         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10524         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10525         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10526         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10528         (gst_vorbisenc_change_state):
10529           Fix a small memory leak in vorbisenc.
10530           Fix large memory leaks in oggmux, also fix lots of state change
10531           bugs in oggmux.
10532
10533 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10534
10535         * gst/videotestsrc/gstvideotestsrc.c:
10536         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10537         (gst_videotestsrc_src_fixate):
10538           move fixation to a fixate function
10539           remove negotiate function, basesrc's is good enough
10540           fixes a bug for check when using the element alone
10541
10542 2005-11-13  Edward Hervey  <edward@fluendo.com>
10543
10544         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10545         (key_toggle_cb), (main):
10546         Added checkboxes for adding/removing the accurate and key_unit seek
10547         flags.
10548
10549 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10550
10551         * configure.ac: back to HEAD
10552
10553 === release 0.9.5 ===
10554
10555 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10556
10557         * configure.ac:
10558           releasing 0.9.5, "No No Kia"
10559
10560 2005-11-11  Edward Hervey  <edward@fluendo.com>
10561
10562         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10563         Added parse-launch syntax seeking mode for the seeking example.
10564         This should help stress-test even more cases.
10565         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10566
10567 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * sys/xvimage/xvimagesink.c:
10570         (gst_xvimagesink_navigation_send_event):
10571           Check whether peer pad exists before sending navigation events
10572           to it.
10573
10574 2005-11-11  Michael Smith <msmith@fluendo.com>
10575
10576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10577         (gst_vorbisenc_buffer_from_packet):
10578         * ext/vorbis/vorbisenc.h:
10579           Set duration on encoded buffers. This allows oggmux's
10580           max_page_delay parameter to actually work.
10581
10582 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10585         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10586         (gst_ffmpegcsp_avpicture_fill):
10587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10588         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10589           Make palettes work again (see #132341). Use our own macros
10590           for rounding up.
10591
10592 2005-11-10  Andy Wingo  <wingo@pobox.com>
10593
10594         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10595         string doober.
10596
10597 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10598
10599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10600         (gst_ffmpegcsp_transform_caps):
10601           Prefer passthrough in transform_caps
10602
10603 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10606           check for ALSA errors properly, instead of relying on ALSA's
10607           error strings to serve to the user.
10608
10609 2005-11-10  Wim Taymans  <wim@fluendo.com>
10610
10611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10612         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10613         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10614         Modernise the seek code.
10615
10616 2005-11-10  Michael Smith <msmith@fluendo.com>
10617         
10618         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10619         (setup_substreams), (set_active_source):
10620           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10621           trying to go to NULL if we failed to read a file.
10622
10623 2005-11-10  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst/audiotestsrc/gstaudiotestsrc.c:
10626         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10627         (gst_audiotestsrc_create):
10628         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10629         (gst_sinesrc_get_times), (gst_sinesrc_create):
10630         * gst/videotestsrc/gstvideotestsrc.c:
10631         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10632         (gst_videotestsrc_create):
10633         The base class can now sync for us.
10634
10635 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10636
10637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10638           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10639           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10640           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10641           format=(fourcc)I420" ! xvimagesink
10642
10643 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10646         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10647         (gst_sinesrc_newsegment):
10648           Send newsegment event in TIME format, set duration if
10649           num-buffers is set, fix duration querying.
10650
10651 2005-11-10  Michael Smith <msmith@fluendo.com>
10652
10653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10654         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10655         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10656         (gst_ogg_mux_collected):
10657          Fix EOS handling, partially. Now forwarding an EOS event once we have
10658          EOS on all pads works correctly. However, we still don't properly set
10659          EOS on the actual ogg stream pages.
10660
10661 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10664           Set elements to NULL state before disposing of them.
10665
10666 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10667
10668         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10671         (gst_base_rtp_depayload_init),
10672         (gst_base_rtp_depayload_set_gst_timestamp):
10673         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10674           We need to send a newsegment event for each instance, not
10675           just for the first instance of this class (get rid of
10676           static variable in function). (#321011).
10677           
10678 2005-11-08  Michael Smith <msmith@fluendo.com>
10679
10680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10681         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10682         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10683         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10684           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10685           This makes us mux things correctly according to the ogg muxing
10686           rules. Still not handling EOS correctly right now, though.
10687
10688 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * gst/audioconvert/gstaudioconvert.c:
10691           Fix typo in docs. 
10692
10693 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10696         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10697           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10698           creating a new chain; should fix live streaming. Also
10699           add more debug output and fix a typo.
10700
10701 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10702
10703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * gst/volume/gstvolume.c: (volume_set_caps):
10706           Fix compilation on Solaris with Forte. (#320923)
10707
10708 2005-11-08  Wim Taymans  <wim@fluendo.com>
10709
10710         * gst-libs/gst/audio/gstbaseaudiosink.c:
10711         (gst_base_audio_sink_render):
10712         No need to do a typecheck.
10713
10714 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * ext/alsa/gstalsa.h:
10717           We register a debug category, so let's use it.
10718
10719 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10720
10721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10722         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10723         Fixed a small problem.
10724
10725 2005-11-04  Wim Taymans  <wim@fluendo.com>
10726
10727         * examples/seeking/Makefile.am:
10728         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10729         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10730         (make_playerbin_pipeline), (format_value), (update_scale),
10731         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10732         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10733         (print_usage), (main):
10734         Added app for playback speed testing.
10735
10736         * examples/seeking/seek.c: (dynamic_link),
10737         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10738         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10739         (message_received), (main):
10740         Updated seek example.
10741
10742 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10743
10744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10745         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10746         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10747         (gst_base_rtp_depayload_set_clock):
10748         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10749         Don't sleep on the bench (system clock) when you have a nice 
10750         comfortable bed (Gstreamer clock) to sleep on.
10751
10752 2005-11-03  Wim Taymans  <wim@fluendo.com>
10753
10754         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10755         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10756         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10757         Handle the case where a pad_block failed.
10758
10759 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10760
10761         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10762
10763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10764         (gst_base_rtp_depayload_add_to_queue),
10765         (gst_base_rtp_depayload_push),
10766         (gst_base_rtp_depayload_set_gst_timestamp),
10767         (gst_base_rtp_depayload_queue_release):
10768           Fixes some bugs in the depayloader's queuing/de-queueing code.
10769
10770 2005-10-31  Michael Smith <msmith@fluendo.com>
10771
10772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10773         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10774         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10775           Patch from Alessandro Decina <alessandro@nnva.org>.
10776           Make oggdemux only find the final time in a chain, not per-pad,
10777           since the per-pad information can be very expensive to locate, and
10778           it isn't used anywhere. This makes reading a file containing
10779           OggSkeleton reasonably fast.
10780           Also, make chain finding work when there are logical bitstreams that
10781           can't be decoded. Fixes #319110.
10782
10783 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10784
10785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10786         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10787         (gst_base_rtp_depayload_chain),
10788         (gst_base_rtp_depayload_add_to_queue),
10789         (gst_base_rtp_depayload_push),
10790         (gst_base_rtp_depayload_set_gst_timestamp),
10791         (gst_base_rtp_depayload_queue_release),
10792         (gst_base_rtp_depayload_start_thread),
10793         (gst_base_rtp_depayload_set_property),
10794         (gst_base_rtp_depayload_get_property):
10795         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10796         Some random fixes, to fullfill the desires of thomas.
10797
10798 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10799
10800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10801         (gst_base_rtp_depayload_add_to_queue),
10802         (gst_base_rtp_depayload_push):
10803         Fixed the queueing algorithm.
10804
10805 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10806
10807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10808         (gst_base_rtp_depayload_push):
10809         A small fix
10810
10811 2005-10-31  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst-libs/gst/audio/gstringbuffer.h:
10814         Don't break ABI.
10815
10816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10817         (gst_ffmpeg_caps_to_pixfmt):
10818         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10819         (gst_ffmpegcsp_set_caps):
10820         Some more comments.
10821         Handle missing required caps fields better.
10822
10823 2005-10-31  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst-libs/gst/audio/gstbaseaudiosink.c:
10826         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10827         (gst_base_audio_sink_render):
10828         * gst-libs/gst/audio/gstringbuffer.c:
10829         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10830         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10831         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10832         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10833         (gst_ring_buffer_read):
10834         * gst-libs/gst/audio/gstringbuffer.h:
10835         Add flushing mode to the ringbuffer so that it in all cases does
10836         not try to handle more audio. This makes sure it does not try to
10837         block anymore when flushing and fixes a livelock.
10838
10839 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10842         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10843         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10844           Explicitly check for -1 values before doing a conversion
10845           and always map them to -1. (#315545)
10846
10847 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10848
10849         * gst/playback/gstplaybin.c: (gen_video_element):
10850           first try autovideosink, then xvimagesink, then error out
10851         * po/POTFILES.in:
10852           add translatable file
10853         * po/af.po:
10854         * po/az.po:
10855         * po/cs.po:
10856         * po/en_GB.po:
10857         * po/hu.po:
10858         * po/it.po:
10859         * po/nb.po:
10860         * po/nl.po:
10861         * po/or.po:
10862         * po/sq.po:
10863         * po/sr.po:
10864         * po/sv.po:
10865         * po/uk.po:
10866         * po/vi.po:
10867           update translations
10868
10869 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10870
10871         * gst-libs/gst/rtp/gstbasedepayload.c:
10872         * gst-libs/gst/rtp/gstbasedepayload.h:
10873           Minor cleanups
10874
10875 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst/playback/.cvsignore:
10878         * gst/playback/decodetest.c:
10879         * gst/playback/test3.c:
10880           Port these two tests as well.
10881
10882 2005-10-27  Wim Taymans  <wim@fluendo.com>
10883
10884         * ext/theora/theoradec.c: (theora_dec_src_query),
10885         (theora_dec_sink_event):
10886         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10887         (theora_enc_change_state):
10888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10889         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10890         Take proper locks when handling events.
10891
10892 2005-10-27  Wim Taymans  <wim@fluendo.com>
10893
10894         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10895         (gst_adder_change_state):
10896         Fix timestamps and fix deadlock when stopping the collectpads.
10897
10898 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10899
10900         * gst-libs/gst/rtp/gstrtpbuffer.h:
10901         Declaring the payload types as strings too so that they can be used
10902         in the padtemplate inialization.
10903
10904 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10905
10906         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10907
10908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10909         (gst_base_rtp_depayload_class_init):
10910         Fixes a small but nasty bug. The derived elements no longer segfaults
10911         on finalization.
10912
10913 2005-10-26  Michael Smith <msmith@fluendo.com>
10914
10915         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10916           When clearing an audioconvert context, set tmpbufsize to zero, so
10917           we'll allocate it again later if required.
10918           This fixes audioconvert re-negotiating formats, which previously
10919           segfaulted with a NULL destination buffer.
10920
10921 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10922
10923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10924         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10925         (gst_base_rtp_depayload_set_gst_timestamp),
10926         (gst_base_rtp_depayload_queue_release):
10927         Fixed a smalll memleak.
10928
10929 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10931         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10932         (gst_base_rtp_depayload_finalize),
10933         (gst_base_rtp_depayload_setcaps),
10934         (gst_base_rtp_depayload_add_to_queue),
10935         (gst_base_rtp_depayload_push),
10936         (gst_base_rtp_depayload_set_gst_timestamp),
10937         (gst_base_rtp_depayload_queue_release),
10938         (gst_base_rtp_depayload_thread),
10939         (gst_base_rtp_depayload_change_state):
10940         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10941         Changed the C++ comments to C comments
10942
10943 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10944
10945         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10946         * gst/tcp/gsttcpclientsrc.h:
10947         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10948         * gst/tcp/gsttcpserversrc.h:
10949           Remove unused 'curoffset' structure member.
10950
10951 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10952
10953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10954         (gst_base_rtp_depayload_base_init),
10955         (gst_base_rtp_depayload_finalize):
10956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10957         * gst-libs/gst/rtp/gstbasertppayload.h:
10958           The pad-template on the sinkpad should be set by the derived classes.
10959           Also added some useful macros.
10960
10961 2005-10-24  Wim Taymans  <wim@fluendo.com>
10962
10963         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10964         Correctly flush decoder samples even if we could not
10965         copy them to an output buffer. Fixes #319618.
10966
10967 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10968
10969         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10971         the caps against our xcontext caps.
10972
10973 2005-10-24  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst-libs/gst/audio/gstbaseaudiosink.c:
10976         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10977         Remove g_print
10978         Use sync property from baseclass to disable sync.
10979
10980 2005-10-24  Wim Taymans  <wim@fluendo.com>
10981
10982         * gst-libs/gst/audio/gstbaseaudiosink.c:
10983         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10984         Buffers with no timestamps get aligned with previous buffers or
10985         on underrun, played ASAP.
10986
10987 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10988
10989         * gst-libs/gst/video/video.h:
10990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10991         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10993         here comes my change on caps for framerate and geometry range.
10994         We are now accepting 1 to MAXINT for width and height, and from
10995         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10996         to be blended correctly in videomixer.
10997
10998 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10999
11000         * configure.ac:
11001           back to HEAD
11002
11003 === release 0.9.4 ===
11004
11005 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11006
11007         * NEWS:
11008         * RELEASE:
11009         * configure.ac:
11010           releasing 0.9.4, "Velociraptor"
11011
11012 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11013
11014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11015         * po/POTFILES.in:
11016           STOPPED -> FAILED
11017
11018 2005-10-21  Wim Taymans  <wim@fluendo.com>
11019
11020         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11021         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11022         (pad_blocked), (close_pad_link), (new_pad):
11023         Don't try to remove elements twice.
11024
11025 2005-10-21  Wim Taymans  <wim@fluendo.com>
11026
11027         * ext/theora/theoradec.c: (theora_dec_src_query),
11028         (theora_dec_sink_event):
11029         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11030         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11031         (vorbis_handle_data_packet):
11032         * ext/vorbis/vorbisdec.h:
11033         Fix old naming.
11034
11035         * gst-libs/gst/audio/gstbaseaudiosink.c:
11036         (gst_base_audio_sink_render):
11037         Don't try to sync on buffers without a timestamp.
11038
11039 2005-10-21  Wim Taymans  <wim@fluendo.com>
11040
11041         * ext/theora/theoradec.c: (theora_dec_src_query),
11042         (theora_dec_sink_event):
11043         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11044         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11045         (vorbis_handle_data_packet):
11046         * ext/vorbis/vorbisdec.h:
11047         Fix old naming.
11048
11049 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11052         (gst_vorbisenc_src_query):
11053           Implement position and duration queries.
11054
11055         * gst/playback/test3.c: (update_scale), (main):
11056           Fix for async state changes and print nicer output.
11057
11058 2005-10-20  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11061         (dump_element_stats), (main):
11062         * gst/playback/test6.c: (main):
11063         Fix tests again
11064
11065 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11068         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11069           Don't use functions for position queries when handling
11070           duration queries.
11071
11072 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11075         (vorbis_handle_data_packet), (vorbis_dec_chain),
11076         (vorbis_dec_change_state):
11077         * ext/vorbis/vorbisdec.h:
11078           Vorbis streams can be embedded in other container formats
11079           than ogg, container formats where the demuxer might set 
11080           timestamps on encoded vorbis buffers instead of those silly 
11081           granulepos thingies. In short: make vorbisdec handle 
11082           timestamps on incoming buffers as well.
11083
11084 2005-10-20  Wim Taymans  <wim@fluendo.com>
11085
11086         * gst/playback/gstplaybasebin.c: (group_destroy),
11087         (gst_play_base_bin_change_state):
11088         Fix leak.
11089         Handle case where playbasebin is now ASYNC because
11090         decodebin is.
11091
11092 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * gst/audioconvert/Makefile.am:
11095         * gst/audioconvert/bufferframesconvert.c:
11096         * gst/audioconvert/plugin.c: (plugin_init):
11097         * gst/audioconvert/plugin.h:
11098           And bye bye buffer-frames-convert
11099
11100 2005-10-19  Wim Taymans  <wim@fluendo.com>
11101
11102         * check/elements/audioconvert.c:
11103         * docs/libs/tmpl/gstaudio.sgml:
11104         * docs/libs/tmpl/gstcolorbalance.sgml:
11105         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11106         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11107         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11108         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11109         * gst-libs/gst/audio/audio.h:
11110         * gst/audioconvert/audioconvert.h:
11111         * gst/audioconvert/gstaudioconvert.c:
11112         (gst_audio_convert_parse_caps):
11113         * gst/volume/gstvolume.c:
11114         Bye bye buffer-frames.
11115
11116 2005-10-19  Wim Taymans  <wim@fluendo.com>
11117
11118         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11119         (query_positions_elems), (query_positions_pads), (update_scale),
11120         (do_seek), (set_update_scale), (message_received), (main):
11121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11122         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11123         (gst_ogg_demux_loop):
11124         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11125         * ext/theora/theoradec.c: (theora_dec_src_query),
11126         (theora_dec_sink_event):
11127         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11128         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11129         * gst/adder/gstadder.c: (gst_adder_query):
11130         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11131         * gst/playback/test3.c: (update_scale):
11132         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11133         (dump_element_stats), (main):
11134         * gst/playback/test6.c: (main):
11135         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11136         Query API update.
11137
11138 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11141         (xml_check_first_element), (xml_type_find), (smil_type_find),
11142         (plugin_init):
11143           Add typefinding for SMIL and for generic XML. Based on patch by
11144           Akos Maroy (#308663).
11145
11146 2005-10-18  Wim Taymans  <wim@fluendo.com>
11147
11148         * gst/playback/Makefile.am:
11149         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11150         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11151         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11152         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11153         (gst_decode_bin_change_state):
11154         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11155         (gst_play_bin_send_event_to_sink):
11156         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11157         (dump_element_stats), (main):
11158         * gst/playback/test6.c: (main):
11159         Make playbin async, it'll commit state to paused when all streams
11160         are detected.
11161         Remove ugly hack.
11162         Added test6.c to show async behaviour.
11163
11164 2005-10-18  Wim Taymans  <wim@fluendo.com>
11165
11166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11167         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11168         Fix for segment-start/stop API change.
11169
11170 2005-10-18  Wim Taymans  <wim@fluendo.com>
11171
11172         * check/Makefile.am:
11173         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11174         (main):
11175         Add future test for clock selection.
11176
11177 2005-10-18  Wim Taymans  <wim@fluendo.com>
11178
11179         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11180         (gst_alsasink_close):
11181         Set handle to NULL.
11182
11183         * gst-libs/gst/audio/gstringbuffer.c:
11184         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11185         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11186         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11187         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11188         (gst_ring_buffer_read):
11189         More debug info.
11190
11191 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11192
11193         * gst/audiotestsrc/Makefile.am:
11194         * gst/sine/Makefile.am:
11195         * gst/volume/Makefile.am:
11196           fix broken build of controllerized plugins
11197
11198 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11199
11200         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11203         (gst_riff_create_video_template_caps):
11204           Add support for Indeo-3 (IV32).
11205
11206 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11207
11208         * configure.ac:
11209           rewrite
11210
11211 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * gst-libs/gst/video/video.c: (gst_video_get_size):
11214         * gst/audiotestsrc/gstaudiotestsrc.c:
11215           doc updates
11216
11217 2005-10-17  Andy Wingo  <wingo@pobox.com>
11218
11219         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11220         with the collectpads change.
11221         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11222
11223         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11224
11225         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11226
11227         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11228         alloc_buffer flow return to callers.
11229         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11230         change. Fix some memleaks in theoraenc.
11231
11232         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11233         in strange circumstance.
11234
11235 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11236
11237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11238         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11239         from caps, let's use the caps...
11240
11241 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11242
11243         * configure.ac:
11244           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11245
11246 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11247
11248         * gst-libs/gst/interfaces/Makefile.am:
11249           fix silly typo
11250
11251 2005-10-16  Andy Wingo  <wingo@pobox.com>
11252
11253         * gst/playback/gstdecodebin.c
11254         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11255         function!
11256         (try_to_link_1): Increase kraziness level.
11257
11258 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11259
11260         * configure.ac:
11261           restructure like the core one
11262         * gst-libs/gst/audio/Makefile.am:
11263         * gst-libs/gst/interfaces/Makefile.am:
11264         * gst-libs/gst/net/Makefile.am:
11265         * gst-libs/gst/riff/Makefile.am:
11266         * gst-libs/gst/rtp/Makefile.am:
11267         * gst-libs/gst/tag/Makefile.am:
11268         * gst-libs/gst/video/Makefile.am:
11269           use correct linker flags, now the libs are properly versioned
11270         * check/elements/audioconvert.c: (verify_convert):
11271         * ext/alsa/gstalsaplugin.c:
11272         * ext/cdparanoia/gstcdparanoia.c:
11273         * ext/gnomevfs/gstgnomevfs.c:
11274         * ext/libvisual/visual.c:
11275         * ext/ogg/gstogg.c:
11276         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11277         * ext/theora/theora.c:
11278         * ext/vorbis/vorbis.c:
11279         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11280         * gst-libs/gst/tag/gsttagediting.c:
11281         * gst-libs/gst/video/video.c:
11282         * gst/adder/gstadder.c:
11283         * gst/audioconvert/plugin.c:
11284         * gst/audiorate/gstaudiorate.c:
11285         * gst/audioresample/gstaudioresample.c:
11286         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11287         * gst/audioscale/gstaudioscale.c:
11288         * gst/audioscale/resample.c:
11289         * gst/audiotestsrc/gstaudiotestsrc.c:
11290         * gst/ffmpegcolorspace/gstffmpeg.c:
11291         * gst/playback/gstdecodebin.c: (close_pad_link):
11292         * gst/playback/gstplaybin.c: (gen_video_element),
11293         (gen_audio_element):
11294         * gst/sine/gstsinesrc.c:
11295         * gst/subparse/gstsubparse.c:
11296         * gst/tags/gsttagediting.c:
11297         * gst/tcp/gsttcpplugin.c:
11298         * gst/typefind/gsttypefindfunctions.c:
11299         * gst/videorate/gstvideorate.c:
11300         * gst/videoscale/gstvideoscale.c:
11301         * gst/videotestsrc/gstvideotestsrc.c:
11302         * gst/volume/gstvolume.c:
11303         * sys/v4l/gstv4l.c:
11304         * sys/ximage/ximage.c:
11305         * sys/xvimage/xvimagesink.c:
11306           fix up defines
11307
11308 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * ext/vorbis/vorbisenc.c:
11311         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11312         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11313         (gst_tag_to_vorbis_comments):
11314           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11315
11316 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11317
11318         * examples/stats/mp2ogg.c:
11319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11320           typo fixes
11321
11322 2005-10-13  Michael Smith <msmith@fluendo.com>
11323
11324         * ext/ogg/gstoggmux.c:
11325           Use magic glib macros to define constants as 64 bit, to ensure
11326           appropriate vararg passing.
11327
11328 2005-10-13  Michael Smith <msmith@fluendo.com>
11329
11330         * ext/ogg/gstoggmux.c:
11331         * gst/audioconvert/audioconvert.c: (float):
11332           Don't use LL suffix, as it's not portable, and neither of these
11333           uses required it anyway.
11334
11335 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11336
11337         * examples/indexing/indexmpeg.c: (main):
11338         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11339         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11340         (cdparanoia_convert), (cdparanoia_query):
11341         * ext/cdparanoia/gstcdparanoia.h:
11342         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11343         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11344         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11346         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11347         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11348         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11349         (gst_multifdsink_render), (gst_multifdsink_start),
11350         (gst_multifdsink_stop):
11351         * gst/tcp/gstmultifdsink.h:
11352         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11353         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11354         (gst_tcpclientsink_stop):
11355         * gst/tcp/gsttcpclientsink.h:
11356         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11357         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11358         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11359         * gst/tcp/gsttcpclientsrc.h:
11360         * gst/tcp/gsttcpserversink.h:
11361         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11362         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11363         (gst_tcpserversrc_stop):
11364         * gst/tcp/gsttcpserversrc.h:
11365         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11367         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11368           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11369           moved bitshift from macro to enum definition
11370
11371 2005-10-12  Wim Taymans  <wim@fluendo.com>
11372
11373         * examples/seeking/Makefile.am:
11374         Oops.
11375
11376 2005-10-12  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11379         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11380         Don't assert on normal stuff.
11381
11382         * gst/playback/gstplaybin.c: (do_playbin_seek):
11383         API fix.
11384
11385 2005-10-12  Wim Taymans  <wim@fluendo.com>
11386
11387         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11388         * examples/seeking/Makefile.am:
11389         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11390         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11391         (do_seek), (set_update_scale), (message_received), (main):
11392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11393         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11394         Update for _get_state() API change.
11395
11396 2005-10-11  Wim Taymans  <wim@fluendo.com>
11397
11398         * gst-libs/gst/audio/gstbaseaudiosink.c:
11399         (gst_base_audio_sink_render):
11400         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11401         (gst_base_audio_src_create):
11402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11403         (gst_ring_buffer_read):
11404         Cleanups.
11405         Commit and read from ringbuffer in samples rather than bytes.
11406
11407 2005-10-11  Wim Taymans  <wim@fluendo.com>
11408
11409         * gst-libs/gst/audio/gstbaseaudiosink.c:
11410         (gst_base_audio_sink_render):
11411         Respect segment rate and accum when scheduling samples.
11412
11413 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11414
11415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11416         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11417         EOS correctly, that needs more work.
11418
11419 2005-10-11  Wim Taymans  <wim@fluendo.com>
11420
11421         * check/generic/states.c: (GST_START_TEST):
11422         remove old property.
11423
11424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11425         (gst_ogg_demux_perform_seek):
11426         * ext/theora/theoradec.c: (theora_dec_sink_event):
11427         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11428         (vorbis_handle_data_packet):
11429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11430         (gst_base_rtp_depayload_set_gst_timestamp):
11431         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11432         Update for newsegment API change.
11433
11434 2005-10-11  Michael Smith <msmith@fluendo.com>
11435
11436         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11437         (do_playbin_seek), (gst_play_bin_send_event):
11438           Override send_event differently, so that we can takes bits of
11439           functionality from GstPipeline (special handling for seeks,
11440           including pausing/resuming, and resetting stream time) and still get
11441           the appropriate behaviour of only forwarding event to a single sink,
11442           rather than all of them.
11443           Unfortunately requires a lot of code duplication, but the
11444           alternatives are equally ugly in the end.
11445
11446 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11447
11448         * check/elements/audioconvert.c: (setup_audioconvert),
11449         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11450         (GST_START_TEST), (audioconvert_suite):
11451           clean up tests a little, fix some leaks.
11452
11453 2005-10-10  Wim Taymans  <wim@fluendo.com>
11454
11455         * ext/alsa/gstalsasink.c:
11456         Also allow unsigned int.
11457
11458         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11459         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11460         Small cleanup
11461
11462 2005-10-10  Wim Taymans  <wim@fluendo.com>
11463
11464         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11465         Small update, use API as stated in design docs.
11466
11467         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11468         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11469         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11470         (message_received), (main):
11471         Updated seek example for GOption. Some usability improvements.
11472
11473 2005-10-10  Wim Taymans  <wim@fluendo.com>
11474
11475         * gst/audioconvert/audioconvert.h:
11476         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11477         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11478         Alloc temp storage somewhere else where we can do it more
11479         portable.
11480
11481 2005-10-10  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11484         (gst_tcpserversrc_start):
11485         Don't block in accept while doing the state change, move
11486         to poll and make cancellable.
11487
11488 2005-10-09  Philippe Khalaf <burger@speedy.org>
11489
11490         * gst-libs/gst/rtp/rtpbasedepayload.c:
11491         Set timestamp and add queue delay to timestamp
11492         * gst-libs/gst/rtp/rtpbuffer.h:
11493         Set correct payload type for h263
11494
11495 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11496
11497         * gst/audiotestsrc/gstaudiotestsrc.c:
11498         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11499         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11500         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11501         (gst_audiotestsrc_create_triangle),
11502         (gst_audiotestsrc_create_silence),
11503         (gst_audiotestsrc_create_white_noise),
11504         (gst_audiotestsrc_init_pink_noise),
11505         (gst_audiotestsrc_generate_pink_noise_value),
11506         (gst_audiotestsrc_create_pink_noise),
11507         (gst_audiotestsrc_change_wave):
11508         * gst/audiotestsrc/gstaudiotestsrc.h:
11509           fixed typo, added pink noise
11510
11511 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11514         (plugin_init):
11515           Add wavpack and spc typefind functions from 0.8 branch.
11516
11517 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11518
11519         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11520         (ar_type_find), (msdos_type_find), (plugin_init):
11521           Add typefind functions for tar archives, ar archives,
11522           RAR archives, and msdos-executables (dlls, exe, etc.).
11523           Some of those would be wrongly identified as mpeg
11524           streams of some sort before (#315550).
11525
11526 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11527
11528         * configure.ac:
11529         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11530         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11531         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11532         * gst/audiotestsrc/Makefile.am:
11533         * gst/audiotestsrc/gstaudiotestsrc.c:
11534         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11535         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11536         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11537         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11538         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11539         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11540         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11541         (gst_audiotestsrc_create_silence),
11542         (gst_audiotestsrc_create_white_noise),
11543         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11544         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11545         (gst_audiotestsrc_start), (plugin_init):
11546         * gst/audiotestsrc/gstaudiotestsrc.h:
11547           add new plugin and element
11548         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11549           use gobject_class
11550
11551 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11554         (gst_adder_init), (gst_adder_request_new_pad),
11555         (gst_adder_change_state):
11556           Add query function to source pad, so adder reports the correct
11557           time/sample position when queried (#315457); fix state change
11558           function; use GST_DEBUG_FUNCPTR() for pad functions.
11559
11560 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11561
11562         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11563           Fix leaks in typefind registration
11564           Clean up the gratuitous commenting and whitespacing a little
11565
11566 2005-10-08  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11569         Only actually wait for the thread to be stopped if it's 
11570         running.
11571
11572 2005-10-08  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst-libs/gst/audio/gstbaseaudiosink.c:
11575         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11576         If we receive EOS we can start playback of what we had.
11577
11578 2005-10-08  Wim Taymans  <wim@fluendo.com>
11579
11580         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11581         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11582         (gst_multifdsink_stop):
11583         Fix crasher when going to NULL multiple times.
11584
11585 2005-10-06  Wim Taymans  <wim@fluendo.com>
11586
11587         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11588         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11589         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11591         patch from Edgard Lima <edgard.lima@indt.org.br>
11592         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11593
11594 2005-10-06  Wim Taymans  <wim@fluendo.com>
11595
11596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11597         Report the FLOW_RETURN as string in the error message.
11598
11599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11600         Don't assert when clearing an unnegotiated buffer.
11601
11602 2005-10-04  Michael Smith <msmith@fluendo.com>
11603
11604         * gst/playback/gstplaybasebin.c: (group_destroy),
11605         (gen_preroll_element), (remove_groups), (setup_source):
11606         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11607         (setup_sinks), (gst_play_bin_send_event),
11608         (gst_play_bin_change_state):
11609           Set state to NULL before removing from bin. Fix refcounting.
11610
11611 2005-10-04  Michael Smith <msmith@fluendo.com>
11612
11613         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11614           Correct refcounting in send_event() function. Previously was wrong
11615           if the first sink was unable to handle the event.
11616
11617 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11618
11619         * configure.ac:
11620           back to development
11621
11622 === release 0.9.3 ===
11623
11624 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11625
11626         * configure.ac:
11627           Releasing 0.9.3, "De Facto"
11628
11629 2005-10-03  Andy Wingo  <wingo@pobox.com>
11630
11631         * gst/playback/gstdecodebin.c (try_to_link_1)
11632         (remove_element_chain): set element to NULL before removing it.
11633
11634 2005-10-02  Johan Dahlin  <johan@gnome.org>
11635
11636         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11637         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11638         MT safe.
11639
11640 2005-10-02  Andy Wingo  <wingo@pobox.com>
11641
11642         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11643         (gst_ring_buffer_prepare_read): 
11644         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11645         Demote to LOG.
11646
11647 2005-09-29  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11650         * ext/theora/theoradec.c: (theora_handle_data_packet):
11651         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11652         Propagate error codes from alloc_buffer too.
11653
11654 2005-09-29  Wim Taymans  <wim@fluendo.com>
11655
11656         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11657         We use fixed caps.
11658
11659         * gst/playback/Makefile.am:
11660         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11661         (dump_element_stats), (main):
11662         Added example stream introspection code.
11663
11664 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11665
11666         * gst/adder/gstadder.c: (gst_adder_collected):
11667           fix adder for float elements
11668
11669 2005-09-28  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst-libs/gst/audio/gstbaseaudiosink.c:
11672         (gst_base_audio_sink_class_init),
11673         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11675         (gst_base_audio_src_class_init),
11676         (gst_base_audio_src_provide_clock):
11677         get_clock -> provide_clock
11678
11679 2005-09-28  Andy Wingo  <wingo@pobox.com>
11680
11681         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11682         and unlocking.
11683
11684         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11685         unlocking.
11686
11687         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11688         Actually add the pad template.
11689         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11690
11691         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11692         I'm at it...
11693
11694         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11695         from fdsrc. Get caps in create() instead of start() so it can be
11696         interrupted. Interruption somewhat untested.
11697
11698         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11699         Proper EOS handling.
11700
11701 2005-09-27  Andy Wingo  <wingo@pobox.com>
11702
11703         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11704
11705         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11706
11707         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11708
11709         * gst/tcp/gsttcp.h: 
11710         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11711         out of tcpclientsrc.c. Cancellable.
11712         (gst_tcp_socket_read): Made private, cancellable, with better
11713         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11714         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11715         whole buffer, and better diagnostics.
11716         (gst_tcp_gdp_read_caps): Same.
11717
11718         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11719
11720 2005-09-26  Andy Wingo  <wingo@pobox.com>
11721
11722         * gst/sine/gstsinesrc.h:
11723         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11724         change the 'sync' property to 'is-live' and implement it halfway,
11725         update for controller api change.
11726
11727         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11728         controller api change.
11729
11730 2005-09-24  Wim Taymans  <wim@fluendo.com>
11731
11732         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11733         * gst-libs/gst/audio/gstaudiosink.c:
11734         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11735         (gst_audioringbuffer_stop):
11736         * gst-libs/gst/audio/gstbaseaudiosink.c:
11737         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11738         (gst_base_audio_sink_change_state):
11739         * gst-libs/gst/audio/gstbaseaudiosink.h:
11740         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11741         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11742         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11743         * gst-libs/gst/audio/gstringbuffer.h:
11744         Fix sync again. Moved sample alignment to basesink.
11745
11746 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11747
11748         * docs/plugins/Makefile.am:
11749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11751         * gst/volume/gstvolume.c:
11752           add/fix docs
11753         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11754         * gst-libs/gst/audio/audio.h:
11755           add conversion macros for frames <-> clocktime
11756
11757 2005-09-23  David Schleef  <ds@schleef.org>
11758
11759         * gst/audioresample/Makefile.am:
11760         * gst/audioresample/debug.h:
11761         * gst/audioresample/gstaudioresample.c:
11762         * gst/audioresample/resample.c: Convert to using gst debugging
11763
11764 2005-09-22  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11767         (gst_play_bin_send_event):
11768         Only seek on one sink, the first one that succeeds.
11769
11770 2005-09-22  Michael Smith <msmith@fluendo.com>
11771
11772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11773         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11774         Don't flush encoder state unless we have an initialised encoder.
11775         Clear out encoder state on PAUSED_TO_READY.
11776
11777 2005-09-22  Wim Taymans  <wim@fluendo.com>
11778
11779         * gst-libs/gst/rtp/gstbasertppayload.c:
11780         (gst_basertppayload_class_init), (gst_basertppayload_init),
11781         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11782         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11783         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11784         (gst_basertppayload_set_property),
11785         (gst_basertppayload_get_property),
11786         (gst_basertppayload_change_state):
11787         * gst-libs/gst/rtp/gstbasertppayload.h:
11788         Added max-ptime to control amount of data in the rtp packets.
11789
11790 2005-09-21  Andy Wingo  <wingo@pobox.com>
11791
11792         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11793         thingies.
11794
11795         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11796         can be called multiple times, dogs.
11797
11798 2005-09-21  Wim Taymans  <wim@fluendo.com>
11799
11800         * gst-libs/gst/rtp/gstbasertppayload.c:
11801         (gst_basertppayload_class_init), (gst_basertppayload_init),
11802         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11803         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11804         (gst_basertppayload_push), (gst_basertppayload_get_property),
11805         (gst_basertppayload_change_state):
11806         Allow 0 ssrc too.
11807
11808 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11809
11810         * docs/libs/compiling.sgml:
11811           fixing typos
11812
11813 2005-09-20  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst-libs/gst/rtp/gstbasertppayload.c:
11816         (gst_basertppayload_class_init), (gst_basertppayload_init),
11817         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11818         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11819         (gst_basertppayload_push), (gst_basertppayload_set_property),
11820         (gst_basertppayload_get_property),
11821         (gst_basertppayload_change_state):
11822         * gst-libs/gst/rtp/gstbasertppayload.h:
11823         Added property to configure sequence number offsets.
11824
11825 2005-09-20  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst-libs/gst/rtp/gstbasertppayload.c:
11828         (gst_basertppayload_class_init), (gst_basertppayload_init),
11829         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11830         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11831         (gst_basertppayload_push), (gst_basertppayload_set_property),
11832         (gst_basertppayload_get_property),
11833         (gst_basertppayload_change_state):
11834         * gst-libs/gst/rtp/gstbasertppayload.h:
11835         Make timestamp offset configurable.
11836
11837 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11838
11839         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11840           fix wrong pop/unref
11841
11842 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11843
11844         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * gst-libs/gst/interfaces/propertyprobe.c:
11847         (gst_property_probe_probe_property_name),
11848         (gst_property_probe_needs_probe_name),
11849         (gst_property_probe_get_values_name),
11850         (gst_property_probe_probe_and_get_values_name):
11851           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11852           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11853
11854 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11855
11856         * check/Makefile.am:
11857           have some tests be disabled for valgrinding
11858         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11859         (GST_START_TEST):
11860         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11861           Fix A Leak.  Chain To Parent Finalize.
11862
11863 2005-09-19  Wim Taymans  <wim@fluendo.com>
11864
11865         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11866         Fixed wav pipeline.
11867
11868 2005-09-19  Wim Taymans  <wim@fluendo.com>
11869
11870         * gst-libs/gst/rtp/gstbasertppayload.c:
11871         (gst_basertppayload_class_init), (gst_basertppayload_init),
11872         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11873         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11874         (gst_basertppayload_push), (gst_basertppayload_get_property),
11875         (gst_basertppayload_change_state):
11876         Posting ERROR and WARNING messages is good.
11877
11878 2005-09-19  Wim Taymans  <wim@fluendo.com>
11879
11880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11881         (gst_base_rtp_depayload_add_to_queue),
11882         (gst_base_rtp_depayload_push),
11883         (gst_base_rtp_depayload_set_gst_timestamp),
11884         (gst_base_rtp_depayload_queue_release):
11885         This one was not supposed to go in.
11886
11887 2005-09-19  Wim Taymans  <wim@fluendo.com>
11888
11889         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11890         Fix for bus API.
11891
11892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11893         (gst_base_rtp_depayload_chain),
11894         (gst_base_rtp_depayload_add_to_queue),
11895         (gst_base_rtp_depayload_push),
11896         (gst_base_rtp_depayload_set_gst_timestamp),
11897         (gst_base_rtp_depayload_queue_release):
11898         Some cleanups.
11899
11900         * gst-libs/gst/rtp/gstbasertppayload.c:
11901         (gst_basertppayload_class_init), (gst_basertppayload_init),
11902         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11903         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11904         (gst_basertppayload_get_property),
11905         (gst_basertppayload_change_state):
11906         Added debugging category.
11907
11908 2005-09-18  David Schleef  <ds@schleef.org>
11909
11910         * gst/playback/gstdecodebin.c: free plugin list correctly
11911         * gst/playback/gstplaybin.c: emit warning if autovideosink
11912           and autoaudiosink can't be found (instead of segfaulting)
11913
11914 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11915
11916         * check/elements/audioconvert.c: (GST_START_TEST):
11917           try out 24 bit conversion
11918
11919 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11920
11921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11922         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11923         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11924         * ext/vorbis/vorbisenc.h:
11925           Fix EOS handling.  Still needs a fix in the ogg muxer to
11926           mark the last page as eos.
11927
11928 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11929
11930         * common/gtk-doc-plugins.mak:
11931         * docs/plugins/Makefile.am:
11932         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11933         * gst/ffmpegcolorspace/Makefile.am:
11934         * gst/ffmpegcolorspace/avcodec.h:
11935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11936         * gst/tcp/gstmultifdsink.c:
11937           fix up ffmpegcolorspace docs; extract header
11938
11939 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11940
11941         * common/gtk-doc-plugins.mak:
11942         * docs/plugins/Makefile.am:
11943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11944         * ext/theora/Makefile.am:
11945         * ext/theora/gsttheoraenc.h:
11946         * ext/theora/theoraenc.c:
11947         * ext/vorbis/vorbisenc.c:
11948           pick up signals and args for vorbis; add some docs for vorbis
11949
11950 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11951
11952         * common/gstdoc-scangobj:
11953         * common/gtk-doc-plugins.mak:
11954         * docs/libs/Makefile.am:
11955         * docs/plugins/gst-plugins-base-plugins.args:
11956         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11957         * docs/plugins/gst-plugins-base-plugins.interfaces:
11958         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11959         * docs/plugins/gst-plugins-base-plugins.signals:
11960           only scanobj stuff from our source module.  Not sure yet
11961           if that's correct, given the hierarchy stuff :)
11962
11963 2005-09-15  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst/audioconvert/gstaudioconvert.c:
11966         And enable 24 bits mode as well..
11967
11968 2005-09-15  Wim Taymans  <wim@fluendo.com>
11969
11970         * gst-libs/gst/rtp/Makefile.am:
11971         * gst-libs/gst/rtp/gstbasertppayload.c:
11972         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11973         (gst_basertppayload_class_init), (gst_basertppayload_init),
11974         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11975         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11976         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11977         (gst_basertppayload_set_property),
11978         (gst_basertppayload_get_property),
11979         (gst_basertppayload_change_state):
11980         * gst-libs/gst/rtp/gstbasertppayload.h:
11981         Added rtp payloader base class.
11982
11983 2005-09-15  Andy Wingo  <wingo@pobox.com>
11984
11985         * configure.ac (plugindir): Remove the EOL matcher from the
11986         regexp, as it causes me problems. Libtool? Make? Who knows?
11987
11988 2005-09-14  David Schleef  <ds@schleef.org>
11989
11990         * check/generic/states.c: 
11991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11993           Fixes for changes in registry API.
11994
11995         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11996           to GST_PLUGIN_LDFLAGS.
11997         * ext/libvisual/visual.c: Make the library shut up.
11998         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11999         * gst-libs/gst/audio/gstaudiofilter.c: same
12000
12001 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12002
12003         * docs/plugins/Makefile.am:
12004         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12005         * docs/plugins/inspect/plugin-libvisual.xml:
12006         * docs/plugins/tmpl/element-tcpserversink.sgml:
12007         * ext/theora/theoraenc.c:
12008           add libvisual plugin and theoraenc element to docs
12009
12010 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12011
12012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12014         * ext/theora/theoraenc.c:
12015           add theoraenc
12016
12017 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         * gst/audioconvert/Makefile.am:
12020           Audioconvert derives from GstBaseTransform and should
12021           link to the library with our base elements to avoid
12022           unresolved symbols. Makes things work with MinGW (#316160)
12023
12024         * gst/playback/test4.c: (main):
12025           Fix MinGW build problem and use g_usleep() instead of 
12026           sleep() (#316162)
12027
12028 2005-09-12  Wim Taymans  <wim@fluendo.com>
12029
12030         * gst/audioconvert/audioconvert.c: (float),
12031         (audio_convert_prepare_context), (audio_convert_convert):
12032         * gst/audioconvert/audioconvert.h:
12033         Cleanups, speedups, simplifications, added back support
12034         for 24 bits.
12035
12036 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12037
12038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12040         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12041         * docs/plugins/tmpl/element-tcpserversink.sgml:
12042         * gst/ffmpegcolorspace/gstffmpeg.c:
12043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12044         * gst/videotestsrc/gstvideotestsrc.c:
12045         * gst/volume/gstvolume.c:
12046           add more elements to the docs
12047
12048 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12049
12050         * check/Makefile.am:
12051         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12052         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12053           Add extra tests for basetransform based components. 
12054           Comment out the test_element_negotiation test until we decide
12055           if it's testing correct behaviour.
12056         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12057         (gst_visual_chain), (gst_visual_change_state):
12058           Slightly more correct but still bogus timestamping.
12059           Fix state change function.
12060         * gst/audioconvert/gstaudioconvert.c:
12061         (gst_audio_convert_class_init):
12062         * gst/audioresample/gstaudioresample.c:
12063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12064         (gst_ffmpegcsp_class_init):
12065         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12066         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12067         (gst_videoscale_prepare_image):
12068         * gst/volume/gstvolume.c: (gst_volume_class_init),
12069         (volume_transform_ip):
12070           Basetransform updates. Enable passthrough modes.
12071         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12072         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12073         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12074           Negotiation fix that allows the window to return to the original
12075           size and renegotiate passthrough upstream. Extra debug output.
12076
12077 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * gst/sine/gstsinesrc.c:
12080         * gst/volume/gstvolume.c:
12081           fix up header include
12082
12083 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12084
12085         * gst-libs/gst/audio/gstbaseaudiosink.c:
12086         (gst_base_audio_sink_render):
12087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12088         * gst/volume/gstvolume.c: (gst_volume_class_init),
12089         (volume_transform):
12090           fixing lost sync, some more debugging
12091
12092 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12093
12094         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12095         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12097         (gst_xvimagesink_check_xshm_calls):
12098           Fix compilation when XShm is not available.
12099
12100 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12101
12102         * ext/libvisual/visual.c: (gst_visual_dispose),
12103         (gst_visual_getcaps), (gst_visual_src_setcaps),
12104         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12105         (gst_visual_change_state):
12106           Finish fixing up libvisual plugin so that it runs. 
12107
12108 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12109
12110         * ext/vorbis/vorbisenc.c:
12111         * gst-libs/gst/tag/gstvorbistag.c:
12112           gsttaginterface.h -> gsttagsetter.h
12113
12114 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12115
12116         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12117           added another test that failes for me (test is not active by default)
12118
12119 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12120
12121         * configure.ac:
12122           v4l2 is no longer in gst-plugins-base
12123
12124 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12125
12126         * configure.ac:
12127           In the output at the end, don't show the first plugin on the same
12128           line as "Core plug-ins, always built:".
12129           Indent the output as for other plugin categories
12130         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12131           #define that can be used to not use peer buffer_alloc functions for
12132           test purposes.
12133         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12134         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12135         (gst_ximagesink_show_frame):
12136         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12137         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12138         (gst_xvimagesink_show_frame):
12139           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12140           fails gracefully instead of XError aborting or deadlocking.
12141
12142 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12143
12144         * ext/libvisual/Makefile.am:
12145           link against gst-base-libs
12146
12147 2005-09-06  David Schleef  <ds@schleef.org>
12148
12149         * configure.ac: Enable libvisual plugin.
12150         * ext/libvisual/Makefile.am:
12151         * ext/libvisual/visual.c: Fixes to make it compile.
12152
12153 === release 0.9.2 ===
12154
12155 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12156
12157         * NEWS:
12158         * RELEASE:
12159         * configure.ac:
12160         * docs/random/ChangeLog-0.8:
12161           releasing 0.9.2, "Spoon"
12162
12163 2005-09-05  Michael Smith <msmith@fluendo.com>
12164
12165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12166           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12167           that in the vorbisenc element.
12168
12169 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12170
12171         * common/gtk-doc-plugins.mak:
12172         * docs/plugins/Makefile.am:
12173           fix distcheck
12174         * gst/audioresample/resample.c:
12175           fix wrong docstring
12176
12177 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12178
12179         * common/gst-xmlinspect.py:
12180         * common/gtk-doc-plugins.mak:
12181           only inspect plugins for this given package
12182           require gst-python 0.9
12183
12184 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * Makefile.am:
12187         * autogen.sh:
12188         * common/gst-xmlinspect.py:
12189         * configure.ac:
12190         * docs/Makefile.am:
12191         * docs/plugins/inspect/plugin-alsa.xml:
12192         * docs/plugins/inspect/plugin-audioresample.xml:
12193         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12194         * docs/plugins/inspect/plugin-ogg.xml:
12195         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12196         * docs/plugins/tmpl/element-multifdsink.sgml:
12197         * docs/plugins/tmpl/element-tcpserversink.sgml:
12198         * docs/plugins/tmpl/element-vorbisenc.sgml:
12199         * gst-plugins-base.spec.in:
12200           various doc-related updates
12201
12202 2005-08-31  Wim Taymans  <wim@fluendo.com>
12203
12204         * gst-libs/gst/audio/gstbaseaudiosink.c:
12205         (gst_base_audio_sink_render):
12206         Resync if the buffer timestamps drift more than a 10th 
12207         of a second.
12208
12209 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12212         (gst_v4lsrc_get_property):
12213           The 'timestamp-offset' property is registered as an int64, so
12214           let's use g_value_{set|get}_int64() in our setter and getter
12215           functions (makes it work and fixes warnings with gst-inspect).
12216
12217 2005-08-30  Wim Taymans  <wim@fluendo.com>
12218
12219         * check/elements/audioconvert.c: (setup_audioconvert):
12220         * check/elements/audioresample.c: (setup_audioresample):
12221         * check/elements/volume.c: (setup_volume):
12222         Fix checks.
12223
12224 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12225
12226         * common/gtk-doc-plugins.mak:
12227         * common/plugins.xsl:
12228         * docs/plugins/Makefile.am:
12229           make module a param
12230
12231 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12232
12233         * examples/seeking/seek.c: (make_mp3_pipeline),
12234         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12235         (play_cb), (pause_cb), (stop_cb):
12236           update the example
12237
12238 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * gst/volume/gstvolume.c: (gst_volume_class_init),
12241         (volume_transform):
12242           do not update controlled params, if buffer has no timestamp
12243
12244 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12245
12246         * configure.ac:
12247         * gst/sine/Makefile.am:
12248         * gst/volume/Makefile.am:
12249           controllerized elements also need to link against controller-libs ;)
12250
12251 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12252
12253         * docs/libs/tmpl/gstcolorbalance.sgml:
12254         * docs/libs/tmpl/gstgconf.sgml:
12255         * docs/libs/tmpl/gstmixer.sgml:
12256         * docs/libs/tmpl/gstringbuffer.sgml:
12257         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12258         (gst_sinesrc_create):
12259         * gst/volume/gstvolume.c: (gst_volume_class_init),
12260         (volume_transform):
12261           controllerized two audio plugins
12262
12263 2005-08-29  Andy Wingo  <wingo@pobox.com>
12264
12265         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12266         (vorbis_handle_data_packet): Fix some int overflow errors.
12267
12268         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12269         -1.
12270         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12271         valid.
12272         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12273         if it's valid. Fixed streaming-mode playback.
12274
12275         * check/elements/volume.c (cleanup_volume): Fix for running
12276         CK_FORK=no.
12277
12278         * check/elements/audioconvert.c: Convert from native endian, not
12279         little endian.
12280
12281 2005-08-29  Michael Smith <msmith@fluendo.com>
12282
12283         * ext/ogg/Makefile.am:
12284         * ext/ogg/gstogg.c: (plugin_init):
12285         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12286         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12287         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12288         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12289         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12290         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12291         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12292         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12293         Add an ogg parser element.
12294
12295 2005-08-28  Andy Wingo  <wingo@pobox.com>
12296
12297         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12298
12299 2005-08-26  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/audioconvert/audioconvert.c: (if), (float),
12302         (audio_convert_get_func_index), (check_default),
12303         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12304         (audio_convert_clean_context), (audio_convert_get_sizes),
12305         (audio_convert_convert):
12306         Cleanups.
12307
12308 2005-08-26  Wim Taymans  <wim@fluendo.com>
12309
12310         * gst/audioconvert/audioconvert.c: (if), (float),
12311         (audio_convert_get_func_index), (check_default),
12312         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12313         (audio_convert_clean_context), (audio_convert_get_sizes),
12314         (audio_convert_convert):
12315         More elegant and working temp buffer selection algo.
12316
12317 2005-08-26  Wim Taymans  <wim@fluendo.com>
12318
12319         * gst/audioconvert/audioconvert.c: (if), (float),
12320         (audio_convert_get_func_index), (check_default),
12321         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12322         (audio_convert_clean_context), (audio_convert_get_sizes),
12323         (get_temp_buffer), (audio_convert_convert):
12324         Use realloc else we lose our original data.
12325
12326 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12327
12328         * gst/audioresample/gstaudioresample.c:
12329           use base class' newsegment to properly timestamp
12330
12331 2005-08-26  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/audioconvert/audioconvert.c: (if), (float),
12334         (audio_convert_get_func_index), (check_default),
12335         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12336         (audio_convert_clean_context), (audio_convert_get_sizes),
12337         (get_temp_buffer), (audio_convert_convert):
12338         * gst/audioconvert/gstaudioconvert.c:
12339         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12340         (gst_audio_convert_transform_caps),
12341         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12342         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12343         Oops, allocate enough space to perform the channel mix.
12344
12345 2005-08-26  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/audioconvert/Makefile.am:
12348         * gst/audioconvert/audioconvert.c: (if), (float),
12349         (audio_convert_get_func_index), (check_default),
12350         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12351         (audio_convert_clean_context), (audio_convert_get_sizes),
12352         (get_temp_buffer), (audio_convert_convert):
12353         * gst/audioconvert/audioconvert.h:
12354         * gst/audioconvert/gstaudioconvert.c:
12355         (gst_audio_convert_class_init), (gst_audio_convert_init),
12356         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12357         (gst_audio_convert_get_unit_size),
12358         (gst_audio_convert_transform_caps),
12359         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12360         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12361         * gst/audioconvert/gstaudioconvert.h:
12362         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12363         (gst_channel_mix_fill_identical),
12364         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12365         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12366         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12367         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12368         (gst_channel_mix_mix):
12369         * gst/audioconvert/gstchannelmix.h:
12370         Cleanups, librarify a bit, optimize, better negotiation and more.
12371
12372 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12373
12374         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12375         Another from MikeS:
12376         During typefinding, don't support negative offsets
12377         (offsets from the end of the stream) in our typefind->peek() function
12378         - nothing embedded in ogg ever needs them. However, we need to recognise
12379         those requests and reject them, otherwise we return invalid pointers.
12380
12381 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12382
12383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12384         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12385         (vorbisdec_finalize), (vorbis_handle_type_packet):
12386           Big shout-out to MikeS for fixing this giant memory leak.
12387           Huzzah!
12388
12389 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12390
12391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12392         (audio_convert_get_unit_size):
12393           plug some leaks
12394
12395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12396
12397         * check/Makefile.am:
12398         * check/elements/audioconvert.c: (setup_audioconvert),
12399         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12400         (GST_START_TEST), (audioconvert_suite), (main):
12401           add a test for audioconvert
12402         * gst/audioresample/gstaudioresample.c:
12403         * gst/audioresample/gstaudioresample.h:
12404           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12405           note that for buffers of 1/3 sec this means DURATION(c) is 
12406           one nanosecond more than for a and b
12407
12408 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * check/Makefile.am:
12411         * check/elements/audioresample.c: (setup_audioresample),
12412         (cleanup_audioresample), (fail_unless_perfect_stream),
12413         (test_perfect_stream_instance), (GST_START_TEST),
12414           add a check for audioresample
12415         (audioresample_suite), (main):
12416         * check/elements/volume.c: (GST_START_TEST):
12417           remove unused method
12418         * gst/audioresample/gstaudioresample.c:
12419           set correct buffer parameters since we're changing them
12420         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12421           add some debug
12422
12423 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12424
12425         * gst/audioresample/debug.c:
12426         * gst/audioresample/gstaudioresample.c:
12427           add room for extra overlap samples when asked to transform size
12428           protect against possible mem corruption and check for discrepancies
12429           between written size and outbuffer's size so we can warn for
12430           potential problems
12431         * gst/audioresample/resample.c: (resample_init),
12432         (resample_get_output_size_for_input), (resample_get_output_size),
12433         (resample_set_n_channels), (resample_set_format):
12434           set debug level based on RESAMPLE_DEBUG env var
12435           make sure that get_output_size* returns a whole number of
12436           sample_size
12437           set sample_size each time either channel or format is set
12438         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12439         * gst/audioresample/resample_functable.c:
12440         (resample_scale_functable):
12441         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12442           remove r->sample_size, it's done in resample.c now
12443           add some debugging to the ref implementation
12444           make sure we only give back bytes that are wholes of the sample
12445           size
12446
12447 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12448         * gst/playback/gstplaybasebin.c: (fill_buffer):
12449         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12450
12451 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12452
12453         * gst/volume/gstvolume.c:
12454           made set_caps function static
12455
12456 2005-08-24  Wim Taymans  <wim@fluendo.com>
12457
12458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12459         (gst_vorbisenc_change_state):
12460         Stop leaking taglists.
12461
12462 2005-08-24  Wim Taymans  <wim@fluendo.com>
12463
12464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12465         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12466         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12467         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12468         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12469         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12470         Parse seeking events better.
12471         Unref static caps.
12472         Generate correct newsegment events, fixes seeking in live oggs.
12473
12474         * ext/theora/theoradec.c: (theora_dec_src_query),
12475         (theora_dec_src_event), (theora_dec_src_getcaps),
12476         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12477         Use newsegment values to report correct play time.
12478
12479         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12480         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12481         * ext/vorbis/vorbisdec.h:
12482         Parse and use newsegment values to report correct play time.
12483
12484         * gst-libs/gst/audio/gstbaseaudiosink.c:
12485         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12486         Clear ringbuffer on flush.
12487         Use newsegment values to calculate playback time.
12488
12489         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12491         Basesink does newsegment calculations for us now.
12492
12493 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12494
12495         * check/Makefile.am:
12496         * configure.ac:
12497           add core's plugins to the mix so that playbin works
12498         * check/generic/states.c: (GST_START_TEST):
12499           set a 0 timeout on pipelines, so they don't force the next
12500           state change
12501         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12502         (gst_play_base_bin_change_state):
12503           remove the crappy error handling and do GST error handling
12504
12505 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12506
12507         * check/Makefile.am:
12508         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12509           add same test as to core, it bitches out on playbin atm.
12510
12511 2005-08-24  Wim Taymans  <wim@fluendo.com>
12512
12513         * configure.ac:
12514         Remove audioscale.
12515
12516 2005-08-24  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12519         (gst_videoscale_prepare_size), (parse_caps),
12520         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12521         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12522         (gst_videoscale_transform):
12523         * gst/videoscale/gstvideoscale.h:
12524         Refactor, make use of BaseTranform really well.
12525
12526 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12527
12528         * configure.ac:
12529           compile audioresample
12530         * gst/audioresample/Makefile.am:
12531         * gst/audioresample/buffer.c:
12532         * gst/audioresample/functable.c:
12533         * gst/audioresample/gstaudioresample.c:
12534         * gst/audioresample/gstaudioresample.h:
12535         * gst/audioresample/resample.c:
12536         (resample_get_output_size_for_input):
12537         * gst/audioresample/resample.h:
12538         * gst/audioresample/resample_chunk.c:
12539         * gst/audioresample/resample_functable.c:
12540         * gst/audioresample/resample_ref.c:
12541           port to use basetransform; doesn't work in all cases yet
12542
12543 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12544
12545         * gst/audioconvert/gstaudioconvert.c:
12546         (gst_audio_convert_class_init), (gst_audio_convert_init),
12547         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12548         (audio_convert_fixate_caps), (audio_convert_set_caps),
12549         (audio_convert_transform),
12550         (gst_audio_convert_buffer_to_default_format),
12551         (gst_audio_convert_buffer_from_default_format),
12552         (gst_audio_convert_channels):
12553         * gst/audioconvert/gstchannelmix.c:
12554         * gst/audioconvert/gstchannelmix.h:
12555           port to basetransform
12556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12557         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12558         (gst_ffmpegcsp_get_unit_size):
12559         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12560         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12561           fix for basetransform changes
12562
12563 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12564
12565         * check/Makefile.am:
12566           Add CHECK_CFLAGS and LDFLAGS
12567
12568         * gst/playback/gstplaybasebin.c: (fill_buffer):
12569           GST_MESSAGE_SRC became a GObject
12570
12571 2005-08-24  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12574         (gst_ring_buffer_clear_all):
12575         * gst-libs/gst/audio/gstringbuffer.h:
12576         Added function to clear the ringbuffer.
12577
12578 2005-08-24  Andy Wingo  <wingo@pobox.com>
12579
12580         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12581         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12582         of _open and _close.
12583
12584         * sys/v4l/gstv4lxoverlay.h:
12585         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12586         an Xv connection here, instead of all the time. Make Xv only be
12587         loaded if you axe for it. Kindof a workaround for buggy behaviour
12588         of Xv when using remote xservers (XvQueryExtension would block).
12589         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12590         replace the _open and _close public API. Only start the xv
12591         connection if necessary.
12592         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12593
12594 2005-08-23  David Schleef  <ds@schleef.org>
12595
12596         * gst/audioresample/Makefile.am: Leet audioresampling code
12597         * gst/audioresample/buffer.c:
12598         * gst/audioresample/buffer.h:
12599         * gst/audioresample/debug.c:
12600         * gst/audioresample/debug.h:
12601         * gst/audioresample/functable.c:
12602         * gst/audioresample/functable.h:
12603         * gst/audioresample/gstaudioresample.c:
12604         * gst/audioresample/gstaudioresample.h:
12605         * gst/audioresample/resample.c:
12606         * gst/audioresample/resample.h:
12607         * gst/audioresample/resample_chunk.c:
12608         * gst/audioresample/resample_functable.c:
12609         * gst/audioresample/resample_ref.c:
12610
12611 2005-08-23  Wim Taymans  <wim@fluendo.com>
12612
12613         * examples/seeking/seek.c: (make_vorbis_pipeline),
12614         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12615         Small seek updates.
12616
12617 2005-08-23  Andy Wingo  <wingo@pobox.com>
12618
12619         * gst-libs/gst/audio/gstbaseaudiosrc.c
12620         (gst_base_audio_src_fixate): Only fixate endianness if it is
12621         present in the caps.
12622
12623 2005-08-22  Andy Wingo  <wingo@pobox.com>
12624
12625         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12626         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12627         device-name property.
12628
12629         * gst-libs/gst/audio/gstaudiosrc.h:
12630         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12631         close_device in the ring buffer, like gstaudiosink.
12632
12633         * ext/alsa/gstalsamixer.h:
12634         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12635         macro to implement the interface without much code. Cleanups. 
12636
12637         * ext/alsa/gstalsasrc.h:
12638         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12639         READY.
12640
12641         * ext/alsa/Makefile.am: Add new files.
12642         * ext/alsa/gstalsamixerelement.c: 
12643         * ext/alsa/gstalsamixerelement.c: Split element code out from
12644         mixer code so that alsasrc can be a mixer too.
12645
12646 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12649         (GST_START_TEST):
12650         * check/elements/vorbisdec.c: (setup_vorbisdec),
12651         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12652         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12653         (vorbis_handle_identification_packet),
12654         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12655         (vorbis_handle_header_packet), (vorbis_dec_push),
12656         (vorbis_dec_chain):
12657           use the setup/teardown methods to save code.  save code is good.
12658
12659 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12660
12661         * check/Makefile.am:
12662           add ext dir for plugins
12663           add vorbisdec test conditionally
12664         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12665         (GST_START_TEST), (volume_suite):
12666           add a test with wrong caps
12667         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12668         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12669           add a vorbisdec test
12670         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12671         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12672           clean up debug output
12673         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12674           yay, fix a segfault/security issue in vorbisdec
12675           gst-launch fakesrc ! vorbisdec wasn't happy
12676         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12677         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12678         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12679         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12680         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12681         (gst_vorbisenc_set_metadata), (get_constraints_string),
12682         (update_start_message), (gst_vorbisenc_setup),
12683         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12684         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12685         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12686         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12687         * ext/vorbis/vorbisenc.h:
12688           march in line
12689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12690         (gst_ffmpegcsp_transform):
12691           have the kow come home
12692         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12693           debug my func ptr
12694         * gst/volume/gstvolume.c: (volume_set_caps):
12695           add a debug
12696
12697 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12698
12699         * Makefile.am:
12700         * check/.cvsignore:
12701         * check/Makefile.am:
12702         * check/elements/.cvsignore:
12703         * check/elements/volume.c: (chain_func), (event_func),
12704         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12705         (main):
12706         * configure.ac:
12707           add unit test structure for gst-plugins-base
12708           add a test for volume
12709         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12710         (gst_volume_set_volume), (gst_volume_get_volume),
12711         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12712         (volume_funcfind), (volume_process_float), (volume_process_int16),
12713         (volume_set_caps), (volume_transform), (volume_update_mute),
12714         (volume_update_volume), (volume_set_property),
12715         (volume_get_property):
12716           document a little; use basetransform vmethod _set_caps
12717
12718 2005-08-19  Andy Wingo  <wingo@pobox.com>
12719
12720         * ext/alsa/gstalsamixertrack.h:
12721         * ext/alsa/gstalsamixertrack.c:
12722         * ext/alsa/gstalsamixeroptions.h:
12723         * ext/alsa/gstalsamixeroptions.c:
12724         * ext/alsa/gstalsamixer.h:
12725         * ext/alsa/gstalsamixer.c: Port to 0.9.
12726
12727         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12728         Remove gstalsa.c and alsaclock. No more cruft here.
12729         
12730 2005-08-18  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12733         (gst_base_rtp_depayload_chain),
12734         (gst_base_rtp_depayload_add_to_queue),
12735         (gst_base_rtp_depayload_push),
12736         (gst_base_rtp_depayload_queue_release):
12737         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12738         Fix for RTPBuffer changes.
12739
12740         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12741         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12742         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12743         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12744         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12745         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12746         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12747         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12748         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12749         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12750         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12751         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12752         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12753         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12754         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12755         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12756         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12757         (gst_rtpbuffer_get_payload):
12758         * gst-libs/gst/rtp/gstrtpbuffer.h:
12759         Don't subclass GstBuffer but add methods and helper functions
12760         to construct and manipulate RTP packets in regular GstBuffers.
12761
12762 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12763
12764         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12765           moved statement below switch
12766         * gst/volume/gstvolume.c: (gst_volume_class_init):
12767           added debug ptr
12768
12769 2005-08-16  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12772         (gst_base_audio_src_change_state):
12773         Open and close device in READY<->NULL state change.
12774
12775 2005-08-16  Andy Wingo  <wingo@pobox.com>
12776
12777         * examples/seeking/Makefile.am: Don't compile non-compiling
12778         compiled objects with the compiler.
12779
12780         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12781         elements.
12782
12783 2005-08-12  Philippe Khalaf <burger@speedy.org>
12784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12785         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12786           Made a thread to release the queue.
12787           Removed timestamp conversion for now.
12788
12789 2005-08-10  Philippe Khalaf <burger@speedy.org>
12790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12792           Added rtp timestamp -> gst timestamp conversion.
12793           Fixed several problems with queue.
12794
12795 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * gst-libs/gst/audio/gstaudioclock.h:
12798         * gst-libs/gst/audio/gstaudiofilter.h:
12799         * gst-libs/gst/audio/gstaudiosink.h:
12800         * gst-libs/gst/audio/gstaudiosrc.h:
12801         * gst-libs/gst/audio/gstbaseaudiosink.h:
12802         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12803         * gst-libs/gst/audio/gstringbuffer.h:
12804         * gst-libs/gst/net/gstnetbuffer.h:
12805         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12806         * gst-libs/gst/rtp/gstrtpbuffer.h:
12807           Add padding (you will need to rebuild gst-plugins-base,
12808           gst-plugins and all applications afterwards!)
12809
12810 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12813         (gst_riff_parse_chunk):
12814           Fix bug in debug message and add some more debug messages.
12815
12816 2005-08-08  Edward Hervey  <edward@fluendo.com>
12817
12818         * gst-libs/gst/riff/riff-media.c:
12819         backported updates since branch
12820
12821 2005-08-08  Andy Wingo  <wingo@pobox.com>
12822
12823         * gst-libs/gst/audio/gstbaseaudiosink.c
12824         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12825         like good elements should. Close on READY->NULL too.
12826
12827         * gst-libs/gst/audio/gstaudiosink.c
12828         (gst_audioringbuffer_open_device,
12829         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12830         (gst_audioringbuffer_release): Updates for new ring buffer API,
12831         hook into the new audio sink api.
12832
12833         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12834         (GstAudioSinkClass.close): Just open and close the device -- no
12835         resource allocation or configuration.
12836         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12837         vmethods, handle device setup and resource allocation.
12838
12839         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12840         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12841         base class API.
12842
12843         * gst-libs/gst/audio/gstringbuffer.h
12844         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12845         New vmethods.
12846
12847         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12848         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12849         New API functions. The device should be opened before acquiring
12850         and closed after releasing.
12851
12852 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * gst-libs/gst/interfaces/mixer.h:
12855           Reset padding to GST_PADDING.
12856
12857 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12858
12859         * gst/playback/gstplaybin.c: (remove_sinks):
12860           Remove visualization from parent explicitely; works around some
12861           apparent refcount issue that I haven't tracked down yet.
12862
12863 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12864
12865         * ext/alsa/gstalsasink.c: (set_hwparams):
12866           Assign debug category, add negotiation debug msgs.
12867
12868 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12869
12870         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12871           Fix error code for file-not-found to NOT_FOUND.
12872
12873 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12874
12875         * common/gtk-doc-plugins.mak:
12876         * docs/plugins/Makefile.am:
12877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12878         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12879           renamed to actual element names, so much nicer to look at
12880         * docs/plugins/tmpl/gstmultifdsink.sgml:
12881           remove
12882         * docs/plugins/tmpl/multifdsink.sgml:
12883         * docs/plugins/tmpl/tcpserversink.sgml:
12884           add
12885         * ext/alsa/gstalsa.c:
12886         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12887         * ext/ogg/gstoggmux.c:
12888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12889         * gst/playback/gstdecodebin.c:
12890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12891         * gst/tcp/gsttcpserversink.c:
12892           various fixes and documentation additions
12893
12894 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12895
12896         * common/Makefile.am:
12897         * common/gstdoc-scangobj:
12898         * common/gtk-doc-plugins.mak:
12899         * common/gtk-doc.mak:
12900           add a custom scangobj that uses the registry
12901           add a custom gtk-doc-plugins.mak that uses it
12902           some doc build fixes
12903         * configure.ac:
12904         * docs/Makefile.am:
12905         * docs/plugins/Makefile.am:
12906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12908         * docs/plugins/gst-plugins-base-plugins.types:
12909         * docs/plugins/tmpl/gstmultifdsink.sgml:
12910           add docs for one element, multifdsink
12911         * gst/adder/gstadder.h:
12912         * gst/volume/gstvolume.h:
12913           don't privatize enum
12914         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12915         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12916         (gst_sync_method_get_type), (gst_client_status_get_type),
12917         (gst_multifdsink_class_init),
12918         (gst_multifdsink_client_queue_buffer),
12919         (gst_multifdsink_handle_client_write):
12920         * gst/tcp/gstmultifdsink.h:
12921         * gst/tcp/gsttcp.h:
12922         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12923         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12924         (gst_tcpclientsink_render):
12925         * gst/tcp/gsttcpclientsink.h:
12926         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12927         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12928         (gst_tcpclientsrc_start):
12929         * gst/tcp/gsttcpclientsrc.h:
12930         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12931         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12932         * gst/tcp/gsttcpserversrc.h:
12933         * gst/typefind/gsttypefindfunctions.c:
12934           remove superfluous Type stuff
12935
12936 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12937
12938         * gst/playback/gstplaybin.c: (gen_video_element):
12939           Enable videoscale.
12940
12941 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12942
12943         * gst-libs/gst/gconf/gconf.c:
12944         * gst-libs/gst/gconf/gconf.h:
12945           Fix some Andy Problem [tm].
12946
12947 2005-08-04  Andy Wingo  <wingo@pobox.com>
12948
12949         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12951         (gst_ffmpegcsp_get_size): Adapt to API changes.
12952
12953         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12954         Implement an in-place do-nothing transform.
12955
12956 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12957
12958         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12959         (gst_ximagesink_renegotiate_size):
12960           Do not set new window sizes yet if we prepare a new buffer size
12961           for upstream renegotiation (software scaling) at some point in the
12962           future, because this new size waqs not actually accepted yet. Once
12963           accepted, renegotiation later on will set the new sizes just fine.
12964           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12965           embedding testcase.
12966
12967 2005-08-03  Andy Wingo  <wingo@pobox.com>
12968
12969         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12970         (gst_ximagesink_buffer_alloc): 
12971         Protect the height, width, and desired_caps with the pool_lock.
12972         Fixes videotestsrc ! queue ! ximagesink.
12973
12974 2005-08-02  Edward Hervey  <edward@fluendo.com>
12975
12976         * gst/volume/gstvolume.c:
12977         include left from controller cleanup
12978
12979 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12981           Stop collectpads before calling the parent state
12982           change function on PAUSED->READY.
12983
12984 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12985         * configure.ac:
12986           When testing for X libs, use the X CFlags 
12987         * gst/adder/gstadder.c: (gst_adder_change_state):
12988           Stop the collectpads before calling parent state change function
12989           on PAUSED->READY, otherwise we deadlock deactivating pads.
12990
12991 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * configure.ac:
12994         * docs/libs/tmpl/gstcolorbalance.sgml:
12995         * docs/libs/tmpl/gstmixer.sgml:
12996         * examples/Makefile.am:
12997         * gst/sine/Makefile.am:
12998         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12999         (gst_sinesrc_set_property), (plugin_init):
13000         * gst/sine/gstsinesrc.h:
13001         * gst/volume/Makefile.am:
13002         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13003         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13004         (volume_process_float), (volume_process_int16),
13005         (volume_set_property), (plugin_init):
13006         * gst/volume/gstvolume.h:
13007           deactivate and remove dparams (libgstcontrol)
13008
13009 2005-07-29  Wim Taymans  <wim@fluendo.com>
13010
13011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13012         Convert me to BaseTransform!! help..
13013
13014 2005-07-29  Andy Wingo  <wingo@pobox.com>
13015
13016         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13017         sinks.
13018
13019         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13020         support of both endiannesses.
13021
13022 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13025           Fix confusing debug message (s/event/query/)
13026
13027 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13028
13029         * gst/videotestsrc/videotestsrc.h:
13030           Use "_stdint.h" instead of <stdint.h>
13031
13032 2005-07-27  Wim Taymans  <wim@fluendo.com>
13033
13034         * ext/vorbis/Makefile.am:
13035         Revert wrong commit.
13036
13037 2005-07-27  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13040         More compilation fixen.
13041
13042 2005-07-27  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst-libs/gst/audio/gstbaseaudiosink.c:
13045         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13046         (gst_base_audio_sink_create_ringbuffer),
13047         (gst_base_audio_sink_change_state):
13048         Fix compilation.
13049
13050 2005-07-27  Wim Taymans  <wim@fluendo.com>
13051
13052         * examples/seeking/seek.c: (setup_dynamic_link),
13053         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13054         (query_positions_elems), (query_positions_pads), (do_seek):
13055         Update seek example.
13056
13057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13058         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13059         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13060         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13061         (gst_ogg_demux_handle_event),
13062         (gst_ogg_demux_deactivate_current_chain),
13063         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13064         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13065         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13066         (gst_ogg_demux_loop):
13067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13068         * ext/theora/theoradec.c: (theora_dec_src_event),
13069         (theora_dec_src_getcaps), (theora_dec_sink_event),
13070         (theora_dec_push), (theora_dec_chain):
13071         * ext/vorbis/Makefile.am:
13072         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13073         (vorbis_dec_sink_event), (vorbis_dec_push),
13074         (vorbis_handle_data_packet):
13075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13076         (gst_vorbisenc_chain):
13077         * gst/playback/gststreaminfo.c: (cb_probe):
13078         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13079         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13080         * gst/videoscale/gstvideoscale.c:
13081         (gst_videoscale_handle_src_event):
13082         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13083         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13084         (gst_ximagesink_navigation_send_event):
13085         * sys/xvimage/xvimagesink.c:
13086         (gst_xvimagesink_navigation_send_event):
13087         Various event updates and cleanups
13088
13089 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13090
13091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13092           Fix segfault for I420/YV12.
13093
13094 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13095
13096         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13097           Report bitrate.
13098
13099 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13100
13101         * gst/playback/gstplaybin.c: (gen_video_element),
13102         (gen_audio_element):
13103           Switch to auto*sink elements as default sinks; add volume element
13104           so that volume control in totem works.
13105
13106 2005-07-21  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13109         * gst/playback/gstplaybin.c: (setup_sinks),
13110         (gst_play_bin_change_state):
13111         Refcount fix and more comments.
13112
13113 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13114
13115         * sys/ximage/Makefile.am:
13116         * sys/ximage/ximage.c: (plugin_init):
13117         * sys/ximage/ximagesink.c:
13118         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13119         
13120
13121 2005-07-21  Wim Taymans  <wim@fluendo.com>
13122
13123         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13124         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13125         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13126         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13127         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13128         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13129         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13130         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13131         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13132         Generate correct disconts for live chained oggs.
13133
13134         * gst-libs/gst/audio/gstbaseaudiosink.c:
13135         (gst_base_audio_sink_render),
13136         (gst_base_audio_sink_create_ringbuffer),
13137         (gst_base_audio_sink_change_state):
13138         Handle discont math correctly.
13139
13140         * gst/playback/gstplaybin.c: (add_sink):
13141         Some small debug cleanup.
13142
13143 2005-07-21  Wim Taymans  <wim@fluendo.com>
13144
13145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13146         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13147         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13148         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13149         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13150         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13151         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13152         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13153         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13154         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13155         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13156         (gst_ogg_demux_change_state), (gst_ogg_print):
13157         Reorganize code to send the right disconts when in streaming
13158         mode.
13159
13160 2005-07-20  Andy Wingo  <wingo@pobox.com>
13161
13162         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13163         fix (?), fixes a seggie mcfalterson (#310894).
13164
13165 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13166
13167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13168         (gst_ogg_mux_set_header_on_caps):
13169         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13171         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13172         * gst-libs/gst/audio/multichannel.c:
13173         (gst_audio_set_channel_positions),
13174         (gst_audio_set_structure_channel_positions_list):
13175         * gst/playback/gstdecodebin.c: (dynamic_create):
13176         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13177         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13178           Fixes for API changes in core.
13179
13180 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13181
13182         * gst/playback/gstplaybasebin.c: (fill_buffer):
13183           Use _new_custom() so we can set custom message types for buffering
13184           messages.
13185
13186 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13187
13188         * configure.ac:
13189         * gst-libs/gst/Makefile.am:
13190         * gst-libs/gst/gconf/.cvsignore:
13191         * gst-libs/gst/gconf/Makefile.am:
13192         * gst-libs/gst/gconf/test-gconf.c:
13193         * pkgconfig/Makefile.am:
13194         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13195         * pkgconfig/gstreamer-gconf.pc.in:
13196           Remove gconf stuff, use gconf elements instead from now on.
13197
13198 2005-07-20  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst-libs/gst/audio/TODO:
13201         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13202         (gst_audio_clock_get_internal_time):
13203         * gst-libs/gst/audio/gstaudioclock.h:
13204         * gst-libs/gst/audio/gstbaseaudiosink.c:
13205         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13206         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13207         (gst_base_audio_sink_render),
13208         (gst_base_audio_sink_create_ringbuffer),
13209         (gst_base_audio_sink_change_state):
13210         Make sure the audio clock always returns an increasing value.
13211
13212 2005-07-19  Andy Wingo  <wingo@pobox.com>
13213
13214         * gst/videotestsrc/: Cleanups.
13215
13216 2005-07-19  Wim Taymans  <wim@fluendo.com>
13217
13218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13219         Better debugging.
13220
13221 2005-07-19  Wim Taymans  <wim@fluendo.com>
13222
13223         * examples/seeking/seek.c: (make_dv_pipeline),
13224         (make_vorbis_theora_pipeline), (query_rates),
13225         (query_positions_elems), (query_positions_pads), (do_seek):
13226         Make correct DV pipeline.
13227
13228 2005-07-18  Andy Wingo  <wingo@pobox.com>
13229
13230         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13231         default. Also because it's the only thing that really works. (This
13232         is used in the GConf elements).
13233         Use AS_LIBTOOL_TAGS.
13234
13235 2005-07-18  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst/playback/gstdecodebin.c: (remove_element_chain):
13238         * gst/playback/gstplaybin.c: (add_sink):
13239         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13240         (gst_stream_info_set_mute):
13241         * gst/playback/gststreamselector.c:
13242         (gst_stream_selector_get_linked_pad),
13243         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13244         More leak and compile fixes.
13245
13246 2005-07-18  Wim Taymans  <wim@fluendo.com>
13247
13248         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13249         (query_rates), (query_positions_elems), (query_positions_pads),
13250         (do_seek), (seek_cb), (stop_seek):
13251         Updated seek example. 
13252
13253         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13254         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13255         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13256         * gst/playback/gstplaybin.c: (add_sink):
13257         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13258         (gst_stream_info_set_mute):
13259         Some refcount leak fixes.
13260
13261 2005-07-16  Wim Taymans  <wim@fluendo.com>
13262
13263         * gst-libs/gst/audio/gstbaseaudiosink.c:
13264         (gst_base_audio_sink_render):
13265         Align samples even if we have roundoff errors in the 
13266         timestamp conversion.
13267
13268 2005-07-16  Wim Taymans  <wim@fluendo.com>
13269
13270         * docs/libs/tmpl/gstringbuffer.sgml:
13271         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13272         (query_rates), (query_positions_elems), (query_positions_pads),
13273         (update_scale), (do_seek):
13274         Updated seek example.
13275
13276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13277         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13278         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13279         (gst_ogg_demux_loop):
13280         Push out correct discont values.
13281
13282         * ext/theora/theoradec.c: (theora_dec_src_convert),
13283         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13284         (theora_dec_sink_event), (theora_handle_type_packet),
13285         (theora_handle_header_packet), (theora_dec_push),
13286         (theora_handle_data_packet), (theora_dec_chain),
13287         (theora_dec_change_state):
13288         Better timestamping.
13289
13290         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13291         (vorbis_dec_sink_event), (vorbis_dec_push),
13292         (vorbis_handle_data_packet), (vorbis_dec_chain):
13293         * ext/vorbis/vorbisdec.h:
13294         Better timestamping.
13295
13296         * gst-libs/gst/audio/gstbaseaudiosink.c:
13297         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13298         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13299         Handle syncing on timestamps instead of sample offsets. Make
13300         use of DISCONT values as described in design docs.
13301
13302         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13303         (gst_base_audio_src_get_time):
13304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13305         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13306         (gst_ring_buffer_read):
13307         * gst-libs/gst/audio/gstringbuffer.h:
13308         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13309         (gst_ximagesink_show_frame):
13310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13311         Correcly convert buffer timestamp to stream time.
13312
13313 2005-07-16  Wim Taymans  <wim@fluendo.com>
13314
13315         * gst/audioconvert/gstaudioconvert.c:
13316         (gst_audio_convert_get_buffer):
13317         Timestamp buffers correctly.
13318
13319         * gst/playback/gstplaybin.c: (gen_video_element):
13320         Make internal fakesink silent.
13321
13322 2005-07-15  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst/ffmpegcolorspace/Makefile.am:
13325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13326         (gst_ffmpegcsp_caps_remove_format_info),
13327         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13328         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13329         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13330         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13331         Ported ffmpegcolorspace to basetransform.
13332
13333         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13334         * gst/volume/gstvolume.c: (volume_transform):
13335         Ported to new API.
13336
13337 2005-07-14  Wim Taymans  <wim@fluendo.com>
13338
13339         * gst/videotestsrc/Makefile.am:
13340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13341         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13342         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13343         (gst_videotestsrc_init), (gst_videotestsrc_event),
13344         (gst_videotestsrc_create), (gst_videotestsrc_start),
13345         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13346         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13347         (gst_videotestsrc_get_property):
13348         * gst/videotestsrc/gstvideotestsrc.h:
13349         Make videotestsrc a pushsrc.
13350
13351 2005-07-14  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/tcp/gstfdset.c: (gst_fdset_free):
13354         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13355         (gst_multifdsink_add), (gst_multifdsink_remove),
13356         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13357         (gst_multifdsink_remove_client_link),
13358         (gst_multifdsink_client_queue_data),
13359         (gst_multifdsink_client_queue_caps),
13360         (gst_multifdsink_client_queue_buffer),
13361         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13362         (gst_multifdsink_stop):
13363         * gst/tcp/gstmultifdsink.h:
13364         0.8 backporting.
13365
13366         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13367         Also draw image when not from a pool.
13368
13369 2005-07-14  Wim Taymans  <wim@fluendo.com>
13370
13371         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13372         (mute_stream), (silence_stream):
13373         Small debug additions.
13374
13375 2005-07-14  Wim Taymans  <wim@fluendo.com>
13376
13377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13378         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13379         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13380         Better error recovery, ignore unconnected pads and
13381         non-fatal errors.
13382
13383 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13384
13385         * docs/libs/tmpl/gstaudio.sgml:
13386         * docs/libs/tmpl/gstcolorbalance.sgml:
13387         * docs/libs/tmpl/gstgconf.sgml:
13388         * docs/libs/tmpl/gstmixer.sgml:
13389         * docs/libs/tmpl/gstringbuffer.sgml:
13390         * docs/libs/tmpl/gsttuner.sgml:
13391         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13392         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13393         (gst_tcpclientsrc_class_init):
13394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13395         (gst_tcpserversrc_class_init):
13396         * sys/v4l/gstv4lelement.c:
13397           more autistic cleanliness in functions/names/defines
13398
13399 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13400
13401         * configure.ac:
13402           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13403           added manually to each Makefile.am so we are sure it goes
13404           *last* and doesn't add -L flags before linking in libs of our
13405           own, like, say, internal .la libs, that then accidentally pick
13406           up the installed copy.
13407         * docs/libs/Makefile.am:
13408         * ext/alsa/Makefile.am:
13409         * ext/cdparanoia/Makefile.am:
13410         * ext/gnomevfs/Makefile.am:
13411         * ext/libvisual/Makefile.am:
13412         * ext/ogg/Makefile.am:
13413         * ext/theora/Makefile.am:
13414         * ext/vorbis/Makefile.am:
13415         * gst-libs/gst/video/Makefile.am:
13416         * gst/adder/Makefile.am:
13417         * gst/audioconvert/Makefile.am:
13418         * gst/audiorate/Makefile.am:
13419         * gst/audioscale/Makefile.am:
13420         * gst/ffmpegcolorspace/Makefile.am:
13421         * gst/playback/Makefile.am:
13422         * gst/sine/Makefile.am:
13423         * gst/subparse/Makefile.am:
13424         * gst/tags/Makefile.am:
13425         * gst/tcp/Makefile.am:
13426         * gst/typefind/Makefile.am:
13427         * gst/videorate/Makefile.am:
13428         * gst/videoscale/Makefile.am:
13429         * gst/videotestsrc/Makefile.am:
13430         * gst/volume/Makefile.am:
13431         * sys/v4l/Makefile.am:
13432         * sys/ximage/Makefile.am:
13433         * sys/xvimage/Makefile.am:
13434           adapt properly to this change. This should make sure that
13435           plugins and libs properly link to the as-yet-uninstalled
13436           copies of stuff like libgstinterfaces and libgstvideo
13437
13438 2005-07-13  Andy Wingo  <wingo@pobox.com>
13439
13440         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13441         (gst_v4lsrc_fixate): Fixate on format as well.
13442
13443         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13444         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13445         buffer points to it.
13446         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13447         rather just doing X calls ourselves. Also fixes a memleak.
13448
13449 2005-07-12  Andy Wingo  <wingo@pobox.com>
13450
13451         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13452         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13453         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13454         TRUE to avoid deadlocks if an element holds on to our buffers.
13455
13456 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13457
13458         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13459         (gst_sinesrc_init), (gst_sinesrc_create),
13460         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13461         (gst_sinesrc_start):
13462         * gst/sine/gstsinesrc.h:
13463           removing num-buffers property before moving it
13464
13465 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13466
13467         * configure.ac:
13468           use overridable ERROR_CFLAGS
13469         * docs/libs/gst-plugins-base-libs.types:
13470         * docs/libs/tmpl/gstringbuffer.sgml:
13471         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13472         (gst_alsasink_class_init):
13473         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13474         (gst_alsasrc_class_init):
13475         * gst-libs/gst/audio/audio.h:
13476         * gst-libs/gst/audio/gstaudioclock.h:
13477         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13478         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13479         (gst_audio_filter_link), (gst_audio_filter_init),
13480         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13481         (gst_audio_filter_get_property),
13482         (gst_audio_filter_class_add_pad_templates):
13483         * gst-libs/gst/audio/gstaudiofilter.h:
13484         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13485         (gst_audio_filter_template_get_type),
13486         (gst_audio_filter_template_base_init),
13487         (gst_audio_filter_template_class_init),
13488         (gst_audio_filter_template_init),
13489         (gst_audio_filter_template_set_property),
13490         (gst_audio_filter_template_get_property), (plugin_init),
13491         (gst_audio_filter_template_setup),
13492         (gst_audio_filter_template_filter),
13493         (gst_audio_filter_template_filter_inplace):
13494         * gst-libs/gst/audio/gstaudiosink.c:
13495         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13496         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13497         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13498         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13499         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13500         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13501         * gst-libs/gst/audio/gstaudiosink.h:
13502         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13503         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13504         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13505         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13506         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13507         (gst_audio_src_class_init), (gst_audio_src_init),
13508         (gst_audio_src_create_ringbuffer):
13509         * gst-libs/gst/audio/gstaudiosrc.h:
13510         * gst-libs/gst/audio/gstbaseaudiosink.c:
13511         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13512         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13513         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13514         (gst_base_audio_sink_set_property),
13515         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13516         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13517         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13518         (gst_base_audio_sink_create_ringbuffer),
13519         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13520         * gst-libs/gst/audio/gstbaseaudiosink.h:
13521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13522         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13523         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13524         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13525         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13526         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13527         (gst_base_audio_src_event), (gst_base_audio_src_create),
13528         (gst_base_audio_src_create_ringbuffer),
13529         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13530         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13531         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13532         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13533         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13534         (gst_ring_buffer_debug_spec_caps),
13535         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13536         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13537         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13538         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13539         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13540         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13541         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13542         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13543         (gst_ring_buffer_clear):
13544         * gst-libs/gst/audio/gstringbuffer.h:
13545         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13546         (gst_video_sink_class_init), (gst_video_sink_get_type):
13547         * gst-libs/gst/video/videosink.h:
13548         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13549         (gst_multifdsink_class_init),
13550         (gst_multifdsink_handle_client_write),
13551         (gst_multifdsink_change_state):
13552         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13553         (gst_tcpclientsink_setcaps):
13554         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13555         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13556         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13557         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13558         (gst_ximagesink_send_pending_navigation),
13559         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13560         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13562         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13563         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13564         (gst_xvimagesink_send_pending_navigation),
13565         (gst_xvimagesink_navigation_send_event),
13566         (gst_xvimagesink_set_xwindow_id),
13567         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13568         (gst_xvimagesink_get_type):
13569         more macro splitting
13570
13571 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13572
13573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13574           plug a memleak, allows me to import 1479 albums in one go
13575           in jamboree
13576         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13577         (vorbis_handle_type_packet), (vorbis_dec_chain),
13578         (vorbis_dec_change_state):
13579           fix some format strings
13580
13581 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13582
13583         * docs/libs/tmpl/gstcolorbalance.sgml:
13584         * docs/libs/tmpl/gstmixer.sgml:
13585         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13586         (gst_alsasink_set_property), (gst_alsasink_get_property):
13587         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13588         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13589           add device property
13590
13591 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13592
13593         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13594         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13595         (audiocast_register_listener), (audiocast_thread_run),
13596         (gst_gnomevfssrc_send_additional_headers_callback),
13597         (gst_gnomevfssrc_received_headers_callback),
13598         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13599         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13600         (gst_gnomevfssrc_get_size):
13601           add/clean up debugging
13602         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13603           cleanups
13604
13605 2005-07-07  Andy Wingo  <wingo@pobox.com>
13606
13607         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13608         framerate. Need to get a handle on when exactly this function is
13609         called, tho.
13610
13611         * sys/v4l/v4lsrc_calls.h:
13612         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13613         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13614         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13615
13616         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13617         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13618         v4lelements are sources.
13619
13620         * sys/v4l/gstv4lxoverlay.h:
13621         * sys/v4l/gstv4lxoverlay.c:
13622         * sys/v4l/gstv4ltuner.h:
13623         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13624         
13625         * sys/v4l/gstv4lsrc.h:
13626         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13627         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13628         or something should handle that. Made a live source.
13629
13630         * sys/v4l/gstv4lelement.h:
13631         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13632         signals. Some cleanups.
13633
13634         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13635
13636         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13637         stuff.
13638
13639         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13640         stuff.
13641
13642         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13643
13644 2005-07-07  Wim Taymans  <wim@fluendo.com>
13645
13646         * ext/theora/theoradec.c: (theora_get_query_types),
13647         (theora_dec_src_getcaps), (theora_dec_push):
13648         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13650         Remove deprecated/unused query types.
13651
13652 2005-07-06  Wim Taymans  <wim@fluendo.com>
13653
13654         * ext/alsa/Makefile.am:
13655         * ext/alsa/gstalsaplugin.c: (plugin_init):
13656         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13657         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13658         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13659         (gst_alsasrc_class_init), (gst_alsasrc_init),
13660         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13661         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13662         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13663         (gst_alsasrc_reset):
13664         * ext/alsa/gstalsasrc.h:
13665         * gst-libs/gst/audio/Makefile.am:
13666         * gst-libs/gst/audio/gstaudiosink.c:
13667         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13668         (gst_audioringbuffer_start):
13669         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13670         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13671         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13672         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13673         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13674         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13675         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13676         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13677         * gst-libs/gst/audio/gstaudiosrc.h:
13678         * gst-libs/gst/audio/gstbaseaudiosink.c:
13679         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13680         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13681         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13683         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13684         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13685         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13686         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13687         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13688         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13689         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13690         (gst_baseaudiosrc_change_state):
13691         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13692         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13693         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13694         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13695         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13696         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13697         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13698         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13699         * gst-libs/gst/audio/gstringbuffer.h:
13700         Added audiosource base classes.
13701         Ported alsasrc, still very basic.
13702
13703 2005-07-06  Wim Taymans  <wim@fluendo.com>
13704
13705         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13706         (theora_dec_push), (theora_handle_data_packet):
13707         Prepare for better timestamp fix later.
13708
13709         * gst/audioconvert/gstaudioconvert.c:
13710         List most accurate caps first
13711
13712         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13713         Use proper pad task function.
13714
13715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13716         (gst_xvimagesink_show_frame):
13717         Fix deadlock when alloc failed.
13718
13719 2005-07-05  Andy Wingo  <wingo@pobox.com>
13720
13721         * ext/gnomevfs/gstgnomevfssrc.c:
13722         * gst/sine/gstsinesrc.c:
13723         * gst/tcp/gsttcpserversrc.c:
13724         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13725
13726         * sys/v4l/: Port from 0.8.
13727
13728         * Many files: Null if we got it....
13729
13730 2005-07-05  Andy Wingo  <wingo@pobox.com>
13731
13732         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13733         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13734         Signedness fixes.
13735
13736 2005-07-05  Wim Taymans  <wim@fluendo.com>
13737
13738         * configure.ac:
13739         * gst/tcp/Makefile.am:
13740         * gst/tcp/README:
13741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13742         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13743         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13744         (is_sync_frame), (gst_multifdsink_handle_client_write),
13745         (gst_multifdsink_render), (gst_multifdsink_start),
13746         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13747         * gst/tcp/gstmultifdsink.h:
13748         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13749         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13750         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13751         * gst/tcp/gsttcp.h:
13752         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13753         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13754         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13755         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13756         * gst/tcp/gsttcpclientsink.h:
13757         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13758         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13759         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13760         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13761         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13762         * gst/tcp/gsttcpclientsrc.h:
13763         * gst/tcp/gsttcpplugin.c: (plugin_init):
13764         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13765         * gst/tcp/gsttcpserversink.h:
13766         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13767         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13768         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13769         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13770         (gst_tcpserversrc_stop):
13771         * gst/tcp/gsttcpserversrc.h:
13772         * gst/tcp/gsttcpsink.c:
13773         * gst/tcp/gsttcpsink.h:
13774         * gst/tcp/gsttcpsrc.c:
13775         * gst/tcp/gsttcpsrc.h:
13776         Ported tcp plugins to 0.9. 
13777         
13778
13779 2005-07-05  Andy Wingo  <wingo@pobox.com>
13780
13781         * gst/playback/gstplaybasebin.c (fill_buffer):
13782         message_new_application fixen.
13783
13784         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13785         Style fix.
13786
13787 2005-07-04  Wim Taymans  <wim@fluendo.com>
13788
13789         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13790         Set caps on output buffer.
13791
13792 2005-07-04  Andy Wingo  <wingo@pobox.com>
13793
13794         * ext/gnomevfs/gstgnomevfssrc.c
13795         (gst_gnomevfssrc_received_headers_callback) 
13796         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13797         hopefully.
13798
13799         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13800         No refcount leakage.
13801
13802         * configure.ac: Enable -Werror.
13803         
13804         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13805         * gst/audioconvert/bufferframesconvert.c
13806         (buffer_frames_convert_fixate):
13807         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13808         (gst_audio_convert_fixate):
13809         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13810         (gst_sinesrc_create): Fixate func changes.
13811         
13812         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13813         (gst_ximagesink_buffer_alloc): Unused var.
13814
13815 2005-07-01  Andy Wingo  <wingo@pobox.com>
13816
13817         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13818         getcaps to do explicit caps. Needs to be done in all decoders,
13819         possibly via a base class.
13820
13821         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13822
13823         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13824         caps on the sink pad, just rely on the pad template. Also, setting
13825         ANY caps on a pad is not valid because the caps are not fixed.
13826
13827         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13828         caps on the buffer, and get the width from the desired_caps if
13829         they're set.
13830         (gst_ximagesink_renegotiate_size): Implement via setting the
13831         desired_caps on the ximagesink.
13832         (gst_ximagesink_setcaps): Only reset the width of the player if it
13833         wasn't already set. Not sure if this is right.
13834         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13835
13836         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13837         that the user wants. NULL unless the window has been resized.
13838
13839         * gst/volume/gstvolume.c (volume_transform): Adapt to
13840         basetransform refcount changes.
13841         
13842 2005-07-01  Andy Wingo  <wingo@pobox.com>
13843
13844         * gst/videoscale/gstvideoscale.c:
13845         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13846         from BaseTransform, implements a transform_caps. Removed dead code
13847         including some PAR stuff that was never reached -- should probably
13848         be added back somehow.
13849
13850 2005-07-01  Andy Wingo  <wingo@pobox.com>
13851
13852         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13853         come later.
13854
13855 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13856
13857         * configure.ac:
13858         * docs/libs/Makefile.am:
13859         * docs/libs/gst-plugins-libs.types:
13860         * ext/alsa/Makefile.am:
13861         * ext/alsa/gstalsamixer.h:
13862         * ext/alsa/gstalsamixeroptions.h:
13863         * ext/alsa/gstalsamixertrack.h:
13864         * gst-libs/gst/Makefile.am:
13865         * gst-libs/gst/colorbalance/.cvsignore:
13866         * gst-libs/gst/colorbalance/Makefile.am:
13867         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13868         * gst-libs/gst/colorbalance/colorbalance.c:
13869         * gst-libs/gst/colorbalance/colorbalance.h:
13870         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13871         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13872         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13873         * gst-libs/gst/interfaces/Makefile.am:
13874         * gst-libs/gst/interfaces/colorbalance.c:
13875         (gst_color_balance_class_init):
13876         * gst-libs/gst/interfaces/colorbalance.h:
13877         * gst-libs/gst/interfaces/interfaces-marshal.list:
13878         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13879         * gst-libs/gst/interfaces/mixer.h:
13880         * gst-libs/gst/interfaces/mixeroptions.h:
13881         * gst-libs/gst/interfaces/navigation.c:
13882         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13883         * gst-libs/gst/interfaces/tuner.h:
13884         * gst/volume/Makefile.am:
13885         * gst/volume/gstvolume.c:
13886         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13887         * sys/ximage/Makefile.am:
13888         * sys/ximage/ximagesink.c:
13889         * sys/xvimage/Makefile.am:
13890         * sys/xvimage/xvimagesink.c:
13891           fold in all interfaces into an interfaces dir, preserving CVS
13892           history
13893
13894 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13895
13896         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13897           Fix build after riff changes.
13898
13899 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13900
13901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13902         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13903         (gst_riff_create_video_template_caps),
13904         (gst_riff_create_audio_template_caps),
13905         (gst_riff_create_iavs_template_caps):
13906         * gst-libs/gst/riff/riff-media.h:
13907         * gst-libs/gst/riff/riff-read.h:
13908         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13909           Add gst_riff_init() to initialize the debug category, instead
13910           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13911
13912 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13913
13914         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13915           Oops, I shouldn't apply hacks.
13916
13917 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13918
13919         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13920           Remove pad_loop function which doesn't work.
13921
13922 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13923
13924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13925           Send EOS when deactivating.
13926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13927         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13928         (gen_preroll_element), (probe_triggered), (mute_stream),
13929         (silence_stream), (new_decoded_pad), (setup_substreams),
13930         (set_active_source):
13931         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13932         (remove_sinks), (add_sink):
13933         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13934           Change for new probe API.
13935
13936 2005-06-29  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13939         * gst-libs/gst/audio/gstbaseaudiosink.c:
13940         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13941         (gst_baseaudiosink_change_state):
13942         * gst-libs/gst/audio/gstbaseaudiosink.h:
13943         * gst-libs/gst/audio/gstringbuffer.c:
13944         (gst_ringbuffer_set_callback):
13945         Fix compilation error.
13946         Ringbuffer starts out as not running.
13947         Free our clock in dispose.
13948         When releasing the ringbuffer we need to renegotiate so
13949         clear the pad caps.
13950
13951 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13952
13953         * autogen.sh:
13954         * configure.ac:
13955         * docs/Makefile.am:
13956         * docs/libs/Makefile.am:
13957         * docs/libs/gst-plugins-libs-docs.sgml:
13958         * docs/libs/gst-plugins-libs-sections.txt:
13959         * docs/libs/gst-plugins-libs.types:
13960         * docs/libs/tmpl/gstaudio.sgml:
13961         * docs/libs/tmpl/gstcolorbalance.sgml:
13962         * docs/libs/tmpl/gstringbuffer.sgml:
13963         * gst-libs/gst/audio/gstringbuffer.c:
13964         (gst_ringbuffer_set_callback):
13965           reinstate gtk-doc docs for plugin libs
13966
13967 2005-06-28  Wim Taymans  <wim@fluendo.com>
13968
13969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13970         (gst_ogg_demux_init):
13971         Removed pad loop function.
13972
13973 2005-06-28  Wim Taymans  <wim@fluendo.com>
13974
13975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13976         If we're building a chain we are not in an error case
13977         when we queue a buffer.
13978
13979 2005-06-28  Andy Wingo  <wingo@pobox.com>
13980
13981         * *.c: Don't cast to GstObject before reffing/unreffing.
13982
13983 2005-06-27  Andy Wingo  <wingo@pobox.com>
13984
13985         * gst/videotestsrc/gstvideotestsrc.c
13986         (gst_videotestsrc_activate_push): Activation API changes.
13987
13988         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13989         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13990         they have refs on the decodebin.
13991
13992         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13993         parent class.
13994         (gst_ogg_pad_typefind): Don't leak a pad ref.
13995         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13996         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13997         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13998
13999 2005-06-27  Edward Hervey  <edward@fluendo.com>
14000
14001         * ext/theora/theoradec.c: (theora_dec_change_state): 
14002         re-arranged call to parent's state change in order to avoid locks (or
14003         worse).
14004
14005 2005-06-26  Edward Hervey  <edward@fluendo.com>
14006
14007         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14008         2nd argument of 'unknow-type' signal is a GstCaps and not a
14009         GstMiniObject
14010
14011 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14012         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14013           Set the worker thread's running flag to TRUE before starting the
14014           thread.
14015         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14016           Catch a failure to add typefind to the bin.
14017
14018 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14021         (gst_sinesrc_init), (gst_sinesrc_create),
14022         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14023         (gst_sinesrc_start):
14024         * gst/sine/gstsinesrc.h:
14025           add num-buffers and timestamp-offset properties
14026         * gst/videotestsrc/gstvideotestsrc.c:
14027         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14028         (gst_videotestsrc_get_property):
14029           add timestamp-offset property
14030
14031 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14032
14033         * configure.ac: add videorate
14034         * gst-plugins-base.spec.in: add videorate
14035
14036 2005-06-23  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14039         (gst_videorate_getcaps), (gst_videorate_setcaps),
14040         (gst_videorate_event), (gst_videorate_chain):
14041         Fixed videorate, fixating an already fixated caps is not
14042         an error.
14043
14044 2005-06-23  Wim Taymans  <wim@fluendo.com>
14045
14046         * ext/ogg/README:
14047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14048         Buffer on caps is not boxed anymore.
14049
14050 2005-06-22  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14053         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14054         Set buffers on caps as miniobjects and not as boxed.
14055
14056 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * configure.ac:
14059           back to HEAD
14060
14061 === release 0.9.1 ===
14062
14063 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * .cvsignore:
14066         * NEWS:
14067         * README:
14068         * RELEASE:
14069         * configure.ac:
14070         * po/af.po:
14071         * po/az.po:
14072         * po/cs.po:
14073         * po/en_GB.po:
14074         * po/hu.po:
14075         * po/it.po:
14076         * po/nb.po:
14077         * po/nl.po:
14078         * po/or.po:
14079         * po/sq.po:
14080         * po/sr.po:
14081         * po/sv.po:
14082         * po/uk.po:
14083         * po/vi.po:
14084           updates for release
14085
14086 2005-06-09  Andy Wingo  <wingo@pobox.com>
14087
14088         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14089         
14090 2005-06-09  Andy Wingo  <wingo@pobox.com>
14091
14092         * configure.ac:
14093         * gst-libs/gst/Makefile.am:
14094         * gst-libs/gst/net/Makefile.am:
14095         Add gstnet to build.
14096
14097 2005-06-09  Andy Wingo  <wingo@pobox.com>
14098
14099         * gst-libs/gst/gconf/gconf.c:
14100         * gst/playback/test.c:
14101         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14102         fixes.
14103
14104         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14105
14106         * ext/theora/theoraenc.c (theora_enc_chain): 
14107         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14108
14109         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14110         RealPad.
14111
14112 2005-06-02  Wim Taymans  <wim@fluendo.com>
14113
14114         * gst-libs/gst/net/Makefile.am:
14115         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14116         * pkgconfig/gstreamer-libs.pc.in:
14117         Added net stuff, version net lib.
14118
14119 2005-06-02  Wim Taymans  <wim@fluendo.com>
14120
14121         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14122         (query_rates), (query_positions_elems), (query_positions_pads),
14123         (do_seek):
14124         Updated seek example.
14125
14126 2005-06-02  Andy Wingo  <wingo@pobox.com>
14127
14128         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14129         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14130         list.
14131
14132         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14133         remove the typefind, the bin dispose will do it for us. When it's
14134         removed and unreffed, the signal handler will be disconnected,
14135         too.
14136         (unlinked): It's too difficult to disconnect from unlinked
14137         handlers, as they are on pads not elements. Just punt if the pads
14138         aren't grandkids of the bin.
14139
14140 2005-06-02  Wim Taymans  <wim@fluendo.com>
14141
14142         * ext/ogg/README:
14143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14144         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14145         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14146         * ext/theora/theoradec.c: (theora_dec_src_query),
14147         (theora_handle_data_packet):
14148         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14149         (theora_enc_chain):
14150         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14151         (vorbis_handle_data_packet):
14152         * gst/audioconvert/bufferframesconvert.c:
14153         (buffer_frames_convert_chain):
14154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14155         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14156         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14157         (gst_ffmpegcsp_chain):
14158         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14159         (gst_videorate_getcaps), (gst_videorate_setcaps),
14160         (gst_videorate_event), (gst_videorate_chain):
14161         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14162         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14163         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14164         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14165         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14166         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14167         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14168         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14169         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14170         Cleanups and buffer alloc.
14171
14172 2005-05-31  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14175         Don't try to call the delay method when the device is not
14176         opened.
14177
14178 2005-05-31  Wim Taymans  <wim@fluendo.com>
14179
14180         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14181         Get actual segment size and buffer size after opening
14182         the device.
14183
14184 2005-05-30  Wim Taymans  <wim@fluendo.com>
14185
14186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14187         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14188         Also FLUSH upstream, makes the loop function exit faster.
14189         
14190         * ext/theora/theoradec.c: (theora_dec_src_query):
14191         Some more debug info in the query.
14192         
14193         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14194         (gst_ximagesink_setcaps):
14195         Release lock on par error, better error reporting.
14196
14197 2005-05-26  Wim Taymans  <wim@fluendo.com>
14198
14199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14200         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14201         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14202         Clear chains in READY
14203         Queue packets until the chain is activated.
14204
14205 2005-05-25  Wim Taymans  <wim@fluendo.com>
14206
14207         * gst-libs/gst/audio/gstaudiosink.c:
14208         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14209         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14210         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14211         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14212         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14213         (gst_audiosink_create_ringbuffer):
14214         * gst-libs/gst/audio/gstbaseaudiosink.c:
14215         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14216         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14217         (gst_baseaudiosink_set_property), (build_linear_format),
14218         (debug_spec_caps), (debug_spec_buffer),
14219         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14220         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14221         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14222         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14224         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14225         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14226         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14227         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14228         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14229         (wait_segment), (gst_ringbuffer_commit),
14230         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14231         (gst_ringbuffer_clear):
14232         Various small cleanups.
14233
14234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14235         (gst_audio_convert_change_state):
14236         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14237         No need to take the locks anymore.
14238
14239 2005-05-25  Wim Taymans  <wim@fluendo.com>
14240
14241         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14242         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14243         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14244         (type_found):
14245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14246         (group_destroy), (group_commit), (queue_overrun),
14247         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14248         (mute_stream), (new_decoded_pad), (setup_substreams),
14249         (setup_source), (mute_group_type), (set_active_source),
14250         (gst_play_base_bin_change_state):
14251         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14252         (gen_video_element), (gen_text_element), (gen_audio_element),
14253         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14254         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14255         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14256         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14257         Some playbin cleanups mostly refcounting sloppyness.
14258
14259 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14260
14261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14262           Work with streaming input.
14263
14264 2005-05-25  Wim Taymans  <wim@fluendo.com>
14265
14266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14267         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14268         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14269         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14270         No need to take the STREAM lock anymore.
14271
14272 2005-05-25  Wim Taymans  <wim@fluendo.com>
14273
14274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14275         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14276         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14277         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14278         (gst_ogg_demux_sink_activate):
14279         * ext/theora/theoradec.c: (theora_dec_src_event),
14280         (theora_handle_comment_packet), (theora_dec_chain),
14281         (theora_dec_change_state):
14282         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14283         (vorbis_handle_data_packet), (vorbis_dec_chain),
14284         (vorbis_dec_change_state):
14285         Remove STREAM locks as they are taken in core now.
14286         Never set bogus granulepos on vorbis/theora.
14287         Fix leaks in theoradec tag parsing.
14288
14289 2005-05-25  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14292         Fix memleaks, GST_BUFFER_DATA() is not freed.
14293
14294 2005-05-25  Wim Taymans  <wim@fluendo.com>
14295
14296         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14297         Open non-blocking, set to blocking mode afterwards to avoid
14298         lockups when audio device is busy.
14299
14300 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14301
14302         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14303           This can't be good.
14304
14305 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14306
14307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14308         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14309         (gst_audio_convert_setcaps):
14310           Implement instant setup switching.
14311
14312 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14313
14314         * gst/playback/gstplaybasebin.c: (probe_triggered):
14315           Fix missing unlock.
14316         * gst/playback/gstplaybin.c: (add_sink):
14317           First add, then link (otherwise pad link fails).
14318
14319 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14320
14321         * examples/Makefile.am:
14322         fix buildbot (make distcheck)
14323
14324 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * gst/playback/gstplaybin.c: (gen_vis_element):
14327           Remove some wrong code. Doesn't work yet.
14328
14329 2005-05-19  Wim Taymans  <wim@fluendo.com>
14330
14331         * gst-libs/gst/net/Makefile.am:
14332         * gst-libs/gst/net/README:
14333         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14334         (gst_netbuffer_class_init), (gst_netbuffer_init),
14335         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14336         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14337         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14338         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14339         * gst-libs/gst/net/gstnetbuffer.h:
14340         Added buffer subclass to store extra to/from addresses for
14341         network sources/sinks.
14342
14343 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14344
14345         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14346           Don't lock an unassigned variable.
14347
14348 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14349
14350         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14351           Increase buffer for video, decrease buffer for other media types.
14352         * gst/playback/gstplaybin.c: (gen_video_element),
14353         (gen_audio_element):
14354           Change names for debugging purposes.
14355
14356 2005-05-18  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14359         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14360         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14361         (gst_ffmpegcsp_chain):
14362         Enable buffer alloc passthrough if the source and dest
14363         formats are the same.
14364
14365 2005-05-17  Wim Taymans  <wim@fluendo.com>
14366
14367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14368         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14369         (gst_ogg_demux_chain_unlocked):
14370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14371         (gst_audio_convert_caps_remove_format_info),
14372         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14373         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14375         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14376         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14377         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14378         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14379         (gst_ffmpegcsp_get_property):
14380         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14381         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14382         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14383         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14384         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14385         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14386         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14387         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14388         Leak fixes in oggdemux.
14389         Some cleanups in audioconvert.
14390         Make passthrough work along with buffer_alloc etc.
14391         Make buffer_alloc and buffer recycling actually work in
14392         xvimagesink.
14393
14394 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14395
14396         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14397           make the compiler happy
14398
14399 2005-05-17  Wim Taymans  <wim@fluendo.com>
14400
14401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14402         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14403         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14404         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14405         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14406         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14407         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14408         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14409         (gst_xvimagesink_set_xwindow_id):
14410         * sys/xvimage/xvimagesink.h:
14411         Port xvimagesink to new MiniObject.
14412
14413 2005-05-17  Wim Taymans  <wim@fluendo.com>
14414
14415         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14416         (gst_audiofilter_chain):
14417         * gst-libs/gst/audio/gstaudiosink.c:
14418         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14419         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14420         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14421         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14422         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14423         (gst_audiosink_create_ringbuffer):
14424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14425         (gst_audio_convert_caps_remove_format_info),
14426         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14427         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14429         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14430         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14431         Fix passthrough in ffmpegcolorspace.
14432         Fix memset in audiosink on wrong memory.
14433
14434 2005-05-16  David Schleef  <ds@schleef.org>
14435
14436         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14437         to GstMiniObject.
14438
14439 2005-05-16  David Schleef  <ds@schleef.org>
14440
14441         Port from GstData to GstMiniObject.
14442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14444         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14445         (gst_ogg_mux_collected):
14446         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14447         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14448         (theora_handle_data_packet):
14449         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14450         (theora_set_header_on_caps), (theora_enc_chain):
14451         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14452         (vorbis_handle_comment_packet):
14453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14454         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14455         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14456         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14457         * gst/audioconvert/gstaudioconvert.c:
14458         (gst_audio_convert_get_buffer):
14459         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14460         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14461         (mute_stream), (silence_stream):
14462         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14463         * gst/volume/gstvolume.c: (volume_transform):
14464         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14465         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14466         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14467         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14468         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14469         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14470         (gst_ximagesink_buffer_alloc):
14471         * sys/ximage/ximagesink.h:
14472
14473 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14474
14475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14476         (fill_buffer), (check_queue), (queue_threshold_reached),
14477         (queue_out_of_data):
14478         * gst/playback/gstplaybasebin.h:
14479           Post buffer-fullness on the bus.
14480
14481 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14482
14483         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14484         (try_to_link_1):
14485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14486         (group_commit), (probe_triggered), (setup_source),
14487         (gst_play_base_bin_change_state):
14488         * gst/playback/gstplaybasebin.h:
14489         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14490         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14491         (gst_play_bin_change_state):
14492           Move setup_output_pads into a virtual function, remove
14493           group-switch (no longer needed) and redirect (handled by bus
14494           now) signals.
14495
14496 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14497
14498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14499         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14500         (get_active_group), (get_building_group), (group_destroy),
14501         (group_commit), (check_queue), (queue_overrun),
14502         (queue_threshold_reached), (queue_out_of_data),
14503         (gen_preroll_element), (remove_groups), (unknown_type),
14504         (add_element_stream), (no_more_pads), (probe_triggered),
14505         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14506         (setup_substreams), (setup_source), (finish_source),
14507         (prepare_output), (muted_group_change_state),
14508         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14509         (gst_play_base_bin_change_state):
14510         * gst/playback/gstplaybasebin.h:
14511         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14512         (gst_play_bin_init), (gst_play_bin_set_property),
14513         (gen_video_element), (gen_text_element), (gen_audio_element),
14514         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14515         (gst_play_bin_change_state):
14516         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14517         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14518         (stream_info_change_state), (gst_stream_info_set_mute),
14519         (gst_stream_info_get_property):
14520         * gst/playback/gststreaminfo.h:
14521         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14522         (gst_stream_selector_get_linked_pad),
14523         (gst_stream_selector_getcaps),
14524         (gst_stream_selector_get_linked_pads),
14525         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14526         * gst/playback/gststreamselector.h:
14527           Rough port of playbin. Needs some more work, but is mostly done,
14528           and uses a few locks in important places, which should make stuff
14529           like chain-switches clean. Still uses GST_STATE() in a few places,
14530           which isn't all that good an idea, subtitles/elements disabled
14531           because no elements to test with and thus probably broken, query
14532           and event handling moved to GstBin, internal thread removed
14533           alltogether because the pipeline does that for us now. Can play
14534           Ogg/Vorbis files. Haven't tested anything else yet.
14535
14536 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14537
14538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14539           Do no-more-pads (needed for autoplugging).
14540
14541 2005-05-10  Andy Wingo  <wingo@pobox.com>
14542
14543         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14544         message to the bus with the tags. Still not sent downstream tho.
14545
14546         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14547         get_parent.
14548         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14549         avoid refcounting hassles.
14550
14551 2005-05-09  Andy Wingo  <wingo@pobox.com>
14552
14553         * gst/volume/Makefile.am:
14554         * gst/volume/demo.c
14555         * gst/volume/gstvolume.h
14556         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14557         basetransform. Probably need an audio filter base class.
14558
14559 2005-05-09  Wim Taymans  <wim@fluendo.com>
14560
14561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14562         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14563         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14564         (gst_vorbisenc_chain):
14565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14566         (gst_audio_convert_caps_remove_format_info),
14567         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14568         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14569         Make caps writable before writing to it.
14570         Fix negotiation in audioconvert some more.
14571
14572 2005-05-09  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14575         (gst_videorate_getcaps), (gst_videorate_setcaps),
14576         (gst_videorate_event), (gst_videorate_chain):
14577         Better negotiation.
14578
14579 2005-05-09  Wim Taymans  <wim@fluendo.com>
14580
14581         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14582         (gst_videorate_getcaps), (gst_videorate_setcaps),
14583         (gst_videorate_blank_data), (gst_videorate_init),
14584         (gst_videorate_event), (gst_videorate_chain),
14585         (gst_videorate_change_state):
14586         Port videorate, do a better job at negotiation while we're at
14587         it.
14588
14589 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14590
14591         * configure.ac:
14592           Disable libvisual
14593
14594         * examples/Makefile.am:
14595         * gst-libs/gst/audio/Makefile.am:
14596         * gst-libs/gst/riff/Makefile.am:
14597         * gst-libs/gst/tag/Makefile.am:
14598         * gst-libs/gst/video/Makefile.am:
14599           Fixups for missing variables.
14600
14601 2005-05-09  Wim Taymans  <wim@fluendo.com>
14602
14603         * examples/seeking/seek.c: (make_theora_pipeline),
14604         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14605         (query_rates), (query_positions_elems), (query_positions_pads),
14606         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14608         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14609         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14610         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14611         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14613         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14614         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14615         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14616         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14617         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14618         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14619         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14620         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14621         (theora_dec_src_convert), (theora_dec_sink_convert),
14622         (theora_dec_src_query), (theora_dec_sink_query),
14623         (theora_dec_src_event), (theora_dec_sink_event),
14624         (theora_handle_comment_packet), (theora_handle_type_packet),
14625         (theora_handle_header_packet), (theora_handle_data_packet),
14626         (theora_dec_chain):
14627         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14628         (vorbis_dec_convert), (vorbis_dec_src_query),
14629         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14630         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14631         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14632         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14634         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14635         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14636         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14637         (gst_play_bin_query):
14638         * gst/playback/test3.c: (update_scale):
14639         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14640         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14641         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14642         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14643         (gst_videotestsrc_src_query):
14644         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14645         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14646         (paint_hline_YUV9):
14647         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14648         Port to new query API.
14649         Updated seek.
14650         Cleanups in x[v]imagesink
14651
14652 2005-05-09  Andy Wingo  <wingo@pobox.com>
14653
14654         * ext/alsa/gstalsasink.h:
14655         * ext/gnomevfs/gstgnomevfssrc.c:
14656         (gst_gnomevfssrc_get_icy_metadata):
14657         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14658         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14659         * ext/theora/theoradec.c (theora_dec_src_query)
14660         (theora_dec_src_event, theora_dec_sink_event)
14661         (theora_handle_comment_packet, theora_handle_data_packet):
14662         * ext/theora/theoraenc.c (theora_enc_chain):
14663         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14664         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14665         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14666         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14667         (qt_type_find):
14668         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14669         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14670         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14671         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14672         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14673         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14674         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14675         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14676         (paint_setup_RGB565, paint_setup_xRGB1555):
14677         * gst/videotestsrc/videotestsrc.h:
14678         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14679         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14680         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14681         GCC4 fixes.
14682         
14683         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14684         gst_pad_query_position. Fixes oggdemux.
14685
14686 2005-05-08  David Schleef  <ds@schleef.org>
14687
14688         * configure.ac: Require liboil.
14689         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14690         a few more.
14691         * gst/videotestsrc/videotestsrc.c:
14692         * gst/videotestsrc/videotestsrc.h:
14693
14694 2005-05-06  Wim Taymans  <wim@fluendo.com>
14695
14696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14697         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14698         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14699         Well, unreffing a buffer right before pushing it is asking
14700         for trouble..
14701
14702 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14703
14704         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14705
14706 2005-05-06  Wim Taymans  <wim@fluendo.com>
14707
14708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14709         (gst_audio_convert_caps_remove_format_info),
14710         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14711         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14713         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14714         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14715         * gst/sine/Makefile.am:
14716         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14717         (gst_sinesrc_class_init), (gst_sinesrc_init),
14718         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14719         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14720         (gst_sinesrc_update_freq):
14721         * gst/sine/gstsinesrc.h:
14722         * gst/tcp/gstmultifdsink.c:
14723         * sys/xvimage/xvimagesink.c:
14724         Fixed negotiation wrt _peer_get_caps()
14725         Some cleanups.
14726
14727
14728 2005-05-06  Wim Taymans  <wim@fluendo.com>
14729
14730         * gst-libs/gst/audio/gstaudiosink.c:
14731         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14732         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14733         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14734         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14735         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14736         (gst_audiosink_create_ringbuffer):
14737         * gst-libs/gst/audio/gstbaseaudiosink.c:
14738         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14739         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14740         (gst_baseaudiosink_set_property), (build_linear_format),
14741         (debug_spec_caps), (debug_spec_buffer),
14742         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14743         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14744         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14745         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14746         * gst-libs/gst/audio/gstbaseaudiosink.h:
14747         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14748         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14749         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14750         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14751         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14752         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14753         (wait_segment), (gst_ringbuffer_commit),
14754         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14755         (gst_ringbuffer_clear):
14756         * gst-libs/gst/audio/gstringbuffer.h:
14757         Make the base audiosink return an error when there is no
14758         audiobuffer negotiated.
14759
14760 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14761
14762         * ext/Makefile.am:
14763         Disable cdparanoia until someone ports it!
14764
14765 2005-05-06  Wim Taymans  <wim@fluendo.com>
14766
14767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14768         (gst_ogg_demux_sink_activate):
14769         And revert after wingo's revert.. sigh..
14770
14771 2005-05-05  Andy Wingo  <wingo@pobox.com>
14772
14773         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14774         GObject.
14775         * configure.ac: Return audiorate and subparse from the ghetto.
14776         Re-enable -Wall -Werror.
14777         * gst/subparse/gstsubparse.c:
14778         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14779         or chain-based. Cleaned up a bit. Not tested.
14780         
14781 2005-05-05  Christian Schaller <christian@fluendo.com> 
14782
14783         * Makefile.am: remove stuff that is not building
14784         * configure.ac: remove stuff that is not building
14785         * examples/Makefile.am: remove stuff that is not building
14786         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14787         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14788         * sys/Makefile.am: remove stuff that is not building
14789         * testsuite/Makefile.am: remove stuff that is not building
14790
14791 2005-05-05  Andy Wingo  <wingo@pobox.com>
14792
14793         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14794         * gst-libs/gst/tag/gstvorbistag.c:
14795         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14796         * gst/adder/gstadder.h:
14797         * gst/audioconvert/gstchannelmix.c:
14798         (gst_audio_convert_fill_one_other):
14799         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14800         (gst_audiorate_init), (gst_audiorate_chain):
14801         * gst/playback/gstplaybasebin.c: (setup_source):
14802         * gst/playback/test3.c: (update_scale):
14803         Some GCC4 fixes
14804         
14805         * po/af.po:
14806         * po/az.po:
14807         * po/cs.po:
14808         * po/en_GB.po:
14809         * po/hu.po:
14810         * po/it.po:
14811         * po/nb.po:
14812         * po/nl.po:
14813         * po/or.po:
14814         * po/sq.po:
14815         * po/sr.po:
14816         * po/sv.po:
14817         * po/uk.po:
14818         * po/vi.po: Foo
14819
14820 2005-05-05  Wim Taymans  <wim@fluendo.com>
14821
14822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14823         (gst_audio_convert_caps_remove_format_info),
14824         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14825         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14826         * gst/videotestsrc/gstvideotestsrc.c:
14827         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14828         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14829         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14830         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14831         Don't ignore _push() return values.
14832         Make sure no processing is done when shutting down.
14833         Videotestsrc pad activation fix.
14834
14835 2005-05-05  Wim Taymans  <wim@fluendo.com>
14836
14837         * gst/adder/Makefile.am:
14838         * gst/adder/gstadder.c: (gst_adder_setcaps),
14839         (gst_adder_class_init), (gst_adder_init),
14840         (gst_adder_request_new_pad), (gst_adder_collected),
14841         (gst_adder_change_state):
14842         * gst/adder/gstadder.h:
14843         Ported adder as an example of a mixer element using
14844         collect pads. Needs more negotiation work.
14845
14846 2005-05-05  Wim Taymans  <wim@fluendo.com>
14847
14848         * ext/theora/theoradec.c: (_inc_granulepos),
14849         (theora_dec_src_event), (theora_dec_sink_event),
14850         (theora_handle_comment_packet), (theora_handle_type_packet),
14851         (theora_handle_header_packet), (theora_handle_data_packet),
14852         (theora_dec_chain):
14853         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14854         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14855         (theora_push_buffer), (theora_push_packet),
14856         (theora_enc_sink_event), (theora_enc_chain),
14857         (theora_enc_change_state), (theora_enc_set_property),
14858         (theora_enc_get_property):
14859         Added stream lock to decoder so that we can serialize
14860         the discont event.
14861         More theoraenc porting, recover from errors, do clean
14862         shutdown.
14863
14864 2005-05-05  Wim Taymans  <wim@fluendo.com>
14865
14866         * ext/ogg/Makefile.am:
14867         * ext/ogg/README:
14868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14869         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14870         (gst_ogg_print):
14871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14872         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14873         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14874         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14875         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14876         (gst_ogg_mux_change_state):
14877         Ported ogg muxer.
14878
14879 2005-05-05  Wim Taymans  <wim@fluendo.com>
14880
14881         * docs/design-audiosinks.txt:
14882         * gst-libs/gst/audio/TODO:
14883         * gst-libs/gst/audio/gstaudiosink.c:
14884         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14885         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14886         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14887         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14888         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14889         (gst_audiosink_create_ringbuffer):
14890         * gst-libs/gst/audio/gstbaseaudiosink.c:
14891         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14892         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14893         (gst_baseaudiosink_set_property), (build_linear_format),
14894         (debug_spec_caps), (debug_spec_buffer),
14895         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14896         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14897         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14898         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14899         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14900         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14901         (gst_ringbuffer_release), (gst_ringbuffer_play),
14902         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14903         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14904         (gst_ringbuffer_set_sample), (wait_segment),
14905         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14906         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14907         More work on the audiosink, mostly debugging and a race in
14908         shutdown.
14909
14910 2005-04-28  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14913         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14914         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14915         (vorbis_dec_src_query), (vorbis_dec_src_event),
14916         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14917         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14918         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14919         Don't crap out when seeking back to position 0.
14920
14921 2005-04-28  Wim Taymans  <wim@fluendo.com>
14922
14923         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14924         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14925         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14926         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14927         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14928         Make audio sink configurable, use alsasink as default.
14929
14930 2005-04-28  Wim Taymans  <wim@fluendo.com>
14931
14932         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14933         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14934         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14935         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14936         (vorbis_dec_change_state):
14937         * ext/vorbis/vorbisdec.h:
14938         Refactor, use STREAM_LOCK.
14939
14940 2005-04-28  Wim Taymans  <wim@fluendo.com>
14941
14942         * ext/theora/theoradec.c: (_inc_granulepos),
14943         (theora_dec_sink_event), (theora_handle_comment_packet),
14944         (theora_handle_type_packet), (theora_handle_header_packet),
14945         (theora_handle_data_packet), (theora_dec_chain),
14946         (theora_dec_change_state):
14947         Refactor a bit, use STREAM_LOCK.
14948
14949 2005-04-28  Wim Taymans  <wim@fluendo.com>
14950
14951         * ext/alsa/Makefile.am:
14952         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14953         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14954         (gst_alsa_link), (gst_alsa_close_audio):
14955         * ext/alsa/gstalsaplugin.c: (plugin_init):
14956         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14957         (gst_alsasink_dispose), (gst_alsasink_base_init),
14958         (gst_alsasink_class_init), (gst_alsasink_init),
14959         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14960         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14961         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14962         (gst_alsasink_reset):
14963         * ext/alsa/gstalsasink.h:
14964         Implement alsasink with simple open/write/close API. 
14965         Make alsa dir build by disabling compilation of code.
14966
14967 2005-04-28  Wim Taymans  <wim@fluendo.com>
14968
14969         * gst-libs/gst/audio/Makefile.am:
14970         * gst-libs/gst/audio/audio.h:
14971         * gst-libs/gst/audio/audioclock.c:
14972         * gst-libs/gst/audio/audioclock.h:
14973         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14974         (gst_audio_clock_class_init), (gst_audio_clock_init),
14975         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14976         * gst-libs/gst/audio/gstaudioclock.h:
14977         * gst-libs/gst/audio/gstaudiosink.c:
14978         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14979         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14980         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14981         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14982         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14983         (gst_audiosink_create_ringbuffer):
14984         * gst-libs/gst/audio/gstbaseaudiosink.c:
14985         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14986         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14987         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14988         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14989         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14990         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14991         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14992         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14993         * gst-libs/gst/audio/gstbaseaudiosink.h:
14994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14995         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14996         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14997         (gst_ringbuffer_release), (gst_ringbuffer_play),
14998         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14999         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15000         (gst_ringbuffer_set_sample), (wait_segment),
15001         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15002         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15003         * gst-libs/gst/audio/gstringbuffer.h:
15004         Make ringbuffer faster and more simple by removing the locks
15005         in the playback thread.
15006         Add sample accurate playback based on buffer sample offsets.
15007         Make the baseaudiosink provide a clock.
15008         Parse caps in the base class.
15009         Correctly handle seeking, flushing and state changes.
15010
15011 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         * configure.ac:
15014         * gst/audioconvert/Makefile.am:
15015         * gst/audioscale/Makefile.am:
15016           Fix part of the build.  Come on guys, autogen didn't even work :)
15017
15018 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15019
15020         * configure.ac:
15021         * gst-libs/gst/Makefile.am:
15022         * gst-libs/gst/media-info/.cvsignore:
15023         * gst-libs/gst/media-info/Makefile.am:
15024         * gst-libs/gst/media-info/README:
15025         * gst-libs/gst/media-info/media-info-priv.c:
15026         * gst-libs/gst/media-info/media-info-priv.h:
15027         * gst-libs/gst/media-info/media-info-test.c:
15028         * gst-libs/gst/media-info/media-info.c:
15029         * gst-libs/gst/media-info/media-info.h:
15030         * gst-libs/gst/media-info/media-info.vcproj:
15031         * pkgconfig/Makefile.am:
15032         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15033         * pkgconfig/gstreamer-media-info.pc.in:
15034           Remove media-info, which is also successed by playbin (see Totem
15035           implementation).
15036
15037 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15038
15039         * configure.ac:
15040         * examples/Makefile.am:
15041         * examples/gstplay/.cvsignore:
15042         * examples/gstplay/Makefile.am:
15043         * examples/gstplay/player.c:
15044         * gst-libs/gst/Makefile.am:
15045         * gst-libs/gst/play/.cvsignore:
15046         * gst-libs/gst/play/Makefile.am:
15047         * gst-libs/gst/play/play.c:
15048         * gst-libs/gst/play/play.h:
15049         * gst-libs/gst/play/play.vcproj:
15050         * pkgconfig/Makefile.am:
15051         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15052         * pkgconfig/gstreamer-play.pc.in:
15053           Remove libgstplay, playbin is now the official successor.
15054
15055 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15056
15057         * configure.ac:
15058         * gst-libs/gst/Makefile.am:
15059         * gst-libs/gst/xwindowlistener/Makefile.am:
15060         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15061         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15062           Remove deprecated xwindowlistener (I've moved xwindowlistening
15063           in the v4l/v4l2 plugins over to serverside).
15064
15065 2005-04-25  David Schleef  <ds@schleef.org>
15066
15067         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15068         to examples/dynparams.  Examples do not belong interspersed with
15069         source code.
15070         * examples/dynparams/demo-dparams.c:
15071         * gst/sine/Makefile.am:
15072         * gst/sine/demo-dparams.c:
15073
15074 2005-04-25  David Schleef  <ds@schleef.org>
15075
15076         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15077         * gst-libs/gst/audio/Makefile.am:
15078         * gst-libs/gst/riff/Makefile.am:
15079         * gst-libs/gst/tag/Makefile.am:
15080         * gst-libs/gst/video/Makefile.am:
15081         * gst-libs/gst/xwindowlistener/Makefile.am:
15082
15083         Convert to 0.9 API, seems to work:
15084         * sys/ximage/Makefile.am:
15085         * sys/ximage/ximagesink.c:
15086
15087 2005-04-24  David Schleef  <ds@schleef.org>
15088
15089         Link plugins against libraries:
15090         * ext/alsa/Makefile.am:
15091         * gst/tcp/Makefile.am:
15092
15093         Remove asm code that should be in liboil
15094         * gst/videoscale/Makefile.am:
15095         * gst/videoscale/videoscale_x86_asm.s:
15096
15097         gettext wants these checked in:
15098         * po/af.po:
15099         * po/az.po:
15100         * po/cs.po:
15101         * po/en_GB.po:
15102         * po/hu.po:
15103         * po/it.po:
15104         * po/nb.po:
15105         * po/nl.po:
15106         * po/or.po:
15107         * po/sq.po:
15108         * po/sr.po:
15109         * po/sv.po:
15110         * po/uk.po:
15111         * po/vi.po:
15112
15113 2005-04-24  David Schleef  <ds@schleef.org>
15114
15115         Convert gst_main() to g_main_loop_run()
15116         * gst/playback/decodetest.c: (main):
15117         * gst/playback/test2.c: (main):
15118         * gst/playback/test3.c: (main):
15119         * gst/playback/test4.c: (main):
15120
15121         Link plugins against libraries:
15122         * ext/libvisual/Makefile.am:
15123         * sys/xvimage/Makefile.am:
15124
15125 2005-04-24  David Schleef  <ds@schleef.org>
15126
15127         * configure.ac: Remove idct and resample libs
15128         * gst-libs/gst/Makefile.am: same
15129
15130         Remove usage of gst_library_load():
15131         * ext/alsa/gstalsaplugin.c: (plugin_init):
15132         * ext/libvisual/visual.c: (plugin_init):
15133         * ext/ogg/gstogg.c: (plugin_init):
15134         * ext/theora/theora.c: (plugin_init):
15135         * ext/vorbis/vorbis.c: (plugin_init):
15136         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15137         * gst/audioscale/gstaudioscale.c:
15138         * gst/adder/gstadder.c: (plugin_init):
15139         * gst/audioconvert/plugin.c: (plugin_init):
15140         * sys/ximage/ximagesink.c: (plugin_init):
15141         * sys/xvimage/xvimagesink.c: (plugin_init):
15142         * gst/tcp/gsttcpplugin.c: (plugin_init):
15143
15144         Link plugins against libraries:
15145         * ext/ogg/Makefile.am:
15146         * ext/theora/Makefile.am:
15147         * ext/vorbis/Makefile.am:
15148         * gst/audioconvert/Makefile.am:
15149
15150         Create proper libraries:
15151         * gst-libs/gst/riff/Makefile.am:
15152         * gst-libs/gst/audio/Makefile.am:
15153         * gst-libs/gst/video/Makefile.am:
15154
15155         Move resample library to audioscale plugin directory:
15156         * gst-libs/gst/resample/Makefile.am:
15157         * gst-libs/gst/resample/README:
15158         * gst-libs/gst/resample/dtof.c:
15159         * gst-libs/gst/resample/dtos.c:
15160         * gst-libs/gst/resample/functable.c:
15161         * gst-libs/gst/resample/private.h:
15162         * gst-libs/gst/resample/resample.c:
15163         * gst-libs/gst/resample/resample.h:
15164         * gst-libs/gst/resample/resample.vcproj:
15165         * gst-libs/gst/resample/test.c:
15166         * gst/audioscale/Makefile.am:
15167         * gst/audioscale/README:
15168         * gst/audioscale/dtof.c:
15169         * gst/audioscale/dtos.c:
15170         * gst/audioscale/functable.c:
15171         * gst/audioscale/private.h:
15172         * gst/audioscale/resample.c:
15173         * gst/audioscale/resample.h:
15174         * gst/audioscale/test.c:
15175
15176         Move tagedit library to gst-libs:
15177         * gst-libs/gst/tag/Makefile.am:
15178         * gst-libs/gst/tag/gstid3tag.c:
15179         * gst-libs/gst/tag/gsttagediting.c:
15180         * gst-libs/gst/tag/gsttageditingprivate.h:
15181         * gst-libs/gst/tag/gstvorbistag.c:
15182         * gst/tags/Makefile.am:
15183         * gst/tags/gstid3tag.c:
15184         * gst/tags/gstvorbistag.c:
15185
15186         Fix for core changes:
15187         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15188         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15189         (gst_sinesrc_getrange):
15190
15191 2005-04-23  David Schleef  <ds@schleef.org>
15192
15193         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15194         in gst-plugins in a long time, and properly belongs in liboil.
15195         * gst-libs/gst/idct/Makefile.am:
15196         * gst-libs/gst/idct/README:
15197         * gst-libs/gst/idct/dct.h:
15198         * gst-libs/gst/idct/doieee:
15199         * gst-libs/gst/idct/fastintidct.c:
15200         * gst-libs/gst/idct/floatidct.c:
15201         * gst-libs/gst/idct/idct.c:
15202         * gst-libs/gst/idct/idct.h:
15203         * gst-libs/gst/idct/idtc.vcproj:
15204         * gst-libs/gst/idct/ieeetest.c:
15205         * gst-libs/gst/idct/intidct.c:
15206
15207 2005-04-20  Wim Taymans  <wim@fluendo.com>
15208
15209         * docs/design-audiosinks.txt:
15210         * gst-libs/gst/audio/Makefile.am:
15211         * gst-libs/gst/audio/TODO:
15212         * gst-libs/gst/audio/gstaudiosink.c:
15213         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15214         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15215         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15216         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15217         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15218         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15219         (gst_audiosink_class_init), (gst_audiosink_init),
15220         (gst_audiosink_create_ringbuffer):
15221         * gst-libs/gst/audio/gstaudiosink.h:
15222         * gst-libs/gst/audio/gstbaseaudiosink.c:
15223         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15224         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15225         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15226         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15227         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15228         (gst_baseaudiosink_create_ringbuffer),
15229         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15230         * gst-libs/gst/audio/gstbaseaudiosink.h:
15231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15232         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15233         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15234         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15235         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15236         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15237         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15238         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15239         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15240         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15241         * gst-libs/gst/audio/gstringbuffer.h:
15242         An attempt at a set of audio base classes together with some
15243         design docs.
15244
15245 2005-04-20  Wim Taymans  <wim@fluendo.com>
15246
15247         * gst/audioconvert/Makefile.am:
15248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15249         (gst_audio_convert_caps_remove_format_info),
15250         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15251         (gst_audio_convert_channels):
15252         Link against audio libs.
15253         Fix audio convert plugin.
15254
15255 2005-04-20  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15258         (gst_ogg_demux_sink_activate):
15259         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15260         (theora_set_header_on_caps), (theora_enc_sink_event),
15261         (theora_enc_chain):
15262         Fix theora encoder.
15263
15264 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15265
15266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15267         * gst/playback/gstdecodebin.c: (find_compatibles):
15268           Work with staticpadtemplates in elementfactories.
15269
15270 2005-04-12  Wim Taymans  <wim@fluendo.com>
15271
15272         * gst/playback/README:
15273         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15274         (compare_ranks), (print_feature), (gst_decode_bin_init),
15275         (dynamic_create), (dynamic_free), (find_compatibles),
15276         (mimetype_is_raw), (close_pad_link), (got_redirect),
15277         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15278         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15279         (gst_decode_bin_change_state):
15280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15281         (gst_play_base_bin_init), (group_destroy), (group_commit),
15282         (check_queue), (queue_overrun), (queue_threshold_reached),
15283         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15284         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15285         (got_redirect), (setup_source), (play_base_eos),
15286         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15287         (gst_play_base_bin_remove_element):
15288         * gst/playback/gstplaybasebin.h:
15289         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15290         (gst_play_bin_init), (gst_play_bin_dispose),
15291         (gst_play_bin_set_property), (gen_video_element),
15292         (gen_text_element), (gen_audio_element), (remove_sinks),
15293         (gst_play_bin_send_event):
15294         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15295         (stream_info_change_state), (gst_stream_info_set_mute):
15296         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15297         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15298         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15299         (gst_stream_selector_chain):
15300         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15301         (main):
15302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15303         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15304         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15305         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15306         Raw and crude port of decodebin. 
15307         Make playbin compile.
15308
15309 2005-04-06  Wim Taymans  <wim@fluendo.com>
15310
15311         * ext/gnomevfs/Makefile.am:
15312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15313         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15314         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15315         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15316         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15317         (gst_gnomevfssrc_stop):
15318         * ext/ogg/Makefile.am:
15319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15320         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15321         * ext/theora/Makefile.am:
15322         * ext/theora/theoradec.c: (_inc_granulepos),
15323         (theora_dec_sink_event), (theora_dec_chain):
15324         * ext/vorbis/Makefile.am:
15325         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15326         (vorbis_dec_sink_event), (vorbis_dec_chain):
15327         * gst-libs/gst/audio/Makefile.am:
15328         * sys/xvimage/Makefile.am:
15329         Make gnomevfssrc extend the source base class.
15330         Fix linking against libs in various plugins.
15331
15332 2005-04-06  Andy Wingo  <wingo@pobox.com>
15333
15334         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15335         GST_BASE_LIBS.
15336
15337         * configure.ac: Add check and AC_SUBST for libgstbase.
15338
15339 2005-03-31  Wim Taymans  <wim@fluendo.com>
15340
15341         * examples/seeking/Makefile.am:
15342         * examples/seeking/cdparanoia.c: (main):
15343         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15344         (play_cb), (pause_cb), (stop_cb), (main):
15345         * examples/seeking/playbin.c:
15346         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15347         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15348         (make_sid_pipeline), (make_vorbis_pipeline),
15349         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15350         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15351         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15352         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15353         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15354         (stop_cb), (main):
15355         * examples/seeking/spider_seek.c:
15356         * examples/seeking/vorbisfile.c:
15357         * ext/gnomevfs/Makefile.am:
15358         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15360         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15361         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15362         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15363         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15364         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15365         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15366         * ext/ogg/README:
15367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15368         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15369         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15370         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15371         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15372         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15373         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15374         (gst_ogg_demux_factory_filter), (compare_ranks),
15375         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15376         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15377         (gst_ogg_chain_new), (gst_ogg_chain_free),
15378         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15379         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15380         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15381         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15382         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15383         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15384         (gst_ogg_demux_get_prev_page),
15385         (gst_ogg_demux_deactivate_current_chain),
15386         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15387         (gst_ogg_demux_bisect_forward_serialno),
15388         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15389         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15390         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15391         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15392         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15393         (gst_ogg_demux_change_state), (gst_ogg_print):
15394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15395         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15396         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15397         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15398         (gst_ogg_mux_loop):
15399         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15400         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15401         (theora_dec_src_convert), (theora_dec_sink_convert),
15402         (theora_dec_src_query), (theora_dec_src_event),
15403         (theora_dec_sink_event), (theora_dec_chain),
15404         (theora_dec_change_state):
15405         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15406         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15407         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15408         (theora_enc_change_state):
15409         * ext/vorbis/Makefile.am:
15410         * ext/vorbis/oggvorbisenc.c:
15411         * ext/vorbis/oggvorbisenc.h:
15412         * ext/vorbis/vorbis.c: (plugin_init):
15413         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15414         (vorbis_dec_src_query), (vorbis_dec_src_event),
15415         (vorbis_dec_sink_event), (vorbis_dec_chain),
15416         (vorbis_dec_change_state):
15417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15418         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15419         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15420         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15421         (gst_vorbisenc_change_state):
15422         * ext/vorbis/vorbisenc.h:
15423         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15424         * gst-libs/gst/audio/audioclock.c:
15425         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15426         (gst_audiofilter_init), (gst_audiofilter_chain):
15427         * gst-libs/gst/audio/testchannels.c: (main):
15428         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15429         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15430         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15431         (gmip_find_track_streaminfo), (gmip_find_track_format):
15432         * gst-libs/gst/media-info/media-info.c:
15433         (gst_media_info_read_idler):
15434         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15435         (gst_play_get_all_by_interface):
15436         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15437         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15438         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15439         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15440         (gst_riff_parse_info):
15441         * gst-libs/gst/riff/riff-read.h:
15442         * gst-libs/gst/riff/riff.c: (plugin_init):
15443         * gst-libs/gst/video/Makefile.am:
15444         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15445         (gst_videosink_class_init), (gst_videosink_get_type):
15446         * gst-libs/gst/video/videosink.h:
15447         * gst/audioconvert/bufferframesconvert.c:
15448         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15449         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15450         * gst/audioconvert/channelmixtest.c: (main):
15451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15452         (gst_audio_convert_chain),
15453         (gst_audio_convert_caps_remove_format_info),
15454         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15455         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15456         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15457         (gst_audio_convert_buffer_to_default_format),
15458         (gst_audio_convert_buffer_from_default_format),
15459         (gst_audio_convert_channels):
15460         * gst/audioconvert/gstchannelmix.h:
15461         * gst/ffmpegcolorspace/avcodec.h:
15462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15463         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15464         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15465         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15466         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15467         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15468         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15469         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15470         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15471         (dv_type_find):
15472         * gst/videotestsrc/gstvideotestsrc.c:
15473         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15474         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15475         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15476         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15477         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15478         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15479         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15481         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15482         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15483         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15484         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15485         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15486         (gst_xvimagesink_navigation_send_event),
15487         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15488         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15489         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15490         * sys/xvimage/xvimagesink.h:
15491         Plugin port to 0.9, ogg/theora playback should work in the seek
15492         example now.
15493         Removed old examples.
15494         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15495         explained in 0.9 TODO doc.
15496
15497
15498 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15499
15500         * autogen.sh:
15501         * configure.ac:
15502         * ext/Makefile.am:
15503         * gst/Makefile.am:
15504         * po/POTFILES.in:
15505         * po/af.po:
15506         * po/az.po:
15507         * po/cs.po:
15508         * po/en_GB.po:
15509         * po/hu.po:
15510         * po/it.po:
15511         * po/nb.po:
15512         * po/nl.po:
15513         * po/or.po:
15514         * po/sq.po:
15515         * po/sr.po:
15516         * po/sv.po:
15517         * po/uk.po:
15518         * po/vi.po:
15519         * sys/Makefile.am:
15520         * testsuite/Makefile.am:
15521           remove a whole bunch of plugins.  This module now contains a set
15522           of free reference plugins/elements as agreed.
15523
15524 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15525
15526         * configure.ac:
15527           hunting season on 0.9 is now OPEN
15528
15529 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15530
15531         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15532           Kick the hell out of gcc for not warning me about a symbol conflict.
15533
15534 2005-02-22  Luca Ognibene  <luogni@tin.it>
15535
15536         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15539           Don't leak caps string (fixes #168134)
15540
15541         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15542         (gst_jpegenc_init), (gst_jpegenc_finalize),
15543         (gst_jpegenc_change_state):
15544           Don't leak line buffers and context struct (fixes #168133).
15545
15546 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * configure.ac:
15549         * ext/dirac/gstdiracdec.cc:
15550         (gst_diracdec_chain):
15551           Since dirac 0.5.0 the framerate in dirac is expressed as a
15552           rational number. Fix build and up requirement to 0.5.0, and
15553           also pass parameters to gst_diracdec_link in the right order
15554           (fixes #167959).
15555
15556 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15557
15558         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15559         * ext/faad/gstfaad.h:
15560         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15561         certain invalid muxed streams, where some packets will contain 
15562         junk after decoder data. Partially fixes #149158.
15563
15564 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15565         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15566           Make sure we only write to writable buffers
15567
15568 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         * gst-libs/gst/riff/riff-media.c:
15571         (gst_riff_create_audio_caps_with_data):
15572           Do actually fix invalid RIFF fmt header values for alaw
15573           and mulaw audio instead of just saying so.
15574
15575         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15576           Give gst_riff_create_audio_caps_with_data() a chance to
15577           fix up broken format header fields before extracting any
15578           parameters from the header. (fixes #167633)
15579
15580 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15581
15582         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15583
15584         * gst/audioconvert/bufferframesconvert.c:
15585         (buffer_frames_convert_link):
15586           Don't leak othercaps. (fixes #167878)
15587
15588 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15589
15590         * configure.ac:
15591         * ext/libvisual/visual.c: (gst_visual_srclink),
15592         (gst_visual_change_state):
15593           Support libvisual 0.2.0.
15594
15595 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15596
15597         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15599           Use same rowstrides for I420 as used everywhere else.
15600
15601 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15604           Declare variables at beginning of block and make gcc-2.95 happy
15605           (fixes # 167482, patch by Gergely Nagy).
15606           
15607         * gst/tcp/gsttcpclientsrc.c:
15608         * gst/tcp/gsttcpclientsrc.h:
15609           Move some includes into the header, so that struct sockaddr_in is
15610           defined when it should be defined on FreeBSD as well (fixes
15611           #167483).
15612           
15613         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15614           Don't pass uninitialised values to setsockopt() here either.
15615
15616 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15617
15618         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15621           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15622
15623 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * gst/playback/gstplaybin.c: (add_sink):
15626           Invert bin_add/link order to workaround deadlock in opt.
15627
15628 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15629
15630         * gst/modplug/gstmodplug.cc:
15631           Add missing break causing position queries to fail.
15632
15633 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15634
15635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15636           Granpos can apparently be -1, which screws up calculations...
15637
15638 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15639
15640         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15641         (gst_ximagesink_send_pending_navigation),
15642         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15643         (gst_ximagesink_init):
15644         * sys/ximage/ximagesink.h:
15645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15646         (gst_xvimagesink_send_pending_navigation),
15647         (gst_xvimagesink_navigation_send_event),
15648         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15649         * sys/xvimage/xvimagesink.h:
15650           Use a mutex protected list to marshal navigation
15651           events into the stream thread from whichever thread
15652           sends them.
15653
15654 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15655
15656         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15657           Display current position and track length; misc. clean-ups.
15658           
15659         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15660         (speed_init), (speed_chain):
15661           Add query function, so that the stream length and current position
15662           get adjusted when queried (note that current position queries may
15663           still be wrong if the audio sink returns values based on buffer
15664           timestamps instead of passing on the query).
15665
15666 2005-02-13  Benjamin Otte  <otte@gnome.org>
15667
15668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15669         (gst_audio_convert_channels):
15670           create channel conversion matrix when linking
15671         * gst/audioconvert/.cvsignore:
15672         * gst/audioconvert/Makefile.am:
15673         * gst/audioconvert/channelmixtest.c: (main):
15674           add (ugly) test that ensures stereo <=> mono conversion works
15675           correctly
15676
15677 2005-02-13  Benjamin Otte  <otte@gnome.org>
15678
15679         * gst/audioconvert/gstchannelmix.h:
15680           include missing header file
15681         * gst/audioconvert/gstchannelmix.c:
15682         (gst_audio_convert_fill_compatible):
15683           use same sign for both channels when converting to/from compatible
15684           channel. Previously used different signs made the signals cancel
15685           each other out and appear like silence. (fixes #167269)
15686
15687 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * gst/ffmpegcolorspace/avcodec.h:
15690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15691         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15692         (gst_ffmpegcsp_avpicture_fill):
15693         * gst/ffmpegcolorspace/imgconvert.c:
15694           Convert to and from YV12 (fixes #156379).
15695
15696 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15697
15698         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15699         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15700         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15701         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15702         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15703         methods from chain and negotiation and vice versa (Fixes #166142).
15704         * sys/ximage/ximagesink.h: Add stream_lock.
15705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15706         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15707         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15708         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15709
15710 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15711
15712         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15713           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15714           error message when we can't open the DVD device (when dvdnav_open()
15715           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15716           the above). Send something more useful instead (fixes #167117).
15717
15718 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15719
15720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15721         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15722         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15723         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15724         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15725         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15726         methods from chain and negotiation and vice versa (Fixes #166142).
15727         Fix a possible bug of images in the buffer pool being discarded because
15728         we are looking at the wrong geometry.
15729         * sys/xvimage/xvimagesink.h: Add stream_lock.
15730
15731 2005-02-11  David Schleef  <ds@schleef.org>
15732
15733         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15734         unsigned int. (fixes #167128)
15735
15736 2005-02-11  David Schleef  <ds@schleef.org>
15737
15738         * gst/librfb/Makefile.am: Testing stuff before committing is
15739           for wimps... and people with fast machines.  Fix stupid
15740           mistake.
15741
15742 2005-02-11  David Schleef  <ds@schleef.org>
15743
15744         * configure.ac: Pull in librfb from my CVS tree, because it is
15745           too small and annoying to be separate.  Move rfbsrc plugin
15746           to gst/.
15747         * ext/Makefile.am:
15748         * ext/librfb/Makefile.am:
15749         * ext/librfb/gstrfbsrc.c:
15750         * gst/librfb/Makefile.am:
15751         * gst/librfb/gstrfbsrc.c:
15752         * gst/librfb/rfb.c:
15753         * gst/librfb/rfb.h:
15754         * gst/librfb/rfbbuffer.c:
15755         * gst/librfb/rfbbuffer.h:
15756         * gst/librfb/rfbbytestream.c:
15757         * gst/librfb/rfbbytestream.h:
15758         * gst/librfb/rfbcontext.h:
15759         * gst/librfb/rfbdecoder.c:
15760         * gst/librfb/rfbdecoder.h:
15761         * gst/librfb/rfbutil.h:
15762
15763 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * gst/speed/Makefile.am:
15766         * gst/speed/demo-mp3.c: (main):
15767         * gst/speed/filter.func:
15768         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15769         (speed_class_init), (speed_init), (speed_chain_int16),
15770         (speed_chain_float32), (speed_chain), (speed_set_property),
15771         (speed_get_property), (speed_change_state):
15772         * gst/speed/gstspeed.h:
15773           Fix speed element and make it chain-based (fixes #156467),
15774           and make it handle more than one channel.
15775
15776 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15777
15778         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15779         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15780         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15781         * ext/dts/gstdtsdec.h:
15782           Don't clobber the stack constructing the channels array.
15783           Make the element chain-based. DTS tracks can now be played.
15784           
15785 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * gst-libs/gst/audio/multichannel.h:
15788         * gst-libs/gst/gconf/gconf.h:
15789         * gst-libs/gst/idct/idct.h:
15790         * gst-libs/gst/media-info/media-info-priv.h:
15791         * gst-libs/gst/play/play.h:
15792         * gst-libs/gst/resample/private.h:
15793         * gst-libs/gst/resample/resample.h:
15794         * gst-libs/gst/riff/riff-ids.h:
15795         * gst-libs/gst/video/video.h:
15796         * gst-libs/gst/video/videosink.h:
15797           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15798           missing, so that they work when included from C++ code.
15799
15800 2005-02-09  David Schleef  <ds@schleef.org>
15801
15802         * testsuite/gst-lint: Check for non-statically scoped
15803           parent_class variables.  This won't be a problem once
15804           plugins are loaded with RTLD_LOCAL.
15805
15806 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15807
15808         * ext/mplex/gstmplexibitstream.cc:
15809           gcc madness.
15810
15811 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15812
15813         * ext/ogg/gstogmparse.c:
15814         * gst/debug/gstnavigationtest.c:
15815           Die, thou faulty symbol pollutors (non-static parent_class).
15816
15817 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15818
15819         * ext/mplex/gstmplexibitstream.cc:
15820           Fix event handling (#165525).
15821
15822 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15823
15824         * ext/mikmod/gstmikmod.c:
15825         * gst/modplug/gstmodplug.cc:
15826           Add missing endianness to template (fixes #165509).
15827
15828 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15829
15830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15831           Fix wrong order of reading of optional bytes (#165290).
15832
15833 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15834
15835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15836           Implement FILLER event awareness.
15837
15838 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15839
15840         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15841           Fix track calculations (#166208).
15842
15843 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15844
15845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15846
15847         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15848         * ext/libpng/gstpngenc.c:
15849           Fix byte-order, use proper fixed caps. Fixes #164197.
15850
15851 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15852
15853         * configure.ac:
15854           Add dvdlpcmdec 
15855
15856         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15857         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15858           Don't push buffers if the src pad isn't negotiated yet.
15859           
15860         * gst/audioconvert/gstaudioconvert.c:
15861         (gst_audio_convert_buffer_to_default_format),
15862         (gst_audio_convert_buffer_from_default_format):
15863           Add support for 24-bit width.
15864
15865         * gst/dvdlpcmdec/.cvsignore:
15866         * gst/dvdlpcmdec/Makefile.am:
15867         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15868         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15869         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15870         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15871         (plugin_init):
15872         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15873           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15874           format. Needs support for the channels maps if someone can find 
15875           a DVD LPCM track with > 2 channels.
15876
15877         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15878         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15879         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15880         * gst/mpegstream/gstdvddemux.h:
15881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15882         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15883         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15884         * gst/mpegstream/gstmpegdemux.h:
15885         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15886         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15887         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15888         (gst_mpeg_parse_handle_src_query),
15889         (gst_mpeg_parse_handle_src_event):
15890           Use audio/x-dvd-lpcm for LPCM output.
15891           Add DTS output.
15892
15893 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15894
15895         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15896
15897         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15898         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15899           Add BGRA handling (#165736).
15900
15901 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15902
15903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15904
15905         * gst/law/alaw-decode.c: (alawdec_link):
15906         * gst/law/alaw-encode.c: (alawenc_link):
15907         * gst/law/mulaw-decode.c: (mulawdec_link):
15908         * gst/law/mulaw-encode.c: (mulawenc_link):
15909           Fix caps memleaks (#166600).
15910
15911 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * ext/tarkin/mem.h:
15914         * ext/tarkin/wavelet.h:
15915         * ext/tarkin/yuv.h:
15916         * gst/ffmpegcolorspace/avcodec.h:
15917           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15918           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15919
15920 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15921
15922         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15924         (gst_xvimagesink_change_state):
15925           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15926           Xv video (and thereby regenerate Xv colourkey) in clear() so
15927           that PLAY -> READY -> PLAY works (fixes #162504).
15928
15929 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15930
15931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15932           Switch to list instead of range, since MJPEG-devices really just
15933           support decimations, not any size.
15934
15935 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15936         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15937         (gst_mpeg2dec_reset), (free_all_buffers),
15938         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15939         * ext/mpeg2dec/gstmpeg2dec.h:
15940           The libmpeg2 user-allocated buffer management is awkward, 
15941           to say the least. Hopefully this fixes things.
15942
15943 2005-02-04  Andy Wingo  <wingo@pobox.com>
15944
15945         * gst/audioconvert/bufferframesconvert.c
15946         (buffer_frames_convert_fixate): New function, fixates to 256
15947         frames per buffer by default. (Much better than 1.)
15948         (buffer_frames_convert_init): Set the fixate function for both src
15949         and sink pad.
15950         (buffer_frames_convert_link): After success setting nonfixed caps,
15951         get the negotiated caps so we can know how many buffer-frames it
15952         will be. No idea how this worked at all before.
15953
15954 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15955
15956         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15957         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15958         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15959         (handle_sequence), (handle_picture):
15960         * ext/mpeg2dec/gstmpeg2dec.h:
15961           Rearrange buffer tracking and refcounting and refactor
15962           a little for readability. 
15963
15964 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15965         * sys/v4l/gstv4l.c: (plugin_init):
15966         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15967         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15968         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15969         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15970         * sys/v4l/gstv4ljpegsrc.h:
15971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15972         * sys/v4l/v4l_calls.h:
15973         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15974         (gst_v4lsrc_get_fps):
15975         * sys/v4l/v4lsrc_calls.h:
15976           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15977           you jpeg inside rgb frames" driver.
15978           Don't error in the v4lsrc link function, just return 
15979           REFUSED.
15980
15981 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15982
15983         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15984         (gst_qcamsrc_open):
15985           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15986
15987 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15988
15989         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15990           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15991
15992 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15993
15994         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15995           Reset negotiated state on PAUSED->READY.
15996
15997 2005-02-02  David Schleef  <ds@schleef.org>
15998
15999         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16000         whereever possible.  (Fixes #165997)
16001         * examples/capsfilter/capsfilter1.c: (main):
16002         * examples/dynparams/filter.c: (create_ui):
16003         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16004         * examples/seeking/chained.c: (main):
16005         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16006         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16007         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16008         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16009         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16010         * examples/switch/switcher.c: (main):
16011         * ext/dv/demo-play.c: (main):
16012         * ext/faad/gstfaad.c: (gst_faad_change_state):
16013         * ext/mad/gstmad.c: (gst_mad_chain):
16014         * ext/smoothwave/demo-osssrc.c: (main):
16015         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16016         (gst_gconf_render_bin_from_description),
16017         (gst_gconf_get_default_audio_sink),
16018         (gst_gconf_get_default_video_sink),
16019         (gst_gconf_get_default_audio_src),
16020         (gst_gconf_get_default_video_src),
16021         (gst_gconf_get_default_visualization_element):
16022         * gst/level/demo.c: (main):
16023         * gst/level/plot.c: (main):
16024         * gst/playback/gstplaybin.c: (gen_video_element),
16025         (gen_audio_element):
16026         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16027         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16028         * gst/sine/demo-dparams.c: (main):
16029         * gst/spectrum/demo-osssrc.c: (main):
16030         * gst/speed/demo-mp3.c: (main):
16031         * gst/volume/demo.c: (main):
16032         * testsuite/embed/embed.c: (main):
16033
16034 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16035
16036         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16037         (gst_tcpclientsink_finalize):
16038         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16039         (gst_tcpclientsrc_finalize):
16040         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16041         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16043         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16044           Don't leak the hostname when shutting down.
16045           In tcpserversrc, take a copy of the default hostname.
16046
16047 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16048
16049         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16050           Set caps to systemstream=TRUE.
16051
16052 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16053
16054         * testsuite/Makefile.am:
16055           Fix more OSX buildbots.
16056
16057 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16058
16059         * ext/mpeg2dec/gstmpeg2dec.c:
16060           Don't send things to NULL PAD_PEERs
16061
16062         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16063           Copy-on-write the incoming buffer.
16064
16065         * gst/mpegstream/gstdvddemux.h:
16066         * gst/mpegstream/gstmpegclock.h:
16067         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16068         (normal_seek), (gst_mpeg_demux_handle_src_event):
16069         * gst/mpegstream/gstmpegdemux.h:
16070         * gst/mpegstream/gstmpegpacketize.h:
16071         * gst/mpegstream/gstmpegparse.c:
16072         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16073         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16074         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16075         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16076         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16077         * gst/mpegstream/gstmpegparse.h:
16078         * gst/mpegstream/gstrfc2250enc.h:
16079           Various changes to the way time is computed that make seeking and
16080           total time estimation much better here.
16081           Use G_BEGIN/END_DECLS instead of __cplusplus
16082
16083         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16084           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16085
16086 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * gst/subparse/gstsubparse.c:
16089           Fix OSX buildbot.
16090
16091 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16092
16093         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16094         (theora_enc_chain), (theora_enc_change_state):
16095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16096         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16097         (gst_vorbisenc_change_state):
16098         * ext/vorbis/vorbisenc.h:
16099           Set granulepos and timestamp correctly for streams not
16100           starting at 0, taking into account the initial delay.
16101
16102 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16103
16104         * gst/mpegstream/gstdvddemux.c:
16105           Add audio/x-dts to audio pad template caps
16106
16107 2005-01-30  David Schleef  <ds@schleef.org>
16108
16109         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16110         (create_context), (gst_polypsink_link): Fix silly endianness
16111         bug.  Add some debugging.  Remove float from caps; it doesn't
16112         work.  Attempt to get remote audio working.
16113
16114 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16115
16116         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16117           Add 3IV2 fourcc.
16118
16119 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16120
16121         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16122         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16123         (gst_avi_demux_stream_data):
16124         * gst/avi/gstavidemux.h:
16125           Invert DIB images. Fixes #132341.
16126
16127 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16128
16129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16130         (gst_ffmpegcsp_chain):
16131           D'oh, reference the palette data, not the palette structure.
16132           Fixes color distortion in #132341.
16133
16134 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16135
16136         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16137           PAR can be non-fixed when not provided as argument (#162626).
16138
16139 2005-01-29  David Moore  <dcm@acm.org>
16140
16141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16142
16143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16144         (gst_qtdemux_loop_header):
16145           Re-apply patch from #142272 that allows non-seekable sources,
16146           re-proposed by Daniel Drake <dsd@gentoo.org>.
16147
16148 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16149
16150         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16151           Use the src template for creating the src pad (#162330).
16152
16153 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16154
16155         * configure.ac:
16156         * ext/musepack/Makefile.am:
16157         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16158         (gst_musepackdec_init), (gst_musepackdec_dispose),
16159         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16160         (gst_musepack_stream_init), (gst_musepackdec_loop),
16161         (gst_musepackdec_change_state):
16162         * ext/musepack/gstmusepackdec.cpp:
16163         * ext/musepack/gstmusepackdec.h:
16164         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16165         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16166         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16167         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16168         * ext/musepack/gstmusepackreader.cpp:
16169         * ext/musepack/gstmusepackreader.h:
16170           Update to 1.1 API (#165446).
16171
16172 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16173
16174         * ext/Makefile.am:
16175           Unbreak buildbot.
16176
16177 2005-01-28  Andy Wingo  <wingo@pobox.com>
16178
16179         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16180         to reflect a different dubious internet source. Add a reference
16181         and some commentary.
16182
16183 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16184
16185         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16186         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16187         * gst/playback/gststreamselector.h:
16188           Be more selective when we're redoing caps negotiation from
16189           within the chain function on a stream change.
16190
16191 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * configure.ac:
16194         * ext/Makefile.am:
16195         * ext/amrnb/Makefile.am:
16196         * ext/amrnb/amrnb.c: (plugin_init):
16197         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16198         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16199         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16200         (gst_amrnbdec_state_change):
16201         * ext/amrnb/amrnbdec.h:
16202         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16203         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16204         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16205         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16206         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16207         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16208         * ext/amrnb/amrnbparse.h:
16209           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16210         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16211           Add AMR-NB/-WB raw formats.
16212         * ext/alsa/gstalsa.c: (gst_alsa_link):
16213           Keep valid time when changing format.
16214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16215         (qtdemux_parse_trak):
16216           Add some more format-specific options (#140141, #143555, #155163).
16217
16218 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16219
16220         * gst/matroska/matroska-demux.c:
16221         (gst_matroska_demux_parse_blockgroup):
16222           Fix logic error in timing of subtitle stream synchronization.
16223         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16224           Add skip-chunk, which is found in kodak-camera streams.
16225
16226 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16227
16228         * po/LINGUAS:
16229         * po/vi.po:
16230           Adding Vietnamese translation (submitted by Clytie Siddall)
16231
16232 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16233
16234         * gst/playback/gstdecodebin.c: (try_to_link_1):
16235           Use realpad for signal.
16236
16237 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16238
16239         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16240           Fix category so decodebin picks it up.
16241
16242 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16243
16244         * ext/mad/Makefile.am:
16245         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16246         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16247         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16248         (found_type), (gst_id3demux_bin_change_state):
16249         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16250         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16251         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16252         (gst_id3_tag_change_state), (plugin_init):
16253         * ext/mad/gstmad.h:
16254           Add id3demuxbin (which is a simple bin consisting of id3demux
16255           and typefind), take over rank from id3demux, remove typefind
16256           code from id3demux. Makes all broken mp3s that I know of work,
16257           and thereby fixes #152688.
16258
16259 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16260
16261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16262
16263         * ext/mad/gstmad.c: (gst_mad_src_event):
16264         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16265           Allow seeks on audio pad, make mad forward those (#164826).
16266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16267           Set duration (#165335).
16268
16269 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16270
16271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16272         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16273         (gst_asf_demux_process_ext_content_desc),
16274         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16275         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16276         * gst/asfdemux/gstasfdemux.h:
16277           Improve metadata display, e.g. if the metadata comes before the
16278           streams are loaded (which is perfectly valid).
16279
16280 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16281
16282         * tools/gst-launch-ext-m.m:
16283           Fix AVI/ASF pipelines (#165340).
16284
16285 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16286         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16287         build failure on amd64
16288
16289 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16292         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16293           Check environment variables GST_ID3V2_TAG_ENCODING,
16294           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16295           list of character encodings to force interpretation of non-unicode
16296           strings stored in an ID3v2 tag to a particular encoding. If none
16297           is specified, try to use current locale's encoding, then fall back
16298           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16299         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16300         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16301           Check environment variables GST_ID3V1_TAG_ENCODING,
16302           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16303           list of character encodings to use in case a string encountered
16304           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16305           specified, try to use the current locale's encoding, then fall
16306           back to ISO-8859-1 (which will always succeed).
16307
16308 2005-01-25  Benjamin Otte  <otte@gnome.org>
16309
16310         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16311           - on half framerate, compute the rate in advance so the comparisons
16312             don't compare wrong values
16313           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16314             behaviour
16315           - don't use mad_header_decode anymore, mad_frame_decode does that
16316             automatically
16317           - when getting rid of consumed bytes, reset the stream's skiplen
16318           (fixes #163867)
16319
16320 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16321
16322         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16323           Use 1/2 a second for default max_discont, as PES streams from DVB
16324           seem to have larger spacings in the SCR. 
16325           Fix a typo.
16326
16327 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * gst/playback/gstplaybasebin.c: (group_commit):
16330           Notify delayed stream-info availability.
16331
16332 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16333         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16334         (gst_a52dec_handle_event), (gst_a52dec_chain):
16335         Add some debug output. Check that a discont has a valid
16336         time associated.
16337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16338         (gst_alsa_sink_loop):
16339         Ignore TAG events. A little extra debug for broken timestamps.
16340         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16341         (dvdnavsrc_change_state):
16342         Ensure we send a discont to engage the link before we send any
16343         other events.
16344         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16345         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16346         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16347         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16348         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16349         dvd://title works in totem because typefinding sends a seek that ends
16350         up going back to chapter 1 regardless.
16351         * ext/mpeg2dec/gstmpeg2dec.c:
16352         * ext/mpeg2dec/gstmpeg2dec.h:
16353         Output correct timestamps and handle disconts.
16354         * ext/ogg/gstoggdemux.c: (get_relative):
16355         Small guard against a null dereference.
16356         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16357         (gst_textoverlay_set_property):
16358         Free memory when done. Don't call gst_event_filler_get_duration on
16359         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16360         g_warning.
16361         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16362         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16363         (gst_sw_srclink), (gst_smoothwave_chain):
16364         Draw solid lines, prettier colours.
16365         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16366         Add a default palette that'll work for some movies.
16367         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16368         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16369         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16370         * gst/mpegstream/gstdvddemux.h:
16371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16372         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16373         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16374         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16375         * gst/mpegstream/gstmpegparse.h:
16376         Use PTM/NAV events when for timestamp adjustment when connected to 
16377         dvdnavsrc. Don't use many discont events where one suffices.
16378         * gst/playback/gstplaybasebin.c: (group_destroy),
16379         (gen_preroll_element), (gst_play_base_bin_add_element):
16380         * gst/playback/gstplaybasebin.h:
16381         Make sure we remove subtitles from the same bin we put them in.
16382         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16383         (gst_subparse_buffer_format_autodetect),
16384         (gst_subparse_change_state):
16385         Fix some memleaks and invalid accesses.
16386         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16387         (oggskel_type_find), (cmml_type_find), (plugin_init):
16388         Some typefind functions for Annodex v3.0 files
16389         * gst/wavparse/gstwavparse.h:
16390         GstRiffReadClass is the correct parent class.
16391
16392 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16393
16394         * gst-libs/gst/riff/riff-media.c:
16395         (gst_riff_create_video_caps_with_data):
16396           Add extradata to huffyuv (fixes #165013).
16397         * gst-libs/gst/riff/riff-read.c:
16398         (gst_riff_read_strf_vids_with_data):
16399           Fix extradata extraction if it is in the chunk size.
16400
16401 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16402
16403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16404
16405         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16406         (gst_quarktv_change_state), (gst_quarktv_dispose):
16407           Memory free'ing location fix (#164708).
16408
16409 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16410
16411         * gst/playback/gstplaybasebin.c: (group_commit),
16412         (gen_preroll_element), (probe_triggered), (gen_source_element),
16413         (setup_source), (gst_play_base_bin_change_state),
16414         (gst_play_base_bin_add_element):
16415           Don't block for streams.
16416         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16417         (gst_stream_info_set_mute):
16418           Use gst_pad_set_active_recursive.
16419
16420 2005-01-25  Andy Wingo  <wingo@pobox.com>
16421
16422         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16423         for #ifndef HAVE_XVIDEO.
16424
16425 2005-01-24  Jeffrey C. Ollie
16426
16427         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16428
16429         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16430         * ext/gsm/gstgsmdec.h:
16431         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16432         * ext/gsm/gstgsmenc.h:
16433         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16434         was given by property. Add proper buffer timestamps and offsets.
16435
16436 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * gst-libs/gst/riff/riff-media.c:
16439         (gst_riff_create_audio_caps_with_data):
16440           Audio can be <8000Hz.
16441
16442 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16443
16444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16445           Explicit state change to workaround refcount bugs.
16446
16447 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16448
16449         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16450         (gst_avimux_riff_get_avi_header):
16451           Fix...
16452
16453 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16454
16455         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16456         (gst_riff_read_element_data):
16457         * gst-libs/gst/riff/riff-read.h:
16458           Add _peek version (req'ed in CDXA).
16459         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16460         (gst_cdxaparse_loop):
16461           Fix parsing in playbin.
16462         * gst/playback/gstdecodebin.c: (close_pad_link):
16463           Ignore current_ pads, they cause major annoyance.
16464
16465 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16466
16467         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16468           Safety guard.
16469
16470 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16473           Fix padding...
16474
16475 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16478           Allow for 0-sized buffers. Fixes length query problems in
16479           starwars.mkv from the testsuite.
16480
16481 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16484         (gst_video_box_i420), (gst_video_box_chain):
16485           Fix row strides for I420 (fixes #163159)
16486           
16487 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16490           MPEG2 has a useful rate property, so we can actually use that.
16491           For MPEG-1, continue using the bytes/time properties.
16492
16493 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * gst-libs/gst/riff/riff-media.c:
16496         (gst_riff_create_video_caps_with_data),
16497         (gst_riff_create_video_template_caps):
16498           Add intel-h263.
16499
16500 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16501
16502         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16503           Fail if caps negotiation fails. Should fix #162184, and should
16504           definately be in there regardless of it fixing the actual bug.
16505         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16506         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16507         (gst_avimux_riff_get_avix_header),
16508         (gst_avimux_riff_get_video_header),
16509         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16510         (gst_avimux_start_file), (gst_avimux_handle_event),
16511         (gst_avimux_change_state):
16512         * gst/avi/gstavimux.h:
16513           Refactor structure writing to use GST_WRITE_UINT macros, add
16514           metadata writing support.
16515
16516 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16517
16518         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16519           Elements may already be destroyed when this function is called.
16520
16521 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16522
16523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16524         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16525           More memory leak fixes (#149162).
16526
16527 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16528
16529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16530         (gst_qtdemux_add_stream):
16531           Fix two memleaks.
16532
16533 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16534
16535         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16536           Argh...
16537
16538 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16539
16540         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16541           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16542           when fixating to six channels in Totem.
16543
16544 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16547           Fix compile warnings on Solaris 10 buildbot
16548
16549 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16550
16551         * ext/dvdread/dvdreadsrc.c: (_read):
16552           Don't read beyond the last cell in a chapter (fixes 
16553           invalid memory access)
16554
16555 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16556
16557         * ext/dvdread/stream_labels.c:
16558         (dvdreadsrc_get_audio_stream_labels):
16559           Use NULL for an empty GList instead of g_list_alloc(); fix 
16560           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16561           of GString (easier to bulk free later)
16562
16563 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16564
16565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16566
16567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16568         (gst_ffmpeg_pixfmt_to_caps):
16569           Fix BGRA32 caps (#164209).
16570
16571 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16572
16573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16576         (gst_ffmpeg_caps_to_pixfmt):
16577           alpha_mask can be RGBA/ABGR. Fixes #164265.
16578
16579 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16580
16581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16582
16583         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16584         (gst_mpeg2dec_alloc_buffer):
16585         * ext/mpeg2dec/gstmpeg2dec.h:
16586           Crop if decoding size is not the actual image size (#163676).
16587
16588 2005-01-17  Steve Baker  <steve@stevebaker.org>
16589
16590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16593         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16594           Add libsndfile typefind functions (#163309).
16595
16596 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16597
16598         * tools/gst-launch-ext-m.m:
16599           Add .aac, fix .m1v/.m2v (#163891).
16600
16601 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16604           Sanity check, don't wait endlessly since the clock might not
16605           actually run at this point (which is a deadlock). Fixes #164069.
16606
16607 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * gst/playback/gstplaybasebin.c: (probe_triggered):
16610           Of course, only pause if group is done...
16611
16612 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16613
16614         * gst/playback/gstplaybasebin.c: (probe_triggered):
16615           Thread safety.
16616
16617 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16618
16619         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16620           Don't return state change success when the parent
16621           failed.
16622
16623 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16624
16625         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16626           Free events (fix memleak in #162905).
16627
16628 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16629
16630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16631
16632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16633         (gst_ffmpeg_caps_to_pixfmt):
16634           Fix for depth = 15. Fixes #161675.
16635
16636 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16639           Set FPS correctly, even for webcams and the like.
16640         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16641           Don error on setting while capturing.
16642
16643 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16644
16645         * ext/dv/gstdvdec.c:
16646         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16647         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16648           I'm a bad boy. using /1001. to force C to do float division
16649           and not integer division (as it did in my last commit)
16650           Thanks to David I. Lehn for pointing this mistake.
16651
16652 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16653
16654         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16655           Revert Johan's 1.35->1.36 since it breaks compat.
16656
16657 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16658
16659         * ext/dv/gstdvdec.c:
16660         * ext/libfame/gstlibfame.c:
16661         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16662         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16663           replace framerate aproximations by their real value
16664           (24000/1001, 30000/1001, 60000/1001)
16665           Finish fixing bug #164049
16666
16667 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16668
16669         * ext/ogg/gstoggmux.c:
16670           eos/bos debugging
16671         * gst/tcp/gstmultifdsink.c:
16672         * gst/tcp/gstmultifdsink.h:
16673         * gst/tcp/gsttcp.c:
16674         * gst/tcp/gsttcp.h:
16675         * gst/tcp/gsttcpclientsink.c:
16676         * gst/tcp/gsttcpclientsrc.c:
16677         * gst/tcp/gsttcpserversink.c:
16678         * gst/tcp/gsttcpserversrc.c:
16679           improve reusability of elements after state changes and errors
16680           make multifdsink throw away streamheaders when receiving new ones
16681
16682 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16685           Fix for if items are already in list...
16686
16687 2005-01-12  Benjamin Otte  <otte@gnome.org>
16688
16689         * gst/adder/gstadder.c: (gst_adder_loop):
16690           fix adder a bit so it doesn't screw up with events as much anymore
16691
16692 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16693
16694         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16695         (pixbufscale_scale), (gst_pixbufscale_chain):
16696         * ext/gdk_pixbuf/pixbufscale.h:
16697           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16698           to ensure rowstrides are calculated the same way as 
16699           ffmpegcolorspace
16700           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16701           that we pick up duration and offset also.
16702
16703 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16704
16705         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16706         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16707           Reusability fixes.
16708
16709 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16712         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16713         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16714         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16715           Update flags when requested.
16716
16717 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16718
16719         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16720           Fix dmix.
16721
16722 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16723
16724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16725         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16726         (probe_triggered), (new_decoded_pad), (gen_source_element),
16727         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16728         * gst/playback/gstplaybasebin.h:
16729         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16730         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16731         (gst_play_bin_change_state):
16732           Implement group-switch signal for use in apps to clear metadata
16733           cache, clean up subtitle, add suburi property instead of # hack,
16734           some error-out fixes.
16735
16736 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16739           Debug.
16740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16741           If we got a state change in the _get handler, don't return success.
16742
16743 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16744
16745         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16746         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16747           Make jpegdec quiet on MJPEG decoding
16748         * gst/asfdemux/README:
16749           Fix mimetypes for MJPEG and H263
16750
16751 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16752
16753         * ext/theora/theoradec.c: (theora_dec_chain):
16754           Fix broken code generation by gcc by swapping arguments.
16755         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16756           Fix \n in debug.
16757
16758 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16759
16760         * TODO:
16761           delete this file, it is by far outdated
16762         * ext/alsa/gstalsa.1: remove
16763         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16764         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16765         (gst_alsa_get_caps):
16766           Add HW probing for supported sample rates. Fixes #161704
16767
16768 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16769
16770         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16771           Don't crash, biatch! :).
16772
16773 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * ext/musepack/gstmusepackreader.cpp:
16776         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16777           Some work on tags - still doesn't work in playbin...
16778         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16779           Handle events...
16780
16781 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16784           Also shove tags on kid pads.
16785
16786 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16787
16788         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16789           Don't bail on unknown events.
16790         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16791           Don't crash on events before negotiation.
16792         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16793           Send tags on pads, too.
16794         * gst/playback/gststreamselector.c:
16795         (gst_stream_selector_request_new_pad):
16796           Forward events on first pad if no input was selected yet.
16797
16798 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16799
16800         * gst/playback/gstplaybasebin.c: (setup_substreams):
16801           Don't disable streamtype if the stream doesn't exist, since
16802           then playing a video after audio will disable both and nothing
16803           will happen. Fixes the testsuite.
16804
16805 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16808         (gst_v4l_xoverlay_set_xwindow_id):
16809         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16810         (gst_v4l2_xoverlay_set_xwindow_id):
16811           Add debug categories, fix overlay disabling.
16812
16813 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16814
16815         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16816         * ext/alsa/gstalsa.h:
16817           Add HW probing for period_count/size and buffer_size MIX/MAX
16818           Adjust default/user defined value if out of bounds
16819           Should fix bug #162024
16820
16821 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16824           Fix warning (#161191).
16825
16826 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16827
16828         * ext/dvdread/stream_labels.c:
16829         (dvdreadsrc_get_audio_stream_labels):
16830           Fix warning (init the good variable in switch default)
16831
16832 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16833
16834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16837           Fix gcc-2.95 compile (#163485).
16838
16839 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * configure.ac:
16842         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16843         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16844         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16845         (gst_flacenc_change_state):
16846         * ext/flac/gstflacenc.h:
16847           Update for API change in flac-1.1.1. Update requirement in
16848           configure.ac. Fixes #162974.
16849
16850 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16851
16852         * gst/playback/gstplaybasebin.c: (group_destroy):
16853           Remove hack to get rid of assert and get rid of unlinked
16854           signals properly.
16855
16856 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * gst/playback/gstplaybasebin.c: (setup_source):
16859           Set source to NULL so that resources are free'ed. Fixes issues
16860           with playback of CDDA and similar device-accessing things.
16861
16862 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16863
16864         * testsuite/embed/Makefile.am:
16865           test->noinst, fix make test in buildbot.
16866
16867 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16868
16869         * ext/dvdread/stream_labels.c: new file
16870         * ext/dvdread/stream_labels.h: new file
16871         * ext/dvdread/Makefile.am:
16872         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16873           Extract audio stream label from DVD IFO files.
16874           It only dump them on the console for now, still have to
16875           make playbin aware of them.
16876
16877 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16878
16879         * gst/playback/gstplaybasebin.c: (setup_source):
16880           Fix hanging subs.
16881
16882 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16883
16884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16885         (gen_preroll_element), (remove_groups), (setup_subtitle),
16886         (gen_source_element), (setup_source):
16887         * gst/playback/gstplaybasebin.h:
16888           Multiple .sub files is just a stupid idea... Fix some threading
16889           mistakes. Interestingly, external .sub files cause playbin to
16890           hang, I don't know why... Parsing fixes contributed by Fran??ois
16891           Kooman <fkooman@tuxed.net>.
16892
16893 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16894
16895         * testsuite/embed/Makefile.am:
16896           Fix buildbot.
16897
16898 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16899
16900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16903         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16904         (gst_pngenc_set_property):
16905         * ext/libpng/gstpngenc.h:
16906           Add compression level property (#163323).
16907
16908 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * configure.ac:
16911         * examples/capsfilter/capsfilter1.c: (main):
16912         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16913         * ext/dvdread/Makefile.am:
16914         * ext/dvdread/demo-play:
16915         * ext/dvdread/demo-play.c:
16916         * gconf/gstreamer.schemas.in:
16917         * gst-libs/gst/gconf/gconf.c:
16918         * sys/v4l/TODO:
16919         * testsuite/Makefile.am:
16920         * testsuite/embed/Makefile.am:
16921         * testsuite/embed/embed.c: (cb_expose), (main):
16922           Remove all references to xvideosink, fix examples (#140845).
16923         * gst/playback/gstplaybasebin.c: (group_destroy):
16924           Apparently, disposal does not unlink - so do explicitely.
16925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16926           Add debug.
16927
16928 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16929
16930         * README: fix PKG_CONFIG_PATH instructions, what was there
16931         previously was breaking default search path, not nice. 
16932         Fixes #163358
16933
16934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16935
16936         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16937         (gst_audioscale_chain):
16938           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16939           when resampling - how the ^@$^!@^! is this possible?!?
16940
16941 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16942
16943         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16944           Reset variables on READY.
16945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16946         (gst_matroska_mux_loop):
16947           Require data before writing header.
16948
16949 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16950
16951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * ext/mad/gstmad.c: (gst_mad_chain):
16954           Don't call mad_stream_sync() directly after recovering sync.
16955           Fixes #151661.
16956
16957 2005-01-09  Martin Eikermann  <meiker@upb.de>
16958
16959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16960
16961         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16962         (snapshot_handler), (gst_snapshot_sinkconnect),
16963         (gst_snapshot_chain):
16964           Allocate resources when required, fix recursive signal emission
16965           and fix caps. Fixes #161667.
16966
16967 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16968
16969         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16972         (gst_pngdec_chain):
16973           Handle only 8-bppc (bits-per-pixel-component) images, better
16974           error handling and correct strides. Fixes #163177.
16975         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16976         (gst_pngenc_chain):
16977           Better error handling. Fixes #163348.
16978
16979 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16980
16981         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16982         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16983         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16984         (dvdnavsrc_uri_handler_init):
16985           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16986         * gst/playback/gstplaybasebin.c: (gen_source_element):
16987           Add MMS to streaming URIs.
16988
16989 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16990
16991         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16992         * sys/xvimage/xvimagesink.c:
16993         (gst_xvimagesink_navigation_send_event):
16994           Check for pad availability before sending event.
16995
16996 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst-plugins.spec.in:
16999           Add subparse.
17000
17001 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * configure.ac:
17004           Since we use functions from CVS, up requirement.
17005
17006 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/playback/Makefile.am:
17009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17010         (group_destroy), (group_commit), (group_is_muted),
17011         (gen_preroll_element), (add_stream), (unknown_type),
17012         (probe_triggered), (preroll_unlinked), (mute_stream),
17013         (silence_stream), (new_decoded_pad), (setup_substreams),
17014         (setup_source), (get_active_source), (mute_group_type),
17015         (muted_group_change_state), (set_active_source),
17016         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17017         (play_base_eos), (gst_play_base_bin_change_state):
17018         * gst/playback/gstplaybasebin.h:
17019         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17020         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17021         (gst_stream_info_dispose), (stream_info_mute_pad),
17022         (stream_info_change_state), (gst_stream_info_set_mute):
17023         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17024         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17025         (gst_stream_selector_init), (gst_stream_selector_dispose),
17026         (gst_stream_selector_get_linked_pad),
17027         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17028         (gst_stream_selector_get_linked_pads),
17029         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17030         * gst/playback/gststreamselector.h:
17031           Adding stream selection support plus required properties for
17032           applications to use this. Fully fixes #100931.
17033
17034 2005-01-08  Benjamin Otte  <otte@gnome.org>
17035
17036         * gst/games/gstpuzzle.c: (nav_event_handler):
17037           - handle nav events differently: forward every event no matter if it
17038             was handled or not.
17039           - translate events
17040           You can now cheat by using navigationtest ! puzzle and moving the
17041           mouse close to the edge of a tile. ;)
17042
17043 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * configure.ac:
17046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17047         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17048         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17049         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17050         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17051         (gst_ogm_parse_plugin_init):
17052         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17053         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17054         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17055         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17056         * ext/pango/gsttextoverlay.h:
17057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17058         (gst_matroska_demux_handle_seek_event),
17059         (gst_matroska_demux_sync_streams),
17060         (gst_matroska_demux_parse_blockgroup),
17061         (gst_matroska_demux_subtitle_caps),
17062         (gst_matroska_demux_plugin_init):
17063         * gst/matroska/matroska-ids.h:
17064         * gst/playback/gstdecodebin.c: (close_pad_link):
17065         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17066         (gen_preroll_element), (remove_groups), (add_stream),
17067         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17068         (setup_source):
17069         * gst/playback/gstplaybasebin.h:
17070         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17071         * gst/subparse/Makefile.am:
17072         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17073         (gst_subparse_base_init), (gst_subparse_class_init),
17074         (gst_subparse_init), (gst_subparse_formats),
17075         (gst_subparse_eventmask), (gst_subparse_event),
17076         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17077         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17078         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17079         (parse_mpsub_deinit), (parse_mpsub_init),
17080         (gst_subparse_buffer_format_autodetect),
17081         (gst_subparse_format_autodetect), (gst_subparse_loop),
17082         (gst_subparse_change_state), (gst_subparse_type_find),
17083         (plugin_init):
17084         * gst/subparse/gstsubparse.h:
17085         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17086         (plugin_init):
17087           Add subtitle support, .sub parser (supports SRT and MPsub),
17088           OGM text support, Matroska UTF-8 text support, deadlock fixes
17089           all over the place, subtitle awareness in decodebin/playbin
17090           and some fixes to textoverlay to handle subtitles in a stream
17091           correctly. Fixes #100931.
17092
17093 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17096           Check for pad availability before doing a query on it.
17097
17098 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17099
17100         * ext/dv/gstdvdec.c:
17101           really fix bpp24/32 dvdec caps (classic rgba indeed)
17102         * gst/asfdemux/gstasfdemux.c:
17103         (gst_asf_demux_process_ext_content_desc):
17104           don't send text tags if they are empty (bis repetita)
17105
17106 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17107
17108         * ext/dv/gstdvdec.c:
17109          remove unneeded comment from dvdec
17110           (related to DV 4CC codes in AVI files)
17111           moved them in gstreamer/docs/random/mimetypes
17112         * gst/asfdemux/gstasfdemux.c:
17113         (gst_asf_demux_process_ext_content_desc):
17114          don't send text tags if they are empty
17115          fix mem leak on error path
17116         * gst/ffmpegcolorspace/avcodec.h:
17117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17118         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17119         (gst_ffmpegcsp_avpicture_fill):
17120         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17121         * gst/ffmpegcolorspace/imgconvert_template.h:
17122          adds BGR32 and BGRA32 to ffmpegcolorspace
17123           (still bad colors, fixing it on next commit)
17124           helps with dvdec outputing BGR32
17125
17126 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17127
17128         * ext/dv/gstdvdec.c:
17129          Fix audio caps i just broke (missing ',')
17130         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17131         (gst_matroska_mux_reset):
17132          Fix typo + add FIXME about old "x-gst-metadata" crap
17133
17134 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17135
17136         * ext/dv/demo-play.c: (main):
17137          xvideosink -> xvimagesink
17138         * ext/dv/gstdvdec.c:
17139          change rgb 32/32 caps to 24/32 (no alpha)
17140          change nb of channels to be a list (2 or 4, not 2)
17141          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17142         * gst/asfdemux/gstasfdemux.c:
17143         (gst_asf_demux_process_ext_content_desc):
17144          Add 'date/year' to extracted metadata list
17145
17146 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17147
17148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17149           The return value of fixate_to does not imply that the requested
17150           value was set, so don't assume.
17151
17152 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17153
17154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17155
17156         * ext/libpng/gstpngdec.c:
17157         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17158         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17159         * ext/libpng/gstpngenc.h:
17160           Alpha support (encoder; #163161), mime fixage.
17161
17162 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17163
17164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17165
17166         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17167         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17168         (gst_faac_set_property), (gst_faac_get_property):
17169         * ext/faac/gstfaac.h:
17170           Allow for ADTS output (#153434).
17171
17172 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17173
17174         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17175           Fix against template (#150576).
17176
17177 2005-01-06  Benjamin Otte  <otte@gnome.org>
17178
17179         * gst/games/gstpuzzle.c: (draw_puzzle):
17180           don't draw a puzzle if either width or height of tiles would be 0.
17181
17182 2005-01-06  Benjamin Otte  <otte@gnome.org>
17183
17184         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17185         (gst_puzzle_class_init), (gst_puzzle_finalize):
17186           no memleaks, please
17187         (gst_puzzle_create), (gst_puzzle_init),
17188         (gst_puzzle_set_property), (gst_puzzle_setup):
17189           change initialization code around so we don't reshuffle on resize
17190         (draw_puzzle):
17191           fix another stupid typo
17192
17193 2005-01-06  Benjamin Otte  <otte@gnome.org>
17194
17195         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17196           fix stupid typo that borked copying on YUY2
17197
17198 2005-01-06  Benjamin Otte  <otte@gnome.org>
17199
17200         * gst/games/gstpuzzle.c: (draw_puzzle):
17201           fix edges when image sizes aren't multiples of tile sizes
17202
17203 2005-01-06  Benjamin Otte  <otte@gnome.org>
17204
17205         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17206           make RGB endianness work correctly
17207         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17208           refactor and fix race with initial shuffling
17209         (nav_event_handler):
17210           allow using the mouse to puzzle
17211         (draw_puzzle):
17212           insist on tiles having width and height as multiples of 4 to get
17213           clean YUV image handling
17214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17215         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17216           s/DEBUG/LOG/ for common messages
17217         (gst_xvimagesink_navigation_send_event):
17218           fix mouse event translation to not include screen PAR
17219         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17220           fix mouse event translation to actually work
17221
17222 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17223
17224         * gst/asfdemux/gstasfdemux.c:
17225         (gst_asf_demux_process_ext_content_desc):
17226          Extract TrackNumber metadata + clean up code
17227         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17228          Hope this is the good fix (var used unitialised)
17229
17230 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * ext/faad/gstfaad.c: (gst_faad_chain):
17233           Only increment timestamp if it's valid. Fixes raw AAC streams.
17234
17235 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17236
17237         * configure.ac:
17238         * gst/games/Makefile.am:
17239         * gst/games/gstpuzzle.c:
17240           add a puzzle game with...
17241         * gst/games/gstvideoimage.c:
17242         * gst/games/gstvideoimage.h:
17243           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17244           from videotestsrc and made into something that would be a nice
17245           library for a lot of other plugins.
17246
17247 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17248
17249         * configure.ac:
17250          don't compile faad plugin if a RC of 2.0 is found
17251          Fixes #155346 (and FC1 buildbot)
17252         * gst/asfdemux/gstasfdemux.c:
17253         (gst_asf_demux_process_ext_content_desc):
17254          try to make Solaris compiler happier
17255
17256 2005-01-06  Paul Jack  <pjack@sfaf.org>
17257
17258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17261           Fix segfault (#161667).
17262
17263 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17264
17265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17266           Fix framerate reporting.
17267
17268 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17269
17270         * gst-libs/gst/riff/riff-ids.h:
17271         * gst/wavenc/riff.h:
17272          Add AMR (VBR and CBR) ids to riff.h audio codec list
17273         * gst/asfdemux/gstasfdemux.c:
17274         (gst_asf_demux_process_ext_content_desc),
17275         (gst_asf_demux_process_object):
17276           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17277
17278 2005-01-05  Martin Eikermann  <meiker@upb.de>
17279
17280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17283         (gst_dvd_demux_handle_discont):
17284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17285         (gst_mpeg_demux_handle_discont):
17286           Recreate pads on new-media (#160730).
17287         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17288           Send discont even if manager changes timestamps (#161929).
17289
17290 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17291
17292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17295           Fix invalid memory access (#159211).
17296
17297 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17298
17299         * examples/gstplay/player.c: (main):
17300           Don't iterate.
17301         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17302           Add visualizations.
17303         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17304         (gst_a52dec_handle_frame):
17305           Set duration.
17306         * ext/dvdnav/gst-dvd:
17307           Add audioconvert. Fixes #161325.
17308         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17309           Explicitely case to gint64. Possible valgrind error.
17310         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17311         (gst_play_tick_callback), (gst_play_change_state),
17312         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17313         (gst_play_set_location), (gst_play_get_location),
17314         (gst_play_seek_to_time), (gst_play_set_data_src),
17315         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17316         (gst_play_set_visualization), (gst_play_connect_visualization),
17317         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17318         (gst_play_new):
17319           Use playbin. Fixes #139749 and #147744.
17320         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17321           Add genre tag.
17322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17323         (audioscale_get_type), (gst_audioscale_base_init),
17324         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17325         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17326         (gst_audioscale_link), (gst_audioscale_get_buffer),
17327         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17328         (gst_audioscale_init), (gst_audioscale_dispose),
17329         (gst_audioscale_chain), (gst_audioscale_set_property),
17330         (gst_audioscale_get_property), (plugin_init):
17331           Indent properly.
17332         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17333           Fix LPCM.
17334         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17335         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17336         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17337           Add more metadata (fixes #162656).
17338
17339 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17340
17341         * configure.ac:
17342           back to cvs
17343
17344 === release 0.8.7 ===
17345
17346 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17347
17348         * NEWS:
17349         * RELEASE:
17350         * configure.ac:
17351           releasing 0.8.7, "Hyperspace"
17352
17353 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17354
17355         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17356
17357         * gst/playback/gstplaybasebin.c:
17358          Fix for #162924 - free caps after use, not before
17359
17360 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17361
17362         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17363
17364         * gst/playback/gstplaybasebin.c:
17365         * gst/wavparse/gstwavparse.c:
17366           Fix for #154773 - fixes playback of small .wav files
17367
17368 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17369
17370         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17371
17372         * gst/audioscale/gstaudioscale.c:
17373           Fix for #162819 - make audioscale reusable
17374           Fixes playback of more than one file with playbin/totem
17375
17376 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * gst/ffmpegcolorspace/avcodec.h:
17379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17380         * gst/ffmpegcolorspace/imgconvert.c:
17381           clean up the mess that made me cry and avoid needless duplication
17382
17383 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17384
17385         * gst/ffmpegcolorspace/imgconvert.c:
17386           give some indication of why we're segfaulting
17387
17388 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17389
17390         * configure.ac:
17391           Fix indentation, fix v4l2 plugin detection.
17392         * ext/Makefile.am:
17393           Fix libmms location (Maciej, use diff -u!).
17394         * ext/alsa/gstalsa.c: (gst_alsa_init):
17395           Initialize caps cache to NULL.
17396         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17397           Only change state on audiosink if it exists.
17398
17399 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17400
17401         * gst/matroska/matroska-demux.c:
17402         * gst/matroska/matroska-ids.h:
17403         * gst/matroska/matroska-demux.h:
17404         Fix Vorbis streams failing to decode in some files, where cluster_time
17405         isn't 0, because then it doesn't send codec_priv before actual data.
17406         Remove time-based test and replace it with marker set on beginning of
17407         new stream
17408
17409 2004-12-28  David Schleef  <ds@schleef.org>
17410
17411         Merge patch from Ronald fixing problems with streaming
17412         text.
17413         * ext/cairo/gstcairo.c: (plugin_init):
17414         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17415         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17416         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17417         (gst_textoverlay_font_init), (gst_textoverlay_init),
17418         (gst_textoverlay_set_property):
17419         * ext/cairo/gsttextoverlay.h:
17420
17421 2004-12-27  David Schleef  <ds@schleef.org>
17422
17423         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17424         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17425         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17426         (gst_textoverlay_font_init), (gst_textoverlay_init),
17427         (gst_textoverlay_set_property): Improvements to actually
17428         render text as white on black outline on video, including
17429         font selection and horizontal/vertical alignment.  (Ronald's
17430         christmas present)
17431         * ext/cairo/gsttextoverlay.h:
17432
17433 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17434
17435         * ext/ogg/gstogg.c:
17436         * ext/ogg/gstogmparse.c:
17437           fix ogm[audio/video]parse plugin registration
17438           (riff won't load if bytestream is already loaded)
17439
17440 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17441
17442         * gst/audioconvert/gstchannelmix.c:
17443           fix for GLIB < 2.4
17444
17445 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17446
17447         * Makefile.am:
17448         * configure.ac:
17449           disable docs again until it actually passes make distcheck.
17450
17451 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17452
17453         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17454         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17455         (plugin_init):
17456           Add 3GP (variables name Q3GP because they can't start with a
17457           number). Add samr audio fourcc (used in .3gp files), decoder
17458           is work in progress. Also do a GST_WARNING instead of ERROR
17459           in case of unknown nodes, to decrease output.
17460
17461 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17462
17463         * Makefile.am:
17464           really fix dist
17465
17466 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * configure.ac:
17469         * ext/speex/gstspeexdec.h:
17470         * ext/speex/gstspeexenc.h:
17471           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17472           Fix detection code in configure.ac
17473
17474 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17475
17476         * gst/matroska/matroska-demux.c:
17477         (gst_matroska_demux_parse_blockgroup):
17478           Save position, so that queries give proper return values. Don't
17479           know how this could ever have worked before...
17480
17481 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17482
17483         * configure.ac:
17484           Put additional LAME check inside the conditional.  Fixes #152339
17485
17486 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17487
17488         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17489         (gst_avi_demux_stream_scan):
17490           Add some more debug. Fix logic error when setting movi offset
17491           while reading index.
17492
17493 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17494
17495         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17496         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17497         (gst_avi_demux_process_next_entry):
17498           Add some debugging. Better detection of broken indexes and the
17499           accompanying index recovery. No infinite loops on state changes
17500           when we're still in our loopfunction.
17501
17502 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17503
17504         * configure.ac:
17505           Fix up.
17506
17507 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17508
17509         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17510
17511         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17512           Normalizing the value before setting
17513         (gst_sunaudiomixer_get_volume):
17514           Normalizing the value after getting. Fixes bug# 161980
17515
17516 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17517
17518         * Makefile.am: Make sure docs gets disted
17519         * docs/Makefile.am: Make sure all needed files get disted
17520         * gst-plugins.spec.in: latest updates
17521
17522 2004-12-22  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17525         Revert patch 1.38 as clock distribution over schedulers does
17526         not work correcly in the core yet.
17527
17528 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17529
17530         * sys/oss/README: remove this file, which predates my birth
17531           (and which content is by far outdated)
17532
17533 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17534
17535         * Makefile.am:
17536         * configure.ac:
17537         * docs/Makefile.am:
17538         * docs/libs/Makefile.am:
17539         * docs/libs/gst-plugins-libs-docs.sgml:
17540         * docs/libs/gst-plugins-libs-sections.txt:
17541         * docs/libs/tmpl/gstgconf.sgml:
17542         * docs/upload.mak:
17543         * docs/version.entities.in:
17544           Added boilerplate gtk-doc files for plugin-libs documentation.
17545
17546 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17547
17548         * gst/auparse/gstauparse.c: fix int and float audio caps
17549
17550 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17551
17552         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17553         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17554           g_assert() can be a macro, don't use #ifdef inside it.
17555
17556 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17557
17558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17559
17560         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17561         (gst_videorate_init), (gst_videorate_chain),
17562         (gst_videorate_change_state):
17563           Event handling (fixes #159986).
17564
17565 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17566
17567         * gst-libs/gst/riff/riff-media.c:
17568         (gst_riff_create_video_caps_with_data):
17569           Add BLZ0 (Blizzard's version of DivX) fourcc.
17570
17571 2004-12-18  David Schleef  <ds@schleef.org>
17572
17573         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17574         portability fix.
17575
17576 2004-12-18  David Schleef  <ds@schleef.org>
17577
17578         * gst/tta/ttadec.h: Disable some header code that isn't used
17579         and clearly isn't portable.
17580
17581 2004-12-18  David Schleef  <ds@schleef.org>
17582
17583         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17584         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17585         (avcodec_get_pix_fmt), (avpicture_layout),
17586         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17587         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17588         Fix code to not use GCC extensions (and c99 extensions that
17589         Forte does not like.)
17590
17591 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17592
17593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17594
17595         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17596         (gst_deinterlace_chain):
17597           Rowstride fixes. Fixes #161039.
17598         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17599         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17600         (gst_video_crop_getcaps), (gst_video_crop_link),
17601         (gst_video_crop_i420), (gst_video_crop_chain),
17602         (gst_video_crop_change_state):
17603           Rework of negotiation. Actually works now. Fixes #158650.
17604
17605 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17606
17607         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17608           That was very stupid.
17609
17610 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17611
17612         * gst/matroska/matroska-demux.c:
17613         (gst_matroska_demux_parse_blockgroup):
17614           Fix possible crasher.
17615
17616 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17617
17618         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17619         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17620           Lace sizes can be zero.
17621
17622 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17623
17624         * ext/musepack/gstmusepackdec.cpp:
17625           Fetch error return values. Fixes #161624.
17626         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17627           Really EOS.
17628
17629 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17630
17631         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17632           Work for truncated (unfinished download etc.) files. Fixes #160514.
17633
17634 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17635
17636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17637           Fix for integer overflow. Makes #156001 not crash. Probably masks
17638           the real bug.
17639
17640 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * gst/ac3parse/gstac3parse.c: (plugin_init):
17643           Parsers never have ranks. Fixes #159651.
17644
17645 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17646
17647         * gst/playback/gstdecodebin.c: (compare_ranks):
17648           make sure the facotries are ordered the same every time even if they
17649           have the same rank by using the name
17650         * gst/playback/gstdecodebin.c: (find_compatibles):
17651           make sure we don't add factories to the list twice
17652
17653 2004-12-16  David Schleef  <ds@schleef.org>
17654
17655         * configure.ac: look for musepack headers as musepack/*.h
17656         (fixes #159847)
17657         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17658         * ext/musepack/gstmusepackreader.h: same
17659
17660 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17661
17662         * gst-libs/gst/riff/riff-read.c:
17663         (gst_riff_read_strf_auds_with_data):
17664           Read extradata correctly (fixes #155879).
17665
17666 2004-12-16  David Schleef  <ds@schleef.org>
17667
17668         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17669         audio.  does _not_ attempt or allow conversion unless channels
17670         is 1 or 2.
17671
17672 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17673
17674         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17675
17676 2004-12-16  David Schleef  <ds@schleef.org>
17677
17678         * gst/audioscale/gstaudioscale.c: the resample library only
17679         handles 1 or 2 channels.  Change caps to compensate.
17680
17681 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17684         (gst_matroska_demux_audio_caps):
17685           Some MPEG-AAC hacks, because else it doesn't work...
17686
17687 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17688
17689         * gst-libs/gst/riff/riff-media.c:
17690         (gst_riff_create_video_caps_with_data),
17691         (gst_riff_create_video_template_caps):
17692           Add h264.
17693
17694 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17695
17696         * gst-libs/gst/audio/Makefile.am:
17697           Try to fix buildbot.
17698
17699 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17700
17701         * gst/tcp/gstmultifdsink.c:
17702           Clean up and uniformize debugging.
17703
17704 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17705
17706         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17707
17708         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17709         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17710         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17711         (gst_mpeg_demux_change_state):
17712           Reset on ready. Fixes 160276.
17713
17714 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17715
17716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17717
17718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17719         (gst_ffmpegcsp_pad_link):
17720           Fix memleak (#154815).
17721
17722 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17723
17724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17727         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17728         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17729         * ext/musicbrainz/gsttrm.h:
17730           Add support for using a proxy server when getting a trm id from
17731           the MusicBrainz database (#149613).
17732
17733 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17734
17735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17736
17737         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17738         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17739           Fix memleaks (#157233).
17740
17741 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17742
17743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17746         * gst-libs/gst/resample/resample.h:
17747         * gst/audioscale/gstaudioscale.c:
17748           Fix memleak (#159215).
17749
17750 2004-12-16  Toni Willberg  <toniw@iki.fi>
17751
17752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17755         * sys/oss/oss_probe.c: (main):
17756           Check for mono/stereo support (similar to samplerate probing),
17757           fixes #159433. Also add missing copyright header to oss_probe.c.
17758
17759 2004-12-15  David Schleef  <ds@schleef.org>
17760
17761         * configure.ac: add audioresample and cairo plugins.  Remove
17762         HAVE_MMX stuff, because it's not used.
17763         * ext/Makefile.am: same
17764         * ext/audioresample/Makefile.am: You are not ready for an
17765         audio resampling element based on audioresample.
17766         * ext/audioresample/gstaudioresample.c:
17767         * ext/audioresample/gstaudioresample.h:
17768         * ext/cairo/Makefile.am: You are not ready for overlay elements
17769         based on cairo.  Don't look too closely, these elements kinda
17770         suck right now.
17771         * ext/cairo/gstcairo.c: new
17772         * ext/cairo/gsttextoverlay.c: new
17773         * ext/cairo/gsttextoverlay.h: new
17774         * ext/cairo/gsttimeoverlay.c: new
17775         * ext/cairo/gsttimeoverlay.h: new
17776         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17777         problem with compilers that don't support variadic macros.
17778
17779 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17780
17781         Reviewed by:  David Schleef  <ds@schleef.org>
17782
17783         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17784         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17785         bit.  Also ran indent-gst.
17786         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17787         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17788         (gst_sunaudiosrc_setparams):
17789
17790 2004-12-14  David Schleef  <ds@schleef.org>
17791
17792         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17793         output rate to 16000.  Should fix #160235.
17794
17795 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17796
17797         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17798         Add typefinding for mpeg2 pes streams
17799
17800 2004-12-13  David Schleef  <ds@schleef.org>
17801
17802         * configure.ac:  Applied patch from bug #143659, making default
17803         sources and sinks OS-dependent (for Solaris), and added code
17804         for OS/X.
17805         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17806
17807 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17808
17809         * gst-libs/gst/riff/riff-media.c:
17810           forgot to add h2.64 to avidemux template caps
17811
17812 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17813
17814         * gst/wavenc/riff.h:
17815         * gst-libs/gst/riff/riff-media.c:
17816         * gst-libs/gst/riff/riff-ids.h:
17817         * gst/avi/gstavimux.c
17818         add 4CC code for VideoSoft h264 in AVI (VSSH)
17819           fixes bug #160655
17820         remove s323 from riff, it's quicktime specific :(
17821
17822 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17823
17824         * gst/asfdemux/README
17825         * gst/wavenc/riff.h
17826         * gst-libs/gst/riff/riff-ids.h
17827         * gst-libs/gst/riff/riff-media.c
17828         * gst/qtdemux/qtdemux.c:
17829           add new 4CC codes for h263 related codecs
17830           fixes partially bug #155163
17831
17832 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17833
17834         * configure.ac: Update polyaudio requirement to 0.7
17835         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17836
17837 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17838
17839         * gst/interleave/deinterleave.c:
17840         fix my name's spelling! :)
17841
17842 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17843
17844         * AUTHORS ChangeLog
17845         * gst/auparse/gstauparse.c
17846         * gst/interleave/deinterleave.c
17847         * gst/law/:
17848                 alaw-decode.c alaw-encode.c
17849                 mulaw-decode.c mulaw-encode.c
17850         * gst/oneton/gstoneton.c
17851         * sys/osxaudio/:
17852                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17853         * sys/osxvideo/:
17854                 cocoawindow.h cocoawindow.m
17855                 osxvideosink.h osxvideosink.m
17856
17857         put the same mail address for Zaheer Abbas Merali everywhere
17858
17859 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17862           Align by packetsize, and assert that we a packet available before
17863           playing. The first makes webstreams work (they often include
17864           trailing padding data in a packet), the second allows pausing a
17865           ASF stream in totem without getting demux errors afterwards.
17866
17867 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17868
17869         * ext/ogg/gstoggdemux.c: (get_relative):
17870           Check for non-NULL before accessing member (end-of-chain).
17871
17872 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17873
17874         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17875         (cdparanoia_set_property), (cdparanoia_get_property):
17876         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17877         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17878         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17879         (dvdreadsrc_init), (dvdreadsrc_set_property),
17880         (dvdreadsrc_get_property):
17881         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17882         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17883           Synchronize property names where not yet the case. Devices are
17884           now device=X, other versions are deprecated (but still exist).
17885           Also use g_free() unconditionally.
17886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17887         (setup_source), (gst_play_base_bin_get_property):
17888           Expose source.
17889
17890 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17891
17892         * configure.ac: move GCONF macro outside conditional for the am
17893           conditional. Fixes #160439
17894
17895 2004-12-08  David Schleef  <ds@schleef.org>
17896
17897         * tools/gst-visualise-m.m: Switch to elements that currently
17898         exist.
17899
17900 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17903           We love wrong commas.
17904
17905 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17906
17907         * gst/matroska/matroska-demux.c:
17908         (gst_matroska_demux_handle_src_query):
17909           Don't set DEFAULT, unsupported - makes length display incorrectly
17910           in some cases.
17911
17912 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17913
17914         * gst/monoscope/README: remove blurb about files being GPL
17915         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17916         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17917           monoscope is now effectively LGPL licensed
17918
17919 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17920
17921         * gst/monoscope/README: Update information to be more correct
17922         * gst/monoscope/convolve.c: Relicense to LGPL
17923         * gst/monoscope/convolve.h: Relicense to LGPL
17924
17925 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17926
17927         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17928           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17929         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17930           set default_duration for mpeg1 audio
17931
17932 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17933
17934         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17935         * ext/alsa/gstalsa.h:
17936           refactor big chunks of the core caps negotiation code to make it
17937           a lot faster, because people claim it's really slow
17938           (actually, just cache the getcaps when the device is opened)
17939
17940 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17941
17942         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17943         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17944         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17945         (gst_a52dec_change_state), (plugin_init):
17946         * ext/a52dec/gsta52dec.h:
17947           Do something useful with timestamps. Make chain-based (since
17948           there's really no reason to be loopbased).
17949         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17950           Update current_byte/frame correctly.
17951
17952 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17953
17954         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17955         (gst_ape_demux_stream_init):
17956           Forward tags, too.
17957
17958 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17959
17960         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17961           Let's make sure we're done typefinding when detecting tags.
17962
17963 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17964
17965         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17966         (gst_ebml_read_init), (gst_ebml_read_use_event),
17967         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17968         (gst_ebml_read_seek), (gst_ebml_read_skip),
17969         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17970         (gst_ebml_read_master):
17971         * gst/matroska/ebml-read.h:
17972         * gst/matroska/matroska-demux.c:
17973         (gst_matroska_demux_parse_contents),
17974         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17975           Disgustingly evil hack for working around INTERRUPT events and
17976           their extremely annoying habit of being a pain in the ass. We
17977           simply peek a cluster before reading any of it.
17978
17979 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17980
17981         * ext/musepack/gstmusepackdec.cpp:
17982           There's also floating point libmusepacks.
17983
17984 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17987         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17988           Set DURATION even if source buffer didn't. Also use increasing
17989           timestamps.
17990         * gst-libs/gst/riff/riff-media.c:
17991         (gst_riff_create_audio_caps_with_data):
17992           Block_align can have larger values than 8192.
17993
17994 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17995
17996         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17997         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17998         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17999         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18000           Fix caps.
18001
18002 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18003
18004         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18005           Fix logic bug.
18006
18007 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18008
18009         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18010           Yay, another one.
18011
18012 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * ext/esd/esdsink.c: (gst_esdsink_chain):
18015           Make error actually say something useful (fixes #156798).
18016         * gst-libs/gst/riff/riff-media.c:
18017         (gst_riff_create_video_caps_with_data),
18018         (gst_riff_create_video_template_caps):
18019           Add Intel Video 5.0 fourcc (IV50).
18020
18021 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18022
18023         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18024         detection on mono and stereo mp3 files.
18025
18026 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18027
18028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18029           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18030           the contained stream).
18031
18032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18033
18034         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18035           Oops, remove debug.
18036
18037 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18038
18039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * gst/law/alaw-decode.c: (alawdec_getcaps):
18042         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18043           Prevent warnings when negotiating caps (fixes #159338).
18044
18045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18048         (gst_ffmpegcsp_chain):
18049           Remove old leftover that shouldn't be there...
18050
18051 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18052
18053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18054
18055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18056           Don't forward DISCONT events (fixes #159684).
18057
18058 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18059
18060         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18061           Unlink manually since sometimes bin disposal (and therefore
18062           pad unlinking) is delayed, which will cause a new media file
18063           to not be able to start playing instantly.
18064
18065 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18066
18067         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18068           On mute of an unlinked stream, check for pad availability so
18069           we don't crash on unlinked pad.
18070
18071 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18074         (gst_avi_demux_massage_index):
18075           Fix quite humiliating bug in omitting 0-sized index chunks but
18076           forgetting to count them for timestamps.
18077
18078 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18079
18080         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18081           Actually leave the loop if we failed to sync. Don't crash.
18082
18083 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18086         (gst_dvd_demux_process_private):
18087         * gst/mpegstream/gstdvddemux.h:
18088           Fix crash (#159759). Doesn't work, though. :-(.
18089
18090 2004-11-28  Benjamin Otte  <otte@gnome.org>
18091
18092         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18093           more overwriting protection due to modifying channels one by one
18094           instead of all at once
18095
18096 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18097
18098         * gst/audioconvert/gstchannelmix.c:
18099         (gst_audio_convert_fill_normalize):
18100           Normalize using absolute values.
18101
18102 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18103
18104         * configure.ac:
18105         * ext/Makefile.am:
18106         * ext/directfb/Makefile.am:
18107         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18108         (gst_directfbvideosink_get_pixel_format),
18109         (gst_directfbvideosink_get_format_from_fourcc),
18110         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18111         (gst_directfbvideosink_sink_link),
18112         (gst_directfbvideosink_change_state),
18113         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18114         (gst_directfbvideosink_buffer_alloc),
18115         (gst_directfbvideosink_interface_supported),
18116         (gst_directfbvideosink_interface_init),
18117         (gst_directfbvideosink_navigation_send_event),
18118         (gst_directfbvideosink_navigation_init),
18119         (gst_directfbvideosink_set_property),
18120         (gst_directfbvideosink_get_property),
18121         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18122         (gst_directfbvideosink_base_init),
18123         (gst_directfbvideosink_class_init),
18124         (gst_directfbvideosink_get_type), (plugin_init):
18125         * ext/directfb/directfbvideosink.h: Adding a first version of
18126         directfbvideosink.
18127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18128         more.
18129
18130 2004-11-28  Benjamin Otte  <otte@gnome.org>
18131
18132         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18133           walk the samples backwards if out_channels > in_channels so we don't
18134           overwrite data
18135
18136 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18137
18138         * gst/audioconvert/Makefile.am:
18139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18140         (gst_audio_convert_link), (gst_audio_convert_change_state),
18141         (gst_audio_convert_channels):
18142         * gst/audioconvert/gstchannelmix.c:
18143         (gst_audio_convert_unset_matrix),
18144         (gst_audio_convert_fill_identical),
18145         (gst_audio_convert_fill_compatible),
18146         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18147         (gst_audio_convert_fill_others),
18148         (gst_audio_convert_fill_normalize),
18149         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18150         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18151         * gst/audioconvert/gstchannelmix.h:
18152           Implement a channel mixer.
18153
18154 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18155
18156         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18157         * ext/alsa/gstalsa.h:
18158         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18159         Make alsasink actually honor gst_element_set_clock and use that
18160         clock instead of its internal one.
18161
18162 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18163
18164         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18165         (gst_play_base_bin_change_state): nullify source and decoder when
18166         going from READY to NULL so that we don't try to do weird stuff with
18167         them when going from NULL to READY
18168         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18169         instead of g_object_unref
18170         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18171         it should be correct
18172         (gst_play_bin_change_state): don't call remove_sinks if we are
18173         currently disposing the object
18174
18175 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18176
18177         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18178           Don't forget bass if it's there. Else left channel is silent...
18179
18180 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18181
18182         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18183         (gst_a52dec_change_state):
18184           Don't do sample adjusting anymore, we use float audio now.
18185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18186           Don't fixate to non-existing properties.
18187
18188 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18189
18190         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18191         (gst_a52dec_change_state):
18192           Advertise that we can do surround sound.
18193
18194 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18197           Add buffer-frames=0.
18198         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18199         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18200         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18201         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18202         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18203         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18204         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18205         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18206         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18207         * ext/dvdread/dvdreadsrc.h:
18208           Add seeking, querying for bytes, sectors, title, angle and
18209           chapter. Handle multiple chapters. Relicense to LGPL because
18210           Billy agreed on that (thanks Billy!).
18211
18212 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18213
18214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18215         call parent dispose method
18216
18217 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18218
18219         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18220         (gst_audio_clock_get_internal_time):
18221         Fix active <-> inactive transitions: ensure time value always
18222         grows and avoid abrupt value changes.
18223
18224 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18225
18226         * configure.ac:
18227         * gst/tta/Makefile.am:
18228         * gst/tta/crc32.h:
18229         * gst/tta/filters.h:
18230         * gst/tta/gsttta.c:
18231         * gst/tta/gstttadec.c:
18232         * gst/tta/gstttadec.h:
18233         * gst/tta/gstttaparse.c:
18234         * gst/tta/gstttaparse.h:
18235         * gst/tta/ttadec.h:
18236           added TTA parser and decoder
18237
18238 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18239
18240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18241         (probe_triggered), (check_queue), (buffer_underrun),
18242         (buffer_running), (buffer_overrun), (gen_source_element),
18243         (setup_source):
18244         * gst/playback/gstplaybasebin.h:
18245           Implement buffering. Needs some more work.
18246
18247 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18248
18249         * ext/theora/theoradec.c: (theora_dec_chain):
18250           Fix ilog mask range overflow.
18251
18252 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18253
18254         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18255           Don't omit the last (which in case of dmix is the only :) )
18256           channel count. Don't set channels if <= 2.
18257
18258 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18259
18260         * gst/playback/gstplaybin.c: (gen_video_element),
18261         (gen_audio_element): Removed 2 obsolete comments
18262
18263 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18264
18265         * ext/vorbis/oggvorbisenc.c
18266         * ext/vorbis/vorbisenc.c :
18267           change description fields of those plugins to differentiate them
18268           (pitivi show Encoders by description, they had the same one)
18269
18270 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18271
18272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18275         (gst_play_bin_set_property), (gen_video_element),
18276         (gen_audio_element):
18277           Refcounting fixes for provided audio-/videosinks.
18278
18279 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18280
18281         * gst/playback/gstplaybin.c: (gen_video_element),
18282         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18283           Don't reference all sinks, but only the video- and audiosinks.
18284           The vis. element should be disposed when we're done with it.
18285           We don't have any reason to keep it around. This fixes warnings
18286           when reusing playbin for playing multiple audio files with
18287           vis. enabled. Also release audio device on pause - idea stolen
18288           from Rhythmbox.
18289
18290 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18291
18292         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18293         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18294         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18295         * ext/alsa/gstalsaplugin.c: (plugin_init):
18296         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18297         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18298         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18299         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18300         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18301         (gst_faad_change_state), (plugin_init):
18302         * ext/faad/gstfaad.h:
18303         * ext/vorbis/vorbis.c: (plugin_init):
18304         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18305         * gst-libs/gst/audio/Makefile.am:
18306         * gst-libs/gst/audio/audio.c: (plugin_init):
18307         * gst-libs/gst/audio/multichannel.c:
18308         (gst_audio_check_channel_positions),
18309         (gst_audio_get_channel_positions),
18310         (gst_audio_set_channel_positions),
18311         (gst_audio_set_structure_channel_positions_list),
18312         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18313         (gst_audio_fixate_channel_positions):
18314         * gst-libs/gst/audio/multichannel.h:
18315         * gst-libs/gst/audio/testchannels.c: (main):
18316         * gst/audioconvert/gstaudioconvert.c:
18317         (gst_audio_convert_class_init), (gst_audio_convert_init),
18318         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18319         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18320         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18321         * gst/audioconvert/plugin.c: (plugin_init):
18322           Surround sound support.
18323
18324 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18325
18326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18327           Fix position for discont if we're close as well. Nitpicking, but
18328           saves a few milliseconds of extra waiting or skipping.
18329
18330 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18333           We sometimes need parsers for playback, so add those too.
18334
18335 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18336
18337         * configure.ac:
18338         * gst/apetag/Makefile.am:
18339         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18340         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18341         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18342         (gst_ape_demux_get_src_query_types),
18343         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18344         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18345         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18346         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18347         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18348         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18349         (gst_ape_demux_change_state):
18350         * gst/apetag/apedemux.h:
18351         * gst/apetag/apetag.c: (plugin_init):
18352         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18353         (plugin_init):
18354           APE v1/2 tag reader plus typefind function.
18355
18356 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18357
18358         * configure.ac:
18359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18360         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18361           Remove hacks for older core. Require newer core version
18362           accordingly.
18363
18364 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18365
18366         * gst/cdxaparse/Makefile.am:
18367         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18368         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18369         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18370         * gst/cdxaparse/gstcdxaparse.h:
18371         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18372         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18373         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18374         (gst_cdxastrip_get_src_query_types),
18375         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18376         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18377         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18378         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18379         * gst/cdxaparse/gstcdxastrip.h:
18380           SVCD/VCD header stripping separated from CDXA image parsing.
18381         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18382         (plugin_init):
18383           Add VCD/SVCD header typefinding for VCD/SVCD.
18384         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18385         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18386         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18387         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18388         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18389         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18390         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18391         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18392         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18393         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18394         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18395         * sys/vcd/vcdsrc.h:
18396           Fix up, add seeking, querying, URI interface. Works in totem now.
18397
18398 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18399
18400         * configure.ac:
18401           back to CVS
18402
18403 === release 0.8.6 ===
18404
18405 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18406
18407         * NEWS:
18408         * RELEASE:
18409         * configure.ac:
18410         * po/af.po:
18411         * po/az.po:
18412         * po/cs.po:
18413         * po/en_GB.po:
18414         * po/hu.po:
18415         * po/it.po:
18416         * po/nb.po:
18417         * po/nl.po:
18418         * po/or.po:
18419         * po/sq.po:
18420         * po/sr.po:
18421         * po/sv.po:
18422         * po/uk.po:
18423           releasing 0.8.6, "IOU Love"
18424
18425 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18426
18427         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18428
18429         * gst/playback/gstplaybasebin.c:
18430           Fix unplayable files error handling.  Fixes #158365
18431
18432 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18433
18434         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18435
18436         * gst/typefind/gsttypefindfunctions.c:
18437           Fix broken mp3 typefinding.  Fixes #158375
18438
18439 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18440
18441         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18442
18443         * ext/ogg/gstoggdemux.c:
18444           Fix sync on broken files.  Fixes #158976
18445
18446 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18447
18448         patch by: Edward Hervey <bilboed@bilboed.com>
18449
18450         * ext/libpng/gstpngenc.c:
18451           Copy over buffer properties.  Fixes #158832
18452
18453 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18456
18457         * ext/dvdread/dvdreadsrc.c:
18458           Fixes invalid reads (#158462)
18459
18460 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * sys/v4l/gstv4lsrc.c:
18463         * sys/v4l/gstv4lsrc.h:
18464         * sys/v4l/v4lsrc_calls.c:
18465           Probe less and cache it.  Fixes #159187.
18466
18467 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18468
18469         * gst/videorate/gstvideorate.c:
18470           Handle all video formats. Fixes #159186.
18471
18472 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18473         * gst/synaesthesia/gstsynaesthesia.c:
18474         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18475         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18476         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18477         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18478         (gst_synaesthesia_change_state), (plugin_init):
18479         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18480         Force 320x200 output, as that's the only thing the underlying
18481         synaesthesia implementation supports. Still needs to be made
18482         re-entrant.
18483
18484 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18485
18486         * configure.ac:
18487           Fix mpeg2enc configure check (similar to mplex check below).
18488
18489 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18490
18491         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18492
18493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18494           Fix for gcc-2.95 (fixes #158221).
18495
18496 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18499           Re-add clock distribution hack (until new core is released).
18500           Fixes #158125.
18501
18502 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18503         * configure.ac:
18504           fix mplex configure check segfaulting on some systems (bug #140994)
18505
18506 2004-11-13  Benjamin Otte  <otte@gnome.org>
18507
18508         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18509           add debugging
18510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18511           do a wait when we enter the loop func with no data available to
18512           write instead of getting into an 100% CPU loop by just returning and
18513           being called again by the scheduler
18514
18515 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18516
18517         * configure.ac:
18518         * ext/libvisual/visual.c: (gst_visual_get_type),
18519         (libvisual_log_handler), (gst_visual_getcaps),
18520         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18521         (plugin_init):
18522           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18523         * ext/smoothwave/Makefile.am:
18524         * ext/smoothwave/demo-osssrc.c: (main):
18525         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18526         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18527         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18528         (plugin_init):
18529         * ext/smoothwave/gstsmoothwave.h:
18530           Make gstsmoothwave a working element in the 20th century.
18531
18532         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18533           Fix incorrect link function
18534
18535 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18536
18537         * gst/volume/gstvolume.c:
18538           Allow buffer-frames=0.
18539
18540 2004-11-12 Iain <iaingnome@gmail.com>
18541
18542         * configure.ac: Check for polypaudio
18543
18544         * ext/Makefile.am: Build the polyp dir
18545
18546         * ext/polyp: The polypsink sources.
18547
18548 2004-10-30 Iain <iaingnome@gmail.com>
18549
18550         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18551         caps to reflect the new number of channels.
18552
18553 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18554
18555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18556           Fix for negotiation order problem. This would show when the
18557           ALSA loopfuction was called before any other function. ALSA
18558           wouldn't do anything because we're not negotiated yet, leading
18559           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18560
18561 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18562
18563         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18564
18565         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18566           No warnings (#157986).
18567
18568 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18569
18570         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18571           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18572
18573 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18574
18575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18576           Signal no-more-pads (so it works in playbin).
18577
18578 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18579
18580         * ext/musepack/gstmusepackreader.cpp:
18581           Workaround for older core.
18582
18583 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18584
18585         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18586           Actually test for odd width/height rather than testing whether
18587           a temporary variable that was 0 before we subtracted 1 is now
18588           not equal to zero (which it always is).
18589
18590 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18591
18592         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18593         Fix compilation if HAVE_XVIDEO is not defined
18594
18595 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18596
18597         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18598         Fix compilation if HAVE_XVIDEO is not defined
18599
18600 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18601
18602         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18603         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18604         (gst_goom_change_state), (plugin_init):
18605         Use the bytestream adapter so goom doesn't depend on the input
18606         buffer size.
18607         Add a debug category
18608
18609 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18610
18611         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18612           Only set hardware parameters *after* negotiation. Before
18613           negotiation, it will set ANY and that seems to cause crashes
18614           (see e.g. #151288, #153227).
18615
18616 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18619           This seems to be antique leftover. It needs to pass error
18620           checking.
18621         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18622         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18623         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18624         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18625           Fix GstXOverlay implementation (#151059).
18626
18627 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18628
18629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18630           Don't assert (#157853).
18631
18632 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18633
18634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18635           Fix bytes/samples confustion.
18636         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18637           Fix for underrun (#144389).
18638
18639 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18642           Disable halfway-seek for pending release (since it needs a new
18643           core release).
18644
18645 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18646
18647         * sys/v4l/gstv4lsrc.c:
18648         * sys/v4l/gstv4lsrc.h:
18649         * sys/v4l/v4lsrc_calls.c:
18650           add autoprobe-fps property so we can separate autoprobing parts
18651
18652 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18653
18654         * sys/v4l/gstv4lsrc.c:
18655         * sys/v4l/v4lsrc_calls.c:
18656         initialise fourcc to catch unset fourcc's, and debug
18657
18658 2004-11-09  Wim Taymans  <wim@fluendo.com>
18659
18660         * gst/playback/README:
18661         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18662         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18663         (gst_play_bin_dispose), (gst_play_bin_set_property),
18664         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18665         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18666         (gst_play_bin_get_formats), (gst_play_bin_convert),
18667         (gst_play_bin_get_query_types), (gst_play_bin_query):
18668         Cleanups and some more documentation.
18669
18670 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18671
18672         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18673         (gst_cacasink_init), (gst_cacasink_chain):
18674         * ext/libcaca/gstcacasink.h:
18675         Cacasink inherits from VideoSink, so let that store the clock.
18676
18677 2004-11-09  Wim Taymans  <wim@fluendo.com>
18678
18679         * gst/playback/README:
18680         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18681         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18682         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18683         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18684         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18685         (setup_sinks):
18686         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18687         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18688         * gst/playback/gststreaminfo.h:
18689         Updated README.
18690         Only switch groups if all streams have muted (EOSed).
18691         Send Tags in sync with the stream playback instead of in
18692         the playback/preroll phase.
18693         Some cleanups, free the fakesrc elements.
18694
18695 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18696
18697         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18698           buffer-frames property was missing
18699         * ext/arts/gst_arts.c:
18700           rate missing from sinkcaps
18701         * ext/audiofile/gstafparse.c:
18702         * ext/audiofile/gstafsink.c:
18703         * ext/audiofile/gstafsrc.c:
18704         * ext/swfdec/gstswfdec.c:
18705           int audio doesn't know buffer-frames
18706         * ext/cdparanoia/gstcdparanoia.c:
18707           int audio doesn't know chunksize either
18708         * ext/nas/nassink.c:
18709           it's endianness, not endianess
18710         * gst-libs/gst/audio/audio.h:
18711           make float standard pad template caps really describe float
18712         * gst/law/mulaw.c: (linear_factory):
18713           signed only, please
18714         * gst/mpegstream/gstdvddemux.c:
18715           widths of 20 are not valid
18716
18717 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18718
18719         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18720
18721         * po/LINGUAS:
18722         * po/it.po:
18723           Add Italian
18724
18725 2004-11-08  Wim Taymans  <wim@fluendo.com>
18726
18727         * gst/playback/README:
18728         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18729         * gst/playback/gstplaybasebin.c: (probe_triggered),
18730         (gst_play_base_bin_change_state):
18731         Updated README, added more comments for fixmes etc..
18732
18733 2004-11-08  Wim Taymans  <wim@fluendo.com>
18734
18735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18736         We can remove this hack now.
18737
18738 2004-11-08  Wim Taymans  <wim@fluendo.com>
18739
18740         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18741         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18742         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18743         Only mix AYUV for maximum quality.
18744
18745 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18746
18747         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18748         (gst_ogg_demux_push), (gst_ogg_pad_push):
18749           Let's act as if we're synchronized now! :).
18750         * ext/theora/theoradec.c: (theora_dec_chain):
18751           Add some debug.
18752
18753 2004-11-08  Wim Taymans  <wim@fluendo.com>
18754
18755         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18756         (gst_alpha_set_property), (gst_alpha_sink_link),
18757         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18758         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18759         (gst_alpha_init_params), (gst_alpha_chain):
18760         Implement alpha functions for AYUV too, this increases
18761         accuracy quite a bit.
18762
18763 2004-11-08  Wim Taymans  <wim@fluendo.com>
18764
18765         * gst/ffmpegcolorspace/avcodec.h:
18766         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18767         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18768         (gst_ffmpegcsp_avpicture_fill):
18769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18770         (gst_ffmpegcsp_caps_remove_format_info):
18771         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18772         (shrink12), (img_get_alpha_info), (deinterlace_line),
18773         (deinterlace_line_inplace):
18774         * gst/ffmpegcolorspace/imgconvert_template.h:
18775         Added AYUV colorspace and handle RGBA a bit more respectful.
18776
18777 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18778
18779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18780           Actually always send a discont (cornercase when resending the
18781           same serial-tagged chain twice).
18782
18783 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18784
18785         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18786         (gst_ximagesink_finalize):
18787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18788         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18789
18790 2004-11-08  Wim Taymans  <wim@fluendo.com>
18791
18792         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18793         Don't segfault on NULL data.
18794
18795 2004-11-08  Wim Taymans  <wim@fluendo.com>
18796
18797         * gst/playback/gstdecodebin.c: (unlinked):
18798         * gst/playback/gstplay-marshal.list:
18799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18800         (gst_play_base_bin_init), (group_create), (get_active_group),
18801         (get_building_group), (group_destroy), (group_commit),
18802         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18803         (add_element_stream), (no_more_pads), (probe_triggered),
18804         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18805         (state_change), (setup_source), (gst_play_base_bin_get_property),
18806         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18807         (gst_play_base_bin_link_stream),
18808         (gst_play_base_bin_get_streaminfo):
18809         * gst/playback/gstplaybasebin.h:
18810         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18811         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18812         Add support for chained ogg files. Prepare for playlist
18813         support. This patch introduces the concept of pad groups, which
18814         together compose one playable media file.
18815
18816 2004-11-07  David Schleef  <ds@schleef.org>
18817
18818         * testsuite/gst-lint: Check for pad templates that aren't statically
18819         scoped.
18820
18821 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * configure.ac:
18824         * ext/Makefile.am:
18825         * ext/musepack/Makefile.am:
18826         * ext/musepack/gstmusepackdec.cpp:
18827         * ext/musepack/gstmusepackdec.h:
18828         * ext/musepack/gstmusepackreader.cpp:
18829         * ext/musepack/gstmusepackreader.h:
18830           Add musepack decoder.
18831         * ext/faad/gstfaad.c: (gst_faad_base_init):
18832           Make pad templates static.
18833         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18834         (plugin_init):
18835           Add musepack typefinder, make mp3 typefinding work halfway stream,
18836           which doesn't actually work yet because id3demux doesn't implement
18837           _get_length().
18838
18839 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18840
18841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18842         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18843           Fix interrupt event handling (#144436).
18844
18845 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18848           Hide unused glory.
18849
18850 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18851
18852         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18853
18854         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18855           Fix weird caps (#157548).
18856
18857 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18858
18859         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18862           Add missing NULL terminator (#157543).
18863
18864 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18865
18866         * gst/tcp/gsttcp.h:
18867         * gst/tcp/gsttcpclientsink.c:
18868         * gst/tcp/gsttcpclientsrc.c:
18869         * gst/tcp/gsttcpserversink.c:
18870         * gst/tcp/gsttcpserversrc.c:
18871           ports can go up to 65535.  Move common defines to gsttcp.h
18872
18873 2004-11-05  Wim Taymans  <wim@fluendo.com>
18874
18875         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18876         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18877         Added two more colorspaces.
18878
18879 2004-11-05  Wim Taymans  <wim@fluendo.com>
18880
18881         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18882         (gst_ffmpegcsp_avpicture_fill):
18883         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18884         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18885         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18886         More stride fixes.
18887
18888 2004-11-05  Wim Taymans  <wim@fluendo.com>
18889
18890         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18891         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18892         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18893         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18894         (gst_videomixer_loop):
18895         More stride fixes.
18896
18897 2004-11-05  Benjamin Otte  <otte@gnome.org>
18898
18899         * ext/mad/gstmad.c: (gst_mad_chain):
18900           don't overflow data buffer. Flush not needed sync data when syncing
18901           failed.
18902
18903 2004-11-04  Wim Taymans  <wim@fluendo.com>
18904
18905         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18906         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18907         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18908         (gst_alpha_init_params), (gst_alpha_chain),
18909         (gst_alpha_change_state):
18910         Updated the chroma keying algorithm with something more
18911         sophisticated.
18912
18913 2004-11-03  Wim Taymans  <wim@fluendo.com>
18914
18915         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18916         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18917         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18918         Fix stride issues. Does not completely work for odd
18919         heights.
18920
18921 2004-11-03  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18924         (gst_alpha_chroma_key), (gst_alpha_chain):
18925         Fix stride issues. Does not completely work for odd
18926         heights.
18927
18928 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18929
18930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18931         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18932         leak fixes
18933
18934 2004-11-03  Wim Taymans  <wim@fluendo.com>
18935
18936         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18937         (gst_ffmpegcsp_avpicture_fill):
18938         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18939         (avpicture_alloc):
18940         * gst/ffmpegcolorspace/imgconvert_template.h:
18941         Use correct _fill function to get correct strides.
18942
18943 2004-11-02  David Schleef  <ds@schleef.org>
18944
18945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18946         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18947         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18948         Change all g_print()s to debugging.  Add a bunch of consistency
18949         checks.
18950
18951 2004-11-02  Wim Taymans  <wim@fluendo.com>
18952
18953         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18954         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18955         (unlinked), (no_more_pads), (close_link):
18956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18957         (unknown_type), (add_element_stream), (new_decoded_pad),
18958         (removed_decoded_pad), (setup_source):
18959         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18960         (gst_stream_info_class_init), (gst_stream_info_init),
18961         (gst_stream_info_new), (gst_stream_info_dispose),
18962         (stream_info_mute_pad), (gst_stream_info_set_property),
18963         (gst_stream_info_get_property):
18964         * gst/playback/gststreaminfo.h:
18965         Fix playback of multiple files.
18966         a slightly different approach to handling dynamic pad removals.
18967         This one only looks at pads that we have linked.
18968
18969 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18970
18971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18972         free" warning from libc.
18973
18974 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18975
18976         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18977         (get_unconnected_element), (remove_starting_from), (pad_removed),
18978         (close_link):
18979           Implement support for dynamic pad changing. We listen to "live"
18980           pad removals (i.e. while playing) and re-setup autoplugging
18981           after that. Playbasebin/playbin need some more work for this
18982           to finally work, but decodebin supports (and replugs) chained
18983           ogg now.
18984
18985 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18986
18987         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18988         (gst_alsa_finalize):
18989         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18990         (gst_cdaudio_finalize):
18991         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18992         (cdparanoia_finalize):
18993         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18994         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18995         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18996         (dvdreadsrc_finalize):
18997         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18998         (gst_flacdec_finalize):
18999         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19000         (gst_flacenc_finalize):
19001         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19002         (gst_gnomevfssink_finalize):
19003         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19004         (gst_gnomevfssrc_finalize):
19005         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19006         (gst_fameenc_finalize):
19007         * ext/nas/nassink.c: (gst_nassink_class_init),
19008         (gst_nassink_finalize):
19009         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19010         (gst_sdlvideosink_class_init):
19011         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19012         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19013         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19014         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19015         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19016         (gst_x_window_listener_dispose):
19017         * gst/audioscale/gstaudioscale.c:
19018         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19019         (play_on_demand_finalize):
19020         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19022         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19023         (cdplayer_finalize):
19024         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19025         (gst_glimagesink_class_init):
19026         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19027         (gst_osselement_finalize):
19028         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19029         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19030         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19031           Fixes a bunch of problems with finalize and dispose functions,
19032           either assumptions that dispose is only called once, or not calling
19033           the parent class dispose/finalize function
19034
19035 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19036
19037         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19038           added two api precondition guards
19039           use g_strdup with getenv to fix crash when using ENVVAR
19040
19041 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19042         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19043         (gst_esdsink_finalize):
19044         Use a finalize function, not dispose, and more importantly,
19045         call the parent class finalize function too
19046
19047 2004-11-01  Johan Dahlin  <johan@gnome.org>
19048
19049         * ext/ogg/gstoggdemux.c:
19050         * gst/tags/gstvorbistag.c:
19051         Plug leaks.
19052
19053 2004-10-31  Benjamin Otte  <otte@gnome.org>
19054
19055         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19056           lotsa memleaks today. But they're all small...
19057
19058 2004-10-31  Benjamin Otte  <otte@gnome.org>
19059
19060         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19061           another memleak crushed
19062
19063 2004-10-31  Benjamin Otte  <otte@gnome.org>
19064
19065         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19066           fix memleak
19067
19068 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19071           Hack to prevent crash when going to READY inside signal handler
19072           while this function is active.
19073
19074 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * gst/ffmpegcolorspace/Makefile.am:
19077         * gst/ffmpegcolorspace/avcodec.h:
19078         * gst/ffmpegcolorspace/common.h:
19079         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19080         * gst/ffmpegcolorspace/dsputil.h:
19081         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19083         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19084         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19085         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19086         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19087         (gst_ffmpegcsp_avpicture_fill):
19088         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19090         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19091         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19092         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19093         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19094         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19095         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19096         * gst/ffmpegcolorspace/imgconvert.c:
19097         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19098         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19099         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19100         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19101         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19102         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19103         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19104         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19105         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19106         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19107         (grow21), (grow22), (grow41), (grow44), (conv411),
19108         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19109         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19110         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19111         (avpicture_free), (is_yuv_planar), (img_convert),
19112         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19113         (deinterlace_line_inplace), (deinterlace_bottom_field),
19114         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19115         * gst/ffmpegcolorspace/imgconvert_template.h:
19116         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19117         * gst/ffmpegcolorspace/mmx.h:
19118         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19119         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19120         (av_freep), (avcodec_get_context_defaults),
19121         (avcodec_alloc_context), (avcodec_init):
19122           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19123           handling plus update from ffmpeg CVS. Large clean-up.
19124
19125 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19126
19127         * gst/playback/Makefile.am:
19128           We need the marshallers for decodebin, too.
19129
19130 2004-10-30  David Schleef  <ds@schleef.org>
19131
19132         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19133           quicktime typefinding work with 64-bit offsets.
19134
19135 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19136
19137         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19138           Set EOS on the element when processing an EOS event.
19139         * ext/speex/gstspeexdec.h:
19140         * ext/speex/gstspeexenc.h:
19141           Only keep a const ptr to the mode
19142         * gst-libs/gst/riff/riff-media.c:
19143         (gst_riff_create_audio_caps_with_data),
19144         (gst_riff_create_audio_template_caps):
19145           Allow WMAV3, with up to 6 channels.
19146         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19147           Don't call gst_pad_set_event_function on a sink pad.
19148         * gst/mpegstream/gstdvddemux.c:
19149         (gst_dvd_demux_get_subpicture_stream),
19150         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19151           Copy the explicit caps that were set across to the cur_* pads,
19152           instead of trying to use a possibly non-existent negotiated caps.
19153           Reset the type of subpicture pads to UNKNOWN after calling
19154           init_stream, so that the caps get set.
19155
19156 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19157
19158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19159
19160         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19161           Don't touch buffer if it is of size 0 (fixes #151064).
19162
19163 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19164
19165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19166           Synchronized discont handling.
19167
19168 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19169
19170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19171         (gst_ogg_demux_push):
19172           Make seeking sort-of exact again (fixes #156387).
19173
19174 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19175
19176         * gst/playback/gstplaybasebin.c: (unknown_type),
19177         (add_element_stream), (new_decoded_pad),
19178         (gst_play_base_bin_change_state):
19179         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19180         (gst_stream_info_init), (gst_stream_info_new),
19181         (gst_stream_info_dispose), (gst_stream_info_get_property):
19182         * gst/playback/gststreaminfo.h:
19183           Make caps explicitely available. Makes testing for unsupported
19184           types possible. Improves error reporting.
19185
19186 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19187
19188         * gst/audioconvert/gstaudioconvert.c:
19189         (gst_audio_convert_buffer_to_default_format):
19190           Really don't touch read-only buffers (#156563).
19191
19192 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19193
19194         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19197           Fix memleak (#155223).
19198
19199 2004-10-29  Wim Taymans  <wim@fluendo.com>
19200
19201         * gst/tcp/.cvsignore:
19202         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19203         (gst_multifdsink_class_init), (gst_multifdsink_init),
19204         (gst_multifdsink_add), (gst_multifdsink_remove),
19205         (gst_multifdsink_remove_client_link), (is_sync_frame),
19206         (gst_multifdsink_new_client),
19207         (gst_multifdsink_handle_client_write),
19208         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19209         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19210         (gst_multifdsink_get_property):
19211         * gst/tcp/gstmultifdsink.h:
19212         Added burst on connect sync_method, deprecated sync_clients,
19213         streamlined the sync code some more.
19214
19215 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19218         (gst_play_base_bin_change_state):
19219           Improve error reporting.
19220
19221 2004-10-28  Wim Taymans  <wim@fluendo.com>
19222
19223         * gst/tcp/Makefile.am:
19224         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19225         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19226         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19227         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19228         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19229         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19230         (gst_fdset_wait):
19231         Added more locks around fdset structures. Fixed/reworked
19232         the poll array resizing code.
19233         Added stress test for fdset.
19234
19235 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19236
19237         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19238         fix build
19239
19240 2004-10-28  Benjamin Otte  <otte@gnome.org>
19241
19242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19243           fix link function to always query channels and query width for
19244           floats
19245         * configure.ac:
19246           add equalizer dir
19247         * gst/equalizer/Makefile.am:
19248         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19249         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19250         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19251         (arg_to_scale), (setup_filter),
19252         (gst_iir_equalizer_compute_frequencies),
19253         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19254         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19255         (plugin_init):
19256           add an equalizer
19257
19258 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19261
19262         * po/LINGUAS:
19263         * po/nb.po:
19264           Added Norwegian Bokmaal translation
19265
19266 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19267
19268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19269           Don't break on options (fixes #156488).
19270
19271 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19272
19273         * configure.ac:
19274         * ext/cdaudio/Makefile.am:
19275         * sys/Makefile.am:
19276           fix build on older automake
19277
19278 2004-10-26  Wim Taymans  <wim@fluendo.com>
19279
19280         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19281         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19282         Allow a little margin when negotiating the framerate.
19283
19284 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19285
19286         * gst/level/gstlevel.c:
19287           synchonised naming of pads and pad-templates
19288
19289 2004-10-26  Wim Taymans  <wim@fluendo.com>
19290
19291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19292         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19293         (_find_streams_check), (gst_ogg_demux_push):
19294         Fix EOS again. Needs to be done in a better way. We should not
19295         remove the pad if there is no new chained stream.
19296
19297 2004-10-26 Iain <iaingnome@gmail.com>
19298
19299         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19300         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19301         of the caps.
19302         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19303         pad.
19304         (interleave_release_pad): Remove the pad.
19305         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19306         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19307         the set device.
19308         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19309         attrs
19310         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19311         (gst_xvimagesink_finalize): Free the par.
19312
19313 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19314
19315         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19316         (gst_avimux_stop_file):
19317           First calculate the rate, and only then use it. Hdr.rate is a
19318           multiple and not a derivative of hdr.scale. Scale is not the
19319           same as blockalign but is solely related to rate.
19320
19321 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19322
19323         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19324         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19325           Implement seeking.
19326
19327 2004-10-25  James Henstridge  <james@jamesh.id.au>
19328
19329         Reviewed by:  David Schleef  <ds@schleef.org>
19330
19331         * examples/gstplay/player.c: (got_stream_length), (main):
19332         * examples/seeking/cdplayer.c: (update_scale):
19333         * examples/seeking/seek.c: (format_value), (update_scale):
19334         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19335         (stop_seek):
19336         Build fixes on AMD64.
19337
19338 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19339
19340         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19341
19342         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19343         Fix for some v4l cards which hang in v4lsrc
19344
19345 2004-10-25  Wim Taymans  <wim@fluendo.com>
19346
19347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19348         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19349         Make sure to remove the pad when a new chain is
19350         encountered. Set some vars to NULL so we don't try
19351         to reference freed memory.
19352
19353 2004-10-25  Wim Taymans  <wim@fluendo.com>
19354
19355         * examples/seeking/Makefile.am:
19356         * examples/seeking/cdplayer.c: (update_scale):
19357         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19358         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19359         (format_value), (update_scale), (iterate), (start_seek),
19360         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19361         (print_usage), (main):
19362         Added some more examples, update others.
19363
19364 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19365
19366         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19367         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19368         * ext/theora/theoradec.c: (theora_dec_chain):
19369         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19370           Add codec-name metadata.
19371
19372 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19373
19374         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19375
19376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19377         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19378         * ext/alsa/gstalsamixertrack.h:
19379         * po/POTFILES.in:
19380           ALSA mixer track label internationalization (#154054).
19381
19382 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * ext/theora/theoradec.c: (theora_dec_chain):
19385           Export bitrate as metadata.
19386
19387 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19390         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19391         * ext/alsa/gstalsamixertrack.h:
19392           Fix names, fix loop.
19393
19394 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19395
19396         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19397         (speex_dec_convert):
19398           sinkconvert function so oggdemux can get the file length (totem).
19399
19400 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19401
19402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19403
19404         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19405           Don't push incomplete packets.
19406         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19407           Fix MPEG-4 audio typefinding.
19408
19409 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19410
19411         * sys/v4l/Makefile.am:
19412         * sys/v4l/gstv4l.c: (plugin_init):
19413         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19414         (gst_v4lelement_init), (gst_v4lelement_dispose),
19415         (gst_v4lelement_change_state):
19416         * sys/v4l/gstv4lelement.h:
19417         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19418         (gst_v4l_xoverlay_close), (idle_refresh),
19419         (gst_v4l_xoverlay_set_xwindow_id):
19420         * sys/v4l/gstv4lxoverlay.h:
19421         * sys/v4l/v4l-overlay_calls.c:
19422         * sys/v4l/v4l_calls.h:
19423         * sys/v4l2/Makefile.am:
19424         * sys/v4l2/gstv4l2.c: (plugin_init):
19425         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19426         (gst_v4l2element_init), (gst_v4l2element_dispose),
19427         (gst_v4l2element_change_state):
19428         * sys/v4l2/gstv4l2element.h:
19429         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19430         (gst_v4l2_xoverlay_close), (idle_refresh),
19431         (gst_v4l2_xoverlay_set_xwindow_id):
19432         * sys/v4l2/gstv4l2xoverlay.h:
19433         * sys/v4l2/v4l2-overlay_calls.c:
19434         * sys/v4l2/v4l2_calls.h:
19435           Remove client-side overlay handling, use the X-server v4l plugin
19436           for that. Nicer overlay, less code. Also make the plugin
19437           compileable without X (but then without overlay, obviously).
19438           Makes xwindowlistener obsolete, should we remove that?
19439
19440 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19443         (gst_osssrc_src_query):
19444         * sys/oss/gstosssrc.h:
19445           OK, so people want offset in DEFAULT. This time, actually fix all
19446           cases.
19447         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19448           Add FPS properly.
19449
19450 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19451
19452         * gst/asfdemux/gstasfmux.c:
19453         * gst/avi/gstavimux.c:
19454           Framerate.
19455
19456 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19459           Fix properties (channel, norm, frequency).
19460
19461 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19464           Flag typo.
19465         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19466           No warnings.
19467
19468 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19469
19470         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19471           Fix hang.
19472
19473 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * sys/v4l2/gstv4l2element.h:
19476           Yet Another Hack (tm) for kernel header borkedness.
19477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19478         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19479         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19480         (gst_v4l2src_change_state):
19481         * sys/v4l2/gstv4l2src.h:
19482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19483         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19484           Fix caps, keep track of state, work.
19485
19486 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19487
19488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19489           Quiet.
19490
19491 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19492
19493         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19494           Don't mix bytes and samples.
19495
19496 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * ext/ogg/gstoggmux.c:
19499           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19500           and theora. Any is incorrect.
19501         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19502           Fix caps.
19503         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19504         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19505         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19506         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19507         * sys/v4l/gstv4lmjpegsrc.h:
19508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19509         (gst_v4lsrc_change_state):
19510         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19511         (gst_v4lmjpegsrc_capture_stop):
19512           Fix caps. Keep track of internal state. Work.
19513
19514 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * ext/Makefile.am:
19517           Fix the build fixes.
19518
19519 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19522         (gst_ogg_demux_src_event), (_find_chain_seek),
19523         (gst_ogg_pad_push):
19524           Check for pad availability before using it.
19525         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19526           Fix parsing of chained ogg. Needs more work on the decoder side.
19527
19528 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19529
19530         * gst/spectrum/Makefile.am:
19531         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19532         (idle_func):
19533           Fix demo and reenable it. Yes, I'm currently playing with audio
19534           analysis tools
19535
19536 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19539           We love it if files that start at zero work too...
19540
19541 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19542
19543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19544           Handle files with missing EOS headers.
19545
19546 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19547
19548         * gst/tcp/gsttcpserversink.c:
19549         (gst_tcpserversink_handle_server_read),
19550         (gst_tcpserversink_init_send):
19551         Zero some variables first (need for accept not to return EINVAL)
19552
19553 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19554
19555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19556         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19557         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19558         (theora_dec_chain):
19559         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19560         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19561           Seeking and querying finetune.
19562
19563 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19564
19565         * configure.ac:
19566         * ext/Makefile.am:
19567         * ext/raw1394/Makefile.am:
19568           fix the build
19569
19570 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19571
19572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19573           Wrong return.
19574         * gst/playback/Makefile.am:
19575         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19576         * gst/playback/gstplay-marshal.list:
19577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19578           Fix marshallers.
19579
19580 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19583           Silence.
19584
19585 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19588         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19589         (gst_ogg_pad_push):
19590           Yay for non-lineair granulepos in theora.
19591
19592 2004-10-18  Wim Taymans  <wim@fluendo.com>
19593
19594         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19595         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19596         * ext/dv/gstdvdec.h:
19597         Make sure we renegotiate aspect ratio when the camera switches.
19598
19599 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19600
19601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19602         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19603           Start at zero.
19604         * ext/theora/theoradec.c: (theora_dec_chain):
19605           Skip headers. Bad idea for chained ogg, but fixes seeking.
19606
19607 2004-10-18  Wim Taymans  <wim@fluendo.com>
19608
19609         * configure.ac:
19610         I swear, this is the last time I touch this.
19611
19612 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19615         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19616         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19617           Faster seeking.
19618         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19619           Time-to-default conversion.
19620         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19621           Don't error on unknown packets, just skip. We should probably
19622           read them if we want to support chained ogg.
19623
19624 2004-10-18  Wim Taymans  <wim@fluendo.com>
19625
19626         * configure.ac:
19627         Added cdaudio to wrong list.
19628
19629 2004-10-18  Wim Taymans  <wim@fluendo.com>
19630
19631         * configure.ac:
19632         Revive cdaudio.
19633
19634 2004-10-18  Wim Taymans  <wim@fluendo.com>
19635
19636         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19637         (gst_dvdec_video_link), (gst_dvdec_push):
19638         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19639         (gst_smokeenc_resync), (gst_smokeenc_chain):
19640         Fix mimetype on smoke encoder.
19641         Add aspect ratio to dvdec. Not sure if these
19642         values are correct though....
19643
19644 2004-10-18  Wim Taymans  <wim@fluendo.com>
19645
19646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19647         Fix vorbis property descriptions and ranges.
19648
19649 2004-10-18  Wim Taymans  <wim@fluendo.com>
19650
19651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19652         Really do nothing when no data is available.
19653         Go to the playing state when the stream is not seekable
19654         instead of failing.
19655
19656 2004-10-18  Wim Taymans  <wim@fluendo.com>
19657
19658         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19659         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19660         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19661         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19662         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19663         Added uri handler for cd://
19664         Port to new API.
19665
19666 2004-10-18  Wim Taymans  <wim@fluendo.com>
19667
19668         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19669         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19670         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19671         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19672         (remove_prerolls), (unknown_type), (add_element_stream),
19673         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19674         (gst_play_base_bin_remove_element),
19675         (gst_play_base_bin_link_stream):
19676         * gst/playback/gstplaybin.c: (gen_video_element),
19677         (gen_vis_element), (remove_sinks), (setup_sinks):
19678         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19679         (gst_stream_info_get_type), (gst_stream_info_class_init),
19680         (gst_stream_info_init), (gst_stream_info_new),
19681         (gst_stream_info_dispose), (stream_info_mute_pad),
19682         (gst_stream_info_set_property), (gst_stream_info_get_property):
19683         * gst/playback/gststreaminfo.h:
19684         Add sink padtemplate to decodebin.
19685         Added some more comments.
19686         Make queue size configurable in playbasebin.
19687         Added possibility to use elements as sinks (ex cdaudio).
19688
19689 2004-10-15  Wim Taymans  <wim@fluendo.com>
19690
19691         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19692         (gst_speexenc_chain):
19693         Fix speex timestamps so that it gets muxed properly.
19694
19695 2004-10-15  Wim Taymans  <wim@fluendo.com>
19696
19697         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19698         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19699         (gst_dv1394src_init), (gst_dv1394src_dispose),
19700         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19701         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19702         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19703         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19704         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19705         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19706         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19707         * ext/raw1394/gstdv1394src.h:
19708         Added conversion/query functions.
19709         Update buffer timestamps,
19710         Added signals.
19711         Added uri dv:// so it might play from the firewire in playbin.
19712         Fix a possible leak.
19713         Added debugging.
19714
19715 2004-10-15  Wim Taymans  <wim@fluendo.com>
19716
19717         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19718         (gst_dv1394src_init), (gst_dv1394src_set_property),
19719         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19720         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19721         * ext/raw1394/gstdv1394src.h:
19722         Added AV/C VTR control support needed for some cameras.
19723         Added automatic port detection.
19724         Added properties for selecting the channel.
19725         The configure.ac script is not yet updated to reflect the
19726         new libavc1394 and librom1394 dependencies.
19727
19728 2004-10-15  Wim Taymans  <wim@fluendo.com>
19729
19730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19731         (qtdemux_parse), (gst_qtdemux_handle_esds):
19732         An esds box is not a container.
19733         Fix parsing of mp4v boxes.
19734         Do not try to renegotiate fps for each frame. Need to
19735         find a better method. This should fix mp4 playback.
19736
19737 2004-10-14  David Schleef  <ds@schleef.org>
19738
19739         * configure.ac: update for swfdec-0.3 and liboil-0.2
19740         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19741         * ext/swfdec/gstswfdec.h: same
19742         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19743         * gst/videotestsrc/videotestsrc.c: same
19744
19745 2004-10-14  Wim Taymans  <wim@fluendo.com>
19746
19747         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19748         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19749         (is_sync_frame), (gst_multifdsink_new_client),
19750         (gst_multifdsink_handle_client_write),
19751         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19752         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19753         Turn warnings into info.
19754         Don't allow a state change in the streaming thread.
19755
19756 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19757
19758         * ext/vorbis/oggvorbisenc.c:
19759         * ext/vorbis/vorbisdec.c:
19760           fix template sample rate
19761
19762 2004-10-13  Wim Taymans  <wim@fluendo.com>
19763
19764         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19765         Decoding the header first fixes some problems in resyncing
19766         in more mp3s.
19767
19768 2004-10-12  Wim Taymans  <wim@fluendo.com>
19769
19770         * gst/playback/gstplaybin.c: (gen_video_element),
19771         (gen_vis_element), (remove_sinks), (setup_sinks):
19772         Added vis plugin support, need to configure the vis
19773         element to activate it.
19774
19775 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19776
19777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19778         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19779           Some debug.
19780         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19781         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19782         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19783         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19784         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19785         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19786         * gst/avi/gstavidemux.h:
19787           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19788           recovery (where, if part of the index is broken, we will still read
19789           the rest of the index and recover the broken part by stream
19790           scanning). More broken media support. EOS workarounds. General AVI
19791           braindamage headache recovery. Aspirin included.
19792
19793 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19794
19795         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19796         (cdparanoia_event), (cdparanoia_query):
19797           Get rid of hideous lead-in.
19798
19799 2004-10-11  Wim Taymans  <wim@fluendo.com>
19800
19801         * gst/playback/gstplaybasebin.c: (setup_source):
19802         Wrong var used to get g_list_next.
19803
19804 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19807         (cdparanoia_get), (cdparanoia_open):
19808           Report discid as metadata, add duration.
19809
19810 2004-10-11  Wim Taymans  <wim@fluendo.com>
19811
19812         * gst/playback/gstplaybasebin.c: (setup_source):
19813         Cleanup the previous pipeline a little earlier for the
19814         case that a source element provides raw data.
19815
19816 2004-10-11  Benjamin Otte  <otte@gnome.org>
19817
19818         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19819           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19820           consuming the last 128 bytes, even though it was valid mp3 data.
19821
19822 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19823
19824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19825         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19826         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19827         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19828
19829 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19830
19831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19832         Fix for webcams that support only specific width or height
19833
19834 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19835
19836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19837
19838         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19839           Fix wrong discont event setup (fixes #154967).
19840
19841 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19842
19843         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19846           Error out on invalid data (fixes #154807).
19847
19848 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19849
19850         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * ext/dvdread/dvdreadsrc.c: (_read):
19853           Make titles > 0 work again (fixes #154834).
19854
19855 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * gst-libs/gst/riff/riff-media.c:
19858         (gst_riff_create_video_template_caps):
19859           WMV3 missing in template caps.
19860
19861 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19864           OK, so the original code was too strict. It makes random AVI files
19865           hang for seconds upon opening, which is unacceptable and is far
19866           beyond the original goal of getting multiple chunks for one-chunk
19867           sounc stream files. So now do just that.
19868
19869 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19870
19871         * gst/playback/gstplaybasebin.c: (setup_source),
19872         (gst_play_base_bin_change_state):
19873           Actually clean up streaminfo if output fails. This would trigger
19874           if, for example, there was no CD in the drive. No preroll, so
19875           a streaminfo structure is created, but the subsequent state change
19876           of the thread fails.
19877         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19878           Don't change state if parent failed.
19879
19880 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19883         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19884         (gen_video_element), (remove_sinks):
19885           Add small bits of code for screenshot handling.
19886
19887 2004-10-08  Wim Taymans  <wim@fluendo.com>
19888
19889         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19890         (gen_video_element), (gen_audio_element), (setup_sinks):
19891         Don't assume the user provided sinks are named "sink"...
19892
19893 2004-10-08  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19896         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19897         (gst_play_base_bin_link_stream):
19898         Do not try to autoplug sources that generate raw streams like
19899         cdparanoia.
19900         disconnect the preroll overrun signal when we don't need it anymore.
19901
19902 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19903
19904         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19905         Added reworked patch from #154903 from milosz derezynski (deadchip).
19906
19907 2004-10-08  Wim Taymans  <wim@fluendo.com>
19908
19909         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19910         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19911         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19912         (cdparanoia_convert), (cdparanoia_uri_get_type),
19913         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19914         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19915         * ext/cdparanoia/gstcdparanoia.h:
19916         This adds the cdda://<tracknum> uri.
19917
19918 2004-10-08  Wim Taymans  <wim@fluendo.com>
19919
19920         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19921         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19922         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19924         (unknown_type), (gst_play_base_bin_remove_element),
19925         (gst_play_base_bin_link_stream):
19926         * gst/playback/gstplaybasebin.h:
19927         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19928         (gst_play_bin_set_property), (gen_video_element),
19929         (gen_audio_element), (setup_sinks):
19930         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19931         (gst_stream_info_get_type), (gst_stream_info_class_init),
19932         (gst_stream_info_init), (gst_stream_info_new),
19933         (gst_stream_info_dispose), (stream_info_mute_pad),
19934         (gst_stream_info_set_property), (gst_stream_info_get_property):
19935         * gst/playback/gststreaminfo.h:
19936         Reuse the audio and video bins.
19937         Some internal cleanups in the stream selection code.
19938
19939 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19940
19941         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19942         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19943         * sys/ximage/ximagesink.h:
19944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19945         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19946         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19947         not coming from those elements. Moreover these elements should not keep
19948         the xid they have been given when in NULL state.
19949
19950 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19953         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19954         * sys/ximage/ximagesink.h:
19955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19956         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19957         * sys/xvimage/xvimagesink.h:
19958           Actually only create a new toplevel window if we're not gonna
19959           embed it right after.
19960
19961 2004-10-07  Wim Taymans  <wim@fluendo.com>
19962
19963         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19964         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19965         * gst/playback/gstplaybin.c: (setup_sinks):
19966         Implement muting/unmuting of streams, mute streams that are not
19967         used.
19968
19969 2004-10-07  Wim Taymans  <wim@fluendo.com>
19970
19971         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19972         (plugin_init):
19973         Added lame audio/x-ac3 typefind function.
19974
19975 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19976
19977         * configure.ac:
19978           bump nano to cvs
19979
19980 === release 0.8.5 ===
19981
19982 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19983
19984         * NEWS:
19985         * RELEASE:
19986         * configure.ac:
19987           releasing 0.8.5, "Take You On"
19988
19989 2004-10-06  Wim Taymans  <wim@fluendo.com>
19990
19991         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19992         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19993         (no_more_pads), (close_link), (type_found):
19994         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19995         * gst/playback/gstplaybin.c: (gen_video_element):
19996         Do not signal the no_more_pads after the first pad when
19997         we are plugging a non dynamic element with multiple
19998         output pads (like swfdec, dvdec, ...).
19999
20000 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * configure.ac:
20003           bump for prerelease
20004
20005 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20006
20007         * gst/wavparse/gstwavparse.c:
20008           add ATRAC3 to STATIC CAPS to fix a warning
20009
20010         * gst/matroska/ebml-read.c:
20011         * gst-libs/gst/riff/riff-read.c:
20012           fix typos
20013
20014 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20015
20016         * gst-libs/gst/riff/riff-media.c:
20017           generate caps for ATRAC3 audio streams
20018
20019         * gst/realmedia/rmdemux.c:
20020           generate caps for ATRAC3 audio streams
20021
20022 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20023
20024         * gst/wavparse/Makefile.am
20025         * gst/wavparse/riff.h
20026         * gst/wavparse/wavparse.vcproj
20027           riff.h removal (unused and duplication with riff-ids.h)
20028
20029 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20030
20031         * gst/wavparse/gstwavparse.h
20032           remove duplicated defines for audio codec codes
20033
20034         * gst-libs/gst/riff/riff-ids.h
20035         * gst/wavenc/riff.h:
20036           add "4CC" code for ATRAC3 audio streams
20037           add "4CC" code for ITU_G721_ADPCM (unused for now)
20038
20039 2004-10-06  Wim Taymans  <wim@fluendo.com>
20040
20041         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20042         Actually _do_ negotiation. Pass gdouble as arg instead
20043         of guint64 for the framerate.
20044
20045 2004-10-06  Wim Taymans  <wim@fluendo.com>
20046
20047         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20048         (find_compatibles), (close_pad_link), (try_to_link_1),
20049         (no_more_pads), (close_link), (type_found):
20050         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20051         * gst/playback/gstplaybin.c: (gen_video_element),
20052         (gen_audio_element):
20053         Set state on newly added element to READY so that negotiation
20054         can happen ASAP.
20055         Addes some more debug info.
20056         Do not try to plug pads with multiple caps structures or ANY
20057         because it is too dangerous since we do not do dynamic
20058         replugging.
20059
20060 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20063
20064         * po/LINGUAS:
20065         * po/or.po:
20066           add Oriya translation
20067
20068 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20071           Prevent overwrite of size member. Makes audio sound crappy.
20072
20073 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20074
20075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20076         Add rmvb to the list of known RealMedia extensions
20077
20078 2004-10-05  Wim Taymans  <wim@fluendo.com>
20079
20080         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20081         (mngdec_openstream), (mngdec_closestream),
20082         (mngdec_handle_sink_event), (mngdec_readdata),
20083         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20084         (mngdec_getcanvasline), (mngdec_refresh),
20085         (gst_mngdec_change_state):
20086         Set the framerate correctly.
20087
20088 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20089
20090         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20091           There was something wrong with the index massaging.
20092
20093 2004-10-04  Wim Taymans  <wim@fluendo.com>
20094
20095         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20096         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20097         (gst_smokedec_chain):
20098         * ext/jpeg/gstsmokedec.h:
20099         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20100         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20101         * ext/jpeg/gstsmokeenc.h:
20102         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20103         (smokecodec_decode_new), (smokecodec_info_free),
20104         (smokecodec_set_quality), (smokecodec_get_quality),
20105         (smokecodec_set_threshold), (smokecodec_get_threshold),
20106         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20107         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20108         (smokecodec_encode), (smokecodec_parse_id),
20109         (smokecodec_parse_header), (smokecodec_decode):
20110         * ext/jpeg/smokecodec.h:
20111         * ext/jpeg/smokeformat.h:
20112         Updated smoke, new bitstream, allows embedding in ogg.
20113
20114 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20115
20116         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20117           Fix seeking in some files. All this code is no longer needed (and
20118           actually breaks stuff) because we now synchronize the full index
20119           right when reading the header.
20120
20121 2004-10-04  Wim Taymans  <wim@fluendo.com>
20122
20123         * configure.ac:
20124         configure update for libmng.
20125
20126 2004-10-04  Wim Taymans  <wim@fluendo.com>
20127
20128         * ext/libmng/Makefile.am:
20129         * ext/libmng/gstmng.c: (plugin_init):
20130         * ext/libmng/gstmng.h:
20131         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20132         (gst_mngdec_base_init), (gst_mngdec_class_init),
20133         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20134         (gst_mngdec_loop), (gst_mngdec_get_property),
20135         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20136         (mngdec_closestream), (mngdec_handle_sink_event),
20137         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20138         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20139         (gst_mngdec_change_state):
20140         * ext/libmng/gstmngdec.h:
20141         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20142         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20143         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20144         (gst_mngenc_chain), (gst_mngenc_get_property),
20145         (gst_mngenc_set_property):
20146         * ext/libmng/gstmngenc.h:
20147         Added basic MNG decoder. Needs more work. The encoder does
20148         not work yet.
20149
20150 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20153         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20154         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20155           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20156           no-more-pads.
20157
20158 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20159
20160         * configure.ac:
20161           you need at least 1.0.4 of speex
20162
20163 2004-10-04 Iain <iaingnome@gmail.com>
20164
20165         * ext/speex/gstspeexdec.h: Revert the includes changes.
20166
20167         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20168
20169 2004-09-30 Iain <iaingnome@gmail.com>
20170
20171         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20172         found during init or set as a property instead of hardcoding /dev/audio
20173
20174 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20175
20176         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20177         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20178         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20179         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20180         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20181         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20182         (gst_rmdemux_dump_data):
20183           Use debug category, fix EOS handling. filesrc ! rmdemux now
20184           works.
20185
20186 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20189         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20190         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20191           Improve allocation, cutting and sorting of the index. How takes a
20192           few seconds instead of minutes.
20193
20194 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20195
20196         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20197           fixed compilation
20198
20199 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * gst-libs/gst/riff/riff-media.c:
20202         (gst_riff_create_video_caps_with_data),
20203         (gst_riff_create_video_template_caps):
20204           Add wing commander format mimetype/fourccs.
20205         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20206           Don't crash if some value is 0.
20207
20208 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * gst-libs/gst/riff/riff-media.c:
20211         (gst_riff_create_video_caps_with_data),
20212         (gst_riff_create_video_template_caps):
20213           Add DIB fourcc (raw, palettized 8-bit RGB).
20214         * gst-libs/gst/riff/riff-read.c:
20215         (gst_riff_read_strf_vids_with_data):
20216           Oops, fix strf_data reading bug.
20217         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20218           Use a non-NULL tag.
20219         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20220           Time for hacks. Sorry Dave. At least one quicktime movie (a
20221           trailer) that I've encountered contains multiple video tracks.
20222           One of those is the actual video track, the other are one-frame
20223           tracks (images). Unfortunately, the number of frames according
20224           to the trak header is 1 for each, so that doesn't help. So
20225           instead, I look at the duration and discard tracks with a
20226           duration shorter than 20% of the length of the stream. Better
20227           than nothing.
20228
20229 2004-10-01  Christian Schaller <christian@fluendo.com>
20230
20231         * ext/ivorbis/vorbis.c:
20232           Patch from Phil Blundell (Bug 152341)
20233
20234 2004-10-01  Wim Taymans  <wim@fluendo.com>
20235
20236         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20237         (speex_dec_get_formats), (speex_dec_convert),
20238         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20239         (speex_dec_chain), (gst_speexdec_get_property),
20240         (gst_speexdec_set_property):
20241         Small cleanups.
20242
20243 2004-10-01  Wim Taymans  <wim@fluendo.com>
20244
20245         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20246         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20247         (gst_wavparse_other), (gst_wavparse_loop),
20248         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20249         (gst_wavparse_srcpad_event):
20250         * gst/wavparse/gstwavparse.h:
20251         Added some more debugging info.
20252         Fix the case where the length of the file is 0.
20253         Make sure we seek to sample borders.
20254
20255 2004-10-01  Wim Taymans  <wim@fluendo.com>
20256
20257         * gst/playback/README:
20258         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20259         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20260         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20261         Add some debug info to decodebin, update README
20262
20263 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20264
20265         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20266           Don't use g_print(); use GST_DEBUG().
20267
20268 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20269
20270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20271         (gst_ogg_mux_queue_pads):
20272           Handle EOS properly.
20273
20274 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20275
20276         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20279         (gst_faad_chain), (gst_faad_change_state):
20280         * ext/faad/gstfaad.h:
20281           Allow playback of raw (unframed) MPEG AAC files (#148993).
20282
20283 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20284
20285         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20288           Throw error if we didn't recognize the stream. Fixes #152289.
20289
20290 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20293           Fix negotiation.
20294
20295 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20296
20297         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20300           Fix memleak.
20301
20302 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20303
20304         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20307           Solve #152805.
20308         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20309           Solve 152806.
20310
20311 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20312
20313         * gst-libs/gst/riff/riff-media.c:
20314         (gst_riff_create_video_caps_with_data),
20315         (gst_riff_create_audio_caps_with_data):
20316           Add codec_data handling (like asfdemux used to do).
20317         * gst/asfdemux/gstasf.c: (plugin_init):
20318         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20319         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20320           Use riff-media for caps creation instead of our own (mostly
20321           broken) copy of its functions.
20322
20323 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20324
20325         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20326           Don't actually error out if we get another return value than
20327           -EINVAL. Opposite to what I first thought, drivers have random
20328           return values for this, although -EINVAL is the expected return
20329           value. Since this is not fatal, we shouldn't use
20330           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20331
20332 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20335         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20336         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20337         (dvdreadsrc_get), (dvdreadsrc_open_file),
20338         (dvdreadsrc_change_state):
20339           Fix. Don't do one big huge loop around the whole DVD, that will
20340           cache all data and thus eat sizeof(dvd) (several GB) before we
20341           see something.
20342         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20343           Actually NULL'ify event after using it.
20344         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20345         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20346         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20347         (gst_ebml_read_seek), (gst_ebml_read_skip):
20348           Handle events.
20349         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20350         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20351         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20352           Fix timing (this will probably break if I seek using menus, but
20353           I didn't get there yet). VOBs and normal DVDs should now work.
20354           Add a mpeg2-only pad with high rank so this get autoplugged for
20355           MPEG-2 movies.
20356         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20357         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20358         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20359         (gst_mpeg_demux_get_audio_stream),
20360         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20361         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20362           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20363           MPEG-1 but use dvddemux for MPEG-2.
20364         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20365         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20366         (gst_mpeg_parse_parse_packhead):
20367           Timing. Only add pad template if it exists. Add sink template from
20368           class and not from ourselves. This means we will always use the
20369           correct sink template even if it is not the one defined in this
20370           file.
20371
20372 2004-09-29  Wim Taymans  <wim@fluendo.com>
20373
20374         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20375         (gst_mpeg_demux_parse_pes):
20376         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20377         Fix playback of mpeg again, timestamps where screwed up by
20378         patch 1.61.
20379
20380 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20381
20382         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20383           Only return true if we actually filled something in. Prevents
20384           player applications from showing a random length for flac files.
20385         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20386         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20387         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20388         (gst_riff_read_strf_vids_with_data),
20389         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20390           OK, ok, so I implemented event handling. Apparently it's normal
20391           that we receive random events at random points without asking
20392           for it.
20393         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20394         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20395         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20396         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20397         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20398         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20399         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20400         * gst/avi/gstavidemux.h:
20401           Implement non-lineair chunk handling and subchunk processing.
20402           The first solves playback of AVI files where the audio and video
20403           data of individual buffers that we read are not synchronized.
20404           This should not happen according to the wonderful AVI specs, but
20405           of course it does happen in reality. It is also a prerequisite for
20406           the second. Subchunk processing allows us to cut chunks in small
20407           pieces and process each of these pieces separately. This is
20408           required because I've seen several AVI files with incredibly large
20409           audio chunks, even some files with only one audio chunk for the
20410           whole file. This allows for proper playback including seeking.
20411           This patch is supposed to fix all AVI A/V sync issues.
20412         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20413         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20414           Work.
20415         * gst/modplug/gstmodplug.cc:
20416           Proper return value setting for the query() function.
20417         * gst/playback/gstplaybasebin.c: (setup_source):
20418           Being in non-playing state (after, e.g., EOS) is not necessarily
20419           a bad thing. Allow for that. This fixes playback of short files.
20420           They don't actually playback fully now, because the clock already
20421           runs. This means that small files (<500kB) with a small length
20422           (<2sec) will still not or barely play. Other files, such as mod
20423           or flx, will work correctly, however.
20424
20425 2004-09-28  Wim Taymans  <wim@fluendo.com>
20426
20427         * ext/speex/gstspeex.c: (plugin_init):
20428         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20429         (gst_speex_dec_class_init), (speex_dec_get_formats),
20430         (speex_get_event_masks), (speex_get_query_types),
20431         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20432         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20433         (gst_speexdec_get_property), (gst_speexdec_set_property),
20434         (speex_dec_change_state):
20435         * ext/speex/gstspeexdec.h:
20436         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20437         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20438         (gst_speexenc_base_init), (gst_speexenc_class_init),
20439         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20440         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20441         (gst_speexenc_src_query), (gst_speexenc_init),
20442         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20443         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20444         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20445         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20446         (gst_speexenc_chain), (gst_speexenc_get_property),
20447         (gst_speexenc_set_property), (gst_speexenc_change_state):
20448         * ext/speex/gstspeexenc.h:
20449         Rewrote speex encoder, make sure it can be embedded in ogg.
20450         Implemented speex decoder.
20451
20452 2004-09-28  Christian Schaller <christian@fluendo.com>
20453
20454         * configure.ac:
20455         Remove kioslave plugin. Markey is brewing a new working one
20456         * ext/Makefile.am: Remove kioslave plugin
20457         * ext/kio: remove
20458         * gst-plugins.spec.in: remove kio plugin from spec
20459
20460 2004-09-27  Wim Taymans  <wim@fluendo.com>
20461
20462         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20463         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20464         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20465         (gst_multifdsink_new_client),
20466         (gst_multifdsink_handle_client_write),
20467         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20468         (gst_multifdsink_handle_clients):
20469         * gst/tcp/gstmultifdsink.h:
20470         Make syncing to keyframes actually work for new clients and lagging
20471         clients.
20472
20473 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20474
20475         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20476         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20477         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20478         * gst/debug/gstnavigationtest.h:
20479           make navigationtest display button-press and button-release events
20480
20481 2004-09-26 Iain <iaingnome@gmail.com>
20482
20483         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20484         the channels have received a new media event.
20485         (interleave_buffered_loop): Compresses a new media event on all
20486         channels into one.
20487
20488 2004-09-26 Iain <iaingnome@gmail.com>
20489
20490         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20491         call the sinkpad's default event handler and not the srcpads. He also
20492         says this is confusing :)
20493         (gst_wavenc_stop_file): Company says that seek events only go upstream
20494         we should send a discontinuous downstream instead.
20495
20496 2004-09-25  Christian Schaller <christian@fluendo.com>
20497
20498         * Update SPEC file to be usable in conjunction with Fedora Core,
20499           Fedora.us and freshrpms packages
20500         * Fix typo in multifilesrc test Makefile
20501
20502 2004-09-24  Wim Taymans  <wim@fluendo.com>
20503
20504         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20505         Only signal the no_more_pads signal when we have
20506         added the stream to our list.
20507
20508 2004-09-24  Wim Taymans  <wim@fluendo.com>
20509
20510         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20511         (new_decoded_pad):
20512         * gst/playback/gstplaybasebin.h:
20513         * gst/playback/gstplaybin.c: (setup_sinks):
20514         Don't try to preroll or decode more than one audio/video
20515         track.
20516
20517 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20520           Throw error if we failed to find a suitable output. This should
20521           throw an error if we successfully set up a pipeline (e.g. because
20522           we recognized a media file) but found no decodable streams in it
20523           (e.g. because it contains only media stream types for which we
20524           have no decoders, or because it's not a media type).
20525
20526 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20527
20528         * ext/dirac/Makefile.am:
20529         * ext/dirac/gstdirac.cc:
20530         * ext/dirac/gstdiracdec.cc:
20531         * ext/dirac/gstdiracdec.h:
20532           Do something. Don't actually know if this works because I don't
20533           have a demuxer yet.
20534         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20535           Add channels=1 to caps returned from _getcaps().
20536         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20537         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20538         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20539         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20540         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20541         (gst_ogm_parse_change_state):
20542           Separate between audio/video so ogmaudioparse actually uses the
20543           audio pad templates. Both audio and video work now, including
20544           autoplugging. Also use sometimes-srcpad hack.
20545         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20546           Handle events better. Don't hang on infinite loops.
20547         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20548         (gst_avi_demux_init), (gst_avi_demux_reset),
20549         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20550         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20551         (gst_avi_demux_change_state):
20552         * gst/avi/gstavidemux.h:
20553           Improve A/V sync. Still not perfect.
20554         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20555         (gst_ebml_read_skip):
20556           Handle events better.
20557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20558         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20559         (qtdemux_audio_caps):
20560           Add IMA4. Improve event handling. Save offset after a seek when
20561           the headers are at the end of the file so that we don't end up in
20562           an infinite loop.
20563         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20564           Add low-priority typefind support for files with no length.
20565
20566 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20567
20568         * testsuite/multifilesink/Makefile.am:
20569         fix typo
20570
20571 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20572
20573         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20575         mistakes from thaytan's patches.
20576
20577 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20578
20579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20580           For completeness, XSync in the destroy function as xvimage does.
20581
20582 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20583
20584         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20585            Correct caps negotiation
20586         * gst/volume/gstvolume.c: (volume_chain_float),
20587         (volume_chain_int16):
20588            Modify debug output to be little more informative
20589         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20591         (gst_xvimagesink_xvimage_destroy):
20592           Add XSync calls after detaching from the shared memory segment to
20593           avoid a crash.
20594
20595 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20596
20597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20598         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20599         * ext/vorbis/vorbis.c: (plugin_init):
20600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20601         (gst_vorbisenc_chain):
20602         * ext/vorbis/vorbisenc.h:
20603         remove explicit newmedia support from oggmux and vorbisenc
20604         add debug category to vorbisenc
20605         * gst/multifilesink/gstmultifilesink.c:
20606         (gst_multifilesink_class_init), (gst_multifilesink_init),
20607         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20608         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20609         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20610         (plugin_init):
20611         * gst/multifilesink/gstmultifilesink.h:
20612         add support for streamheader in multifilesink
20613
20614 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20617         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20618         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20619           Prevent infinite loops. More correct error reporting.
20620         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20621           Error out if negotiation fails.
20622         * gst/playback/gstplaybasebin.c: (setup_source),
20623         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20624         (gst_play_base_bin_found_tag):
20625           Error/tag forwarding. Pre-roll fixes for source errors on state
20626           changes (e.g. "file does not exist") to prevent hangs.
20627
20628 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20629
20630         * testsuite/multifilesink/Makefile.am:
20631         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20632         (gst_newmedia_class_init), (gst_newmedia_init),
20633         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20634         (newfile_signal), (test_signal), (main):
20635         * testsuite/multifilesink/multifilesrc_test.c: (main):
20636         * testsuite/multifilesink/oggtheora_test.c:
20637         (gst_newmedia_base_init), (gst_newmedia_class_init),
20638         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20639         (test_format), (newfile_signal), (test_signal), (main):
20640         * testsuite/multifilesink/oggvorbis_test.c:
20641         (gst_newmedia_base_init), (gst_newmedia_class_init),
20642         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20643         (test_format), (newfile_signal), (test_signal), (main):
20644         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20645         (gst_newmedia_class_init), (gst_newmedia_init),
20646         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20647         (newfile_signal), (test_signal), (main):
20648         New media tests
20649
20650 2004-09-20  Christian Schaller <christian@fluendo.com>
20651
20652         * Fix mikmod license to LGPL as they have relicensed
20653         * Move Dirac and Effectv into LGPL section of README_license
20654
20655 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20656
20657         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20658         (gst_mad_change_state):
20659           Allow for mp3 rate/channels changes. However, only very
20660           conservatively. Reason that we *have* to enable this is smiply
20661           because the mad find_sync() function is not good enough, it will
20662           regularly sync on random data as valid frames and therefore make
20663           us provide random caps as *final* caps of the stream. The best fix
20664           I could think of is to simply require several of the same stream
20665           changes in a row before we change caps.
20666           The actual testcase that works now is #
20667         * ext/ogg/Makefile.am:
20668         * ext/ogg/gstogg.c: (plugin_init):
20669         * ext/ogg/gstogmparse.c:
20670           OGM support (video only for now; I need an audio sample file).
20671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20672         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20673         (gst_asf_demux_add_video_stream):
20674           WMV extradata.
20675         * gst/playback/gstplaybasebin.c: (unknown_type):
20676           Don't error out on single unknown-types after all. It's wrong.
20677           If we found type of video and audio but not of a subtitle stream,
20678           it will still error out (which is unwanted). Will find a better fix
20679           later on.
20680         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20681         (ogmaudio_type_find), (plugin_init):
20682           OGM support.
20683
20684 2004-09-20  Johan Dahlin  <johan@gnome.org>
20685
20686         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20687         after setting caps.
20688
20689 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20690
20691         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20692         * gst/wavenc/gstwavenc.h:
20693         Added newmedia support to wavenc
20694
20695 2004-09-17  Wim Taymans  <wim@fluendo.com>
20696
20697         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20698         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20699         (gst_fdset_fd_can_write), (gst_fdset_wait):
20700         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20701         (gst_multifdsink_init), (gst_multifdsink_add),
20702         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20703         (gst_multifdsink_remove_client_link),
20704         (gst_multifdsink_client_queue_buffer),
20705         (gst_multifdsink_handle_client_write),
20706         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20707         (gst_multifdsink_close), (gst_multifdsink_change_state):
20708         * gst/tcp/gstmultifdsink.h:
20709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20710         (gst_tcpserversink_removed):
20711         Small cleanups in fdset.c
20712         Use a hastable to map fd to the client structure for faster
20713         lookup in _remove and get_stats.
20714         Added virtual function to close the fds.
20715         Handle clients even when the select/poll call was unblocked because
20716         of a command.
20717         Implement syncing to keyframe in the recovery procedure.
20718
20719 2004-09-16 Iain <iaingnome@gmail.com>
20720
20721         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20722         try caps.
20723
20724 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20727           Caps are only set if the type of the stream is unknown, but this
20728           is initialized in ->init_stream(), so set to UNKNOWN after calling
20729           ->init_stream() so that capsnego starts.
20730
20731 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20734         (gst_avi_demux_stream_data):
20735           Just hardcode for raw audio then. AVI audio sucks.
20736
20737 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20738
20739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20740         * gst/matroska/matroska-mux.c: (audiosink_templ),
20741         (gst_matroska_mux_audio_pad_link):
20742         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20743         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20744
20745 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20748         (gst_avi_demux_stream_data):
20749           Try to fix a/v sync issues.
20750
20751 2004-09-15  David Schleef  <ds@schleef.org>
20752
20753         * configure.ac: remove NASM check, since we don't use it.  Update
20754         dirac check to 0.4
20755         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20757         Initialized variables.
20758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20759         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20760         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20761         SVQ3 format
20762
20763 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20764
20765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20766         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20767         * gst/avi/gstavidemux.h:
20768           Fix for compressed audio (mp3) timestamp generation. How did this
20769           ever work?
20770
20771 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20772
20773         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20774           Volume is a double not a float.
20775
20776 2004-09-15  Wim Taymans  <wim@fluendo.com>
20777
20778         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20779         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20780         Don't close the fd in multifdsink as we didn't open it in the
20781         first place. Some cleanups.
20782
20783 2004-09-15  Wim Taymans  <wim@fluendo.com>
20784
20785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20787         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20788         Fix the case where the muxer would mark pages as delta
20789         frames when they are not (vorbis only ogg).
20790
20791 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20794         (gst_play_base_bin_change_state):
20795           Handle the case where we failed to setup a clear pipeline. This
20796           will throw an error (or EOS, another nice case) and if you don't
20797           catch that, the app will wait for the signal forever (and thus
20798           hang).
20799
20800 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * ext/gnomevfs/gstgnomevfssink.c:
20803         (gst_gnomevfssink_uri_get_protocols):
20804         * ext/gnomevfs/gstgnomevfssrc.c:
20805         (gst_gnomevfssrc_uri_get_protocols):
20806         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20807         * ext/gnomevfs/gstgnomevfsuri.h:
20808           Use _uri_new() instead of _open(), so it doesn't take as long and
20809           Christophe's computer won't hang.
20810         * gst/playback/gstplaybasebin.c: (unknown_type):
20811           Throw error on unknown media type, so apps actually display it.
20812
20813 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20814
20815         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20816           this script to work on Solaris since bash shell handles echo
20817           differenly than bash.
20818
20819 2004-09-17  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20822         (setup_source), (gst_play_base_bin_set_property),
20823         (gst_play_base_bin_add_element):
20824         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20825         Some more work on making sure seeking pauses the pipeline and
20826         that changing the uri actually does something.
20827
20828 2004-09-17  Wim Taymans  <wim@fluendo.com>
20829
20830         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20832         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20833         (gst_tcpserversink_close):
20834         Be a bit more paranoid when freeing memory.
20835
20836 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20837
20838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20839         (qtdemux_parse_trak):
20840           Don't crash by dividing by zero (see sample movie in #126922).
20841
20842 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20845           Don't touch non-existing data (fixes crash on file in #140147).
20846
20847 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20848
20849         * gst/playback/gstplaybasebin.c:
20850         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20851           Handle double disposals, and proper change of URIs.
20852
20853 2004-09-13  Martin Eikermann <meiker@upb.de>
20854
20855         * gst/mpegstream/gstmpegparse.c:
20856           fix synchronistation for streams recorded from digital PCR
20857           fixes bug #119376
20858
20859 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20860
20861         * ext/gnomevfs/Makefile.am:
20862         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20863         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20864         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20865         (gst_gnomevfssink_uri_get_type),
20866         (gst_gnomevfssink_uri_get_protocols),
20867         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20868         (gst_gnomevfssink_uri_handler_init),
20869         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20870         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20871         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20872         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20873         (gst_gnomevfssrc_uri_get_type),
20874         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20875         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20876         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20877         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20878         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20879         * ext/gnomevfs/gstgnomevfsuri.h:
20880           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20881           of fake URIs to see which this version of Gnome-VFS likes, and
20882           uses that for the Gst-URI interface. Makes playbin support http://
20883           streams. Also fix up some stupid behaviour in gnomevfssrc.
20884
20885 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20886
20887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20888         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20889         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20890         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20891           Update mixer (to sync with other sessions) if we try to obtain
20892           a new value. This makes alsamixer work accross applications.
20893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20894           Only call sync functions if we're running, else alsalib asserts.
20895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20896           Sometimes fails to compile. Possibly a gcc bug.
20897         * gst/playback/gstplaybin.c: (gen_video_element),
20898         (gen_audio_element):
20899           Add a reference to an application-provided object, because we lose
20900           this same reference if we add it to the bin. If we don't do this,
20901           we can only use this object once and thus crash if we go from
20902           ready to playing, back to ready and back to playing again.
20903           Also add an audioscale element because several cheap soundcards -
20904           like mine - don't support all samplerates.
20905         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20906         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20907           Fix wrong order or PAR calls. Makes automatically obtained PAR
20908           from the X server atually being used.
20909
20910 2004-09-12  David Schleef  <ds@schleef.org>
20911
20912         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20913         #151887, #152102, #152247.
20914         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20915         * examples/seeking/cdparanoia.c: same
20916         * examples/seeking/cdplayer.c: same
20917         * examples/seeking/seek.c: same
20918         * examples/seeking/spider_seek.c: same
20919         * examples/seeking/vorbisfile.c: same
20920         * examples/stats/mp2ogg.c: same
20921         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20922         (gst_esdsink_dispose): Dispose of element properly.
20923         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20924         fixes.
20925         * ext/nas/nassink.c: (gst_nassink_class_init),
20926         (gst_nassink_dispose): Dispose of element correctly.
20927         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20928         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20929         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20930         Fix 64-bit warning.
20931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20932         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20933         Fix 64-bit warning.
20934
20935 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20936
20937         * configure.ac : change speex detection as 1.1.6 now uses
20938           .pc/pkg-config and they changed their headers location.
20939
20940 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20941
20942         * gst/matroska/matroska-mux.h:
20943         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20944         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20945         (gst_matroska_mux_write_data):
20946           Write multiple blocks/frames per cluster.
20947                 Write meta-seek information (seek heads).
20948
20949 2004-09-09  Scott Wheeler <wheeler@kde.org>
20950
20951         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20952         (gst_play_bin_set_property), (gst_play_bin_get_property),
20953         (gen_audio_element), (gen_audio_element):
20954           Add a volume element / property to the pipeline.
20955
20956 2004-09-07  Wim Taymans  <wim@fluendo.com>
20957
20958         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20959         Copy timestamps from the master pad to the output buffers.
20960
20961 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20962
20963         * ext/raw1394/gstdv1394src.c:
20964           throw errors when applicable
20965
20966 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20967
20968         * gst/matroska/ebml-ids.h:
20969         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20970         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20972           automatically convert unix time <-> ebml time when reading/writing
20973           a date, use gst_ebml_write_uint to write CUETIME,
20974           not gst_ebml_write_date.
20975         * gst/matroska/matroska-ids.h:
20976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20977         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20978         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20979         (gst_matroska_mux_write_data):
20980           Write track and segment UIDs, write muxing date, write
20981           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20982           Create cues for audio only files.
20983
20984 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20985
20986         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20987         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20988           Re-commit ALSA switches.
20989         * gst/adder/gstadder.c: (gst_adder_loop):
20990           64-bit fix (#151416).
20991         * gst/debug/progressreport.c: (gst_progressreport_report):
20992           64-bit fix (#151419).
20993         * gst/matroska/matroska-demux.c:
20994         (gst_matroska_demux_parse_contents):
20995           64-bit fix (#151420).
20996         * gst/playback/test3.c: (update_scale):
20997           64-bit fix (#151421).
20998
20999 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21000
21001         * configure.ac:
21002           bump nano to cvs
21003
21004 === release 0.8.4 ===
21005
21006 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * configure.ac: releasing 0.8.4, "Alias"
21009
21010 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * ext/theora/Makefile.am:
21013           fix makefile.  Fixes #151462.
21014
21015 2004-08-30  Wim Taymans  <wim@fluendo.com>
21016
21017         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21018         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21019         (gst_multifdsink_remove_client_link),
21020         (gst_multifdsink_client_queue_buffer),
21021         (gst_multifdsink_handle_client_write):
21022         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21023         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21024         Fix some memory leaks.
21025
21026 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21027
21028         Patch by: David Schleef
21029
21030         * configure.ac:
21031         * sys/Makefile.am:
21032           rename our detection macro for V4L2.  Fixes #151236.
21033
21034 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21035
21036         Patch by: David Schleef
21037
21038         * configure.ac:
21039           check to define LAMEPRESET.  Fixes #151232.
21040
21041 2004-08-27  David Schleef  <ds@schleef.org>
21042
21043         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21044         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21045         (gst_glimagesink_fixate):  Move local variable declarations to
21046         make gcc-2.95 happy.
21047
21048 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21049
21050         * configure.ac:
21051           bump nano for prerelease
21052
21053 2004-08-27  David Schleef  <ds@schleef.org>
21054
21055         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21056         * sys/sunaudio/gstsunaudiosrc.c:
21057         * sys/sunaudio/gstsunaudiosrc.h:
21058
21059 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21060
21061         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21062         handle EOS correctly
21063         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21064         * gst/matroska/matroska-mux.h:
21065         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21066         VFW compatibility mode
21067
21068 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         patch by: Zaheer Abbas Merali
21071
21072         * ext/ogg/gstoggmux.c:
21073         * ext/vorbis/vorbisenc.c:
21074         * ext/vorbis/vorbisenc.h:
21075           handle NEWMEDIA
21076
21077 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21078
21079         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21080         fix byte order reversion on little endian machines.
21081         * gst/matroska/matroska-mux.c: (audiosink_templ),
21082         (gst_matroska_mux_audio_pad_link):
21083         add TTA codec to the list of supported codecs.
21084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21085         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21086         (gst_matroska_mux_write_data):
21087         * gst/matroska/matroska-mux.h:
21088         write segment duration correctly, write muxing app string, fixes bugs
21089         #140897 and #140898.
21090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21091         wait for all pads to be negotiated before starting to mux.
21092
21093 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21094
21095         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21096         * ext/lame/gstlame.h:
21097         Added new media support to lame
21098
21099 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21100
21101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21102         send vorbis headers at the beginning of a stream, fixes bug #141554.
21103         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21104         bug #148950.
21105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21106         (gst_matroska_demux_plugin_init):
21107         * gst/matroska/matroska-ids.h:
21108         enable demuxing of TTA audio streams, fixes bug #148951.
21109         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21110         enable typefinding for TTA audio files, fixes bug #148711.
21111         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21112         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21113         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21114
21115 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21116
21117         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21118         (gst_riff_read_element_data), (gst_riff_read_seek),
21119         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21120         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21121         <teuf@gnome.org>
21122
21123 2004-08-23 Iain <iaingnome@gmail.com>
21124
21125         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21126         tags. They appear to be handled differently to normal.
21127         (tag_list_to_id3_tag_foreach): Ditto.
21128
21129 2004-08-22  Wim Taymans  <wim@fluendo.com>
21130
21131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21132         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21133         Make sure we never send -1 granulepos.
21134
21135 2004-08-20  Wim Taymans  <wim@fluendo.com>
21136
21137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21138         (gst_ogg_mux_loop):
21139         I will accept bitchslappings with non sharp objects.
21140
21141 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21142
21143         * configure.ac:
21144         Clean up the test for lame presets
21145
21146 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21147
21148         * configure.ac:
21149         * ext/lame/Makefile.am:
21150         * ext/lame/gstlame.c: (gst_lame_class_init),
21151         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21152         Only enable lame presets if version of lame has presets in API
21153
21154 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21155         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21156         * gst/udp/gstudpsrc.h:
21157           Don't call gst_pad_push in a get function. Fixes #150449
21158
21159 2004-08-18  Wim Taymans  <wim@fluendo.com>
21160
21161         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21162         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21163         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21164         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21165         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21166         (gst_fdset_wait):
21167         * gst/tcp/gstfdset.h:
21168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21169         (gst_multifdsink_client_queue_buffer),
21170         (gst_multifdsink_handle_client_write):
21171         * gst/tcp/gstmultifdsink.h:
21172         Some extra checks in gstfdset.
21173         Only use send() when the fd is a socket. Don't try to
21174         read from write only fds.
21175
21176 2004-08-18  Wim Taymans  <wim@fluendo.com>
21177
21178         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21179         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21180         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21181         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21182         (gst_fdset_wait):
21183         Add more locking and bounds checking.
21184
21185 2004-08-18  Wim Taymans  <wim@fluendo.com>
21186
21187         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21188         Realloc test fdset in the lock and right before starting
21189         the poll call. Bump the limit to 4096.
21190
21191 2004-08-17  David Schleef  <ds@schleef.org>
21192
21193         * sys/sunaudio/Makefile.am:
21194         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21195         of rates and channels.  Make debugging less obnoxious.
21196
21197         Patch from Balamurali Viswanathan implementing a mixer for
21198         Sun audio.  (bug #144091):
21199         * sys/sunaudio/gstsunelement.c:
21200         * sys/sunaudio/gstsunelement.h:
21201         * sys/sunaudio/gstsunmixer.c:
21202         * sys/sunaudio/gstsunmixer.h:
21203
21204 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21205
21206         * gst/audioscale/gstaudioscale.c:
21207         * gst/audioscale/gstaudioscale.h:
21208         made audioscale resample from any sample rate to any sample rate
21209
21210 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * ext/libpng/gstpngdec.c:
21213           error out on unsupported types
21214
21215 2004-08-17  Iain <iaingnome@gmail.com>
21216
21217         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21218         mid_side and loose_mid_side properties if its a stereo stream.
21219
21220 2004-08-17  Wim Taymans  <wim@fluendo.com>
21221
21222         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21223         (theora_get_formats), (theora_dec_src_convert),
21224         (theora_dec_sink_convert), (theora_dec_src_query),
21225         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21226         Add a debug line.
21227
21228 2004-08-17  Wim Taymans  <wim@fluendo.com>
21229
21230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21231         (gst_ogg_pad_push):
21232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21233         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21234         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21235         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21236         Mark delta units in the muxer.
21237         Try to decode the packet after an out-of-sync error from
21238         libogg.
21239
21240 2004-08-17  Wim Taymans  <wim@fluendo.com>
21241
21242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21243         (gst_multifdsink_init), (gst_multifdsink_add),
21244         (gst_multifdsink_client_queue_buffer),
21245         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21246         * gst/tcp/gstmultifdsink.h:
21247         Added option to send a keyframe to clients as the first buffer.
21248         Make timeout property writable.
21249
21250 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21251
21252         patch by: Wim Taymans
21253
21254         * gst/tcp/gstfdset.c:
21255         * gst/tcp/gstmultifdsink.c:
21256           fix index comparison, should include 0
21257
21258 2004-08-16  Wim Taymans  <wim@fluendo.com>
21259
21260         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21261         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21262         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21263         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21264         (gst_fdset_wait):
21265           copy when reallocing for poll so the select arguments don't get
21266           changed during the call
21267
21268 2004-08-16  Wim Taymans  <wim@fluendo.com>
21269
21270         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21271         (gst_theora_enc_class_init), (theora_enc_sink_link),
21272         (theora_buffer_from_packet), (theora_enc_chain):
21273         Fix bug where buffers were not marked as keyframes
21274         correctly.
21275
21276 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21277
21278         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21279         (gst_lame_preset_get_type), (gst_lame_class_init):
21280         describe the enum values for vbr mode and presets more verbosely
21281
21282 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21283
21284         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21285         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21286         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21287         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21288         * ext/lame/gstlame.h:
21289         add preset property to lame so it can use lame presets
21290
21291 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21292
21293         * ext/lame/gstlame.c: (gst_lame_get_property):
21294         whoops forgot break, thanks teuf
21295
21296 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21297
21298         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21299         (gst_lame_class_init), (gst_lame_src_getcaps),
21300         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21301         (gst_lame_get_property), (gst_lame_setup):
21302         * ext/lame/gstlame.h:
21303         fix lame's broken vbr stuff, allow it to resample if need be, and also
21304         make xing header optional
21305
21306 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21307
21308         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21309         added getcaps function so samplerate doesnt get fixated to silly values
21310
21311 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21312
21313         * ext/lame/gstlame.c: (gst_lame_src_link):
21314         revert previous fix
21315
21316 2004-08-12  Johan Dahlin  <johan@gnome.org>
21317
21318         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21319         checks. Doesn't matter what state we are in. Interfaces are a
21320         compile time thing, not runtime. It also broke the python bindings.
21321
21322 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21323
21324         * ext/lame/gstlame.c: (gst_lame_src_link):
21325         made source pad link function check if sinkpad is ok..fixes the problem
21326         where core fixates the output rate of lame stupidly
21327
21328 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21329
21330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21331         * sys/v4l/v4l_calls.c:
21332         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21333           fix fixate function to handle nonsimple caps.
21334           remove bogus check in _link
21335           cleanups
21336
21337 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21338
21339         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21340         set default compression ratio parameter to 0.0 so bitrate parameter
21341         works :)
21342
21343 2004-08-11  David Schleef  <ds@schleef.org>
21344
21345         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21346
21347 2004-08-11  David Schleef  <ds@schleef.org>
21348
21349         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21350         before.
21351
21352 2004-08-11  David Schleef  <ds@schleef.org>
21353
21354         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21355
21356 2004-08-11  David Schleef  <ds@schleef.org>
21357
21358         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21359           license field
21360         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21361         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21362           LGPL.
21363         * gst/auparse/gstauparse.c: Fix plugin license field.
21364         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21365         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21366         * gst/rtp/gstrtp.c: Fix plugin license field.
21367
21368 2004-08-11  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst/tcp/Makefile.am:
21371         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21372         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21373         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21374         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21375         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21376         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21377         (gst_fdset_fd_can_write), (gst_fdset_wait):
21378         * gst/tcp/gstfdset.h:
21379         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21380         (gst_multifdsink_class_init), (gst_multifdsink_init),
21381         (gst_multifdsink_add), (gst_multifdsink_remove),
21382         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21383         (gst_multifdsink_remove_client_link),
21384         (gst_multifdsink_handle_client_read),
21385         (gst_multifdsink_client_queue_data),
21386         (gst_multifdsink_client_queue_caps),
21387         (gst_multifdsink_client_queue_buffer),
21388         (gst_multifdsink_handle_client_write),
21389         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21390         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21391         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21392         (gst_multifdsink_close):
21393         * gst/tcp/gstmultifdsink.h:
21394         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21395         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21396         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21397         (gst_tcpserversink_close):
21398         * gst/tcp/gsttcpserversink.h:
21399         Abstracted away the select call, implemented poll (yes we ran into
21400         the 1024 limit in production).
21401
21402 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21403
21404         * gst/tcp/gsttcp.c:
21405         * gst/tcp/gsttcpplugin.c:
21406           improve debuggging, remove assert
21407
21408 2004-08-10  Wim Taymans  <wim@fluendo.com>
21409
21410         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21411         (gst_client_status_get_type), (gst_multifdsink_class_init),
21412         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21413         (gst_multifdsink_handle_client_read),
21414         (gst_multifdsink_handle_client_write),
21415         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21416         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21417         (gst_multifdsink_get_property):
21418         * gst/tcp/gstmultifdsink.h:
21419         * gst/tcp/gsttcp-marshal.list:
21420         Starting to prepare for specifying buffer time in other units
21421         than buffers. Expose remove reason in signal.
21422
21423 2004-08-10  Wim Taymans  <wim@fluendo.com>
21424
21425         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21426         (gst_multifdsink_remove), (gst_multifdsink_clear),
21427         (gst_multifdsink_remove_client_link),
21428         (gst_multifdsink_handle_client_read),
21429         (gst_multifdsink_client_queue_data),
21430         (gst_multifdsink_client_queue_buffer),
21431         (gst_multifdsink_handle_client_write),
21432         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21433         (gst_multifdsink_chain), (gst_multifdsink_close):
21434         * gst/tcp/gstmultifdsink.h:
21435         Added more debugging info. Changed the way clients are
21436         removed from the lists. Fixed a bug where a bad file descriptor
21437         could cause many clients to be removed.
21438
21439 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21440
21441         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21442           allow all pixel-aspect-ratios, not just 1:1
21443
21444 2004-08-09  David Schleef  <ds@schleef.org>
21445
21446         * sys/glsink/ARB_multitexture.h:  Remove old files.
21447         * sys/glsink/EXT_paletted_texture.h:
21448         * sys/glsink/NV_register_combiners.h:
21449         * sys/glsink/gstgl_nvimage.c:
21450         * sys/glsink/gstgl_pdrimage.c:
21451         * sys/glsink/gstgl_rgbimage.c:
21452         * sys/glsink/gstglsink.c:
21453         * sys/glsink/gstglsink.h:
21454         * sys/glsink/gstglxwindow.c:
21455         * sys/glsink/regcomb_yuvrgb.c:
21456
21457 2004-08-09  David Schleef  <ds@schleef.org>
21458
21459         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21460         GL sink plugin.  (Bug #147302)
21461
21462         * configure.ac: Test for OpenGL
21463         * sys/Makefile.am: Use test for OpenGL
21464         * sys/glsink/Makefile.am:
21465         * sys/glsink/glimagesink.c: rewrite
21466         * sys/glsink/glimagesink.h: rewrite
21467
21468 2004-08-09  David Schleef  <ds@schleef.org>
21469
21470         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21471         sane framerates.
21472         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21474         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21475
21476 2004-08-09  Wim Taymans  <wim@fluendo.com>
21477
21478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21479         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21480         (gst_multifdsink_client_remove),
21481         (gst_multifdsink_handle_client_read),
21482         (gst_multifdsink_handle_client_write),
21483         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21484         Do a bit more logging, make the client_read code more robust.
21485
21486 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21487
21488         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21489         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21490         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21491         (gst_jpegdec_init), (gst_jpegdec_chain):
21492         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21493         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21494           cleanups, debugging fixes and memleak plugging
21495
21496 2004-08-09  Wim Taymans  <wim@fluendo.com>
21497
21498         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21499         (theora_get_formats), (theora_dec_src_convert),
21500         (theora_dec_sink_convert), (theora_dec_src_query),
21501         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21502         (theora_dec_change_state):
21503         Don't crash on missing header packets.
21504
21505 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21506
21507         * po/LINGUAS:
21508         * po/sq.po:
21509           Added Albanian translation (Laurent Dhima)
21510         * po/cs.po:
21511           updated
21512
21513 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * ext/lame/gstlame.c:
21516           fix/add debugging
21517
21518 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21519
21520         * sys/ximage/ximagesink.c:
21521         * sys/xvimage/xvimagesink.c:
21522           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21523
21524 2004-08-06  Wim Taymans  <wim@fluendo.com>
21525
21526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21527         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21528         (gst_multifdsink_client_remove),
21529         (gst_multifdsink_handle_client_read),
21530         (gst_multifdsink_handle_client_write),
21531         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21532         Make sure we don't try to read more from a client that what
21533         ioctl says us or we deadlock.
21534
21535 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21536
21537         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21538         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21539         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21540           decouple running_time and n_frames so it can handle changing
21541           framerate while running
21542
21543 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21544
21545         * po/nl.po:
21546         * po/sv.po:
21547           updated translations
21548
21549 2004-08-04  Benjamin Otte  <otte@gnome.org>
21550
21551         * gst/videotestsrc/gstvideotestsrc.c:
21552         (gst_videotestsrc_get_capslist), (generate_capslist),
21553         (plugin_init):
21554           generate the list of supported caps at startup and reuse it instead
21555           of always generating it
21556
21557 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21558
21559         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21560           whoops, last checkin broke normal build
21561
21562 2004-08-03  Benjamin Otte  <otte@gnome.org>
21563
21564         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21565         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21566         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21567         (gst_alsa_mixer_get_option):
21568         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21569         (dvdnavsrc_print_event):
21570         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21572         (gst_ogg_mux_pad_unlink):
21573         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21574         (gst_multipart_mux_pad_unlink):
21575         * gst/videofilter/gstvideobalance.c:
21576         (gst_videobalance_colorbalance_set_value):
21577         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21578         (gst_videomixer_pad_unlink):
21579         * po/uk.po:
21580         * sys/oss/gstossmixer.c:
21581         * sys/v4l/gstv4lcolorbalance.c:
21582         * sys/v4l/gstv4ltuner.c:
21583         * sys/v4l/v4lsrc_calls.c:
21584         * sys/v4l2/gstv4l2colorbalance.c:
21585         * sys/v4l2/gstv4l2tuner.c:
21586           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21587
21588 2004-08-03  Benjamin Otte  <otte@gnome.org>
21589
21590         * examples/dynparams/filter.c: (ui_control_create):
21591         * examples/gstplay/player.c: (print_tag):
21592         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21593         * ext/gdk_pixbuf/gstgdkanimation.c:
21594         (gst_gdk_animation_iter_may_advance):
21595         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21596         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21597         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21598         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21600         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21601         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21602         * gst/sine/demo-dparams.c: (main):
21603         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21604         * testsuite/alsa/formats.c: (create_pipeline):
21605         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21606           fixes for G_DISABLE_ASSERT and friends
21607         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21608         (mp3_type_frame_length_from_header), (mp3_type_find),
21609         (plugin_init):
21610           require mp3 typefinding to have at least MIN_HEADERS valid headers
21611           add typefinding for AAC adts files
21612
21613 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21614
21615         * sys/ximage/ximagesink.c:
21616         (gst_ximagesink_calculate_pixel_aspect_ratio):
21617         * sys/xvimage/xvimagesink.c:
21618         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21619         Make sure we calculate pixel-aspect-ratio using floating point maths
21620
21621 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21622
21623         * po/uk.po:
21624           updated translation
21625
21626 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21630           add debugging for display PAR calculation
21631
21632 2004-08-02  David Schleef  <ds@schleef.org>
21633
21634         * configure.ac: Fix mikmod CFLAGS.
21635
21636 2004-07-27  Benjamin Otte  <otte@gnome.org>
21637
21638         * gst/audioscale/gstaudioscale.c:
21639         - fix templates to only support S16, it's the only format that works
21640         - make caps nego code use try_set_caps_nonfixed and fixation instead
21641         of try_set_caps twice, which is not nice for autopluggers
21642         - change rank to secondary, so autopluggers can pick it up after
21643         audioconvert
21644
21645 2004-08-02  Iain <iain@prettypeople.org>
21646
21647         * gst/interleave/interleave.c (interleave_init),
21648         (interleave_request_new_pad),
21649         (interleave_pad_removed),
21650         (interleave_buffered_loop): Use the real pad count, not the artificial
21651         one.
21652
21653 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21654
21655         * configure.ac: bump nano back to development
21656
21657 === release 0.8.3 ===
21658
21659 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * configure.ac: releasing 0.8.3, "Water"
21662
21663 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21664
21665         * sys/xvimage/xvimagesink.c:
21666         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21667         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21668         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21669         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21670         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21671         * sys/xvimage/xvimagesink.h:
21672           apply similar PAR fixes as to ximagesink
21673
21674 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         patch from: Benjamin Otte
21677
21678         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21679           add link function to lame.  Fixes #148986.
21680
21681 2004-08-02  Johan Dahlin  <johan@gnome.org>
21682
21683         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21684         fix debugging log
21685
21686 2004-07-30  David Schleef  <ds@schleef.org>
21687
21688         * gst/videomixer/Makefile.am: Fix things that should have been
21689         fixed in the last checkin.
21690
21691 2004-07-30  David Schleef  <ds@schleef.org>
21692
21693         * gst/multipart/Makefile.am: Fix things that should have been
21694         fixed in the last checkin.
21695
21696 2004-07-30  David Schleef  <ds@schleef.org>
21697
21698         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21699
21700 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * configure.ac:
21703           bump nano for prerelease
21704         * po/af.po:
21705         * po/az.po:
21706         * po/cs.po:
21707         * po/en_GB.po:
21708         * po/hu.po:
21709         * po/nl.po:
21710         * po/sr.po:
21711         * po/sv.po:
21712         * po/uk.po:
21713           updates
21714
21715 2004-07-30  Wim Taymans  <wim@fluendo.com>
21716
21717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21718         (gst_multifdsink_add), (gst_multifdsink_remove),
21719         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21720         (gst_multifdsink_client_remove),
21721         (gst_multifdsink_handle_client_write),
21722         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21723         * gst/tcp/gstmultifdsink.h:
21724         Recover from a select with a bad file descriptor by removing
21725         the client.
21726
21727 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21728
21729         * configure.ac:
21730           fix requirement of core
21731         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21732         (gst_play_pipeline_setup):
21733           don't use colorspace element.  do use hermescolorspace element.
21734           make macro to get a colorspace element.
21735           mark strings for translation.
21736         * po/POTFILES.in:
21737           add play.c
21738         * po/af.po:
21739         * po/az.po:
21740         * po/cs.po:
21741         * po/en_GB.po:
21742         * po/hu.po:
21743         * po/nl.po:
21744         * po/sr.po:
21745         * po/sv.po:
21746         * po/uk.po:
21747           update translations
21748
21749 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21750
21751         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21752         fix default for newmedia flag
21753
21754 2004-07-30  Wim Taymans  <wim@fluendo.com>
21755
21756         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21757         (gst_theora_dec_init), (theora_get_formats),
21758         (theora_dec_src_convert), (theora_dec_sink_convert),
21759         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21760         (theora_dec_chain), (theora_dec_set_property),
21761         (theora_dec_get_property):
21762         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21763         (gst_theora_enc_class_init), (gst_theora_enc_init),
21764         (theora_enc_sink_link), (theora_enc_chain),
21765         (theora_enc_set_property), (theora_enc_get_property):
21766         Added cropping option to theora decoder.
21767         Added border option to theora encoder.
21768
21769 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21770
21771         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21772         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21773         (gst_pngenc_set_property):
21774         * ext/libpng/gstpngenc.h:
21775         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
21776
21777 2004-07-30  Wim Taymans  <wim@fluendo.com>
21778
21779         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21780         (theora_enc_sink_link), (theora_enc_chain),
21781         (theora_enc_set_property), (theora_enc_get_property):
21782         Fix encoding of non-multiple-of-16 video.
21783
21784 2004-07-29  David Schleef  <ds@schleef.org>
21785
21786         * configure.ac: make test for audiofile more strict
21787
21788 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21789
21790         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21791           give different names to typefind functions
21792
21793 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21794
21795         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21796         (gst_ximagesink_calculate_pixel_aspect_ratio),
21797         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21798         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21799         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21800         (gst_ximagesink_get_property), (gst_ximagesink_init):
21801         * sys/ximage/ximagesink.h:
21802           allocate PAR's dynamically.
21803           use autodetected PAR if no object-set PAR is given.
21804           add workaround for directfb's X not setting physical size.
21805           fix to xvimagesink will follow tomorrow.
21806
21807 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21808
21809         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21810         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21811         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21812         (gst_shout2send_class_init), (gst_shout2send_init),
21813         (set_shout_metadata), (gst_shout2send_set_metadata),
21814         (gst_shout2send_chain), (gst_shout2send_set_property),
21815         (gst_shout2send_get_property), (gst_shout2send_connect),
21816         (gst_shout2send_change_state):
21817         * ext/shout2/gstshout2.h:
21818         - fix for sending mp3 audio to icecast2 server, if pad link function not
21819         called before PAUSED state
21820         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21821         - added tagging support for mp3 audio broadcasted
21822         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21823         debug info
21824
21825 2004-07-28  Wim Taymans  <wim@fluendo.com>
21826
21827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21828         (gst_ogg_demux_push):
21829         Return query failure when we don't know the length of
21830         an ogg stream insteda of returning TRUE with a bogus value.
21831
21832 2004-07-28  Wim Taymans  <wim@fluendo.com>
21833
21834         * ext/theora/theoradec.c: (theora_get_formats),
21835         (theora_dec_src_convert), (theora_dec_sink_convert),
21836         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21837         (theora_dec_chain):
21838         Don't screw up the 1 Chroma for 1 luma sample situation when we
21839         have an odd offset/width by adding a black border in those cases.
21840
21841 2004-07-28  Wim Taymans  <wim@fluendo.com>
21842
21843         * ext/theora/theoradec.c: (theora_get_formats),
21844         (theora_dec_src_convert), (theora_dec_sink_convert),
21845         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21846         (theora_dec_chain):
21847         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21848         Added first attempt at cropping of the image as required by the
21849         theora spec. We need more properties in the caps (offset_x,
21850         offset_y,stride) to implement this correctly.
21851
21852 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21853
21854         * ext/dvdnav/README:
21855           Update the README to use dvddemux
21856         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21857           Ensure getcaps returns a subset of the template caps
21858         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21859         (gst_mpeg2subt_init):
21860           Ensure getcaps returns a subset of the template caps
21861         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21862         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21863         (gst_dvd_demux_get_subpicture_stream),
21864         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21865         * gst/mpegstream/gstdvddemux.h:
21866           Set the explicit caps on the current_video pad before pushing
21867           anything
21868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21869         (gst_mpeg_demux_get_audio_stream):
21870           Free caps used to gst_pad_set_explicit_caps, which takes a const
21871           GstCaps *
21872
21873 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * configure.ac: update GStreamer requirement to 0.8.4 because of
21876           GstFraction.
21877
21878 2004-07-28  Wim Taymans  <wim@fluendo.com>
21879
21880         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21881         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21882         Add the pad to the element after setting up the caps. This
21883         makes it a lot easier to autoplug.
21884
21885 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21886
21887         * gst/median/gstmedian.c:
21888         * gst/mpeg2subt/gstmpeg2subt.c:
21889         * gst/mpegaudioparse/gstmpegaudioparse.c:
21890         * gst/mpegstream/gstdvddemux.c:
21891         * gst/mpegstream/gstmpegdemux.c:
21892         * gst/mpegstream/gstmpegpacketize.c:
21893         * gst/rtjpeg/gstrtjpeg.c:
21894         * gst/rtjpeg/gstrtjpegdec.c:
21895         * gst/rtjpeg/gstrtjpegenc.c:
21896         * gst/sine/gstsinesrc.c:
21897         * gst/smooth/gstsmooth.c:
21898         * gst/smpte/gstsmpte.c:
21899         * gst/smpte/gstsmpte.h:
21900         * gst/stereo/gststereo.c:
21901         * gst/videofilter/gstgamma.c:
21902         * gst/videofilter/gstvideobalance.c:
21903         * gst/videofilter/gstvideofilter.c:
21904         * gst/videofilter/gstvideoflip.c:
21905         * gst/videoscale/gstvideoscale.c:
21906         * gst/videoscale/videoscale.c:
21907         * gst/videotestsrc/gstvideotestsrc.c:
21908         * gst/videotestsrc/videotestsrc.c:
21909         * gst/wavenc/gstwavenc.c:
21910         * gst/wavparse/gstwavparse.c:
21911           fix local includes and 64 bits constants
21912
21913 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21914
21915         * win32/gst.sln:
21916         * gst-libs/gst/*/*.vcproj:
21917         * gst/*/*.vcproj:
21918           more working plugins
21919
21920 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21921
21922         * testsuite/alsa/Makefile.am:
21923         * testsuite/alsa/srcstate.c:
21924         add test for alsasrc changing state
21925
21926 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21927
21928         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21929         (gst_silence_get):
21930         * gst/silence/gstsilence.h:
21931         fix silence generation for 16bit raw audio
21932
21933 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21934
21935         * gst/matroska/matroska-demux.c:
21936         (gst_matroska_demux_parse_metadata),
21937         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21938         * gst/mpegaudio/common.c:
21939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21940         (gst_videoscale_getcaps), (gst_videoscale_link),
21941         (gst_videoscale_src_fixate), (gst_videoscale_init),
21942         (gst_videoscale_finalize):
21943         * gst/videoscale/gstvideoscale.h:
21944         * gst/videotestsrc/gstvideotestsrc.c:
21945         (gst_videotestsrc_get_capslist):
21946         * gst/wavenc/gstwavenc.c:
21947         * sys/oss/gstossmixer.c: (fill_labels):
21948         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21949         (gst_ximagesink_handle_xevents),
21950         (gst_ximagesink_calculate_pixel_aspect_ratio),
21951         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21952         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21953         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21954         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21955         (gst_ximagesink_init), (gst_ximagesink_class_init):
21956         * sys/ximage/ximagesink.h:
21957         * sys/xvimage/xvimagesink.c:
21958         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21959         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21960         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21961         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21962         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21963         * sys/xvimage/xvimagesink.h:
21964           first batch of pixel aspect ratio commits.
21965
21966 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21967
21968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21969         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21970         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21971           handle stride, needs work if we want to move stride handling
21972           upstream, but works correctly for our purposes.
21973
21974 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21975
21976         * gst/videoscale/README:
21977           add testing examples
21978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21979         (gst_videoscale_chain):
21980         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21981         (gst_videoscale_get_size):
21982           add get_size function that handles stride like videotestsrc.
21983           fixes conversion for YUV formats for as much as I can test them.
21984
21985 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21988         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21990         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21991         (gst_xvimagesink_xvimage_put):
21992           further cleanups, logging, error handling and synchronizing
21993
21994 2004-07-27  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21997         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21998         (gst_videomixer_pad_set_property),
21999         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22000         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22001         (gst_videomixer_class_init), (gst_videomixer_init),
22002         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22003         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22004         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22005         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22006         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22007         (gst_videomixer_loop), (plugin_init):
22008         Be a nicer negotiation citizen and provide a getcaps function on
22009         the srcpad. This also fixes a crash when resizing.
22010
22011 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22012
22013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22014         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22015
22016 2004-07-27  Wim Taymans  <wim@fluendo.com>
22017
22018         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22019         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22020         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22021         (gst_pngenc_set_property):
22022         * ext/libpng/gstpngenc.h:
22023         Added snapshot property to pngenc.
22024         removed g_print from pngdec
22025
22026 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22027
22028         * gst/ac3parse/ac3parse.vcproj
22029         * gst/adder/adder.vcproj
22030         * gst/alpha/alpha.vcproj
22031         * gst/alpha/alphacolor.vcproj
22032         * gst/asfdemux/asf.vcproj
22033         * gst/audioconvert/audioconvert.vcproj
22034         * gst/audiorate/audiorate.vcproj
22035         * gst/audioscale/audioscale.vcproj
22036         * gst/auparse/auparse.vcproj
22037         * gst/avi/avi.vcproj
22038         * gst/cdxaparse/cdxaparse.vcproj
22039         * gst/chart/chart.vcproj
22040         * gst/colorspace/colorspace.vcproj
22041         * gst/cutter/cutter.vcproj
22042         * gst/debug/debug.vcproj
22043         * gst/debug/efence.vcproj
22044         * gst/debug/navigationtest.vcproj
22045         * gst/deinterlace/deinterlace.vcproj
22046         * gst/effectv/effectv.vcproj
22047         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22048         * gst/filter/filter.vcproj
22049         * gst/flx/flxdec.vcproj
22050         * gst/goom/goom.vcproj
22051         * gst/interleave/interleave.vcproj
22052         * gst/law/alaw.vcproj
22053         * gst/law/mulaw.vcproj
22054         * gst/matroska/matroska.vcproj
22055         * gst/median/median.vcproj
22056         * gst/mixmatrix/mixmatrix.vcproj
22057         * gst/mpeg1sys/mpeg1systemencode.vcproj
22058         * gst/mpeg1videoparse/mp1videoparse.vcproj
22059         * gst/mpeg2sub/mpeg2subt.vcproj
22060         * gst/mpegaudio/mpegaudio.vcproj
22061         * gst/mpegaudioparse/mpegaudioparse.vcproj
22062         * gst/mpegstream/mpegstream.vcproj
22063         * gst/multifilesink/multifilesink.vcproj
22064         * gst/multipart/multipart.vcproj
22065         * gst/oneton/oneton.vcproj
22066         * gst/overlay/overlay.vcproj
22067         * gst/passthrough/passthrough.vcproj
22068         * gst/qtdemux/qtdemux.vcproj
22069         * gst/realmedia/rmdemux.vcproj
22070         * gst/rtjpeg/rtjpeg.vcproj
22071         * gst/rtp/rtp.vcproj
22072         * gst/silence/silence.vcproj
22073         * gst/sine/sinesrc.vcproj
22074         * gst/smooth/smooth.vcproj
22075         * gst/smpte/smpte.vcproj
22076         * gst/spectrum/spectrum.vcproj
22077         * gst/speed/speed.vcproj
22078         * gst/stereo/stereo.vcproj
22079         * gst/switch/switch.vcproj
22080         * gst/tags/tagedit.vcproj
22081         * gst/tcp/tcp.vcproj
22082         * gst/typefind/typefindfunctions.vcproj
22083         * gst/udp/udp.vcproj
22084         * gst/videobox/videobox.vcproj
22085         * gst/videocrop/videocrop.vcproj
22086         * gst/videodrop/videodrop.vcproj
22087         * gst/videofilter/gamma.vcproj
22088         * gst/videofilter/videobalance.vcproj
22089         * gst/videofilter/videofilter.vcproj
22090         * gst/videofilter/videoflip.vcproj
22091         * gst/videoflip/videoflip.vcproj
22092         * gst/videomixer/videomixer.vcproj
22093         * gst/videorate/videorate.vcproj
22094         * gst/videoscale/videoscale.vcproj
22095         * gst/videotestsrc/videotestsrc.vcproj
22096         * gst/virtualdub/virtualdub.vcproj
22097         * gst/volenv/volenv.vcproj
22098         * gst/volume/volume.vcproj
22099         * gst/wavenc/wavenc.vcproj
22100         * gst/wavparse/wavparse.vcproj
22101         * gst/y4m/y4menc.vcproj
22102         * gst-libs/gst/audio/audio.vcproj
22103         * gst-libs/gst/audio/audiofilter.vcproj
22104         * gst-libs/gst/colorbalance/colorbalance.vcproj
22105         * gst-libs/gst/idct/idtc.vcproj
22106         * gst-libs/gst/media-info/media-info.vcproj
22107         * gst-libs/gst/mixer/mixer.vcproj
22108         * gst-libs/gst/navigation/navigation.vcproj
22109         * gst-libs/gst/play/play.vcproj
22110         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22111         * gst-libs/gst/resample/resample.vcproj
22112         * gst-libs/gst/riff/riff.vcproj
22113         * gst-libs/gst/tuner/tuner.vcproj
22114         * gst-libs/gst/video/video.vcproj
22115         * gst-libs/gst/xoverlay/xoverlay.vcproj
22116           avoid problems with math.h, fix release dependancy
22117           rename GStreamer-0.8.lib to libgstreamer.lib
22118
22119 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22120
22121         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22123         the atom is not available we have to unlock the mutex. Fixes #148023
22124
22125 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22126
22127         * gst-libs/gst/media-info/media-info.h:
22128           issue for a vararg macro with MSVC
22129
22130 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22131
22132         * gst/effectv/effectv.vcproj
22133         * gst-libs/gst/idct/idct.vcproj:
22134         * gst-libs/gst/media-info/media-info.vcproj:
22135         * gst-libs/gst/navigation/navigation.vcproj:
22136         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22137         * gst-libs/gst/video/video.vcproj:
22138         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22139           fixes for build problems
22140
22141 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22142
22143         * gst-libs/gst/audio/audio.def:
22144         * gst-libs/gst/audio/riff.def:
22145           add some definitions needed by plugins
22146
22147 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22148
22149         * gst/asfdemux/gstasfmux.c
22150           Fix some 64 bits constants to be glib friendly
22151
22152 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22153
22154         * gst/ac3parse/gstac3parse.c
22155         * gst/audioscale/gstaudioscale.c
22156         * gst/auparse/gstauparse.c
22157         * gst/colorspace/gstcolorspace.c
22158         * gst/colorspace/yuv2rgb.h
22159           local include fixes
22160
22161 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22162
22163         * win32/gst.sln
22164           add more plugins to the build
22165
22166 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22167
22168         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22169         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22170
22171 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22172
22173         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22174         (gst_level_set_property), (gst_level_get_property),
22175         (gst_level_base_init), (gst_level_class_init):
22176           add debugging categories.  cleanups.
22177
22178 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22179
22180         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22181         (gst_videoscale_planar411), (gst_videoscale_planar400),
22182         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22183         (gst_videoscale_scale_nearest_str1),
22184         (gst_videoscale_scale_nearest_str2),
22185         (gst_videoscale_scale_nearest_str4),
22186         (gst_videoscale_scale_nearest_16bit),
22187         (gst_videoscale_scale_nearest_24bit):
22188           fixed stride issues
22189           tested with 320x240 -> 321, 322, 324 x240
22190           tested with YV12, I420, YUY2, UYVY
22191           fixed packed422rev (don't think it could have worked before)
22192           by testing with UYVY
22193
22194 2004-07-26  Benjamin Otte  <otte@gnome.org>
22195
22196         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22197         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22198         (plugin_init):
22199           add debugging category, add error checks like checking return values
22200           of setup calls, make sure it still works after
22201           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22202
22203 2004-07-26  Wim Taymans  <wim@fluendo.com>
22204
22205         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22206         (gst_mpeg_demux_get_audio_stream),
22207         (gst_mpeg_demux_process_private):
22208         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22209         Check for error codes from the negotiation functions. Make sure
22210         we really set the pad caps when a new pad is created.
22211
22212 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22215         (gst_ffmpeg_caps_to_pix_fmt):
22216         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22218         (gst_ffmpegcolorspace_pad_link):
22219           don't make function do two things at the same time without reason.
22220
22221 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22222
22223         * gst/ac3parse/ac3parse.vcproj
22224         * gst/adder/adder.vcproj
22225         * gst/alpha/alpha.vcproj
22226         * gst/alpha/alphacolor.vcproj
22227         * gst/asfdemux/asf.vcproj
22228         * gst/audioconvert/audioconvert.vcproj
22229         * gst/audiorate/audiorate.vcproj
22230         * gst/audioscale/audioscale.vcproj
22231         * gst/auparse/auparse.vcproj
22232         * gst/avi/avi.vcproj
22233         * gst/cdxaparse/cdxaparse.vcproj
22234         * gst/chart/chart.vcproj
22235         * gst/colorspace/colorspace.vcproj
22236         * gst/cutter/cutter.vcproj
22237         * gst/debug/debug.vcproj
22238         * gst/debug/efence.vcproj
22239         * gst/debug/navigationtest.vcproj
22240         * gst/deinterlace/deinterlace.vcproj
22241         * gst/effectv/effectv.vcproj
22242         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22243         * gst/filter/filter.vcproj
22244         * gst/flx/flxdec.vcproj
22245         * gst/goom/goom.vcproj
22246         * gst/interleave/interleave.vcproj
22247         * gst/law/alaw.vcproj
22248         * gst/law/mulaw.vcproj
22249         * gst/matroska/matroska.vcproj
22250         * gst/median/median.vcproj
22251         * gst/mixmatrix/mixmatrix.vcproj
22252         * gst/mpeg1sys/mpeg1systemencode.vcproj
22253         * gst/mpeg1videoparse/mp1videoparse.vcproj
22254         * gst/mpeg2sub/mpeg2subt.vcproj
22255         * gst/mpegaudio/mpegaudio.vcproj
22256         * gst/mpegaudioparse/mpegaudioparse.vcproj
22257         * gst/mpegstream/mpegstream.vcproj
22258         * gst/multifilesink/multifilesink.vcproj
22259         * gst/multipart/multipart.vcproj
22260         * gst/oneton/oneton.vcproj
22261         * gst/overlay/overlay.vcproj
22262         * gst/passthrough/passthrough.vcproj
22263         * gst/qtdemux/qtdemux.vcproj
22264         * gst/realmedia/rmdemux.vcproj
22265         * gst/rtjpeg/rtjpeg.vcproj
22266         * gst/rtp/rtp.vcproj
22267         * gst/silence/silence.vcproj
22268         * gst/sine/sinesrc.vcproj
22269         * gst/smooth/smooth.vcproj
22270         * gst/smpte/smpte.vcproj
22271         * gst/spectrum/spectrum.vcproj
22272         * gst/speed/speed.vcproj
22273         * gst/stereo/stereo.vcproj
22274         * gst/switch/switch.vcproj
22275         * gst/tags/tagedit.vcproj
22276         * gst/tcp/tcp.vcproj
22277         * gst/typefind/typefindfunctions.vcproj
22278         * gst/udp/udp.vcproj
22279         * gst/videobox/videobox.vcproj
22280         * gst/videocrop/videocrop.vcproj
22281         * gst/videodrop/videodrop.vcproj
22282         * gst/videofilter/gamma.vcproj
22283         * gst/videofilter/videobalance.vcproj
22284         * gst/videofilter/videofilter.vcproj
22285         * gst/videofilter/videoflip.vcproj
22286         * gst/videoflip/videoflip.vcproj
22287         * gst/videomixer/videomixer.vcproj
22288         * gst/videorate/videorate.vcproj
22289         * gst/videoscale/videoscale.vcproj
22290         * gst/videotestsrc/videotestsrc.vcproj
22291         * gst/virtualdub/virtualdub.vcproj
22292         * gst/volenv/volenv.vcproj
22293         * gst/volume/volume.vcproj
22294         * gst/wavenc/wavenc.vcproj
22295         * gst/wavparse/wavparse.vcproj
22296         * gst/y4m/y4menc.vcproj
22297           more plugins supported under windows
22298
22299 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22302         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22303         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22305         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22306           Add debugging statements.  Use the sizes as returned by the
22307           *CreateImage calls.
22308
22309 2004-07-26  Johan Dahlin  <johan@gnome.org>
22310
22311         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22312         the pad is negotiated.
22313
22314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22315
22316 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22317
22318         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22319         * gst-libs/gst/idct/idct.vcproj:
22320         * gst-libs/gst/media-info/media-info.vcproj:
22321         * gst-libs/gst/mixer/mixer.vcproj:
22322         * gst-libs/gst/navigation/navigation.vcproj:
22323         * gst-libs/gst/play/play.vcproj:
22324         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22325         * gst-libs/gst/resample/resample.vcproj:
22326         * gst-libs/gst/tuner/tuner.vcproj:
22327         * gst-libs/gst/video/video.vcproj:
22328         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22329           more plugins supported under windows
22330
22331 2004-07-25 Iain <iain@prettypeople.org>
22332
22333         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22334         pad now rather than when the pad is created because state changes wipe
22335         explicit caps (fixes #148043).
22336
22337 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22338
22339         reviewed by Benjamin Otte  <otte@gnome.org>
22340
22341         * ext/mad/gstmad.c:
22342           fix mad plugin crashing on Sun (fixes #148289)
22343
22344 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22345
22346         * gst/avi/avi.def:
22347         * gst/avi/avi.vcproj:
22348         * gst/matroska/matroska.def:
22349         * gst/matroska/matroska.vcproj:
22350           remove unused .def files
22351
22352 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22353
22354         * gst-libs/gst/audio/gstaudiofilter.c:
22355           Clean the local include
22356
22357 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22358
22359         * win32/gst.sln:
22360         * gst-libs/gst/audio/audio.def:
22361         * gst-libs/gst/audio/audio.vcproj:
22362         * gst-libs/gst/audio/audiofilter.vcproj:
22363         * gst-libs/gst/audio/riff.def:
22364         * gst-libs/gst/audio/riff.vcproj:
22365         * gst-libs/gst/gst-libs.def:
22366         * gst-libs/gst/gst-libs.vcproj:
22367         * gst/avi/avi.vcproj:
22368         * gst/avi/avi.vcproj:
22369           Copy the files where needed after building, cleaner projects
22370
22371 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22372
22373         * gst/matroska/ebml-write.c:
22374           Fix some 64 bits constants to be glib friendly
22375
22376 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22377
22378         * win32/gst.sln:
22379         * gst-libs/gst/gst-libs.def:
22380         * gst-libs/gst/gst-libs.vcproj:
22381         * gst/matroska/matroska.def:
22382         * gst/matroska/matroska.vcproj:
22383           Add the preliminary canvas to build plugins on Win32
22384
22385 2004-07-23  Benjamin Otte  <otte@gnome.org>
22386
22387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22388           don't enfore negotiation from source side, it breaks
22389           sinesrc ! audioconvert ! osssink
22390
22391 2004-07-22  David Schleef  <ds@schleef.org>
22392
22393         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22394         for ELF files, since they can easily be recognized as audio/mpeg.
22395         (bug #147441)
22396
22397 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22398
22399         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22400         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22401         (gst_videoscale_scale_nearest_24bit),
22402         (gst_videoscale_scale_nearest_16bit):
22403           fix 16bit and 24bit for stride (24bit might need testing)
22404           don't pretend we do more than one algorithm
22405
22406 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22407
22408         * configure.ac:
22409         * gst/Makefile.am:
22410         * gst/multifilesink/Makefile.am:
22411         * gst/multifilesink/gstmultifilesink.c:
22412         (gst_multifilesink_get_formats),
22413         (gst_multifilesink_get_query_types), (_do_init),
22414         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22415         (gst_multifilesink_init), (gst_multifilesink_dispose),
22416         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22417         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22418         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22419         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22420         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22421         (gst_multifilesink_uri_get_type),
22422         (gst_multifilesink_uri_get_protocols),
22423         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22424         (gst_multifilesink_uri_handler_init), (plugin_init):
22425         * gst/multifilesink/gstmultifilesink.h:
22426         * testsuite/Makefile.am:
22427         * testsuite/multifilesink/Makefile.am:
22428         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22429         (gst_newmedia_class_init), (gst_newmedia_init),
22430         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22431         (newfile_signal), (test_signal), (main):
22432         multifilesink plugin for creating new files every time a new media
22433         discontinuity event occurs
22434
22435 2004-07-22  Wim Taymans  <wim@fluendo.com>
22436
22437         * gst/alpha/Makefile.am:
22438         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22439         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22440         (gst_alpha_color_init), (gst_alpha_color_set_property),
22441         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22442         (transform), (gst_alpha_color_chain),
22443         (gst_alpha_color_change_state), (plugin_init):
22444         Stupid plugin to to RGBA to AYUV conversion because none of
22445         the colorspace plugins can handle that yet.
22446
22447 2004-07-22  Wim Taymans  <wim@fluendo.com>
22448
22449         * examples/seeking/seek.c: (update_scale), (main):
22450         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22451         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22452         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22453         (gst_decode_bin_init), (gst_decode_bin_dispose),
22454         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22455         (no_more_pads), (close_link), (type_found),
22456         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22457         (plugin_init):
22458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22459         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22460         (gst_play_base_bin_dispose), (queue_overrun),
22461         (gen_preroll_element), (remove_prerolls), (unknown_type),
22462         (no_more_pads), (new_stream), (setup_source),
22463         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22464         (play_base_eos), (gst_play_base_bin_change_state),
22465         (gst_play_base_bin_add_element),
22466         (gst_play_base_bin_remove_element),
22467         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22468         (gst_play_base_bin_unlink_stream),
22469         (gst_play_base_bin_get_streaminfo):
22470         * gst/playback/gstplaybin.c: (gen_video_element),
22471         (gen_audio_element):
22472         * gst/playback/gststreaminfo.h:
22473         More playback updates, attempt to fix things after the state change
22474         breakage.
22475
22476 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22477
22478         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22479         (gst_videoscale_scale_nearest_16bit):
22480           comment algorithm
22481
22482 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * gst/videotestsrc/gstvideotestsrc.c:
22485         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22486         (gst_videotestsrc_init), (gst_videotestsrc_get),
22487         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22488         (gst_videotestsrc_get_property):
22489         * gst/videotestsrc/gstvideotestsrc.h:
22490         * gst/videotestsrc/videotestsrc.c:
22491         * gst/videotestsrc/videotestsrc.h:
22492           cleanup and commenting
22493
22494 2004-07-21  Wim Taymans  <wim@fluendo.com>
22495
22496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22497         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22498         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22499         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22500         (_find_chain_get_unknown_part), (_find_streams_check),
22501         (gst_ogg_demux_push), (gst_ogg_pad_push):
22502         * ext/theora/theoradec.c: (theora_get_formats),
22503         (theora_dec_src_convert), (theora_dec_sink_convert),
22504         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22505         (theora_dec_chain):
22506         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22507         (vorbis_dec_convert), (vorbis_dec_src_query),
22508         (vorbis_dec_src_event), (vorbis_dec_event):
22509         More seeking fixes, oggdemux now supports seeking to time and
22510         uses the downstream element to convert granulepos to time.
22511         Seeking in theora-only ogg files now works.
22512
22513 2004-07-21  Wim Taymans  <wim@fluendo.com>
22514
22515         * ext/theora/theoradec.c: (gst_theora_dec_init),
22516         (theora_get_formats), (theora_get_event_masks),
22517         (theora_get_query_types), (theora_dec_src_convert),
22518         (theora_dec_sink_convert), (theora_dec_src_query),
22519         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22520         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22521         (vorbis_get_event_masks), (vorbis_get_query_types),
22522         (gst_vorbis_dec_init), (vorbis_dec_convert),
22523         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22524         Added query/convert/formats functions to vorbis and theora decoders
22525         so that the outside world can use them too. Fixed seeking on an
22526         ogg/theora/vorbis file by disabling the seeking seeking on the
22527         theora srcpad.
22528
22529 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22530
22531         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22532         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22533         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22534         images creation for both elements. We don't create the image on caps
22535         nego or renego, we just destroy the internal one if present if it does
22536         not match the needs. The chain function takes care of creating a new
22537         image when needed.
22538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22539         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22540         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22541         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22542         the image format information. The buffer pool checks for the context
22543         image format and discard images with different formats.
22544         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22545
22546 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22547
22548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22549         (gst_ffmpegcolorspace_chain):
22550           no point in doing any chaining if the pad we want to push from
22551           isn't usable.
22552
22553 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22554
22555         * gst-libs/gst/riff/riff-media.c:
22556         (gst_riff_create_audio_caps_with_data):
22557           Fix double end-to-native symbol conversion (#148021).
22558
22559 2004-07-20  David Schleef  <ds@schleef.org>
22560
22561         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22562         Don't use an Atom that doesn't exist.
22563
22564 2004-07-20  Wim Taymans  <wim@fluendo.com>
22565
22566         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22567         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22568         (gst_multifdsink_client_remove),
22569         (gst_multifdsink_handle_client_write),
22570         (gst_multifdsink_queue_buffer):
22571         * gst/tcp/gstmultifdsink.h:
22572         More multifdsink stats. Avoid deadlock by releasing locks
22573         before sending out a signal.
22574
22575 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         * po/LINGUAS:
22578         * po/hu.po:
22579           added Hungarian translation (Laszlo Dvornik)
22580
22581 2004-07-20  Wim Taymans  <wim@fluendo.com>
22582
22583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22584         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22585         (gst_multifdsink_handle_client_write),
22586         (gst_multifdsink_queue_buffer):
22587         * gst/tcp/gsttcp-marshal.list:
22588         Fixed the stupid marshal definition.
22589
22590 2004-07-20  Wim Taymans  <wim@fluendo.com>
22591
22592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22593         (gst_multifdsink_init), (gst_multifdsink_add),
22594         (gst_multifdsink_client_remove),
22595         (gst_multifdsink_handle_client_write),
22596         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22597         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22598         (gst_multifdsink_init_send):
22599         * gst/tcp/gstmultifdsink.h:
22600         Added more stats, added timeout for a client, fixed some typos
22601         and added some comments.
22602
22603 2004-07-20  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22606         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22607         (gst_multifdsink_client_remove),
22608         (gst_multifdsink_handle_client_write):
22609         * gst/tcp/gstmultifdsink.h:
22610         * gst/tcp/gsttcp-marshal.list:
22611         Added get_stats method that returns a GValueArray of
22612         stats values.
22613
22614 2004-07-19  Benjamin Otte  <otte@gnome.org>
22615
22616         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22617           make sure longname, description and author are valid UTF-8
22618
22619 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22620
22621         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22622         (gst_ximagesink_set_property):
22623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22624         (gst_xvimagesink_set_property):
22625           make sure SYNCHRONOUS is respected after getting the X context
22626
22627 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22628
22629         * gst/matroska/matroska-demux.c:
22630         (gst_matroska_demux_handle_src_event),
22631         (gst_matroska_demux_parse_blockgroup):
22632         * gst/matroska/matroska-ids.h:
22633           add BlockReference tag and ignore it to clear out log.
22634           ignore NAVIGATION events to clear out log.
22635
22636 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22639         (gst_matroska_demux_add_stream):
22640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22641           add debug categories
22642
22643 2004-07-16  Wim Taymans  <wim@fluendo.com>
22644
22645         * ext/libpng/Makefile.am:
22646         * ext/libpng/gstpng.c: (plugin_init):
22647         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22648         (gst_pngdec_get_type), (gst_pngdec_base_init),
22649         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22650         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22651         * ext/libpng/gstpngdec.h:
22652         Added png decoder.
22653
22654 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22655
22656         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22657         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22658         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22659         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22660         (gst_ximagesink_buffer_alloc):
22661         * sys/ximage/ximagesink.h:
22662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22663         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22664         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22665         (gst_xvimagesink_buffer_alloc):
22666         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22667         again. Using internal data pointer of the x(v)image to store image's
22668         data to be coherent with the buffer alloc mechanism. Investigated the
22669         image destruction code to be sure that everything gets freed correctly.
22670
22671 2004-07-16  Wim Taymans  <wim@fluendo.com>
22672
22673         * gst-libs/gst/riff/riff-read.c:
22674         (gst_riff_read_strf_vids_with_data),
22675         (gst_riff_read_strf_auds_with_data):
22676         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22677         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22678         Make sure we don't create 0 sized subbuffers in riff-read.
22679         Signal the no more pads signal after reading the avi header.
22680
22681 2004-07-16  Wim Taymans  <wim@fluendo.com>
22682
22683         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22684         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22685         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22686         (gst_decode_bin_init), (gst_decode_bin_dispose),
22687         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22688         (no_more_pads), (close_link), (type_found),
22689         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22690         (gst_decode_bin_change_state), (plugin_init):
22691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22692         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22693         (gst_play_base_bin_dispose), (queue_overrun),
22694         (gen_preroll_element), (remove_prerolls), (unknown_type),
22695         (no_more_pads), (new_stream), (setup_source),
22696         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22697         (play_base_eos), (gst_play_base_bin_change_state),
22698         (gst_play_base_bin_add_element),
22699         (gst_play_base_bin_remove_element),
22700         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22701         (gst_play_base_bin_unlink_stream),
22702         (gst_play_base_bin_get_streaminfo):
22703         * gst/playback/gstplaybasebin.h:
22704         Better error recovery. Added configurable preroll queue size. Faster
22705         detection of no-more-pads.
22706
22707 2004-07-16  Wim Taymans  <wim@fluendo.com>
22708
22709         * gst-libs/gst/video/video.h:
22710         Added 32 bits RGBA. Not sure if we should use another mime-type
22711         for alpha rgb. Currently the presence of the alpha_mask property
22712         signals an alpha channel.
22713
22714 2004-07-16  Wim Taymans  <wim@fluendo.com>
22715
22716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22718         FPS seems to be 0.0 to MAX everywhere else.
22719
22720 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22721
22722         * gst-libs/gst/riff/riff-media.c:
22723         (gst_riff_create_video_caps_with_data):
22724           mp42/mp43 (no caps) exist too.
22725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22726           Set pixel_width/height; we've got them in-caps.
22727         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22728         * gst/wavparse/gstwavparse.c: (plugin_init):
22729           Both are valid primary.
22730         * sys/oss/gstossmixer.c:
22731           Remove i18n hack and enable translations.
22732
22733 2004-07-15  Benjamin Otte  <otte@gnome.org>
22734
22735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22736         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22737           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22738
22739 2004-07-15  Benjamin Otte  <otte@gnome.org>
22740
22741         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22742         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22743         (gst_alsa_close_audio):
22744           disable some of the debugging code for now. Writing debugging to a
22745           buffer is broken in current alsalib releases.
22746
22747 2004-07-12  Benjamin Otte  <otte@gnome.org>
22748
22749         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22750           use bufferpools
22751
22752 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22753
22754         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22755         (theora_dec_src_query), (theora_dec_event):
22756         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22757           add debugging categories.  Remove \n's.
22758
22759 2004-07-13  Johan Dahlin  <johan@gnome.org>
22760
22761         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22762         (gst_play_bin_get_property): Impl.
22763
22764 2004-07-13  Wim Taymans  <wim@fluendo.com>
22765
22766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22767         When trying to find the stream length, seek back N pages
22768         instead of just one, where N is the number of streams in
22769         the current chain.
22770
22771 2004-07-13  Wim Taymans  <wim@fluendo.com>
22772
22773         * gst-libs/gst/riff/riff-media.c:
22774         (gst_riff_create_audio_caps_with_data),
22775         (gst_riff_create_audio_caps),
22776         (gst_riff_create_audio_template_caps):
22777         * gst-libs/gst/riff/riff-media.h:
22778         * gst-libs/gst/riff/riff-read.c:
22779         (gst_riff_read_strf_vids_with_data),
22780         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22781         * gst-libs/gst/riff/riff-read.h:
22782         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22783         (gst_avi_demux_add_stream):
22784         Set codec_data on caps for avidemuxer.
22785
22786 2004-07-12  David Schleef  <ds@schleef.org>
22787
22788         * configure.ac: Fix test for Objective C
22789
22790 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22791         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22792         (gst_gdk_pixbuf_chain):
22793           Add svg and pcx to template caps, and ensure that getcaps returns a
22794           subset of the template caps.
22795           Copy each row manually for output, as gdkpixbuf may pad the
22796           rowstride to a 32-bit word boundary.
22797
22798 2004-07-12  Wim Taymans  <wim@fluendo.com>
22799
22800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22801         (gst_riff_create_video_template_caps):
22802         Fix the template caps to include some more media types.
22803
22804 2004-07-12  Wim Taymans  <wim@fluendo.com>
22805
22806         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22807         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22808         (compare_ranks), (print_feature), (gst_decode_bin_init),
22809         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22810         (try_to_link_1), (new_pad), (close_link), (type_found),
22811         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22812         (gst_decode_bin_change_state), (plugin_init):
22813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22814         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22815         (gst_play_base_bin_dispose), (queue_overrun),
22816         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22817         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22818         (gst_play_base_bin_get_property), (play_base_eos),
22819         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22820         (gst_play_base_bin_remove_element),
22821         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22822         (gst_play_base_bin_unlink_stream),
22823         (gst_play_base_bin_get_streaminfo):
22824         * gst/playback/gstplaybasebin.h:
22825         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22826         (gst_play_bin_class_init), (gst_play_bin_init),
22827         (gst_play_bin_dispose), (gst_play_bin_set_property),
22828         (gst_play_bin_get_property), (gen_video_element),
22829         (gen_audio_element), (remove_sinks), (setup_sinks),
22830         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22831         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22832         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22833         (gst_play_bin_query), (plugin_init):
22834         * gst/playback/test4.c: (main):
22835         More fixes on reusing of the element.
22836
22837 2004-07-11  Benjamin Otte  <otte@gnome.org>
22838
22839         * ext/mad/gstmad.c: (normal_seek):
22840           allow seeking for other methods than just SET
22841
22842 2004-07-11  Andy Wingo  <wingo@pobox.com>
22843
22844         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22845         float, "any" caps -> buffer_frames=[0,MAX].
22846
22847         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22848         doesn't intersect our caps with the template any more. Do it
22849         ourselves.
22850         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22851
22852 2004-07-09  Wim Taymans  <wim@fluendo.com>
22853
22854         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22855         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22856         (compare_ranks), (print_feature), (gst_decode_bin_init),
22857         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22858         (try_to_link_1), (new_pad), (close_link), (type_found),
22859         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22860         (gst_decode_bin_change_state), (plugin_init):
22861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22862         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22863         (gst_play_base_bin_dispose), (queue_overrun),
22864         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22865         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22866         (gst_play_base_bin_get_property), (play_base_eos),
22867         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22868         (gst_play_base_bin_remove_element),
22869         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22870         (gst_play_base_bin_unlink_stream),
22871         (gst_play_base_bin_get_streaminfo):
22872         * gst/playback/gstplaybasebin.h:
22873         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22874         (gst_play_bin_class_init), (gst_play_bin_init),
22875         (gst_play_bin_dispose), (gst_play_bin_set_property),
22876         (gst_play_bin_get_property), (gen_video_element),
22877         (gen_audio_element), (remove_sinks), (setup_sinks),
22878         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22879         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22880         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22881         (gst_play_bin_query), (plugin_init):
22882         * gst/playback/test4.c: (main):
22883         Work on object reuse and seeking.
22884
22885 2004-07-09  Wim Taymans  <wim@fluendo.com>
22886
22887         * examples/seeking/seek.c: (iterate):
22888         Don't consume all CPU in the idle loop.
22889
22890 2004-07-09  Wim Taymans  <wim@fluendo.com>
22891
22892         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22893         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22894         Add pad to element *after* setting the pad functions so that
22895         the scheduler can use the correct ones.
22896
22897 2004-07-09  Wim Taymans  <wim@fluendo.com>
22898
22899         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22900         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22901         Sync to keyframe after seek
22902
22903 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22904
22905         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22907         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22908         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22909         * ext/libvisual/visual.c: (gst_visual_change_state):
22910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22911         * ext/theora/theoradec.c: (theora_dec_change_state):
22912         * ext/theora/theoraenc.c: (theora_enc_change_state):
22913         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22914         * gst-libs/gst/navigation/navigation.c:
22915         * gst/adder/gstadder.c: (gst_adder_change_state):
22916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22917         (gst_audio_convert_get_buffer):
22918         * gst/multipart/multipartdemux.c:
22919         (gst_multipart_demux_change_state):
22920         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22922         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22923         * gst/videoscale/gstvideoscale.c:
22924         (gst_videoscale_handle_src_event):
22925         * gst/volume/gstvolume.c: (volume_chain_int16):
22926           don't assert in state change, this should be done by the base
22927           GstElement class.
22928           various debugging fixes.
22929
22930 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22931
22932         * configure.ac:
22933         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22934         (gst_play_dispose), (gst_play_set_location),
22935         (gst_play_set_data_src), (gst_play_set_video_sink),
22936         (gst_play_set_audio_sink), (gst_play_set_visualization),
22937         (gst_play_connect_visualization), (gst_play_get_sink_element),
22938         (gst_play_get_all_by_interface):
22939         * gst-libs/gst/play/play.h:
22940           add new method to get elements implementing an interface.
22941           add various error logging
22942
22943 2004-07-08  Wim Taymans  <wim@fluendo.com>
22944
22945         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22946         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22947         (make_playerbin_pipeline), (query_durations_elems),
22948         (query_durations_pads), (query_positions_elems),
22949         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22950         (main):
22951         Added playbin seeking example.
22952
22953 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22954
22955         * gst-libs/gst/play/play.c: (gst_play_set_location),
22956         (gst_play_set_data_src), (gst_play_set_video_sink),
22957         (gst_play_set_audio_sink), (gst_play_set_visualization),
22958         (gst_play_connect_visualization), (gst_play_get_framerate):
22959           use a macro to look up elements from hash table
22960
22961 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22962
22963         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22964         (gst_play_get_length_callback), (gst_play_set_location),
22965         (gst_play_seek_to_time), (gst_play_set_data_src),
22966         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22967         (gst_play_set_visualization), (gst_play_connect_visualization),
22968         (gst_play_get_sink_element):
22969         - add debugging info
22970         - fix looking up sink elements by iterating over complete caps
22971         - put everything except for source and autoplugger in a complete bin
22972
22973 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22974
22975         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22977         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22978         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22979         * ext/alsa/gstalsasink.h:
22980         - add debugging info
22981         - clean up schizophrenia of data/buffer/event
22982         - fix double event unref error
22983
22984 2004-07-08  Wim Taymans  <wim@fluendo.com>
22985
22986         * gst/playback/Makefile.am:
22987         Add headers to noinst
22988
22989 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22990
22991         * tools/gst-launch-ext-m.m:
22992         * tools/gst-launch-ext.1.in:
22993           convert to the third millenium
22994
22995 2004-07-07  David Schleef  <ds@schleef.org>
22996
22997         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22998
22999 2004-07-07  Wim Taymans  <wim@fluendo.com>
23000
23001         * gst/playback/Makefile.am:
23002         * gst/playback/README:
23003         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23004         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23005         (compare_ranks), (print_feature), (gst_decode_bin_init),
23006         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23007         (try_to_link_1), (new_pad), (close_link), (type_found),
23008         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23009         (plugin_init):
23010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23011         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23012         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23013         (gen_preroll_element), (no_more_pads), (new_stream),
23014         (setup_source), (gst_play_base_bin_set_property),
23015         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23016         (gst_play_base_bin_add_element),
23017         (gst_play_base_bin_remove_element),
23018         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23019         (gst_play_base_bin_unlink_stream),
23020         (gst_play_base_bin_get_streaminfo):
23021         * gst/playback/gstplaybasebin.h:
23022         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23023         (gst_play_bin_class_init), (gst_play_bin_init),
23024         (gst_play_bin_dispose), (gst_play_bin_set_property),
23025         (gst_play_bin_get_property), (gen_video_element),
23026         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23027         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23028         (gst_play_bin_get_formats), (gst_play_bin_convert),
23029         (gst_play_bin_get_query_types), (gst_play_bin_query),
23030         (plugin_init):
23031         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23032         (gst_stream_info_get_type), (gst_stream_info_class_init),
23033         (gst_stream_info_init), (gst_stream_info_new),
23034         (gst_stream_info_dispose), (gst_stream_info_set_property),
23035         (gst_stream_info_get_property):
23036         * gst/playback/gststreaminfo.h:
23037         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23038         (main):
23039         * gst/playback/test2.c: (main):
23040         * gst/playback/test3.c: (update_scale), (main):
23041         More playbin fixes. Added README. Do better element filtering.
23042         Added base class to preroll media. Added test apps.
23043
23044 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23045
23046         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23047         * ext/mpeg2dec/gstmpeg2dec.h:
23048           various debugging improvements.  Reset stream to next picture
23049           instead of sequence header, otherwise seeks cannot work.
23050
23051 2004-07-07  Wim Taymans  <wim@fluendo.com>
23052
23053         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23054         (gst_video_box_class_init), (gst_video_box_set_property),
23055         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23056         Use pad_alloc where possible.
23057
23058 2004-07-07  Wim Taymans  <wim@fluendo.com>
23059
23060         * sys/oss/gstosselement.c: (gst_osselement_reset),
23061         (gst_osselement_parse_caps):
23062         * sys/oss/gstosselement.h:
23063         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23064         Fix offset on osssrc.
23065
23066 2004-07-07  Wim Taymans  <wim@fluendo.com>
23067
23068         * ext/theora/theora.c: (plugin_init):
23069         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23070         (theora_dec_src_query), (theora_dec_chain):
23071         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23072         (theora_enc_sink_link), (theora_buffer_from_packet),
23073         (theora_push_packet), (theora_enc_chain):
23074         Fix theora granulepos calculation.
23075         Fix overflow in duration/position calculation.
23076         Bump rank to PRIMARY for theoradec.
23077         Use granulepos of last packet to calculate position.
23078         Set keyframe flag on buffers when needed.
23079
23080 2004-07-06  David Schleef  <ds@schleef.org>
23081
23082         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23083         serious?  (Fixed, obviously.)
23084
23085 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23086
23087         * po/LINGUAS:
23088         * po/cs.po:
23089           added Czech translation (Miloslav Trmac)
23090
23091 2004-07-05  Wim Taymans  <wim@fluendo.com>
23092
23093         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23094         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23095         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23096         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23097         (close_link), (type_found), (gst_decode_bin_set_property),
23098         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23099         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23100         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23101         (gst_decode_bin_query), (plugin_init):
23102         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23103         (gst_play_bin_class_init), (gst_play_bin_init),
23104         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23105         (get_video_element), (new_pad), (setup_source),
23106         (gst_play_bin_set_property), (gst_play_bin_get_property),
23107         (gst_play_bin_change_state), (gst_play_bin_add_element),
23108         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23109         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23110         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23111         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23112         * gst/playback/test.c: (main):
23113         More fixes, cleaned up playbin, make it use decodebin. Added
23114         threaded property to playbin.
23115
23116 2004-07-05  Wim Taymans  <wim@fluendo.com>
23117
23118         * configure.ac:
23119         * gst/playback/Makefile.am:
23120         * gst/playback/decodetest.c: (main):
23121         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23122         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23123         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23124         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23125         (close_link), (type_found), (gst_decode_bin_set_property),
23126         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23127         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23128         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23129         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23130         (plugin_init):
23131         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23132         (gst_play_bin_class_init), (gst_play_bin_init),
23133         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23134         (collect_sink_pads), (find_compatibles), (close_pad_link),
23135         (try_to_link_1), (new_pad), (close_link), (type_found),
23136         (setup_source), (gst_play_bin_set_property),
23137         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23138         (compare_ranks), (gst_play_bin_collect_factories),
23139         (gst_play_bin_change_state), (gst_play_bin_add_element),
23140         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23141         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23142         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23143         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23144         * gst/playback/test.c: (main):
23145         Added some playback helper elements and some test apps, very alpha
23146         still.
23147
23148 2004-07-04  Benjamin Otte  <otte@gnome.org>
23149
23150         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23151           only restart audio when we indeed have an xrun to fix repeated
23152           xruns. Fix suggested by Giuliano Pochini.
23153
23154 2004-07-03  David Schleef  <ds@schleef.org>
23155
23156         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23157         call to gst_debug_log() if debugging is disabled (bug #145118)
23158
23159 2004-07-03  Benjamin Otte  <otte@gnome.org>
23160
23161         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23162           use our own functions for restarting the alsa device.
23163         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23164           I should apply patches myself - use MIN for the third argument, not
23165           the second, this fixes seeking
23166
23167 2004-07-02  David Schleef  <ds@schleef.org>
23168
23169         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23170         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23171         do with the logic.
23172
23173 2004-07-02  David Schleef  <ds@schleef.org>
23174
23175         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23176         output buffers.  Fix logic mistake.  (bug #144866)
23177
23178 2004-07-02  David Schleef  <ds@schleef.org>
23179
23180         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23181         on X.  (bug #144753)
23182
23183 2004-07-02  David Schleef  <ds@schleef.org>
23184
23185         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23186         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23187         (bug #144624)
23188         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23189         (gst_osselement_rate_probe_check): Add another workaround for
23190         buggy drivers (bug #145336)
23191
23192 2004-07-02  David Schleef  <ds@schleef.org>
23193
23194         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23195         Most systems don't have MSG_NOSIGNAL.
23196
23197 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23198
23199         * Makefile.am:
23200         * gst-libs/gst/colorbalance/Makefile.am:
23201         * gst-libs/gst/mixer/Makefile.am:
23202         * gst-libs/gst/play/Makefile.am:
23203         * gst-libs/gst/tuner/Makefile.am:
23204           (hopefully) fix both install and dist and make error message useful.
23205           needs testing across automakes.
23206
23207 2004-07-02  Benjamin Otte  <otte@gnome.org>
23208
23209         * ext/ogg/gstogg.c: (plugin_init):
23210           we require bytestream now
23211         * ext/ogg/gstoggdemux.c:
23212           huge diff to implement chain setup in a fast and generic way. This
23213           improves tag reading and startup of huge files (read: Theora videos)
23214           quite a bit. It probably contains bugs, too, so please test.
23215           Seeking is not improved to the fast method.
23216
23217 2004-06-29  Wim Taymans  <wim@fluendo.com>
23218
23219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23220         * ext/ogg/gstoggmux.c:
23221         Fix memleak in oggdemux when running unconnected pads.
23222         doc update in mux, start working on keyframe mode.
23223
23224 2004-06-29  Benjamin Otte  <otte@gnome.org>
23225
23226         * sys/oss/gstosssink.c:
23227         * sys/oss/gstosssrc.c:
23228           advertise correct template caps - we indeed do non-native endianness
23229           and 8bit audio has no endianness
23230         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23232           avoid (wrong) duplications in getcaps function and return
23233           template caps
23234
23235 2004-06-29  Wim Taymans  <wim@fluendo.com>
23236
23237         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23238         (gst_multifdsink_class_init), (gst_multifdsink_add),
23239         (gst_multifdsink_remove), (gst_multifdsink_clear),
23240         (gst_multifdsink_client_remove),
23241         (gst_multifdsink_handle_client_read),
23242         (gst_multifdsink_client_queue_data),
23243         (gst_multifdsink_client_queue_caps),
23244         (gst_multifdsink_client_queue_buffer),
23245         (gst_multifdsink_handle_client_write),
23246         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23247         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23248         (gst_multifdsink_init_send), (gst_multifdsink_close):
23249         Fix wrong GList iteration that could crash the server when
23250         more then 2 clients disconnect at the same time. Read all the
23251         pending commands in one batch to recover from command storms under
23252         very heavy load.
23253
23254 2004-06-28  Wim Taymans  <wim@fluendo.com>
23255
23256         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23257         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23258         (gst_videomixer_pad_set_property),
23259         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23260         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23261         (gst_videomixer_class_init), (gst_videomixer_init),
23262         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23263         (pad_zorder_compare), (gst_videomixer_sort_pads),
23264         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23265         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23266         (gst_videomixer_update_queues), (gst_videomixer_loop),
23267         (plugin_init):
23268         Avoid divide by zero, choose masterpad as the pad with the highest
23269         framerate.
23270
23271 2004-06-27  Julien Moutte  <julien@moutte.net>
23272
23273         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23274         (gst_ximagesink_xwindow_new):
23275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23276         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23277         function directly. We might want to call it from somewhere else one day.
23278
23279 2004-06-27  Julien Moutte  <julien@moutte.net>
23280
23281         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23282         (gst_ximagesink_xwindow_new):
23283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23284         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23285         window decorations.
23286
23287 2004-06-27  Wim Taymans  <wim@fluendo.com>
23288
23289         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23290         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23291         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23292         (gst_dvdec_set_property), (gst_dvdec_get_property):
23293         * ext/dv/gstdvdec.h:
23294         Implement drop_factor property to lower the framerate with
23295         a factor.
23296
23297 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23298
23299         * gst-libs/gst/colorbalance/Makefile.am:
23300         * gst-libs/gst/mixer/Makefile.am:
23301         * gst-libs/gst/play/Makefile.am:
23302         * gst-libs/gst/tuner/Makefile.am:
23303           unbreak Company's fix that didn't install the -enum.h files
23304
23305 2004-06-27  Wim Taymans  <wim@fluendo.com>
23306
23307         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23308         (gst_dvdec_change_state):
23309         * ext/dv/gstdvdec.h:
23310         Fix timestamp, duration and offset of the buffers.
23311
23312 2004-06-27  Wim Taymans  <wim@fluendo.com>
23313
23314         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23315         (gst_multifdsink_class_init), (gst_multifdsink_add),
23316         (gst_multifdsink_remove), (gst_multifdsink_clear),
23317         (gst_multifdsink_client_remove),
23318         (gst_multifdsink_handle_client_read),
23319         (gst_multifdsink_client_queue_data),
23320         (gst_multifdsink_client_queue_caps),
23321         (gst_multifdsink_client_queue_buffer),
23322         (gst_multifdsink_handle_client_write),
23323         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23324         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23325         (gst_multifdsink_init_send), (gst_multifdsink_close):
23326         * gst/tcp/gstmultifdsink.h:
23327         * gst/tcp/gsttcpserversink.c:
23328         (gst_tcpserversink_handle_server_read),
23329         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23330         More multifdsink fixes, more recovery policy fixes.
23331         Removed stupid g_print
23332
23333 2004-06-26  Wim Taymans  <wim@fluendo.com>
23334
23335         * gst/tcp/Makefile.am:
23336         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23337         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23338         (gst_multifdsink_class_init), (gst_multifdsink_init),
23339         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23340         (gst_multifdsink_handle_client_read),
23341         (gst_multifdsink_client_queue_data),
23342         (gst_multifdsink_client_queue_caps),
23343         (gst_multifdsink_client_queue_buffer),
23344         (gst_multifdsink_handle_client_write),
23345         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23346         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23347         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23348         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23349         (gst_multifdsink_close), (gst_multifdsink_change_state):
23350         * gst/tcp/gstmultifdsink.h:
23351         * gst/tcp/gsttcpplugin.c: (plugin_init):
23352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23353         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23354         (gst_tcpserversink_handle_server_read),
23355         (gst_tcpserversink_handle_select),
23356         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23357         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23358         * gst/tcp/gsttcpserversink.h:
23359         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23360         one of the locks, added recovery policy to multifdsink.
23361
23362 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23363
23364         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23365           fix decision for when getting frames with same timestamp
23366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23367         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23368         (gst_v4lsrc_get_property):
23369         * sys/v4l/gstv4lsrc.h:
23370           add latency offset property
23371
23372 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23373
23374         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23375         (plugin_init):
23376           fix debugging. add category.
23377
23378 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23379
23380         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23381           fix wrong offsets
23382
23383 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23384
23385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23386         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23387         (gst_alsa_src_change_state):
23388           return a time that is in sync with the element's processing
23389
23390 2004-06-25  Wim Taymans  <wim@fluendo.com>
23391
23392         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23393         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23394         (gst_tcpserversink_client_remove),
23395         (gst_tcpserversink_handle_client_read),
23396         (gst_tcpserversink_client_queue_data),
23397         (gst_tcpserversink_client_queue_caps),
23398         (gst_tcpserversink_client_queue_buffer),
23399         (gst_tcpserversink_handle_client_write),
23400         (gst_tcpserversink_queue_buffer),
23401         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23402         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23403         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23404         (gst_tcpserversink_close):
23405         * gst/tcp/gsttcpserversink.h:
23406         Serversink rewrite. Really do non blocking writes to clients and
23407         maintain an internal queue to handle slower clients while not
23408         disturbing fast clients.
23409
23410 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23411
23412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23413           better debug, don't override OFFSET and OFFSET_END
23414
23415 2004-06-25  Iain <iain@prettypeople.org>
23416
23417         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23418         name=source for the wavparse pipeline.
23419
23420 2004-06-24  Johan Dahlin  <johan@gnome.org>
23421
23422         * ext/theora/theoraenc.c (theora_enc_chain): Call
23423         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23424         streamheader caps are set correctly.
23425
23426 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23427
23428         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23429         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23430           respect minimum bitrate; same could be done for max bitrate
23431
23432 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23433
23434         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23435         (gst_vorbisenc_setup):
23436           fix sample rate range
23437
23438 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23439
23440         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23441         (gst_oggvorbisenc_setup):
23442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23443         (gst_vorbisenc_setup):
23444           resolve ambiguities in code and description
23445
23446 2004-06-24  Wim Taymans  <wim@fluendo.com>
23447
23448         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23449         * ext/alsa/gstalsa.h:
23450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23451         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23452         Use alsa trigger_tstamp to get the timestamp of the first
23453         sample in the buffer for more precise sync. Some cleanups.
23454
23455 2004-06-24  Wim Taymans  <wim@fluendo.com>
23456
23457         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23458         (gst_audiorate_init), (gst_audiorate_chain),
23459         (gst_audiorate_set_property), (gst_audiorate_get_property):
23460         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23461         (gst_videorate_chain):
23462         Added some logging, fixed an overflow bug in videorate.
23463
23464 2004-06-24  Benjamin Otte  <otte@gnome.org>
23465
23466         * ext/kio/Makefile.am:
23467           fix for builddir != srcdir and distcheck
23468
23469 2004-06-24  Benjamin Otte  <otte@gnome.org>
23470
23471         * gst-libs/gst/colorbalance/Makefile.am:
23472         * gst-libs/gst/mixer/Makefile.am:
23473         * gst-libs/gst/play/Makefile.am:
23474         * gst-libs/gst/tuner/Makefile.am:
23475         * gst/tcp/Makefile.am:
23476         * sys/dxr3/Makefile.am:
23477           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23478           tarball.
23479           Also add all *.list files that were missing.
23480         * Makefile.am:
23481           add a distcheck hook to ensure the above doesn't happen again.
23482
23483 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23484
23485         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23486
23487 2004-06-23  Colin Walters  <walters@redhat.com>
23488
23489         * m4/Makefile.am: Distribute gst-fionread.m4.
23490
23491 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23492
23493         * configure.ac: back to dev
23494
23495 2004-06-23  Wim Taymans  <wim@fluendo.com>
23496
23497         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23498         (gst_alsa_xrun_recovery):
23499         * ext/alsa/gstalsa.h:
23500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23501         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23502         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23503         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23504         (gst_alsa_src_loop):
23505         Add clock to alsasrc. Take new capture timestamp when
23506         restarting after an overrun. Split up some functions between
23507         alsasrc and alsasink.
23508
23509 === release 0.8.2 ===
23510
23511 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23514         (gst_alsa_change_state), (gst_alsa_update_avail),
23515         (gst_alsa_xrun_recovery):
23516         * ext/alsa/gstalsa.h:
23517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23518           merge back changes from release
23519
23520 2004-06-23  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23523         (gst_audiorate_init), (gst_audiorate_chain),
23524         (gst_audiorate_set_property), (gst_audiorate_get_property):
23525         Implement sample dropping and notify
23526
23527 2004-06-22  Wim Taymans  <wim@fluendo.com>
23528
23529         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23530         (theora_enc_sink_link), (theora_buffer_from_packet),
23531         (theora_push_packet), (theora_enc_chain):
23532         Some cleanups, make sure the timestamps are correct.
23533
23534 2004-06-22  Wim Taymans  <wim@fluendo.com>
23535
23536         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23537         (gst_alsa_change_state), (gst_alsa_update_avail),
23538         (gst_alsa_xrun_recovery):
23539         * ext/alsa/gstalsa.h:
23540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23541         Cleanups, take queued samples into account when reporting
23542         the time.
23543
23544 2004-06-22  Wim Taymans  <wim@fluendo.com>
23545
23546         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23547         (gst_videorate_init):
23548         Initialize the property as well.
23549
23550 2004-06-22  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23553         (gst_videorate_init), (gst_videorate_chain),
23554         (gst_videorate_set_property), (gst_videorate_get_property):
23555         Add property to make videorate silent.
23556         Add property to prefer new frames over old ones.
23557
23558 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23559
23560         * sys/osxvideo/Makefile.am:
23561         Workaround so that the osxvideo .so file gets linked with the
23562         Cocoa, OpenGL and QuickTime frameworks
23563
23564 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23565
23566         * sys/osxaudio/Makefile.am:
23567         Workaround so that the osxaudio .so file gets linked with the
23568         CoreAudio framework
23569
23570 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23571
23572         * configure.ac:
23573         Whoops, my fault...fixed build issues
23574
23575 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23576
23577         * configure.ac:
23578         Add objective-c support if running in Darwin/Mac OS X
23579         * sys/Makefile.am:
23580         * sys/osxvideo:
23581         * sys/osxvideo/Makefile.am:
23582         * sys/osxvideo/osxvideosink.h:
23583         * sys/osxvideo/osxvideosink.m:
23584         * sys/osxvideo/cocoawindow.h:
23585         * sys/osxvideo/cocoawindow.m:
23586         Add osxvideosink, a cocoa-based osx video sink
23587
23588
23589 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23590         * ext/dvdnav/gst-dvd:
23591         Grab the gconf key from the right spot
23592         * gst/debug/gstnavseek.c: (gst_navseek_init),
23593         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23594         (gst_navseek_chain):
23595         * gst/debug/gstnavseek.h:
23596           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23597           and loop parameters of a segment seek.
23598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23599         (gst_videotestsrc_get_event_masks),
23600         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23601         * gst/videotestsrc/gstvideotestsrc.h:
23602           Add seeking support to videotestsrc
23603           Initialise the timestamp_offset variable.
23604
23605 2004-06-18  Wim Taymans  <wim@fluendo.com>
23606
23607         * ext/sidplay/gstsiddec.cc:
23608         Fix negotiation and set correct end offset.
23609
23610 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23611
23612         * configure.ac: branch and prerelease
23613
23614 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23615
23616         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23617         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23618         (gst_tcpclientsrc_init_receive):
23619         * gst/tcp/gsttcpclientsrc.h:
23620           read caps when connecting to server for GDP so we set them correctly
23621
23622 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23623
23624         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23625           notify drops and duplicates
23626         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23627           no good reason to limit ourselves to 100x100
23628
23629 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23630
23631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23632         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23633         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23634         (gst_v4lsrc_get_property):
23635         * sys/v4l/gstv4lsrc.h:
23636         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23637         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23638         (gst_v4l_set_audio):
23639         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23640         (gst_v4lsrc_try_capture):
23641         * sys/v4l/v4lsrc_calls.h:
23642           change try_palette to more general try_capture
23643           add autoprobe option so we can turn off autoprobing
23644           various fixes
23645
23646 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23647
23648         * configure.ac:
23649           add videorate
23650         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23651         (gst_ximagesink_class_init):
23652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23653         (gst_xvimagesink_class_init):
23654           run them as finalize, not dispose, since dispose can be invoked
23655           multiple times
23656
23657 2004-06-17  Wim Taymans  <wim@fluendo.com>
23658
23659         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23660         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23661         * ext/alsa/gstalsa.h:
23662         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23663         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23664         (gst_alsa_src_change_state):
23665         * ext/alsa/gstalsasrc.h:
23666         Make the xrun code timestamp and offset the buffers correctly.
23667         moved the clock to the base class, use alsa methods to get time.
23668         Do correct timestamping on outgoing buffers.
23669
23670 2004-06-17  Wim Taymans  <wim@fluendo.com>
23671
23672         * gst/audiorate/Makefile.am:
23673         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23674         (gst_audiorate_base_init), (gst_audiorate_class_init),
23675         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23676         (gst_audiorate_set_property), (gst_audiorate_get_property),
23677         (gst_audiorate_change_state), (plugin_init):
23678         Added an audiorate converter that fills in gaps.
23679
23680 2004-06-17  Johan Dahlin  <johan@gnome.org>
23681
23682         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23683
23684 2004-06-16  Wim Taymans  <wim@fluendo.com>
23685
23686         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23688         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23689         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23690         (gst_v4lsrc_get_property):
23691         * sys/v4l/gstv4lsrc.h:
23692         Added a copy mode to v4lsrc where it will output a copied version
23693         of its internal hardware buffer.
23694         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23695         can't | them.
23696
23697 2004-06-16  Wim Taymans  <wim@fluendo.com>
23698
23699         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23700         Timestamp fixes.
23701
23702 2004-06-16  Wim Taymans  <wim@fluendo.com>
23703
23704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23705         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23706         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23707         (gst_v4lsrc_get_property):
23708         * sys/v4l/gstv4lsrc.h:
23709         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23710         Added a sync mode enum property to control v4lsrc timestamp method
23711         Removed the use-fixed-fps property and moved functionality in
23712         the enum.
23713         Don't error on an error value from v4l-conf, it might not always
23714         be a real error.
23715
23716 2004-06-16  Wim Taymans  <wim@fluendo.com>
23717
23718         * gst/videorate/Makefile.am:
23719         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23720         (gst_videorate_base_init), (gst_videorate_class_init),
23721         (gst_videorate_getcaps), (gst_videorate_link),
23722         (gst_videorate_init), (gst_videorate_chain),
23723         (gst_videorate_set_property), (gst_videorate_get_property),
23724         (gst_videorate_change_state), (plugin_init):
23725         Added a video timestamp corrector.
23726
23727 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23728
23729         fixed a potential leak with previous commit
23730
23731         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23732
23733 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23734
23735         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23736         Added missing refcount, fixes bug #144425
23737         Cheers Tim for finding the bug
23738
23739 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23740
23741         * sys/v4l/gstv4l.c: (plugin_init):
23742         * sys/v4l/gstv4lcolorbalance.c:
23743         * sys/v4l/gstv4lcolorbalance.h:
23744         * sys/v4l/gstv4lelement.c:
23745         * sys/v4l/gstv4lelement.h:
23746         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23747         * sys/v4l/gstv4lmjpegsink.h:
23748         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23749         * sys/v4l/gstv4lmjpegsrc.h:
23750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23751         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23752         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23753         * sys/v4l/gstv4lsrc.h:
23754         * sys/v4l/gstv4ltuner.c:
23755         * sys/v4l/gstv4ltuner.h:
23756         * sys/v4l/gstv4lxoverlay.c:
23757         * sys/v4l/gstv4lxoverlay.h:
23758         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23759         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23760         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23761         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23762         (gst_v4l_set_audio):
23763         * sys/v4l/v4l_calls.h:
23764         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23765         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23766         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23767         (gst_v4lmjpegsink_playback_init),
23768         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23769         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23770         (gst_v4lmjpegsink_playback_stop),
23771         (gst_v4lmjpegsink_playback_deinit):
23772         * sys/v4l/v4lmjpegsink_calls.h:
23773         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23774         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23775         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23776         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23777         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23778         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23779         * sys/v4l/v4lmjpegsrc_calls.h:
23780         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23781         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23782         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23783         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23784         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23785         (gst_v4lsrc_try_palette):
23786         * sys/v4l/v4lsrc_calls.h:
23787           bunch of paranoia cleanups
23788
23789 2004-06-14  David Schleef  <ds@schleef.org>
23790
23791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23792         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23793         Send discont events and change timestamps appropriately when
23794         we get a seek event.  (bug #144240)
23795         * ext/cdparanoia/gstcdparanoia.h:
23796
23797 2004-06-14  Benjamin Otte  <otte@gnome.org>
23798
23799         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23800           snd_pcm_hw_params_set_rate  since the latter fails for no good
23801           reason on some setups.
23802
23803 2004-06-14  David Schleef  <ds@schleef.org>
23804
23805         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23806         standard.  Thank you for playing.
23807
23808 2004-06-14  Wim Taymans  <wim@fluendo.com>
23809
23810         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23811         Patch 1.3 broke the ordering of the colorspace info and
23812         made the plugin basically work by coincidence, reordered
23813         the info.
23814
23815 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23816
23817         * ext/lame/gstlame.c:
23818         * ext/mad/gstmad.c:
23819           sync caps.  Make sure mad can only output a list of rates, not
23820           a full range.  In the future, have three caps lists for each of the
23821           mpeg versions.  Change mpegversion to a double as well.
23822
23823 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23824
23825         * gst/volume/.cvsignore:
23826         * gst/volume/Makefile.am:
23827         * gst/volume/demo.c: (value_changed_callback), (idler),
23828         (setup_gui), (main):
23829           added small demo app
23830
23831 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23832         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23833         * ext/esd/esdsink.h:
23834         Close the esd connection on pause, because esd will just wait -
23835         blocking all other esd clients indefinitely.
23836
23837 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23838
23839         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23840           previous commit with GST_DEBUG
23841
23842 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23843
23844         * configure.ac:
23845           add a header check for a dvdread header in dvdnav.  Fixes #133002
23846
23847 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23848
23849         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23850         * gst/tcp/gsttcpclientsink.h:
23851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23852         * gst/tcp/gsttcpclientsrc.h:
23853         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23854         (gst_tcpserversink_handle_server_read),
23855         (gst_tcpserversink_init_send):
23856         * gst/tcp/gsttcpserversink.h:
23857         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23858         * gst/tcp/gsttcpserversrc.h:
23859         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23860         version of IP)
23861
23862 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23863
23864         * configure.ac:
23865         Added ogg library so that OSX detects libtheora properly
23866
23867 2004-06-11  Wim Taymans  <wim@fluendo.com>
23868
23869         * ext/theora/theoradec.c: (theora_dec_chain),
23870         (theora_dec_change_state):
23871         Don't try to decode frames before we received a keyframe.
23872
23873 2004-06-11  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23876         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23877         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23878         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23879         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23880         Added property to set the maximum delay of a page.
23881
23882 2004-06-10  Wim Taymans  <wim@fluendo.com>
23883
23884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23885         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23886         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23887         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23888         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23889         Added max-delay property to control the maximum amount
23890         of data to put in one page.
23891
23892 2004-06-10  Wim Taymans  <wim@fluendo.com>
23893
23894         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23895         (gst_theora_enc_init), (theora_enc_sink_link),
23896         (theora_buffer_from_packet), (theora_enc_set_property),
23897         (theora_enc_get_property):
23898         Set duration on encoded buffer, added some more properties
23899
23900 2004-06-10  Wim Taymans  <wim@fluendo.com>
23901
23902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23903         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23904         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23905         * ext/theora/theoraenc.c: (theora_enc_chain):
23906         Fix refcounting bugs
23907
23908 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23909
23910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23911         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23912         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23913         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23914         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23915         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23916         (gst_asf_demux_change_state):
23917         * gst/asfdemux/gstasfdemux.h:
23918           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23919           feels like. I think we should set a new requirement for demuxers
23920           from now on to implement sane loop functions, data loops, query
23921           and seek functions before first commit into CVS. And this commit
23922           fixes all of the above.
23923
23924 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23925
23926         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23927           vorbis comments are properly encoded in UTF-8 before adding them
23928           to a GstTagList
23929
23930 2004-06-09  Benjamin Otte  <otte@gnome.org>
23931
23932         * ext/alsa/gstalsa.c: (add_channels):
23933           handle min <= max correctly
23934         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23935         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23936           add fixation functions so we fixate correctly. No preferring of alaw
23937           anymore because it's the first structure.
23938         * ext/alsa/gstalsa.h:
23939         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23940         (gst_alsa_hw_params_dump):
23941           add functions to ease debugging in alsalib
23942         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23943         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23944         (gst_alsa_start_audio):
23945           only specify hw params if we really setup a format (fixes #134007 -
23946           or at least works around it)
23947
23948 2004-06-09  Wim Taymans  <wim@fluendo.com>
23949
23950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23951         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23952         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23953         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23954         (gst_ogg_mux_loop):
23955         Use stream caps to setup the initial pages in the ogg stream.
23956         Correctly set the streamheader caps on the srcpad.
23957
23958 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23959
23960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23961         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23962         (gst_v4lsrc_getcaps):
23963         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23964         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23965           add querying of fps lists for webcams.  Negotiating to a framerate
23966           now works.
23967
23968 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23971         (theora_push_buffer), (theora_push_packet),
23972         (theora_set_header_on_caps), (theora_enc_chain):
23973           mark buffers and put on streamheader, raw theora streaming
23974           now works too, whee
23975
23976 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23977
23978         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23979         (gst_tcp_gdp_read_caps):
23980           do a looping read for caps and GDP headers too
23981
23982 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23983
23984         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23985         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23986           return EOS instead of NULL in _get
23987
23988 2004-06-08  Wim Taymans  <wim@fluendo.com>
23989
23990         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23991         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23992         (gst_tcp_gdp_write_caps):
23993         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23994         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23995         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23996         Memory leak fixes
23997
23998 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         * ext/vorbis/Makefile.am:
24001         * ext/vorbis/vorbis.c: (plugin_init):
24002         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24003         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24004         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24005         (vorbis_parse_change_state):
24006         * ext/vorbis/vorbisparse.h:
24007           adding a vorbisparse element that marks the buffers, streaming
24008           raw vorbis using GDP now works, whee
24009
24010 2004-06-08  Wim Taymans  <wim@fluendo.com>
24011
24012         * ext/jpeg/Makefile.am:
24013         * ext/jpeg/README:
24014         * ext/jpeg/gstjpeg.c: (plugin_init):
24015         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24016         (gst_smokedec_base_init), (gst_smokedec_class_init),
24017         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24018         * ext/jpeg/gstsmokedec.h:
24019         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24020         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24021         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24022         (gst_smokeenc_resync), (gst_smokeenc_chain),
24023         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24024         * ext/jpeg/gstsmokeenc.h:
24025         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24026         (smokecodec_flush_destination), (smokecodec_term_destination),
24027         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24028         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24029         (smokecodec_term_source), (smokecodec_encode_new),
24030         (smokecodec_decode_new), (smokecodec_info_free),
24031         (smokecodec_set_quality), (smokecodec_get_quality),
24032         (smokecodec_set_threshold), (smokecodec_get_threshold),
24033         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24034         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24035         (smokecodec_parse_header), (smokecodec_decode):
24036         * ext/jpeg/smokecodec.h:
24037         Added a new simple jpeg based codec
24038
24039 2004-06-08  Wim Taymans  <wim@fluendo.com>
24040
24041         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24042         (gst_multipart_mux_loop):
24043         Fix memory leak
24044
24045 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24046
24047         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24048         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24049         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24050         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24051         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24052         * gst/tcp/gsttcpserversink.h:
24053           take streamheader into account
24054
24055 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24056
24057         * gst/level/Makefile.am:
24058         * gst/level/gstlevel.c: (gst_level_class_init):
24059           clean up marshal generation
24060
24061 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24062
24063         * gst/tcp/Makefile.am:
24064         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24065         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24066         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24067         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24068         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24069         (gst_tcpclientsrc_get_property):
24070         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24071         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24072         (gst_tcpserversink_handle_client_read),
24073         (gst_tcpserversink_handle_client_write),
24074         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24075         * gst/tcp/gsttcpserversink.h:
24076           add signals client-added and client-removed
24077         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24078         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24079         (gst_tcpserversrc_get_property):
24080         uniformized, change default protocol to NONE
24081         * gst/tcp/gsttcp-marshal.list: added
24082 2004-06-07  Benjamin Otte  <otte@gnome.org>
24083
24084         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24085           handle discont events if they happen before caps nego
24086
24087 2004-06-07  Wim Taymans  <wim@fluendo.com>
24088
24089         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24090         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24091         (gst_multipart_demux_plugin_init):
24092         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24093         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24094         (gst_multipart_mux_change_state):
24095         Small updates, fix a memleak
24096
24097 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24098
24099         * configure.ac: OSS portability
24100         * ext/arts/gst_arts.c: idem
24101         * sys/oss/gstosselement.c: idem
24102         * sys/oss/gstossmixer.c: idem
24103         * sys/oss/gstosssink.c: idem
24104         * sys/oss/gstosssrc.c: idem
24105         * sys/oss/oss_probe.c: idem
24106           - check for soundcard.h in different places for some BSD
24107
24108 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24109
24110         * AUTHORS:
24111         Add me to the authors file
24112         * configure.ac:
24113         Increase the libdv requirement to >= version 0.100
24114         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24115         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24116         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24117         * ext/dv/gstdvdec.h:
24118         Add support for the new_media flag when sending DISCONT events
24119         Make the querying work when video pad is not linked
24120
24121 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24122
24123         reviewed by Benjamin Otte  <otte@gnome.org>
24124
24125         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24126           create a NULL-initialized array of pads, so we don't think they
24127           exist already. (fixes #143130)
24128
24129 2004-06-07  Benjamin Otte  <otte@gnome.org>
24130
24131         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24132         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24133         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24134           don't use // coments
24135
24136 2004-06-07  Benjamin Otte  <otte@gnome.org>
24137
24138         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24139           cast to GstClockTime to get higher granularity
24140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24141           use gst_element_set_time_delay to get the exact time
24142         * ext/mad/gstmad.c: (gst_mad_chain):
24143           use the negotiated rate instead of the current frame's rate which
24144           might be wrong because of bit errors. This avoids emitting totally
24145           bogus timestamps and screwing sync.
24146         (fixes #143454)
24147
24148 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24149
24150         reviewed by Benjamin Otte  <otte@gnome.org>
24151
24152         * gst/adder/gstadder.c: (gst_adder_loop):
24153           properly error out when no negotiation has happened yet. (fixes
24154           #143032)
24155
24156 2004-06-06  Benjamin Otte  <otte@gnome.org>
24157
24158         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24159           forward correctly transformed offset in discont events. Based on
24160           patch by Arwed v. Merkatz. (fixes #142851)
24161
24162 2004-06-06  David Schleef  <ds@schleef.org>
24163
24164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24165         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24166         problems on several systems.
24167
24168 2004-06-06  Benjamin Otte  <otte@gnome.org>
24169
24170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24171           use explicit caps on the srcpad
24172         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24173           properly error out if caps couldn't be set (fixes #142764)
24174
24175 2004-06-06  Benjamin Otte  <otte@gnome.org>
24176
24177         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24178         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24179         (gst_alsa_start_audio):
24180           - don't call set_periods_integer anymore, it breaks the
24181           configuration randomly
24182           - call snd_pcm_hw_params_set_access directly instead of using masks
24183           - don't fail if the sw_params can't be set, just use the default
24184           params and hope it works. Alsalib has weird issues when you touch
24185           sw_params and does no proper error reporting about what failed.
24186         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24187         (gst_alsa_close_audio):
24188           make our alsa debugging go via gst debugging and not conditionally
24189           defined
24190         * ext/alsa/gstalsa.h:
24191           add ALSA_DEBUG_FLUSH macro
24192         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24193         (plugin_init):
24194           wrap alsa errors to be printed via the gst debugging system and not
24195           spammed to stderr
24196
24197 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24198
24199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24200         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24201         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24202         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24203         (qtdemux_parse_trak):
24204         * gst/qtdemux/qtdemux.h:
24205           Bitch. Also known as seeking, querying & co.
24206         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24207         (gst_osssink_change_state):
24208         * sys/oss/gstosssink.h:
24209           Resyncing is for weenies, this hack is no longer needed and was
24210           broken anyway (since it - unintendedly - always leaves resync to
24211           TRUE).
24212
24213 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24214
24215         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24216         * gst/tcp/gsttcpclientsrc.h: idem
24217           - define MSG_NOSIGNAL if not done
24218           - include unistd.h for off_t
24219           (fixes #143749)
24220
24221 2004-06-05  Benjamin Otte  <otte@gnome.org>
24222
24223         * configure.ac:
24224         * ext/kio/Makefile.am:
24225           check for qt's moc preprocessor explicitly and use it
24226
24227 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24228
24229         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24230           don't get a signal for EPIPE on socket writes
24231           (somebody check if this works on other platforms)
24232
24233 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24234
24235         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24236         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24237           check error condition on available samples correctly
24238
24239 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24240
24241         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24242           avoid a segfault
24243         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24244         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24245         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24246         (gst_tcpserversrc_gdp_read_header):
24247          use ssize_t over size_t since the former is signed and thus the
24248          check for error codes can work
24249
24250 2004-06-02  Wim Taymans  <wim@fluendo.com>
24251
24252         reviewed by: Johan
24253
24254         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24255         (gst_multipart_mux_loop):
24256         Oops
24257
24258 2004-06-02  Wim Taymans  <wim@fluendo.com>
24259
24260         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24261         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24262         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24263         (gst_multipart_mux_change_state):
24264         Added configurable boundary specifier, added the value as a
24265         caps field as well.
24266
24267 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24268
24269         * gst/tcp/gsttcp.c:
24270         * gst/tcp/gsttcpclientsrc.c:
24271         * gst/tcp/gsttcpclientsrc.h:
24272         * gst/tcp/gsttcpserversrc.c:
24273           - portability fix, to compile on OSX
24274             (fixes #143146)
24275
24276         * sys/osxaudio/gstosxaudioelement.c:
24277         * sys/osxaudio/gstosxaudiosink.c:
24278         * sys/osxaudio/gstosxaudiosrc.c:
24279           - compilation warnings on OSX
24280             (fixes #143153)
24281
24282 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24283
24284         * ext/vorbis/vorbisdec.c : sign warning fixes
24285
24286         * gst-libs/gst/mixer/mixertrack.c :
24287           do no use defines which are glib 2.4 specific
24288
24289 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24290
24291         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24292           buffer since libflac doesn't expect it (reports a sync error when
24293           it encounters that)
24294
24295
24296 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24297
24298         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24299         * gst-libs/gst/mixer/mixertrack.c:
24300         (gst_mixer_track_get_property), (get_mixer_track_init),
24301         (get_mixer_track_get_property): Added property accessors
24302         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24303         * gst-libs/gst/mixer/mixeroptions.c:
24304         (gst_mixer_options_get_values): Added
24305         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24306         * gst-libs/gst/mixer/mixer.c: Fixed comment
24307
24308
24309 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24310
24311         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24312           improve error messages on open
24313
24314
24315 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24316
24317         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24318           check if v4l-conf is in path
24319
24320 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24321
24322         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24323           change assert to a more readable error message
24324
24325 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24326
24327         * gst-libs/gst/tuner/tunerchannel.h:
24328           - add a freq_multiplicator field to make the conversion
24329             between internal frequency unit and Hz
24330         * sys/v4l/gstv4lelement.c:
24331         * sys/v4l2/gstv4l2element.c:
24332           - change default video device to /dev/video0
24333         * sys/v4l/v4l_calls.c:
24334         * sys/v4l2/v4l2_calls.c:
24335           - we only expose frequency to the user in Hz instead of
24336             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24337
24338 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24339         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24340           Initialise b_o_s and e_o_s variables
24341         * gst-libs/gst/riff/riff-media.c:
24342         (gst_riff_create_video_caps_with_data):
24343           Add some unusual fourcc's from mplayer avi's
24344         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24345           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24346           autoplugging.
24347
24348 2004-05-28  Wim Taymans  <wim@fluendo.com>
24349
24350         * configure.ac:
24351         * gst/alpha/Makefile.am:
24352         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24353         (gst_alpha_get_type), (gst_alpha_base_init),
24354         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24355         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24356         (gst_alpha_chroma_key), (gst_alpha_chain),
24357         (gst_alpha_change_state), (plugin_init):
24358         A plugin to add an alpha channel to I420 video. Can optionally do
24359         chroma keying.
24360         * gst/multipart/Makefile.am:
24361         * gst/multipart/multipart.c: (plugin_init):
24362         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24363         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24364         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24365         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24366         (gst_multipart_demux_change_state),
24367         (gst_multipart_demux_plugin_init):
24368         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24369         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24370         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24371         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24372         (gst_multipart_mux_pad_unlink),
24373         (gst_multipart_mux_request_new_pad),
24374         (gst_multipart_mux_handle_src_event),
24375         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24376         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24377         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24378         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24379         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24380         send multipart jpeg images to a browser.
24381         * gst/videobox/Makefile.am:
24382         * gst/videobox/README:
24383         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24384         (gst_video_box_get_type), (gst_video_box_base_init),
24385         (gst_video_box_class_init), (gst_video_box_init),
24386         (gst_video_box_set_property), (gst_video_box_get_property),
24387         (gst_video_box_sink_link), (gst_video_box_i420),
24388         (gst_video_box_ayuv), (gst_video_box_chain),
24389         (gst_video_box_change_state), (plugin_init):
24390         Crops or adds borders around an image. can do alpha channel
24391         borders as well.
24392         * gst/videomixer/Makefile.am:
24393         * gst/videomixer/README:
24394         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24395         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24396         (gst_videomixer_pad_get_sink_event_masks),
24397         (gst_videomixer_pad_get_property),
24398         (gst_videomixer_pad_set_property),
24399         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24400         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24401         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24402         (gst_videomixer_base_init), (gst_videomixer_class_init),
24403         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24404         (gst_videomixer_handle_src_event),
24405         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24406         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24407         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24408         (gst_videomixer_loop), (gst_videomixer_get_property),
24409         (gst_videomixer_set_property), (gst_videomixer_change_state),
24410         (plugin_init):
24411         Generic video mixer plugin, can handle multiple inputs all with
24412         different framerates and video sizes. Is fully alpha channel
24413         aware.
24414
24415 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24416
24417         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24418           Select first track as master track. Not sure how else to handle
24419           that...
24420         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24421           Discard discont events. Should fix #142962.
24422
24423 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24424
24425         * ext/alsa/Makefile.am:
24426         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24427         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24428         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24429         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24430         (gst_alsa_mixer_get_option):
24431         * ext/alsa/gstalsamixer.h:
24432         * ext/alsa/gstalsamixeroptions.c:
24433         (gst_alsa_mixer_options_get_type),
24434         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24435         (gst_alsa_mixer_options_new):
24436         * ext/alsa/gstalsamixeroptions.h:
24437         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24438         * ext/alsa/gstalsamixertrack.h:
24439           Add enumerations (as GstMixerOptions). Make correct distinction
24440           between input/output tracks. Add capture/playback private flag.
24441           Use flag to decide on whether to set capture or playback volumes
24442           or switches. Use playback and record switches.
24443         * gst-libs/gst/mixer/Makefile.am:
24444         * gst-libs/gst/mixer/mixer-marshal.list:
24445         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24446         (gst_mixer_set_option), (gst_mixer_get_option),
24447         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24448         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24449         * gst-libs/gst/mixer/mixer.h:
24450         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24451         (gst_mixer_options_class_init), (gst_mixer_options_init),
24452         (gst_mixer_options_dispose):
24453         * gst-libs/gst/mixer/mixeroptions.h:
24454           Add GstMixerOptions.
24455         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24456           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24457           broken device detection on computers with multiple OSS sound
24458           cards.
24459
24460 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24461
24462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24463           fixate nicely even when the peer is not negotiating
24464
24465 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24466
24467         * gst/audioconvert/gstaudioconvert.c:
24468         (gst_audio_convert_parse_caps):
24469           make sure we don't allow depth > width
24470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24471           fixate endianness to G_BYTE_ORDER as default
24472         * gst/audioscale/gstaudioscale.c:
24473           we don't handle another endianness as host-endianness
24474
24475 2004-05-25  David Schleef  <ds@schleef.org>
24476
24477         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24478
24479 2004-05-24  Benjamin Otte  <otte@gnome.org>
24480
24481         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24482         (gst_oggvorbisenc_setup):
24483           properly fail when we can't setup the vorbis encoder due to
24484           unsupported settings
24485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24486         (gst_vorbisenc_setup):
24487           same
24488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24489           fix case where warnings occured when one pad was unlinked while the
24490           other's link function was called
24491
24492 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24493
24494         * gst/tcp/Makefile.am:
24495           use GST_ENABLE_NEW
24496
24497 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24498
24499         * gst-libs/gst/resample/private.h:
24500           don't use optimizations that are #if 0'ed
24501
24502 2004-05-24  Wim Taymans  <wim@fluendo.com>
24503
24504         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24505         Fix potential division by zero error and hopefully get
24506         the position query right to get correct timestamps on avi
24507         audio.
24508
24509 2004-05-24  Wim Taymans  <wim@fluendo.com>
24510
24511         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24512         (gst_videoscale_scale_nearest_str2),
24513         (gst_videoscale_scale_nearest_str4),
24514         (gst_videoscale_scale_nearest_32bit),
24515         (gst_videoscale_scale_nearest_24bit),
24516         (gst_videoscale_scale_nearest_16bit):
24517         Fix the scaling algorithm and avoid a buffer overflow.
24518         removed the while loop in the scaling function as it
24519         was used for point sampling only.
24520
24521 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24522
24523         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24524         (gst_id3_tag_class_init), (gst_id3_tag_init),
24525         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24526         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24527         (gst_id3_tag_send_tag_event):
24528           lots of fixes to make id3mux work and id3demux work correctly
24529
24530 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24531
24532         * ext/Makefile.am:
24533           add rules to build shout2send (was removed by accident
24534           when this module was no more marked experimental/broken)
24535
24536 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24537
24538         * ext/shout2/gstshout2.c:
24539         * ext/shout2/gstshout2.h:
24540           adding a "connection problem" signal to shout2send
24541           (fixes #142954)
24542
24543 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24544
24545         * ext/kio/kioreceiver.cpp:
24546         * ext/kio/kioreceiver.h:
24547           fix sign comparison issues
24548
24549 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24550
24551         * gst/cdxaparse/gstcdxaparse.c:
24552         * gst/cdxaparse/gstcdxaparse.h:
24553           some renaming
24554           add some checks/sanity
24555           prepare for seek addition
24556
24557         * sys/sunaudio/gstsunaudio.c:
24558           remove exported dupe init function
24559
24560 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24561
24562         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24563         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24564           Fix format conversion and position querying.
24565         * gst/debug/progressreport.c: (gst_progressreport_report):
24566           Don't output a bogus total value that we didn't query.
24567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24568           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24569           only a blank window after xine has been used.
24570
24571 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24572
24573         * m4/as-arts.m4:
24574           sync with upstream version to fix test on FC2
24575           readd with -ko to preserve Id header
24576
24577 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24578
24579         * configure.ac:
24580           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24581         * gst/tcp/gsttcpclientsrc.c: idem
24582         * gst/tcp/gsttcpserversink.c: idem
24583         * gst/tcp/gsttcpserversrc.c: idem
24584         * m4/gst-fionread.m4: idem
24585
24586         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24587
24588         * configure.ac: enable speex plugin for speex 1.1.5+
24589         * ext/speex/gstspeexenc.c: fix cast warning
24590
24591         * ext/esd/README: fix typo
24592
24593 2004-05-20  David Schleef  <ds@schleef.org>
24594
24595         * configure.ac: Minor cosmetic change to convince the buildbot to
24596         reautogen.
24597         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24598         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24599         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24600         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24601         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24602         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24603         More hacking.  Plays audio now.
24604
24605 2004-05-20  David Schleef  <ds@schleef.org>
24606
24607         * configure.ac:
24608         * sys/Makefile.am:
24609
24610 2004-05-20  David Schleef  <ds@schleef.org>
24611
24612         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24613         * sys/osxaudio/gstosxaudio.c:
24614         * sys/osxaudio/gstosxaudioelement.c:
24615         * sys/osxaudio/gstosxaudioelement.h:
24616         * sys/osxaudio/gstosxaudiosink.c:
24617         * sys/osxaudio/gstosxaudiosink.h:
24618         * sys/osxaudio/gstosxaudiosrc.c:
24619         * sys/osxaudio/gstosxaudiosrc.h:
24620
24621 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24622
24623         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24624         (gst_vorbisenc_chain):
24625           put the codec headers on the caps as streamheader as well as
24626           pushing them out
24627
24628 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24629
24630         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24631         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24632         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24633         split up push_packet into two functions
24634
24635 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24636
24637         * gst/tcp/.cvsignore:
24638           ignore enums
24639         * gst/tcp/Makefile.am:
24640         * gst/tcp/README:
24641         * gst/tcp/gsttcp.c:
24642         * gst/tcp/gsttcp.h:
24643         * gst/tcp/gsttcpclientsink.c:
24644         * gst/tcp/gsttcpclientsink.h:
24645         * gst/tcp/gsttcpclientsrc.c:
24646         * gst/tcp/gsttcpclientsrc.h:
24647         * gst/tcp/gsttcpplugin.c:
24648         * gst/tcp/gsttcpserversink.c:
24649         * gst/tcp/gsttcpserversink.h:
24650         * gst/tcp/gsttcpserversrc.c:
24651         * gst/tcp/gsttcpserversrc.h:
24652           add new tcp elements
24653
24654 2004-05-19  Wim Taymans  <wim@fluendo.com>
24655
24656         * gst/law/mulaw-conversion.c: (mulaw_encode):
24657         Fix overflow bug in ulaw encoding.
24658
24659 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24660
24661         * ext/mad/gstmad.c: (gst_mad_handle_event):
24662           don't unref the event twice
24663
24664 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24665
24666         * configure.ac:
24667           remove -Wno-sign-compare
24668
24669 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24670
24671         * configure.ac:
24672           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24673           if you want to work against glib 2.2 and 2.4
24674
24675 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24676
24677         * gst/tcp/Makefile.am:
24678         * gst/tcp/gsttcp.c:
24679         * gst/tcp/gsttcp.h:
24680         * gst/tcp/gsttcpsink.h:
24681         * gst/tcp/gsttcpsrc.h:
24682           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24683
24684 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24685
24686         * gst/debug/tests.c: (md5_get_value):
24687           fix segfault on gst-inspect
24688
24689 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24690
24691         * gst/debug/testplugin.c:
24692         * gst/debug/tests.c:
24693         * gst/debug/tests.h:
24694           add new extensible and configurable testing element. Current tests
24695           include buffer count, stream length, timestamp/duration matching and
24696           md5.
24697         * gst/debug/Makefile.am:
24698         * gst/debug/gstdebug.c: (plugin_init):
24699           add infrastructure for new element
24700
24701 2004-05-19  Johan Dahlin  <johan@gnome.org>
24702
24703         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24704         ending of the array. Fixes gst-inspect segfault on ppc.
24705
24706 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24707
24708         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24709
24710         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24711
24712 2004-05-18  David Schleef  <ds@schleef.org>
24713
24714         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24715         warnings (bugs, actually) noticed by gcc but not forte.
24716
24717 2004-05-18  David Schleef  <ds@schleef.org>
24718
24719         * sys/sunaudio/Makefile.am:
24720         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24721
24722 2004-05-18  David Schleef  <ds@schleef.org>
24723
24724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24725         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24726         to allow qtdemux to use non-seekable streams. (bug #142272)
24727
24728 2004-05-18  David Schleef  <ds@schleef.org>
24729
24730         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24731         (gst_resample_sinc_ft_float): Remove use of static temporary
24732         buffer.  This code was obviously not supposed to last long, but
24733         it's stuck in our ABI, so it required a little hack to make it
24734         ABI-compatible.  Fixes #142585.
24735         * gst-libs/gst/resample/resample.h: same.
24736
24737 2004-05-18  David Schleef  <ds@schleef.org>
24738
24739         * configure.ac: Add sunaudio
24740         * examples/Makefile.am: make gstplay depend on gconf
24741         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24742         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24743         (convert_table_lookup), (img_convert): remove c99-isms
24744         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24745           unsigned, to fix a warning on Solaris
24746         * gst/mpeg1sys/systems.c: bcopy->memcpy
24747         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24748         * sys/Makefile.am: Add sunaudio
24749
24750 2004-05-18  Wim Taymans  <wim@fluendo.com>
24751
24752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24753         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24754         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24755         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24756         (gst_ogg_mux_loop):
24757         Fix an ugly memleak where the muxer didn't flush enough ogg
24758         pages. This also resulted in badly muxed ogg files.
24759
24760 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24761
24762         * gst/asfdemux/asfheaders.c :
24763         * gst/asfdemux/asfheaders.h :
24764         * gst/asfdemux/gstasfdemux.c :
24765           - fix ASF_OBJ_PADDING guid
24766           - add 3 new object guids (language list, metadata,
24767             extended stream properties)
24768           - add a function to parse extended header objects
24769
24770 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24771
24772         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24773           remove leftover debugging g_print
24774
24775 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24776
24777         * ext/mad/gstmad.c: (gst_mad_handle_event):
24778           Fix for when the first format in a discont event is not a
24779           byte-based one. Should fix #137710.
24780
24781 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24782
24783         * m4/a52.m4 : fix compilation with -Wall -Werror
24784         * m4/libfame.m4 : idem
24785         * m4/libmikmod.m4 : idem
24786
24787 2004-05-17  Benjamin Otte  <otte@gnome.org>
24788
24789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24790           signal the new tags before giving up the reference
24791
24792 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24793
24794         * ext/shout2/gstshout2.c:
24795           use application/ogg instead of application/x-ogg (patch by Patrick
24796           Guimond, fixes #142432)
24797         * sys/oss/gstosselement.c: (gst_osselement_reset),
24798         (gst_osselement_sync_parms):
24799           don't set fragment size unless specified (fixes #142493)
24800
24801 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24802
24803         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24804           fixes #142664
24805
24806 2004-05-17  Benjamin Otte  <otte@gnome.org>
24807
24808         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24809           compute offsets correctly for internal buffers so timestamps are set
24810           correctly when we can't seek. Also handle cases where there are no
24811           offsets. (based on a patch by David Moore, fixes #142507)
24812
24813 2004-05-17  Benjamin Otte  <otte@gnome.org>
24814
24815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24816           use correct variable when determining amount of data to skip so we
24817           don't skip into the void and segfault
24818
24819 2004-05-16  Benjamin Otte  <otte@gnome.org>
24820
24821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24822           Hi, I'm a memleak
24823
24824 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24825
24826         * gst/asfdemux/gstasfdemux.c:
24827           - fix a mem leak and always propagate tags
24828           - add WMV3 to known video codecs (but no decoder yet)
24829           - replace "surplus data" at end of audio header for what
24830             it is : codec specific data
24831           - fix a typo
24832
24833 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24834
24835         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24836
24837         * gst-libs/gst/audio/audioclock.c:
24838           Fix wrong return type (#142205).
24839
24840 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24843           Ignore CRCs by default (fixes #142566).
24844
24845 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24846
24847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24848         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24849         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24850         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24851         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24852         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24853           Fix for cases where we fail to attach to a mixer.
24854
24855 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24856
24857         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24858           Don't touch events after not owning them anymore.
24859         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24860         (gst_wavparse_fmt), (gst_wavparse_other),
24861         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24862         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24863         (gst_wavparse_srcpad_event):
24864         * gst/wavparse/gstwavparse.h:
24865           Add seeking, fix querying.
24866
24867 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24868
24869         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24870           - process comments even if they don't end with \0\0
24871             g_convert would ignore them if present and works well without them
24872
24873 2004-05-16  Benjamin Otte  <otte@gnome.org>
24874
24875         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24876           simplify caps
24877
24878 2004-05-16  Benjamin Otte  <otte@gnome.org>
24879
24880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24881           don't write to memory we might not write to - g_convert does that
24882           for us anyway (fixes #142613)
24883         (gst_asf_demux_audio_caps):
24884           comment out gst_util_dump_mem
24885
24886 2004-05-16  Benjamin Otte  <otte@gnome.org>
24887
24888         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24889           compute correct expected timestamps after seek (broken since
24890           last commit)
24891         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24892           rename element and debugging category to gdkpixbufscale
24893
24894 2004-05-16  Benjamin Otte  <otte@gnome.org>
24895
24896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24897           add error checking to snd_pcm_delay and remove duplicate call to
24898           snd_pcm_delay that caused issues (see inline code comments)
24899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24900           make more readable and fix return value when snd_pcm_delay fails
24901         (fixes #142586)
24902
24903 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24904         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24905         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24906         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24907         (gst_pixbufscale_link), (gst_pixbufscale_init),
24908         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24909         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24910         (gst_pixbufscale_get_property), (pixbufscale_init):
24911         * ext/gdk_pixbuf/pixbufscale.h:
24912         Add these files I forgot earlier
24913
24914 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24915         * ext/gdk_pixbuf/Makefile.am:
24916         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24917         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24918         Add new pixbufscale element to scale RGB video
24919         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24920         and HYPER interpolation correctly.
24921         * ext/theora/theoraenc.c: (theora_enc_chain),
24922         Discard buffer and return if explicit caps could not be set
24923         (theora_enc_get_property):
24924         Make _get return kbps for the bitrate consistent with
24925         the _set function.
24926
24927
24928 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24929
24930         * ext/libvisual/visual.c: (gst_visual_chain):
24931           add missing visual_audio_analyze
24932
24933 2004-05-14  David Schleef  <ds@schleef.org>
24934
24935         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24936         is killed while we're playing.
24937         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24938         gst_element_no_more_pads().
24939
24940 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24941
24942         * gst-libs/gst/riff/riff-read.c :
24943           - fix INFO tag extraction in RIFF/AVI files
24944             because gst_event_unref (event) also freed taglist
24945           - avoid a mem leak
24946
24947 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24948
24949         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24950         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24951
24952         * gst/auparse/gstauparse.c :
24953           - add code (commented for now) to support audio/x-adpcm on src pad
24954             (we have no decoder for those layout yet)
24955
24956         * gst/cdxaparse/gstcdxaparse.c :
24957         * gst/cdxaparse/gstcdxaparse.h :
24958           - partial rewrite using RiffRead (ripped iain's wavparse code)
24959
24960         * gst/rtp/gstrtpL16enc.c : typo
24961         * gst/rtp/gstrtpgsmenc.c : typo
24962
24963 2004-05-13  Benjamin Otte  <otte@gnome.org>
24964
24965         * configure.ac:
24966           check for exact version of libvisual, it's not supposed to be
24967           API/ABI stable yet
24968
24969 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24970
24971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24972           signal no-more-pads
24973
24974 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24975
24976         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24977         Report which format was used for GST_FORMAT_DEFAULT
24978         * gst/debug/Makefile.am:
24979         * gst/debug/gstdebug.c: (plugin_init):
24980         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24981         (gst_progressreport_class_init), (gst_progressreport_init),
24982         (gst_progressreport_report), (gst_progressreport_set_property),
24983         (gst_progressreport_get_property), (gst_progressreport_chain),
24984         (gst_progressreport_plugin_init):
24985         Add progressreport element for testing.
24986
24987 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24988
24989         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24990         * sys/v4l/gstv4lsrc.h:
24991         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24992         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24993         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24994         (gst_v4lsrc_grab_frame):
24995           add more debugging
24996           send a discont at start
24997
24998 2004-05-12  Colin Walters  <walters@redhat.com>
24999
25000         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25001         inflooping if we can't find a chunk.  Or in other words, don't blow
25002         chunks if we don't have a chunk to blow.
25003
25004 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25005         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25006         Remove old debug output
25007         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25008         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25009         (gst_dvdec_set_property), (gst_dvdec_get_property):
25010         Change the quality setting to an enum, so it works from gst-launch
25011         Don't renegotiate a non-linked pad. Allows audio only decoding.
25012         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25013         (gst_deinterlace_link), (gst_deinterlace_init):
25014         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25015         (gst_videodrop_link):
25016         Some caps negotiation fixes
25017
25018 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25019
25020         * ext/tarkin/gsttarkin.c :
25021           - Change RANK from NONE to PRIMARY
25022         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25023           - Change RANK from NONE to MARGINAL
25024         * ext/divx/gstdivxenc.c :
25025           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25026
25027 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25028
25029         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25030         (gst_vorbisenc_push_packet):
25031           copy a function that was added between 1.0 and 1.0.1 until we
25032           depend on worthwhile features of post-1.0
25033
25034 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25035
25036         * configure.ac:
25037           enable shout2 by default
25038         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25039         (gst_shout2send_base_init), (gst_shout2send_init),
25040         (gst_shout2send_connect), (gst_shout2send_change_state):
25041         * ext/shout2/gstshout2.h:
25042           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25043           #142262)
25044         * ext/theora/theora.c: (plugin_init):
25045           don't set rank on encoders
25046
25047 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25048
25049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25050           Use codec_data property instead of flag1 and flag2 for wma
25051
25052 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25053
25054         * gst/cdxaparse/gstcdxaparse.c :
25055           - Add mpegversion to CAPS to make it link
25056           - Rank is as GST_RANK_SECONDARY instead of NONE
25057         * gst/auparse/gstauparse.c :
25058           - Document all audio encoding we can encounter from Solaris 9
25059             headers and libsndfile information.
25060           - Increase max. rate from 48000 to 192000 (to match other elements)
25061           - Don't try to play junk data between header and samples
25062
25063 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25064
25065         * ext/libvisual/visual.c: (gst_visual_getcaps):
25066           use the right caps depending on endianness (I hope)
25067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25068           use GST_RANK_NONE for all non-decoding elements or spider gets
25069           mighty confused
25070
25071 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25072
25073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25074           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25075
25076 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25077
25078         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25079         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25080         (gst_switch_loop), (gst_switch_get_type):
25081           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25082           HEADERS. Had to be said.
25083
25084 2004-05-10  David Schleef  <ds@schleef.org>
25085
25086         * configure.ac: Add prototype Dirac support.
25087         * ext/Makefile.am:
25088         * ext/dirac/Makefile.am:
25089         * ext/dirac/gstdirac.cc:
25090         * ext/dirac/gstdiracdec.cc:
25091
25092 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25093
25094         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25095         (gst_auparse_init), (gst_auparse_chain),
25096         (gst_auparse_change_state):
25097           Hack around spider. Remove me some day please.
25098
25099 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25100
25101         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25102           Fix for some uninitialized variables in previous patch, also
25103           makes it work. Fixes #142286 while we're at it.
25104
25105 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25106
25107         * gst/auparse/gstauparse.c:
25108                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25109                 only unsupported formats are ADPCM/CCITT G.72x
25110                 reviewed by Ronald
25111         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25112
25113 2004-05-10  Wim Taymans  <wim@fluendo.com>
25114
25115         * ext/vorbis/Makefile.am:
25116         * ext/vorbis/README:
25117         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25118         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25119         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25120         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25121         (gst_oggvorbisenc_convert_sink),
25122         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25123         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25124         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25125         (get_constraints_string), (update_start_message),
25126         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25127         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25128         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25129         * ext/vorbis/oggvorbisenc.h:
25130         * ext/vorbis/vorbis.c: (plugin_init):
25131         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25132         (raw_caps_factory), (gst_vorbisenc_class_init),
25133         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25134         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25135         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25136         * ext/vorbis/vorbisenc.h:
25137         Added a raw vorbis encoder to be used with the oggmuxer.
25138         We still need the old encoder for some gnome applications,
25139         read the README to find out how that works.
25140         The raw encoder is called "rawvorbisenc" until 0.9.
25141
25142 2004-05-10  Wim Taymans  <wim@fluendo.com>
25143
25144         * ext/ogg/gstogg.c: (plugin_init):
25145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25146         (gst_ogg_print):
25147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25148         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25149         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25150         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25151         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25152         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25153         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25154         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25155         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25156         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25157         Added an ogg muxer.
25158         Small typo fixes in the demuxer.
25159
25160 2004-05-10  Wim Taymans  <wim@fluendo.com>
25161
25162         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25163         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25164         (theora_enc_change_state), (theora_enc_set_property),
25165         (theora_enc_get_property):
25166         Mark the last packet with an EOS flag which is not really needed
25167         in gstreamer.
25168         Do some better video framerate initialisation.
25169         Update the buffer timestamp.
25170
25171 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25172
25173         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25174         Return the result of the parent state change call
25175
25176 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25177
25178         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25179         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25180         * gst/law/alaw-encode.c : (idem)
25181         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25182         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25183         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25184
25185 2004-05-09  Benjamin Otte  <otte@gnome.org>
25186
25187         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25188           don't use a fixed buffer size when writing variable length data to
25189           it. Fixes memory corruption and makes alsasrc work
25190
25191 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25192
25193         * ext/gnomevfs/gstgnomevfssink.c:
25194         (_gst_boolean_allow_overwrite_accumulator),
25195         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25196           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25197           RUN_LAST, and don't use that to set the accumulator value because
25198           then it's always FALSE.
25199
25200 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25201
25202         * gst-libs/gst/riff/riff-media.c:
25203         (gst_riff_create_video_caps_with_data),
25204         (gst_riff_create_audio_caps),
25205         (gst_riff_create_audio_template_caps):
25206         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25207           Fix for unaligned RIFF files (i.e. where all the chunks together
25208           in a LIST chunk are not of the same size as the size given in
25209           the LIST chunk header). Fixes several odd WAVE files. Also fix
25210           ADPCM (block_align property) in audio, so that wavparse based
25211           on this works now as it used to stand-alone.
25212
25213 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25214
25215         reviewed by Benjamin Otte  <otte@gnome.org>
25216
25217         * ext/a52dec/gsta52dec.c:
25218         * ext/divx/gstdivxdec.c:
25219         * ext/divx/gstdivxenc.c:
25220         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25221         * ext/faac/gstfaac.c: (gst_faac_base_init):
25222         * ext/faad/gstfaad.c: (gst_faad_base_init):
25223         * ext/ivorbis/vorbisfile.c:
25224         * ext/lame/gstlame.c:
25225         * ext/libfame/gstlibfame.c:
25226         * ext/mpeg2enc/gstmpeg2enc.cc:
25227         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25228         * ext/sidplay/gstsiddec.cc:
25229         * ext/speex/gstspeexdec.c:
25230         * ext/speex/gstspeexenc.c:
25231         * ext/xvid/gstxviddec.c:
25232         * ext/xvid/gstxvidenc.c:
25233           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25234           (fixes #142193)
25235
25236 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25237
25238         * ext/alsa/gstalsa.c: (device_list),
25239         (gst_alsa_class_probe_devices):
25240         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25241           Fix alsa oddness in mixer after the combination of using mixer
25242           in source/sink elements and using hw:x,y instead of just hw:x.
25243
25244 2004-05-09  Benjamin Otte  <otte@gnome.org>
25245
25246         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25247         (gst_wavparse_create_sourcepad):
25248           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25249           sourcepads
25250
25251 2004-05-09  Benjamin Otte  <otte@gnome.org>
25252
25253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25254           allow discont events before caps nego
25255
25256 2004-05-08  Benjamin Otte  <otte@gnome.org>
25257
25258         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25259           don't leak events
25260
25261 2004-05-08  Benjamin Otte  <otte@gnome.org>
25262
25263         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25264         (gst_level_change_state), (gst_level_init):
25265         * gst/level/gstlevel.h:
25266           figure out if we're initialized directly instead of keeping a
25267           variable that's wrong in 90% of cases
25268           don't initialize pads and then leak them and use a new unitialized
25269           pad. (fixes #142084)
25270           these were bugs so n00bish I didn't find them for an hour :/
25271
25272 2004-05-08 Iain <iain@prettypeople.org>
25273
25274         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25275         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25276         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25277         return the length that was read.
25278         (gst_riff_read_strf_auds): Allow fmt tags as well.
25279
25280 2004-05-07  David Schleef  <ds@schleef.org>
25281
25282         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25283         signed char assumption in faad.h.
25284
25285 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25286
25287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25288           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25289
25290 2004-05-07  Colin Walters  <walters@redhat.com>
25291
25292         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25293         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25294         function.
25295         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25296         Add dispose function.
25297
25298 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25299         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25300           Fix caps nego and pad templates. RGB mode caps should
25301           work now.
25302         * ext/dvdnav/gst-dvd:
25303           Move mpeg2dec inside the thread because otherwise the
25304           queue rejects cap changes mid-stream
25305         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25306         (gst_mpeg2dec_flush_decoder):
25307           For mpeg2dec > 0.4.0, call the flush function instead of
25308           manually extracting all in-flight frames.
25309         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25310         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25311           Change mime type video/dv go video/x-dv to match the
25312           rest of gst-plugins
25313
25314 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25315
25316         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25318         (gst_alsa_sink_class_init):
25319         * ext/alsa/gstalsasink.h:
25320         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25321         (gst_alsa_src_class_init):
25322         * ext/alsa/gstalsasrc.h:
25323           Make alsasink/src a subclass of alsamixer so that mixer stuff
25324           shows up in gst-rec. Needs some finetuning.
25325
25326 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25327
25328         * ext/lame/gstlame.c: (gst_lame_chain):
25329           simplify
25330         * ext/mad/gstmad.c: (gst_mad_handle_event):
25331           fix event leak
25332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25333           be able to detect mp3 files < 4096 bytes
25334
25335 2004-05-06  Wim Taymans  <wim@fluendo.com>
25336
25337         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25338         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25339         (theora_enc_set_property), (theora_enc_get_property):
25340         Also encode the first frame, cleanup some code.
25341
25342 2004-05-06  Wim Taymans  <wim@fluendo.com>
25343
25344         * ext/mpeg2enc/gstmpeg2enc.cc:
25345         Forward events first before deciding that negotiation was
25346         not performed.
25347
25348 2004-05-06  Wim Taymans  <wim@fluendo.com>
25349
25350         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25351         First process the events before deciding that negotiation
25352         was not performed.
25353
25354 2004-05-06  Wim Taymans  <wim@fluendo.com>
25355
25356         * ext/theora/Makefile.am:
25357         * ext/theora/theora.c: (plugin_init):
25358         * ext/theora/theoradec.c: (theora_dec_change_state):
25359         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25360         (gst_theora_enc_class_init), (gst_theora_enc_init),
25361         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25362         (theora_enc_chain), (theora_enc_change_state),
25363         (theora_enc_set_property), (theora_enc_get_property):
25364         Added a theora encoder, grouped the encoder and decoder into the
25365         same plugin.
25366
25367 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25368
25369         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25370         (gst_jpegenc_chain):
25371         fix DURATION on outgoing buffers
25372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25373         debug using time formats
25374         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25376         (gst_xvimagesink_sink_link):
25377         windows with width/height 0 generate X errors, so don't allow them
25378
25379 2004-05-05  Wim Taymans  <wim@fluendo.com>
25380
25381         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25382         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25383         (gst_mpeg2dec_negotiate_format):
25384         * ext/mpeg2dec/gstmpeg2dec.h:
25385           removed the static pad template so that we can add the
25386           more accurate framerate value to the caps.
25387
25388
25389 2004-05-04  Benjamin Otte  <otte@gnome.org>
25390
25391         * configure.ac:
25392           check for kdemacros.h, too (should fix #141821)
25393         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25394           don't crash if no header was sent, but nicely error out (fixes part
25395           of #141554)
25396
25397 2004-05-04  Wim Taymans  <wim@fluendo.com>
25398
25399         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25400         parent dispose function to avoid segfault on destroy.
25401
25402 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25403
25404         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25405         (plugin_init):
25406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25407         (gst_xvimagesink_sink_link):
25408         clean up debugging caps
25409         also recreate xvimage when format has changed
25410
25411 2004-05-04  Benjamin Otte  <otte@gnome.org>
25412
25413         * ext/libvisual/Makefile.am:
25414         * ext/libvisual/visual.c: (gst_visual_class_init),
25415         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25416         (gst_visual_srclink), (gst_visual_chain),
25417         (gst_visual_change_state), (plugin_init):
25418           use a GstAdapter to correctly adapt buffer sizes - allows using a
25419           framerate
25420
25421 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25422
25423         * sys/v4l/gstv4lelement.h:
25424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25426         (gst_v4lsrc_buffer_free):
25427         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25429         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25430         (gst_v4lsrc_requeue_frame):
25431         move some debugging categories around
25432         query for fps index and set accordingly if found
25433
25434 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25435
25436         * ext/lame/gstlame.c:
25437         correct defaults that lame_init puts out of range
25438
25439 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25440
25441         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25442         (gst_divxenc_class_init):
25443         fix range since -1 is the default
25444         * gst/mpeg1sys/gstmpeg1systemencode.c:
25445         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25446         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25447         (gst_rtjpegdec_chain):
25448         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25449         (gst_rtjpegenc_chain):
25450         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25451         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25452         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25453         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25454         * sys/v4l/gstv4lsrc.c:
25455         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25456         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25457         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25458         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25459         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25460           remove gst_info calls
25461
25462 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25463
25464         * Makefile.am:
25465         * po/af.po:
25466         * po/az.po:
25467         * po/en_GB.po:
25468         * po/nl.po:
25469         * po/sr.po:
25470         * po/sv.po:
25471           Updated translations
25472
25473 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25474
25475         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25476           refactor/comment code
25477
25478 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25479
25480         * gst/asfdemux/Makefile.am:
25481         * gst/asfdemux/asfheaders.c:
25482         * gst/asfdemux/asfheaders.h:
25483         * gst/asfdemux/gstasf.c: (plugin_init):
25484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25485         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25486         (gst_asf_demux_setup_pad):
25487         * gst/asfdemux/gstasfdemux.h:
25488         * gst/asfdemux/gstasfmux.c:
25489         * gst/asfdemux/gstasfmux.h:
25490           Add tagging support to demuxer, split out registration in its own
25491           file instead of in demux (hacky), and prevent having some tables
25492           in our memory multiple times (in asfheaders.h).
25493
25494 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25495
25496         * gst/matroska/matroska-demux.c:
25497         (gst_matroska_demux_parse_metadata):
25498         * gst/matroska/matroska-ids.h:
25499           Basic tag reading support.
25500
25501 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25504           Really detect ac-3 audio.
25505         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25506           really detect matroska files (off-by-1).
25507
25508 2004-04-30  David Schleef  <ds@schleef.org>
25509
25510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25511         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25512         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25513         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25514         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25515         hackage -- parse a lot more atoms, extract a few tags.  One might even
25516         mistake this for tag support.  Maybe it is.
25517         * gst/qtdemux/qtdemux.h:
25518
25519 2004-04-30  Colin Walters  <walters@verbum.org>
25520
25521         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25522
25523 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25524
25525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25526         (gst_ffmpegcolorspace_getcaps):
25527           remove broken nego fix
25528
25529 2004-04-30  Benjamin Otte  <otte@gnome.org>
25530
25531         * configure.ac:
25532         * ext/Makefile.am:
25533         * ext/libvisual/Makefile.am:
25534         * ext/libvisual/visual.c:
25535           add initial support for libvisual (http://libvisual.sourceforge.net)
25536           libvisual is still quite alpha, so expect crashes in there :)
25537
25538 2004-04-29  David Schleef  <ds@schleef.org>
25539
25540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25541         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25542         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25543         code; you will no longer respect me.
25544
25545 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25546
25547         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25548         * ext/alsa/gstalsa.h :
25549         change alsa pcm device discovery to find more than 1 device
25550         per card. code review by Ronald.
25551
25552 2004-04-29  David Schleef  <ds@schleef.org>
25553
25554         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25555         Add a check for a driver bug on FreeBSD.  (bug #140565)
25556
25557 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25558
25559         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25561         (gst_jpegenc_getcaps):
25562           move format setting to inner loop
25563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25564         (gst_ffmpegcolorspace_getcaps):
25565           use GST_PAD_CAPS if available so that we use already negotiated
25566           caps
25567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25568         (qtdemux_parse_moov), (qtdemux_parse):
25569           extra debugging
25570         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25571         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25572           move hardcoded path to DEFINE
25573
25574 2004-04-28  David Schleef  <ds@schleef.org>
25575
25576         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25577         (bug #140064)
25578
25579 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25580
25581         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25582           Don't probe for playback device if we're a source element. Fixes
25583           #139658.
25584
25585 2004-04-29  Benjamin Otte  <otte@gnome.org>
25586
25587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25588         (gst_id3_tag_chain):
25589           rewrite buffer offset
25590
25591 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25592
25593         * configure.ac:
25594         * ext/Makefile.am:
25595         * ext/dts/Makefile.am:
25596         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25597         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25598         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25599         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25600         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25601         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25602         (plugin_init):
25603         * ext/dts/gstdtsdec.h:
25604           New DTS decoder.
25605         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25606         (gst_faad_srcconnect):
25607           Add ESDS atom handling (.m4a).
25608
25609 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25610
25611         * ext/divx/gstdivxdec.c: (plugin_init):
25612           Remove comment that makes no sense.
25613         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25614           Fix for obvious typo that resulted in warnings during gst-register.
25615         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25616         (gst_xviddec_sink_link):
25617           Fix caps negotiation a bit better.
25618         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25619           We call this 'codec_data', not 'esds'.
25620
25621 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25622
25623         * gst/monoscope/gstmonoscope.c:
25624           make sure we only provide 256x128
25625         * gst/monoscope/monoscope.c: (monoscope_init):
25626           assert size of 256x128
25627
25628 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25629
25630         * Makefile.am:
25631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25632         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25633           fixate to max width and height of device
25634
25635 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25636
25637         * Makefile.am:
25638         * sys/v4l/gstv4l.c:
25639         * sys/v4l/gstv4lsrc.c:
25640         * sys/v4l/v4l_calls.c:
25641         * sys/v4l/v4lsrc_calls.c:
25642           fix for qc-usb driver which fakes having more than one buffer
25643           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25644           buffer_free override
25645           add debugging
25646
25647 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25648
25649         * Makefile.am:
25650         * gst/videotestsrc/gstvideotestsrc.c:
25651         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25652         (gst_videotestsrc_init), (gst_videotestsrc_get),
25653         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25654         * gst/videotestsrc/gstvideotestsrc.h:
25655           add num-buffers property
25656
25657         2004-04-26  Benjamin Otte  <otte@gnome.org>
25658
25659         * ext/mad/gstid3tag.c: (plugin_init):
25660           set id3mux rank to NONE so it doesn't confuse spider
25661           require audio/mpeg,mpegversion=1 in id3mux
25662
25663 2004-04-26  Benjamin Otte  <otte@gnome.org>
25664
25665         * configure.ac:
25666           detect faad correctly as non-working if it's indeed non-working
25667
25668 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25669
25670         * Makefile.am:
25671         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25672         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25673         fix _getcaps so it only negotiates to its supported format
25674
25675 2004-04-25  Benjamin Otte  <otte@gnome.org>
25676
25677         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25678           fix memleak
25679
25680 2004-04-23  Benjamin Otte  <otte@gnome.org>
25681
25682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25683           audio/x-raw-int with height rules! not. Now it's depth.
25684
25685 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25686
25687         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25688         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25689         (gst_wavparse_loop):
25690           Missing variable initialization. Add handling of DVI ADPCM. Fix
25691           mis-parsing of LIST chunks. This works around a bug where we mis-
25692           parse non-aligning LIST chunks (so LIST chunks where the contents
25693           don't align with the actual LIST size). The correct fix is to use
25694           rifflib, I'm not going to fix wavparse - too much work. All this
25695           fixes #104878.
25696
25697 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25698
25699         reviewed by Benjamin Otte  <otte@gnome.org>
25700
25701         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25702           fix shoutcast not working (fixes #140844)
25703
25704 2004-04-22  Benjamin Otte  <otte@gnome.org>
25705
25706         * ext/hermes/gsthermescolorspace.c:
25707         (gst_hermes_colorspace_caps_remove_format_info):
25708         * gst/colorspace/gstcolorspace.c:
25709         (gst_colorspace_caps_remove_format_info):
25710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25711         (gst_ffmpegcolorspace_caps_remove_format_info):
25712           s/gst_caps_simplify/gst_caps_do_simplify/
25713
25714 2004-04-22  Benjamin Otte  <otte@gnome.org>
25715
25716         * gst-libs/gst/riff/riff-media.c:
25717         (gst_riff_create_video_caps_with_data):
25718           mpegversion is an int
25719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25720           don't try to create pad templates with NULL caps, use any caps
25721           instead.
25722
25723 2004-04-20  David Schleef  <ds@schleef.org>
25724
25725         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25726         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25727         (bug #140384)
25728
25729 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25730
25731         reviewed by David Schleef
25732
25733         * ext/mad/gstid3tag.c: Add stdlib.h
25734         * gst/rtp/gstrtpgsmenc.c: same
25735         * gst/tags/gstid3tag.c: same
25736         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25737         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25738         GST_DISABLE_LOADSAVE use.
25739         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25740         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25741         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25742         atol(3)).
25743         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25744         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25745         strtoul(3)).
25746         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25747         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25748         $(ID3_CFLAGS).
25749         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25750         $(LIBFAME_CFLAGS).
25751
25752 2004-04-20  David Schleef  <ds@schleef.org>
25753
25754         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25755         last checkin.  Same idea.
25756
25757 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25758
25759         reviewed by David Schleef
25760
25761         * configure.ac: bump required gstreamer version to 0.8.1.1
25762         because of following changes [--ds]
25763
25764         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25765         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25766         (gst_riff_read_header):  Use GST_READ_UINT*
25767         macros to access possibly unaligned memory.
25768
25769         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25770         (mp3_type_find):  Use GST_READ_UINT*
25771         macros to access possibly unaligned memory.
25772         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25773         (speex_type_find): Likewise
25774
25775         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25776
25777         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25778         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25779         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25780         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25781         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25782         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25783         macros to access possibly unaligned memory.
25784
25785         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25786         Likewise.
25787
25788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25789         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25790
25791         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25792         Likewise.
25793
25794         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25795         (gst_mpeg2subt_chain_subtitle): Likewise.
25796
25797         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25798         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25799         Likewise.
25800
25801         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25802         Likewise.
25803
25804         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25805         Likewise.
25806
25807         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25808         Likewise.
25809
25810 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25811
25812         * configure.ac:
25813           update required version of GStreamer because of GST_TIME_FORMAT
25814
25815 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25816
25817         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25818           remove leftover g_print
25819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25820           don't try setting only a subset of the caps. We don't want to kill
25821           autoplugging on purpose
25822
25823 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25824
25825         * sys/ximage/ximagesink.c: (plugin_init):
25826         * sys/xvimage/xvimagesink.c: (plugin_init):
25827           add debugging categories
25828
25829 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25830
25831         * po/en_GB.po:
25832         * po/LINGUAS:
25833           Adding en_GB translation (Gareth Owen)
25834
25835 2004-04-20  David Schleef  <ds@schleef.org>
25836
25837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25838         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25839         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25840         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25841         A number of new features and hacks to extract the esds atom and
25842         put it into the caps.  (bug #137724)
25843
25844 2004-04-19  David Schleef  <ds@schleef.org>
25845
25846         * gconf/Makefile.am: Fix for non-GNU make
25847         * gst-libs/gst/Makefile.am: Change directory order to handle
25848         GstPlay linking with gstinterfaces
25849         * gst-libs/gst/audio/make_filter: make use of tr portable
25850         * gst-libs/gst/play/Makefile.am: Add intended \
25851         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25852         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25853         function prototype instead of void *.
25854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25855         macro.
25856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25857         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25858         * gst/videofilter/make_filter: make use of tr portable
25859         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25860
25861 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25862
25863         * po/LINGUAS:
25864         * po/uk.po:
25865           Added Ukrainian translation (Maxim V. Dziumanenko)
25866
25867 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25868
25869         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25870         (gst_gsmdec_link), (gst_gsmdec_chain):
25871           Fix capsnego, simplify chain function slightly.
25872         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25873           Add GSM.
25874
25875 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25876
25877         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25878         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25879         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25880           Hack to make wavparse work with spider (always -> sometimes pad).
25881           Fixes #135862 && #140411.
25882
25883 2004-04-18  Benjamin Otte  <otte@gnome.org>
25884
25885         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25886         (gst_osselement_rate_probe_check),
25887         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25888           get rid of \n in debug output
25889
25890 2004-04-17  Iain <iain@prettypeople.org>
25891
25892         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25893         not just EOS.
25894
25895 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25896
25897         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25898         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25899         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25900         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25901         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25902         (gst_id3_tag_change_state), (plugin_init):
25903           deprecate id3tag element and replace with id3demux/id3mux.
25904           great side effect: this ugly file is now even uglier, yay!
25905         * ext/mad/gstmad.h:
25906           remove non-available function
25907           update for new get_type
25908
25909 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25910
25911         * configure.ac:
25912           require mpeg2dec >= 0.4.0
25913
25914 2004-04-17  Benjamin Otte  <otte@gnome.org>
25915
25916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25917         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25918         (gst_xvimagesink_set_xwindow_id):
25919           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25920           assorted cleanup fixes.
25921
25922 2004-04-16  David Schleef  <ds@schleef.org>
25923
25924         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25925         * sys/xvimage/xvimagesink.h: same
25926
25927 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25928
25929         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25930           Fix GST_ELEMENT_ERROR with (NULL)
25931
25932 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * gst-libs/gst/riff/riff-media.c:
25935         (gst_riff_create_video_caps_with_data):
25936           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25937
25938 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25939
25940         * gst-libs/gst/riff/riff-media.c:
25941         (gst_riff_create_video_caps_with_data),
25942         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25943         (gst_riff_create_video_template_caps),
25944         (gst_riff_create_audio_template_caps):
25945         * gst-libs/gst/riff/riff-media.h:
25946         * gst-libs/gst/riff/riff-read.c:
25947         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25948         * gst-libs/gst/riff/riff-read.h:
25949         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25950           Add MS RLE support. I added some functions to read out strf chunks
25951           into strf chunks and the data behind it. This is usually color
25952           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25953           caps creation. Lastly, add ADPCM (similar to wavparse - which
25954           should eventually be rifflib based).
25955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25956         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25957         * gst/matroska/matroska-demux.h:
25958           Remove placeholders for some prehistoric tagging system. Didn't add
25959           support for any tag system really anyway.
25960         * gst/qtdemux/qtdemux.c:
25961           Add support for audio/x-m4a (MPEG-4) through spider.
25962         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25963         (gst_wavparse_loop):
25964           ADPCM support (#135862). Increase max. buffer size because we
25965           cannot split buffers for ADPCM (screws references) and I've seen
25966           files with 2048 byte chunks. 4096 seems safe for now.
25967
25968 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25969
25970         * configure.ac: bump nano to 1
25971
25972 === release 0.8.1 ===
25973
25974 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25975
25976         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25977
25978 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25979
25980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25981           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25982           Fixes #140058
25983
25984 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25985
25986         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25987           lower rank of dvddemux so that it's not used for mpeg playback.
25988
25989 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25990
25991         * configure.ac:
25992           save libs correctly when checking mad
25993
25994 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25995
25996         * ext/mad/gstid3tag.c: (plugin_init):
25997           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25998
25999 2004-04-13  David Schleef  <ds@schleef.org>
26000
26001         * common/m4/gst-feature.m4: Call -config scripts with
26002         --plugin-libs if it is supported.
26003         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26004         JPEG images are image/jpeg.
26005         * gst/debug/Makefile.am:
26006         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26007         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26008         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26009         (gst_negotiation_plugin_init): Add a property that acts like
26010         filter caps.
26011         * testsuite/gst-lint:  Move license checking to be a standard
26012         test.
26013
26014 2004-04-13  David Schleef  <ds@schleef.org>
26015
26016         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26017         patch from Sebastien Cote (bug #139958)
26018
26019 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26020
26021         * examples/gstplay/Makefile.am:
26022         * examples/gstplay/player.c: (main):
26023           make the commandline player example use gconf settings
26024
26025 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26026
26027         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26028         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26029         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26030           init/end library during state transition, not object
26031           creation/disposal.  get rid of custom dispose handler.
26032
26033
26034 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26035
26036         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26037         be a symlink
26038
26039 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26040
26041         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26042           Handle JUNK chunks inside data section. Prevents warnings.
26043
26044 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26045
26046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26047         (gst_riff_create_video_template_caps):
26048           Add MS video v1.
26049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26050         (gst_avi_demux_stream_data):
26051           Add support for "rec-list" chunks.
26052
26053 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26056           Fix another codecname mismatch.
26057
26058 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26061           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26062           so that MJPEG plays back.
26063
26064 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26067         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26068         * gst/mpeg1videoparse/gstmp1videoparse.h:
26069           Fix for some slight mis-cuts in buffer parsing, and for some
26070           potential overflows or faults-causers. Adds disconts. Also fixes
26071           #139105 while we're at it.
26072
26073 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * configure.ac:
26076         * sys/v4l2/gstv4l2element.h:
26077           Workaround for missing struct v4l2_buffer declaration in Suse 9
26078           and Mandrake 10 linux/videodev2.h header file (#135919).
26079
26080 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26083           Bail out if no filename was given.
26084
26085 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26086
26087         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26088         (gst_v4l2_fourcc_from_structure):
26089           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26090           Y41B somewhere).
26091
26092 2004-04-09  Benjamin Otte  <otte@gnome.org>
26093
26094         * ext/gnomevfs/gstgnomevfssink.c:
26095         (_gst_boolean_allow_overwrite_accumulator),
26096         (gst_gnomevfssink_class_init):
26097           fix erase signal - if any handler returns false the file will not be
26098           overwritten. If no handler is connected, the file will not be
26099           overwritten either.
26100           renamed signal to "allow-overwrite"
26101         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26102           free string when adding it to ID3 failed
26103         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26104           unref event when done
26105         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26106           free caps
26107         * gst/typefind/gsttypefindfunctions.c:
26108         (mpeg_video_stream_type_find):
26109           fix invalid read
26110
26111 2004-04-08  David Schleef  <ds@schleef.org>
26112
26113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26114         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26115
26116 2004-04-08  David Schleef  <ds@schleef.org>
26117
26118         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26119         we don't support (bug #139532)
26120
26121 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26122
26123         * ext/mad/gstmad.c: (gst_mad_handle_event),
26124         (gst_mad_check_caps_reset), (gst_mad_chain),
26125         (gst_mad_change_state):
26126           only set explicit caps if they haven't been set before for
26127           this stream.  MPEG-audio sample rate/channels aren't allowed
26128           to change in-stream.
26129           Fixes #139382
26130
26131 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26134         (_gst_boolean_did_something_accumulator),
26135         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26136         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26137         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26138         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26139         (gst_gnomevfssink_change_state):
26140           Fix erase signal. Don't erase by default. Remove handoff signal.
26141           Remove erase property. Don't segfault. General cleanup.
26142
26143 2004-04-07  Benjamin Otte  <otte@gnome.org>
26144
26145         * gst-libs/gst/gconf/test-gconf.c: (main):
26146           add missing gst_init
26147
26148 2004-04-07  Benjamin Otte  <otte@gnome.org>
26149
26150         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26151           free the mutexes, too
26152
26153 2004-04-07  Benjamin Otte  <otte@gnome.org>
26154
26155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26156           actually free the URI string
26157         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26158           compute offset correctly when passing discont events
26159         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26160           don't leak discont events
26161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26162           add some missing breaks so caps aren't copied randomly
26163         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26164           if we realloc memory, we better use it
26165
26166 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26167
26168         * ext/mad/gstmad.c: (normal_seek):
26169           fix GST_FORMAT_TIME usage
26170
26171 2004-04-05  David Schleef  <ds@schleef.org>
26172
26173         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26174         a deprecated function (hack!)
26175
26176 2004-04-05  Benjamin Otte  <otte@gnome.org>
26177
26178         * ext/esd/esdmon.c: (gst_esdmon_get):
26179           fix nonterminated vararg and memleak
26180
26181 2004-04-05  Benjamin Otte  <otte@gnome.org>
26182
26183         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26184         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26185         (gst_ladspa_set_property), (gst_ladspa_get_property),
26186         (gst_ladspa_instantiate), (gst_ladspa_activate),
26187         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26188           clean up debugging
26189
26190 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26191
26192         reviewed by Benjamin Otte  <otte@gnome.org>
26193
26194         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26195           check for broken LADSPA parameters (fixes #138635)
26196
26197 2004-04-05  Benjamin Otte  <otte@gnome.org>
26198
26199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26200           advertise buffer-frames correctly on sinkpads
26201
26202 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26203
26204         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26205         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26206         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26207         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26208         (gst_mad_check_caps_reset), (gst_mad_chain):
26209         add more debugging, only reset caps when we're not in error state
26210
26211 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26212
26213         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26214
26215 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26216
26217         reviewed by Benjamin Otte  <otte@gnome.org>
26218
26219         * configure.ac:
26220           fix == in test(1) operator
26221
26222 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26223
26224         reviewed by Benjamin Otte  <otte@gnome.org>
26225
26226         * configure.ac:
26227           fix --export-symblos-regex to a working regex.
26228
26229 2004-04-04  Benjamin Otte  <otte@gnome.org>
26230
26231         * sys/oss/.cvsignore:
26232           add for oss_probe
26233
26234 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26235
26236         reviewed by Benjamin Otte  <otte@gnome.org>
26237
26238         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26239           add missing 'new_media' argument (fixes #138168)
26240         * gst/matroska/matroska-demux.c:
26241         (gst_matroska_demux_handle_seek_event):
26242           add vararg terminator (fixes #138169)
26243
26244 2004-04-02  David Schleef  <ds@schleef.org>
26245
26246         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26247         disted (bug #138914)
26248
26249 2004-04-01  Benjamin Otte  <otte@gnome.org>
26250
26251         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26252         (gst_alsa_close_audio):
26253           handle case better where a soundcard can't pause
26254         * ext/ogg/gstoggdemux.c:
26255           don't crash when we get events but don't have pads yet
26256
26257 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26258
26259         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26260           throw an error if we couldn't probe any caps.
26261
26262 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26263
26264         * ext/dvdnav/gst-dvd:
26265         Add a really simple sample DVD player
26266
26267 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26268
26269         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26270         (gst_a52dec_push), (gst_a52dec_handle_event),
26271         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26272         (gst_a52dec_change_state):
26273         * ext/a52dec/gsta52dec.h:
26274           Use a debug category, Output timestamps correctly
26275           Emit tag info, Handle events, tell liba52dec about cpu
26276           capabilities so it can use MMX etc.
26277         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26278           Fix a crasher accessing invalid memory
26279         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26280         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26281         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26282         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26283         (dvdnavsrc_query):
26284           Some support for byte-format seeking.
26285           Small fixes for still frames and menu button overlays
26286         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26287         (gst_mpeg2dec_alloc_buffer):
26288           Use a debug category. Adjust the report level of several items to
26289           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26290           so it doesn't lose the GstBuffer pointer
26291         * gst/debug/Makefile.am:
26292         * gst/debug/gstdebug.c: (plugin_init):
26293         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26294         (gst_navseek_base_init), (gst_navseek_class_init),
26295         (gst_navseek_init), (gst_navseek_seek),
26296         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26297         (gst_navseek_get_property), (gst_navseek_chain),
26298         (gst_navseek_plugin_init):
26299         * gst/debug/gstnavseek.h:
26300           Add the navseek debug element for seeking back and forth in a
26301           video stream using arrow keys.
26302         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26303         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26304         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26305         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26306         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26307         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26308         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26309         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26310         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26311         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26312         * gst/mpeg2sub/gstmpeg2subt.h:
26313           Pretty much a complete rewrite. Now a loopbased element. May still
26314           require work to properly synchronise subtitle buffers.
26315         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26316         (gst_dvd_demux_send_subbuffer):
26317         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26318           Don't attempt to create subbuffers of size 0
26319           Reduce a couple of error outputs to warnings.
26320         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26321         (gst_y4mencode_chain):
26322         Output the y4m frame header correctly.
26323
26324 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26325
26326         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26327           throw errors instead of allowing SIGFPE
26328
26329 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26330
26331         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26332         (gst_gconf_render_bin_from_key):
26333           leak plugging and style fixing
26334
26335 2004-03-31  David Schleef  <ds@schleef.org>
26336
26337         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26338         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26339         (bug #138225)
26340         * gst/debug/Makefile.am:
26341         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26342         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26343         plugin.
26344         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26345         (gst_negotiation_base_init), (gst_negotiation_class_init),
26346         (gst_negotiation_init), (gst_negotiation_getcaps),
26347         (gst_negotiation_pad_link), (gst_negotiation_chain),
26348         (gst_negotiation_set_property), (gst_negotiation_get_property),
26349         (gst_negotiation_plugin_init):  New element to talk about random
26350         negotiation things happening in a pipeline.
26351
26352 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26353
26354         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26355           fix integer addition with help of Stefan Kost
26356
26357 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26358
26359         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26360
26361 2004-03-30  David Schleef  <ds@schleef.org>
26362
26363         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26364         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26365         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26366         (bug #137504)
26367         * ext/mpeg2dec/gstmpeg2dec.h:
26368
26369 2004-03-30  David Schleef  <ds@schleef.org>
26370
26371         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26372
26373 2004-03-30  David Schleef  <ds@schleef.org>
26374
26375         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26376         Michael Petullo) to handle .mov
26377
26378 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26379
26380         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26381         (gst_osselement_rate_check_rate):
26382           probe caps correctly for sound cards that only support one format
26383
26384 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26385
26386         * ext/kio/kiosrc.cpp: (process_events):
26387           update handling event processing if inside KDE - untested
26388
26389 2004-03-29  David Schleef  <ds@schleef.org>
26390
26391         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26392         by 2 to not interfere with other colorspaces.
26393         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26394         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26395         one to not interfere with ffmpeg_colorspace.
26396
26397 2004-03-29  David Schleef  <ds@schleef.org>
26398
26399         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26400         aren't in the caps.
26401         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26402         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26403
26404 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26405
26406         * gst-libs/gst/riff/riff-media.c:
26407           fail on error, don't try to set stuff on NULL caps
26408
26409 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26410
26411         * configure.ac:
26412         * ext/Makefile.am:
26413         * ext/kio/Makefile.am:
26414         * ext/kio/kioreceiver.cpp:
26415         * ext/kio/kioreceiver.h:
26416         * ext/kio/kiosrc.cpp:
26417         * ext/kio/kiosrc.h:
26418           add experimental kiosrc plugin
26419         * ext/alsa/gstalsaplugin.c: (plugin_init):
26420           initialize debugging category only when we're sure registering the
26421           plugins worked.
26422
26423 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26424
26425         * examples/gstplay/player.c: (main):
26426         * gst-libs/gst/play/play.c: (gst_play_class_init),
26427         (gst_play_set_location), (gst_play_set_data_src),
26428         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26429         (gst_play_set_visualization), (gst_play_connect_visualization):
26430           check return values of element_set_state and return FALSE where
26431           failed
26432
26433 2004-03-29  Benjamin Otte  <otte@gnome.org>
26434
26435         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26436           try harder to check if an event is really a discont
26437
26438 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26439
26440         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26441         * po/az.po:
26442
26443 2004-03-28  Benjamin Otte  <otte@gnome.org>
26444
26445         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26446         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26447         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26448           get rid of non-standard "..." ranges in case statements.
26449
26450 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26451
26452         * gst/mpegstream/gstmpegdemux.c:
26453         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26454         specific functionality split to the new dvddemux element.
26455         * gst/mpegstream/gstdvddemux.c:
26456         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26457         streams, derived from mpegdemux.
26458         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26459         up. SCR based timestamp rewriting can be turned off (will probably
26460         completely disappear soon).
26461         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26462         hacking. General cleanup. All printf statements replaced by
26463         debugging messages. Almost complete libdvdnav support.
26464         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26465         by events. New properties for audio and subpicture languages.
26466         (dvdnavsrc_update_highlight): Now uses events.
26467         (dvdnavsrc_user_op): Cleaned up.
26468         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26469         based). Lots of cleanup, and propper support for most libdvdnav
26470         events.
26471         (dvdnavsrc_make_dvd_event): New function.
26472         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26473         (dvdnavsrc_make_clut_change_event): New function.
26474
26475 2004-03-26  Benjamin Otte  <otte@gnome.org>
26476
26477         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26478           fix bug where typefinding would claim it's theora whenever less then
26479           7 bytes of data were available
26480
26481 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26484         (gst_alawdec_base_init), (gst_alawdec_class_init),
26485         (gst_alawdec_init), (gst_alawdec_chain):
26486         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26487         (gst_alawenc_base_init), (gst_alawenc_class_init),
26488         (gst_alawenc_init), (gst_alawenc_chain):
26489         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26490         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26491         (gst_mulawdec_init), (gst_mulawdec_chain):
26492         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26493         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26494         (gst_mulawenc_init), (gst_mulawenc_chain):
26495           Fix capsnego in all four, remove the unused property functions and
26496           simplify the chain functions slightly. I guess we could use macros
26497           or something similar for those, since the code is so similar, but
26498           I'm currently too lazy...
26499
26500 2004-03-24  David Schleef  <ds@schleef.org>
26501
26502         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26503         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26504         (gst_osselement_get_format_structure),
26505         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26506         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26507         (gst_osselement_rate_int_compare): Add code to handle rate probing
26508         (bug #120883)
26509         * sys/oss/gstosselement.h: same
26510         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26511         Use rate probing provided by osselement.
26512         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26513
26514 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26517         (gst_xvidenc_get_property):
26518           ulong/int mess-up.
26519
26520 2004-03-24  David Schleef  <ds@schleef.org>
26521
26522         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26523         (gst_speexdec_init):
26524         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26525         (gst_speexenc_init):  Create the pad template correctly (from
26526         the static pad template, not a NULL pointer.)
26527
26528 2004-03-25  Benjamin Otte  <otte@gnome.org>
26529
26530         * gst/debug/Makefile.am:
26531         * gst/debug/breakmydata.c:
26532           add element that quasi-randomly changes bytes in the stream.
26533           Intended use is robustness checking of demuxers and decoders in
26534           media tests.
26535
26536 2004-03-24  Benjamin Otte  <otte@gnome.org>
26537
26538         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26539         (gst_alsa_probe_hw_params):
26540         * ext/alsa/gstalsa.h:
26541           debugging output fixes
26542
26543 2004-03-24  Benjamin Otte  <otte@gnome.org>
26544
26545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26546           don't g_return_if_fail if element is PLAYING, fail silently as every
26547           other element.
26548         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26549           only fix needed for cast lvalue issues in gst-plugins
26550         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26551           add proxy_getcaps
26552
26553 2004-03-24  Benjamin Otte  <otte@gnome.org>
26554
26555         * gst/level/gstlevel.c: (gst_level_init):
26556           add proxying getcaps function, so level doesn't advertise impossible
26557           caps
26558
26559 2004-03-24  David Schleef  <ds@schleef.org>
26560
26561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26562         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26563         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26564         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26565         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26566         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26567         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26568         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26569         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26570         messages.  Divide the chunk size by the compression ratio
26571         (needed for MACE audio)
26572
26573 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26576           Fix buffer overflow read error.
26577
26578 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * ext/alsa/gstalsa.h:
26581           Remove unused entry.
26582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26583           Add cinepak.
26584         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26585         (gst_videodrop_link), (gst_videodrop_chain):
26586           Fix, sort of. Was horribly broken with new capsnego. Bah...
26587
26588 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26589
26590         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26591         (plugin_init):
26592         Add a monkeysaudio typefind function
26593
26594 2004-03-23  Johan Dahlin  <johan@gnome.org>
26595
26596         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26597         (gst_play_video_fixate): Check so the structure has the field
26598         before trying to fixate them, this makes it possible to have
26599         fakesinks for video and audio output without printing errors on
26600         the output console.
26601
26602 2004-03-22  David Schleef  <ds@schleef.org>
26603
26604         * sys/oss/Makefile.am:
26605         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26606         (check_rate), (add_rate):  Rate probing test app.
26607
26608 2004-03-21  Benjamin Otte  <otte@gnome.org>
26609
26610         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26611         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26612           add a fixation function that pretty much does the right thing (fixes
26613           #137556)
26614
26615 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26616
26617         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26618
26619 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26620
26621         reviewed by: Benjamin Otte  <otte@gnome.org>
26622
26623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26624           terminate gst_event_new_discontinuous correctly (fixes parts of
26625           #137711)
26626
26627 2004-03-19  David Schleef  <ds@schleef.org>
26628
26629         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26630         since it doesn't depend on X, and it's part of our ABI.
26631
26632 2004-03-19  Iain <iain@prettypeople.org>
26633
26634         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26635         is_int in the structure, not the local variable.
26636
26637 2004-03-19  David Schleef  <ds@schleef.org>
26638
26639         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26640         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26641         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26642         Improvements in caps negotiation.
26643
26644 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26645
26646         * po/LINGUAS:
26647         * po/af.po:
26648           adding Afrikaans (Petri Jooste)
26649
26650 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26651
26652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26653         (gst_ffmpegcolorspace_chain):
26654         throw error instead of g_critical (#137588)
26655
26656 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * Makefile.am:
26659         * configure.ac:
26660           dist common and m4 correctly
26661         * po/sv.po:
26662
26663 2004-03-17  David Schleef  <ds@schleef.org>
26664
26665         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26666         (bug #137348)
26667
26668 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26669
26670         * po/LINGUAS:
26671         * po/sv.po:
26672           adding Swedish translation (Christian Rose)
26673
26674 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * Makefile.am: use release.mak
26677
26678 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26679
26680         * common/ChangeLog:
26681         * common/gst-autogen.sh:
26682           add some explanation about the version detection
26683         * configure.ac:
26684           fix X check
26685
26686 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26687
26688         * configure.ac: bump nano to 1
26689
26690 === release 0.8.0 ===
26691
26692 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26693
26694         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26695
26696 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26697
26698         * configure.ac:
26699           update libtool version
26700         * gst-libs/gst/media-info/Makefile.am:
26701           actually use libtool version
26702
26703 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26704
26705         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26706
26707 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26708
26709         * configure.ac:
26710         * gst-plugins.spec.in:
26711         * pkgconfig/Makefile.am:
26712         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26713         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26714         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26715         * pkgconfig/gstreamer-libs.pc.in:
26716         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26717         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26718         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26719         * pkgconfig/gstreamer-plugins.pc.in:
26720           remove @VERSION@ from some of the pc files since core and plugins
26721           are decoupled.
26722           created gstreamer-plugins.pc as it's a better name, but keeping
26723           -libs around for now to get fixes upstream done first.
26724
26725 2004-03-15  Julien MOUTTE <julien@moutte.net>
26726
26727         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26728         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26729         * gst-libs/gst/play/play.h:
26730
26731 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26732
26733         * *.c, *.cc: don't mix tabs and spaces
26734
26735 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26736
26737         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26738           use the new ffmpegcolorspace
26739         * gst-plugins.spec.in:
26740           package new colorspace and media-info
26741         * configure.ac:
26742         * pkgconfig/Makefile.am:
26743           fix some more disting issues
26744         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26745         * pkgconfig/gstreamer-media-info.pc.in:
26746           generate media-info pc files
26747
26748 2004-03-15  Johan Dahlin  <johan@gnome.org>
26749
26750         * *.h: Revert indenting
26751
26752 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26753
26754         * configure.ac:
26755           adding ffmpegcolorspace element
26756         * gst/ffmpegcolorspace/Makefile.am:
26757         * gst/ffmpegcolorspace/avcodec.h:
26758         * gst/ffmpegcolorspace/common.h:
26759         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26760         * gst/ffmpegcolorspace/dsputil.h:
26761         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26763         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26764         (gst_ffmpeg_caps_to_pix_fmt):
26765         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26767         (gst_ffmpegcolorspace_caps_remove_format_info),
26768         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26769         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26770         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26771         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26772         (gst_ffmpegcolorspace_set_property),
26773         (gst_ffmpegcolorspace_get_property),
26774         (gst_ffmpegcolorspace_register):
26775         * gst/ffmpegcolorspace/imgconvert.c:
26776         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26777         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26778         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26779         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26780         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26781         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26782         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26783         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26784         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26785         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26786         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26787         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26788         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26789         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26790         (img_get_alpha_info), (deinterlace_line),
26791         (deinterlace_line_inplace), (deinterlace_bottom_field),
26792         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26793         * gst/ffmpegcolorspace/imgconvert_template.h:
26794         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26795         * gst/ffmpegcolorspace/mmx.h:
26796         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26797           adding ffmpegcolorspace element supplied by Ronald after cleaning
26798           up and pulling in the right bits of upstream source.
26799           I'm sure a better C/compiler wizard could do some cleaning up (for
26800           example use GLIB's malloc stuff), but as a first pass this
26801           works very well
26802
26803 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26804
26805         * ext/alsa/gstalsa.h:
26806           I assume Ronald forgot to commit the change to have cardname
26807           as a struct member.  Expect some public spanking at the next
26808           opportunity.
26809
26810 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26811
26812         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26813         (gst_alsa_open_audio), (gst_alsa_close_audio):
26814         * ext/alsa/gstalsa.c:
26815           Don't open the device if we're a mixer (= padless).
26816         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26817         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26818         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26819           Open mixer during state change rather than during object
26820           initialization. Also, get a device name. Currently in a somewhat
26821           hackish fashion, but I didn't really find something better.
26822
26823 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * *.c, *.h: run gst-indent
26826
26827 2004-03-14  Benjamin Otte  <otte@gnome.org>
26828
26829         * gst/modplug/gstmodplug.cc:
26830         * gst/modplug/gstmodplug.h:
26831           set correct timestamps on outgoing buffers
26832
26833 2004-03-14  Benjamin Otte  <otte@gnome.org>
26834
26835         * gst/modplug/gstmodplug.cc:
26836           handle events - don't do crap when a discont arrives that's not
26837           necessary
26838           This allows correct loading and playback of mods in Rhythmbox
26839
26840 2004-03-14  Benjamin Otte  <otte@gnome.org>
26841
26842         * configure.ac:
26843         * gst-libs/gst/gconf/Makefile.am:
26844         * pkgconfig/Makefile.am:
26845           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26846           they get rebuilt properly
26847         * configure.ac:
26848           when checking for vorbis, try pkgconfig first.
26849         * gst/modplug/gstmodplug.cc:
26850           add fixate function
26851
26852 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26855           Fix for obvious mistake, where we first shift the offset and then
26856           read a samplesize element assuming the old offset. Note that this
26857           part still has something weird, i.e. my movies containing those
26858           don't actually play well, but at least there's something that looks
26859           like sound now.
26860
26861 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26862         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26863         (plugin_init):
26864         Add a typefind function for speex format
26865
26866 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26867
26868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26869         (gst_asf_demux_setup_pad):
26870           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26871           instead of 0. Reason is simple: some elements have a fps range
26872           of 1-max instead of 0-max. So now ASF video actually works.
26873
26874 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26875
26876         * po/LINGUAS:
26877         * po/sr.po:
26878           adding serbian as a language
26879
26880 2004-03-13  Benjamin Otte  <otte@gnome.org>
26881
26882         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26883           return taglist correctly from _get function, don't gst_pad_push it.
26884           (fixes #137042)
26885
26886 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26887         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26888
26889 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26892         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26893         (gst_alsa_mixer_track_new):
26894         * ext/alsa/gstalsamixertrack.h:
26895           Fix ancient leftovers... MixerTrack is a GObject.
26896
26897 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26898
26899         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26900         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26901           Don't block during probing...
26902
26903 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26906         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26907         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26908         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26909         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26910         (gst_alsa_open_audio), (gst_alsa_close_audio):
26911         * ext/alsa/gstalsa.h:
26912           Add propertyprobe interface implementation, add some device-name
26913           property, all this so that it looks good in gnome-volume-control.
26914
26915 2004-03-12  David Schleef  <ds@schleef.org>
26916
26917         * configure.ac: the Hermes library controls hermescolorspace, not
26918         colorspace.
26919         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26920         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26921         not /* */
26922         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26923         * ext/sdl/sdlvideosink.h: ditto.
26924         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26925
26926 2004-03-12  Benjamin Otte  <otte@gnome.org>
26927
26928         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26929         (gst_x_overlay_got_xwindow_id):
26930         * gst-libs/gst/xoverlay/xoverlay.h:
26931           replace XID with unsigned long to get rid of the xlibs dependency in
26932           XOverlay (fixes #137004)
26933
26934 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26935         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26936         (gst_agingtv_setup):
26937         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26938         (gst_dicetv_base_init), (gst_dicetv_class_init),
26939         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26940         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26941         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26942         (gst_edgetv_setup), (gst_edgetv_rgb32):
26943         * gst/effectv/gsteffectv.c:
26944         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26945         (gst_quarktv_set_property):
26946         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26947         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26948         (gst_revtv_setup), (gst_revtv_rgb32):
26949         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26950         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26951         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26952         (gst_shagadelictv_rgb32):
26953         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26954         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26955         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26956         * gst/effectv/gstwarp.c:
26957         Port everything that can be ported to videofilter and fix up the caps.
26958         Can someone with a big-endian machine please check these?
26959
26960 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26963         (gst_osssink_chain), (gst_osssink_change_state):
26964           Latest fixes for A/V sync, audio playback and such. This is about
26965           all... MPEG playback issues are mostly related to the async build-
26966           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26967
26968 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26969
26970         patch from: Stephane Loeuillet
26971
26972         * configure.ac:
26973           use pkg-config for some libraries, falling back to the old .m4 way
26974           (fixes #131270)
26975         * m4/libdv.m4:
26976           removed
26977
26978 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26979
26980         * configure.ac:
26981         * tools/Makefile.am:
26982         * tools/Makefile.in:
26983         * tools/gst-launch-ext-m.m:
26984         * tools/gst-launch-ext.1.in:
26985         * tools/gst-visualise-m.m:
26986         * tools/gst-visualise.1:
26987         * tools/gst-visualise.1.in:
26988           reorganizing generation of script tools
26989
26990 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * ext/divx/gstdivxdec.c:
26993           Downgrade priority. We prefer ffdec_mpeg4.
26994         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26995         (gst_faad_chain), (gst_faad_change_state):
26996           Fix capsnego. Doesn't work for some sounds because we don't have
26997           a 5:1 to stereo element.
26998         * ext/xvid/gstxvid.c: (plugin_init):
26999           Add priority.
27000         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27001         (gst_osssink_change_state):
27002           Add discont handling.
27003
27004 2004-03-09  Colin Walters  <walters@verbum.org>
27005
27006         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27007         conversion.
27008
27009 2004-03-09  Benjamin Otte  <otte@gnome.org>
27010
27011         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27012           the signals take 2 arguments
27013
27014 2004-03-09  David Schleef  <ds@schleef.org>
27015
27016         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27017         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27018         * ext/alsa/gstalsa.h:
27019         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27020
27021 2004-03-09  Benjamin Otte  <otte@gnome.org>
27022
27023         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27024         (gst_mikmod_change_state):
27025         * ext/mikmod/gstmikmod.h:
27026           make mikmod's loop function not loop infinitely and call
27027           gst_element_yield anymore
27028         * gst/modplug/gstmodplug.cc:
27029           fix pad negotiation (fixes #136590)
27030
27031 2004-03-09  David Schleef  <ds@schleef.org>
27032
27033         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27034         doesn't conflict with the internal colorspace plugin.
27035         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27036         satisfy the crappy-ass shell shipped by a certain vendor.
27037         * gst/videofilter/make_filter: same (bug #135299)
27038
27039 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27040
27041         * configure.ac: bump nano to 1
27042
27043 === release 0.7.6 ===
27044
27045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27046
27047         * configure.in: releasing 0.7.6, "There"
27048
27049 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27050
27051         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27052         * pkgconfig/gstreamer-play.pc.in:
27053           synchronize the two
27054
27055 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27056
27057         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27058         (cdparanoia_open), (cdparanoia_event):
27059           fix/add error handling
27060         * po/POTFILES.in:
27061           add cdparanoia source
27062         * tools/Makefile.am:
27063           make scripts executable
27064
27065 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27066
27067         * configure.ac:
27068         * ext/vorbis/Makefile.am:
27069         * sys/Makefile.am:
27070           remove id3types, vorbisfile and xvideosink from the build (#133783)
27071
27072 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27075           Fix metadata read crash (#136537).
27076
27077 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27078
27079         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27080         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27081           adding mime types, fixing the one-stop function
27082
27083 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27084
27085         * ext/nas/nassink.c and /ext/nas/nassink.h:
27086         More NAS love from Arwed von Merkatz
27087         So lets all sing 'Can you feel the NAS tonight'
27088
27089 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27090
27091         * tools/gst-launch-ext.in:
27092         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27093
27094 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27095
27096         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27097         (gst_mpeg2dec_init):
27098         remove the user_data pad for now, because it is being used in
27099         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27100         If someone knows how to fix this properly, please do.
27101
27102 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27103
27104         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27105         (gst_osssink_get_time):
27106         add a warning, IMO this won't get triggered anymore, remove later
27107
27108 2004-03-07  David Schleef  <ds@schleef.org>
27109
27110         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27111         format (bug #136470)
27112
27113 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27114
27115         * gst-libs/Makefile.am:
27116         * gst-libs/gst/media-info/Makefile.am:
27117         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27118         (error_callback), (gst_media_info_error_create),
27119         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27120         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27121         * gst-libs/gst/media-info/media-info-priv.h:
27122         * gst-libs/gst/media-info/media-info-test.c: (main):
27123         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27124         (gst_media_info_class_init), (gst_media_info_instance_init),
27125         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27126         (gst_media_info_read_idler), (gst_media_info_read):
27127         * gst-libs/gst/media-info/media-info.h:
27128         fixed, should work now
27129
27130 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27131
27132         * ext/nas/nassink.c:
27133         A bunch of NAS fixes from Arwed von Merkatz
27134
27135 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27136
27137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27138         (qtdemux_parse_trak):
27139           Fix crash (j might be greater than n_samples, in which case we're
27140           writing outside the allocated space for the array) and memleak.
27141
27142 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27143
27144         * sys/oss/gstosssink.c: (gst_osssink_chain):
27145           And another caller that couldn't handle delay < 0 (unsigned
27146           integer overflow). Video now continues playing on an audio
27147           buffer underrun, and the clock continues working. Audio still
27148           stalls.
27149
27150 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27153         (gst_osssink_get_time):
27154           get_delay() may return values lower than 0. In those cases, we
27155           should not actually cast to *unsigned* int64, that will break
27156           stuff horribly. In my case, it screwed up A/V sync in movies
27157           in totem rather badly.
27158
27159 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27160
27161         * ext/faac/gstfaac.c: (gst_faac_chain):
27162         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27163         * ext/libpng/gstpngenc.c: (user_write_data):
27164         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27165         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27166         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27167         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27168         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27169         of any buffer), should fix some leaks. I hope I didn't unref buffers
27170         that shouldn't be...
27171
27172 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27173
27174         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27175         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27176         (error_callback), (gmi_reset), (gmi_seek_to_track),
27177         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27178         (gmip_find_type_post), (gmip_find_stream_post),
27179         (gmip_find_track_streaminfo_post):
27180         * gst-libs/gst/media-info/media-info-priv.h:
27181         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27182         (info_print), (main):
27183         * gst-libs/gst/media-info/media-info.c:
27184         (gst_media_info_error_create), (gst_media_info_error_element),
27185         (gst_media_info_instance_init), (gst_media_info_get_property),
27186         (gst_media_info_new), (gst_media_info_set_source),
27187         (gst_media_info_read_idler), (gst_media_info_read):
27188         * gst-libs/gst/media-info/media-info.h:
27189           first pass at making this work again.  This seems to work on
27190           tagged ogg/vorbis and mp3 files.
27191
27192 2004-03-06  Benjamin Otte  <otte@gnome.org>
27193
27194         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27195           fix huge leak: gst_buffer_merge doesn't unref the first argument
27196           itself.
27197
27198 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27199
27200         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27201           report layer/mode/emphasis
27202
27203 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27204
27205         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27206
27207 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27208
27209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27210           signal serial
27211
27212 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27213
27214         * ext/vorbis/vorbis.c: (plugin_init):
27215         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27216         (gst_vorbis_dec_init), (vorbis_dec_event):
27217         add debug category
27218         make vorbisdec handle _BYTE and _TIME queries
27219
27220 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27221
27222         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27223           from the xing header
27224
27225 2004-03-06  Benjamin Otte  <otte@gnome.org>
27226
27227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27228         (gst_audio_convert_link), (gst_audio_convert_change_state),
27229         (gst_audio_convert_buffer_from_default_format):
27230           do conversions from/to float correctly, fix some caps nego errors,
27231           export correct supported caps in template and getcaps, use correct
27232           caps in try_set_caps functions
27233
27234 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27235
27236         For some reason, I only committed a ChangeLog entry yesterday and
27237         not the corresponding code...
27238         * ext/mad/gstmad.c: Fix detection of Xing headers
27239         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27240
27241 2004-03-06  Benjamin Otte  <otte@gnome.org>
27242
27243         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27244         (gst_ogg_demux_src_query):
27245           make sure to handle the case where there's no current chain
27246           gracefully.
27247
27248 2004-03-05  David Schleef  <ds@schleef.org>
27249
27250         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27251         Add fixate function. (bug #131128)
27252         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27253         (gst_sdlvideosink_fixate):  Add fixate function.
27254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27255         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27256         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27257         Fix missing break that was causing ulaw to be interpreted as
27258         raw int.
27259
27260 2004-03-05  David Schleef  <ds@schleef.org>
27261
27262         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27263         Fix code that ignores return value of gst_buffer_merge().
27264         (bug #114560)
27265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27266         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27267         * testsuite/gst-lint:  Check for above.
27268
27269 2004-03-05  David Schleef  <ds@schleef.org>
27270
27271         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27272         caps and throw an element error.  (bug #136334)
27273
27274 2004-03-05  David Schleef  <ds@schleef.org>
27275
27276         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27277         (gst_faad_chain): Fix negotiation.
27278         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27279         key and button events.
27280         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27281         dung heap of code.
27282         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27283         depends on gconf
27284         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27285         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27286         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27287         function to encourage better negotiation, particularly between
27288         audioconvert and osssink.
27289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27290         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27291         more important.
27292         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27293         typefinding.
27294         * gst/vbidec/vbiscreen.c:  Add glib header
27295         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27296
27297 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27298
27299         * ext/mad/gstmad.c: Fix detection of Xing headers
27300         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27301
27302 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27305         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27306           debug updates
27307
27308 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27309
27310         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27311         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27312         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27313         files, and report the parsed length as a GST_TAG_DURATION tag.
27314         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27315
27316 2004-03-05  Benjamin Otte  <otte@gnome.org>
27317
27318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27319           convert channels correctly. convert correctly to unsigned.
27320
27321 2004-03-05  Julien MOUTTE <julien@moutte.net>
27322
27323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27324         we have a window before clearing it.
27325
27326 2004-03-05  Julien MOUTTE <julien@moutte.net>
27327
27328         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27329         have a window before clearing it.
27330
27331 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27332
27333         * gconf/gstreamer.schemas.in:
27334         * gst-libs/gst/gconf/Makefile.am:
27335           version installation path the same way as for 0.6
27336         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27337         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27338         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27339           remove comment that was fixed
27340
27341 2004-03-05  David Schleef  <ds@schleef.org>
27342
27343         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27344         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27345         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27346         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27347         Add prototype code for handling seeking and querying.
27348
27349 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * examples/gstplay/player.c: (main):
27352           Initialize variables to NULL. Prevents a segfault because the
27353           (uninitialized) variable is not NULL, resulting in a crash on
27354           trying to reach error->message.
27355
27356 2004-03-05  Benjamin Otte  <otte@gnome.org>
27357
27358         * gst/audioconvert/gstaudioconvert.c:
27359         (gst_audio_convert_buffer_to_default_format):
27360         make float=>int conversion work correctly even in cornercases.
27361
27362 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27363
27364         * debian/README.Debian:
27365         * debian/build-deps:
27366         * debian/changelog:
27367         * debian/control:
27368         * debian/control.in:
27369         * debian/copyright:
27370         * debian/gstreamer-a52dec.files:
27371         * debian/gstreamer-aa.files:
27372         * debian/gstreamer-alsa.files:
27373         * debian/gstreamer-alsa.manpages:
27374         * debian/gstreamer-arts.files:
27375         * debian/gstreamer-artsd.files:
27376         * debian/gstreamer-audiofile.files:
27377         * debian/gstreamer-avifile.files:
27378         * debian/gstreamer-cdparanoia.files:
27379         * debian/gstreamer-colorspace.files:
27380         * debian/gstreamer-doc.files:
27381         * debian/gstreamer-dv.files:
27382         * debian/gstreamer-dvd.files:
27383         * debian/gstreamer-esd.files:
27384         * debian/gstreamer-festival.files:
27385         * debian/gstreamer-flac.files:
27386         * debian/gstreamer-gconf.conffiles:
27387         * debian/gstreamer-gconf.files:
27388         * debian/gstreamer-gconf.postinst:
27389         * debian/gstreamer-gnomevfs.files:
27390         * debian/gstreamer-gsm.files:
27391         * debian/gstreamer-http.files:
27392         * debian/gstreamer-jack.files:
27393         * debian/gstreamer-jpeg.files:
27394         * debian/gstreamer-mad.files:
27395         * debian/gstreamer-mikmod.files:
27396         * debian/gstreamer-misc.files:
27397         * debian/gstreamer-mpeg2dec.files:
27398         * debian/gstreamer-oss.files:
27399         * debian/gstreamer-plugin-apps.files:
27400         * debian/gstreamer-plugin-apps.manpages:
27401         * debian/gstreamer-plugin-libs-dev.files:
27402         * debian/gstreamer-plugin-libs.files:
27403         * debian/gstreamer-plugin-template.postinst:
27404         * debian/gstreamer-plugin-template.postrm:
27405         * debian/gstreamer-sdl.files:
27406         * debian/gstreamer-sid.files:
27407         * debian/gstreamer-vorbis.files:
27408         * debian/gstreamer-x.files:
27409         * debian/mk.control:
27410         * debian/rules:
27411         Debian package info not maintained here.
27412
27413 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27414
27415         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27416         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27417         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27418         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27419         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27420         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27421         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27422         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27423         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27424         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27425         * gst-libs/gst/colorbalance/colorbalance.c:
27426         (gst_color_balance_class_init):
27427         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27428         (gst_color_balance_channel_class_init):
27429         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27430         * gst-libs/gst/play/play.c: (gst_play_class_init):
27431         * gst-libs/gst/propertyprobe/propertyprobe.c:
27432         (gst_property_probe_iface_init):
27433         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27434         * gst-libs/gst/tuner/tunerchannel.c:
27435         (gst_tuner_channel_class_init):
27436         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27437         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27438         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27439         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27440         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27441         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27442         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27444         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27445           fix signals to use - instead of _
27446         * ext/libcaca/gstcacasink.h:
27447         * ext/sdl/sdlvideosink.h:
27448           fix header rename
27449
27450 2004-03-04  David Schleef  <ds@schleef.org>
27451
27452         * testsuite/gst-lint:  Add a check for bad signal names.
27453
27454 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27455
27456         reviewed by David Schleef
27457
27458         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27459         modified the alpha channel and caused a warning. (bug #136192)
27460
27461 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27462
27463         * gst-plugins.spec.in:
27464         Change names of plugins to actually be correct. Try to keep things
27465         alphabetical to avoid getting beat up by Thomas
27466
27467 2004-03-03  Julien MOUTTE <julien@moutte.net>
27468
27469         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27470         Using ximagesink as a default if no gconf key found. We should
27471         probably consider using alsasink instead of osssink for the audio
27472         part.
27473
27474 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27475
27476         * configure.ac:
27477           fix --with-plugins, don't think it ever worked before
27478         * gst-plugins.spec.in:
27479           even more updates
27480
27481 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * ext/sdl/sdlvideosink.h:
27484         * sys/ximage/ximagesink.h:
27485         * sys/xvideo/xvideosink.h:
27486         * sys/xvimage/xvimagesink.h:
27487           Fix for move of gstvideosink.h -> videosink.h.
27488
27489 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27490
27491         * gst-libs/gst/xwindowlistener/Makefile.am:
27492           this is a plugin library, not a library
27493
27494 2004-03-01  David Schleef  <ds@schleef.org>
27495
27496         * AUTHORS:  Added some names.  Add yourself if you're still
27497         missing.
27498
27499 2004-03-01  David Schleef  <ds@schleef.org>
27500
27501         * MAINTAINERS: Add
27502
27503 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         * gst-plugins.spec.in: clean up spec file
27506
27507 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27508
27509         * gst-libs/gst/video/Makefile.am:
27510         * gst-libs/gst/video/gstvideosink.c:
27511         * gst-libs/gst/video/gstvideosink.h:
27512           rename gstvideosink.h to videosink.h to match other headers
27513         * gst/mixmatrix/Makefile.am:
27514           fix plugin filename
27515         * gst/tags/Makefile.am: fix plugin filename
27516
27517 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27518
27519         * gst/tags/Makefile.am: fix plugin filename
27520
27521 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27522
27523         * examples/gstplay/player.c: (got_time_tick), (main):
27524           add error handler
27525           display time_tick more readably
27526         * gst/mixmatrix/Makefile.am:
27527           fix plugin file name
27528
27529 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27530
27531         * sys/oss/gstosselement.c: (gst_osselement_probe),
27532         (device_combination_append), (gst_osselement_class_probe_devices):
27533         * sys/oss/gstosselement.h:
27534           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27535           on my system using alsa oss emulation, fixes bug #135597
27536
27537 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27540         (gst_videodrop_chain), (gst_videodrop_change_state):
27541         * gst/videodrop/gstvideodrop.h:
27542           Work based on timestamp of input data, not based on the expected
27543           framerate from the input. The consequence is that this element now
27544           not only scales framerates, but also functions as a framerate
27545           corrector or framerate stabilizer/constantizer.
27546
27547 2004-02-27  David Schleef  <ds@schleef.org>
27548
27549         patches from jmmv@menta.net (Julio M. Merino Vidal)
27550
27551         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27552         GST_ELEMENT_ERROR call (bug #135634)
27553         * gst/interleave/interleave.c: (interleave_buffered_loop),
27554         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27555         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27556         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27557         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27558         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27559         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27560         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27561         Fix GST_ELEMENT_ERROR call.
27562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27563         GST_ELEMENT_ERROR call.
27564
27565 2004-02-27  Benjamin Otte  <otte@gnome.org>
27566
27567         * gst-libs/gst/audio/audio.h:
27568           add macro to make sure header isn't included twice
27569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27570           don't use gst_buffer_free
27571         * gst/playondemand/filter.func:
27572           don't use gst_data_free. Free data only once.
27573
27574 2004-02-26  David Schleef  <ds@schleef.org>
27575
27576         * gst-libs/gst/colorbalance/Makefile.am:
27577         * gst-libs/gst/mixer/Makefile.am:
27578         * gst-libs/gst/tuner/Makefile.am:
27579         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27580         should not be disted, -marshal.h files should not be installed,
27581         and -enum.h files _should_ be installed.  Fix to make this the
27582         case.
27583
27584 === release 0.7.5 ===
27585
27586 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27587
27588         * configure.ac: release 0.7.5, "Under The Sea"
27589
27590 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27593         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27594         * gst/videoscale/gstvideoscale.c:
27595         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27596           assorted debug/warning fixes
27597
27598 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27599
27600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27601         (gst_videoscale_init), (gst_videoscale_chain),
27602         (gst_videoscale_set_property), (plugin_init):
27603         * gst/videoscale/gstvideoscale.h:
27604         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27605         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27606         (gst_videoscale_planar400), (gst_videoscale_packed422),
27607         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27608         (gst_videoscale_24bit), (gst_videoscale_16bit),
27609         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27610         (gst_videoscale_scale_plane_slow),
27611         (gst_videoscale_scale_point_sample),
27612         (gst_videoscale_scale_nearest),
27613         (gst_videoscale_scale_nearest_str2),
27614         (gst_videoscale_scale_nearest_str4),
27615         (gst_videoscale_scale_nearest_32bit),
27616         (gst_videoscale_scale_nearest_24bit),
27617         (gst_videoscale_scale_nearest_16bit):
27618         add debugging category and use it properly
27619         fix use of GST_PTR_FORMAT
27620
27621 2004-02-25  Andy Wingo  <wingo@pobox.com>
27622
27623         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27624         push only when channel->buffer is NULL. Prevents segfaults doing
27625         the state change after a nonlocal exit, like a scheme exception.
27626
27627         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27628         Handle the case where the intersected caps is empty.
27629
27630 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27631
27632         * gst/law/mulaw-decode.c: (mulawdec_link):
27633         * gst/law/mulaw.c: (plugin_init):
27634           fix mulawdec so it actually works again
27635
27636 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27637
27638         reviewed by: David Schleef  <ds@schleef.org>
27639
27640         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27641         (gst_gamma_init), (gst_gamma_set_property),
27642         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27643         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27644         for RGB, with separate r g and b correction factors. (#131167)
27645
27646 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27647
27648         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27649           only signal tags for bitrate if they're > 0 (#134894)
27650
27651 2004-02-24  David Schleef  <ds@schleef.org>
27652
27653         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27654         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27655         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27656         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27657         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27658         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27659         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27660         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27661         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27662         category.  Attempt to fix timestamp calculation.
27663
27664 2004-02-24  Johan Dahlin  <johan@gnome.org>
27665
27666         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27667
27668 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * configure.ac:
27671         * gconf/Makefile.am:
27672         * gconf/gstreamer.schemas:
27673         * gst-libs/gst/gconf/Makefile.am:
27674         * gst-libs/gst/gconf/gconf.c:
27675           version gconf schemas and install locations
27676
27677 2004-02-23  Benjamin Otte  <otte@gnome.org>
27678
27679         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27680         (gst_xine_input_subclass_init):
27681           call parent dispose.
27682           change pad template for CD reader correctly
27683         * ext/xine/Makefile.am:
27684         * ext/xine/gstxine.h:
27685         * ext/xine/xine.c: (plugin_init):
27686         * ext/xine/xineaudiosink.c:
27687           wrap audio sinks, too
27688         * gst-libs/gst/resample/private.h:
27689         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27690         (gst_resample_reinit), (gst_resample_scale),
27691         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27692         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27693         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27694         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27695         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27696         * gst-libs/gst/resample/resample.h:
27697         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27698         (gst_audioscale_class_init), (gst_audioscale_link),
27699         (gst_audioscale_get_buffer), (gst_audioscale_init),
27700         (gst_audioscale_chain), (gst_audioscale_set_property),
27701         (gst_audioscale_get_property):
27702         * gst/audioscale/gstaudioscale.h:
27703           s/resample_*/gst_resample_*/i to not clobber namespaces
27704
27705 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27706
27707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27708         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27709         (gst_riff_create_video_template_caps),
27710         (gst_riff_create_audio_template_caps),
27711         (gst_riff_create_iavs_template_caps):
27712         * gst-libs/gst/riff/riff-media.h:
27713         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27714         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27715         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27716         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27718         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27719         (gst_matroska_demux_plugin_init): First batch implementing audio and
27720         video codec tags in demuxers.
27721
27722 2004-02-22  Benjamin Otte  <otte@gnome.org>
27723
27724         * ext/xine/Makefile.am:
27725         * ext/xine/gstxine.h:
27726         * ext/xine/xine.c: (plugin_init):
27727         * ext/xine/xineinput.c:
27728           add input plugin wrapper. Playback from files, http, mms and cdda
27729           works.
27730         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27731           remove leftover G_GNUC_UNUSED
27732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27733         (gst_asf_demux_identify_guid):
27734           improve debugging output
27735
27736 2004-02-22  Benjamin Otte  <otte@gnome.org>
27737
27738         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27739
27740         * autogen.sh:
27741           replace test -e with test -x for mkinstalldirs to be more portable.
27742           (fixes #134816)
27743
27744 2004-02-22  Benjamin Otte  <otte@gnome.org>
27745
27746         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27747
27748         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27749           set rank to PRIMARY
27750         * gst/volume/gstvolume.c: (plugin_init):
27751           set rank to NONE
27752         fixes #134960
27753
27754 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27755
27756         reviewed by Benjamin Otte  <otte@gnome.org>
27757
27758         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27759           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27760
27761 2004-02-22  Benjamin Otte  <otte@gnome.org>
27762
27763         * configure.ac:
27764           export [_]*{gst,Gst,GST}.* symbols from plugins
27765
27766 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27767
27768         reviewed by: Benjamin Otte  <otte@gnome.org>
27769
27770         * ext/lame/gstlame.c: (add_one_tag):
27771         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27773         (gst_vorbisenc_metadata_set1):
27774         * gst/tags/gstid3tag.c:
27775         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27776           apply fixes from bugs #135042 (lame can't write tags) and #133817
27777           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27778
27779 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27780
27781         * configure.ac: Export only gst_plugin_desc from plugins.
27782          Note that this change only makes any effect with Linux using libtool
27783          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27784          fine. And don't try to have several versions of libtool in different
27785          directories.
27786
27787 2004-02-20  Andy Wingo  <wingo@pobox.com>
27788
27789         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27790         interleave respectively.
27791
27792         * gst/interleave/deinterleave.c: New plugin: deinterleave
27793         (replaces on oneton).
27794         * gst/interleave/interleave.c: New plugin: interleave.
27795         * gst/interleave/plugin.h: Support file.
27796         * gst/interleave/plugin.c: Support file.
27797
27798         * configure.ac: Remove intfloat and oneton, add interleave.
27799
27800         * ext/sndfile/gstsf.c: Handle events better.
27801
27802         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27803         and float2int operation. int2float has scheduling problems as
27804         noted in in2float_chain.
27805
27806 2004-02-20  Benjamin Otte  <otte@gnome.org>
27807
27808         * ext/xine/Makefile.am:
27809         * ext/xine/gstxine.h:
27810         * ext/xine/xine.c:
27811         * ext/xine/xineaudiodec.c:
27812         * ext/xine/xinecaps.c:
27813           add first version of xine plugin wrapper. Currently only wraps the
27814           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27815         * configure.ac:
27816         * ext/Makefile.am:
27817           add xine plugin wrapper, disabled by default. Use --enable-xine to
27818           build. Note that it'll segfault on gst-register if you don't remove
27819           the goom and tvtime post plugins from xine.
27820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27821         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27822           add extradata parsing for QDM2.
27823           change around debugging prints.
27824
27825 2004-02-19  Benjamin Otte  <otte@gnome.org>
27826
27827         * ext/lame/gstlame.c: (gst_lame_chain):
27828         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27829           use gst_tag_list_insert when you want to insert tags
27830
27831 2004-02-18  David Schleef  <ds@schleef.org>
27832
27833         * configure.ac:  Move massink to gst-rotten
27834         * ext/Makefile.am:
27835         * ext/mas/Makefile.am:
27836         * ext/mas/massink.c:
27837         * ext/mas/massink.h:
27838
27839 2004-02-18  David Schleef  <ds@schleef.org>
27840
27841         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27842         typefinding, since it seems to be worse than nothing.
27843         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27844         atom to recognize .mp4 and .m4a files as video/quicktime.
27845
27846 2004-02-18  David Schleef  <ds@schleef.org>
27847
27848         * gst/sine/demo-dparams.c: (quit_live),
27849         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27850         Use double dparams, not float.
27851         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27852         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27853         sync'd elements don't really work correctly.
27854         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27855         (volume_update_volume), (volume_get_property):  Change dparam
27856         to double.
27857
27858 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27859
27860         * sys/ximage/ximagesink.c:
27861         (gst_ximagesink_xwindow_update_geometry),
27862         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27863         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27864         (gst_ximagesink_init): Rework the way software video scaling works. So
27865         now we check on each chain call if the video frames are feeling the
27866         window. If not we try to renegotiate caps. On failure we memorize that
27867         and we won't try again for that PLAYING sessions.
27868         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27869         failure.
27870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27871         synchronous flag.
27872
27873 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27874
27875         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27876           break up _link so we can give a better debug message for errors
27877
27878 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27879
27880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27881           set up debug category
27882
27883 2004-02-18  Julien MOUTTE <julien@moutte.net>
27884
27885         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27886         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27887         the way renegotiation work. The event handling function is not taking
27888         care of external windows and renegotiate method check for pad flags
27889         NEGOTIATING. Should fix : #133209
27890
27891 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27892
27893         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27894         pad is negotiating before trying renegotiation.
27895
27896 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27897
27898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27899           pass on all possible mime types as typefind hints
27900
27901 2004-02-17  Julien MOUTTE <julien@moutte.net>
27902
27903         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27905         possible SHM leak if we crash. All other apps using XShm are doing
27906         that.
27907
27908 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27909
27910         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27911         (gst_ximagesink_expose): Renegotiate size on expose.
27912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27913         size on expose.
27914
27915 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27916
27917         * testsuite/alsa/sinesrc.c:
27918           cosmetic fix to fix compile issue with gcc 2.95.4
27919
27920 2004-02-16  Julien MOUTTE <julien@moutte.net>
27921
27922         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27923         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27924         failed opening the audio device.
27925         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27926         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27927         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27928         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27929         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27930         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27931         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27932         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27933         Removing some useless g_return_if_fail like wingo suggested.
27934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27935         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27936         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27937         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27938         (gst_xvimagesink_update_colorbalance),
27939         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27940         (gst_xvimagesink_xcontext_clear),
27941         (gst_xvimagesink_get_fourcc_from_caps),
27942         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27943         (gst_xvimagesink_set_xwindow_id),
27944         (gst_xvimagesink_colorbalance_list_channels),
27945         (gst_xvimagesink_colorbalance_set_value),
27946         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27947         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27948
27949 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27950
27951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27952           throw error when not negotiated instead of asserting
27953
27954 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27955
27956         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27957         correct data refcounting.
27958
27959 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27960
27961         * gst/switch/gstswitch.c: (gst_switch_change_state),
27962         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27963         change, mostly the EOS flag.
27964
27965 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27966
27967         * examples/gstplay/player.c: (got_eos), (main): Adding some
27968         output for debugging.
27969         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27970         timeouts if we go to any state different from PLAYING.
27971         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27972         more EOS bugs in riff lib.
27973
27974 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27975
27976         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27977         visualization until i find a way to fix switch correctly.
27978         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27979         EOS arrives.
27980         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27981         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27982         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27983         Reworked switch to get a more correct behaviour with events and refing
27984         of data stored in sinkpads.
27985         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27986         we don't pull from a pad in EOS.
27987
27988 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27989
27990         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27991           remove v1 tag even if we can't read it (makes sure we don't detect
27992           it again)
27993
27994 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27995
27996         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27997         (gst_alsa_xrun_recovery):
27998         * ext/alsa/gstalsa.h:
27999           try xrun recovery when wait failed. Make xrun recovery function
28000           return TRUE/FALSE to indicate success. (might fix #134354)
28001
28002 2004-02-13  David Schleef  <ds@schleef.org>
28003
28004         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28005         (dynparm_value_changed), (main): Convert from float to double.
28006         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28007
28008 2004-02-13  David Schleef  <ds@schleef.org>
28009
28010         * gst/silence/gstsilence.c: (gst_silence_class_init),
28011         (gst_silence_set_clock), (gst_silence_get),
28012         (gst_silence_set_property), (gst_silence_get_property):
28013         * gst/silence/gstsilence.h: Add sync property.
28014         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28015         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28016         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28017         * gst/sine/gstsinesrc.h: Add sync property.
28018
28019 2004-02-13  David Schleef  <ds@schleef.org>
28020
28021         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28022         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28023
28024 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28025
28026         * configure.ac:
28027         * ext/Makefile.am:
28028         * gst-libs/ext/Makefile.am:
28029           move ffmpeg plugin to gst-ffmpeg module
28030
28031 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28032
28033         * configure.ac: use GST_ARCH to detect architecture
28034
28035 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28036
28037         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28038
28039 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28042           classify LADSPA plugins based on number of src/sink pads
28043           (#133663, Stefan Kost)
28044         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28045           fix dparams registration
28046           (#133528, Stefan Kost)
28047         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28048           fix use of isprint and use g_ascii_isprint instead
28049           (#133316, Stefan Kost)
28050
28051 2004-02-11  David Schleef  <ds@schleef.org>
28052
28053         Convert a few inner loops to use liboil.  This is currently
28054         optional, and is only enabled if liboil is present (duh!).
28055         * configure.ac: Check for liboil-0.1
28056         * gst/intfloat/Makefile.am:
28057         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28058         (gst_int2float_chain_gint16):
28059         * gst/videofilter/Makefile.am:
28060         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28061         (tablelookup_u8), (gst_videobalance_planar411):
28062         * gst/videotestsrc/Makefile.am:
28063         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28064         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28065         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28066         (paint_hline_RGB565), (paint_hline_xRGB1555):
28067
28068 2004-02-11  David Schleef  <ds@schleef.org>
28069
28070         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28071         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28072         (gst_colorspace_getcaps), (gst_colorspace_link),
28073         (gst_colorspace_base_init), (gst_colorspace_init),
28074         (gst_colorspace_chain), (gst_colorspace_change_state),
28075         (plugin_init): Merge Ronald's patch (bug #117897) and update
28076         for new caps and negotiation.  Seems to work, although it
28077         shows off bugs in lcs.
28078
28079 2004-02-11  David Schleef  <ds@schleef.org>
28080
28081         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28082         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28083
28084 2004-02-11  David Schleef  <ds@schleef.org>
28085
28086         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28087         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28088         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28089         Add server and port properties
28090
28091 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28092
28093         * m4/a52.m4:
28094         * m4/aalib.m4:
28095         * m4/as-ffmpeg.m4:
28096         * m4/as-liblame.m4:
28097         * m4/as-slurp-ffmpeg.m4:
28098         * m4/check-libheader.m4:
28099         * m4/esd.m4:
28100         * m4/freetype2.m4:
28101         * m4/gconf-2.m4:
28102         * m4/glib.m4:
28103         * m4/gst-alsa.m4:
28104         * m4/gst-artsc.m4:
28105         * m4/gst-ivorbis.m4:
28106         * m4/gst-matroska.m4:
28107         * m4/gst-sdl.m4:
28108         * m4/gst-shout2.m4:
28109         * m4/gst-sid.m4:
28110         * m4/gtk.m4:
28111         * m4/libdv.m4:
28112         * m4/libfame.m4:
28113         * m4/libmikmod.m4:
28114         * m4/ogg.m4:
28115         * m4/vorbis.m4:
28116           fix underquotedness of macros (#133800)
28117         * m4/as-avifile.m4:
28118         * m4/xmms.m4:
28119           removed because no longer used
28120
28121 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28122
28123         * configure.ac:
28124           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28125           by autopoint (fixes #132996)
28126
28127 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28128
28129         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28130         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28131         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28132         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28133           fix memleaks
28134
28135 2004-02-11  David Schleef  <ds@schleef.org>
28136
28137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28138         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28139         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28140         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28141         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28142         (gst_jpegenc_class_init), (gst_jpegenc_init),
28143         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28144         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28145         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28146         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28147
28148 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28149
28150         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28151         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28152         * ext/mikmod/gstmikmod.h:
28153           fix caps negotiation in mikmod
28154         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28155           output debug information
28156
28157 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28158
28159         * gst-libs/gst/colorbalance/Makefile.am:
28160         * gst-libs/gst/navigation/Makefile.am:
28161         * gst-libs/gst/xoverlay/Makefile.am:
28162           remove unused GST_OPT_CFLAGS from Makefiles
28163           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28164
28165 2004-02-07  David Schleef  <ds@schleef.org>
28166
28167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28168         push events to pads that haven't been created (#133508)
28169
28170 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28171
28172         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28173         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28174         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28175         (gst_dvdec_loop), (gst_dvdec_change_state):
28176         Second attempt at committing a working dvdec element.
28177
28178 2004-02-06  David Schleef  <ds@schleef.org>
28179
28180         Build fixes for OS X: (see #129600)
28181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28182         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28183         (gst_riff_read_strf_iavs):
28184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28185         (gst_avi_demux_stream_odml):
28186         * gst/playondemand/Makefile.am:
28187         * gst/rtp/rtp-packet.c:
28188
28189 2004-02-05  David Schleef  <ds@schleef.org>
28190
28191         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28192         last change, because it Just Doesn't Compile.
28193
28194 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28195
28196         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28197           skip undecodable id3v2 tag instead of keeping it
28198
28199 2004-02-05  David Schleef  <ds@schleef.org>
28200
28201         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28202         Unref leaked buffer.  (Noticed by Ronald)
28203
28204 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28205
28206         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28207         Sync requires with other checks.  >= vs =.
28208
28209 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28210
28211         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28212         (gst_dvdec_video_link), (gst_dvdec_loop):
28213         * ext/dv/gstdvdec.h:
28214           rework the caps negotiation so that dvdec works again instead
28215           of just segfaulting.
28216
28217 === release 0.7.4 ===
28218
28219 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28220
28221         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28222         * configure.ac: changed for release
28223
28224 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28225
28226         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28227         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28228         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28229         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28230           reworked patch by David Lehn to fix libdir and includedir for
28231           uninstalled libraries
28232           removed play and gconf from gstreamer-libs since they have their
28233           own pkgconfig files
28234
28235 2004-02-04  David Schleef  <ds@schleef.org>
28236
28237         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28238         memleak.
28239
28240 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28241
28242         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28243           use correct GST_TAG_ENCODER tag
28244
28245 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28246
28247         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28248           be sure to stop the clock when going to paused
28249         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28250           reset number of transmitted when going to ready.
28251         fixes #132935
28252
28253 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28254
28255         reviewed by Benjamin Otte
28256
28257         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28258           extract track count (fixes #133410)
28259
28260 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28261
28262         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28263           that should be !=, not == (fixes #132519)
28264
28265 2004-02-04  David Schleef  <ds@schleef.org>
28266
28267         Make sure set_explicit_caps() is called before adding pad.
28268         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28269         * gst/id3/gstid3types.c: (gst_id3types_loop):
28270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28271         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28272
28273 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28274
28275         * configure.ac:
28276           bump nano to 2, first prerelease
28277           put back AM_PROG_LIBTOOL
28278
28279 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28280
28281         * testsuite/alsa/Makefile.am:
28282           these are user test apps, not automatic testsuite tests
28283
28284 2004-02-04  David Schleef  <ds@schleef.org>
28285
28286         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28287         * gst/mpeg1videoparse/gstmp1videoparse.c:
28288         (mp1videoparse_parse_seq):
28289         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28290         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28291         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28292         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28293         (gst_xvideosink_getcaps):
28294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28295         * testsuite/gst-lint: more tests
28296
28297 2004-02-04  David Schleef  <ds@schleef.org>
28298
28299         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28300         with the code that they would expand to.
28301         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28302         (gst_flacdec_get_src_query_types),
28303         (gst_flacdec_get_src_event_masks):
28304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28305         (gst_gnomevfssrc_get_query_types),
28306         (gst_gnomevfssrc_get_event_mask):
28307
28308 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28309
28310         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28311         (gst_sinesrc_dispose):
28312           fix memleak by properly disposing sinesrc
28313
28314 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28315
28316         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28317         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28318         an overlay to redraw the image because it has been exposed.
28319         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28320         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28321         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28322         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28323         interface
28324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28325         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28326         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28327         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28328         interface
28329
28330 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28331
28332         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28333           more memleak fixage
28334
28335 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28336
28337         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28338         * gst/typefind/gsttypefindfunctions.c:
28339           fix memleaks shown by gst-typefind
28340
28341 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28342
28343         * common/glib-gen.mak:
28344           add hack rule to touch .Plo files
28345         * gst-libs/gst/colorbalance/Makefile.am:
28346         * gst-libs/gst/mixer/Makefile.am:
28347         * gst-libs/gst/play/Makefile.am:
28348         * gst-libs/gst/tuner/Makefile.am:
28349           remove glib_root variable
28350
28351 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28352
28353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28354           set explicit caps before adding the element, so the autopluggers can
28355           plug correctly.
28356         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28357         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28358         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28359         (dv_type_find):
28360           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28361           argument.
28362
28363 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * gst-libs/gst/colorbalance/Makefile.am:
28366         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28367         * gst-libs/gst/colorbalance/colorbalance.c:
28368         * gst-libs/gst/colorbalance/colorbalance.h:
28369         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28370         * gst-libs/gst/mixer/Makefile.am:
28371         * gst-libs/gst/mixer/mixer-marshal.list:
28372         * gst-libs/gst/mixer/mixer.c:
28373         * gst-libs/gst/mixer/mixer.h:
28374         * gst-libs/gst/mixer/mixermarshal.list:
28375         * gst-libs/gst/play/Makefile.am:
28376         * gst-libs/gst/play/play.h:
28377         * gst-libs/gst/tuner/Makefile.am:
28378         * gst-libs/gst/tuner/tuner-marshal.list:
28379         * gst-libs/gst/tuner/tuner.c:
28380         * gst-libs/gst/tuner/tuner.h:
28381         * gst-libs/gst/tuner/tunermarshal.list:
28382           use new glib-gen.mak snippet to clean up Makefile.am
28383           fix various bugs in Makefile.am's
28384
28385 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28386
28387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28388           handle chain parsing correctly in the multichain case
28389         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28390         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28391         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28392         (theora_dec_chain):
28393           handle events and queries correctly
28394
28395 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28396
28397         * .cvsignore:
28398         Ignore generated file _stdint.h.
28399
28400 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28401
28402         * gst-libs/gst/colorbalance/Makefile.am:
28403         * gst-libs/gst/colorbalance/colorbalance.h:
28404         * gst-libs/gst/mixer/Makefile.am:
28405         * gst-libs/gst/mixer/mixer.h:
28406         * gst-libs/gst/play/Makefile.am:
28407         * gst-libs/gst/play/play.h:
28408         * gst-libs/gst/tuner/Makefile.am:
28409         * gst-libs/gst/tuner/tuner.h:
28410         Generate enum type code with glib-mkenums.
28411         * gst-libs/gst/colorbalance/.cvsignore:
28412         * gst-libs/gst/mixer/.cvsignore:
28413         * gst-libs/gst/play/.cvsignore:
28414         * gst-libs/gst/tuner/.cvsignore:
28415         Ignore generated files.
28416
28417 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28418
28419         * gst-libs/gst/audio/.cvsignore:
28420         Ignore generated file.
28421         * gst-libs/gst/audio/Makefile.am:
28422         Do not install example filter.
28423
28424 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28425
28426         * examples/switch/.cvsignore:
28427         Ignore generated file.
28428
28429 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28430
28431         * common/m4/ax_create_stdint_h.m4:
28432         * configure.ac:
28433           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28434           _stdint.h.
28435         * Makefile.am:
28436           remove generated _stdint.h in DISTCLEANFILES
28437         * ext/a52dec/gsta52dec.c:
28438           include _stdint.h for a52dec. (should fix #133064)
28439
28440 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28441
28442         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28443         (gst_tag_to_vorbis_comments):
28444         Add replaygain support to vorbistag
28445
28446 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28447         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28448         (gst_ffmpeg_caps_to_extradata):
28449           Fix SVQ3 caps flag properties
28450           Use glib macro for bytes swap
28451
28452 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28455         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28456         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28457         * ext/sndfile/gstsf.c: (plugin_init):
28458         * gst/avi/gstavi.c: (plugin_init):
28459         * sys/dxr3/dxr3init.c: (plugin_init):
28460         * sys/oss/gstossaudio.c: (plugin_init):
28461         * sys/v4l/gstv4l.c: (plugin_init):
28462         * sys/v4l2/gstv4l2.c: (plugin_init):
28463           remove textdomain calls
28464         * po/nl.po:
28465           update Dutch translation
28466
28467 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28468
28469         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28470         (gst_play_set_audio_sink): Moving volume in the audio thread for
28471         instantaneous volume change. Maybe i will add another volume in front
28472         of visualization later, not sure yet though.
28473
28474 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28475
28476         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28477         (gst_ximagesink_handle_xevents): Better X events handling, only take
28478         the latest events for configure and motion.
28479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28480
28481 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28482
28483         reviewed by: David Schleef  <ds@schleef.org>
28484
28485         Fix memory leaks:
28486         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28487         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28488
28489 2004-02-02  David Schleef  <ds@schleef.org>
28490
28491         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28492         of lines.
28493         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28494         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28495         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28496         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28497         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28498         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28499         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28500         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28501         (gst_float2_2_int_link):
28502         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28503         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28504         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28505         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28506         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28507         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28508         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28509         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28510         * testsuite/gst-lint: Add tests for bzero and ;;
28511
28512 2004-02-02  David Schleef  <ds@schleef.org>
28513
28514         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28515
28516 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28517
28518         * ext/aalib/gstaasink.c: (gst_aasink_open):
28519         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28521         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28522         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28523         (gst_afsink_close_file):
28524         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28525         (gst_afsrc_close_file):
28526         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28527         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28528         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28529         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28530         * ext/esd/esdmon.c: (gst_esdmon_get):
28531         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28532         * ext/faac/gstfaac.c: (gst_faac_chain):
28533         * ext/faad/gstfaad.c: (gst_faad_chain):
28534         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28535         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28536         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28537         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28538         (gst_flacdec_loop):
28539         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28540         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28542         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28543         (gst_gnomevfssink_close_file):
28544         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28545         (gst_gnomevfssrc_open_file):
28546         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28547         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28548         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28549         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28550         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28551         * ext/mad/gstmad.c: (gst_mad_chain):
28552         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28553         * ext/mpeg2dec/gstmpeg2dec.c:
28554         * ext/mpeg2enc/gstmpeg2enc.cc:
28555         * ext/mplex/gstmplex.cc:
28556         * ext/mplex/gstmplexibitstream.cc:
28557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28558         (gst_ogg_demux_push):
28559         * ext/raw1394/gstdv1394src.c:
28560         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28561         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28562         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28563         (gst_sf_loop):
28564         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28565         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28566         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28567         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28569         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28570         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28571         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28572         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28573         (gst_riff_read_element_data), (gst_riff_read_seek),
28574         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28575         * gst/adder/gstadder.c: (gst_adder_loop):
28576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28577         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28579         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28580         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28581         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28582         * gst/goom/gstgoom.c: (gst_goom_chain):
28583         * gst/id3/gstid3types.c: (gst_id3types_loop):
28584         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28585         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28586         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28587         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28588         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28589         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28590         (gst_ebml_read_float), (gst_ebml_read_header):
28591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28592         (gst_matroska_demux_parse_blockgroup):
28593         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28595         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28596         * gst/silence/gstsilence.c: (gst_silence_get):
28597         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28598         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28599         * gst/speed/gstspeed.c: (speed_loop):
28600         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28602         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28603         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28604         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28605         (gst_wavparse_loop):
28606         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28607         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28608         (dxr3audiosink_close):
28609         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28610         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28611         (dxr3videosink_close), (dxr3videosink_write_data):
28612         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28613         * sys/oss/gstosssink.c: (gst_osssink_chain):
28614         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28615         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28616         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28618         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28619         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28620         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28621         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28622         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28623         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28624         (gst_v4l_set_audio):
28625         * sys/v4l/v4l_calls.h:
28626         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28627         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28628         (gst_v4lmjpegsink_playback_init),
28629         (gst_v4lmjpegsink_playback_start):
28630         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28632         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28633         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28634         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28635         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28636         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28637         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28638         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28639         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28640         (gst_v4l2_get_output), (gst_v4l2_set_output),
28641         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28642         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28643         (gst_v4l2_set_attribute):
28644         * sys/v4l2/v4l2_calls.h:
28645         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28646         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28647         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28648         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28649         (gst_v4l2src_capture_stop):
28650         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28651         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28652         (gst_ximagesink_chain):
28653         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28654         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28655         (gst_xvideosink_xwindow_new):
28656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28657         (gst_xvimagesink_chain):
28658
28659 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28660
28661         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28662         (gst_volume_get_volume), (volume_class_init), (volume_init),
28663         (volume_chain_int16), (volume_update_volume):
28664         * gst/volume/gstvolume.h:
28665           make code more readable by removing magic numbers
28666           make mixer interface export 0-100 range
28667           make it internally map to 0.0-1.0 range so users don't distort
28668           output by putting the sliders at full volume
28669
28670 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28671
28672         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28673         (gst_play_state_change), (gst_play_seek_to_time):
28674         block the tick callback for 0.5 secs after doing a seek
28675
28676 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28677
28678         * gst-libs/gst/play/play.c: (gst_play_new):
28679           check for GError
28680
28681 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28682
28683         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28684         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28685         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28686         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28688         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28689
28690 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28691
28692         * configure.ac:
28693         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28694           check for a function added in vorbis 1.1
28695
28696 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28697
28698         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28699         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28700           really start/stop clock only on PLAYING <=> PAUSED
28701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28702           remove \n from debugging lines
28703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28704           make it work when seeking does not
28705         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28706           reset on DISCONT
28707
28708 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28709
28710         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28711           start clock on PAUSED=>PLAYING, not later
28712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28713           extract correct time for different discont formats
28714         (gst_alsa_sink_get_time):
28715           don't segfault when no format is negotiated yet, just return 0
28716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28717         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28718         (gst_ogg_pad_push):
28719           handle flush and discont events correctly
28720         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28721           handle discont events correctly
28722
28723 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28724
28725         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28726         (gst_play_error_create), (gst_play_error_plugin),
28727         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28728         * gst-libs/gst/play/play.h:
28729           add error handling during creation
28730         * examples/gstplay/player.c: (main):
28731           use new gst_play_new
28732
28733
28734 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28735
28736         * ext/theora/theoradec.c: (theora_dec_chain):
28737           make comments work
28738         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28739         (vorbis_dec_src_event), (vorbis_dec_chain):
28740           add encoder tag, fix tag reading to be more error tolerant, change
28741           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28742           gst_pad_event_default.
28743         * gst/tags/gstvorbistag.c:
28744         (gst_tag_list_from_vorbiscomment_buffer):
28745           undefine function specific define at end of function
28746
28747 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28748
28749         * ext/flac/gstflac.c: (plugin_init):
28750         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28751         * ext/flac/gstflacdec.h:
28752         * ext/flac/gstflacenc.h:
28753           Fix typos
28754
28755 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28756
28757         * examples/gstplay/player.c: s/gstplay.h/play.h/
28758
28759 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28760
28761         * gst-libs/gst/play/Makefile.am:
28762         * gst-libs/gst/play/gstplay.c:
28763         * gst-libs/gst/play/gstplay.h:
28764         * gst-libs/gst/play/play.c:
28765           more surgery, operation complete
28766
28767 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28768
28769         * gst-libs/gst/play/play.old.c:
28770         * gst-libs/gst/play/play.old.h:
28771           after CVS surgery by moving, remove
28772         * gst-libs/gst/play/playpipelines.c:
28773           remove
28774
28775         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28776           add negotiation error
28777
28778 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28779
28780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28781         (gst_ogg_demux_push):
28782           add some seeking debug info
28783           send a flush when seeking
28784
28785 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28786
28787         * configure.ac:
28788           use AC_C_INLINE
28789         * configure.ac:
28790         * ext/Makefile.am:
28791         * ext/theora/Makefile.am:
28792         * ext/theora/theoradec.c:
28793           add theora video decoder. Does just do simple decoding for now and
28794           has been tested against Theora cvs only. It only works when theora
28795           is compiled with --enable-static.
28796         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28797           always reset packetno on DISCONT
28798
28799 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28800
28801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28802           Fix audio.
28803
28804 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28805
28806         * gst/mpegaudioparse/gstmpegaudioparse.c:
28807         (mp3_type_frame_length_from_header):
28808           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28809
28810 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28811
28812         * ext/esd/esdsink.c: (gst_esdsink_init):
28813           Since we have static pad template caps, we don't need to negotiate;
28814           either the core errors out or we know the format.
28815
28816 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28817
28818         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28819         (gst_riff_read_seek):
28820         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28821         (gst_ebml_read_seek):
28822           Fix event handling.
28823
28824 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28825
28826         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28827           removee video/x-theora from vp3 decoder, it doesn't handle raw
28828           theora streams
28829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28830           fix bug with finalizing element that never went to PAUSED
28831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28832           length and position queries were swapped
28833         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28834         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28835         (vorbis_dec_src_event):
28836           implement querying time and bytes
28837
28838 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28839
28840         * just about every source file:
28841           gst_element_error -> GST_ELEMENT_ERROR
28842
28843 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28844
28845         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28846         emiting FLUSH and even before DISCONT.
28847         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28848         get the best instant seeking as possible yay!
28849
28850 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28851
28852         * gst/mpeg1videoparse/gstmp1videoparse.c:
28853         (gst_mp1videoparse_real_chain):
28854           Committed wrong version last week... Grr... Didn't notice until now.
28855
28856 2004-01-29  Julien MOUTTE <julien@moutte.net>
28857
28858         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28860         have_xwindow_id signal in xwindow_create.
28861
28862 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28863
28864         * ext/ogg/gstoggdemux.c:
28865           lots of changes - mainly support for chained bitstreams, seeking,
28866           querying and bugfixes of course
28867         * ext/vorbis/Makefile.am:
28868         * ext/vorbis/vorbisdec.c:
28869         * ext/vorbis/vorbisdec.h:
28870           add vorbisdec raw vorbis decoder
28871         * ext/vorbis/vorbis.c: (plugin_init):
28872           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28873         * gst/intfloat/Makefile.am:
28874         * gst/intfloat/float22int.c:
28875         * gst/intfloat/float22int.h:
28876         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28877           add float2intnew plugin. It converts multichannel interleaved float to
28878           multichannel interleaved int. The name should probably be changed.
28879         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28880         (plugin_init):
28881           add typefinding for raw theora video so oggdemux can detect it.
28882
28883 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28884
28885         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28886         sink element first.
28887         * gst/videoscale/gstvideoscale.c:
28888         (gst_videoscale_handle_src_event): Fixing src event handler.
28889
28890 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28893         (gst_v4lsrc_open), (gst_v4lsrc_close),
28894         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28895         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28896         * sys/v4l/gstv4lsrc.h:
28897         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28898         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28899           Implement resizing... Hack. But that's why v4l is b0rked...
28900
28901 2004-01-28  Julien MOUTTE <julien@moutte.net>
28902
28903         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28904         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28905         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28906         (gst_ximagesink_xwindow_destroy):
28907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28908         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28909         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28910         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28911         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28912         correctly cleaning the image created to check xshm calls on succes,
28913         added a lot of XSync calls in X11 functions, and fixed a segfault when
28914         no image format was defined before negotiation happened.
28915
28916 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28917
28918         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28919           use gst_element_get_time to get correct time
28920
28921 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28922
28923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28924         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28925         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28927         (gst_xvimagesink_check_xshm_calls),
28928         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28929         X plugins are now able to detect that XShm calls will fail even if the
28930         server claims that it has XShm support (remote displays most of the
28931         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28932         so that we use non XShm functions. This feature is almost useless for
28933         xvimagesink as Xv is not supported on remote displays anyway, but
28934         it might happen than even on the local display XShm calls fail.
28935
28936 2004-01-27  David Schleef  <ds@schleef.org>
28937
28938         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28939         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28940         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28941         changed esdsink to only use 44100,16,2, since esd sucks at rate
28942         conversion and esdsink has had difficulty negotiating.
28943
28944 2004-01-27  Julien MOUTTE <julien@moutte.net>
28945
28946         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28947         (gst_play_seek_to_time): Fixing the way to get current position.
28948
28949 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28950
28951         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28952           use gst_element_get_time to get correct time
28953
28954 2004-01-27  Julien MOUTTE <julien@moutte.net>
28955
28956         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28957         fix ever... Inverting 2 lines of code make spider autoplug correctly
28958         tagged mp3 !
28959
28960 2004-01-27  David Schleef  <ds@schleef.org>
28961
28962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28963         Use gst_pad_try_set_caps_nonfixed().
28964
28965 2004-01-27  David Schleef  <ds@schleef.org>
28966
28967         * gst/ac3parse/gstac3parse.c: update to checklist 5
28968         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28969         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28970         * gst/audioscale/gstaudioscale.c: same
28971         * gst/auparse/gstauparse.c: same
28972         * gst/avi/gstavidemux.c: same
28973
28974 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28975
28976         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28977           stop processing after EOS
28978
28979 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28980
28981         * gst/asfdemux/asfheaders.h:
28982         * gst/asfdemux/gstasfdemux.c:
28983         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28984         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28985         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28986           lot's of fixes to make data extraction simpler and get the code
28987           architecture and compiler independant. Add debugging category
28988         * gst/goom/gstgoom.c: (gst_goom_change_state):
28989           reset channel count on PAUSED=>READY, not READY=>PAUSED
28990
28991 2004-01-26  Colin Walters  <walters@verbum.org>
28992
28993         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28994         code to pull a bigger buffer in iradio mode.  This as a side effect
28995         makes typefinding work.
28996
28997 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28998
28999         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29000         Fix SVQ3 decoding on PPC
29001
29002 2004-01-26  Julien MOUTTE <julien@moutte.net>
29003
29004         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29005         that one managed to stay there... Fixed.
29006
29007 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29008
29009         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29010         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29011         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29012         (qtdemux_video_caps):
29013         * gst/qtdemux/qtdemux.h:
29014         Add SVQ3 specific flags to qtdemux and ffmpeg
29015
29016 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29017
29018         * gst-libs/gst/audio/audio.h:
29019           remove buffer-frames from audio caps
29020         * gst/audioconvert/gstaudioconvert.c:
29021           fix plugin to really work.
29022
29023 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29024
29025         * gst-libs/gst/mixer/mixer.c:
29026         * gst-libs/gst/propertyprobe/propertyprobe.c:
29027         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29028         (gst_tuner_find_channel_by_name):
29029         * gst-libs/gst/tuner/tuner.h:
29030           Add gtk-doc style comments. Also fix a function name.
29031
29032 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29033
29034         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29035         (gst_divxdec_negotiate):
29036           Fix for new capsnego - also fixes gst-player with divxdec.
29037
29038 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29039
29040         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29041         (gst_play_identity_handoff), (gst_play_set_location),
29042         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29043         try in visualization implementation. Still have an issue with switch
29044         blocking when pulling from video_queue and only audio comes out of
29045         spider.
29046         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29047         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29048         release method. And check if the pad is usable before pulling.
29049
29050 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29053         (gst_videobalance_init),
29054         (gst_videobalance_colorbalance_list_channels),
29055         (gst_videobalance_colorbalance_set_value),
29056         (gst_videobalance_colorbalance_get_value),
29057         (gst_videobalance_update_properties),
29058         (gst_videobalance_update_tables_planar411),
29059         (gst_videobalance_planar411):
29060         * gst/videofilter/gstvideobalance.h:
29061           Implement lookup-tables. +/- 10x faster.
29062
29063 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29064
29065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29066         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29067           The index reading was broken. The rest worked fine, but the whole
29068           goal of my rewrite was to make avidemux readable, and this was
29069           not at all readable. Please use typed variables.
29070
29071 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29074           Additional pad usability check.
29075         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29076         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29077         (gst_mp1videoparse_real_chain):
29078           Fix MPEG video stream parsing. The original plugin had several
29079           issues, including not timestamping streams where the source was
29080           not timestamped (this happens with PTS values in mpeg system
29081           streams, but MPEG video is also a valid stream on its own so
29082           that needs timestamps too). We use the display time code for that
29083           for now. Also, if one incoming buffer contains multiple valid
29084           frames, we push them all on correctly now, including proper EOS
29085           handling. Lastly, several potential segfaults were fixed, and we
29086           properly sync on new sequence/gop headers to include them in next,
29087           not previous frames (since they're header for the next frame, not
29088           the previous). Also see #119206.
29089         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29090         (bpf_from_header):
29091           Move caps setting so we only do it after finding several valid
29092           MPEG-1 fraes sequentially, not right after the first one (which
29093           might be coincidental).
29094         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29095         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29096         (plugin_init):
29097           Add unsynced MPEG video stream typefinding, and change some
29098           probability values so we detect streams rightly. The idea is as
29099           follows: I can have an unsynced system stream which contains
29100           video. In the current code, I would randomly get a type for either
29101           system or video stream type found, because the probabilities are
29102           being calculated rather randomly. I now use fixed values, so we
29103           always prefer system stream if that was found (and that is how it
29104           should be). If no system stream was found, we can still identity                the stream as video-only.
29105
29106 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29107
29108         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29109         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29110           don't write to buffer. Extract data without the need of
29111           __attribute__ ((packed))
29112
29113 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29116         (mpeg1_sys_type_find):
29117           Fix MPEG-1 stream typefinding.
29118
29119 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29120
29121         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29122           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29123
29124 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29125
29126         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29127         * ext/esd/gstesd.c: (plugin_init):
29128           private debugging, better error reporting
29129
29130 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29131
29132         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29133         (gst_riff_read_init), (gst_riff_read_change_state):
29134         * gst-libs/gst/riff/riff-read.h:
29135           Remove stuff fromold metadata system.
29136
29137 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29138
29139         * ext/ogg/gstoggdemux.c:
29140           Fix wrong file comment.
29141         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29142         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29143           Add metadata reading properly.
29144
29145 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29146
29147         * ext/Makefile.am:
29148           Fix nas DIST_SUBDIRS
29149           Uraeus:
29150           Fix bug where make distcheck doesn't get run on adding stuff to
29151           the build.
29152
29153 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29154
29155         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29156         * ext/divx/gstdivxdec.h:
29157           Fix divx3 ("msmpeg4") playback using divxdec.
29158
29159 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29160
29161         * gst/typefind/gsttypefindfunctions.c:
29162         (mp3_type_frame_length_from_header): fix bug in length computation
29163         (mp3_type_find): improve debugging output
29164
29165 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29166
29167         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29168         (gst_play_set_location), (gst_play_seek_to_time),
29169         (gst_play_set_audio_sink), (gst_play_set_visualization),
29170         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29171         the pipeline from scratch. Visualization is back and switch went out as
29172         i realized it was not possible to use the way i wanted.
29173         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29174         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29175         clearing in state change from READY to NULL. So that one can clean the
29176         X ressources keeping the element.
29177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29178         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29179         (gst_xvimagesink_colorbalance_set_value),
29180         (gst_xvimagesink_colorbalance_get_value),
29181         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29182         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29183         change from READY to NULL and fixed some stupid bugs in colorbalance
29184         get/set values. Also added the following feature : when nobody tries to
29185         set some values to the colorbalance levels before the xcontext is
29186         grabbed, then when creating channels list from Xv attributes we set the
29187         internal values to the Xv defaults. This way we handle buggy Xv drivers
29188         that set default hue values far from the middle of the range (Thanks
29189         to Jon Trowbridge for pointing that issue).
29190         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29191         colorbalance levels have been set before xcontext is grabbed.
29192
29193 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29196           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29197           it might block operations (which is bad for a mixer).
29198
29199 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29200
29201         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29202         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29203         (gmip_find_type_pre):
29204         * gst-libs/gst/media-info/media-info-priv.h:
29205         * gst-libs/gst/media-info/media-info.c:
29206         (gst_media_info_instance_init), (gst_media_info_read_idler):
29207         add fakesink to get caps on decoder src pad again
29208         fix callback prototype to match new have_type signal signature
29209
29210 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29211
29212         * gst/adder/gstadder.c: (gst_adder_link):
29213           fix non-compile and cut-n-paste code
29214
29215 2004-01-21  David Schleef  <ds@schleef.org>
29216
29217         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29218         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29219         (gst_swfdec_init), (gst_swfdec_change_state):
29220         * ext/swfdec/gstswfdec.h:
29221         Fix negotiation.
29222         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29223         (gst_adder_request_new_pad): Fix negotiation.
29224         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29225         Add a fixate function.
29226         * gst/intfloat/gstfloat2int.c:
29227         * gst/intfloat/gstfloat2int.h:
29228         * gst/intfloat/gstint2float.c:
29229         * gst/intfloat/gstint2float.h:
29230         Completely rewrite the negotiation.  Doesn't quite work yet,
29231         due to some buffer-frames problem.
29232
29233 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29234
29235         * ext/gnomevfs/gstgnomevfssrc.c:
29236         * sys/v4l2/v4l2_calls.h:
29237           fix includes for distcheck
29238
29239 2004-01-21  Christian Schaller <uraeus@gnome.org>
29240
29241         * ext/nas/
29242         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29243         based on earlier patch from Laurent Vivier
29244
29245 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29246
29247         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29248         Fix wma caps property
29249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29250         Fix typo (flags1 and flags2)
29251
29252 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29253
29254         * gst-libs/gst/media-info/media-info-priv.c:
29255         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29256         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29257         (gmip_find_stream), (gmip_find_track_metadata),
29258         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29259         (gmip_find_track_format):
29260         * gst-libs/gst/media-info/media-info-priv.h:
29261         * gst-libs/gst/media-info/media-info-test.c: (main):
29262         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29263         (gst_media_info_read_idler), (gst_media_info_read):
29264         * gst-libs/gst/media-info/media-info.h:
29265           register debugging category and use it for debugging
29266
29267 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29268
29269         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29270         (gst_vorbisfile_new_link):
29271           signal streaminfo through tags
29272
29273 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29274
29275         * ext/mplex/gstmplex.cc:
29276         * ext/mplex/gstmplexibitstream.cc:
29277           g++ doesn't like NULL in our i18n/error macros, should be
29278           either (NULL) or ("").
29279
29280 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * sys/dxr3/dxr3audiosink.c:
29283         * sys/dxr3/dxr3init.c:
29284         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29285         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29286           Fix more error error error errors (missing includes here).
29287
29288 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29291           fix thomas' error errors.
29292
29293 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29294
29295         * ext/mpeg2enc/gstmpeg2enc.cc:
29296           fix error errors.
29297
29298 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29301         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29302           Fix for new error system.
29303
29304 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29305
29306         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29307           fix for new error reporting
29308
29309 2004-01-20  David Schleef  <ds@schleef.org>
29310
29311         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29312         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29313         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29314         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29315         and neither is 100+, most likely.
29316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29317         (gst_xvimagesink_getcaps): same
29318
29319 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29320
29321         * configure.ac:
29322           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29323           clashes with ffmpeg.
29324
29325 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29326
29327         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29328         (gst_switch_init): Fixed switch element : proxying link and setting
29329         caps from src to sink on request.
29330
29331 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29332
29333         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29334         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29335         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29336         fix element_error
29337
29338 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * sys/v4l/v4l_calls.h:
29341         * sys/v4l2/v4l2_calls.h:
29342           element_error fixes
29343
29344 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29345
29346         * gst-libs/gst/gst-i18n-plugin.h:
29347           add locale.h
29348           remove config.h inclusion
29349
29350 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29351
29352         * autogen.sh:
29353           adding autopoint invocation
29354         * Makefile.am:
29355         * configure.ac:
29356         * gst-libs/gst/gettext.h:
29357           adding gettext bits
29358         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29359         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29360         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29362         (gst_gnomevfssink_close_file):
29363         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29364         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29365         * gst-libs/gst/gst-i18n-plugin.h:
29366         * gst/avi/gstavi.c: (plugin_init):
29367         * sys/dxr3/dxr3init.c: (plugin_init):
29368         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29369         * sys/oss/gstossaudio.c: (plugin_init):
29370         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29371         * sys/v4l/gstv4l.c: (plugin_init):
29372         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29373         * sys/v4l2/gstv4l2.c: (plugin_init):
29374         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29375         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29376         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29377         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29378         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29379         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29380           make sure locale and translation domain are set
29381           fix translated strings
29382         * po/.cvsignore:
29383         * po/LINGUAS:
29384         * po/Makevars:
29385         * po/POTFILES.in:
29386         * po/nl.po:
29387           put translation files into place
29388         * sys/xvideo/imagetest.c: (main):
29389         * ext/dv/demo-play.c: (main):
29390           fix unnecessary translations
29391
29392 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29393
29394         * ext/sndfile/gstsf.c:
29395         * gst/avi/gstavimux.c:
29396         * ext/audiofile/gstafsink.c:
29397         * ext/audiofile/gstafsrc.c:
29398         * ext/gnomevfs/gstgnomevfssink.c:
29399         * ext/gnomevfs/gstgnomevfssrc.c:
29400         * sys/oss/gstosselement.c:
29401         * sys/v4l/v4l_calls.h:
29402           fix i18n include
29403
29404 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29405
29406         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29407         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29408         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29409         (gst_v4l2_get_output), (gst_v4l2_set_output),
29410         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29411         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29412         (gst_v4l2_set_attribute):
29413         update to new error handling
29414
29415 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29416
29417         * ext/sidplay/gstsiddec.cc:
29418         * gst/modplug/gstmodplug.cc:
29419           parenthese NULL because C++ seems angry about it
29420
29421 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * gst-libs/gst/gst-i18n-plugin.h:
29424           add skeleton i18n stuff, but needs to be further implemented
29425
29426 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29427
29428         * examples/gstplay/player.c: (main):
29429         * ext/aalib/gstaasink.c: (gst_aasink_open):
29430         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29432         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29433         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29434         (gst_afsink_close_file):
29435         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29436         (gst_afsrc_close_file):
29437         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29438         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29439         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29440         * ext/esd/esdmon.c: (gst_esdmon_get):
29441         * ext/esd/esdsink.c: (gst_esdsink_chain):
29442         * ext/faac/gstfaac.c: (gst_faac_chain):
29443         * ext/faad/gstfaad.c: (gst_faad_chain):
29444         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29445         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29446         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29447         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29448         (gst_flacdec_loop):
29449         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29450         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29451         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29452         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29453         (gst_gnomevfssink_close_file):
29454         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29455         (gst_gnomevfssrc_open_file):
29456         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29457         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29458         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29459         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29460         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29461         * ext/mad/gstmad.c: (gst_mad_chain):
29462         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29463         * ext/mpeg2dec/gstmpeg2dec.c:
29464         * ext/mpeg2enc/gstmpeg2enc.cc:
29465         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29466         * ext/mplex/gstmplex.cc:
29467         * ext/mplex/gstmplexibitstream.cc:
29468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29469         (gst_ogg_demux_push), (gst_ogg_pad_push):
29470         * ext/raw1394/gstdv1394src.c:
29471         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29472         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29473         * ext/sidplay/gstsiddec.cc:
29474         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29475         (gst_sf_loop):
29476         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29477         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29478         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29479         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29480         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29481         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29482         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29483         * gst-libs/gst/Makefile.am:
29484         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29485         (gst_riff_read_element_data), (gst_riff_read_seek),
29486         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29487         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29489         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29491         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29492         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29493         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29494         * gst/goom/gstgoom.c: (gst_goom_chain):
29495         * gst/id3/gstid3types.c: (gst_id3types_loop):
29496         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29497         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29498         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29499         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29500         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29501         (gst_ebml_read_float), (gst_ebml_read_header):
29502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29503         (gst_matroska_demux_parse_blockgroup):
29504         * gst/modplug/gstmodplug.cc:
29505         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29506         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29507         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29508         * gst/silence/gstsilence.c: (gst_silence_get):
29509         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29510         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29511         * gst/speed/gstspeed.c: (speed_loop):
29512         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29513         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29514         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29515         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29516         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29517         (gst_wavparse_loop):
29518         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29519         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29520         (dxr3audiosink_close):
29521         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29522         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29523         (dxr3videosink_close), (dxr3videosink_write_data):
29524         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29525         * sys/oss/gstosselement.h:
29526         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29527         (gst_osssink_chain):
29528         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29529         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29530         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29532         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29533         (gst_v4l_enable_overlay):
29534         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29535         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29536         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29537         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29538         (gst_v4l_set_audio):
29539         * sys/v4l/v4l_calls.h:
29540         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29541         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29542         (gst_v4lmjpegsink_playback_init),
29543         (gst_v4lmjpegsink_playback_start):
29544         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29545         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29546         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29547         (gst_v4lmjpegsrc_requeue_frame):
29548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29549         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29550         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29552         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29553         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29554         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29555         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29556         (gst_v4l2src_capture_stop):
29557         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29558         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29559         (gst_ximagesink_chain):
29560         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29561         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29562         (gst_xvideosink_xwindow_new):
29563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29564         (gst_xvimagesink_chain):
29565         use new error signal, function and categories
29566
29567 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29568
29569         * configure.ac:
29570         * ext/Makefile.am:
29571         * ext/musicbrainz/gsttrm.c:
29572         * ext/musicbrainz/gsttrm.h:
29573         * ext/musicbrainz/Makefile.am:
29574         Add a trm plugin
29575
29576 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29577
29578         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29579         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29580         synchronous property for debugging.
29581         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29583         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29584         smaller block, fixing indent.
29585
29586 2004-01-16  David Schleef  <ds@schleef.org>
29587
29588         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29589         property affects the video stream.
29590         * sys/xvimage/xvimagesink.c:
29591         * sys/xvimage/xvimagesink.h:
29592         Add synchronous property for debugging.  Should probably be
29593         disabled in non-CVS builds.  Make sure that the Xv attribute
29594         exists before we set it (crash!).  Fix a silly float bug that
29595         caused colorbalance to just not work.
29596
29597 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29598
29599         * tools/gst-launch-ext.in - update for new plugins
29600
29601 2004-01-16  David Schleef  <ds@schleef.org>
29602
29603         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29604         already-freed caps.
29605
29606 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29607
29608         * Update spec for new colorspace plugin and libcaca plugin
29609         * Fix compilation of libcaca plugin (clock -> id)
29610
29611 2004-01-16  Julien MOUTTE <julien@moutte.net>
29612
29613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29614         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29615         (gst_xvimagesink_set_xwindow_id),
29616         (gst_xvimagesink_colorbalance_set_value),
29617         (gst_xvimagesink_colorbalance_get_value),
29618         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29619         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29620         correct colorbalance properties. They can now be set when the element
29621         is still in NULL state. The values will be committed to the Xv Port
29622         when xcontext is initialized.
29623         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29624         brightness int values in the GstXvImagesink structure.
29625
29626 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29627
29628         * gst-libs/gst/Makefile.am:
29629           restructure so having local patches works easier.
29630
29631 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/mpeg2enc/Makefile.am:
29634         * ext/mpeg2enc/gstmpeg2enc.cc:
29635         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29636           Bugfix with respect to EOS handling.
29637
29638 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29639
29640         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29641           Link with right caps (else, it segfaults).
29642         * ext/mplex/gstmplexjob.cc:
29643           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29644
29645 2004-01-15  David Schleef  <ds@schleef.org>
29646
29647         * gst-libs/gst/audio/Makefile.am:
29648         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29649         from the template.
29650         * gst-libs/gst/audio/gstaudiofilter.c:
29651         * gst-libs/gst/audio/gstaudiofilter.h:
29652         Add bytes_per_sample and size and n_samples calculation.
29653         * gst-libs/gst/audio/gstaudiofilterexample.c:
29654         Remove, now autogenerated.
29655         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29656         Moved from gstaudiofilterexample, object name changed, code added
29657         so that it actually works.
29658         * gst-libs/gst/audio/make_filter:
29659         Script to build an audiofilter subclass from the template.
29660         * gst/colorspace/Makefile.am:
29661         * gst/colorspace/yuv2yuv.c:
29662         Remove file, since it's GPL, and we don't use it.
29663
29664 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29665
29666         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29668         them use the buffer free function to test how the buffer was allocated.
29669
29670 2004-01-15  David Schleef  <ds@schleef.org>
29671
29672         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29673         that handles osssink fallback.
29674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29675         (gst_audio_convert_getcaps):
29676         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29677         Add audio/x-qdm2 for QDM2 audio.
29678         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29679         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29681         Decrease minimum size to 16x16.
29682         * gst/wavparse/gstwavparse.c:
29683         Convert disabled pad template caps to new caps.
29684         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29686         (gst_xvimagesink_chain): Throw element error when display cannot
29687         be opened.  Increase minimum framerate to 1.0.  Check the data
29688         free function on a buffer to make sure it is the type we expect
29689         before manipulating it.
29690
29691 2004-01-15  Julien MOUTTE <julien@moutte.net>
29692
29693         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29694         (gst_videobalance_colorbalance_set_value): Implement passthru if
29695         settings are in the middle.
29696         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29697
29698 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29699
29700         * gst/videofilter/Makefile.am:
29701         * gst/volume/Makefile.am:
29702           Since we use videofilter symbols, link to it.
29703
29704 2004-01-15  Julien MOUTTE <julien@moutte.net>
29705
29706         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29707         mixer interface type to HARDWARE.
29708         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29709         type to SOFTWARE.
29710         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29711         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29712         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29713         (gst_volume_interface_init), (gst_volume_list_tracks),
29714         (gst_volume_set_volume), (gst_volume_get_volume),
29715         (gst_volume_set_mute), (gst_volume_mixer_init),
29716         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29717         (volume_init): Implementing mixer interface.
29718         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29719         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29720         (gst_osselement_change_state): Removing some trailing commas in
29721         structures.
29722         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29723         interface type to HARDWARE.
29724         * sys/v4l/gstv4lcolorbalance.c:
29725         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29726         type to HARDWARE.
29727         * sys/v4l2/gstv4l2colorbalance.c:
29728         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29729         interface type to HARDWARE.
29730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29731         same code than ximagesink for event handling.
29732
29733 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29734
29735         * ext/snapshot/Makefile.am:
29736         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29737         (gst_snapshot_chain):
29738         * ext/snapshot/gstsnapshot.h:
29739           This has to be a joke... Snapshot should be connected to a tee,
29740           colorspace element before it and EOS after that, where the other
29741           src of the tee receives normal data.
29742           The current way is *wrong*.
29743
29744 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * ext/hermes/gsthermescolorspace.c:
29747           Fix another compile error. Same as below.
29748
29749 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * gst/colorspace/gstcolorspace.c:
29752         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29753         (gst_colorspace_i420_to_yv12):
29754           Fix compiling... Didn't test if it actually works.
29755
29756 2004-01-15  David Schleef  <ds@schleef.org>
29757
29758         * configure.ac:
29759         * gst/colorspace/Makefile.am:
29760         * gst/colorspace/gstcolorspace.c:
29761         * gst/colorspace/gstcolorspace.h:
29762         * gst/colorspace/yuv2rgb.c:
29763         * gst/colorspace/yuv2rgb.h:
29764         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29765         code and GPL code.  Fix for new caps negotiation.  Rewrite
29766         much of the format handling code, and some of the conversion
29767         code.  Basically, rewrote almost everything.  This element
29768         handles I420, YV12 to RGB conversions.
29769         * ext/hermes/Makefile.am:
29770         * ext/hermes/gsthermescolorspace.c:
29771         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29772         Remove non-Hermes related code.  This element handles lots of
29773         RGB to RGB conversions, but no YUV.
29774         * ext/hermes/gstcolorspace.c:
29775         * ext/hermes/gstcolorspace.h:
29776         * ext/hermes/rgb2yuv.c:
29777         * ext/hermes/yuv2rgb.c:
29778         * ext/hermes/yuv2rgb.h:
29779         * ext/hermes/yuv2rgb_mmx16.s:
29780         * ext/hermes/yuv2yuv.c:
29781         * ext/hermes/yuv2yuv.h:
29782         Remove old code.
29783
29784 2004-01-14  Colin Walters  <walters@verbum.org>
29785
29786         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29787         they've already been.
29788
29789 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29790
29791         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29792           assume tag mode when pad is not connected
29793
29794 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29795
29796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29797           Don't update the time of the clock
29798         (gst_alsa_sink_loop):
29799           sync to the clock given to alsasink, not the own clock
29800         * sys/oss/gstosssink.c: (gst_osssink_chain):
29801           sync to the clock
29802         (gst_osssink_change_state):
29803           activate the clock
29804         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29806           remove bogus code that made DISCONT events unhandled
29807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29808           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29809           #131502)
29810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29811         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29812         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29813           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29814           2nd warning in bug #131502)
29815
29816 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29817
29818         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29819         (gst_videobalance_colorbalance_set_value),
29820         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29821         for colorbalance interface implementation.
29822         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29823         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29824         (gst_ximagesink_dispose), (gst_ximagesink_init),
29825         (gst_ximagesink_class_init): Adding DISPLAY property.
29826         * sys/ximage/ximagesink.h: Adding display_name to store display.
29827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29828         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29829         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29830         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29831         properties (they still need polishing though for gst-launch use : no
29832         xcontext yet, i ll do that tomorrow).
29833         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29834
29835 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29836
29837         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29838         (gst_play_set_location), (gst_play_set_visualization): Preparing
29839         switch integration, adding videobalance in the pipeline.
29840
29841 2004-01-14  Julien MOUTTE <julien@moutte.net>
29842
29843         * gst-libs/gst/colorbalance/colorbalance.c:
29844         (gst_color_balance_class_init): Adding a default type.
29845         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29846         the type.
29847         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29848         (gst_videobalance_dispose), (gst_videobalance_class_init),
29849         (gst_videobalance_init), (gst_videobalance_interface_supported),
29850         (gst_videobalance_interface_init),
29851         (gst_videobalance_colorbalance_list_channels),
29852         (gst_videobalance_colorbalance_set_value),
29853         (gst_videobalance_colorbalance_get_value),
29854         (gst_videobalance_colorbalance_init): Implementing colorbalance
29855         interface.
29856         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29857         list.
29858         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29859         bug which was triggering a BadAccess X error when setting an overlay
29860         before pad was really negotiated.
29861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29862         Using the colorbalance type macro.
29863
29864 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29865
29866         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29867         (gst_flacenc_chain):
29868           handle tags correctly
29869         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29870           extract ID3v1 tags correctly
29871
29872 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29875         (plugin_init):
29876           Improve matroska typefinding for odd-typed headers...
29877
29878 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29881           Fix for using incremental number on padnames.
29882
29883 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * ext/divx/gstdivxdec.c:
29886         * ext/divx/gstdivxenc.c:
29887           Set category to divx4linux instead of divx (too generic).
29888         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29889         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29890         (gst_wavparse_loop), (gst_wavparse_change_state):
29891         * gst/wavparse/gstwavparse.h:
29892           fix parsing of WAV files with non-standard fmt-tag size and fix
29893           skipping of unrecognized chunks... Someone please fix this thing
29894           to use rifflib so all this is automated.
29895         * sys/v4l/Makefile.am:
29896         * sys/v4l2/Makefile.am:
29897           Add X_CFLAGS because we depend on X (for overlay).
29898
29899 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29900
29901         * ext/mpeg2dec/gstmpeg2dec.c:
29902           Don't issue a timestamp unless we tagged the frame
29903           with a PTS.
29904
29905 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29906
29907         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29908           Query the audio element to get the time, not the clock. We're
29909           interested in the element's time here.
29910
29911 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29912
29913         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29915         * ext/esd/esdsink.c: (gst_esdsink_chain):
29916         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29917         * ext/mas/massink.c: (gst_massink_chain):
29918         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29920         (gst_matroska_demux_parse_metadata):
29921         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29922         (gst_mpeg_parse_release_locks):
29923         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29924         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29925         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29926         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29927         (gst_osssink_change_state):
29928         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29929         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29930         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29931         (gst_xvideosink_release_locks):
29932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29933           use element time.
29934         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29935         (gst_alsa_clock_stop):
29936         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29937         (gst_audio_clock_get_internal_time):
29938           simplify for use with new clocking code.
29939         * testsuite/alsa/Makefile.am:
29940         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29941           fix testsuite for new caps system
29942
29943 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29944
29945         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29946         * ext/flac/gstflacenc.c: (add_one_tag):
29947           length is already host endian, no need to convert. Fixes playback of
29948           tagged files on PPC. (bug #128384)
29949
29950 2004-01-13  Julien MOUTTE <julien@moutte.net>
29951
29952         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29953         colorbalance interface stating if it is hardware based or software
29954         based.
29955         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29956         Removing a trailing comma.
29957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29958         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29959         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29960         the documentation seems to be wrong on the -1000 to 1000 interval.
29961
29962 2004-01-12  David Schleef  <ds@schleef.org>
29963
29964         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29965         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29966         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29967         Fix negotiation.  Add a bufferalloc function for the sink pad,
29968         and generally clean up some of the code.
29969
29970 2004-01-12  Julien MOUTTE <julien@moutte.net>
29971
29972         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29973         (gst_color_balance_channel_dispose): Adding safety check in dispose
29974         method.
29975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29976         (gst_xvimagesink_xcontext_clear),
29977         (gst_xvimagesink_interface_supported),
29978         (gst_xvimagesink_colorbalance_list_channels),
29979         (gst_xvimagesink_colorbalance_set_value),
29980         (gst_xvimagesink_colorbalance_get_value),
29981         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29982         Adding colorbalance interface support to set XV parameters such as
29983         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29984         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29985         interface.
29986
29987 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29988
29989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29990         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29991         (gst_audio_convert_init), (gst_audio_convert_set_property),
29992         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29993         (gst_audio_convert_link),
29994         (gst_audio_convert_buffer_to_default_format),
29995         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29996           - implement _getcaps and use it
29997           - improve linking
29998           - remove float caps since no float conversion is actually done
29999           - remove properties and arguments that were to be used for rate
30000             conversion
30001
30002 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30003
30004         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30005         (gst_audio_structure_set_int):
30006         * gst-libs/gst/audio/audio.h:
30007           add helper functions for _getcaps matching the standard audio
30008           templates
30009
30010 2004-01-12  David Schleef  <ds@schleef.org>
30011
30012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30013         Test that pad is negotiated before getting its caps.
30014
30015 2004-01-12  Julien MOUTTE <julien@moutte.net>
30016
30017         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30018         analyzing the pads of an element the bin is mostly in READY state so
30019         no caps were negotiated. This helper function needs to work with
30020         _get_caps directly then. I was not freeing them though, added that to
30021         fix the mem leak.
30022
30023 2004-01-12  Julien MOUTTE <julien@moutte.net>
30024
30025         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30027         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30028         than the free_func.
30029
30030 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30031
30032         * sys/oss/gstossaudio.c: (plugin_init):
30033         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30034         * sys/oss/gstosselement.h:
30035           make an oss debugging category
30036           make failure more descriptive
30037
30038 2004-01-11  David Schleef  <ds@schleef.org>
30039
30040         * ext/ffmpeg/gstffmpeg.c:
30041         * ext/ffmpeg/gstffmpegcodecmap.c:
30042         * ext/ffmpeg/gstffmpegdec.c:
30043         * ext/ffmpeg/gstffmpegenc.c:
30044         * ext/ffmpeg/gstffmpegprotocol.c:
30045         * ext/gdk_pixbuf/gstgdkanimation.c:
30046         * ext/jpeg/gstjpeg.c:
30047         * ext/libpng/gstpng.c:
30048         * ext/mpeg2dec/perftest.c:
30049         * ext/speex/gstspeex.c:
30050         * gst-libs/gst/resample/dtos.c:
30051         * gst/intfloat/gstintfloatconvert.c:
30052         * gst/oneton/gstoneton.c:
30053         * gst/rtjpeg/RTjpeg.c:
30054         * gst/rtp/gstrtp.c:
30055         * sys/dxr3/dxr3init.c:
30056         * sys/glsink/gstgl_nvimage.c:
30057         * sys/glsink/gstgl_pdrimage.c:
30058         * sys/glsink/gstglsink.c:
30059         * testsuite/gst-lint:
30060         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30061
30062 2004-01-11  David Schleef  <ds@schleef.org>
30063
30064         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30065         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30066         * ext/gdk_pixbuf/gstgdkanimation.c:
30067         (gst_gdk_animation_iter_create_pixbuf):
30068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30069         (gst_gdk_pixbuf_chain):
30070         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30071         * ext/jack/gstjack.c: (gst_jack_change_state):
30072         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30073         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30074         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30075         * gst/videofilter/gstvideofilter.c:
30076         (gst_videofilter_set_output_size):
30077         Remove all usage of gst_pad_get_caps(), and replace it with
30078         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30079
30080 2004-01-11  David Schleef  <ds@schleef.org>
30081
30082         * configure.ac:
30083         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30084         * ext/divx/gstdivxdec.c:
30085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30086         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30087         handle images that span multiple buffers.  Now work with both
30088         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30089         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30090         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30091         video/video.h changes
30092         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30093         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30094         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30095         of GstData free function.
30096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30097         same.
30098
30099 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30100
30101         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30102         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30103         (gst_v4l2element_get_property):
30104         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30105           add norm, channel and frequency properties.
30106         * sys/v4l2/gstv4l2tuner.c:
30107           fixes for tuner interface changes
30108         * sys/v4l2/gstv4l2element.h:
30109         * sys/v4l2/gstv4l2src.c:
30110         * sys/v4l2/gstv4l2src.h:
30111         * sys/v4l2/v4l2src_calls.c:
30112         * sys/v4l2/v4l2src_calls.h:
30113           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30114
30115 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30116
30117         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30118         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30119         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30120         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30121         * gst-libs/gst/tuner/tuner.h:
30122           GObjects aren't const.
30123           Add find_by_name functions.
30124           Add checks to _changed functions.
30125         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30126         (gst_v4l_tuner_get_norm):
30127           Fixes for above.
30128
30129 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30130
30131         * gst-libs/gst/video/video.h:
30132           Fix caps template names to be understandable.
30133           Prefix everything with GST_VIDEO.
30134         * ext/aalib/gstaasink.c:
30135         * ext/divx/gstdivxdec.c:
30136         * ext/divx/gstdivxenc.c:
30137         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30138         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30139         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30140         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30141         * ext/libcaca/gstcacasink.c:
30142         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30143         * ext/snapshot/gstsnapshot.c:
30144         * ext/swfdec/gstswfdec.c:
30145         * ext/xvid/gstxviddec.c:
30146         * ext/xvid/gstxvidenc.c:
30147         * gst/chart/gstchart.c:
30148         * gst/deinterlace/gstdeinterlace.c:
30149         * gst/effectv/gsteffectv.c:
30150         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30151         * gst/goom/gstgoom.c:
30152         * gst/median/gstmedian.c:
30153         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30154         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30155         * gst/overlay/gstoverlay.c:
30156         * gst/smooth/gstsmooth.c:
30157         * gst/smpte/gstsmpte.c:
30158         * gst/synaesthesia/gstsynaesthesia.c:
30159         * gst/videocrop/gstvideocrop.c:
30160         * gst/videodrop/gstvideodrop.c:
30161         * gst/y4m/gsty4mencode.c:
30162         * sys/qcam/gstqcamsrc.c:
30163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30164           Make them work with new video.h file.
30165         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30166         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30168         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30169           Make it work with new buffer allocation system.
30170
30171 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30172
30173         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30174         pad_alloc_buffer implementation to use ->srcpad
30175         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30176         pad_alloc_buffer implementation to use ->srcpad
30177         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30178         pad_alloc_buffer implementation to use ->srcpad
30179         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30180         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30181         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30182         a reference to everything we need.
30183         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30185         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30186         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30187         a reference to everything we need.
30188         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30189
30190 2004-01-11  David Schleef  <ds@schleef.org>
30191
30192         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30193         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30194         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30195         structure members.
30196         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30197         value during a resize/renegotiation.
30198         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30199         gst_pad_alloc_buffer();
30200         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30201         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30202         structure members.
30203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30204         Fix for rename of buffer private structure members.
30205         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30206         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30207         Fix for rename of buffer private structure members.
30208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30209         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30210         Fix for rename of buffer private structure members.
30211
30212 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30213
30214         reviewed by: David Schleef <ds@schleef.org>
30215
30216         * gst/videofilter/Makefile.am:
30217         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30218         from the patch by ds to fit in with recent make_filter changes.
30219
30220 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30221
30222         * configure.ac: Adding examples/switch/Makefile
30223         * examples/Makefile.am: Adding examples/switch
30224         * examples/switch/Makefile.am: Adding switcher example.
30225         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30226         (switch_timer), (main): Adding an example demonstrating switch usage
30227         with 2 videotestsrc showing different patterns.
30228         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30229         (gst_switch_init): Fixing switch with the new caps system.
30230
30231 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30232
30233         * gst-libs/gst/video/video.h:
30234           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30235           They should probably be like
30236           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30237
30238 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30239
30240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30241         (qtdemux_parse_trak):
30242           fix audio chunk size/timestamp calculation
30243
30244 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30245
30246         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30247           fix SVQ3 caps
30248
30249 2004-01-11  Steve Baker  <steve@stevebaker.org>
30250
30251         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30252         (gst_agingtv_base_init), (gst_agingtv_class_init),
30253         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30254         (gst_agingtv_set_property), (gst_agingtv_get_property):
30255         Port agingTV to videofilter
30256
30257 2004-01-09  Julien MOUTTE <julien@moutte.net>
30258
30259         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30260         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30261
30262 2004-01-09  Julien MOUTTE <julien@moutte.net>
30263
30264         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30265         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30266         * gst-libs/gst/xoverlay/xoverlay.c:
30267         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30269         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30270         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30271         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30272         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30273         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30274         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30275         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30276         interface implementation to handle xid being 0 and fix some bugs
30277         triggered by Benjamin's testcase.
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30279         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30280         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30281         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30282         interface implementation to handle xid being 0 and fix some bugs
30283         triggered by Benjamin's testcase.
30284
30285 2004-01-09  David Schleef  <ds@schleef.org>
30286
30287         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30288         mouse pointer events.  It works.
30289
30290 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30291
30292         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30293           Use explicit caps - fix capsnego.
30294         * ext/xvid/gstxviddec.c:
30295         * ext/xvid/gstxvidenc.c:
30296           Remove macro-inside-macro which caused compile errors.
30297         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30298           Error out if it's not a RIFF file. Else we error out without
30299           gst_element_error() which is not good...
30300
30301 2004-01-08  David Schleef  <ds@schleef.org>
30302
30303         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30304         Fix pad_link function to handle formats that ffmpeg returns
30305         as multiple caps structures.
30306         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30307         Only complain if source buffer is _smaller_ than expected.
30308         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30309         (gst_videoscale_handle_src_event): Resize navigation events
30310         when passing them upstream.
30311         * gst/videotestsrc/gstvideotestsrc.c:
30312         * gst/videotestsrc/gstvideotestsrc.h:
30313         * gst/videotestsrc/videotestsrc.c:
30314         * gst/videotestsrc/videotestsrc.h:
30315         Rewrite many of the buffer painting functions to handle odd
30316         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30317         been verified to work with my video card.
30318         * testsuite/gst-lint:  Add check for elements calling
30319         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30320
30321 2004-01-08  David Schleef  <ds@schleef.org>
30322
30323         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30324         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30325
30326 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30327
30328         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30329         configure event is not emiting the desired size signal. That fixes
30330         aspect ratio issues with gst-player.
30331
30332 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30333
30334         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30335           Fix capsnego.
30336
30337 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30338
30339         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30340         public method to fire size signal.
30341
30342 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30343
30344         * examples/gstplay/Makefile.am: Adding the interface library.
30345         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30346         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30347         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30348         GST_IS_X_OVERLAY before signal connect.
30349         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30350         Removing the have_video_size signal.
30351         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30352         and associated public method.
30353         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30354         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30355         signal.
30356         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30357         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30358         signal.
30359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30360         Using XOverlay public method to fire size signal.
30361
30362 2004-01-07  David Schleef  <ds@schleef.org>
30363
30364         * gst/videofilter/Makefile.am:
30365         * gst/videofilter/gstvideotemplate.c:
30366         * gst/videofilter/make_filter:
30367         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30368         Convert make_filter to /bin/sh script.
30369
30370 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30371
30372         * gst/modplug/gstmodplug.cc: fix element description
30373
30374 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30375
30376         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30377         (got_video_size): Adding some new lines in g_print calls.
30378         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30379         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30380         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30381         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30382         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30383         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30384         Complete code review, reverting some stuff i disagree with, adding
30385         some fixes : time synchronization on invalid timestamps, renegotiation
30386         of private window.
30387         * sys/ximage/ximagesink.h:
30388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30389         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30390         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30391         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30392         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30393         (gst_xvimagesink_buffer_new),
30394         (gst_xvimagesink_navigation_send_event),
30395         (gst_xvimagesink_set_xwindow_id),
30396         (gst_xvimagesink_get_desired_size),
30397         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30398         stuff i disagree with, adding some fixes : Renegotiation of private
30399         window, implementing get_desired_size.
30400
30401 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30402
30403         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30404         (gst_afsink_handle_event):
30405         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30406         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30407         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30408         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30409         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30410           Fix for instantiate-test (see core). Also remove dead code from
30411           jpegenc (which still needs fixing, but that's lower on my TODO
30412           list...).
30413         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30414           Never return NULL as caps.
30415
30416 2004-01-07  David Schleef  <ds@schleef.org>
30417
30418         * configure.ac:
30419         * ext/Makefile.am:
30420         * ext/librfb/Makefile.am:
30421         * ext/librfb/gstrfbsrc.c:
30422         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30423         is the protocol used by VNC.
30424
30425 2004-01-07  David Schleef  <ds@schleef.org>
30426
30427         * gst/videofilter/gstvideotemplate.c:
30428         * gst/videofilter/gstvideotemplate.h:
30429         * gst/videofilter/make_filter:
30430         Merge videotemplate header into source file.
30431         * gst/effectv/Makefile.am:
30432         * gst/effectv/gsteffectv.c: (plugin_init):
30433         * gst/effectv/gstwarp.c:
30434         Make warpTV a subclass of videofilter.
30435
30436 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30437
30438         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30439           Add guard against invalid utf-8 conversions in mad. Just in case.
30440
30441 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30442
30443         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30444           Fix for bug shown by poisoning
30445
30446 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30447
30448         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30449         (gst_v4lmjpegsrc_buffer_free):
30450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30451         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30452         (gst_v4lsrc_buffer_free):
30453           Fix for removed bufferpools.
30454
30455 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30456
30457         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30458         Fix caps negotiation.
30459
30460         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30461         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30462         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30463         (dvdnavsrc_event):
30464         * ext/mpeg2dec/gstmpeg2dec.c:
30465         * gst-libs/gst/navigation/navigation.c:
30466         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30467         * gst-libs/gst/navigation/navigation.h:
30468         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30469         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30471         Super-simple first version of mouse and keyboard events. Clicking
30472         on a DVD menu now works, although it may not take you where you
30473         expected.
30474
30475         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30476         * gst/videotestsrc/gstvideotestsrc.c:
30477         (gst_videotestsrc_src_fixate):
30478         These fixate functions were broken - they never actually
30479         fixated :)
30480
30481 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30482
30483         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30484         (gst_icecastsend_init):
30485           fix for new caps system.
30486         * gst-libs/gst/mixer/mixertrack.h:
30487         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30488           Add 'master track' flag (for tools like ACME that only want to
30489           change the main volume).
30490
30491 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30492
30493         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30494         (gst_xvid_csp_to_caps):
30495         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30496         * ext/xvid/gstxvidenc.c:
30497         ifdef out ARGB type when it isn't available
30498         in xvidcore 1.0.0beta2
30499
30500 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30501
30502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30503           When we have received a new SCR right in the first buffer after
30504           a seek (so in the same cycle that handles the discont), we should
30505           handle the buffer instead of unreffing it, else we lose data.
30506
30507 2004-01-06  Iain <iain@prettypeople.org>
30508
30509         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30510           buffer-frames caps too.
30511
30512         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30513           caps that we need, don't destroy them all and rebuild them. And when
30514           creating src pads, use the src pad template rather than the sink...
30515
30516 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30519           Add pad to element *after* setting functions such as event handler.
30520           Without this, the scheduler (opt) will link pads, set the event
30521           handler from the default event function (dispatcher in gstpad.c)
30522           and *after* that, we will set our own event function, which will
30523           thus never be used (and thus mpegdemux doesn't handle events).
30524
30525 2004-01-04  David Schleef  <ds@schleef.org>
30526
30527         Fix the fixate functions to handle new prototype:
30528         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30529         * gst/videotestsrc/gstvideotestsrc.c:
30530         (gst_videotestsrc_src_fixate):
30531         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30532         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30534
30535 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30536
30537         * sys/ximage/ximagesink.h:
30538         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30539         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30540         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30541         (gst_ximagesink_xoverlay_init):
30542           assorted fixes to make (re)embedding work
30543         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30544         (gst_ximagesink_get_desired_size):
30545           implement desired size additions to XOverlay
30546
30547 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30548
30549         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30550         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30551         (gst_x_overlay_got_desired_size):
30552         * gst-libs/gst/xoverlay/xoverlay.h:
30553           Add optional "desired size" signal and querying.
30554
30555 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * gst/matroska/matroska-demux.c:
30558         (gst_matroska_demux_parse_blockgroup):
30559           Fix EBML-laced block parsing. Diffs are relative to previous
30560           lace, not the first lace. Thanks to Mosu from the Matroska
30561           team for detecting this.
30562         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30563         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30564         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30565         (gst_wavparse_change_state):
30566         * gst/wavparse/gstwavparse.h:
30567           Quickfix for capsnego.
30568
30569 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30570
30571         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30572           Fix indenting, fix pad creation.
30573
30574 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30577         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30578         (gst_xviddec_sink_link):
30579           Implement src_getcaps() so proper size caps is negotiated.
30580
30581 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30582
30583         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30584           Finish flac decoder on EOS. See #116178.
30585
30586 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30589         (gst_matroska_demux_add_stream):
30590         * gst/matroska/matroska-ids.h:
30591           Add getcaps() function to fix capsnego...
30592
30593 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30594
30595         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30596         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30598           Fix more integer overflows. Again, see #126967.
30599
30600 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30601
30602         * ext/mpeg2dec/gstmpeg2dec.c:
30603           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30604           #130416.
30605
30606 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * configure.ac:
30609         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30610         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30611         * ext/xvid/gstxvid.h:
30612         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30613         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30614         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30615         (gst_xviddec_change_state):
30616         * ext/xvid/gstxviddec.h:
30617         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30618         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30619         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30620         (gst_xvidenc_link), (gst_xvidenc_set_property),
30621         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30622         * ext/xvid/gstxvidenc.h:
30623           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30624
30625 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * gst/rtp/rtp-packet.c:
30628           Add sys/types.h include, since OS X doesn't define in_addr_t
30629           in netinet/in.h, like it does on Linux (see #129600).
30630
30631 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30632
30633         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30634
30635         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30636           Correct logic of dispose function (see #129306).
30637
30638 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30639
30640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30641         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30642         (gst_mpeg_parse_init):
30643         * gst/mpegstream/gstmpegparse.h:
30644           Remove clock (which was never provided, i.e. dead code), and
30645           also fix integer overflows at high PTS values (see #126967).
30646
30647 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30648
30649         * ext/flac/gstflacdec.c:
30650         * ext/libpng/gstpngenc.h:
30651         * ext/mikmod/gstmikmod.h:
30652           OS X fixes (see #126628).
30653
30654 2004-01-02  David Schleef  <ds@schleef.org>
30655
30656         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30657         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30658         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30659         (gst_mpeg_parse_class_init): Move pad template registration
30660         to class_init, since the derived class (mpegdemux) doesn't
30661         want them.
30662
30663 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * sys/ximage/Makefile.am:
30666         * sys/xvideo/Makefile.am:
30667         * sys/xvimage/Makefile.am:
30668           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30669           after installation (see #127664).
30670
30671 2004-01-02  David Schleef  <ds@schleef.org>
30672
30673         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30674         (gst_ffmpegenc_connect):  Negotiation fixes.
30675         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30676         Remove inappropriate gst_caps_free().
30677         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30678         Reenable Ronald's internal resize code, since the core handles
30679         it correctly now.
30680
30681 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30682
30683         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30686           Fix pad template stuff.
30687
30688 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30689
30690         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30691         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30692           fix signed integer reading/writing.
30693
30694 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30695
30696         * ext/alsa/README:
30697           Remove outdated document
30698
30699 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30700
30701         * gst/cutter/gstcutter.c: (gst_cutter_init):
30702           src pad was being created twice - oops.
30703
30704 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30705
30706         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30707           Comment out internal resize. It doesn't handle the resulting
30708           XEvent internally, does another try_set_caps() which leads to
30709           a really nice loop.
30710           Real fix will come when Julien and Dave are awake. ;).
30711
30712 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30713
30714         * ext/mpeg2enc/gstmpeg2enc.cc:
30715           fix const/nonconst compile issue.
30716
30717 2004-01-02  David Schleef  <ds@schleef.org>
30718
30719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30720         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30721         Add fixate function and a check for bad formats.
30722
30723 2004-01-01  David Schleef  <ds@schleef.org>
30724
30725         Negotiation fixes:
30726         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30727         (gst_audiofilter_init):
30728         * gst/debug/efence.c: (gst_efence_init):
30729         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30730         (gst_deinterlace_init):
30731         * gst/volume/gstvolume.c: (volume_connect):
30732
30733 2004-01-01  David Schleef  <ds@schleef.org>
30734
30735         Convert elements to use gst_pad_use_explicit_caps() where
30736         appropriate:
30737         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30738         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30739         (gst_afparse_open_file):
30740         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30741         (gst_afsrc_open_file):
30742         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30743         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30744         (gst_ffmpegdec_chain):
30745         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30746         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30748         (gst_gdk_pixbuf_chain):
30749         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30750         (gst_jpegdec_chain):
30751         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30752         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30753         (gst_mikmod_negotiate):
30754         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30755         (gst_mpeg2dec_negotiate_format):
30756         * ext/mpeg2enc/gstmpeg2enc.cc:
30757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30758         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30759         (gst_speexdec_sinkconnect):
30760         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30761         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30762         (gst_vorbisfile_new_link):
30763         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30764         (gst_ac3parse_chain):
30765         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30766         (gst_asf_demux_setup_pad):
30767         * gst/auparse/gstauparse.c: (gst_auparse_init),
30768         (gst_auparse_chain):
30769         * gst/id3/gstid3types.c: (gst_id3types_loop):
30770         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30771         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30772         (mp1videoparse_parse_seq):
30773         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30774         (bpf_from_header):
30775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30776         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30777         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30778         (gst_mpeg_parse_send_data):
30779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30780         (gst_qtdemux_add_stream):
30781         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30782         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30783         (gst_wavparse_parse_fmt):
30784
30785 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30786
30787         * configure.ac:
30788           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30789           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30790           it therefore uses the wrong include paths. Too bad... Note
30791           that 1.6.1.93 is not release yet. ;).
30792           Also add a check for mplex, which is now using the lib'ified
30793           mplex from mjpegtools, too.
30794         * ext/ffmpeg/gstffmpegcodecmap.c:
30795           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30796           issues. I don't think ffmpeg handles 3ivx correctly, so this
30797           probably won't work. But it won't hurt either.
30798         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30799         (gst_ffmpegdec_chain):
30800         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30801         (gst_ffmpegenc_chain_audio):
30802           Fix memleak in audio encoding. Close codec if open fails, this
30803           calls the cleanup routines so we can re-use the context.
30804         * ext/mpeg2enc/gstmpeg2enc.cc:
30805           Fix pad template names/types, fix memory issue with getcaps().
30806         * ext/mpeg2enc/gstmpeg2encoder.cc:
30807         * ext/mpeg2enc/gstmpeg2encoder.hh:
30808           Fix compile issue with new caps system (const thingy).
30809         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30810         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30811           We read a first frame right on initing, so that we have a caps
30812           when we init the output. This caps is cached in padprivate and
30813           read as first frame.
30814         * ext/mplex/Makefile.am:
30815         * ext/mplex/gstmplex.cc:
30816         * ext/mplex/gstmplex.h:
30817         * ext/mplex/gstmplex.hh:
30818         * ext/mplex/gstmplexibitstream.cc:
30819         * ext/mplex/gstmplexibitstream.hh:
30820         * ext/mplex/gstmplexjob.cc:
30821         * ext/mplex/gstmplexjob.hh:
30822         * ext/mplex/gstmplexoutputstream.cc:
30823         * ext/mplex/gstmplexoutputstream.hh:
30824           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30825           had issues, didn't do capsnego, supported only a subset of the
30826           mplex features and required a mplex fork in our local CVS. Plus
30827           that it worked agaist a very old mplex version. Rewriting was
30828           faster than updating it.
30829         * gst-libs/ext/Makefile.am:
30830         * gst-libs/ext/mplex/INSTRUCT:
30831         * gst-libs/ext/mplex/Makefile.am:
30832         * gst-libs/ext/mplex/README:
30833         * gst-libs/ext/mplex/TODO:
30834         * gst-libs/ext/mplex/ac3strm_in.cc:
30835         * gst-libs/ext/mplex/audiostrm.hh:
30836         * gst-libs/ext/mplex/audiostrm_out.cc:
30837         * gst-libs/ext/mplex/aunit.hh:
30838         * gst-libs/ext/mplex/bits.cc:
30839         * gst-libs/ext/mplex/bits.hh:
30840         * gst-libs/ext/mplex/buffer.cc:
30841         * gst-libs/ext/mplex/buffer.hh:
30842         * gst-libs/ext/mplex/fastintfns.h:
30843         * gst-libs/ext/mplex/format_codes.h:
30844         * gst-libs/ext/mplex/inputstrm.cc:
30845         * gst-libs/ext/mplex/inputstrm.hh:
30846         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30847         * gst-libs/ext/mplex/mjpeg_logging.cc:
30848         * gst-libs/ext/mplex/mjpeg_logging.h:
30849         * gst-libs/ext/mplex/mjpeg_types.h:
30850         * gst-libs/ext/mplex/mpastrm_in.cc:
30851         * gst-libs/ext/mplex/mpegconsts.cc:
30852         * gst-libs/ext/mplex/mpegconsts.h:
30853         * gst-libs/ext/mplex/mplexconsts.hh:
30854         * gst-libs/ext/mplex/multplex.cc:
30855         * gst-libs/ext/mplex/outputstream.hh:
30856         * gst-libs/ext/mplex/padstrm.cc:
30857         * gst-libs/ext/mplex/padstrm.hh:
30858         * gst-libs/ext/mplex/stillsstream.cc:
30859         * gst-libs/ext/mplex/stillsstream.hh:
30860         * gst-libs/ext/mplex/systems.cc:
30861         * gst-libs/ext/mplex/systems.hh:
30862         * gst-libs/ext/mplex/vector.cc:
30863         * gst-libs/ext/mplex/vector.hh:
30864         * gst-libs/ext/mplex/videostrm.hh:
30865         * gst-libs/ext/mplex/videostrm_in.cc:
30866         * gst-libs/ext/mplex/videostrm_out.cc:
30867         * gst-libs/ext/mplex/yuv4mpeg.cc:
30868         * gst-libs/ext/mplex/yuv4mpeg.h:
30869         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30870         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30871           We don't fork mjpegtools' mplex in our CVS anymore.
30872         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30873         (gst_avi_demux_add_stream):
30874         * gst/avi/gstavidemux.h:
30875           Add getcaps() function for proper caps nego. This makes some
30876           parts of AVI playback/reading work.
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30878           Resize window on new capsnego. This is probably wrong, but
30879           I'm still committing it because with current capsnego, the
30880           first successfull capsnego is auto-fixated, therefore rounded
30881           down to the lowest values in the caps. this results in a 16x16
30882           XWindow that is not reized when real capsnego finishes.
30883           Dave, I see more cases of this, do you know a proper solution?
30884         * tools/gst-launch-ext.in:
30885           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30886
30887 2003-12-31  David Schleef  <ds@schleef.org>
30888
30889         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30890         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30891           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30892
30893 2003-12-30  David Schleef  <ds@schleef.org>
30894
30895         * ext/ffmpeg/gstffmpegcolorspace.c:
30896         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30897         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30898         (gst_ffmpegcsp_chain): Negotiation fixes
30899         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30901         (gst_audio_convert_link), (gst_audio_convert_channels):
30902         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30903         (gst_audioscale_link), (gst_audioscale_get_buffer),
30904         (gst_audioscale_chain): Negotiation fixes
30905         * gst/audioscale/gstaudioscale.h:
30906         * gst/videofilter/gstvideofilter.c:
30907         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30908         (gst_videofilter_link), (gst_videofilter_init),
30909         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30910         (gst_videofilter_find_format_by_structure):
30911         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30912         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30913         (gst_videoscale_link):
30914         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30915         (videoscale_find_by_structure), (gst_videoscale_setup):
30916         * gst/videoscale/videoscale.h: Negotiation fixes
30917         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30918         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30919         function, restrict resizing to a multiple of 4 (hack until
30920         everyone supports odd sizes correctly).
30921
30922 2003-12-29  Colin Walters  <walters@verbum.org>
30923
30924         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30925         signed.
30926
30927 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30928
30929         * ext/sndfile/gstsf.c: (gst_sf_loop):
30930           Fix warning about discarding const qualifier
30931
30932 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30933
30934         * gst/cutter/gstcutter.c:
30935         * gst/videoscale/gstvideoscale.c:
30936         * gst/volenv/gstvolenv.c:
30937         * gst-libs/gst/audio/audio.c:
30938         * gst-libs/gst/video/video.c:
30939           Fix warnings
30940
30941 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30942
30943         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30944           Don't send ALSA debugging to stderr.
30945         * ext/alsa/gstalsa.h:
30946           Use GST_WARNING instead of g_warning when ALSA functions fail.
30947
30948 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30949
30950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30951           Free XVAdapterInfo correctly.
30952
30953 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30954
30955         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30956         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30957           Make id3tag use correct caps nego.
30958
30959 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30960
30961         * ext/ivorbis/vorbis.c:
30962         * ext/ivorbis/vorbisenc.h:
30963         * ext/ivorbis/vorbisfile.c:
30964           Modify so that it uses the new caps things
30965
30966 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30967
30968         * testsuite/spider/spider1.c: (main):
30969         * testsuite/spider/spider2.c: (main):
30970         * testsuite/spider/spider3.c: (main):
30971           Make tests compile again. They probably don't work.
30972
30973 2003-12-24  Colin Walters  <walters@verbum.org>
30974
30975         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30976         we can't fixate the caps anymore.
30977
30978 2003-12-23  David Schleef  <ds@schleef.org>
30979
30980         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30981         * sys/oss/gstosssink.c: (gst_osssink_init),
30982         (gst_osssink_sink_fixate): Add fixate function.
30983
30984 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30985
30986         * ext/ffmpeg/gstffmpegcodecmap.c:
30987         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30988         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30989         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30990         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30991         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30992         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30993         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30994           fix typo in RGB masks, and move back to "old" colorspace
30995           capsnego code until whoever wrote this new crap has actually
30996           tested it so that it works.
30997           And yes, this works, keep it that way please.
30998
30999 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31000
31001         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31002         (gst_divxdec_init), (gst_divxdec_negotiate):
31003         * ext/divx/gstdivxdec.h:
31004         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31005         (gst_divxenc_init):
31006         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31007         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31008         * ext/mpeg2enc/gstmpeg2enc.cc:
31009         * ext/mpeg2enc/gstmpeg2encoder.cc:
31010         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31011         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31012         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31013         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31014         (dxr3spusink_init):
31015         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31016         (dxr3videosink_init):
31017           Fix caps breakage after Dave's caps branch merge.
31018
31019 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31020
31021         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31022           Fix for 24bpp display.
31023
31024 2003-12-23  Colin Walters  <walters@verbum.org>
31025
31026         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31027         a GnomeVFSHandle directly.
31028
31029 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31030
31031         * gst/volume/Makefile.am:
31032         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31033         (volume_base_init), (volume_init):
31034           Reenable volume element and fix to work with new caps stuff.
31035           Rhythmbox needs this.
31036
31037 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31038
31039         * gst/qtdemux/qtdemux.c: (plugin_init):
31040           qtdemux requires bytestream
31041
31042 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31043
31044         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31045           Fix remaining caps handling errors due to CAPS merge.
31046
31047 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31048
31049         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31050         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31051         (gst_faad_srcconnect):
31052           Port to new caps system.
31053
31054 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31055
31056         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31057         (got_video_size), (main): using g_print instead of g_message.
31058         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31059         signal which was not emitted because of "switch" element added to the
31060         bin but not connected. (Removing from the bin temporarily)
31061
31062 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31063
31064         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31065         find X development files. I don't understand the previous tests and
31066         they fail on my debian/ppc unstable. This one works.
31067         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31068         exiting.
31069         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31070         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31071         (gst_play_set_visualization): Add some safety checks in set_ methods
31072         and state_change. This was throwing some ugly CRITICAL messages when
31073         pipeline was getting disposed and casts were failing.
31074
31075 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31076
31077         * configure.ac:
31078           Improve mpeg2enc detection. This is for distributions that do
31079           ship mjpegtools, but without mpeg2enc. Also does object check
31080           for might there ever be ABI incompatibility.
31081         * ext/mpeg2enc/gstmpeg2enc.cc:
31082           Add Andrew as second maintainer (he's helping me), and also add
31083           an error if no caps was set. This happens if I pull before capsnego
31084           and that's something I should solve sometime else.
31085         * gst/matroska/matroska-demux.c:
31086         (gst_matroska_demux_parse_blockgroup):
31087           Fix time parsing.
31088         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31089         (gst_matroska_mux_track_header):
31090           Add caps to templates.
31091         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31092           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31093         * gst/mpegstream/gstmpegdemux.c:
31094           Remove layer since it causes warnings about unfixed caps.
31095         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31096           Fix obvious typo (we error out if caps were set, we should of
31097           course error out if *no* caps were set).
31098         * sys/oss/gstosselement.c: (gst_osselement_convert):
31099           Fix format conversion, we confused bits/bytes.
31100         * sys/oss/gstosselement.h:
31101           Improve documentation for 'bps'.
31102         * sys/v4l/TODO:
31103           Remove stuff about plugins that need removing - this was done
31104           ages ago.
31105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31106         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31108         (gst_v4lsrc_src_query):
31109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31110         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31111           Add get_query_types(), get_formats() and query() functions.
31112
31113 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31114
31115         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31116           * moved CVS to freedesktop.org