gst-libs/gst/audio/gstbaseaudiosink.c
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-22  Andy Wingo  <wingo@pobox.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c
4         (gst_base_audio_sink_init): Disable pull-mode activation until we
5         figure out how to make audio sinks go to PLAYING.
6
7 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10         (double_hq), (audio_convert_get_func_index),
11         (audio_convert_prepare_context), (audio_convert_convert):
12         * gst/audioconvert/audioconvert.h:
13         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
14         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
15         * gst/audioconvert/gstchannelmix.h:
16         * tests/check/elements/audioconvert.c: (GST_START_TEST):
17           Add float as an intermediate format, as well as float mixing. Enable
18           test that was failing before. Fixes #339837
19
20 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
21
22         * tests/examples/seek/seek.c: (do_seek):
23         Undo the previous commit: -1 as a stop time implies that the stop
24         time is the end of file, clearing any previously configured segment.
25
26 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
27
28         * tests/examples/seek/seek.c: (do_seek):
29         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
30
31 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
32
33         * gst/volume/gstvolume.c: (volume_process_int16),
34         (volume_process_int16_clamp), (volume_set_caps):
35           Unbreak volume, value remains gint.
36
37 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
38
39         * gst/volume/gstvolume.c: (volume_choose_func),
40         (volume_update_real_volume), (gst_volume_set_volume),
41         (gst_volume_init), (volume_process_double), (volume_process_float),
42         (volume_process_int16), (volume_process_int16_clamp),
43         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
44         * gst/volume/gstvolume.h:
45           Extend float audio support (double) and some int->uint cleanups.
46
47 2007-02-20  Edward Hervey  <edward@fluendo.com>
48
49         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
50         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
51         (sort_end_pads), (gst_decode_group_expose),
52         (gst_decode_group_hide):
53         Don't free groups from the streaming threads. Just put them aside and
54         free them in dispose.
55
56 2007-02-20  Edward Hervey  <edward@fluendo.com>
57
58         * gst/playback/gstdecodebin2.c: (connect_element),
59         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
60         (sort_end_pads), (gst_decode_group_expose):
61         Handle dynamic pads within groups.
62         Sort pads before exposing them in order to make playbin happy.
63         There still is a race with the multiqueue filling up. This should be
64         solved separately.
65         Fixes #398721
66
67 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
68
69         * gst-libs/gst/utils/base-utils.c:
70         * gst-libs/gst/utils/descriptions.c:
71         * gst-libs/gst/utils/install-plugins.c:
72         * gst-libs/gst/utils/missing-plugins.c:
73           Some more docs (and descriptions for two subtitle formats).
74
75 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
76
77         * gst-libs/gst/audio/audio.c:
78           Fix documentation.
79
80 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
81
82         Patch by: Yves Lefebvre  <ivanohe abacom com>
83
84         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
85           Don't leak caps. Fixes #408278.
86
87 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
88
89         * ext/cdparanoia/gstcdparanoiasrc.h:
90         * ext/ogg/gstoggdemux.h:
91         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
92         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
93         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
94         * gst-libs/gst/audio/audio.h:
95         * gst-libs/gst/audio/gstaudiofilter.h:
96         * gst-libs/gst/interfaces/videoorientation.h:
97         * gst/adder/gstadder.h:
98           More docs coverage and some ChangeLog surgery (add missing names)
99
100 2007-02-15  Wim Taymans  <wim@fluendo.com>
101
102         * sys/ximage/ximagesink.c:
103         (gst_ximagesink_calculate_pixel_aspect_ratio):
104         * sys/xvimage/xvimagesink.c:
105         (gst_xvimagesink_calculate_pixel_aspect_ratio):
106         Small constifications.
107
108 2007-02-15  Wim Taymans  <wim@fluendo.com>
109
110         * gst-libs/gst/audio/gstbaseaudiosink.c:
111         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
112         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
113         (gst_base_audio_sink_async_play),
114         (gst_base_audio_sink_change_state):
115         Answer latency query.
116         Use configured latency when syncing.
117         Fix clock slaving.
118
119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
120         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
121         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
122         Fix possible memleak.
123         Implement latency query.
124         Small cleanups.
125
126 2007-02-15  Wim Taymans  <wim@fluendo.com>
127
128         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
129         Ignore errors in reset, these are not fatal. They also grab the element
130         lock which is already taking when this function is called. Fixes
131         #405451.
132
133 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
134
135         * configure.ac:
136           Remove 'tests/examples/xerror/Makefile' from output files again.
137
138 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
139
140         * configure.ac:
141         * docs/plugins/Makefile.am:
142           Also crossref against gst-plugins-base-libs.
143
144 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
145
146         * configure.ac:
147         * docs/libs/Makefile.am:
148         * docs/plugins/Makefile.am:
149           Add crossreferences to glib/gobject/gstream docs.
150
151         * gst-libs/gst/audio/audio.h:
152           Source formatting.
153
154         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
155           Add own debug category.
156
157 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
158
159         Patch by: René Stadler <mail at renestadler de>
160
161         * gst-libs/gst/tag/gstvorbistag.c:
162           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
163           (#403597).
164
165 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
166
167         * gst/playback/gstplaybasebin.c: (setup_source):
168           When we have external subtitles and wait for the subtitle decodebin
169           to get up and running, we set up a (sync) bus handler for the
170           subtitle decodebin, so we can stop waiting when it posts an error
171           message. However, we should do that before we set the subtitle
172           decodebin's state to playing, otherwise things are racy and we might
173           miss error messages posted before we had a chance to set up the bus.
174           This should finally fix totem hanging on .txt pseudo-subtitle files.
175           
176 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
177
178         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
179           Use gst_gdouble_to_guint64 for conversions.
180         * win32/common/config.h.in:
181           Add a define for GST_INSTALL_PLUGINS_HELPER
182         * win32/common/libgstaudio.def:
183         * win32/common/libgstcdda.def:
184         * win32/common/libgstnetbuffer.def:
185         * win32/common/libgstrtp.def:
186         * win32/common/libgutils.def:
187           Add new exported functions.
188         * win32/vs6/gst_plugins_base.dsw:
189         * win32/vs6/libgstdecodebin.dsp:
190         * win32/vs6/libgstnetbuffer.dsp:
191         * win32/vs6/libgstplaybin.dsp:
192         * win32/vs6/libgstrtp.dsp:
193         * win32/vs6/libgstvorbis.dsp:
194         * win32/vs6/libgstcdda.dsp:
195         * win32/vs6/libgstgdp.dsp:
196         * win32/vs6/libgstutils.dsp:
197           Update and add new project files.
198
199 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
202         (subrip_remove_unhandled_tags), (parse_subrip):
203           For SubRip (.srt) subtitles, ignore all markup tags we don't
204           handle (like font tags, for example).
205
206         * tests/check/elements/subparse.c:
207           Add test for this.
208
209 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
210
211         * gst/playback/gstdecodebin.c: (add_fakesink),
212         (gst_decode_bin_change_state):
213         * gst/playback/gstdecodebin2.c: (add_fakesink),
214         (gst_decode_bin_change_state):
215           Don't error out if there is no fakesink in the NULL to READY state
216           change, since when decodebin is re-used, we're only adding the
217           fakesink element in READY to PAUSED.
218
219         * tests/check/elements/decodebin.c:
220         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
221         (decodebin_suite):
222           Minimal unit test to make sure we can use the same decodebin
223           instance twice (at least with audiotestsrc input).
224
225 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
226
227         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
228           Try to get devic-name from device string first, and from handle only
229           as fallback (seems to yield better results and is more robust
230           against buggy probing code on the application side).
231
232 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
233
234         Based on patch by: Julien Puydt <julien.puydt at laposte net>
235
236         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
237         (gst_alsa_find_device_name):
238         * ext/alsa/gstalsa.h:
239         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
240         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
241           Improve device-name detection a bit, especially in the case where
242           the device is not actually open (#405020, #405024). Move common code
243           into gstalsa.c instead of duplicating it.
244
245 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
246
247         * gst/audioconvert/gstaudioconvert.c:
248           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
249
250 2007-02-06  Julien MOUTTE  <julien@moutte.net>
251
252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
253         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
254         (gst_xvimagesink_interface_supported),
255         (gst_xvimagesink_probe_get_properties),
256         (gst_xvimagesink_probe_probe_property),
257         (gst_xvimagesink_probe_needs_probe),
258         (gst_xvimagesink_probe_get_values),
259         (gst_xvimagesink_property_probe_interface_init),
260         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
261         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
262         (gst_xvimagesink_get_type):
263         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
264         for XVAdaptors so that one can choose the adaptor to use with 
265         gstreamer-properties.
266
267 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
268
269         * gst/audioconvert/gstaudioconvert.c:
270           Also mention that a conversion from double to float is suboptimal still.
271
272 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst-libs/gst/audio/gstaudiofilter.c:
275         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
276           Clear our formats structure and free the caps contained in it when
277           shutting down.
278
279 2007-02-05  Andy Wingo  <wingo@pobox.com>
280
281         * gst-libs/gst/audio/gstbaseaudiosink.c
282         (gst_base_audio_sink_callback): Update basesink->offset so that we
283         pull monotonically increasing offsets instead of, um, seeking back
284         to 0 each time. Fixes alsasrc ! alsasink!
285
286 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst/videoscale/gstvideoscale.c:
289           A width and height of 1 makes us crash, so increase minimum size to
290           2x2 pixels until someone feels like fixing this (#404512).
291
292 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
293
294         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
295           Add small test to make sure request pads are cleaned up properly
296           even if oggmux never changes state out of NULL.
297
298 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * tests/check/libs/utils.c: (GST_START_TEST):
301           Fix unit test. Turns out things work much better when you
302           NULL-terminate string arrays. Should make p5 build bot happy again.
303
304 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
305
306         * gst-libs/gst/audio/Makefile.am:
307         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
308         (gst_audio_filter_template_base_init),
309         (gst_audio_filter_template_class_init),
310         (gst_audio_filter_template_init),
311         (gst_audio_filter_template_set_property),
312         (gst_audio_filter_template_get_property),
313         (gst_audio_filter_template_setup),
314         (gst_audio_filter_template_filter),
315         (gst_audio_filter_template_filter_inplace), (plugin_init):
316           Oops, forgot to commit fixed-up example.
317
318 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
319
320         * docs/libs/gst-plugins-base-libs-sections.txt:
321         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
322         (gst_audio_filter_class_init), (gst_audio_filter_init),
323         (gst_audio_filter_set_caps),
324         (gst_audio_filter_class_add_pad_templates):
325         * gst-libs/gst/audio/gstaudiofilter.h:
326           Port GstAudioFilter to 0.10. This change technically breaks
327           API and ABI (and thus also every library developer's heart),
328           but seems justifiable on the grounds that the base class was
329           completely unusable before (ie. would crash immediately when
330           actually used). Fixes #403963 (and eventually also #403572).
331           Also document all of this a bit.
332
333 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * gst-libs/gst/utils/install-plugins.c:
336         (gst_install_plugins_spawn_child):
337         * tests/check/libs/utils.c:
338         (test_base_utils_install_plugins_do_callout):
339           Lowering log level to see why things fail on the p5 build bot;
340           fix some typos in unit test messages.
341
342 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
343
344         * tests/check/libs/utils.c:
345         (test_base_utils_install_plugins_do_callout):
346           Don't hard-code temp directory for test helper; use GLib functions
347           to write out file and do error checking etc.
348
349 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst-libs/gst/utils/Makefile.am:
352         * gst-libs/gst/utils/base-utils.h:
353         * gst-libs/gst/utils/install-plugins.c:
354         (gst_install_plugins_context_set_xid),
355         (gst_install_plugins_context_new),
356         (gst_install_plugins_context_free),
357         (gst_install_plugins_get_helper),
358         (gst_install_plugins_spawn_child),
359         (gst_install_plugins_return_from_status),
360         (gst_install_plugins_installer_exited),
361         (gst_install_plugins_async), (gst_install_plugins_sync),
362         (gst_install_plugins_return_get_name),
363         (gst_install_plugins_installation_in_progress):
364         * gst-libs/gst/utils/install-plugins.h:
365           API: add API for applications to initiate installation of missing
366           plugins, ie. gst_install_plugins_async() primarily.
367           Based on libgimme-codec by Ryan Lortie.
368
369         * configure.ac:
370           Add --with-install-plugins-helper configure option so distros can specify
371           the path of the helper script or program to call when plugin installation
372           is requested (distros: please do any argument munging in this helper
373           script instead of patching GStreamer to pass arguments differently
374           to another program directly).
375
376         * docs/libs/gst-plugins-base-libs-docs.sgml:
377         * docs/libs/gst-plugins-base-libs-sections.txt:
378           Build and document new API.
379
380         * tests/check/libs/utils.c: (result_cb),
381         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
382         (libgstbaseutils_suite):
383           Some simple checks for the new API.
384
385 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
386
387         * tests/check/elements/audioconvert.c: (test_float_conversion):
388           Add small test for 32bit float <=> 64bit float conversion (works
389           only one way so far, 32=>64 produces structured noise).
390
391 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
392
393         * gst/audioconvert/gstaudioconvert.c:
394         (set_structure_widths_32_and_64), (make_lossless_changes):
395           We don't support floats with a width of 40, 48 or 56 bits.
396
397 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
398
399         * gst/audioconvert/audioconvert.c: (float), (double),
400         (audio_convert_get_func_index):
401         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
402         (make_lossless_changes):
403           Support for 64-bit float audio in audioconvert (#339837)
404
405 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
406
407         Patch by: Holger Wansing  <linux wansing-online de>
408
409         * po/LINGUAS:
410         * po/de.po:
411           Add German translation (#352069).
412
413 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
414
415         reviewed by: Wim Taymans <wim@fluendo.com>
416
417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
418         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
419         Use newly added GstCollectPads API to free the allocated resources in
420         the GstOggPad structures (#402393).
421
422 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
423
424         * gst/playback/gstplaybin.c: (gen_vis_element):
425           Add audioresample+audioconvert in front of the visualisation
426           element, so that elements like libvisual 0.4 that don't support all
427           samplerates can work.
428
429           Fixes: #402505
430
431 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
432
433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
434         (gst_play_base_bin_get_streaminfo_value_array):
435           Take some locks and make a copy of the streaminfo value array we
436           maintain while holding the lock, so that the application can
437           retrieve the stream-info as a value array in a thread-safe way.
438
439 2007-01-30  Wim Taymans  <wim@fluendo.com>
440
441         * gst/audioconvert/gstaudioconvert.c:
442         Don't fail on 0 sized buffers. Fixes #396835.
443
444 2007-01-29  David Schleef  <ds@schleef.org>
445
446         * gst/typefind/gsttypefindfunctions.c:
447           Detect BBCD as video/x-dirac, so we can play raw dirac
448           streams.
449
450 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
451
452         * ext/theora/theoraenc.c: (theora_enc_chain):
453           Check return value of theora_encode_header(), or we might try to
454           allocate a random number of bytes. theora_encode_header() can fail
455           if libtheora has been compiled with encoding support disabled.
456           Fixes #398110.
457
458 2007-01-29  Wim Taymans  <wim@fluendo.com>
459
460         * tests/check/gst/.cvsignore:
461         Do as buildbot says.
462
463 2007-01-29  Wim Taymans  <wim@fluendo.com>
464
465         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
466         Fix strides in libvisual. Gst uses X strides.
467         Inspired by: <ed at catmur dot co dot uk> and 
468         <tim at centricular dot net>
469         Fixes #401118.
470
471 2007-01-27  Wim Taymans  <wim@fluendo.com>
472
473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
474         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
475         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
476         (gst_ogg_demux_perform_seek),
477         (gst_ogg_demux_bisect_forward_serialno),
478         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
479         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
480         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
481         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
482         * ext/ogg/gstoggdemux.h:
483         Properly propagate streaming errors when we are scanning the file for
484         chains so that we don't crash when shut down. Might fix some crashers
485         when quickly switching oggs in RB such as #332503 and #378436.
486
487 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
490           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
491           error code as well.
492
493 2007-01-25  Wim Taymans  <wim@fluendo.com>
494
495         * gst/playback/gstplaybasebin.c: (remove_source):
496         Don't try to disconnect a signal from a finalized object.
497
498 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
501           Cast lock macro parameters to make sure we're actually accessing the
502           lock member at the right class level. Free list itself in _dispose()
503           as well and NULL it in case dispose gets called multiple times.
504
505 2007-01-25  Edward Hervey  <edward@fluendo.com>
506
507         * gst/playback/gstdecodebin2.c:
508         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
509         Free GstDecodeGroups no longer used.
510         (gst_decode_group_expose):
511         Don't unlock too many times !
512         (deactivate_free_recursive):
513         Free iterator once we're done with it.
514         Fix for recursively deactivating elements (stop at ghostpads).
515
516 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * gst/playback/gstplaybin.c: (handoff):
519           Fix up caps on the frame buffer before we save it and potentially
520           make it accessible to other threads via g_object_get; also use
521           gst_buffer_replace() instead of gst_mini_object_replace().
522
523 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
524
525         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
526           Make getting the current frame thread-safe.
527
528 2007-01-25  Edward Hervey  <edward@fluendo.com>
529
530         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
531         (gst_decode_group_new), (gst_decode_group_free):
532         Set queues to bigger sizes to cope with HD contents.
533         Fix some mutex freeing and add comment about MT safe methods.
534
535 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
536
537         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
538         (gst_text_overlay_text_event):
539           Don't unnecessarily ref (and then leak) upstream events if the text
540           pad is not linked. Fixes #399948.
541
542         * tests/check/gst-plugins-base.supp:
543           Add suppression for pango on edgy/x86 for textoverlay test.
544
545 2007-01-24  Wim Taymans  <wim@fluendo.com>
546
547         * gst-libs/gst/rtp/gstrtpbuffer.h:
548         Add some more fixed payloads.
549
550 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
551
552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
553           Error out properly if we get an error from libogg while reading the
554           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
555
556 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
559           Don't leak mutex.
560
561         * tests/check/elements/playbin.c:
562         (test_sink_usage_video_only_stream),
563         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
564         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
565         (test_missing_suburisource_handler),
566         (test_missing_primary_decoder), (playbin_suite):
567           Run all tests once with decodebin and once with decodebin2.
568           One test does not pass yet with decodebin2.
569
570 2007-01-23  Edward Hervey  <edward@fluendo.com>
571
572         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
573         Fix the cases where oggmux doesn't properly figure out that all
574         sinkpads have gone EOS, and therefore doesn't push out the remaining
575         buffers and the final EOS event.
576         Fixes #363379
577
578 2007-01-23  Julien MOUTTE  <julien@moutte.net>
579
580         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
582         Don't lock on navigation event push, just on keysym to string.
583         Fixes #397673 again.
584
585 2007-01-22  Edward Hervey  <edward@fluendo.com>
586
587         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
588         (get_current_group), (group_demuxer_event_probe),
589         (gst_decode_group_expose), (deactivate_free_recursive),
590         (gst_decode_group_free):
591         Cleanups.
592         Don't forget to emit 'no-more-pads' once a group is exposed.
593         Cleanup elements from a DecodeGroup once we remove it.
594         Protect call to gst_decode_group_expose() with the decodebin lock.
595
596 2007-01-22  Julien MOUTTE  <julien@moutte.net>
597
598         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
600         Looking at Xorg code i can't figure out if that XKeysymToString
601         function is thread sensible or not. Lock it just in case as
602         recommended by Radek Doulik <rodo at ximian dot com>.
603
604 2007-01-22  Julien MOUTTE  <julien@moutte.net>
605
606         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
608         Lock that X Call as well. Fixes #397673.
609
610 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
613           Don't go into an endless loop if the file starts with 00 00 01 2X,
614           like quicktime redirect files might. Fixes #396042.
615
616         * tests/check/Makefile.am:
617         * tests/check/gst/.cvsignore:
618         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
619         (typefindfunctions_suite):
620           Add unit test for the above.
621
622 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
623
624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
625           On second thought, use "depth" field rather than "bpp" field.
626
627 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
630           Camtasia caps apparently need a bpp field (#398875).
631
632 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst/playback/gstplaybasebin.c: (setup_subtitle),
635         (gen_source_element), (gst_play_base_bin_change_state):
636           Attempt at a better error message in case we don't have the required
637           URI handler installed; post missing-plugin message also when we're
638           missing an URI handler for the subtitle URI; clean up properly also
639           when an error occurs and we never made it to PAUSED state.
640
641         * tests/check/elements/playbin.c: (GST_START_TEST),
642         (playbin_suite):
643           Check that we're also getting a missing-plugin messsage for a
644           missing subtitle URI handler (and clean up properly).
645
646 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
649           Plug a few reference leaks.
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           Lower probability a bit if the marker isn't right at the start,
655           to decrease the chance of false positives.
656
657 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
658
659         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
660           Small mpeg2 system stream typefinding improvement: make typefinder
661           probe a bit into the stream instead of just looking for a marker
662           at the beginning. Fixes #397810.
663
664 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * gst/audioconvert/gstchannelmix.c:
667           Remove compatibility cruft for prehistoric GLib versions.
668
669 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
670
671         * gst/playback/Makefile.am:
672         * gst/playback/gstdecodebin.c: (close_pad_link):
673         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
675         (gst_play_base_bin_handle_message_func), (unknown_type):
676           Let decodebin be the element to post missing-plugin messages for
677           missing decoders (rather than playbin); make playbin implement
678           GstBin::handle_message so we can suppress missing-plugin messages
679           for types we're not handling on purpose (don't want to bring up an
680           installer in those cases).
681
682 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
685         * gst-libs/gst/tag/gstvorbistag.c:
686         (gst_tag_list_to_vorbiscomment_buffer):
687         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
688           Fix potentially unaligned access (#397207).
689
690 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
691
692         * tests/examples/seek/seek.c: (set_scale), (update_scale),
693         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
694         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
695         (main):
696           Allow to toggle looping while it plays. Fix callback prototype. Clean
697           up code a bit more. Add copyright header.
698
699 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
700
701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
702           Red and blue mask was swapped (spotted by Dan Williams).
703
704 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
705
706         * gst-libs/gst/tag/gstid3tag.c:
707         * gst-libs/gst/tag/gstvorbistag.c:
708           Use new beats-per-minute tag from core.
709
710 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * po/POTFILES.in:
713           Add new files with translatable strings, so they actually make it
714           into the template file one day.
715
716 2007-01-12  Andy Wingo  <wingo@pobox.com>
717
718         * gst-libs/gst/audio/gstbaseaudiosink.c
719         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
720         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
721         stuff, as the base class handles this now. Actually tell the ring
722         buffer to start.
723         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
724         How did this work before? Maybe I'm not as awesome a programmer as
725         I think.
726
727         * gst-libs/gst/audio/gstbaseaudiosrc.c
728         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
729         of a pad function.
730
731 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
734           Remove more fields so that the application can better blacklist
735           formats that have been tried before.
736
737 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * gst-libs/gst/audio/mixerutils.h:
740           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
741           used when compiling with c++ compilers as well.
742
743 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/typefind/gsttypefindfunctions.c:
746           Fix comment.
747
748 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
749
750         * gst/playback/gstplaybin.c: (post_missing_element_message),
751         (gen_video_element), (gen_text_element), (gen_audio_element),
752         (gen_vis_element):
753           Post missing-plugin messages also when we error out because
754           converters, textoverlay or auto*sinks are missing (#161922).
755
756 2007-01-10  Wim Taymans  <wim@fluendo.com>
757
758         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
759         (is_demuxer_element), (new_caps):
760         * gst/playback/gstplaybasebin.c: (source_new_pad):
761         Fix the case where we try to ref a NULL element when we delay a link
762         because of unfixed caps.
763         Set the state of autoplugged decodebins to PAUSED.
764         RTSP now works in playbin, we can remove it from the blacklist.
765
766 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * gst/playback/Makefile.am:
769         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
770         (unknown_type), (setup_subtitle), (gen_source_element):
771         * gst/playback/gstplaybin.c: (plugin_init):
772           Post missing-plugin messages on the bus for missing sources and
773           missing decoders/demuxers/depayloaders; fix error code used when
774           we're missing an URI handler source; for media types that we are not
775           handling on purpose at the moment, don't print "don't know how to
776           handle xyz" messages to the terminal or post missing-plugin
777           messages on the bus.
778
779         * tests/check/elements/playbin.c: (create_playbin),
780         (GST_START_TEST), (gst_codec_src_uri_get_type),
781         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
782         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
783         (gst_codec_src_init_type), (gst_codec_src_base_init),
784         (gst_codec_src_create), (gst_codec_src_class_init),
785         (gst_codec_src_init), (plugin_init), (playbin_suite):
786           Add some tests for the missing-plugin stuff.
787
788 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
789
790         * configure.ac:
791         * gst-libs/gst/Makefile.am:
792         * gst-libs/gst/utils/Makefile.am:
793         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
794         * gst-libs/gst/utils/base-utils.h:
795         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
796         (find_format_info), (caps_are_rtp_caps),
797         (gst_base_utils_get_source_description),
798         (gst_base_utils_get_sink_description),
799         (gst_base_utils_get_decoder_description),
800         (gst_base_utils_get_encoder_description),
801         (gst_base_utils_get_element_description),
802         (gst_base_utils_add_codec_description_to_tag_list),
803         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
804         * gst-libs/gst/utils/descriptions.h:
805         * gst-libs/gst/utils/missing-plugins.c:
806         (missing_structure_get_type), (copy_and_clean_caps),
807         (gst_missing_uri_source_message_new),
808         (gst_missing_uri_sink_message_new),
809         (gst_missing_element_message_new),
810         (gst_missing_decoder_message_new),
811         (gst_missing_encoder_message_new),
812         (missing_structure_get_string_detail),
813         (missing_structure_get_caps_detail),
814         (gst_missing_plugin_message_get_installer_detail),
815         (gst_missing_plugin_message_get_description),
816         (gst_is_missing_plugin_message):
817         * gst-libs/gst/utils/missing-plugins.h:
818           API: add new libgstbaseutils library with functions
819           - to create and parse missing-plugins messages
820           - that provide (translated) descriptions for caps/decoders/sources/etc.
821           Closes #392393.
822
823         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
824         * pkgconfig/gstreamer-plugins-base.pc.in:
825           Add new lib.
826
827         * docs/libs/gst-plugins-base-libs-docs.sgml:
828         * docs/libs/gst-plugins-base-libs-sections.txt:
829           Generate docs for new lib and API.
830
831         * tests/check/Makefile.am:
832         * tests/check/libs/.cvsignore:
833         * tests/check/libs/utils.c: (missing_msg_check_getters),
834         (GST_START_TEST), (libgstbaseutils_suite):
835           Add some basic unit tests.
836
837 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * ext/ogg/Makefile.am:
840           Dist gstoggdemux.h to fix 'make distcheck'.
841
842         * sys/v4l/Makefile.am:
843           Fix 'make distcheck' even more.
844
845 2007-01-09  Wim Taymans  <wim@fluendo.com>
846
847         * docs/plugins/Makefile.am:
848         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
850         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
851         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
852         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
853         (gst_ogg_demux_perform_seek):
854         * ext/ogg/gstoggdemux.h:
855         Added docs.
856         Add some more comments.
857         Small cleanups.
858
859 2007-01-09  Wim Taymans  <wim@fluendo.com>
860
861         * ext/theora/theoradec.c:
862         * ext/vorbis/vorbisdec.c:
863         * gst-libs/gst/audio/gstringbuffer.c:
864         (gst_ring_buffer_commit_full):
865         * gst-libs/gst/audio/gstringbuffer.h:
866         * gst-libs/gst/rtp/gstrtpbuffer.c:
867         * gst-libs/gst/tag/gstvorbistag.c:
868         Small documentation updates/fixes
869
870 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
871
872         * configure.ac:
873           Require core CVS HEAD for Andy's basesrc/sink API additions.
874
875 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
876
877         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
878
879         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
880         (plugin_init):
881           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
882           on flac.sf.net (there appear to be other versions of the first
883           ogg page in the wild) (#391365).
884
885 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
886
887         * configure.ac:
888           Check if localtime_r() is available.
889
890         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
891           If localtime_r() is not available, fall back to localtime(). Should
892           fix build on MingW (#393310).
893
894 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
895
896         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
897         * gst/subparse/gstsubparse.h:
898           Remove spurious 1000 subtrahend when calculating the timestamp from
899           the frame number and the frame rate . Also, use the frames/second
900           value specified in the first line of the file, if one is specified
901           there. Should fix #357503.
902
903         * tests/check/elements/subparse.c: (do_test),
904         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
905         (subparse_suite):
906           Add some basic unit tests for the microdvd subtitle format.
907
908 2007-01-07  Julien MOUTTE  <julien@moutte.net>
909
910         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
911         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
912         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
913         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
914         (gst_xvimagesink_set_xwindow_id),
915         (gst_xvimagesink_set_event_handling),
916         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
917         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
918         Patch by : Young-Ho Cha <ganadist at chollian dot net>
919         Fixes : #390076.
920         Add an adaptor property to select a specific XV adaptor.
921         * sys/xvimage/xvimagesink.h:
922
923 2007-01-07  Julien MOUTTE  <julien@moutte.net>
924
925         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
926         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
927         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
928         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
929         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
930         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
931         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
932         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
933         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
934         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
935         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
936         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
937         Use flow_lock much more to protect every access to xwindow.
938         Try to catch erros while creating images in case some drivers are
939         just generating an XError when the requested image is too big.
940         Should fix : #354698, #384008, #384060.
941         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
942         Implement some stress testing of setting window xid.
943
944 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
945
946         * win32/common/libgsaudio.def:
947           Add new exported function.
948         * win32/common/libgstogg.dsp:
949           Add gstoggaviparse.c to the build.
950         * win32/common/libgstvideoscale.dsp:
951           Add vs_4tap.c to the build.
952         * win32/common/libgstvorbis.dsp:
953           Add vorbistag.c to the build.
954         
955 2007-01-06  Andy Wingo  <wingo@pobox.com>
956
957         * gst-libs/gst/audio/gstbaseaudiosink.c
958         (gst_base_audio_sink_class_init)
959         (gst_base_audio_sink_init): 
960         (gst_base_audio_sink_activate_pull): Add an activate_pull function
961         to baseaudiosink, and tell basesink that we can work in pull mode.
962         This way the ring buffer thread drives the pipeline directly, if
963         pull mode is possible. There is some lingering nastiness regarding
964         capsnego, however.
965         (gst_base_audio_sink_callback): Implement the callback to pull
966         data. This interface is a bit light, though -- it should get a
967         GstFlowReturn return value at least.
968
969 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
972         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
973         * gst/playback/gstdecodebin2.c:
974         (gst_decode_group_check_if_blocked):
975           Printf format and missing argument fixes.
976
977 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
978
979         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
980         (gst_ogm_parse_change_state):
981         Activate pads before adding them to the element.
982
983 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * tests/examples/seek/scrubby.c: (main):
986         * tests/examples/seek/seek.c: (main):
987           Call g_thread_init() first thing in main() (see #391278).
988
989 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * tests/check/Makefile.am:
992         * tests/check/libs/.cvsignore:
993         * tests/check/libs/netbuffer.c: (GST_START_TEST),
994         (netbuffer_suite):
995           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
996           for the time being, since it's broken, see #393099.
997
998 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * tests/check/Makefile.am:
1001           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1002
1003 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1004
1005         * configure.ac:
1006           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1007           so that GST_BASE_CFLAGS can go inbetween them, making sure
1008           we use uninstalled gst-libs headers
1009         * docs/libs/Makefile.am:
1010         * ext/alsa/Makefile.am:
1011         * ext/cdparanoia/Makefile.am:
1012         * ext/gnomevfs/Makefile.am:
1013         * ext/libvisual/Makefile.am:
1014         * ext/ogg/Makefile.am:
1015         * ext/theora/Makefile.am:
1016         * ext/vorbis/Makefile.am:
1017         * gst-libs/gst/audio/Makefile.am:
1018         * gst-libs/gst/cdda/Makefile.am:
1019         * gst-libs/gst/interfaces/Makefile.am:
1020         * gst-libs/gst/riff/Makefile.am:
1021         * gst-libs/gst/rtp/Makefile.am:
1022         * gst-libs/gst/tag/Makefile.am:
1023         * gst/adder/Makefile.am:
1024         * gst/audioconvert/Makefile.am:
1025         * gst/audiorate/Makefile.am:
1026         * gst/audioresample/Makefile.am:
1027         * gst/playback/Makefile.am:
1028         * gst/tcp/Makefile.am:
1029         * gst/videoscale/Makefile.am:
1030         * gst/volume/Makefile.am:
1031         * sys/ximage/Makefile.am:
1032         * sys/xvimage/Makefile.am:
1033         * tests/icles/Makefile.am:
1034           adapt
1035
1036 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1037
1038         * gst-libs/gst/interfaces/xoverlay.c:
1039         (gst_x_overlay_handle_events):
1040         * gst-libs/gst/interfaces/xoverlay.h:
1041         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1042         (gst_ximagesink_set_xwindow_id),
1043         (gst_ximagesink_set_event_handling),
1044         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1045         (gst_ximagesink_get_property), (gst_ximagesink_init),
1046         (gst_ximagesink_class_init):
1047         * sys/ximage/ximagesink.h:
1048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1049         (gst_xvimagesink_set_xwindow_id),
1050         (gst_xvimagesink_set_event_handling),
1051         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1052         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1053         (gst_xvimagesink_class_init):
1054         * sys/xvimage/xvimagesink.h:
1055         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1056         Add a method to the XOverlay interface to allow disabling of 
1057         event handling in x[v]imagesink elements. This will let X events
1058         propagate to parent windows which can be usefull in some cases.
1059         Be carefull that the application is then responsible of pushing
1060         navigation events and expose events to the video sink.
1061         Fixes: #387138.
1062
1063 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1064
1065         * gst-libs/gst/tag/gstvorbistag.c:
1066         * tests/check/libs/tag.c: (GST_START_TEST):
1067           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1068           (fixes #392070).
1069
1070 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1071
1072         * configure.ac:
1073         * docs/Makefile.am:
1074         * docs/design/Makefile.am:
1075           Dist design docs.
1076
1077 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1078
1079         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1080         typo. Fixes: #390063.
1081
1082 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1083
1084         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1086         caps leak.
1087         * win32/common/config.h: Updated.
1088
1089 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1090
1091         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1092         (setup_gdpdepay_streamheader):
1093         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1094         (setup_gdppay_streamheader):
1095           Fix the dp tests, but activating the pads for the streamheader tests
1096           too and cleaning up conditionaly
1097
1098 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1099
1100         * gst/ffmpegcolorspace/avcodec.h:
1101         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1102         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1103         (gst_ffmpegcsp_avpicture_fill):
1104         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1105         (img_get_alpha_info):
1106         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1107         other end of the word. Fixes: #387073.
1108
1109         Add some inconsequential branch hints in a couple of places.
1110
1111 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1114         (gst_ffmpeg_caps_to_smpfmt):
1115           The "signed" field in raw audio caps is of boolean type, trying to
1116           extract the value with _get_int() will fail (fix to keep in sync with
1117           the copy in gst-ffmpeg)
1118
1119 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1122         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1123         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1124         (cleanup_gdpdepay):
1125         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1126         * tests/check/elements/subparse.c: (teardown_subparse):
1127         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1128         * tests/check/elements/videorate.c: (cleanup_videorate):
1129         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1130         * tests/check/elements/volume.c: (cleanup_volume):
1131         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1132         (cleanup_vorbisdec):
1133         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1134         (cleanup_vorbistag):
1135           consistent pad (de)activation
1136
1137 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1138
1139         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1140           Forgot to register the extensions.
1141
1142 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1145         (plugin_init):
1146           Add typefinder for VIVO files (my christmas present to the 90s).
1147
1148 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * gst/playback/gstdecodebin.c: (type_found):
1151           Special-case the text/plain media type: we only want to recognise it
1152           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1153           parser, but not if the entire stream is of text/plain type. If the
1154           entire stream is text/plain, we should just error out.
1155
1156           This fixes playback of audio files with lyrics in totem. Totem can't
1157           distinguish between text files and subtitle files and passes any
1158           .txt file with the same basename as the main file to playbin as
1159           suburi, and playbin will then throw a 'subtitle found, but no video
1160           stream' error, which isn't entirely helpful. See #380342.
1161
1162           Also, with this change we'll show a slightly more correct error
1163           message in case totem passes a playlist file to us (although a
1164           custom error message wording instead of the default text would
1165           probably not be a bad idea either).
1166
1167           Same problem also needs to be fixed for playbin+decodebin2.
1168
1169         * tests/check/Makefile.am:
1170         * tests/check/elements/decodebin.c: (src_handoff_cb),
1171         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1172         (decodebin_suite):
1173           Add simple unit test for decodebin for the above.
1174
1175 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1178         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1179           Refuse to change state to READY when we failed to create any of the
1180           required elements in our instance init function.
1181
1182 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1183
1184         * docs/libs/gst-plugins-base-libs-sections.txt:
1185           Small docs fixes/updates.
1186
1187         * gst-libs/gst/video/gstvideosink.h:
1188           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1189           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1190           removed from the base sink API between 0.9.6 and 0.9.7).
1191           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1192           accessor macros, so we don't do a runtime GObject type check every
1193           time we use them.
1194
1195 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1196
1197         * Makefile.am:
1198         * gst-plugins-base.doap:
1199         * gst-plugins-base.spec.in:
1200           add doap file
1201
1202 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1203
1204         Patch by: Jens Granseuer <jensgr at gmx net>
1205
1206         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1207         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1208         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1209         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1211           Declare variables at the beginning of a block. Fixes #383195.
1212
1213 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1214
1215         * configure.ac:
1216         Bump version nano - back to CVS.
1217
1218
1219 === release 0.10.11 ===
1220
1221 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1222
1223         * configure.ac:
1224           releasing 0.10.11, "Dumb things"
1225
1226 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1227
1228         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1229         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1230         Handle the case where an element has multiple pads with 
1231         unfixed caps as well as still possibly producing more dynamic 
1232         pads by storing each case as a distinct entry in the dynamic list.
1233         Fixes #38223 again.
1234
1235 2006-12-04  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst/playback/gstdecodebin.c: (close_pad_link):
1238         Fix #382223, add more dynamic caps handling.
1239
1240 2006-12-04  Wim Taymans  <wim@fluendo.com>
1241
1242         reviewed by: <delete if not using a buddy>
1243
1244         * gst-libs/gst/audio/gstringbuffer.h:
1245         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1246         (gst_netaddress_set_ip4_interface),
1247         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1248         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1249         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1250         (gst_netaddress_get_ttl):
1251         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1252         * gst/playback/gstdecodebin.c: (close_pad_link):
1253         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1254         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1255         * win32/common/config.h:
1256
1257 2006-12-01  Michael Smith  <msmith@fluendo.com>
1258
1259         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1260           Delete bad debug code.
1261           Fixes #381219
1262
1263 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1264
1265         * gst/videoscale/vs_4tap.c:
1266         * win32/MANIFEST:
1267         * win32/common/config.h:
1268         * win32/vs8/libgstvideoscale.vcproj:
1269         Fix compilation on win32 under VS8
1270         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1271         Partially fixes #381175
1272
1273 2006-11-30  Michael Smith  <msmith@fluendo.com>
1274
1275         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1276         (GST_START_TEST):
1277           It would be very bad if, after a discont buffer, we thought every
1278           single following buffer was also discont. So, add to the test to
1279           ensure that this isn't the case.
1280           
1281         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1282           ... it was the case. So fix it.
1283
1284 2006-11-28  Wim Taymans  <wim@fluendo.com>
1285
1286         * gst/playback/gstplaybasebin.c: (check_queue_event):
1287         Improve debug.
1288
1289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1290         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1291         padtemplate caps. Refixes #357577.
1292
1293 2006-11-28  Wim Taymans  <wim@fluendo.com>
1294
1295         * gst/playback/gstplaybasebin.c: (check_queue_event),
1296         (queue_threshold_reached), (queue_out_of_data),
1297         (gen_preroll_element):
1298         Add event probe to see when EOS is in a queue and we can disable the
1299         underrun signals. Fixes #357577.
1300
1301 2006-11-28  Edward Hervey  <edward@fluendo.com>
1302
1303         * gst/playback/Makefile.am:
1304         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1305         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1306         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1307         (gst_decode_bin_init), (gst_decode_bin_dispose),
1308         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1309         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1310         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1311         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1312         (connect_element), (expose_pad), (type_found),
1313         (pad_added_group_cb), (pad_removed_group_cb),
1314         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1315         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1316         (are_raw_caps), (multi_queue_overrun_cb),
1317         (multi_queue_underrun_cb), (gst_decode_group_new),
1318         (get_current_group), (group_demuxer_event_probe),
1319         (gst_decode_group_control_demuxer_pad),
1320         (gst_decode_group_control_source_pad),
1321         (gst_decode_group_check_if_blocked),
1322         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1323         (gst_decode_group_hide), (gst_decode_group_free),
1324         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1325         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1326         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1327         (plugin_init):
1328         New decodebin2 element.
1329         Closes #370092
1330         * gst/playback/gstplay-marshal.list:
1331         Added marshallers for new signals in decodebin2
1332         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1333         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1334         is set.
1335
1336 2006-11-28  Wim Taymans  <wim@fluendo.com>
1337
1338         * gst/playback/gstplaybasebin.c: (setup_source),
1339         (gst_play_base_bin_change_state):
1340         Disable rtsp:// uris for the release, it's not good enough yet.
1341         Remove unused var.
1342
1343 2006-11-26  Wim Taymans  <wim@fluendo.com>
1344
1345         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1346         (theora_dec_push_forward), (theora_dec_push_reverse),
1347         (theora_handle_data_packet), (theora_dec_decode_buffer),
1348         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1349         (theora_dec_chain_forward), (theora_dec_chain):
1350         Implement reverse playback.
1351
1352         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1353         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1354         (vorbis_dec_chain_forward):
1355         Clear buffers used for reverse playback in _reset.
1356         No need to set the eos flag, we clip samples using the segment.
1357
1358 2006-11-24  Wim Taymans  <wim@fluendo.com>
1359
1360         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1361         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1362         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1363         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1364         Some cleanups.
1365         Handle continued pages in reverse mode.
1366
1367 2006-11-24  Wim Taymans  <wim@fluendo.com>
1368
1369         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1370         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1371         (vorbis_dec_flush_decode):
1372         Small cleanups.
1373         Don't try to add invalid timestamps.
1374         Clipping will unref the buffer.
1375
1376 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * gst/adder/gstadder.h:
1379         * gst/audiotestsrc/gstaudiotestsrc.h:
1380           remove obsolete _factory_init protos
1381
1382 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1383
1384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1385           Fix spacing in debug message.
1386
1387 2006-11-23  Wim Taymans  <wim@fluendo.com>
1388
1389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1390         (gst_ogg_demux_chain):
1391         Don't just ignore return values from _pad_push().
1392         Small debug improvements.
1393
1394 2006-11-23  Michael Smith  <msmith@fluendo.com>
1395
1396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1397           If our incoming buffer is marked as DISCONT, then increment the page
1398           number (so that the discontinuity is marked in the final ogg
1399           bitstream) and flush the previous page.
1400
1401 2006-11-22  Michael Smith  <msmith@fluendo.com>
1402
1403         * ext/theora/gsttheoraenc.h:
1404         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1405         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1406         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1407         (theora_enc_chain), (theora_enc_change_state):
1408           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1409
1410         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1411         (GST_START_TEST), (theoraenc_suite):
1412           Enable discontinuity test, fix it.
1413
1414 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1417         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1418         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1419         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1420         (gst_text_overlay_change_state):
1421         * ext/pango/gsttextoverlay.h:
1422           Some textoverlay fixes: for one, in the video chain function,
1423           actually wait for a text buffer to come in if there is none at the
1424           moment and there should be one; also, deal more gracefully with
1425           incoming buffers that do not have a timestamp or duration; discard
1426           text buffer when not needed any longer. Fixes #341681.
1427
1428         * tests/check/Makefile.am:
1429         * tests/check/elements/.cvsignore:
1430         * tests/check/elements/textoverlay.c:
1431         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1432         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1433         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1434         (test_video_waits_for_text_send_text_newsegment_thread),
1435         (test_video_waits_for_text_shutdown_element),
1436         (test_render_continuity_push_video_buffers_thread),
1437         (textoverlay_suite):
1438           Add some unit tests for textoverlay.
1439
1440 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1441
1442         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1443           Avoid integer underflow when the found probability for mp3 is
1444           smaller than the 'penalty' we subtract if there's not a clean
1445           mp3 header sync at offset 0.
1446
1447 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * docs/libs/gst-plugins-base-libs-sections.txt:
1450           Add some new symbols to the docs
1451
1452 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1453
1454         * tests/check/Makefile.am:
1455         * tests/check/elements/ffmpegcolorspace.c:
1456         (ffmpegcolorspace_suite):
1457           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1458           (for now not for valgrinding though, since it takes too long).
1459
1460 2006-11-20  Wim Taymans  <wim@fluendo.com>
1461
1462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1463         (gst_ffmpeg_pixfmt_to_caps):
1464         Fix RGBA32 caps. Fixes #357038.
1465
1466 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * gst-libs/gst/interfaces/mixertrack.h:
1469           Add FIXME so we can add some padding here in 0.11
1470
1471 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1474           Fix GstBaseRTPAudioPayload structure so the whole GObject
1475           inheritance business actually works (parent class instance structure
1476           must always come first in the derived class instance structure).
1477
1478 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * gst/videotestsrc/Makefile.am:
1481         * tests/check/Makefile.am:
1482           Make sure our checks and the videotestsrc plugin link against the
1483           local uninstalled gst libs and not any installed gst libs that
1484           might happen to exist as well.
1485
1486         * tests/check/elements/adder.c: (message_received),
1487         (test_event_message_received), (test_play_twice_message_received):
1488         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1489           Fix compiler warnings when compiling against core with disabled
1490           debugging system.
1491
1492 2006-11-16  Michael Smith  <msmith@fluendo.com>
1493
1494         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1495         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1496           Fix audiorate, so that it accurately sets offsets and timestamps.
1497           Doesn't change the fundamental algorithmic decisions; so should be
1498           safe.
1499
1500         * tests/check/Makefile.am:
1501           Enable audiorate test now that it passes.
1502
1503 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1504
1505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1506           clear xv when going to NULL, remove // commented non-existant proto
1507
1508         * tests/examples/seek/seek.c: (main):
1509           add missing tooltip description for scrub and play_scrub
1510
1511 2006-11-14  David Schleef  <ds@schleef.org>
1512
1513         * configure.ac:
1514           Bump liboil requirement to 0.3.8.
1515         * gst-libs/gst/riff/riff-media.c:
1516           Add Dirac fourcc.
1517         * gst/videoscale/vs_image.h:
1518         * gst/videoscale/vs_scanline.h:
1519           Use liboil's stdint.h.
1520         * gst/videotestsrc/videotestsrc.c:
1521           Remove liboil related ifdef's, since they aren't needed now, and
1522           won't work with future versions.
1523
1524 2006-11-14  David Schleef  <ds@schleef.org>
1525
1526         * gst/videoscale/Makefile.am:
1527         * gst/videoscale/gstvideoscale.c:
1528         * gst/videoscale/gstvideoscale.h:
1529         * gst/videoscale/vs_4tap.c:
1530         * gst/videoscale/vs_4tap.h:
1531         * gst/videoscale/vs_image.c:
1532         * gst/videoscale/vs_image.h:
1533         * gst/videoscale/vs_scanline.c:
1534         * gst/videoscale/vs_scanline.h:
1535           Add a 4-tap image scaler.  Theoretically looks much prettier.
1536           The tap calculation could use some improvement.
1537
1538 2006-11-14  Wim Taymans  <wim@fluendo.com>
1539
1540         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1541
1542         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1543         (gst_riff_parse_strf_iavs):
1544         * gst/subparse/gstsubparse.c: (convert_encoding):
1545         * gst/tcp/gstmultifdsink.c:
1546         (gst_multi_fd_sink_handle_client_write):
1547         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1548         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1549         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1550         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1551         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1552         (gst_ximagesink_ximage_new):
1553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1554         Various gsize and gssize printf fixes. Fixes #372507.
1555
1556 2006-11-13  Wim Taymans  <wim@fluendo.com>
1557
1558         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1559         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1560         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1561         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1562         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1563         * ext/vorbis/vorbisdec.h:
1564         First stab at vorbis reverse playback.
1565
1566 2006-11-13  Wim Taymans  <wim@fluendo.com>
1567
1568         * gst-libs/gst/audio/gstbaseaudiosink.c:
1569         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1570         * gst-libs/gst/audio/gstbaseaudiosink.h:
1571         Make the clock sync code more accurate wrt resampling and playback
1572         at different rates.
1573         
1574         * gst-libs/gst/audio/gstringbuffer.c:
1575         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1576         * gst-libs/gst/audio/gstringbuffer.h:
1577         Use better algorithm to interpolate sample rates. 
1578
1579 2006-11-13  Michael Smith  <msmith@fluendo.com>
1580
1581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1582           Improve a debug line slightly.
1583
1584         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1585           Call gst_riff_init() in plugin_init, to avoid getting errors from
1586           the debug system (unrelated changes to another plugin made this turn
1587           up; not sure why).
1588
1589 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1592
1593         * win32/common/libgsttag.def:
1594           Add missing symbol (#366492).
1595
1596 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1599           Don't unref a NULL pad.
1600
1601 2006-11-09  Wim Taymans  <wim@fluendo.com>
1602
1603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1604         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1605         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1606         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1607         (gst_ogg_demux_loop):
1608         Implement first stab at reverse playback.
1609
1610 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1613         (gst_riff_create_video_template_caps):
1614           add h263/h264 variants to the caps, Fixes #363118
1615
1616 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1619         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1620           Use g_strerror instead of strerror so we get UTF-8.
1621
1622 2006-11-03  David Schleef  <ds@schleef.org>
1623
1624         * ext/ogg/gstoggdemux.c:
1625         * ext/ogg/gstoggmux.c:
1626           Add/remove KW-DIRAC header here, since it is ogg-specific.
1627
1628 2006-11-03  Michael Smith  <msmith@fluendo.com>
1629
1630         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1631           Recognise more mpeg4 elementary video streams.
1632
1633 2006-11-02  Edward Hervey  <edward@fluendo.com>
1634
1635         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1636         Lower the probability of mp3 typefinding functions if we don't find a
1637         valid mp3 header at the start of the file.
1638         Closes #369482
1639
1640 2006-11-02  Wim Taymans  <wim@fluendo.com>
1641
1642         * ext/theora/gsttheoradec.h:
1643         * ext/theora/theoradec.c: (gst_theora_dec_init),
1644         (theora_dec_sink_event), (theora_dec_chain_forward),
1645         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1646         (theora_dec_chain):
1647         Document and partially implement an algorithm for doing reverse playback
1648         of theora video.
1649
1650 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1651
1652         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1653
1654         * win32/common/config.h:
1655         * win32/common/interfaces-enumtypes.c:
1656         * win32/common/libgsttag.def:
1657         * win32/vs8/gst-plugins-base.sln:
1658         * win32/vs8/libgstaudioresample.vcproj:
1659         * win32/vs8/libgstinterfaces.vcproj:
1660         * win32/vs8/libgstogg.vcproj:
1661         * win32/vs8/libgstriff.vcproj:
1662         * win32/vs8/libgsttag.vcproj:
1663         * win32/vs8/libgsttheora.vcproj:
1664         * win32/vs8/libgstvideoscale.vcproj:
1665         * win32/vs8/libgstvorbis.vcproj:
1666           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1667           to libgsttag.def; add missing dependencies for some vs8 projects;
1668           re-arrange placement of .def files in vs8 projects (#366334).
1669
1670 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * ext/ogg/gstogg.c:
1673           Remove unused variable.
1674
1675         * ext/ogg/gstoggdemux.c:
1676           Fix Wim's surname in plugin description.
1677
1678 2006-10-31  Wim Taymans  <wim@fluendo.com>
1679
1680         * gst-plugins-base.spec.in:
1681         spec new .h file. Fixes #368310.
1682
1683 2006-10-31  Michael Smith  <msmith@fluendo.com>
1684
1685         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1686         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1687         (gst_multi_fd_sink_get_stats),
1688         (gst_multi_fd_sink_remove_client_link),
1689         (gst_multi_fd_sink_queue_buffer),
1690         (gst_multi_fd_sink_handle_clients):
1691         * gst/tcp/gstmultifdsink.h:
1692           Make using the remove or clear signals threadsafe.
1693           Make calling get-stats with an invalid fd not segfault.
1694           Fixes 368273.
1695
1696 2006-10-31  Wim Taymans  <wim@fluendo.com>
1697
1698         * gst-libs/gst/rtp/Makefile.am:
1699         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1700         (gst_base_rtp_audio_payload_init):
1701         Fix and activate base audio payloader.
1702
1703 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1704
1705         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1706         (plugin_init):
1707           Add typefinder for QuickTime Image Files (see #366156).
1708
1709 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1712           Another typo fix (#366212).
1713
1714 2006-10-27  Wim Taymans  <wim@fluendo.com>
1715
1716         * gst/volume/gstvolume.c: (volume_transform_ip):
1717         Use stream time to synchronize volume property instead of rather random
1718         timestamps. This is needed when gnonlin does its time shifting.
1719
1720 2006-10-27  Wim Taymans  <wim@fluendo.com>
1721
1722         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1723
1724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1725         Remove the pad from the element in release_pad. Fixes #364812.
1726
1727 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1731           Explicitly create our custom buffer classes at a thread-safe
1732           location as well, since g_type_class_ref() doesn't seem to be
1733           entirely thread-safe either (#365501; also see #349410).
1734
1735 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1736
1737         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1738         (gst_riff_parse_info):
1739           If strings in INFO chunk are not UTF-8, do something similar to
1740           what we do for ID3v1 tags: check a number of environment variables
1741           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1742           character sets to try, otherwise try the current locale and/or fall
1743           back on ISO-8859-1. Fixes #360552.
1744
1745 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1746
1747         * gst/videotestsrc/gstvideotestsrc.c:
1748         (gst_video_test_src_pattern_get_type),
1749         (gst_video_test_src_set_pattern):
1750         * gst/videotestsrc/gstvideotestsrc.h:
1751         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1752         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1753         (gst_video_test_src_checkers8):
1754         * gst/videotestsrc/videotestsrc.h:
1755           Add a bunch of exciting new checkers patterns.
1756
1757 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * gst/subparse/Makefile.am:
1760         * gst/subparse/gstsubparse.c:
1761         (gst_sub_parse_data_format_autodetect),
1762         (gst_sub_parse_format_autodetect), (handle_buffer),
1763         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1764         * gst/subparse/gstsubparse.h:
1765         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1766         (parse_tmplayer):
1767         * gst/subparse/tmplayerparse.h:
1768           Add support for TMPlayer-type subtitles (#362845).
1769
1770         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1771         (GST_START_TEST), (subparse_suite):
1772           Add some basic unit tests for the above.
1773
1774 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1775
1776         * tests/check/elements/audiorate.c: (test_injector_base_init),
1777         (test_injector_class_init), (test_injector_chain),
1778         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1779         (GST_START_TEST), (audiorate_suite):
1780           More tests for audiorate: inject buffers to check behaviour when
1781           buffers overlap.
1782
1783 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1784
1785         * tests/check/Makefile.am:
1786         * tests/check/elements/.cvsignore:
1787         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1788         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1789           Add some basic unit tests for audiorate. Disabled at the moment
1790           since it doesn't pass yet (see bug #363119).
1791
1792 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1795         (parse_subrip), (handle_buffer):
1796           Add missing closing tags for markup and fix broken markup,
1797           otherwise pango won't render anything (fixes #357531). Also,
1798           make sure the text we send out is always NUL-terminated
1799           (better safe than sorry etc.).
1800
1801         * tests/check/elements/subparse.c: (test_srt_do_test),
1802         (test_srt):
1803           Some more tests for .srt incl. tests for the above stuff.
1804
1805 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1806
1807         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1809         Patch by: Stefan Kost  <ensonic@users.sf.net>
1810         Try to redraw borders only when needed. Apparently this consumes
1811         resources on small devices... :-O (#363607)
1812
1813 2006-10-20  Michael Smith  <msmith@fluendo.com>
1814
1815         * gst/tcp/gstmultifdsink.c:
1816         (gst_multi_fd_sink_client_queue_buffer):
1817           If caps change, then update the client's idea of the caps so that we
1818           don't end up re-sending streamheaders for every single buffer after
1819           the caps change.
1820
1821 2006-10-20  Michael Smith  <msmith@fluendo.com>
1822
1823         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1824         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1825           Set caps on pushed buffers; fix up refcounting of caps objects.
1826
1827 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1830         (plugin_init):
1831           Typefind mmsh header data packet to application/x-mmsh (#362625).
1832
1833 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * tests/check/Makefile.am:
1836         * tests/check/elements/.cvsignore:
1837         * tests/check/elements/subparse.c: (buffer_from_static_string),
1838         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1839         (GST_START_TEST), (subparse_suite):
1840           Add very simple unit test for subparse.
1841
1842 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1845         (parse_subrip):
1846           Strip trailing newlines from subtitle text output.
1847
1848 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1849
1850         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1851         (gst_sub_parse_change_state):
1852           Fix memleak; clear subparse->textbuf n state change function.
1853
1854 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * gst/subparse/gstsubparse.c:
1857         (gst_sub_parse_data_format_autodetect):
1858           Don't require subrip (.srt) files to start with a chunk number of 1.
1859
1860 2006-10-18  Wim Taymans  <wim@fluendo.com>
1861
1862         * gst-libs/gst/audio/gstbaseaudiosink.c:
1863         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1864         * gst-libs/gst/audio/gstbaseaudiosink.h:
1865         Extract rate from the NEWSEGMENT event.
1866         Use commit_full to also take rate adjustment into account when writing
1867         samples to the ringbuffer.
1868         
1869         * gst-libs/gst/audio/gstringbuffer.c:
1870         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1871         (gst_ring_buffer_read):
1872         * gst-libs/gst/audio/gstringbuffer.h:
1873         Added _commit_full() to also take rate into account.
1874         Use simple interpolation algorithm to resample audio.
1875         API: gst_ring_buffer_commit_full()
1876
1877         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1878         * tests/examples/seek/seek.c: (segment_done):
1879         Don't try to seek with 0.0 rate, just pause instead.
1880         Remove bogus debug line.
1881
1882 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1883
1884         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1885         (setup_source):
1886           Catch async errors when starting up the subtitle bin, so we can
1887           stop waiting and continue with the main film instead of hanging
1888           forever. Fixes #339366.
1889
1890         * tests/check/elements/playbin.c: (playbin_suite):
1891           Enable unit test for the above.
1892
1893 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * tests/check/Makefile.am:
1896         * tests/check/elements/.cvsignore:
1897         * tests/check/elements/playbin.c: (GST_START_TEST),
1898         (gst_red_video_src_uri_get_type),
1899         (gst_red_video_src_uri_get_protocols),
1900         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1901         (gst_red_video_src_uri_handler_init),
1902         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1903         (gst_red_video_src_create), (gst_red_video_src_class_init),
1904         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1905           Some small and basic unit tests for playbin; not very useful yet,
1906           but at least a start.
1907
1908 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1909
1910         * gst/playback/gstplaybin.c: (setup_sinks):
1911           The old pad activation spiel.
1912
1913 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         * gst/playback/gstplaybasebin.c: (setup_source):
1916           Don't hang forever if the subbin already fails to start up in 
1917           the state change to PAUSED (#339366).
1918
1919 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1920
1921         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1922         (gst_tuner_set_channel), (gst_tuner_get_channel),
1923         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1924         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1925         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1926         (gst_tuner_find_channel_by_name):
1927           Fix some function guards, add some more function guards.
1928
1929 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1930
1931         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1932         (remove_element_chain):
1933         Don't return a pad from get_our_ghost_pad unless it is actually the
1934         one we want.
1935         Change a cast in remove_element_chain slightly.
1936
1937 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1938
1939         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1940         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1941         Segment seeking needs to use the rate and set stop to -1.
1942
1943 2006-10-13  Wim Taymans  <wim@fluendo.com>
1944
1945         * gst-libs/gst/audio/gstbaseaudiosink.c:
1946         (gst_base_audio_sink_setcaps):
1947         Don't crash when ringbuffer is not yet created.
1948         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1949         Fixes #361634.
1950
1951         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1952         * gst/playback/gststreamselector.c:
1953         (gst_stream_selector_request_new_pad):
1954         Activate pads befre adding them to running elements.
1955
1956 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1957
1958         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1959         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1960         updater when we start grabing the slider. Don't wait for the
1961         pipeline to be PAUSED.
1962
1963 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1966         (gst_mixer_set_volume), (gst_mixer_get_volume),
1967         (gst_mixer_set_mute), (gst_mixer_set_option),
1968         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1969         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1970         (gst_mixer_option_changed):
1971           Guard mixer interface functions against bogus arguments.
1972
1973 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1974
1975         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1976         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1977         (msg_state_changed), (main): Use state-changed messages to trigger
1978         start/stop of scale update timer. Indeed the scale slider was
1979         jumping here and there because the update timer was activated 
1980         before seek completed. This fixes instant applying of rate changes
1981         by pressing the spinbutton like a crazy man !
1982
1983 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1984
1985         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1986
1987         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1988         (gst_basertppayload_finalize):
1989           Fix two small memory leaks (#361456).
1990
1991 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1992
1993         * tests/examples/seek/seek.c: (do_seek),
1994         (rate_spinbutton_changed_cb): When changing spinbutton we try
1995         to change the rate on the fly.
1996
1997 2006-10-10  Wim Taymans  <wim@fluendo.com>
1998
1999         * gst-libs/gst/riff/riff-ids.h:
2000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2001         (gst_riff_create_audio_template_caps):
2002         Add WMS caps.
2003
2004 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2005
2006         Patch by: Josep Torre Valles <josep@fluendo.com>
2007
2008         * ext/gnomevfs/gstgnomevfssink.c:
2009         * ext/gnomevfs/gstgnomevfssrc.c:
2010         Fix URI interface implementation return type.
2011         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2012         Fix what looks like a copy/paste issue when assigning values.
2013         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2014         (gst_audio_filter_template_get_type):
2015         Cast to prevent Forte warnings.
2016         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2017         Fix URI interface implementation return type.
2018         gst_pad_query_position requires a signed integer pointer as
2019         3rd parameter, GstClockTime is unsigned.
2020         * gst/audioconvert/audioconvert.c:
2021         Fix integer overflow when treated as signed.
2022         * gst/audioresample/resample.c: (resample_add_input_data):
2023         Cast to prevent warnings on Forte.
2024         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2025         Fix integer overflow when treated as signed.
2026         * gst/ffmpegcolorspace/imgconvert_template.h:
2027         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2028         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2029         (cleanup_decodebin):
2030         Who initialises a guint to -1!
2031         Cast function pointers to prevent warnings on Forte.
2032         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2033         (queue_threshold_reached):
2034         Cast function pointers correctly to prevent warnings on Forte.
2035         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2036         Cast function pointers correctly to prevent warnings on Forte.
2037         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2038         Obvious change to unsigned, 0xEF > max signed char.
2039         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2040         GstClockTime is unsigned, initialise correctly.
2041         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2042         Cast so pointer arithemetic doesn't cause warnings on Forte.
2043         * gst/videorate/gstvideorate.c:
2044         Use correct return value.
2045         * tests/examples/seek/scrubby.c:
2046         GstClockTime is unsigned, initialise correctly.
2047
2048 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2051
2052         * gst/typefind/gsttypefindfunctions.c:
2053           Recognise XML files and XML-like files shorter than 256 bytes as
2054           well (fixes #359237).
2055
2056 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2057
2058         Patch by: Renato Filho <renato.filho@indt.org.br>
2059         
2060         * gst/typefind/gsttypefindfunctions.c:
2061         Added typefind functions to video/x-nuv media.
2062         
2063 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2064
2065         * gst-libs/gst/interfaces/xoverlay.c:
2066         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2067           Some more guards against invalid input.
2068
2069 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2070
2071         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2072         Useless goto.
2073         * tests/examples/seek/seek.c: (do_seek),
2074         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2075         seek example to experiment with rates != 1.0 (reverse playback !)
2076
2077 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2078
2079         * gst-libs/gst/interfaces/xoverlay.c:
2080           Unref message in doc-example (spotted by Robert McQueen)
2081
2082 2006-10-06  Wim Taymans  <wim@fluendo.com>
2083
2084         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2085         (mpeg1_parse_header), (mpeg1_sys_type_find):
2086         printf fix.
2087
2088 2006-10-06  Wim Taymans  <wim@fluendo.com>
2089
2090         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2091         (close_pad_link):
2092         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2093         Activate dynamic pads before adding them to the element.
2094
2095 2006-10-06  Michael Smith  <msmith@fluendo.com>
2096
2097         * gst-libs/gst/floatcast/floatcast.h:
2098           Fix obviously-bogus macros; use the correct types.
2099
2100 2006-10-06  Wim Taymans  <wim@fluendo.com>
2101
2102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2103         (gst_base_rtp_depayload_change_state):
2104         Also call parent state change function to activate pads.
2105
2106         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2107         (mpeg1_parse_header), (mpeg1_sys_type_find):
2108         Add some more debug info in mpeg typefinding.
2109
2110 2006-10-06  Michael Smith  <msmith@fluendo.com>
2111
2112         * ext/theora/theoradec.c: (theora_dec_chain):
2113           Zero byte theora packets are valid and well-defined; don't warn on
2114           them.
2115
2116 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2117
2118         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2119         (gst_multi_fd_sink_get_stats), (find_limits),
2120         (gst_multi_fd_sink_queue_buffer):
2121           API: add dropped_buffers to the get-stats GValueArray
2122
2123 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * ext/alsa/gstalsadeviceprobe.c:
2126         (gst_alsa_device_property_probe_get_values):
2127         * ext/alsa/gstalsasink.c: (set_hwparams):
2128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2129         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2131         (gst_ogg_mux_process_best_pad):
2132         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2133         (gst_ogg_parse_chain):
2134         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2135         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2136         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2137         (gst_vorbis_enc_buffer_check_discontinuous):
2138         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2139         * gst-libs/gst/audio/gstbaseaudiosink.c:
2140         (gst_base_audio_sink_render):
2141         * gst-libs/gst/cdda/gstcddabasesrc.c:
2142         (gst_cdda_base_src_handle_track_seek):
2143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2144         (gst_base_rtp_depayload_push_full):
2145         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2146         * gst/audioresample/resample.c: (resample_input_pushthrough):
2147         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2148         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2149         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2150         (wavpack_type_find):
2151         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2152         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2153         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2154         * tests/check/elements/volume.c: (GST_START_TEST):
2155           Printf format fixes.
2156
2157 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2158
2159         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2160           Fix a simple mistake (see the docs)
2161           Fixes #359580
2162
2163 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * docs/plugins/Makefile.am:
2166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2168         * docs/plugins/gst-plugins-base-plugins.args:
2169         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2170         * docs/plugins/inspect/plugin-adder.xml:
2171         * docs/plugins/inspect/plugin-alsa.xml:
2172         * docs/plugins/inspect/plugin-audioconvert.xml:
2173         * docs/plugins/inspect/plugin-audiorate.xml:
2174         * docs/plugins/inspect/plugin-audioresample.xml:
2175         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2176         * docs/plugins/inspect/plugin-cdparanoia.xml:
2177         * docs/plugins/inspect/plugin-decodebin.xml:
2178         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2179         * docs/plugins/inspect/plugin-gdp.xml:
2180         * docs/plugins/inspect/plugin-gnomevfs.xml:
2181         * docs/plugins/inspect/plugin-libvisual.xml:
2182         * docs/plugins/inspect/plugin-ogg.xml:
2183         * docs/plugins/inspect/plugin-pango.xml:
2184         * docs/plugins/inspect/plugin-playbin.xml:
2185         * docs/plugins/inspect/plugin-subparse.xml:
2186         * docs/plugins/inspect/plugin-tcp.xml:
2187         * docs/plugins/inspect/plugin-theora.xml:
2188         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2189         * docs/plugins/inspect/plugin-video4linux.xml:
2190         * docs/plugins/inspect/plugin-videorate.xml:
2191         * docs/plugins/inspect/plugin-videoscale.xml:
2192         * docs/plugins/inspect/plugin-videotestsrc.xml:
2193         * docs/plugins/inspect/plugin-volume.xml:
2194         * docs/plugins/inspect/plugin-vorbis.xml:
2195         * docs/plugins/inspect/plugin-ximagesink.xml:
2196         * docs/plugins/inspect/plugin-xvimagesink.xml:
2197           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2198
2199 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2200
2201         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2202
2203         * ext/vorbis/Makefile.am:
2204         * ext/vorbis/vorbis.c: (plugin_init):
2205         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2206         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2207         * ext/vorbis/vorbisparse.h:
2208         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2209         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2210         (gst_vorbis_tag_parse_packet):
2211         * ext/vorbis/vorbistag.h:
2212           Add new vorbistag element which derives from vorbisparse
2213           and is essentially the same as well, only that it implements
2214           the GstTagSetter interface and can modify the stream's
2215           vorbiscomment on the fly (#335635).
2216
2217         * tests/check/Makefile.am:
2218         * tests/check/elements/.cvsignore:
2219         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2220         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2221         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2222         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2223           Add unit test for new vorbistag element.
2224
2225 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2228         (vorbis_parse_push_headers), (vorbis_parse_chain):
2229           Set BOS flag in packet structure to fix 'jump depends
2230           on unitialized value' errors in valgrind; various minor
2231           clean-ups.
2232
2233 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2234
2235         * gst/playback/gstdecodebin.c: (close_pad_link):
2236         Fix typo in a debug statement.
2237
2238         * gst/playback/gstplaybasebin.c: (probe_triggered),
2239         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2240         (gen_source_element), (source_new_pad), (analyse_source),
2241         (setup_source):
2242         When handling no_more_pads in new_decoded_pad, make sure to treat
2243         subtitle pads correctly. Fixes playback with subtitle files.
2244
2245         Move a recurring message to LOG level.
2246
2247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2248         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2249         which ends up as -1 when cast to an int. Make the logic handle the
2250         max value as an unsigned mask and only change the colorkey when it's
2251         a value we recognise.
2252
2253 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2254
2255         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2256         Removed empty * between paragraphs
2257
2258 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2259
2260         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2261         * gst-libs/gst/rtp/README:
2262         Moved some documentation into .c file
2263
2264 2006-09-29  Wim Taymans  <wim@fluendo.com>
2265
2266         * gst/playback/gstdecodebin.c: (no_more_pads):
2267         Fix compilation.
2268
2269 2006-09-29  Wim Taymans  <wim@fluendo.com>
2270
2271         * gst/playback/gstdecodebin.c: (new_caps):
2272         Remove g_print
2273
2274         * gst/playback/gstplaybin.c:
2275         Add some docs.
2276
2277 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         * tests/check/Makefile.am:
2280           Re-enable cddabasesrc test to see if it works again
2281           now.
2282
2283 2006-09-29  Wim Taymans  <wim@fluendo.com>
2284
2285         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2286         (gen_source_element):
2287         Handle invalid URIs a bit more gracefully.
2288
2289 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * tests/check/pipelines/oggmux.c:
2292           Remove obsolete comment.
2293
2294 2006-09-29  Michael Smith  <msmith@fluendo.com>
2295
2296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2297         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2298         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2299         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2300         (gst_ogg_mux_collected):
2301           Commit patch from James "Doc" Livingston, adds proper EOS handling
2302           in oggmux. GStreamer can, for the first time ever, create a valid
2303           Ogg file! Yay!
2304
2305         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2306         (oggmux_suite):
2307           Reenable tests now that they pass.
2308
2309 2006-09-29  Wim Taymans  <wim@fluendo.com>
2310
2311         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2312         Stop reading commands when EOF (we read 0) as well.
2313
2314 2006-09-28  Wim Taymans  <wim@fluendo.com>
2315
2316         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2317         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2318         (find_dynamic), (unlinked), (close_link):
2319         Implement delayed caps linking needed for element with a lot of
2320         different caps on the src pads that get fixed at runtime.
2321         Improve management of dynamic elements.
2322
2323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2324         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2325         (gen_preroll_element), (remove_groups), (unknown_type),
2326         (add_element_stream), (no_more_pads_full), (no_more_pads),
2327         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2328         (new_decoded_pad), (setup_subtitle), (array_has_value),
2329         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2330         (analyse_source), (remove_decoders), (make_decoder),
2331         (remove_source), (setup_source), (finish_source), (prepare_output),
2332         (gst_play_base_bin_change_state):
2333         * gst/playback/gstplaybasebin.h:
2334         Use more _CAST instead of full type checking casts.
2335         Small cleanups, plug some leaks.
2336         Handle dynamic sources.
2337         Add some helper functions to create lists of strings used for
2338         blacklisting and other stuff.
2339         Refactor some code dealing with analysing the source.
2340         Re-enable sources without pads (like cd:// or other selfcontained
2341         elements).
2342
2343 2006-09-28  Wim Taymans  <wim@fluendo.com>
2344
2345         * gst-libs/gst/audio/gstbaseaudiosink.c:
2346         (gst_base_audio_sink_render):
2347         When we have a timestamp, we can still perform clipping.
2348         When we have no clock, we must play the sample ASAP.
2349
2350 2006-09-28  Wim Taymans  <wim@fluendo.com>
2351
2352         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2353         Set caps on outgoing buffers.
2354
2355         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2356         (gst_video_rate_event), (gst_video_rate_chain):
2357         * gst/videorate/gstvideorate.h:
2358         Fix videorate some more. Fixes #357977
2359
2360 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2361
2362         * tests/check/elements/adder.c: (adder_suite):
2363           Don't set timeout to 6 seconds when we're running
2364           in valgrind ... (and how is 6 seconds longer than
2365           the default anyway?)
2366
2367 2006-09-28  Wim Taymans  <wim@fluendo.com>
2368
2369         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2370         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2371         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2372         Keep sink and src segment to keep track of time and support more
2373         input formats.
2374         Fix bogus next_offset and run_time calculation, don't understand how
2375         this could have worked before. Fixes #357976.
2376         Remove some unneeded vars.
2377
2378 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2379
2380         * gst/playback/gstplaybin.c: (remove_sinks):
2381           Only remove visualisation from visbin if there is a visbin (or:
2382           don't throw warnings when closing totem without playing a file).
2383
2384 2006-09-27  Wim Taymans  <wim@fluendo.com>
2385
2386         * gst-libs/gst/audio/gstbaseaudiosink.c:
2387         (gst_base_audio_sink_render):
2388         Add some more info in a WARNING.
2389
2390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2391         (gst_base_audio_src_create):
2392         Handle PAUSE in create function, use new -core addition to
2393         wait for playing. Fixes pausing and resuming capture from an
2394         audiosrc.
2395
2396         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2397         (gst_ring_buffer_read):
2398         Constify some more.
2399         Caller supports interrupted reads now.
2400
2401 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2402
2403         * tests/check/Makefile.am:
2404           Another attempt to make the gen64 buildbot happy.
2405
2406 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2407
2408         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2409
2410         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2411         (gst_visual_chain), (gst_visual_change_state):
2412           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2413           correctly. Fixes #357800
2414
2415 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2418           Add timeout to _get_state() so we see which pipeline it is
2419           that causes trouble on the gen64 build bot.
2420
2421 2006-09-27  Wim Taymans  <wim@fluendo.com>
2422
2423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2424         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2425         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2426         (gst_base_rtp_depayload_set_gst_timestamp):
2427         the source pad always uses fixed caps.
2428
2429 2006-09-27  Wim Taymans  <wim@fluendo.com>
2430
2431         * docs/libs/gst-plugins-base-libs-docs.sgml:
2432         * docs/libs/gst-plugins-base-libs-sections.txt:
2433         * gst-libs/gst/audio/gstaudioclock.c:
2434         * gst-libs/gst/audio/gstaudioclock.h:
2435         * gst-libs/gst/audio/gstaudiosink.c:
2436         * gst-libs/gst/audio/gstaudiosink.h:
2437         * gst-libs/gst/audio/gstaudiosrc.c:
2438         * gst-libs/gst/audio/gstbaseaudiosink.c:
2439         (gst_base_audio_sink_render):
2440         * gst-libs/gst/audio/gstbaseaudiosink.h:
2441         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2442         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2443         * gst-libs/gst/audio/gstringbuffer.h:
2444         Added docs for the audio libs.
2445
2446 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2447
2448         * tests/check/Makefile.am:
2449           Temporarily disable test that fails on the bots for unknown reasons.
2450
2451 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2452
2453         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2455         Moved AudioCodecType into priv
2456         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2457
2458 2006-09-25  Wim Taymans  <wim@fluendo.com>
2459
2460         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2461         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2462         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2463         (new_pad):
2464         Cleanups and small leak fixes.
2465         Added Depayloaders to valid list of autopluggable elements.
2466
2467 2006-09-25  Wim Taymans  <wim@fluendo.com>
2468
2469         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2470         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2471         (gen_video_element), (gen_text_element), (gen_audio_element),
2472         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2473         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2474         Detect NO_PREROLL state change returns and disable clock distribution to
2475         the sinks so that sync is disabled.
2476         Avoid some type checking and do simple casts instead.
2477         Small cleanups, fix some FIXMEs.
2478         Be more robust when linking user specified elements, catch an report
2479         errors. Fixes #357404.
2480         Fix some leaks in the error paths.
2481
2482 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2483
2484         * ChangeLog:
2485           ChangeLog surgery for missing bug-number
2486
2487 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2488
2489         Patch by: Peter Kjellerstedt  <pkj at axis com>
2490
2491         * gst/playback/test.c:
2492           Fix compilation with uClibc and -Werror (#357591).
2493
2494 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2495
2496         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2497           Parse dates that are followed by a time as well (#357532).
2498
2499         * tests/check/libs/tag.c: (test_vorbis_tags):
2500           Add unit test for this.
2501
2502 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2505         (gst_audio_convert_transform_caps):
2506         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2507         * gst/videotestsrc/videotestsrc.h:
2508           A few array const-ifications.
2509
2510 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2511
2512         * tests/check/Makefile.am:
2513           See if this makes the build bots happy.
2514
2515         * tests/check/libs/cddabasesrc.c:
2516           UTF8-ise my name.
2517
2518 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2521
2522         * gst/subparse/samiparse.c: (handle_start_font),
2523         (fix_invalid_entities):
2524           More case-insensitivity for certain tags; recognise entities with
2525           decimal codes as special entities as well (#357330).
2526
2527 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2528
2529         * gst-libs/gst/Makefile.am:
2530           Need to build tag directory before cdda.
2531
2532 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2533
2534         * docs/libs/gst-plugins-base-libs-sections.txt:
2535         * gst-libs/gst/cdda/Makefile.am:
2536         * gst-libs/gst/cdda/gstcddabasesrc.c:
2537         (gst_cdda_base_src_base_init):
2538         * gst-libs/gst/cdda/gstcddabasesrc.h:
2539         * gst-libs/gst/tag/tag.h:
2540         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2541         (gst_tag_register_musicbrainz_tags):
2542           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2543           depend on libgsttag. This is required so we can extract/read tags like
2544           DISCID without depending on libgstcddabasesrc (which used to register
2545           them).
2546
2547         * gst-libs/gst/tag/gstvorbistag.c:
2548           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2549           tags (also see #347848).
2550
2551         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2552           Log vorbis comments we are actually writing. Const-ify array.
2553
2554 2006-09-23  Wim Taymans  <wim@fluendo.com>
2555
2556         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2557         Improve buffering a bit by avoiding a deadlock because we cannot assume
2558         the underrun is always called.
2559
2560 2006-09-23  Wim Taymans  <wim@fluendo.com>
2561
2562         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2563
2564         * gst-libs/gst/riff/riff-ids.h:
2565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2566         (gst_riff_create_audio_template_caps):
2567         Added MPEG-4 AAC and id and caps. Fixes #357289
2568         Added WMA9 Lossless id.
2569
2570 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * ext/gnomevfs/gstgnomevfssrc.c:
2573           Fix misleading docs addition.
2574
2575         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2576           Get rid of compiler warning the right way.
2577
2578 2006-09-22  Wim Taymans  <wim@fluendo.com>
2579
2580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2581         (gst_base_rtp_depayload_finalize),
2582         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2583         (gst_base_rtp_depayload_push_full),
2584         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2585         (gst_base_rtp_depayload_process),
2586         (gst_base_rtp_depayload_set_gst_timestamp),
2587         (gst_base_rtp_depayload_queue_release):
2588         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2589         Small cleanups.
2590         Fix some leaks.
2591         Refactored the process method and added methods to push from the process
2592         vmethod.
2593         Use _scale functions.
2594         API: gst_base_rtp_depayload_push_ts
2595         API: gst_base_rtp_depayload_push
2596
2597         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2598         timestamps are uint.
2599
2600 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * gst-libs/gst/interfaces/xoverlay.c:
2603           Remove unused statement from doc example.
2604
2605 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2606
2607         * gst-libs/gst/interfaces/videoorientation.c:
2608         (gst_video_orientation_iface_init),
2609         (gst_video_orientation_get_hflip),
2610         (gst_video_orientation_get_vflip),
2611         (gst_video_orientation_get_hcenter),
2612         (gst_video_orientation_get_vcenter),
2613         (gst_video_orientation_set_hflip),
2614         (gst_video_orientation_set_vflip),
2615         (gst_video_orientation_set_hcenter),
2616         (gst_video_orientation_set_vcenter):
2617           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2618           in ChangeLog)
2619
2620 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * tests/check/Makefile.am:
2623         * tests/check/elements/.cvsignore:
2624         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2625         (create_rgb_conversions), (rgb_conversion_free),
2626         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2627         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2628           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2629           but disable for now since it doesn't pass (something wrong with
2630           RGBA somewhere).
2631
2632 2006-09-21  Wim Taymans  <wim@fluendo.com>
2633
2634         * gst/playback/gstplaybasebin.c: (group_commit),
2635         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2636         (queue_out_of_data), (gen_preroll_element),
2637         (preroll_remove_overrun), (probe_triggered):
2638         Refactor handling of overrun detection.
2639         Separate handling of group completion and deadlock detection when doing
2640         network buffering. This should fix some deadlocks that were not detected
2641         because the group was completed.
2642         Add more comments, improve debugging.
2643
2644 2006-09-21  Wim Taymans  <wim@fluendo.com>
2645
2646         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2647         * tests/check/libs/audio.c:
2648         Some more compilation fixes.
2649
2650 2006-09-21  Wim Taymans  <wim@fluendo.com>
2651
2652         * gst-libs/gst/audio/gstringbuffer.c:
2653         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2654         (gst_ring_buffer_read):
2655         Early morning compilation fix.
2656
2657 2006-09-20  Wim Taymans  <wim@fluendo.com>
2658
2659         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2660         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2661         * tests/check/elements/videorate.c: (GST_START_TEST):
2662         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2663         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2664         Fix some warnings.
2665
2666 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2667
2668         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2669         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2670         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2671           Handcrafted merge to help CVS understanding what I changed and what
2672           not.
2673
2674 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2677         (gst_xvimagesink_get_times):
2678           change colorkey behaviour back according to #354773 comment 6/7
2679
2680 2006-09-19  Michael Smith  <msmith@fluendo.com>
2681
2682         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2683         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2684         (gst_multi_fd_sink_recover_client),
2685         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2686         (gst_multi_fd_sink_get_property):
2687         * gst/tcp/gstmultifdsink.h:
2688           Implement stubbed out properties unit-type, units-soft-max,
2689           units-max, to allow specifying maximum sizes in units other than
2690           buffers.
2691           Fixes #355935
2692
2693 2006-09-19  Wim Taymans  <wim@fluendo.com>
2694
2695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2696         (gst_riff_create_audio_template_caps):
2697         Reorder the audio formats a bit for clarity.
2698         Detect and create caps for MSGSM and MSN (WAV49).
2699         Fixes #356596.
2700
2701         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2702         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2703         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2704         Small cleanups, move error handling out of normal flow for clarity.
2705
2706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * docs/libs/gst-plugins-base-libs-docs.sgml:
2709         * docs/libs/gst-plugins-base-libs.types:
2710         * gst-libs/gst/interfaces/Makefile.am:
2711         * gst-libs/gst/interfaces/videoorientation.c:
2712         (gst_video_orientation_get_type),
2713         (gst_video_orientation_iface_init),
2714         (gst_video_orientation_get_hflip),
2715         (gst_video_orientation_get_vflip),
2716         (gst_video_orientation_get_hcenter),
2717         (gst_video_orientation_get_vcenter),
2718         (gst_video_orientation_set_hflip),
2719         (gst_video_orientation_set_vflip),
2720         (gst_video_orientation_set_hcenter),
2721         (gst_video_orientation_set_vcenter):
2722         * gst-libs/gst/interfaces/videoorientation.h:
2723           API: Add new interface to control video orientation (fixes #354908)
2724
2725 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2726
2727         * gst/videotestsrc/gstvideotestsrc.c:
2728           Use G_UNLIKELY in _create and log one more detail.
2729           
2730         (gst_video_test_src_get_times), (gst_video_test_src_create):
2731         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2732           Use gst_util_uint64_scale_int in _get_times().
2733
2734 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2737           Give better warning message (add object and detail).
2738
2739 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2742         (gst_xvimagesink_get_times):
2743           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2744           #354773), use gst_util_uint64_scale_int in _get_times()
2745
2746 2006-09-18  Michael Smith  <msmith@fluendo.com>
2747
2748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2749           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2750           always true, leading to dropping all timestamps.
2751
2752 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2753
2754         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2755         (gst_visual_chain), (gst_visual_change_state):
2756           update to work also with libvisual 0.4 API, fix double unref (#355914)
2757           
2758         * tools/gst-launch-ext.1.in:
2759         * tools/gst-visualise.1.in:
2760           remove references to old man-pages
2761
2762         * tests/examples/seek/seek.c: (main):
2763           add real meadi-buttons, add tool-tips for the seek-options, arrange
2764           seek options in a table
2765
2766 2006-09-18  Michael Smith  <msmith@fluendo.com>
2767
2768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2769         (gst_ogg_mux_push_buffer):
2770           Don't generate out-of-order timestamps from oggmux, instead clamp
2771           output timestamps to be >= the previously output ts.
2772           Fixes #355595
2773
2774 2006-09-18  Michael Smith  <msmith@fluendo.com>
2775
2776         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2777         (gst_multi_fd_sink_class_init):
2778           Updates, fixes, and typo corrections for multifdsink. No functional
2779           changes.
2780
2781 2006-09-17  Michael Smith  <msmith@fluendo.com>
2782
2783         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2784           Don't crash on truncated files - check that we got an 8 byte buffer
2785           before trying to memcmp it.
2786
2787 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2788
2789         * gst/playback/gstplaybasebin.c: (get_active_source):
2790           Make stream-switching appear instant to the application
2791           (ie. make sure that a g_object_get on 'current-foo' returns
2792           the stream previously set with g_object_set(). Totem needs
2793           this to update stream-related meta-info (like audio-codec)
2794           correctly when switching streams.
2795
2796 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2799         (gst_alsa_mixer_ensure_track_list):
2800           Try harder to guess which mixer track is the master mixer
2801           track (instead of just taking the first one that has a pvolume).
2802           Fixes #342228.
2803
2804 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2805
2806         reviewed by: <delete if not using a buddy>
2807
2808         * gst-libs/gst/audio/audio.h:
2809         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2810
2811 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2812
2813         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2814         (gst_audio_convert_transform_caps):
2815           Get structure-name just once.
2816
2817 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2818
2819         * tests/check/elements/audioresample.c: (GST_START_TEST):
2820         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2821         * tests/check/elements/volume.c: (GST_START_TEST):
2822         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2823         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2824         (test_pipeline), (GST_START_TEST):
2825         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2826         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2827           Fix big batch of compiler warnings.
2828
2829 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2830
2831         * ext/gnomevfs/gstgnomevfssrc.c:
2832           Add docs about icydemux usage in connection with gnomevfssrc
2833
2834         * ext/libvisual/visual.c:
2835         * ext/ogg/gstoggaviparse.c:
2836         * ext/ogg/gstoggdemux.c:
2837         * ext/ogg/gstoggmux.c:
2838         * ext/ogg/gstoggparse.c:
2839         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2840         * gst-libs/gst/audio/gstaudiosink.c:
2841         * gst-libs/gst/audio/gstaudiosrc.c:
2842         * gst/audiorate/gstaudiorate.c:
2843           More G_OBJECT macro fixing.
2844
2845         * gst/audiotestsrc/gstaudiotestsrc.h:
2846           Fix wrong info in header due to copy & paste
2847
2848 2006-09-15  Wim Taymans  <wim@fluendo.com>
2849
2850         * gst-libs/gst/audio/gstbaseaudiosink.c:
2851         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2852         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2853         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2854         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2855         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2856         Do the delay calculation in the source/sink base classes as this is
2857         specific for the capture/playback mode.
2858         Try to fixate a bit better, like round depth up to a multiple of 8
2859         bigger than width.
2860         Handle underruns correctly by marking DISCONT on buffers and adjusting
2861         timestamps to handle the gap.
2862         Set offset/offset_end correctly on buffers.
2863
2864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2865         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2866         (gst_ring_buffer_read):
2867         Remove resync and underrun recovery from the ringbuffer.
2868         Fix ringbuffer read code on under/overrun.
2869
2870 2006-09-15  Wim Taymans  <wim@fluendo.com>
2871
2872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2873         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2874         (queue_threshold_reached), (gst_play_base_bin_set_property),
2875         (gst_play_base_bin_get_property):
2876         * gst/playback/gstplaybasebin.h:
2877         Don't use a 0 low watermark when buffering, it is catching starvation
2878         way too late. Instead, use a 3 second queue with 30 and 95
2879         percent low/high watermarks. 
2880         Added queue-min-threshold property to configure low watermark.
2881         Use new _buffering message API.
2882         Make queue_threshold variable big enough to store a uint64 time value.
2883         API: playbin::queue-min-threshold property.
2884
2885 2006-09-15  Wim Taymans  <wim@fluendo.com>
2886
2887         * configure.ac:
2888         We require 0.10.10.1 now because of _wait_preroll().
2889
2890         * gst-libs/gst/audio/gstbaseaudiosink.c:
2891         (gst_base_audio_sink_render):
2892         Use gst_base_sink_wait_preroll().
2893
2894 2006-09-15  Wim Taymans  <wim@fluendo.com>
2895
2896         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2897         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2898         Use DEBUG_OBJECT more.
2899
2900 === release 0.10.10 ===
2901
2902 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2903
2904         patch by: Michael Smith <msmith at fluendo dot com>
2905
2906         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2907         (gst_multi_fd_sink_client_queue_buffer),
2908         (gst_multi_fd_sink_new_client):
2909         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2910         (multifdsink_suite):
2911           Fix implementation of sync-method 'next-keyframe'
2912           Closes #354594
2913
2914 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2915
2916         patch by: Wim Taymans <wim at fluendo dot com>
2917
2918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2919         This patch removes the RANDOM flag that was incorrectly introduced with
2920         revision 1.91.  Fixes #354590
2921
2922 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * tests/check/Makefile.am:
2925           Random variation in Makefile line to see if it makes the
2926           gen64-base-full bot any happier.
2927
2928 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2929
2930         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2931           Disable test that fails at the moment (killed after timeout).
2932
2933 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2934
2935         Patch by: James Livingston  <doclivingston at gmail.com>
2936
2937         * tests/check/Makefile.am:
2938         * tests/check/pipelines/.cvsignore:
2939         * tests/check/pipelines/oggmux.c: (get_page_codec),
2940         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2941         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2942         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2943         (test_theora_vorbis), (oggmux_suite):
2944           Add simple unit test for oggmux from #337026 with checking for the
2945           EOS flags disabled for the time being.
2946
2947 2006-09-04  Wim Taymans  <wim@fluendo.com>
2948
2949         patch by: Alessandro Dessina <alessandro nnva org>
2950
2951         * ext/ogg/gstoggmux.c:
2952         Add cmml caps to oggmux. Fixes #353912
2953
2954 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2955
2956         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2957           Returning a return value often helps. In this case, we
2958           don't need the return value anyway, so just get rid of it.
2959           Should make build bots much happier.
2960
2961 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2964         (paint_get_structure), (gst_video_test_src_get_size),
2965         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2966         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2967         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2968         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2969         * gst/videotestsrc/videotestsrc.h:
2970           Add support for AYUV and the various RGBA formats. Initialise
2971           fields of paintinfo structs allocated on the stack.
2972
2973         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2974         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2975         (check_rgb_buf), (videotestsrc_suite):
2976           Add unit tests for videotestsrc's RGB output.
2977
2978 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * gst/videotestsrc/gstvideotestsrc.c:
2981         (gst_video_test_src_pattern_get_type),
2982         (gst_video_test_src_set_pattern):
2983         * gst/videotestsrc/gstvideotestsrc.h:
2984         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2985         (gst_video_test_src_black), (gst_video_test_src_white),
2986         (gst_video_test_src_red), (gst_video_test_src_green),
2987         (gst_video_test_src_blue):
2988         * gst/videotestsrc/videotestsrc.h:
2989           Add more uni-colour patterns ("white", "red", "green", and "blue").
2990
2991 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2994           Fix stride for YVYU, should be word-aligned (#353658).
2995
2996 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2997
2998         * gst/adder/gstadder.c: (gst_adder_src_event):
2999           Fix build.
3000
3001 2006-08-31  Edward Hervey  <edward@fluendo.com>
3002
3003         * gst/adder/gstadder.c: (forward_event_func),
3004         (gst_adder_src_event), (gst_adder_collected),
3005         (gst_adder_change_state):
3006         * gst/adder/gstadder.h:
3007         Remember the start position asked in the incoming seeks, so we can
3008         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3009         of assuming it will always be 0).
3010
3011 2006-08-31  Edward Hervey  <edward@fluendo.com>
3012
3013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3014         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3015         (gst_ogg_demux_loop):
3016         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3017
3018 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3021         (gst_ffmpegcsp_get_unit_size):
3022           Return FALSE instead of returning a random false unit
3023           size when the format isn't known/supported (even if
3024           this shouldn't happen under normal circumstances).
3025
3026 2006-08-29  Wim Taymans  <wim@fluendo.com>
3027
3028         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3029
3030         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3031         (gst_gnome_vfs_src_start):
3032         Try harder to get the size from a uri by using _info_uri() when
3033         _info_from_handle() does not give us enough info. 
3034         Also follow symlinks when getting the size.
3035         Partially Fixes #332864.
3036
3037 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3038
3039         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3040
3041         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3042         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3043         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3044         (gst_alsa_mixer_set_record):
3045         * ext/alsa/gstalsamixertrack.c:
3046         (gst_alsa_mixer_track_update_alsa_capabilities),
3047         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3048         (gst_alsa_mixer_track_update):
3049         * ext/alsa/gstalsamixertrack.h:
3050           Improve and fix mixer track handling, in particular better handling
3051           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3052           separate track objects for tracks that have both capture and playback
3053           volume (and label them differently as well so they're not mistakenly
3054           assumed to be duplicates); classify mixer tracks that only affect
3055           the audible volume of something (rather than the capture volume)
3056           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3057           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3058           (following the meaning documented in the mixer interface header
3059           file); add support for alsa's exclusive cswitch groups; update/sync
3060           state/flags better if mixer settings are changed by another
3061           application. Fixes #336075.
3062
3063 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3064
3065         * gst/playback/gstplaybin.c:
3066           Improve docs: add section about BUFFERING messages sent by playbin.
3067
3068 2006-08-29  Michael Smith  <msmith@fluendo.com>
3069
3070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3071         (gst_vorbis_enc_buffer_check_discontinuous),
3072         (gst_vorbis_enc_chain):
3073           Ignore explicit DISCONT marked on buffers (which is often spurious,
3074           particularly when using multiple segments), in favour of solely
3075           using the timestamps/durations.
3076
3077 2006-08-29  Edward Hervey  <edward@fluendo.com>
3078
3079         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3080         Don't rely on incoming buffers offset anymore, since it is completely
3081         broken when using multiple segments.
3082         Instead convert the incoming buffers timestamp to running time, and
3083         then convert that value to the offsets.
3084         Also inform GstSegment of the last outputted stop position, which is
3085         needed if we received several segments with an unknown stop value.
3086
3087 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3090           fix buffer unreffing on a header push failure
3091
3092 2006-08-28  Wim Taymans  <wim@fluendo.com>
3093
3094         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3095         (gst_audio_rate_chain):
3096         Make the metadata of the buffer writable before changing its
3097         flags.
3098
3099 2006-08-28  Wim Taymans  <wim@fluendo.com>
3100
3101         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3102         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3103         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3104         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3105         Fix audiorate some more.
3106         Reset and resync counters on flush and READY.
3107         Handle the DISCONT flag correctly.
3108         Use GstSegment to track position.
3109         Fail when not negotiated.
3110         Fixes #353234.
3111
3112 2006-08-25  Michael Smith  <msmith@fluendo.com>
3113
3114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3115           Fix spelling.
3116           Remove accidently included debug line.
3117
3118 2006-08-25  Wim Taymans  <wim@fluendo.com>
3119
3120         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3121         Small cleanups.
3122         If a buffer is received with no caps, make the buffer metadata
3123         writable and set the caps, making sure that we don't screw up the
3124         refcounts.
3125
3126 2006-08-25  Michael Smith  <msmith@fluendo.com>
3127
3128         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3129         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3130           Fix memory leaks and misleading debug messages, add a couple of
3131           comments.
3132
3133         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3134         (gst_multi_fd_sink_render):
3135           Do not use gst_buffer_make_writable() in a basesink render method,
3136           as it may incorrectly unref the buffer. Instead, use convoluted
3137           dance to avoid copying the buffer except when we need to.
3138
3139 2006-08-25  Michael Smith  <msmith@fluendo.com>
3140
3141         * ext/vorbis/vorbisenc.c:
3142         (gst_vorbis_enc_buffer_check_discontinuous):
3143           Allow very small discontinuities in the timestamps. These we can't
3144           do anything useful with anyway (because vorbis's timestamps have
3145           only sample granularity), and are commonly produced by elements with
3146           minor bugs. Allow up to 1/2 a sample out.
3147           Fixes #351742.
3148
3149 2006-08-24  Wim Taymans  <wim@fluendo.com>
3150
3151         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3152         (play_scrub_toggle_cb), (main):
3153         Add a checkbox to enable play scrubbing. Makes it possible to disable
3154         normal scrubbing.
3155
3156 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3157
3158         * tests/check/elements/.cvsignore:
3159           make buildbot happy
3160
3161 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3162
3163         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3164         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3165         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3166         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3167         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3168         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3169         (gst_ogm_text_parse_strip_trailing_zeroes),
3170         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3171         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3172           Refactor ogm parse, do better input checking, misc. clean-ups.
3173           Cache incoming events and push them once the source pad has
3174           been created. Don't pass unterminated strings to sscanf().
3175           Strip trailing zeroes from subtitle text output, since they
3176           are not valid UTF-8. Don't push vorbiscomment packets on
3177           the subtitle text pad. Output perfect streams if possible.
3178
3179 2006-08-23  Wim Taymans  <wim@fluendo.com>
3180
3181         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3182         Waits for tasks to settle down so that we clean up correctly for 
3183         valgrind.
3184
3185 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3188           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3189           actually return return value in taglists_are_equal.
3190
3191 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3192
3193         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3194           Fix crash due to broken bitstream parsing on x86-64: can't make
3195           any assumptions about sizeof(struct) due to alignment/packing
3196           differences on different architectures. Fixes #351790.
3197
3198 2006-08-22  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3201         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3202         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3203         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3204         (gst_riff_parse_info):
3205         Protect public functions against bad input.
3206         Do some cleanups.
3207         Fix documentation.
3208
3209 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3210
3211         * gst-libs/gst/riff/riff-ids.h:
3212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3213           Add voxware audio IDs (even if we can't play it) (#351795).
3214
3215 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         * gst-libs/gst/riff/riff-media.c:
3218         (gst_riff_create_video_template_caps),
3219         (gst_riff_create_audio_template_caps),
3220         (gst_riff_create_iavs_template_caps):
3221           Const-ify some arrays and use G_N_ELEMENTS instead
3222           of wasting oodles of RAM on terminator bits.
3223
3224 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * gst-libs/gst/tag/gstvorbistag.c:
3227         (gst_tag_list_to_vorbiscomment_buffer):
3228         * tests/check/libs/tag.c: (GST_START_TEST):
3229           And the same for _to_vorbiscomment_buffer(): allow
3230           id_data_len == 0 for speex.
3231
3232 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3233
3234         * configure.ac:
3235         * docs/plugins/Makefile.am:
3236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3237         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3238         * docs/plugins/inspect/plugin-gdp.xml:
3239         * gst/gdp/Makefile.am:
3240         * tests/check/Makefile.am:
3241           Move GDP plugin to -base from -bad.  Closes #347783.
3242
3243 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3244
3245         * gst-libs/gst/tag/gstvorbistag.c:
3246         (gst_tag_list_from_vorbiscomment_buffer):
3247           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3248           Also add some checks to make sure we don't memcmp() beyond the end of
3249           vorbiscomment buffer if the ID to check for is larger than the buffer.
3250
3251         * tests/check/libs/tag.c: (GST_START_TEST):
3252           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3253
3254 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3255
3256         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3257         (gst_vorbis_enc_set_metadata):
3258           Use vorbis comment utility functions from libgsttag
3259           instead of re-inventing the wheel (partially fixes #347091).
3260
3261 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3262
3263         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3264         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3265         as some that won't.
3266
3267 2006-08-21  Wim Taymans  <wim@fluendo.com>
3268
3269         * docs/libs/Makefile.am:
3270         * docs/libs/gst-plugins-base-libs-sections.txt:
3271         * docs/libs/gst-plugins-base-libs.types:
3272         Don't try to GObject scan the netbuffer as it's not a GObject.
3273         Fixes #351308.
3274
3275         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3276         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3277         Document GstNetBuffer.
3278
3279 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3280
3281         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3282         (audioconvert_suite):
3283           Add testcase for caps-size-explosion
3284
3285 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3286
3287         * gst/audioconvert/gstaudioconvert.c:
3288         (gst_audio_convert_get_unit_size), (set_structure_widths):
3289           Lower debug, use g_assert in _get_unit_size
3290
3291         * gst/audioresample/gstaudioresample.c:
3292         (audioresample_get_unit_size):
3293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3294         (gst_ffmpegcsp_get_unit_size):
3295         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3296           use g_assert in _get_unit_size
3297
3298 2006-08-18  Wim Taymans  <wim@fluendo.com>
3299
3300         * docs/libs/gst-plugins-base-libs-sections.txt:
3301         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3302         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3303         (gst_rtp_buffer_get_payload_buffer):
3304         * gst-libs/gst/rtp/gstrtpbuffer.h:
3305         Document GstRTPBuffer.
3306         Added function to efficiently strip payload headers.
3307         API: gst_rtp_buffer_get_payload_subbuffer()
3308
3309 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3312         (gst_tag_to_vorbis_comments):
3313           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3314           tags and deserialise them properly as well (#347091).
3315           Add some more gtk-doc blurbs and also some g_return_if_fail().
3316
3317         * tests/check/libs/tag.c: (GST_START_TEST),
3318         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3319           More tests.
3320
3321 2006-08-17  Wim Taymans  <wim@fluendo.com>
3322
3323         * ext/ogg/Makefile.am:
3324         * ext/ogg/gstogg.c: (plugin_init):
3325         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3326         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3327         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3328         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3329         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3330         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3331         Added ogg-in-avi parser element. Fixes #140139.
3332
3333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3334         Fixed a bug in oggdemux debug code.
3335
3336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3337         (gst_riff_create_audio_template_caps):
3338         Recognise Ogg in the AVI extensible wave format.
3339
3340 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3343           Make buffer durations add up (duration should be next_ts-ts for
3344           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3345           from CVS.
3346
3347         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3348         (test_buffer_timestamps), (cddabasesrc_suite):
3349           Add unit test for the above.
3350
3351         * tests/check/Makefile.am:
3352           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3353           to see what happens.
3354
3355 2006-08-16  Wim Taymans  <wim@fluendo.com>
3356
3357         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3358         (gst_alsasink_open):
3359         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3360         (gst_alsasrc_open):
3361         Avoid setting and using a NULL device name.
3362         Print more info when we fail to open a device.
3363
3364 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3365
3366         * docs/libs/gst-plugins-base-libs-sections.txt:
3367         * gst-libs/gst/tag/tag.h:
3368         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3369           API: add gst_tag_parse_extended_comment() (#351426).
3370
3371         * tests/check/Makefile.am:
3372         * tests/check/libs/.cvsignore:
3373         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3374           Add unit test for gst_tag_parse_extended_comment().
3375
3376 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3380           Fix leak (#351502).
3381
3382 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3386         * docs/plugins/gst-plugins-base-plugins.args:
3387         * gst/playback/gstplaybin.c:
3388           Document playbin.
3389           
3390         * docs/plugins/inspect/plugin-adder.xml:
3391         * docs/plugins/inspect/plugin-alsa.xml:
3392         * docs/plugins/inspect/plugin-audioconvert.xml:
3393         * docs/plugins/inspect/plugin-audiorate.xml:
3394         * docs/plugins/inspect/plugin-audioresample.xml:
3395         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3396         * docs/plugins/inspect/plugin-cdparanoia.xml:
3397         * docs/plugins/inspect/plugin-decodebin.xml:
3398         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3399         * docs/plugins/inspect/plugin-gnomevfs.xml:
3400         * docs/plugins/inspect/plugin-ogg.xml:
3401         * docs/plugins/inspect/plugin-pango.xml:
3402         * docs/plugins/inspect/plugin-playbin.xml:
3403         * docs/plugins/inspect/plugin-subparse.xml:
3404         * docs/plugins/inspect/plugin-tcp.xml:
3405         * docs/plugins/inspect/plugin-theora.xml:
3406         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3407         * docs/plugins/inspect/plugin-video4linux.xml:
3408         * docs/plugins/inspect/plugin-videorate.xml:
3409         * docs/plugins/inspect/plugin-videoscale.xml:
3410         * docs/plugins/inspect/plugin-videotestsrc.xml:
3411         * docs/plugins/inspect/plugin-volume.xml:
3412         * docs/plugins/inspect/plugin-vorbis.xml:
3413         * docs/plugins/inspect/plugin-ximagesink.xml:
3414         * docs/plugins/inspect/plugin-xvimagesink.xml:
3415           Update to CVS version.
3416
3417 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3418
3419         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3420         (gst_play_bin_set_property), (gst_play_bin_get_property),
3421         (value_list_append_structure_list),
3422         (gst_play_bin_handle_redirect_message),
3423         (gst_play_bin_handle_message):
3424           API: GstPlayBin::connection-speed
3425           Add "connection-speed" property; re-order redirect messages with
3426           multiple redirect locations depending on the minimum bitrate if
3427           that information is available and a connection speed is set
3428           (#350399).
3429
3430 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3431
3432         * gst/playback/gstplaybin.c:
3433           Update max volume to the same value that the volume element uses.
3434
3435 2006-08-14  Wim Taymans  <wim@fluendo.com>
3436
3437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3438         Less uglyness..
3439
3440 2006-08-14  Wim Taymans  <wim@fluendo.com>
3441
3442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3443         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3444         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3445         Add some more debug info.
3446         Don't crash when a seek failed.
3447         Actually return the result of the seek instead of TRUE.
3448         Ignore multiple BOS pages with the same serial so that we don't create
3449         the same stream multiple times.
3450         Post an error when we fail to do the initial seek.
3451
3452 2006-08-13  Wim Taymans  <wim@fluendo.com>
3453
3454         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3455         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3456         Small code cleanup.
3457
3458         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3459         (gst_alsa_mixer_new):
3460         Remove hack that always set the device to hw:0*.
3461         Properly find the card name for whatever device was configured.
3462         Do some better debugging.
3463         Fixes #350784.
3464
3465         * ext/alsa/gstalsamixerelement.c:
3466         (gst_alsa_mixer_element_set_property),
3467         (gst_alsa_mixer_element_change_state):
3468         Cleanups.
3469         Handle setting of a NULL device name better.
3470
3471 2006-08-11  Wim Taymans  <wim@fluendo.com>
3472
3473         * gst/adder/gstadder.c:
3474         Don't clip float values. Fixes #350900.
3475
3476 2006-08-11  Andy Wingo  <wingo@pobox.com>
3477
3478         * gst/tcp/gsttcp.c: Really fix the build?
3479
3480         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3481         fixes the build.
3482
3483 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3486           Float caps shouldn't have a "signed" field.
3487
3488 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3491           Implement SEEKING query in its most basic form, so that we can
3492           at least check if we're seekable or not (#350655).
3493
3494 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3497           The checks here are not even close to anything that would
3498           justify MAXIMUM probability, lowering to POSSIBLE until someone
3499           fixes the checks (case at hand: quicktime redirection files
3500           might start with 00 00 01 XX and pass the checks here just
3501           fine, see #350399).
3502
3503 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3504
3505         Patch by: Sjoerd Simons  <sjoerd at luon net>
3506
3507         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3508           Better detection for multipart/x-mixed-replace: accept leading
3509           whitespaces before the boundary marker as well (as our very own
3510           multipartmux used to produce) (#349068).
3511
3512 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         Patch by: Young-Ho Cha  <ganadist at chollian net>
3515
3516         * gst-libs/gst/riff/riff-ids.h:
3517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3518         (gst_riff_create_audio_template_caps):
3519           Detect DTS audio streams (#350157).
3520
3521 2006-08-05  Andy Wingo  <wingo@pobox.com>
3522
3523         * ext/theora/gsttheoraparse.h:
3524         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3525         (theora_parse_dispose, theora_parse_set_property)
3526         (theora_parse_get_property, theora_parse_munge_granulepos)
3527         (theora_parse_push_buffer, theora_parse_change_state):
3528         API: GstTheoraParse::synchronization-points
3529         Add a property 'synchronization-points' to fix badly synchronized oggs.
3530
3531 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * tests/check/Makefile.am:
3534         * tests/check/libs/.cvsignore:
3535         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3536         (fixed_caps_have_channel_positions), (GST_START_TEST),
3537         (audio_suite), (main):
3538           Add a few tests for the channel position stuff in libgstaudio.
3539
3540 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3543         (gst_alsa_detect_channels):
3544         * ext/alsa/gstalsasink.c:
3545           Add support for cards that (only) do more than 8 channels,
3546           like the Delta 44 (#345188).
3547
3548         * gst-libs/gst/audio/multichannel.c:
3549         (gst_audio_check_channel_positions):
3550         * gst-libs/gst/audio/multichannel.h:
3551           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3552           unspecified channel position and cannot be combined with any
3553           of the other audio channel positions; adjust position layout
3554           checks accordingly (#345188).
3555
3556 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3559           Recognise ancient RealAudio files (see #349779).
3560
3561 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         Patch by: Jens Granseuer  <jensgr at gmx net>
3564
3565         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3566           Add typefinder for Interplay's MVE format (#348973).
3567
3568 2006-08-02  Wim Taymans  <wim@fluendo.com>
3569
3570         Patch by: Marcel Moreaux <marcelm at luon dot net>
3571
3572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3573         (gst_base_rtp_depayload_add_to_queue):
3574         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3575         Handle RTP sequence number rollover.
3576         Disable jitterbuffer by default.
3577
3578 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3579
3580         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3581         (audioresample_set_caps):
3582         Don't leak references to the incoming caps. Clean them up when
3583         stopping.
3584
3585         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3586         (gst_video_scale_finalize):
3587         Don't leak our temporary pixel buffer.
3588
3589         * tests/check/Makefile.am:
3590         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3591         (GST_START_TEST), (simple_launch_lines_suite):
3592
3593         Fix leaks and re-enable the test for valgrind checking.
3594
3595 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         Patch by: Sjoerd Simons  <sjoerd at luon net>
3598
3599         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3600         (plugin_init):
3601           Add typefind function for multipart/x-mixed-replace (#348916).
3602
3603 2006-07-28  Wim Taymans  <wim@fluendo.com>
3604
3605         * gst/adder/gstadder.c: (gst_adder_setcaps),
3606         (gst_adder_query_duration):
3607         Fix leak in duration query.
3608         Reflow some docs and notes.
3609
3610 2006-07-28  Michael Smith  <msmith@fluendo.com>
3611
3612         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3613         (vorbisenc_suite):
3614           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3615           aspect of it.
3616
3617 2006-07-28  Michael Smith  <msmith@fluendo.com>
3618
3619         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3620         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3621         (gst_vorbis_enc_push_buffer),
3622         (gst_vorbis_enc_buffer_check_discontinuous),
3623         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3624         * ext/vorbis/vorbisenc.h:
3625           Handle discontinuities in the input vorbis stream correctly,
3626           so that the output is properly timestamped (and has good granulepos
3627           values). Needs some oggmux fixes too.
3628
3629 2006-07-27  Wim Taymans  <wim@fluendo.com>
3630
3631         patch by: Kai Vehmanen <kv2004 eca cx>
3632
3633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3634         (gst_base_rtp_depayload_chain),
3635         (gst_base_rtp_depayload_handle_sink_event),
3636         (gst_base_rtp_depayload_change_state):
3637         Don't send multiple newsegments with different formats.
3638         Fixes #348677.
3639
3640 2006-07-26  Wim Taymans  <wim@fluendo.com>
3641
3642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3643         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3644         Make seeking in ogg more accurate again by doing the more correct
3645         granuletime to stream time conversion.
3646
3647 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3650         (gst_multi_fd_sink_new_client):
3651           debug a little more understandably
3652           do not use goto as a substitute for break, especially if
3653           break is also being used
3654
3655 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3656
3657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3658         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3659           Remove GLib-2.6 compatibility cruft.
3660
3661 2006-07-24  Wim Taymans  <wim@fluendo.com>
3662
3663         * gst-libs/gst/audio/gstbaseaudiosink.c:
3664         (gst_base_audio_sink_render):
3665         Don't try to align a sample to an unknown value.
3666
3667 2006-07-24  Wim Taymans  <wim@fluendo.com>
3668
3669         * gst-libs/gst/audio/gstbaseaudiosink.c:
3670         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3671         When the audio clock is slaved to another clock, never try to align
3672         samples but trust the rate interpolation algorithm.
3673
3674 2006-07-24  Wim Taymans  <wim@fluendo.com>
3675
3676         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3677         Don't try to calculate silence samples, base class does this much
3678         better now.
3679
3680         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3681         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3682         (gst_ring_buffer_acquire):
3683         Calculate silence samples correctly.
3684
3685         * gst-libs/gst/audio/gstringbuffer.h:
3686         Add _CAST macro.
3687
3688 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3689
3690         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3691           Limit search for the first markup tag to the first few kB of
3692           the file. If we don't find one there, it's highly unlikely that
3693           this is an XML(-ish) file.
3694
3695 2006-07-21  Andy Wingo  <wingo@pobox.com>
3696
3697         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3698         test to the one in vorbisenc. Also commented out.
3699
3700         * tests/check/pipelines/vorbisenc.c: 
3701         (test_discontinuity): New test, commented out until Mike lands
3702         some elite vorbisenc patches.
3703
3704         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3705         Bufferstraw was actually factored out of these tests. Now we share
3706         code yay.
3707
3708         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3709         for bufferstraw addition to gstcheck.
3710
3711 2006-07-21  Wim Taymans  <wim@fluendo.com>
3712
3713         * ext/theora/theoradec.c: (clip_buffer):
3714         Better clipping.
3715
3716 2006-07-21  Wim Taymans  <wim@fluendo.com>
3717
3718         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3719         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3720         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3721         Fix leak.
3722         Avoid type casting when we can.
3723
3724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3725         Fix mem leak.
3726
3727 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         * ext/alsa/gstalsamixerelement.c:
3730         (gst_alsa_mixer_element_change_state):
3731           Make state change fail if the specified device can't be opened
3732           for some reason.
3733
3734 2006-07-20  Wim Taymans  <wim@fluendo.com>
3735
3736         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3737         (cb_newpad), (main):
3738         Example of a small audio/video player using decodebin.
3739
3740 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3741
3742         * gst-libs/gst/riff/riff-ids.h:
3743           Add 'fact' chunk id
3744
3745 2006-07-19  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3748         (gst_base_rtp_depayload_chain),
3749         (gst_base_rtp_depayload_change_state):
3750         Don't assert when not negotiated but post a meaningfull 
3751         error message. Fixes #347918.
3752
3753         * gst-libs/gst/rtp/gstbasertppayload.c:
3754         Add comment about better default MTU size.
3755
3756         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3757         Small cleanups, start docs.
3758
3759 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3760
3761         Patch by: Martin Szulecki
3762
3763         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3764           If "device-name" is requested and the device is not
3765           open, try to temporarily open it to obtain this
3766           information (#342494).
3767
3768 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * gst-libs/gst/tag/gstid3tag.c:
3771           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3772
3773         * gst-libs/gst/tag/gsttageditingprivate.h:
3774         * gst-libs/gst/tag/gstvorbistag.c:
3775           Some more random const-ifications.
3776
3777 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3778
3779         * gst-libs/gst/riff/riff-ids.h:
3780         * gst-libs/gst/riff/riff-media.c:
3781         (gst_riff_create_video_template_caps):
3782           Add more FOURCCs (sort list to make stuff easier to find),
3783           add comment what those 16 bytes in struct _gst_riff_strh according to
3784           one avi-dumper are
3785
3786 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * gst-libs/gst/audio/multichannel.c:
3789         (gst_audio_check_channel_positions),
3790         (gst_audio_fixate_channel_positions):
3791           Const-ify two arrays.
3792
3793 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3796           Fix typo, so that alsasink also advertises 8 channels
3797           if that's supported (tags: can, worms, open, alsa, ph34r).
3798
3799 2006-07-17  Wim Taymans  <wim@fluendo.com>
3800
3801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3802         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3803         *sigh*, when is the compiler going to warn when the comments
3804         are out-of-sync with the code.. Refix case of busted theora
3805         headers with 0 granule pos.
3806
3807 2006-07-14  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3810         (gst_base_rtp_depayload_wait),
3811         (gst_base_rtp_depayload_change_state),
3812         (gst_base_rtp_depayload_set_property),
3813         (gst_base_rtp_depayload_get_property):
3814         Fix 99% cpu load by waiting for absolute times on the
3815         clock. Fixes #347300.
3816
3817 2006-07-14  Andy Wingo  <wingo@pobox.com>
3818
3819         * ext/theora/gsttheoraparse.h: 
3820         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3821         (theora_parse_push_headers, theora_parse_clear_queue)
3822         (theora_parse_drain_queue_prematurely, )
3823         (theora_parse_sink_event, theora_parse_change_state): Queue events
3824         until we initialized our state, like in vorbisparse.
3825
3826         * ext/vorbis/vorbisparse.h: 
3827         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3828         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3829         (vorbis_parse_drain_queue_prematurely, )
3830         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3831         until we have initialized our state. Fixes seeking after an
3832         initial pad block.
3833
3834 2006-07-14  Andy Wingo  <wingo@pobox.com>
3835
3836         Patch by: Iain Holmes <iaingnome@gmail.com>
3837         
3838         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3839
3840 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3841
3842         * configure.ac:
3843         Bump nano back to CVS
3844
3845 === release 0.10.9 ===
3846
3847 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3848
3849         * configure.ac:
3850           releasing 0.10.9, "I walk the line"
3851
3852 2006-07-14  Michael Smith  <msmith@fluendo.com>
3853
3854         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3855           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3856           (commonly happens when running this test under valgrind) when trying
3857           to remove the buffer probe.
3858
3859 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3860
3861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3862         Fix missing g_unlock from the previous commit
3863
3864 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3865
3866         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3867         (gst_ximagesink_change_state):
3868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3869         (gst_xvimagesink_change_state):
3870         Implement a locking order to ensure we always take the object lock
3871         before the x_lock and never vice-versa.
3872
3873 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3874
3875         * gst/playback/gstdecodebin.c: (find_compatibles):
3876         Fix a caps leak when linking (#347304)
3877
3878         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3879         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3880         (gst_ximagesink_change_state):
3881         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3882         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3883         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3884         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3885         Don't leak shared memory resources. Use the object lock to protect
3886         against the xcontext disappearing while returning a buffer from the
3887         pipeline. (#347304)
3888
3889 2006-07-12  Edward Hervey  <edward@fluendo.com>
3890
3891         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3892         (vorbis_handle_comment_packet):
3893         gst_tag_list_merge() returns a new object. Take that into account when
3894         using it. This avoids memleak.
3895         Revert previous commit which is not needed.
3896
3897 2006-07-12  Edward Hervey  <edward@fluendo.com>
3898
3899         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3900         Reset the decoder in finalize so that all fields get cleared.
3901
3902 2006-07-12  Wim Taymans  <wim@fluendo.com>
3903
3904         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3905         (gst_base_audio_src_set_clock),
3906         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3907         Don't try to post an error message when setting the clock fails
3908         as this can happen when adding an element to a bin which will then
3909         deadlock. Fixes #347296.
3910
3911 2006-07-12  Edward Hervey  <edward@fluendo.com>
3912
3913         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3914         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3915         (vorbis_handle_type_packet):
3916         Post tag messages on the bus even if we're not initialized.
3917         If we're not initialized, we still postpone the event pushing of tags.
3918
3919 2006-07-12  Wim Taymans  <wim@fluendo.com>
3920
3921         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3922         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3923         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3924         Revert last two changes that broke the freeze.
3925
3926 2006-07-12  Wim Taymans  <wim@fluendo.com>
3927
3928         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3929         basesink calculates silence sample correctly for us.
3930
3931 2006-07-12  Wim Taymans  <wim@fluendo.com>
3932
3933         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3934         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3935         Calculate correct silence samples so we don't fill our ringbuffer
3936         with noise.
3937
3938 2006-07-12  Edward Hervey  <edward@fluendo.com>
3939
3940         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3941         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3942         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3943         * ext/vorbis/vorbisdec.h:
3944         Delay sending events (newsegment, tags) until the decoder is properly
3945         initialized.
3946         Fixes #347295
3947
3948 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3949
3950         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3951         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3952           Patch from #347221 adding a test for audioconvert
3953           channel remappings.
3954
3955 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3958         (gst_ssa_parse_parse_line):
3959           Don't include the terminating NUL in the buffer size,
3960           it's only there for extra paranoia (would add random
3961           '*' characters at the end of each subtitle since the
3962           terminator itself is not valid UTF-8 technically).
3963           Also fix indenting after boilerplate macro.
3964
3965 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * gst/playback/gstdecodebin.c: (close_pad_link):
3968           Also emit 'unknown-type' signal (which should really be
3969           called unhandled-type) if we found potential decoders/demuxers
3970           in the registry but none of them worked in the end (as in the
3971           case where the plugins don't exist any longer but are still
3972           listed in the registry). Fixes #329798.
3973
3974 2006-07-08  Andy Wingo  <wingo@pobox.com>
3975
3976         * theoraparse.c (theora_parse_push_buffer)
3977         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3978         Add some more debugging. Fix granulepos reconstruction in the face
3979         of discontinuities.
3980
3981 2006-07-06  Wim Taymans  <wim@fluendo.com>
3982
3983         * gst-libs/gst/audio/gstbaseaudiosink.c:
3984         (gst_base_audio_sink_class_init),
3985         (gst_base_audio_sink_provide_clock):
3986         Use gobject_class instead of G_OBJECT_CLASS (klass)
3987
3988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3989         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3990         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3991         (gst_base_audio_src_get_time),
3992         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3993         (gst_base_audio_src_create_ringbuffer):
3994         Fix latency and buffer-time constants and properties ala basesink.
3995         Implement pull based scheduling. Fixes #346527.
3996         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3997         one segment.
3998         Refuse slaving to another clock instead of silently not working.
3999         Only provide a clock when we are actually able to do so.
4000         Various small cleanups and compiler hints.
4001
4002 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         Patch by: Lutz Mueller <lutz at topfrose de>
4005
4006         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4007         (plugin_init):
4008           Add typefinding for text/html (#346581).
4009
4010 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4011
4012         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4013         (xml_check_first_element), (xml_type_find), (smil_type_find):
4014           Fix SMIL typefinding, make xml_check_first_element() more
4015           useful.
4016
4017 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4020         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4021         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4022         * gst/playback/gstplaybasebin.h:
4023           Protect list of elements with a subtitle-encoding property and
4024           the subtitle encoding member itself with a lock of their own
4025           instead of using the object lock. This prevents a dead-lock in
4026           the element-remove callback in some circumstances when shutting
4027           down playbin.
4028
4029 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4030
4031         * win32/common/libgsttag.def:
4032         Export some new functions.
4033         * win32/vs6/libgstogg.dsp:
4034         Add a link to libgsttag-0.10.lib.
4035
4036 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4039           Some const-ification.
4040
4041 2006-07-04  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4044         Improve checking if we are dealing with a stream. Added some
4045         more uris that need buffering.
4046
4047 2006-07-03  Edward Hervey  <edward@fluendo.com>
4048
4049         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4050         Remove unused variable.
4051
4052 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4053
4054         * Makefile.am:
4055           include lcov.mak
4056         * configure.ac:
4057           add GCOV_LIBS to GST_LIBS
4058
4059 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4060
4061         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4062
4063         * ext/alsa/gstalsasrc.c:
4064           Add 32 bps to template caps and increase channels range
4065           from [1,2] to [1,MAX]. See #346326.
4066
4067 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4070           Recognise 'WMVA' video codec fourcc (#345879).
4071           
4072 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4073          
4074         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4075           Fixed nasty memory leak
4076
4077 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4078
4079         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4080         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4081           fix logging
4082
4083 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4084
4085         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4086         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4087         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4088         Protect remove_fakesink using a mutex, so that we don't try and
4089         remove the fakesink simultaneously from multiple threads.
4090
4091         When going from READY to PAUSED, restore the fakesink, so that
4092         it is there when decodebin gets reused.
4093
4094 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4098         * gst-libs/gst/rtp/gstbasertppayload.c:
4099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4100         * gst/tcp/gstmultifdsink.c:
4101         * gst/tcp/gsttcpclientsink.c:
4102         * gst/tcp/gsttcpclientsrc.c:
4103         * gst/tcp/gsttcpserversink.c:
4104         * gst/tcp/gsttcpserversrc.c:
4105         * gst/videorate/gstvideorate.c:
4106         * gst/videotestsrc/gstvideotestsrc.c:
4107         * sys/v4l/gstv4ljpegsrc.c:
4108         * sys/v4l/gstv4lmjpegsink.c:
4109         * sys/v4l/gstv4lsrc.c:
4110         * tests/examples/seek/scrubby.c:
4111         * tests/examples/seek/seek.c:
4112           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4113
4114 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4115
4116         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4117           Second field in GEnumValue shouldn't be a description,
4118           but a stringified version of the enum value.
4119
4120 2006-06-22  Wim Taymans  <wim@fluendo.com>
4121
4122         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4123         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4124         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4125         Avoid type checking in buffer casts.
4126         Avoid caps copy in buffer_alloc when we can.
4127         Use pad_peer_accept.
4128
4129 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4130
4131         * gst-libs/gst/tag/tag.h:
4132           Oops, make that 'Since: 0.10.9'.
4133
4134 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * docs/libs/gst-plugins-base-libs-sections.txt:
4137         * gst-libs/gst/tag/tag.h:
4138         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4139         (gst_tag_image_type_get_type):
4140           API: add GstTagImageType enum to describe images contained
4141           in image tags (#345641).
4142
4143 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4146           Fix warnings with gst-inspect: "buffers-min" property
4147           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4148           typo in property description.
4149
4150 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         Patch by: Cody Russell <bratsche at gnome org>
4153
4154         * gst/audioresample/gstaudioresample.c:
4155         (gst_audioresample_class_init):
4156         * gst/playback/gststreamselector.c:
4157         (gst_stream_selector_class_init):
4158         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4160         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4161         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4162         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4163         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4164         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4165         * gst/videotestsrc/gstvideotestsrc.c:
4166         (gst_video_test_src_class_init):
4167         * gst/volume/gstvolume.c: (gst_volume_class_init):
4168           Avoid unnecessary class cast check in class_init
4169           functions (#337747).
4170
4171 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4174         (gst_text_overlay_video_chain):
4175           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4176           and doesn't validate its input either (and neither did
4177           textoverlay it seems). Let's do that then and fix #345206.
4178
4179 2006-06-19  Wim Taymans  <wim@fluendo.com>
4180
4181         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4182         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4183         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4184         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4185         (find_syncframe), (find_limits), (assign_value),
4186         (count_burst_unit), (gst_multi_fd_sink_new_client),
4187         (gst_multi_fd_sink_handle_client_write),
4188         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4189         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4190         (gst_multi_fd_sink_change_state):
4191         * gst/tcp/gstmultifdsink.h:
4192         Added shiny new burst-on-connect methods.
4193         Add properties to control the minimal amount of data queued.
4194         Small cleanups.
4195         API: bytes-min property
4196         API: time-min property
4197         API: buffers-min property
4198         API: burst-unit property
4199         API: burst-value property
4200         API: add-full signal
4201
4202         * gst/tcp/gsttcp-marshal.list:
4203         Added new marshaller code for the new signal.
4204
4205         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4206         (multifdsink_suite):
4207         Added testcases for new burst methods.
4208
4209 2006-06-19  Edward Hervey  <edward@fluendo.com>
4210
4211         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4212         Implement clipping for accurate seeking.
4213         Closes #345225
4214
4215 2006-06-19  Wim Taymans  <wim@fluendo.com>
4216
4217         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4218
4219         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4220         (gst_video_scale_transform):
4221         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4222
4223 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         * configure.ac:
4226           Fix --disable-external (can't set conditionals conditionally,
4227           #343602).
4228
4229 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         * tests/check/elements/audioresample.c: (test_reuse),
4232         (audioresample_suite):
4233           Add test case for bug #342789 fixed below.
4234
4235 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * gst/audioresample/gstaudioresample.c:
4238         (gst_audioresample_class_init), (gst_audioresample_init),
4239         (audioresample_start), (audioresample_stop),
4240         (gst_audioresample_set_property), (gst_audioresample_get_property):
4241           Implement GstBaseTransform::start and ::stop so that audioresample
4242           can clear its internal state properly and be reused instead of
4243           causing non-negotiated errors with playbin under some circumstances
4244           (#342789).
4245
4246         * tests/check/elements/audioresample.c: (setup_audioresample),
4247         (cleanup_audioresample):
4248           Need to set element state here so that ::start and ::stop are
4249           called.
4250
4251 2006-06-16  Wim Taymans  <wim@fluendo.com>
4252
4253         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4254
4255         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4256         Parse extra data better, apparently it's right behind
4257         the normal strf header size. Fixes #343500.
4258
4259 2006-06-16  Wim Taymans  <wim@fluendo.com>
4260
4261         * ext/alsa/gstalsasink.c: (set_hwparams):
4262         If we fail to set the buffer_time and period_time alsa
4263         parameters, post a warning and leave alsa select a 
4264         default instead of failing. Fixes #342085
4265
4266 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         * docs/libs/gst-plugins-base-libs-sections.txt:
4269         * gst-libs/gst/cdda/gstcddabasesrc.h:
4270           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4271           out in the header file and shouldn't be listed in the docs.
4272
4273         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4274           Must dereference pointer to fourcc in the debug statement.
4275
4276 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4277
4278         * docs/libs/Makefile.am:
4279         * docs/libs/gst-plugins-base-libs-docs.sgml:
4280         * docs/libs/gst-plugins-base-libs-sections.txt:
4281         * docs/libs/gst-plugins-base-libs.types:
4282         add remaining symbols into correct setions
4283         
4284         * gst-libs/gst/audio/gstringbuffer.c:
4285         fix incomplete docs
4286         
4287         * gst-libs/gst/audio/gstringbuffer.h:
4288         comment out not yet implemented function
4289         
4290         
4291         * gst-libs/gst/floatcast/floatcast.h:
4292         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4293         add short descriptions
4294         
4295         
4296         * gst-libs/gst/interfaces/propertyprobe.c:
4297         fix return value docs   
4298         
4299         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4300         simplify debug logging
4301         
4302         * gst-libs/gst/riff/riff-read.h:
4303         sync function prototype and docs
4304         
4305         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4306         remove left over symbol
4307
4308 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * autogen.sh:
4311         * configure.ac:
4312         * docs/Makefile.am:
4313           Use GST_PLUGIN_DOCS macro in configure.ac, add
4314           --enable-plugin-docs default to autogen.sh and use
4315           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4316
4317 2006-06-15  Wim Taymans  <wim@fluendo.com>
4318
4319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4320         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4321         (gst_ogg_demux_loop):
4322         Combine GstFlowReturn from the source pads to give a
4323         meaningfull result to the upstream peer or to stop the
4324         processing task in case of errors.
4325
4326 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * gst/playback/gststreaminfo.c: (cb_probe):
4329           Try GST_TAG_CODEC as fallback when extracting the
4330           codec name; more debug info.
4331
4332 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * ext/ogg/Makefile.am:
4335         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4336           Extract language tags from ogm subtitle streams, so that
4337           the subtitle menu choices are labelled correctly in
4338           Totem (fixes #344708).
4339
4340 2006-06-14  Wim Taymans  <wim@fluendo.com>
4341
4342         Patch by: Alessandro Decina <alessandro at nnva dot org>
4343
4344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4345         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4346         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4347         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4348         Fix various leaks. Fixes #343699.
4349         Add x-smoke mime type.
4350
4351 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4352
4353         * gst-libs/gst/riff/riff-ids.h:
4354           Add IDs for 'bext' chunks (see #343837).
4355
4356 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         Patch by: Young-Ho Cha  <ganadist at chollian net>
4359
4360         * gst/subparse/samiparse.c: (sami_context_pop_state),
4361         (handle_start_font), (end_sami_element):
4362           Honour font face tags in SAMI subtitles (#344503).
4363
4364 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4365
4366         * po/POTFILES.in:
4367           add missing files containing translatable strings
4368
4369 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4370
4371         * docs/libs/tmpl/.cvsignore:
4372           we don't want those *.sgml files in CVS either
4373
4374 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4375
4376         * docs/libs/.cvsignore:
4377         * tests/check/elements/.cvsignore:
4378         * tests/check/libs/.cvsignore:
4379           ignore more
4380
4381 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4382
4383         * docs/libs/Makefile.am:
4384           also commiting the changed Makefile.am (added more libs to the
4385           doc-build)
4386
4387 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4388
4389         * docs/libs/gst-plugins-base-libs-docs.sgml:
4390         * docs/libs/gst-plugins-base-libs-sections.txt:
4391         * docs/libs/gst-plugins-base-libs.types:
4392           first batch of reordering things, add index & hierarchy
4393
4394 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4395
4396         * configure.ac:
4397           use GST_PKG_CHECK_MODULES, cleans up output
4398
4399 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4402           Add support for burn:// URIs (#343385); const-ify things a bit,
4403           use G_N_ELEMENTS instead of hard-coded array size.
4404
4405 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4406
4407         Patch by: Young-Ho Cha  <ganadist at chollian net>
4408
4409         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4410           Fix up broken entities before passing them to libxml *sigh*.
4411           (#343303).
4412           
4413 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4414
4415         * configure.ac:
4416           back to TRUNK
4417
4418 === release 0.10.8 ===
4419
4420 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4421
4422         * configure.ac:
4423           releasing 0.10.8, "Moar gij ziet mij nie"
4424
4425 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4426
4427         * configure.ac:
4428         * po/af.po:
4429         * po/az.po:
4430         * po/cs.po:
4431         * po/en_GB.po:
4432         * po/hu.po:
4433         * po/it.po:
4434         * po/nb.po:
4435         * po/nl.po:
4436         * po/or.po:
4437         * po/sq.po:
4438         * po/sr.po:
4439         * po/sv.po:
4440         * po/uk.po:
4441         * po/vi.po:
4442         * win32/common/config.h:
4443           0.10.7.2 prerelease
4444
4445 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4446
4447         * docs/libs/tmpl/gstaudio.sgml:
4448         * docs/libs/tmpl/gstcolorbalance.sgml:
4449         * docs/libs/tmpl/gstmixer.sgml:
4450         * docs/libs/tmpl/gstringbuffer.sgml:
4451         * docs/libs/tmpl/gsttuner.sgml:
4452         * docs/libs/tmpl/gstxoverlay.sgml:
4453         * gst-libs/gst/audio/audio.c:
4454         * gst-libs/gst/audio/gstringbuffer.c:
4455         * gst-libs/gst/interfaces/colorbalance.c:
4456         * gst-libs/gst/interfaces/mixer.c:
4457         * gst-libs/gst/interfaces/tuner.c:
4458         * gst-libs/gst/interfaces/xoverlay.c:
4459           move last template doc snippets to source code and delete them
4460
4461 2006-06-06  Michael Smith  <msmith@fluendo.com>
4462
4463         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4464         (theora_parse_drain_queue):
4465           Mark DELTA_UNIT on non-keyframes.
4466
4467 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4468
4469         * gst-libs/gst/audio/gstbaseaudiosink.c:
4470         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4471         * gst-libs/gst/audio/gstbaseaudiosink.h:
4472         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4473         (gst_ring_buffer_samples_done):
4474         * gst-libs/gst/audio/gstringbuffer.h:
4475         Document better the fact that latency_time and buffer_time are values
4476         stored in microseconds, and not the usual GStreamer nanoseconds.
4477         Change the variables (compatibly) that store them from GstClockTime 
4478         to guint64 to make it more clear that they're not storing clock times.
4479         Also, remove the bogus property description that says the user can
4480         specify -1 to get the default value, since that's never been the case.
4481
4482         When computing the default segment size for the ring buffer, make it
4483         an integer number of samples.
4484
4485         When the sub-class indicates a delay greater than the number of
4486         samples we've written return 0 from the audio sink get_time method.
4487
4488 2006-06-02  Michael Smith  <msmith@fluendo.com>
4489
4490         * tests/check/elements/audioconvert.c: (set_channel_positions),
4491         (get_float_mc_caps), (get_int_mc_caps):
4492         * tests/check/elements/audioresample.c:
4493         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4494         * tests/check/elements/videorate.c:
4495         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4496         * tests/check/elements/volume.c:
4497         * tests/check/elements/vorbisdec.c:
4498         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4499           Don't busy-wait in tests; this was causing test timeouts very
4500           frequently when running under valgrind.
4501
4502 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4503
4504         * gst/tcp/README:
4505         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4506         (gst_multi_fd_sink_remove_client_link),
4507         (gst_multi_fd_sink_client_queue_caps),
4508         (gst_multi_fd_sink_client_queue_buffer),
4509         (gst_multi_fd_sink_handle_client_write),
4510         (gst_multi_fd_sink_render):
4511         * gst/tcp/gstmultifdsink.h:
4512           make multifdsink properly deal with streamheader:
4513           - streamheader is taken from caps
4514           - buffers marked with IN_CAPS are not sent
4515           - streamheaders are sent, on connection, from the caps of the
4516             buffer where the client gets positioned to
4517           - further streamheader changes are done every time the client
4518             will receive a buffer with different caps
4519         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4520         (gst_multifdsink_create_streamheader):
4521           add tests for this
4522
4523 2006-06-02  Michael Smith  <msmith@fluendo.com>
4524
4525         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4526           Reinstate limit on channel count. Vorbis does not define the meaning
4527           of > 6 channels, so they're just independent channels. Gstreamer
4528           currently has no mechanism to represent N independent channels.
4529
4530 2006-06-02  Michael Smith  <msmith@fluendo.com>
4531
4532         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4533           Don't arbitrarily restrict channel counts and rate in vorbis.
4534           In terms of effects likely on real-world files, this fixes 96kHz
4535           playback of vorbis.
4536
4537 2006-06-02  Michael Smith  <msmith@fluendo.com>
4538
4539         * gst/audioconvert/audioconvert.c: (float):
4540           More correct float->int conversion.
4541
4542 2006-06-02  Michael Smith  <msmith@fluendo.com>
4543
4544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4545           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4546           value. Fixes g-critical on trying to play back ogg containing
4547           unknown codec.
4548
4549 2006-06-02  Wim Taymans  <wim@fluendo.com>
4550
4551         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4552         (setup_source):
4553         * gst/playback/gstplaybasebin.h:
4554         Make the subtitle detection work from any thread so we don't
4555         deadlock. Fixes #343397.
4556
4557 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4558
4559         * gst/volume/Makefile.am:
4560           Seriously, it's not *that* hard to get compilation right.  Even
4561           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4562
4563 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4564
4565         * gst/volume/gstvolume.c: (volume_choose_func),
4566         (volume_update_real_volume), (gst_volume_class_init),
4567         (gst_volume_init), (volume_process_float), (volume_process_int16),
4568         (volume_process_int16_clamp), (volume_set_caps),
4569         (volume_transform_ip), (plugin_init):
4570         * gst/volume/gstvolume.h:
4571         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4572         another property desc., remove unused param from process function
4573         
4574         * tests/check/elements/volume.c: (volume_suite):
4575         reactivate the passthrough test
4576
4577 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4578
4579         * ext/alsa/gstalsamixerelement.h:
4580         * ext/alsa/gstalsamixeroptions.h:
4581         * ext/alsa/gstalsamixertrack.h:
4582         * ext/gnomevfs/gstgnomevfssink.h:
4583         * ext/gnomevfs/gstgnomevfssrc.h:
4584         * ext/theora/gsttheoradec.h:
4585         * ext/theora/gsttheoraenc.h:
4586         * ext/theora/gsttheoraparse.h:
4587         * ext/vorbis/vorbisparse.h:
4588         * gst-libs/gst/audio/gstaudioclock.h:
4589         * gst-libs/gst/audio/gstaudiofilter.h:
4590         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4591         * gst/audioconvert/gstaudioconvert.h:
4592         * gst/audioresample/gstaudioresample.h:
4593         * gst/audiotestsrc/gstaudiotestsrc.h:
4594         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4595         * gst/playback/gststreamselector.h:
4596         * gst/tcp/gstmultifdsink.h:
4597         * gst/tcp/gsttcpclientsink.h:
4598         * gst/tcp/gsttcpclientsrc.h:
4599         * gst/tcp/gsttcpserversink.h:
4600         * gst/tcp/gsttcpserversrc.h:
4601         * gst/videorate/gstvideorate.h:
4602         * gst/videoscale/gstvideoscale.h:
4603         * gst/videotestsrc/gstvideotestsrc.h:
4604         * gst/volume/gstvolume.h:
4605         * sys/v4l/gstv4ljpegsrc.h:
4606         * sys/v4l/gstv4lmjpegsink.h:
4607         * sys/v4l/gstv4lmjpegsrc.h:
4608         * sys/v4l/gstv4lsrc.h:
4609         * sys/ximage/ximagesink.h:
4610         * sys/xvimage/xvimagesink.h:
4611         * tests/old/testsuite/alsa/sinesrc.h:
4612         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4613
4614 2006-05-31  Wim Taymans  <wim@fluendo.com>
4615
4616         * ext/libvisual/visual.c: (gst_visual_reset),
4617         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4618         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4619         Handle DISCONT.
4620         Use running time before doing QoS.
4621         Handle mono too.
4622
4623 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4624
4625         * docs/libs/Makefile.am:
4626           set a magic variable to indicate we know the docs are incomplete
4627
4628 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4629
4630         * win32/common/libgstvideo.def:
4631           export gst_video_calculate_display_ratio
4632         * win32/vs6/libgstvideoscale.dsp:
4633           add link to libgstvideo-0.10.lib
4634
4635 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * gst/playback/gstplaybasebin.c: (gen_source_element):
4638           Throw a more comprehensible error for rtsp:// URIs (rather
4639           than erroring out with a negotiation error later on) until
4640           we fix playbin to handle rtspsrc etc.
4641
4642 2006-05-30  Wim Taymans  <wim@fluendo.com>
4643
4644         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4645         (gst_text_overlay_text_event):
4646         Added some FIXMEs.
4647
4648 2006-05-30  Wim Taymans  <wim@fluendo.com>
4649
4650         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4651         (gst_adder_request_new_pad), (gst_adder_release_pad):
4652         * gst/adder/gstadder.h:
4653         Implement release_request_pad.
4654         Make padcounter atomic.
4655
4656         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4657         Added check for release_pad in adder.
4658
4659 2006-05-30  Wim Taymans  <wim@fluendo.com>
4660
4661         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4662         Fix build again.
4663
4664 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4665
4666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4667         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4668         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4669         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4670         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4671         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4672         (gst_ogg_demux_bisect_forward_serialno),
4673         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4674         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4675           add more debugging
4676           clean up printf formats for granulepos and serialno
4677
4678 2006-05-30  Michael Smith  <msmith@fluendo.com>
4679
4680         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4681         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4682         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4683         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4684         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4685         * ext/vorbis/vorbisenc.h:
4686           Multi-channel caps negotiation, so we can do proper multichannel
4687           vorbis encoding, negotiated through audioconvert.
4688
4689 2006-05-30  Wim Taymans  <wim@fluendo.com>
4690
4691         * tests/check/elements/adder.c: (test_event_message_received),
4692         (test_play_twice_message_received), (GST_START_TEST),
4693         (adder_suite):
4694         Added check to show that #339935 is fixed with ongoing
4695         adder and collectpads fixes.
4696
4697 2006-05-29  Wim Taymans  <wim@fluendo.com>
4698
4699         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4700         Don't leak pad name.
4701
4702 2006-05-29  Wim Taymans  <wim@fluendo.com>
4703
4704         * gst/adder/gstadder.c: (gst_adder_query_duration),
4705         (forward_event_func), (forward_event), (gst_adder_src_event):
4706         Fix adder seeking.
4707         Make query/seeking code threadsafe.
4708
4709         * tests/check/Makefile.am:
4710         * tests/check/elements/adder.c: (test_event_message_received),
4711         (GST_START_TEST), (test_play_twice_message_received):
4712         Fix adder test case.
4713
4714 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         Patch by: Young-Ho Cha  <ganadist at chollian net>
4717
4718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4719         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4720         (set_encoding_element), (decodebin_element_added_cb),
4721         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4722         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4723         * gst/playback/gstplaybasebin.h:
4724           Add 'subtitle-encoding' property to playbin, so applications can
4725           force a subtitle encoding for non-UTF8 subtitles (#342268).
4726
4727         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4728         (gst_sub_parse_set_property):
4729           Rename recently-added 'encoding' property to 'subtitle-encoding'
4730           (so it can be proxied by playbin/decodebin in a generic way
4731           with less danger of false positives).
4732
4733 2006-05-29  Michael Smith  <msmith@fluendo.com>
4734
4735         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4736         (append_with_other_format), (set_structure_widths),
4737         (gst_audio_convert_transform_caps):
4738           Patch from #341562: give more specific audio caps in get_caps, so
4739           that basetransform  can make better decisions on what caps to
4740           negotiate.
4741
4742 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4743
4744         * tests/check/elements/volume.c:
4745         make it compile again
4746
4747 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4748
4749         * tests/check/elements/volume.c: (volume_suite):
4750         disable test until #343196 gets resolved
4751
4752 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4753
4754         * gst/adder/gstadder.c: (gst_adder_get_type):
4755         Make it easier to copy&paste
4756         
4757         * gst/volume/Makefile.am:
4758         * gst/volume/gstvolume.c: (volume_update_real_volume),
4759         (gst_volume_set_volume), (gst_volume_set_mute),
4760         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4761         (volume_transform_ip), (volume_update_mute),
4762         (volume_update_volume):
4763         * gst/volume/gstvolume.h:
4764         Add own debug category, move duplicate code to helper function, fix
4765         property texts, add more comments and prepare ffor liboil-goodness
4766         
4767         * tests/check/Makefile.am:
4768         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4769         add test for mute and passtrough case, be a bit more verbose to track
4770         failure
4771         
4772         * tests/check/generic/states.c: (GST_START_TEST):
4773         catch elements that fail to instantiate
4774
4775 2006-05-28  Edward Hervey  <edward@fluendo.com>
4776
4777         * tests/check/pipelines/simple-launch-lines.c:
4778         * tests/check/pipelines/theoraenc.c:
4779         * tests/check/pipelines/vorbisenc.c:
4780         Comment out tests using parse_launch() if core was built without
4781         parsing capabilities.
4782
4783 2006-05-27  Edward Hervey  <edward@fluendo.com>
4784
4785         * tests/check/Makefile.am:
4786         Extra bonus points for whoever explains to ensonic that you are meant
4787         to test unit tests thoroughly before commiting them, especially if
4788         you know it's going to break.
4789         De-activated element/adder tests.
4790
4791 2006-05-27  Edward Hervey  <edward@fluendo.com>
4792
4793         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4794         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4795         Marking caps conversion issues as GST_WARNING is way too verbose,
4796         Moving them to GST_LOG.
4797
4798 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * README:
4801           Replace current README (containing the release notes from
4802           some 0.9.x version) with a proper README taken from the core.
4803
4804 2006-05-26  Wim Taymans  <wim@fluendo.com>
4805
4806         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4807         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4808         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4809         (vorbis_dec_change_state):
4810         Small cleanups.
4811         Add some FIXMEs
4812         Clip output samples to segment boundaries.
4813
4814 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4815
4816         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4817         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4818         Improve the errors produced on bad output, including some human
4819         readable description strings.
4820         Handle the (theoretical for ximagesink) case where the XServer 
4821         has a different idea about the size required for a particular 
4822         frame and gives us too small a memory allocation.
4823
4824 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4825
4826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4827         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4828         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4829         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4830         Improve the errors produced on bad output, including some human 
4831         readable description strings.
4832         Handle RGB Xv formats properly by transforming them into our 
4833         big-endian caps description.
4834         Use gst_caps_truncate to ensure that we never try and choose a
4835         non-fixed caps in buffer_alloc.
4836         Handle the case where the XServer has a different idea about the size
4837         required for a particular frame and gives us too small a memory
4838         allocation.
4839         Use -1 to indicate 'no image format', because 0 is a valid XServer
4840         image format number.
4841         Put RGB Xv formats at the end of the caps, so that we always prefer
4842         YUV format frames.
4843         Iterate the available Xv Encodings to determine the maximum width and
4844         height, and then return that in our caps.
4845         (Closes #315312, #337544)
4846
4847 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4850         When there is only one unfinished pad and it receives an event that
4851         doesn't match our requirements, we need to set alldone=FALSE so that
4852         the fakesink is not removed yet.
4853
4854 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4857           Use gst_type_find_helper_for_buffer() to find the type
4858           of stream from the first packet.
4859
4860         * configure.ac:
4861           Bump requirements to core CVS (needed for vorbis
4862           typefinding to work).
4863
4864 2006-05-24  Edward Hervey  <edward@fluendo.com>
4865
4866         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4867         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4868         contain.  Else they play perfectly fine with qtdemux.
4869
4870 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4871
4872         * ext/theora/theoradec.c:
4873         * ext/theora/theoraenc.c:
4874         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4875         * gst/audiorate/gstaudiorate.c:
4876           make more debug catagories static
4877         
4878         * tests/check/Makefile.am:
4879         * tests/check/elements/adder.c: (message_received),
4880         (test_event_message_received), (GST_START_TEST),
4881         (test_play_twice_message_received), (adder_suite):
4882           added test case for using element twice, extra bonus points for anyone
4883           who can make these test run reliably
4884
4885 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * ext/theora/theoradec.c: (theora_dec_chain):
4888           Make work with time-stamped input buffers that do not
4889           have a granulepos in BUFFER_OFFSET_END (like theora
4890           buffers coming from matroskademux). Fixes #342448.
4891
4892 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         Patch by: Peter Kjellerstedt  <pkj at axis com>
4895
4896         * gst/tcp/Makefile.am:
4897           fdstresstest doesn't need Gtk+, fix compilation if 
4898           gtk is not available (#342566).
4899
4900 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4901          
4902         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4903           80 line columns
4904           Removed redundant floor()
4905
4906 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4909           On second thought, just skip JUNK chunks automatically, so
4910           the caller doesn't have to handle this. Fixes #342345.
4911           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4912           not GST_FLOW_ERROR.
4913
4914 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4917           Don't bail out on JUNK chunks with a size of 0 (would try to
4918           pull_range 0 bytes before, which sources don't like too much).
4919           See #342345.
4920
4921 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4922
4923         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4925         Use the gstutil scaling function to preserve 64 bits while calculating
4926         output width and height from the display-aspect-ratio. (A continuation
4927         of #341542)
4928
4929 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4930
4931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4932         (gst_xvimagesink_buffer_alloc):
4933         * sys/xvimage/xvimagesink.h:
4934         When performing buffer allocations, remember the caps and image format
4935         we return so that if the same caps are asked for next time we can
4936         return them immediately without doing any caps intersections.
4937
4938 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4939          
4940         * gst-libs/gst/rtp/README:
4941           Some new documentation
4942         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4943           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4944         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4945         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4946           New RTP audio base payloader class. Supports frame or sample based
4947           codecs.  Not enabled in Makefile.am until approved.
4948
4949 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * tests/check/elements/alsa.c: (test_device_property_probe):
4952           Fix test case: don't try to free NULL GValueArray when there
4953           are no devices.
4954
4955 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * tests/check/Makefile.am:
4958         * tests/check/elements/alsa.c: (test_device_property_probe),
4959         (alsa_suite), (main):
4960           Add simple test that runs a device property probe on alsasrc,
4961           alsasink and alsamixer. Disable valgrind check for now (too
4962           many leaks in libasound, and valgrind ignored my suppressions
4963           additions).
4964
4965 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4968         (gst_alsa_device_property_probe_probe_property),
4969         (gst_alsa_device_property_probe_needs_probe),
4970         (gst_alsa_device_property_probe_get_values),
4971         (gst_alsa_type_add_device_property_probe_interface):
4972         * ext/alsa/gstalsadeviceprobe.h:
4973         * ext/alsa/gstalsamixerelement.c:
4974         (gst_alsa_mixer_element_init_interfaces):
4975         * ext/alsa/gstalsamixerelement.h:
4976           Clean up and simplify alsa device probing. Make it actually work
4977           for multiple classes. Don't cache results any longer.
4978
4979         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4980         (gst_alsasink_init):
4981         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4982         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4983         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4984           Make alsasink and alsasrc implement the GstPropertyProbe interface
4985           for device probing (#342181).
4986           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4987
4988 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * gst/subparse/samiparse.c: (handle_start_font):
4991           Don't ignore return value of strtol (++compiler_happiness).
4992
4993 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4994
4995         Patch by: Young-Ho Cha  <ganadist chollian net>
4996
4997         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4998         (gst_sub_parse_class_init), (gst_sub_parse_init),
4999         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5000         (convert_encoding):
5001         * gst/subparse/gstsubparse.h:
5002           Add 'encoding' property (#341681).
5003
5004         * gst/subparse/samiparse.c: (characters_sami):
5005           Output is pango markup, so we need to escape text
5006           between tags (#342143).
5007
5008 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * gst-libs/gst/audio/multichannel.c:
5011         (gst_audio_check_channel_positions):
5012           It's okay to have caps with channels=1 and a channel position
5013           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5014           (deinterleavers might want to keep the position in the caps,
5015           so that they can be re-interleaved again properly later).
5016           Leave check for unexpected 2-channel layouts intact for now.
5017
5018 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5019
5020         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5021         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5022         basesrc can do its job correctly.
5023
5024 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * ext/alsa/Makefile.am:
5027         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5028         (gst_alsa_detect_formats), (get_channel_free_structure),
5029         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5030         (gst_alsa_probe_supported_formats):
5031         * ext/alsa/gstalsa.h:
5032         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5033           Refactor and improve caps probing code: probe signedness
5034           when we probe the supported formats/widths; set endianness
5035           to the one we actually probed for (ie. cpu endianness).
5036           
5037         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5038         (gst_alsasrc_close):
5039         * ext/alsa/gstalsasrc.h:
5040           Implement caps probing for alsasrc.
5041
5042 2006-05-15  Wim Taymans  <wim@fluendo.com>
5043
5044         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5045         (theora_dec_src_query), (theora_dec_src_event),
5046         (theora_dec_sink_event), (theora_handle_comment_packet),
5047         (theora_handle_data_packet), (theora_dec_change_state):
5048         Cleanups, add some G_LIKELY.
5049         Use segment helpers instead of our own wrong code.
5050         Clear queued buffers on seek and READY.
5051
5052         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5053         (vorbis_dec_convert), (vorbis_dec_src_query),
5054         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5055         (vorbis_handle_comment_packet), (vorbis_dec_push),
5056         (vorbis_handle_data_packet), (vorbis_dec_chain),
5057         (vorbis_dec_change_state):
5058         * ext/vorbis/vorbisdec.h:
5059         Remove old useless packetno variable.
5060         Do position query properly.
5061         Add some G_LIKELY.
5062         Do cleanup of queued buffers in new helper function
5063         and use it.
5064
5065 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5066
5067         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5068           Query supported sample rates. Fixes #341732.
5069
5070 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5071
5072         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5073         (gst_decode_bin_change_state): Make decodebin reusable
5074         when going from PAUSE_TO_READY and then back to PAUSED.
5075         Fixes #331678.
5076
5077 2006-05-15  Wim Taymans  <wim@fluendo.com>
5078
5079         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5080         (vorbis_dec_convert), (vorbis_dec_src_query),
5081         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5082         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5083         (vorbis_dec_clean_queued), (vorbis_dec_push),
5084         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5085         Cleanups. Use refcounting and DEBUG_OBJECT.
5086         Reset segment on flush, use code methods instead of our
5087         own wrong version.
5088         Fix potential memleak.
5089
5090 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5093         (gst_alsasink_init):
5094         * ext/alsa/gstalsasink.h:
5095           Don't leak allocated snd_output_t structure if there's
5096           more than one alsasink instance at a time (#341873).
5097           Also fix GObject macros in header file.
5098           
5099 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst/subparse/gstsubparse.c:
5102         (gst_sub_parse_data_format_autodetect):
5103           Don't use libxml functions in the typefinding code.
5104
5105 2006-05-15  Wim Taymans  <wim@fluendo.com>
5106
5107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5108         Fix seeking performance in the case where a non-header 
5109         packet has a 0 granulepos (busted theora case). 
5110         Fixes #341719
5111         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5112          the first place, you limelight stealer you)
5113
5114 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5115
5116         * gst/subparse/gstsubparse.c:
5117         (gst_sub_parse_data_format_autodetect):
5118           Improve SAMI typefinding: handle case where there are
5119           whitespaces or newlines in front of the first <SAMI>
5120           tag (#169936).
5121
5122 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5123
5124         * configure.ac:
5125           Build video4linux plugin even if there's no XVIDEO, just
5126           without implementing the GstXOverlay interface (#334002).
5127          
5128 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * configure.ac:
5131         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5132         (plugin_init):
5133           Add tentative support for libvisual-0.4 (#336881).
5134
5135 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         Patch by: Young-Ho Cha <ganadist at chollian net>
5138
5139         * gst/subparse/samiparse.c: (handle_start_font):
5140           Need to map "silver" colour explicitly (#169936).
5141
5142 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         Patch by: Young-Ho Cha  <ganadist at chollian net>
5145
5146         * gst/subparse/Makefile.am:
5147         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5148         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5149         (gst_sub_parse_format_autodetect), (feed_textbuf),
5150         (gst_subparse_type_find), (plugin_init):
5151         * gst/subparse/gstsubparse.h:
5152         * gst/subparse/samiparse.c:
5153         * gst/subparse/samiparse.h:
5154           Add support for SAMI subtitles (#169936).
5155
5156 2006-05-14  Michael Smith  <msmith@fluendo.com>
5157
5158         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5159           Fix #341696: crash when mixing L+R+C to mono or stereo.
5160         * tests/check/Makefile.am:
5161         * tests/check/elements/audioconvert.c: (set_channel_positions),
5162         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5163         (audioconvert_suite):
5164           Add test for the above, including some generic framework bits for
5165           testing multichannel things.
5166
5167 === release 0.10.7 ===
5168
5169 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5170
5171         * configure.ac:
5172           releasing 0.10.7, "Leave the gun"
5173
5174 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5175
5176         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5178         Fix the build.
5179
5180 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5181
5182         * docs/libs/gst-plugins-base-libs-docs.sgml:
5183         * docs/libs/gst-plugins-base-libs-sections.txt:
5184         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5185         * gst-libs/gst/video/video.h:
5186         * gst/videoscale/Makefile.am:
5187         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5189         * tests/check/Makefile.am:
5190         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5191         (main):
5192           Fix integer overflow problem with pixel-aspect-ratio calculations
5193           in videoscale and xvimagesink (#341542)
5194
5195 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * gst-libs/gst/tag/gstid3tag.c:
5198           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5199
5200 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5201
5202         * win32/MANIFEST:
5203           update win32 files listing
5204
5205 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5206
5207         patch by: Sjoerd Simons (sjoerd@luon.net)
5208
5209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5210         (group_create), (group_destroy), (add_stream),
5211         (gst_play_base_bin_get_property),
5212         (gst_play_base_bin_get_streaminfo_value_array):
5213         * gst/playback/gstplaybasebin.h:
5214           API: GstPlayBaseBin::stream-info-value-array property
5215           use a more bindings-friendly way of exposing streaminfo
5216           using a GValueArray.  Tested in ipython.
5217           Closes #341114
5218
5219 2006-05-11  Wim Taymans  <wim@fluendo.com>
5220
5221         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5222         (queue_underrun_cb), (queue_filled_cb):
5223         Also catch queue underruns but don't do anything yet.
5224         Refactor and comment queue enlarging code a bit.
5225
5226         * gst/playback/gstplaybasebin.c: (queue_overrun),
5227         (queue_threshold_reached), (queue_out_of_data),
5228         (gen_preroll_element):
5229         If a queue over/underruns check that we don't create nasty
5230         deadlocks when the min-threshold is not reached but the
5231         max-bytes is. In those cases disable max-bytes when we
5232         know that the queue is fed timed data.
5233         Add more comments.
5234
5235 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/playback/gstplaybin.c: (gen_audio_element):
5238           Make playbin automatically plug an 'audioresample'
5239           element before the audio sink as well. This solves
5240           problems with sinks that only accept a very specific
5241           sample rate, like esdsink (e.g. #340379).
5242
5243 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         * gst/playback/gstplaybasebin.c: (gen_source_element):
5246           Make http sources send special headers so that we receive
5247           icecast metadata if the http stream is an icecast stream
5248           (otherwise the server will just ignore them). This also
5249           means that from now on users will need the 'icydemux'
5250           element from gst-plugins-good installed if they want to
5251           listen to icecast radio streams. (#341432, #333657).
5252
5253 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5256         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5257           remove stupid example from docs - it should come with a simple
5258           C program instead.
5259           Clean up/fix docs
5260         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5261         (fail_if_can_read), (GST_START_TEST),
5262         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5263           add a test for changing streamheader which exposes a bug in
5264           multifdsink
5265
5266 2006-05-11  Michael Smith  <msmith@fluendo.com>
5267
5268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5269         (gst_gnome_vfs_src_received_headers_callback):
5270         * ext/gnomevfs/gstgnomevfssrc.h:
5271           Don't set icy-caps unless we have a sane interval value. Move
5272           interval to a local variable; we never use it outside this function.
5273
5274 2006-05-11  Wim Taymans  <wim@fluendo.com>
5275
5276         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5278         Register special buffer types along with the objects so
5279         that they are not registered at runtime from N different
5280         streaming threads since they are not threadsafe.
5281
5282 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5283
5284         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5285         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5286           add two more tests, one doing streamheader
5287
5288 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5289
5290         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5291           clean up the bufqueue when shutting down
5292         * tests/check/Makefile.am:
5293         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5294         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5295         (main):
5296           add a test for the leak that was just fixed
5297
5298 2006-05-10  Wim Taymans  <wim@fluendo.com>
5299
5300         * gst/adder/gstadder.c: (gst_adder_setcaps),
5301         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5302         (gst_adder_src_event), (gst_adder_sink_event),
5303         (gst_adder_class_init), (gst_adder_finalize),
5304         (gst_adder_request_new_pad), (gst_adder_collected):
5305         * gst/adder/gstadder.h:
5306         Updated some docs. Added comments and FIXMEs all over the place.
5307         Improve debugging info.
5308         Fix leak on finalize by not calling the parent.
5309         Implement duration query.
5310         Make event forwarding threadsafe.
5311         Correctly send NEWSEGMENT at start and after flush.
5312         Handle EOS correctly.
5313         Post error when not negotiated.
5314
5315         * tests/check/elements/adder.c: (GST_START_TEST):
5316         Added FIXME in the test.
5317
5318 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5321         (gst_text_overlay_halign_get_type),
5322         (gst_text_overlay_wrap_mode_get_type):
5323         * ext/theora/theoradec.c: (theora_handle_type_packet),
5324         (theora_handle_data_packet):
5325         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5326         (theora_enc_sink_setcaps), (theora_enc_chain):
5327         * gst-libs/gst/cdda/gstcddabasesrc.c:
5328         (gst_cdda_base_src_mode_get_type):
5329         * gst/audiotestsrc/gstaudiotestsrc.c:
5330         (gst_audiostestsrc_wave_get_type):
5331         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5332         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5333         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5334         (gst_sync_method_get_type), (gst_unit_type_get_type),
5335         (gst_client_status_get_type):
5336         * gst/videoscale/gstvideoscale.c:
5337         (gst_video_scale_method_get_type):
5338         * gst/videotestsrc/gstvideotestsrc.c:
5339         (gst_video_test_src_pattern_get_type):
5340         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5341         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5342         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5343         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5344         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5345         (paint_setup_RGB565), (paint_setup_xRGB1555):
5346           Const-ify GEnumValue and GFlagsValue arrays. Use
5347           GST_ROUND_UP_* macros instead of home-made ones.
5348
5349 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * configure.ac:
5352           Require core CVS for the new newsegment stuff.
5353
5354 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         Patch by: Sjoerd Simons  <sjoerd at luon net>
5357
5358         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5359           Register nick for enum value (#341160).
5360
5361 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5362
5363         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5364         (plugin_init):
5365          backout typefind patch #340375
5366          
5367         * tests/check/elements/adder.c: (message_received),
5368         (GST_START_TEST), (adder_suite):
5369           redo, signal-handling of test
5370
5371 2006-05-09  Wim Taymans  <wim@fluendo.com>
5372
5373         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5374         (gst_adder_collected):
5375         * gst/adder/gstadder.h:
5376         Remove bogus segment merging and forwarding, we don't
5377         care about timestamps anyway and we just produce a
5378         continuous stream. 
5379         Also create a nice NEWSEGMENT event when we start.
5380         Use _scale_int some more.
5381
5382 2006-05-09  Edward Hervey  <edward@fluendo.com>
5383
5384         * tests/icles/stress-xoverlay.c:
5385         Fix if core was built without parsing support.
5386
5387 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5390           Add SEDG (Samsung MPEG-4) fourcc.
5391
5392 2006-05-09  Edward Hervey  <edward@fluendo.com>
5393
5394         * tests/icles/stress-xoverlay.c:
5395         * tests/examples/volume/volume.c:
5396         Fix if core was built without parsing support.
5397
5398         * tests/examples/seek/seek.c:
5399         Disable the parse_launch example if core was built without parsing
5400         support.
5401
5402 2006-05-08  Edward Hervey  <edward@fluendo.com>
5403
5404         * autogen.sh: (CONFIGURE_DEF_OPT): 
5405         libtoolize on Darwin/MacOSX is called glibtoolize
5406
5407 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5408
5409         * tests/check/Makefile.am:
5410         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5411           Disable the adder test, until the build-slaves posses the kindness to 
5412           either like it or to give valid reason for not doing so 
5413
5414 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5415
5416         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5417         (adder_suite):
5418           Shuffle NULL state change around and raise timeout more
5419
5420 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5421
5422         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5423         (mp4_type_find), (plugin_init):
5424           Add typefind to distinguish between "audio/x-m4a" and new type
5425           "video/mp4". Fixes #340375
5426
5427         * tests/check/elements/adder.c: (adder_suite):
5428           Raise timeout to make buildbot happy
5429
5430 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * gst/adder/gstadder.c: (gst_adder_sink_event),
5433         (gst_adder_request_new_pad), (gst_adder_change_state):
5434         * gst/adder/gstadder.h:
5435         * tests/check/Makefile.am:
5436         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5437         (adder_suite), (main):
5438           Add sink-event handling to adder. It tries to merge incomming
5439           newsegment-events. Added test to check if segment_done is comming
5440           through. Fixes #340060
5441
5442 2006-05-05  Andy Wingo  <wingo@pobox.com>
5443
5444         * ext/theora/theoraparse.c (gst_theora_parse_init)
5445         (theora_parse_src_convert, theora_parse_src_query):
5446         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5447         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5448         query functions on the source pads of the theora and vorbis parse
5449         elements. Fixes position querying when doing a remux.
5450
5451 2006-05-05  Michael Smith  <msmith@fluendo.com>
5452
5453         * ext/theora/theoraparse.c: (parse_granulepos),
5454         (theora_parse_drain_queue_prematurely),
5455         (theora_parse_queue_buffer), (theora_parse_sink_event):
5456           Fix flushing.
5457           Fix invalid granulepos outputs when starting with a non-keyframe.
5458
5459 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5460
5461         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5462         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5463         Rearrange MPEG system stream detection, fixing some memleaks in the
5464         process.
5465         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5466         they clean up their data correctly.
5467         Remove unused ogganx caps and move the 'is_annodex' check to inside
5468         the 'is_ogg' if statement.
5469
5470 2006-05-05  Wim Taymans  <wim@fluendo.com>
5471
5472         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5473         Properly remove ghostpads. Fixes #340392
5474
5475 2006-05-04  David Schleef  <ds@schleef.org>
5476
5477         * gst/typefind/gsttypefindfunctions.c:
5478
5479 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5480
5481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5482         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5483
5484         When typefinding an MP3 in push-based mode, don't penalise the
5485         probability down to 74% when we found 5 valid frames just because we
5486         can't peek the end of the file.
5487
5488         Make the probability for detecting MPEG Transport Streams based on the
5489         number of sequential headers we successfully detected.
5490
5491 2006-05-03  Wim Taymans  <wim@fluendo.com>
5492
5493         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5494         (vorbis_dec_push), (vorbis_dec_chain):
5495         Still produce an error when we receive an empty packet.
5496
5497 2006-05-03  Wim Taymans  <wim@fluendo.com>
5498
5499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5500         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5501         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5502         Mark buffers with DISCONT after seek and after activating new
5503         chains.
5504
5505         * ext/theora/gsttheoradec.h:
5506         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5507         (theora_get_query_types), (theora_dec_sink_event),
5508         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5509         (theora_dec_change_state):
5510         Fix frame counter.
5511         Detect and mark DISCONT buffers.
5512
5513         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5514         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5515         (vorbis_dec_change_state):
5516         * ext/vorbis/vorbisdec.h:
5517         Use GstSegment.
5518         Detect and mark DISCONT buffers.
5519         Don't crash on 0 sized buffers.
5520
5521 2006-05-03  Wim Taymans  <wim@fluendo.com>
5522
5523         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5524         (volume_transform_ip):
5525         Increase "volume" property to 10.0. Fixes #340369.
5526         Set the process function to NULL when capsnego fails so that
5527         we properly error out.
5528
5529 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5530
5531         * gst/playback/gstplaybin.c: (add_sink):
5532         * gst/playback/test.c: (main):
5533         * gst/playback/test5.c: (dump_element_stats):
5534         * gst/playback/test6.c: (main):
5535           free caps using gst_caps_unref, don't leak caps-strings
5536
5537 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5540         (plugin_init):
5541           Refine musepack typefinding a bit. Return MAXIMUM
5542           probability when we detect stream version 7 to make
5543           sure the mpeg audio typefinder doesn't trump us.
5544
5545 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5548           Protect against unexpected NULL strf_data buffer.
5549
5550 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5551
5552         * tests/check/elements/audioconvert.c: (verify_convert),
5553         (GST_START_TEST):
5554           interpret the out[] buffer in the order the bytes are actually
5555           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5556           Other tests should use BYTE_ORDER since the array is filled in
5557           with actual values
5558
5559 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5560
5561         * tests/check/elements/audioconvert.c: (verify_convert),
5562         (GST_START_TEST):
5563           when a test fails, give an indication of which it is
5564
5565 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5566
5567         * gst-libs/gst/cdda/gstcddabasesrc.c:
5568           compile fix; strtol() needs <stdlib.h>
5569
5570 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5571
5572         * ext/alsa/gstalsamixerelement.c:
5573         * ext/alsa/gstalsasrc.c:
5574         * ext/cdparanoia/gstcdparanoiasrc.c:
5575         * ext/gnomevfs/gstgnomevfssink.c:
5576         * ext/gnomevfs/gstgnomevfssrc.c:
5577         * ext/ogg/gstoggdemux.c:
5578         * ext/ogg/gstoggmux.c:
5579         * ext/ogg/gstoggparse.c:
5580         * ext/ogg/gstogmparse.c:
5581         * ext/pango/gstclockoverlay.c:
5582         * ext/pango/gsttextoverlay.c:
5583         * ext/pango/gsttextrender.c:
5584         * ext/pango/gsttimeoverlay.c:
5585         * ext/theora/theoradec.c:
5586         * ext/theora/theoraenc.c:
5587         * ext/vorbis/vorbisdec.c:
5588         * ext/vorbis/vorbisenc.c:
5589         * gst-libs/gst/audio/gstaudiofilter.c:
5590         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5591         * gst/audioconvert/gstaudioconvert.c:
5592         * gst/audiorate/gstaudiorate.c:
5593         * gst/audioresample/gstaudioresample.c:
5594         * gst/audiotestsrc/gstaudiotestsrc.c:
5595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5596         * gst/playback/gstdecodebin.c:
5597         * gst/playback/gstplaybin.c:
5598         * gst/playback/gststreamselector.c:
5599         * gst/subparse/gstsubparse.c:
5600         * gst/tcp/gstmultifdsink.c:
5601         * gst/tcp/gsttcpclientsink.c:
5602         * gst/tcp/gsttcpclientsrc.c:
5603         * gst/tcp/gsttcpserversink.c:
5604         * gst/tcp/gsttcpserversrc.c:
5605         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5606         * gst/videorate/gstvideorate.c:
5607         * gst/videoscale/gstvideoscale.c:
5608         * gst/videotestsrc/gstvideotestsrc.c:
5609         * gst/volume/gstvolume.c:
5610         * sys/v4l/gstv4ljpegsrc.c:
5611         * sys/v4l/gstv4lmjpegsink.c:
5612         * sys/v4l/gstv4lmjpegsrc.c:
5613         * sys/v4l/gstv4lsrc.c:
5614         * sys/ximage/ximagesink.c:
5615         * sys/xvimage/xvimagesink.c:
5616         * tests/check/libs/cddabasesrc.c:
5617           make GstElementDetails const
5618
5619 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5620
5621         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5622         (gst_adder_init):
5623           send events from src-pad to all sink-pads fixes #338657
5624
5625 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5626
5627         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5628         (alsasink_parse_spec):
5629           query width capabilities from alsa, fixes #338919
5630
5631 2006-04-28  Wim Taymans  <wim@fluendo.com>
5632
5633         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5634         (gst_multi_fd_sink_remove_client_link):
5635         * gst/tcp/gstmultifdsink.h:
5636         Fix race condition in multifdsink that can lead to spurious 
5637         duplicate clients. this patch adds a new signal that is fired when
5638         multifdsink has removed all references to the fd.
5639         Fixes #339574.
5640         Updated documentation.
5641         API: client-fd-removed signal added
5642
5643 2006-04-28  Michael Smith  <msmith@fluendo.com>
5644
5645         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5646           When asking g_value_array_new to prealloc elements, we may as well
5647           ask for the right number of elements.
5648
5649 2006-04-28  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst-libs/gst/audio/gstbaseaudiosink.c:
5652         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5653         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5654         patch to make timestamp checking more tollerant to rounding 
5655         errors given that real discontinuities are to be marked on
5656         buffers. Fixes some asf files and #338778.
5657         Also avoid some crashers when we receive an event in the 
5658         NULL state.
5659
5660 2006-04-28  Michael Smith  <msmith@fluendo.com>
5661
5662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5663         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5664         (gst_gnome_vfs_src_get_property),
5665         (gst_gnome_vfs_src_send_additional_headers_callback),
5666         (gst_gnome_vfs_src_received_headers_callback),
5667         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5668         (gst_gnome_vfs_src_stop):
5669         * ext/gnomevfs/gstgnomevfssrc.h:
5670           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5671           proper shared support within icydemux.
5672
5673 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5674
5675         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5676         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5677           fix up docs
5678           fix a leak when no caps negotiated
5679           fix counting of input frames
5680         * tests/check/elements/.cvsignore:
5681         * tests/check/elements/videorate.c: (assert_videorate_stats),
5682         (GST_START_TEST), (videorate_suite):
5683           add tests for these
5684
5685 2006-04-28  Wim Taymans  <wim@fluendo.com>
5686
5687         * gst-libs/gst/audio/gstringbuffer.c:
5688         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5689         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5690         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5691         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5692         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5693         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5694         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5695         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5696         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5697         Check arguments passed to public functions instead of
5698         crashing.
5699
5700 2006-04-28  Wim Taymans  <wim@fluendo.com>
5701
5702         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5703         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5704         GstBaseAudioSrc must be live or it does not work.
5705
5706         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5707         Don't set live to TRUE as this is the default in the parentclass.
5708
5709 2006-04-28  Wim Taymans  <wim@fluendo.com>
5710
5711         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5712         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5713         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5714         fixation cases better. Fixes #338991
5715
5716 2006-04-28  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5719         Handle 0/1 framerate correctly Fixes #331901.
5720
5721 2006-04-28  Wim Taymans  <wim@fluendo.com>
5722
5723         * tests/check/elements/audioconvert.c: (get_float_caps),
5724         (GST_START_TEST), (audioconvert_suite):
5725         Added check for correct clipping when doing float samples
5726         in audioconvert.
5727
5728 2006-04-28  Wim Taymans  <wim@fluendo.com>
5729
5730         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5731         (gst_video_rate_chain):
5732         Print more debugging info.
5733
5734 2006-04-28  Wim Taymans  <wim@fluendo.com>
5735
5736         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5737         (resample_set_state_from_caps):
5738         Add support for other formats audioresample can handle such as
5739         32 bits in and float and 64 bits float. Fixes #301759
5740
5741 2006-04-28  Wim Taymans  <wim@fluendo.com>
5742
5743         * gst/audioconvert/audioconvert.c: (float):
5744         correctly clip float samples > 1.0. Fixes #338718
5745
5746 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         Patch by: Young-Ho Cha  <ganadist at chollian net>
5749
5750         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5751         (gst_text_overlay_render_text):
5752           Don't strip newlines from the text. Also, center lines
5753           within multi-line paragraphs (#339405).
5754
5755 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5758           Fix wavpack typefinding to work in more cases (don't peek
5759           for chunks of multiple hundred kBs at once, but process
5760           things step-by-step in smaller units). Fixes #339786.
5761
5762 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5763
5764         * configure.ac:
5765           back to HEAD
5766
5767 === release 0.10.6 ===
5768
5769 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5770
5771         * configure.ac:
5772           releasing 0.10.6, "Chao"
5773
5774 2006-04-26  David Schleef  <ds@schleef.org>
5775
5776         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5777           Fixes #338897.
5778
5779 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5780
5781         * configure.ac:
5782         * win32/common/config.h:
5783           new prerelease
5784
5785 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5786
5787         patch by: Wim Taymans
5788
5789         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5790         (gst_ogg_demux_perform_seek):
5791           make sure correct newsegments are sent, so that the decoder
5792           and the demuxer agree on timestamps.  Fixes playback of a lot
5793           of Ogg files that do not start from 0.  Fixes #339833.
5794
5795 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         Patch by: Edward Hervey  <edward@fluendo.com>
5798
5799         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5800         * tests/check/Makefile.am:
5801         * tests/check/elements/videorate.c: (assert_videorate_stats),
5802         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5803         (videorate_suite), (main):
5804           Fix an infinite loop if frames are passed in with wrongly ordered
5805           timestamps.  Fixes #339013.
5806
5807 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5808
5809         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5810
5811         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5812           fix typefinding on some ISO files.  Fixes #339212.
5813
5814 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5815
5816         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5817
5818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5819           add another H264 fourcc.  Fixes #339047.
5820
5821 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5822
5823         Patch by: Jan Schmidt
5824
5825         * gst/playback/gststreamselector.c:
5826         (gst_stream_selector_bufferalloc):
5827           Restore old StreamSelector behaviour.
5828           Fixes #338419.
5829
5830 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5831
5832         * configure.ac:
5833         * win32/common/config.h:
5834           prerelease
5835
5836 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5839
5840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5841         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5842           Fix some memory leaks: on finalize, free buffers left in the queue
5843           before destroying the queue; in _push(), unref rtp_buf even if
5844           the process vfunc returned a NULL buffer as output buffer (#337548);
5845           demote some recuring debug messages to LOG level.
5846
5847 2006-04-11  Wim Taymans  <wim@fluendo.com>
5848
5849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5850         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5851         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5852         (gst_ogg_demux_loop):
5853         More cleanups.
5854         Respect segment stop when emiting EOS or SEGMENT_DONE.
5855         Fixes (#337945).
5856
5857 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * gst/playback/gststreamselector.c:
5860         (gst_stream_selector_get_property):
5861           Don't leak pad name.
5862
5863 2006-04-10  Michael Smith  <msmith@fluendo.com>
5864
5865         * tests/check/Makefile.am:
5866         * tests/check/gst-plugins-base.supp:
5867           Suppress an old libtheora bug (fixed in more recent versions), so 
5868           that FC4 buildslaves can pass.
5869
5870 2006-04-10  Wim Taymans  <wim@fluendo.com>
5871
5872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5873         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5874         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5875         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5876         (gst_ogg_demux_loop):
5877         Don't leak events.
5878         Remember what error we got when finding chains, if we
5879         were shutdown, that would not be an error.
5880
5881 2006-04-10  Wim Taymans  <wim@fluendo.com>
5882
5883         * gst-libs/gst/audio/gstbaseaudiosink.c:
5884         (gst_base_audio_sink_event):
5885         Starting the ringbuffer when we did not acquire it can cause
5886         a deadlock, is pointless and causes nasty things for
5887         subclasses. 
5888         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5889
5890 2006-04-10  Wim Taymans  <wim@fluendo.com>
5891
5892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5893         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5894         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5895         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5896         (gst_ogg_demux_deactivate_current_chain),
5897         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5898         (gst_ogg_demux_bisect_forward_serialno),
5899         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5900         Add some more debugging.
5901
5902 2006-04-10  Wim Taymans  <wim@fluendo.com>
5903
5904         * ext/theora/theoradec.c: (theora_dec_src_event),
5905         (theora_handle_data_packet):
5906         Some more debug info.
5907
5908         * tests/examples/seek/seek.c: (start_seek), (main):
5909         Print element messages too.
5910
5911 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5912
5913         * gst/audioresample/debug.h:
5914           replace debug macros with variable number of parameters
5915           by a simple alias to gstreamer standard debug macros 
5916          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5917           supported by MSVC 6.0 and 7.1)
5918         * gst/audioresample/resample.h:
5919           define M_PI and rint for WIN32
5920         * win32/common/libgstaudio.def:
5921         * win32/common/libgstriff.def:
5922         * win32/common/libgsttag.def:
5923         * win32/common/libgstvideo.def:
5924           add new exported functions
5925         * win32/vs6:
5926           update project files
5927
5928 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5929
5930         * ext/alsa/gstalsamixeroptions.c:
5931         (gst_alsa_mixer_options_class_init):
5932         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5934         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5935         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5936         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5937         * gst-libs/gst/audio/gstaudiofilter.c:
5938         (gst_audio_filter_class_init):
5939         * gst-libs/gst/audio/gstaudiosink.c:
5940         (gst_audioringbuffer_class_init):
5941         * gst-libs/gst/audio/gstaudiosrc.c:
5942         (gst_audioringbuffer_class_init):
5943         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5944         * gst-libs/gst/interfaces/colorbalancechannel.c:
5945         (gst_color_balance_channel_class_init):
5946         * gst-libs/gst/interfaces/mixeroptions.c:
5947         (gst_mixer_options_class_init):
5948         * gst-libs/gst/interfaces/mixertrack.c:
5949         (gst_mixer_track_class_init):
5950         * gst-libs/gst/interfaces/tunerchannel.c:
5951         (gst_tuner_channel_class_init):
5952         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5953         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5954         (gst_netbuffer_class_init):
5955         * gst-libs/gst/rtp/gstbasertppayload.c:
5956         (gst_basertppayload_class_init):
5957         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5959         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5960         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5961         * gst/playback/gststreamselector.c:
5962         (gst_stream_selector_class_init):
5963         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5964         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5965         * sys/v4l/gstv4lcolorbalance.c:
5966         (gst_v4l_color_balance_channel_class_init):
5967         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5968         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5969         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5970         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5971         (gst_v4l_tuner_norm_class_init):
5972         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5974         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5975         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5976
5977 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * ext/pango/gsttextrender.h:
5980         * gst-libs/gst/audio/gstaudiosink.h:
5981         * gst-libs/gst/audio/gstaudiosrc.h:
5982         * gst-libs/gst/audio/gstbaseaudiosink.h:
5983         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5984         * gst-libs/gst/audio/gstringbuffer.h:
5985         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5986         * gst-libs/gst/rtp/gstbasertppayload.h:
5987         * gst-libs/gst/video/gstvideofilter.h:
5988         * gst-libs/gst/video/gstvideosink.h:
5989         * gst/playback/gstplaybasebin.h:
5990         * gst/tcp/gstmultifdsink.h:
5991         * sys/v4l/gstv4lelement.h:
5992         Fix broken GObject macros
5993
5994 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5995
5996         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5997         More debug to trace why my USB headset is not working with gst
5998
5999 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6000
6001         * gst/playback/gstplaybasebin.c: (group_destroy):
6002         Clean up our group elements properly in the case where it never 
6003         got committed - it still got added unconditionally to the bin.
6004
6005 2006-04-07  Wim Taymans  <wim@fluendo.com>
6006
6007         * ext/theora/theoradec.c: (theora_dec_sink_event),
6008         (theora_handle_data_packet), (theora_dec_chain):
6009         Unref unhandled events.
6010         Protect against empty buffers.
6011         Perform QoS on running time.
6012
6013 2006-04-07  Michael Smith  <msmith@fluendo.com>
6014
6015         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6016         (gst_vorbis_enc_chain):
6017           Remove leaks from vorbisenc.
6018           Mostly minor changes, the only significant one is that now the
6019           buffers we set as 'streamheader' on the caps are copies of the
6020           original buffers, to avoid circular refcounting problems.
6021
6022 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6023
6024         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6025           Don't remove our mute-probe if someone else already did so.
6026           Don't set a 2nd one if there is already one pending on the pad.
6027
6028         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6029         (do_playbin_seek):
6030           When a seek fails, ensure that playbin is still set back to playing.
6031           
6032         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6033         (mpeg_ts_type_find), (plugin_init):
6034           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6035
6036 2006-04-06  Andy Wingo  <wingo@pobox.com>
6037
6038         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6039         (gst_video_rate_init): Caps-related parameters should not be reset
6040         by a flush -- move their inits to the instance init function.
6041         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6042         is not OK, just return the result.
6043
6044         * gst/audiotestsrc/gstaudiotestsrc.c
6045         (gst_audio_test_src_class_init)
6046         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6047         broken by Stefan's commit on 24 March.
6048
6049         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6050         buffers being pushed out. Fixes oggmux ! multifdsink.
6051
6052 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6055         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6056         * ext/vorbis/vorbisdec.h:
6057         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6058         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6059         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6060         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6061         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6062         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6063         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6064         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6065         (gst_vorbis_enc_buffer_from_packet),
6066         (gst_vorbis_enc_buffer_from_header_packet),
6067         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6068         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6069         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6070         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6071         (gst_vorbis_enc_change_state):
6072         * ext/vorbis/vorbisenc.h:
6073           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6074           vorbisenc adhere to the official nomenclature; use boilerplate
6075           macro.
6076
6077 2006-04-04  Andy Wingo  <wingo@pobox.com>
6078
6079         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6080         Whoops, fix bug introduced. Bad hacker!
6081         
6082         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6083         Properly handle the case where you get EOS before any buffers are
6084         received. Use gst_buffer_make_metadata_writable where appropriate.
6085
6086         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6087         is often negative -- make it signed so as not to wrap around.
6088         Fixes segfaults introduced on 9 March.
6089
6090 2006-04-03  Wim Taymans  <wim@fluendo.com>
6091
6092         * ext/theora/gsttheoradec.h:
6093         * ext/theora/theoradec.c: (theora_dec_src_event):
6094         Don't try to store a gdouble in a gboolean.
6095         Small cleanups.
6096
6097 2006-04-03  Michael Smith  <msmith@fluendo.com>
6098
6099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6100           Oggmux sucks.
6101           Make it suck slightly less by writing out the final page.
6102           Still can't encode a vorbis-in-ogg file correctly, though.
6103
6104 2006-04-03  Andy Wingo  <wingo@pobox.com>
6105
6106         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6107         a g_print.
6108
6109         * ext/theora/theora.c (plugin_init): Register theoraparse.
6110
6111         * ext/theora/gsttheoraparse.h: 
6112         * ext/theora/theoraparse.c: New files implementing a theora
6113         parser. Now we can properly remux ogg/theora+vorbis, yay.
6114
6115         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6116
6117 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6118
6119         * gst/audiotestsrc/gstaudiotestsrc.c:
6120           Fixed the sample pipeline (see #323798)
6121
6122 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6123
6124         * configure.ac:
6125         * win32/common/config.h:
6126         * win32/common/config.h.in:
6127           use AS_VERSION and AS_NANO
6128           more cleanups
6129
6130 2006-03-31  Andy Wingo  <wingo@pobox.com>
6131
6132         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6133         uninitialized variable return that would happen.
6134         
6135         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6136         uninitialized variable return that would never happen.
6137
6138         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6139         (vorbis_parse_sink_event): Add an event function to flush our
6140         state on a seek, and to drain buffers on a premature EOS.
6141         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6142         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6143         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6144         (vorbis_parse_drain_queue): Queue up buffers until we can set
6145         their timestamps and granulepos values.
6146
6147         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6148         and keep track of data needed for deriving granulepos and
6149         timestamps for buffers.
6150
6151 2006-03-29  Wim Taymans  <wim@fluendo.com>
6152
6153         Patch by: j^ <j at bootlab dot org>
6154
6155         * ext/alsa/gstalsamixerelement.c:
6156         (gst_alsa_mixer_element_class_init):
6157         * ext/alsa/gstalsasink.c:
6158         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6159         * ext/ogg/gstoggdemux.c:
6160         * ext/ogg/gstoggmux.c:
6161         * ext/ogg/gstoggparse.c:
6162         * ext/pango/gstclockoverlay.c:
6163         * ext/pango/gsttextoverlay.c:
6164         * ext/pango/gsttextrender.c:
6165         * ext/pango/gsttimeoverlay.c:
6166         * ext/theora/theoradec.c:
6167         * ext/theora/theoraenc.c:
6168         * ext/vorbis/vorbisdec.c:
6169         * ext/vorbis/vorbisenc.c:
6170         * gst/audioconvert/gstaudioconvert.c:
6171         * gst/subparse/gstsubparse.c:
6172         * gst/tcp/gstmultifdsink.c:
6173         * gst/tcp/gsttcpclientsink.c:
6174         * gst/tcp/gsttcpclientsrc.c:
6175         * gst/tcp/gsttcpserversink.c:
6176         * gst/tcp/gsttcpserversrc.c:
6177           better/unified long descriptions
6178           Fixes #336477
6179
6180 2006-03-29  Wim Taymans  <wim@fluendo.com>
6181
6182         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6183         (stop_seek):
6184         Don't let double and triple clicks mess up our state.
6185
6186 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * gst/playback/gstplaybin.c: (gen_video_element),
6189         (gen_text_element), (gen_audio_element), (gen_vis_element):
6190           Error out gracefully when we can't create any of the usual
6191           conversion elements for some reason. Also, don't try to
6192           create an audioscale (sic) element that's not used anyway.
6193
6194 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * gst/playback/gstplaybasebin.c: (setup_source):
6197           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6198           element for a particular protocol, that's confusing for users.
6199           Instead, post a RESOURCE_FAILED error, so that our own error
6200           message is actually shown in totem etc. (#336303).
6201
6202 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6205
6206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6207         (gst_gnome_vfs_src_get_icy_metadata):
6208           Fix some minor memory leaks (#336194).
6209
6210 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6211
6212         * ext/gnomevfs/gstgnomevfs.c:
6213         (gst_gnome_vfs_location_to_uri_string):
6214         * ext/gnomevfs/gstgnomevfs.h:
6215         * ext/gnomevfs/gstgnomevfssink.c:
6216         (gst_gnome_vfs_sink_set_property):
6217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6218           Make gnomevfssink accept filenames as well as URIs for the
6219           "location" property, just like gnomevfssrc does (and
6220           filesrc/filesink do) (#336190).
6221
6222 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6223
6224         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6225           set to NULL before unreffing, fixes a valgrind leak.
6226           Why was this not triggering the error that an object needs to
6227           be NULL before unreffing ?
6228         * win32/common/config.h:
6229           update
6230
6231 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6232
6233         * gst/subparse/gstsubparse.c: (convert_encoding),
6234         (gst_sub_parse_change_state):
6235         * gst/subparse/gstsubparse.h:
6236           Text subtitle files may or may not be UTF-8. If it's not, we
6237           don't really want to see '?' characters in place of non-ASCII
6238           characters like accented characters. So let's assume the input
6239           is UTF-8 until we come across text that is clearly not. If it's
6240           not UTF-8, we don't really know what it is, so try the following:
6241           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6242           is set; if not, check (b) if the current locale encoding is
6243           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6244           the current locale encoding is UTF-8 and the environment variable
6245           was not set to any particular encoding. Not perfect, but better
6246           than nothing (and better than before, I think) (fixes #172848).
6247
6248 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6249
6250         * configure.ac:
6251           update core requirement to 0.10.4.1 because of async_playback
6252           vmethod on GstBaseSink
6253
6254 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6255
6256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6257         * gst/adder/gstadder.c: (gst_adder_init):
6258         use DEBUG_FUNCPTR for collectpads
6259
6260 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * docs/plugins/Makefile.am:
6263         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6264         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6265         * ext/cdparanoia/gstcdparanoiasrc.c:
6266         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6267         (gst_gnome_vfs_sink_class_init):
6268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6270         * ext/ogg/gstoggmux.c:
6271         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6272         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6273         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6274         * ext/pango/gsttextoverlay.c:
6275         * ext/pango/gsttextrender.c:
6276         * ext/theora/theoradec.c:
6277         * ext/theora/theoraenc.c:
6278         * ext/vorbis/vorbisdec.c:
6279         * ext/vorbis/vorbisenc.c:
6280         * gst-libs/gst/audio/gstaudiofilter.c:
6281         (gst_audio_filter_base_init):
6282         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6283         (gst_audio_filter_template_base_init):
6284         * gst/adder/gstadder.c: (gst_adder_get_type):
6285         * gst/adder/gstadder.h:
6286         * gst/audioconvert/gstaudioconvert.c:
6287         * gst/audiotestsrc/gstaudiotestsrc.c:
6288         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6289         (gst_audio_test_src_create):
6290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6291         * gst/playback/gstdecodebin.c:
6292         * gst/playback/gstplaybin.c:
6293         * gst/playback/gststreamselector.c:
6294         (gst_stream_selector_base_init):
6295         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6296         * gst/volume/gstvolume.c:
6297         * sys/v4l/gstv4lmjpegsink.c:
6298         * sys/v4l/gstv4lmjpegsrc.c:
6299         * tests/check/libs/cddabasesrc.c:
6300         * tests/old/examples/gob/gst-identity2.gob:
6301           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6302           define GstElementDetails at the top
6303
6304 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6305
6306         * win32/common/libgstinterfaces.def:
6307         Add a lot of export functions for gst-python
6308         * win32/vs6/libgstinterfaces.dsp:
6309         Add a missing include folder in the project configuration
6310         
6311 2006-03-23  Wim Taymans  <wim@fluendo.com>
6312
6313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6314         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6315         (gst_base_audio_src_change_state):
6316         Fix audio sources, forgot to make the ringbuffer
6317         startable...
6318
6319 2006-03-23  Wim Taymans  <wim@fluendo.com>
6320
6321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6322         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6323         (gst_base_audio_src_change_state):
6324         unparent instead of unref the ringbuffer.
6325
6326 2006-03-23  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst-libs/gst/audio/gstbaseaudiosink.c:
6329         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6330         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6331         Implement new async_play vmethod to start slaving and allow
6332         playback start in case of async PLAY state changes. 
6333
6334         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6335         Enable QoS with new method in base class.
6336
6337 2006-03-23  Wim Taymans  <wim@fluendo.com>
6338
6339         Patch by: Julien MOUTTE <julien at moutte dot net>
6340
6341         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6342         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6343         Partially handle 0 framerate, only EOS after the first frame
6344         is missing.
6345
6346 2006-03-23  Wim Taymans  <wim@fluendo.com>
6347
6348         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6349
6350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6351         (gst_riff_create_video_template_caps):
6352         * gst/ffmpegcolorspace/avcodec.h:
6353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6354         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6355         (gst_ffmpegcsp_avpicture_fill):
6356         * gst/ffmpegcolorspace/imgconvert.c:
6357         Patch for support of YVU9 AVI files (#334822)
6358
6359 2006-03-22  Edward Hervey  <edward@fluendo.com>
6360
6361         * docs/design/design-decodebin.txt:
6362         Added design document for new decodebin
6363         (Target Caps): text/x-pango-markup is also a default target caps.
6364
6365 2006-03-22  Wim Taymans  <wim@fluendo.com>
6366
6367         * gst-libs/gst/audio/gstbaseaudiosink.c:
6368         (gst_base_audio_sink_dispose):
6369         Since we _parent the ringbuffer, we also need to
6370         _unparent instead of a plain _unref.
6371
6372 2006-03-22  Wim Taymans  <wim@fluendo.com>
6373
6374         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6375         (stop_seek), (scrub_toggle_cb), (main):
6376         Add scrub checkbox.
6377
6378 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6379
6380         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6381         (gst_ogg_parse_chain):
6382           Fix very inefficient usage of linked lists (#335365).
6383
6384 2006-03-21  Edward Hervey  <edward@fluendo.com>
6385
6386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6387         * gst/playback/gstplaybin.c: (handoff):
6388         * gst/playback/gststreamselector.c:
6389         (gst_stream_selector_set_property):
6390         gcc 4.1 unreferenced pointer fixes.
6391         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6393         gst_buffer_ref() now takes a GstBuffer*.
6394
6395 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6396
6397         * sys/xvimage/xvimagesink.c:
6398         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6399         by Jan Schmidt.
6400
6401 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6404         (id3v1_type_find), (apetag_type_find), (plugin_init):
6405           Can't do tag preferences via probability, as tags would then
6406           lose against types that are recognised with MAXIMUM probability
6407           (like .wav); so let all tag typefinders return MAXIMUM themselves
6408           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6409           that we can prefer APE to ID3v1 (fixes #335028).
6410           
6411 2006-03-17  Wim Taymans  <wim@fluendo.com>
6412
6413         * gst-libs/gst/audio/gstbaseaudiosink.c:
6414         (gst_base_audio_sink_change_state):
6415         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6416         (gst_ring_buffer_may_start):
6417         * gst-libs/gst/audio/gstringbuffer.h:
6418         Only start playback if we are playing.
6419         should fix #330748.
6420
6421 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6422
6423         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6424         * win32/common/config.h:
6425           Revert accidental commits to these files.
6426
6427 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6430
6431         * tests/Makefile.am:
6432           Don't try to build tests in tests/icles if we
6433           don't have X (#323852)
6434
6435 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst-libs/gst/tag/gstid3tag.c:
6438           Add TXXX frame identifiers for replaygain stuff as used
6439           by some taggers (see #323721).
6440
6441 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6442
6443         * gst/playback/gststreamselector.c:
6444         (gst_stream_selector_set_property),
6445         (gst_stream_selector_bufferalloc):
6446           Preserve the existing buggy streamselector behaviour by performing
6447           a fallback buffer allocation when downstream isn't linked yet.
6448           This should really be fixed in playbin by blocking pads until it's
6449           linked them.
6450           Also, use gst_pad_alloc_buffer instead of
6451           gst_pad_alloc_buffer_and_set.
6452
6453 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         * gst-libs/gst/tag/gstid3tag.c:
6456           Don't crash on unknown ID3v2 TXXX frames.
6457           
6458 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6459
6460         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6461           Chain up to the parent finalize method.
6462           Add 32-bit sample size to the template caps.
6463
6464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6465         (gst_riff_create_video_template_caps):
6466           Add the fourcc that the VMWare codec uses.
6467           
6468         * gst/playback/gststreamselector.c:
6469         (gst_stream_selector_set_property),
6470         (gst_stream_selector_bufferalloc),
6471         (gst_stream_selector_request_new_pad):
6472           For the active pad, forward buffer-alloc requests, otherwise
6473           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6474           having to memcpy every frame when used by playbin.
6475
6476         * gst/tcp/gstmultifdsink.c:
6477         (gst_multi_fd_sink_handle_client_write):
6478           Get negotiated caps from the sink pad, rather than the sink
6479           pad's peer.
6480
6481 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6484         
6485         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6486           Don't forget to set src->callbacks_pushed to FALSE again when
6487           popping them, otherwise re-activation in a different mode won't
6488           work (#334620).
6489
6490 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         Patch by: Sebastien Moutte  <sebastien moutte net>
6493
6494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6495         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6496         (gst_ffmpeg_smpfmt_to_caps):
6497           Replace __VA_ARGS__ caps creation macros with varargs functions.
6498           Makes things compile on MSVC (#320765), looks nicer, and we can
6499           tell the compiler to check for the NULL terminator.
6500
6501 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6504
6505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6506           Make sure the buffer we copy into is really always big
6507           enough, this time for real (#333488).
6508           
6509 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6510
6511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6512           Add support for 24bpp DIB (#305279).
6513
6514 2006-03-14  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6517         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6519         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6520         (gst_video_scale_init), (gst_video_scale_src_event):
6521         Re-enable QoS after the release.
6522         Rework videoscale to use the base class src_event handler.
6523
6524 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * configure.ac:
6527           back to CVS.
6528
6529 === release 0.10.5 ===
6530
6531 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6532
6533         * configure.ac:
6534           releasing 0.10.5, "Net"
6535
6536 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         * docs/plugins/Makefile.am:
6539           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6540           
6541 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6545         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6546           Add cdparanoiasrc to docs.
6547
6548         * gst-libs/gst/cdda/gstcddabasesrc.c:
6549           More GstCddaBaseSrc docs.
6550
6551 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * docs/libs/gst-plugins-base-libs-sections.txt:
6554         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6555         * gst-libs/gst/tag/tag.h:
6556           API: libgsttag: new method gst_tag_from_id3_user_tag().
6557
6558 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6561           NULL-terminate array of mpeg4 video file extensions.
6562           Fixes crash on PPC (#334226).
6563
6564 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * ext/gnomevfs/gstgnomevfssrc.c:
6567         (gst_gnome_vfs_src_check_get_range):
6568           gnome_vfs_uri_is_local() alone is not a good indicator
6569           whether we can operate in pull-mode with a specific URI,
6570           as it returns FALSE for file:// URIs that point to an
6571           NFS-mounted path. Be more conservative here: whitelist
6572           local files, blacklist http URIs and use the old
6573           mechanism for anything else (fixes #334216).
6574
6575 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6576
6577         * configure.ac:
6578           back to trunk
6579
6580 === release 0.10.4 ===
6581
6582 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6583
6584         * configure.ac:
6585           releasing 0.10.4, "Power"
6586
6587 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6588
6589         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6590         Disable max-lateness by setting it to -1 for now, so that 
6591         we can bed QoS stuff in thoroughly between now and the next
6592         release.
6593
6594 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         Patch by: Fabrizio Gennari
6597
6598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6599           Make sure we don't read beyond the palette buffer in case of
6600           broken or manipulated files (#333488)
6601
6602 2006-03-10  Edward Hervey  <edward@fluendo.com>
6603
6604         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6605         Fix for variable not initialized.
6606
6607 2006-03-09  Wim Taymans  <wim@fluendo.com>
6608
6609         * ext/libvisual/visual.c: (gst_visual_get_type),
6610         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6611         (gst_visual_chain):
6612         Small cleanups.
6613
6614         * ext/theora/gsttheoradec.h:
6615         * ext/theora/theoradec.c: (gst_theora_dec_init),
6616         (gst_theora_dec_reset), (_theora_granule_time),
6617         (theora_dec_src_convert), (theora_dec_sink_convert),
6618         (theora_dec_src_query), (theora_dec_src_event),
6619         (theora_dec_sink_event), (theora_handle_comment_packet),
6620         (theora_handle_header_packet), (theora_dec_push),
6621         (theora_handle_data_packet), (theora_dec_chain),
6622         (theora_dec_change_state):
6623         Add simple QoS.
6624
6625 2006-03-09  Wim Taymans  <wim@fluendo.com>
6626
6627         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6628         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6629         Some cleanups.
6630
6631 2006-03-09  Wim Taymans  <wim@fluendo.com>
6632
6633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6634         Don't try to activate NULL chains.
6635
6636 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6637
6638         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6639           Fix invalid memory access to region before peek'd data (#332964).
6640
6641 2006-03-09  Wim Taymans  <wim@fluendo.com>
6642
6643         Patch by: Christophe Fergeau
6644
6645         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6646         * ext/pango/gsttextrender.c: (gst_text_render_init):
6647         * gst/adder/gstadder.c: (gst_adder_init):
6648         Don't leak padtemplates, closes #333510.
6649
6650 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6653           Fix invalid memory access: make sure string passed to
6654           regexec() is NUL-termianted.
6655
6656 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6659         (mp3_type_find):
6660           Refactor mpeg/audio typefinding to make it more maintainable
6661           and easier to fine-tune. Make probing into middle of the file
6662           work properly (fixes #333900, also see #152688).
6663
6664 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/typefind/gsttypefindfunctions.c:
6667         (utf8_type_find_have_valid_utf8_at_offset):
6668           Remove part from previous commit that was bogus:
6669           g_utf8_validate() does in fact not accept embedded
6670           zeroes, so we don't need to check for those (thanks
6671           to Mike for the hint).
6672
6673 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * gst/typefind/gsttypefindfunctions.c:
6676         (utf8_type_find_count_embedded_zeroes),
6677         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6678           Make plain/text typefinder more conservative: firstly, check
6679           for embedded zeroes, which are perfectly valid UTF-8 characters,
6680           but also a fairly good sign that something is not a plain text
6681           file; secondly, probe into the middle of the file if possible.
6682           If we can't probe into the middle, limit the probability value
6683           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6684
6685 2006-03-08  Michael Smith  <msmith@fluendo.com>
6686
6687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6688           Make typefind function name for mpeg4 video unique.
6689
6690 2006-03-08  Wim Taymans  <wim@fluendo.com>
6691
6692         * ext/libvisual/visual.c: (gst_visual_init),
6693         (gst_visual_clear_actors), (gst_visual_dispose),
6694         (gst_visual_reset), (gst_visual_src_setcaps),
6695         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6696         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6697         (gst_visual_chain), (gst_visual_change_state):
6698         Cleanups, post nice errors.
6699         Handle sink and src events.
6700         Implement simple QoS.
6701
6702         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6703         Use new basesink methods to configure max-lateness.
6704         Small doc update.
6705
6706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6707         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6708         Debug statement cleanups.
6709
6710         * gst/volume/gstvolume.c: (gst_volume_class_init):
6711         Simple cleanup.
6712
6713 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6716         (gst_text_overlay_init), (gst_text_overlay_set_property),
6717         (gst_text_overlay_get_property):
6718           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6719           as string type properties, but mark them deprecated. Add
6720           'halignment' and 'valignment' properties that use enums
6721           instead of strings.
6722
6723 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         Patch by: Fabrizio Gennari
6726
6727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6728           Allow palettes with less than 256 colours in AVI files
6729           (#333488)
6730
6731 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6732
6733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6734         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6735         pad. We were releasing the queued text buffer when we should keep
6736         it until video pad gets EOS or discard the text buffer because it's
6737         too old. That was eating the last subtitle buffer. Add some more
6738         debug.
6739
6740 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6741
6742         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6743         (gst_text_overlay_video_chain):
6744           Fix invalid memory access (we can't access a buffer after it's been
6745           pushed downstream without taking a reference); fix memory leak (if
6746           there's no text to render, bail out before allocating stuff).
6747
6748 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6751         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6752         * ext/pango/gsttextoverlay.h:
6753           If input is plain text, escape it before passing it to
6754           pango_layout_set_markup().
6755
6756 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6757
6758         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6759           Don't ignore flow return from gst_pad_push().
6760
6761 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         Patch by: Fabrizio Gennari
6764
6765         * ext/libvisual/visual.c: (gst_visual_getcaps),
6766         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6769         (gst_vorbisenc_convert_sink):
6770         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6771         (gst_audio_duration_from_pad_buffer):
6772         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6773         (gst_audio_filter_chain):
6774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6775         (gst_base_rtp_depayload_setcaps):
6776         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6777         (gst_video_get_size):
6778         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6779           Don't leak references returned by gst_pad_get_parent()
6780           (#333663)
6781
6782 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6783
6784         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6785           change location param details
6786         * gst/volume/gstvolume.c: (plugin_init):
6787           correct plugin description
6788
6789 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6792         (gst_gnome_vfs_src_check_get_range):
6793           Override GstBaseSrc::check_get_range() in order to avoid opening
6794           the resource just to check whether we can operate in pull-mode or
6795           not - we can predict that pretty well from the URI alone. Should
6796           fix problems with last.fm (#331690). (Requires latest core CVS).
6797
6798 2006-03-06  Wim Taymans  <wim@fluendo.com>
6799
6800         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6801         (gst_video_sink_class_init):
6802         Throw away frames that are later than 20 ms.
6803
6804 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6805
6806         Patch by: Fabrizio Gennari
6807
6808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6809           Set depth on WMA caps (#333545)
6810
6811 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6814         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6815           put Theora BOS pages before others.  This hardcodes
6816           the Ogg/Theora I profile, but hey.
6817
6818 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         * ext/ogg/README:
6821           updated with some examples
6822         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6823         (granulepos_add), (theora_buffer_from_packet):
6824         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6825         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6826         (gst_vorbisenc_chain):
6827           implement strategy from ext/ogg/README
6828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6829         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6830         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6831         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6832           Fix muxer so that oggz-validate is happy with all streams;
6833           except for no eos mark, and the BOS page ordering
6834         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6835         (check_buffer_granulepos):
6836         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6837           update tests to check for OFFSET being set as requested
6838           fixed type of granulepos, it's not a ClockTime
6839
6840 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6841
6842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6843         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6844         Check that the xvimage we are creating has a correct size
6845         before returning it. (#314897)
6846
6847 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6850           Give id3 and ape tag typefinders a rank slightly higher
6851           than PRIMARY to ensure they're always run before any of
6852           the other typefinders (in particular wav and mp3) (#324186).
6853
6854 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6857           Add support for '3IVD' fourcc (#333403).
6858
6859 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * configure.ac:
6862           Bump requirements to GStreamer CVS for the new error enum.
6863
6864         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6865           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6866           space left on the device (fixes #333352).
6867
6868 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6869
6870         * win32/vs6:
6871           add a project file for libgstvolume
6872           update the workspace
6873
6874 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6875
6876         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6877         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6878         (GST_START_TEST):
6879           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6880           Set IN_CAPS on header buffers
6881
6882 2006-03-02  Wim Taymans  <wim@fluendo.com>
6883
6884         * docs/plugins/Makefile.am:
6885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6886         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6887         Add audioresample to docs.
6888
6889         * gst/audioconvert/gstaudioconvert.c:
6890         Add revision date.
6891
6892         * gst/audioresample/gstaudioresample.c:
6893         (gst_audioresample_base_init), (gst_audioresample_class_init),
6894         (gst_audioresample_init), (gst_audioresample_dispose),
6895         (audioresample_get_unit_size), (audioresample_transform_caps),
6896         (resample_set_state_from_caps), (audioresample_transform_size),
6897         (audioresample_set_caps), (audioresample_event),
6898         (audioresample_do_output), (audioresample_transform),
6899         (audioresample_pushthrough), (gst_audioresample_set_property),
6900         (gst_audioresample_get_property), (plugin_init):
6901         * gst/audioresample/gstaudioresample.h:
6902         Added docs.
6903         Small code cleanups.
6904
6905 2006-03-02  Wim Taymans  <wim@fluendo.com>
6906
6907         * docs/plugins/Makefile.am:
6908         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6909         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6910         Added videoscale to docs.
6911
6912         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6913         (gst_video_rate_swap_prev), (gst_video_rate_event),
6914         (gst_video_rate_chain):
6915         Fix typo in docs.
6916
6917         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6918         (gst_video_scale_init), (gst_video_scale_prepare_size),
6919         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6920         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6921         * gst/videoscale/gstvideoscale.h:
6922         Added docs, examples.
6923         Some code cleanups.
6924         Post errors instead of g_warning.
6925
6926 2006-03-02  Wim Taymans  <wim@fluendo.com>
6927
6928         * docs/libs/gst-plugins-base-libs-docs.sgml:
6929         * docs/libs/gst-plugins-base-libs-sections.txt:
6930         * docs/libs/gst-plugins-base-libs.types:
6931         * docs/plugins/Makefile.am:
6932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6934         Added some more docs to libs and plugins.
6935
6936         * gst-libs/gst/audio/gstringbuffer.c:
6937         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6938         * gst-libs/gst/audio/gstringbuffer.h:
6939         Document ringbuffer some more.
6940
6941         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6942         (gst_video_rate_setcaps), (gst_video_rate_reset),
6943         (gst_video_rate_init), (gst_video_rate_flush_prev),
6944         (gst_video_rate_swap_prev), (gst_video_rate_event),
6945         (gst_video_rate_chain), (gst_video_rate_change_state):
6946         * gst/videorate/gstvideorate.h:
6947         Fix videorate to use segments.
6948         Make it work with 0/1 framerates (closes #331903)
6949         Handle EOS correctly.
6950         Added docs.
6951
6952 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6955         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6956         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6957           In state change function, first chain up to parent class,
6958           then handle downwards state change stuff. Remove some
6959           commented out cruft from 0.8 code.
6960
6961 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6964         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6965         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6966         (gst_ogm_parse_chain):
6967           Don't remove/re-add source pad if the new caps are the same as
6968           the old caps anyway (#333042). When removing source pad, don't
6969           unref it afterwards - we didn't ref it when adding. Sprinkle some
6970           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6971           after using gst_pad_get_parent(). Return downstream flow return
6972           value in chain function.
6973
6974 2006-03-02  Wim Taymans  <wim@fluendo.com>
6975
6976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6977         * docs/plugins/gst-plugins-base-plugins.args:
6978         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6979         * docs/plugins/gst-plugins-base-plugins.interfaces:
6980         * docs/plugins/gst-plugins-base-plugins.signals:
6981         Fix hierarchy, added some more elements to the docs.
6982
6983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6984         (gst_ffmpegcsp_get_type):
6985         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6986         Fix docs for ffmpegcolorspace.
6987
6988 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6989
6990         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6991         (apetag_type_find), (ape_type_find), (plugin_init):
6992           Some typefinding fine-tuning:
6993           - rank ID3/APE tags in order of preference via probabilities, so that
6994             ID3v2 > APEv2 > APEv1 > ID3v1.
6995           - three or four bytes don't really justify MAXIMUM probability,
6996             change those to 'very likely' (musepack and monkeysaudio).
6997
6998 2006-03-01  Wim Taymans  <wim@fluendo.com>
6999
7000         * docs/plugins/Makefile.am:
7001         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7002         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7003         * ext/alsa/gstalsamixer.c:
7004         * ext/alsa/gstalsamixer.h:
7005         * ext/alsa/gstalsamixerelement.c:
7006         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7007         * ext/alsa/gstalsamixerelement.h:
7008         * ext/alsa/gstalsasink.c:
7009         * ext/alsa/gstalsasink.h:
7010         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7011         (gst_alsasrc_init):
7012         * ext/alsa/gstalsasrc.h:
7013         Added alsa docs.
7014         Small code cleanups.
7015
7016 2006-03-01  Wim Taymans  <wim@fluendo.com>
7017
7018         * ext/theora/Makefile.am:
7019         Dist new header too,
7020
7021 2006-03-01  Wim Taymans  <wim@fluendo.com>
7022
7023         * docs/plugins/Makefile.am:
7024         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7025         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7026         * ext/gnomevfs/gstgnomevfssink.h:
7027         * ext/gnomevfs/gstgnomevfssrc.h:
7028         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7029         * ext/vorbis/vorbisdec.h:
7030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7031         * ext/vorbis/vorbisenc.h:
7032         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7033         (vorbis_parse_chain), (vorbis_parse_change_state):
7034         * ext/vorbis/vorbisparse.h:
7035         * gst/audioconvert/gstaudioconvert.h:
7036         * gst/tcp/gsttcpserversink.h:
7037         * gst/videotestsrc/gstvideotestsrc.c:
7038         * gst/videotestsrc/gstvideotestsrc.h:
7039         * gst/volume/gstvolume.c:
7040         * gst/volume/gstvolume.h:
7041         Fix some more docs.
7042         Added docs for vorbisdec and vorbisparse.
7043         Fix vorbisparse.
7044
7045 2006-03-01  Wim Taymans  <wim@fluendo.com>
7046
7047         * docs/plugins/Makefile.am:
7048         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7049         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7050         * ext/pango/gstclockoverlay.h:
7051         * ext/pango/gsttextoverlay.h:
7052         * ext/pango/gsttextrender.h:
7053         * ext/pango/gsttimeoverlay.h:
7054         * ext/theora/gsttheoradec.h:
7055         * ext/theora/gsttheoraenc.h:
7056         * ext/theora/theoradec.c:
7057         * ext/theora/theoraenc.c:
7058         * gst/audioconvert/gstaudioconvert.h:
7059         * gst/audiotestsrc/gstaudiotestsrc.h:
7060         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7061         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7062         * gst/tcp/gstmultifdsink.h:
7063         Updated/added documentation.
7064
7065         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7066         (gst_text_overlay_halign_get_type),
7067         (gst_text_overlay_wrap_mode_get_type),
7068         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7069         (gst_text_overlay_init), (gst_text_overlay_set_property),
7070         (gst_text_overlay_get_property):
7071         Fix up properties to be enums instead of string to make bindings,
7072         introspection and automatic GUI creation possible.
7073         Add getters for the properties.
7074
7075 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7076
7077         * gst/audiotestsrc/gstaudiotestsrc.c:
7078           added defines of M_PI and M_PI_2
7079         * gst/ffmpegcolorspace/avcodec.h:
7080           removed #include "stdint.h" for win32 as _stdint.h is 
7081           autogenerated to win32/common
7082         * win32/common/libgstaudio.def:
7083         * win32/common/libgsttag.def:
7084           added some exports
7085         * win32/vs6:
7086           some project files bugs corrected
7087         * win32/vs7:
7088           project files are reset to the default vs7 configuration 
7089           (they link to msvcr71.dll using default optimizations)
7090           
7091 2006-02-28  Wim Taymans  <wim@fluendo.com>
7092
7093         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7094         Fix some docs.
7095
7096 2006-02-28  Edward Hervey  <edward@fluendo.com>
7097
7098         * ext/alsa/gstalsasrc.c:
7099         Set proper class on the ElementDetails:
7100         Source/Audio instead of Src/Audio/
7101
7102 2006-02-28  Edward Hervey  <edward@fluendo.com>
7103
7104         * gst/videoscale/vs_scanline.c:
7105         (vs_scanline_resample_nearest_RGBA):
7106         Revert optimization in videoscale. It should go in liboil and have
7107         an appropriate liboil function.
7108
7109 2006-02-28  Wim Taymans  <wim@fluendo.com>
7110
7111         * gst-libs/gst/audio/gstbaseaudiosink.c:
7112         (gst_base_audio_sink_provide_clock):
7113         Don't try to provide a clock in the NULL state.
7114
7115 2006-02-28  Wim Taymans  <wim@fluendo.com>
7116
7117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7118         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7119         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7120         (gst_ogg_demux_deactivate_current_chain),
7121         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7122         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7123         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7124         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7125         Use GstSegment infrastructure to remove duplicated code
7126         and handle more seek cases correctly.
7127
7128 2006-02-28  Wim Taymans  <wim@fluendo.com>
7129
7130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7131         (gst_ffmpegcsp_transform):
7132         Don't ignore return code from ffmpeg convert function.
7133
7134         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7135         Split out some long statements to ease debugging.
7136
7137 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7138
7139         * ext/libvisual/visual.c: (gst_visual_init),
7140         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7141         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7142         being able to renegotiate the size. Instead, use the negotiation
7143         algorithm from the goom plugin to pick an initial output caps. 
7144
7145         Also, allow theoretical libvisual plugins that might support non-GL 
7146         output even if they also do GL.
7147
7148 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7149
7150         * ext/libvisual/visual.c: (gst_visual_init),
7151         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7152         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7153         possible negotiation issues.
7154
7155 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7156
7157         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7158
7159 2006-02-24  Michael Smith  <msmith@fluendo.com>
7160
7161         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7162         (cmml_type_find), (plugin_init):
7163           Fix CMML type find function to not require a specific minor version
7164           of the CMML header.
7165
7166           Add an MPEG4 video elementary stream typefind function.
7167
7168 2006-02-04  Michael Smith  <msmith@fluendo.com>
7169
7170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7171         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7172         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7173         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7174         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7175         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7176           Annodex support in ogg demuxer. Doesn't do very much without the
7177           other annodex patches (to come).
7178
7179 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7182
7183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7184           Pick up palette for MS video v1 (#327028)
7185
7186 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7187
7188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7189         (gst_ffmpegcsp_caps_remove_format_info),
7190         (gst_ffmpegcsp_get_unit_size):
7191           The 'palette_data' field from incoming RGB caps shouldn't be
7192           proxied on outgoing YUV caps; also, restrict unit size
7193           adjustment in case of paletted data only to the unit that
7194           actually has a palette. Fixes #330711.
7195
7196 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7197
7198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7199         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7200         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7201         (gst_ffmpegcsp_get_unit_size):
7202           Plug some memory leaks.
7203
7204 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * sys/ximage/Makefile.am:
7207         * sys/xvimage/Makefile.am:
7208           Add some _CFLAGS and _LIBS that seem to be missing
7209           and/or required for Cygwin (see #317048).
7210
7211 2006-02-22  Wim Taymans  <wim@fluendo.com>
7212
7213         * ext/alsa/gstalsasrc.c:
7214         Fix description as pointed out by caugier.
7215
7216 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7217
7218         Reviewed by : Edward Hervey  <edward@fluendo.com>
7219
7220         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7221         (qt_type_find):
7222         Better 3gp typefinding (#331526).
7223
7224 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7227           Don't send EOS event here, the base class will send one for us.
7228
7229         * gst/playback/gstplaybasebin.c: (prepare_output):
7230           Subpictures without video stream aren't allowed either.
7231         
7232         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7233           Fix debug statement copy'n'paste-o.
7234
7235 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7238           Fix issues with mixer keeping state when muting/unmuting
7239           and when changing the volume whilst muted (see #331763
7240           and #331765).
7241
7242 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7245         (parse_subrip), (gst_sub_parse_format_autodetect):
7246           Set right caps given that we send escaped text. Also,
7247           honour <i></i>, <b></b> and <u></u> markers that can be found
7248           in .srt files (fixes #310202).
7249
7250 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * gst-libs/gst/audio/mixerutils.c:
7253         (element_factory_rank_compare_func):
7254           Make order in which elements are tried more determinable.
7255
7256 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7257
7258         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7259         (remove_element_chain), (cleanup_decodebin),
7260         (gst_decode_bin_change_state): Make decodebin reusable by
7261         fixing remove_element_chain first and then introduce a
7262         cleaner in state change to ->NULL. (Closes #331678)
7263
7264 2006-02-19  Wim Taymans  <wim@fluendo.com>
7265
7266         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7267         use 0666 mask when creating files so umask gets applied
7268         correctly. Fixes #331295.
7269
7270 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/subparse/Makefile.am:
7273         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7274         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7275         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7276         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7277         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7278         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7279         * gst/subparse/gstssaparse.h:
7280         * gst/subparse/gstsubparse.c: (plugin_init):
7281           Add very basic parser for SSA subtitle streams (as often
7282           found in matroska files).
7283
7284 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7287           That should be text/x-pango-markup, not text/x-pango-layout.
7288
7289 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7290
7291         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7292         Polishing.
7293
7294 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7295
7296         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7297         (gst_text_overlay_finalize), (gst_text_overlay_init),
7298         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7299         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7300         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7301         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7302         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7303         Fix state change deadlock.
7304
7305 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7306
7307         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7308         (gst_text_overlay_finalize), (gst_text_overlay_init),
7309         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7310         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7311         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7312         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7313         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7314         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7315         and subtitles files.
7316
7317 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7318
7319         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7320         should be considered as raw.
7321
7322 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7323
7324         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7325         (cb_probe):
7326         * gst/playback/gststreaminfo.h: Introduce language informations.
7327
7328 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7329
7330         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7331         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7332         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7333         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7334         Set shared memory segments to be deleted as soon as we have attached,
7335         that way they get cleaned up automatically if we crash.
7336
7337 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7338
7339         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7340         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7341         functions are called with lock held.
7342
7343 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7344
7345         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7346         (gst_text_overlay_finalize), (gst_text_overlay_init),
7347         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7348         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7349         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7350         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7351         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7352         (gst_text_overlay_change_state): Refactoring of textoverlay
7353         without collectpads. This now supports sparse subtitles coming
7354         from a demuxer instead of a sub file. Seeking is still broken 
7355         though. Need to discuss with wtay some more on how to handle
7356         seeking correctly.
7357         * ext/pango/gsttextoverlay.h:
7358         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7359         subtitles coming from the demuxer.
7360
7361 2006-02-17  Wim Taymans  <wim@fluendo.com>
7362
7363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7364         (gst_vorbisenc_convert_sink):
7365         Use some more scaling functions.
7366
7367 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * ext/cdparanoia/gstcdparanoiasrc.c:
7370         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7371         (gst_cd_paranoia_paranoia_callback),
7372         (gst_cd_paranoia_src_signal_is_being_watched),
7373         (gst_cd_paranoia_src_read_sector):
7374         * ext/cdparanoia/gstcdparanoiasrc.h:
7375           Add back 'transport-error' and 'uncorrected-error' signals and
7376           make them actually be fired when bad stuff happens (#319340).
7377
7378 2006-02-17  Wim Taymans  <wim@fluendo.com>
7379
7380         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7381         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7382         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7383         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7384         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7385         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7386         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7387         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7388         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7389         (gst_ring_buffer_clear):
7390         Small cleanups.
7391         Added some G_LIKELY.
7392
7393 2006-02-17  Wim Taymans  <wim@fluendo.com>
7394
7395         * gst-libs/gst/audio/TODO:
7396         Update TODO
7397
7398         * gst-libs/gst/audio/gstbaseaudiosink.c:
7399         (gst_base_audio_sink_get_offset):
7400         When trying to play samples ASAP and we don't have a
7401         previous sample, try to play at position 0 instead of
7402         an invalid position.
7403
7404 2006-02-17  Wim Taymans  <wim@fluendo.com>
7405
7406         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7407         (gst_alsasink_reset):
7408         Also release lock when we get an error in _reset();
7409         fix an error message.
7410
7411 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7414         (gst_alsasink_init), (get_channel_free_structure),
7415         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7416         (gst_alsasink_close):
7417         * ext/alsa/gstalsasink.h:
7418           Add support for more than 2 channels (#326720).
7419
7420 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7423           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7424           with 4 or 6 channels, assume a default channel layout to make things
7425           work (not sure there's anything else we can do in those cases).
7426
7427 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst-libs/gst/audio/multichannel.c:
7430           Minor docs fix.
7431
7432         * gst-libs/gst/riff/Makefile.am:
7433         * gst-libs/gst/riff/riff-ids.h:
7434         * gst-libs/gst/riff/riff-media.c:
7435         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7436           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7437           channels and a channel layout map.
7438           
7439 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7440
7441         Reviewed by Edward Hervey  <edward@fluendo.com>
7442
7443         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7444         C-level optimization of the RGBA nearest neighbour function.
7445         Eventually this might end up in liboil with vectorized versions.
7446
7447 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * gst-libs/gst/audio/multichannel.c:
7450         (gst_audio_get_channel_positions):
7451           When we have more than 2 channels, but no channel layout is
7452           specified in the caps, return some default channel layout
7453           to the caller and warn about about a possibly buggy element
7454           (could be buggy filtercaps as well of course) (#317038).
7455
7456 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7459           Add gst-libs/gst/cdda to list of lib search paths.
7460
7461 2006-02-15  Andy Wingo  <wingo@pobox.com>
7462
7463         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7464         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7465         to the Lord Jesus that I do not have to touch the ogg muxer ever
7466         again.
7467
7468 2006-02-15  Edward Hervey  <edward@fluendo.com>
7469
7470         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7471         quicktime movie files can also contain 'uuid' atoms.
7472
7473 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7474
7475         * gst/audioconvert/plugin.c: (plugin_init):
7476           Register the GstAudioChannelPosition enum type with the type
7477           system in the plugin_init function, so that it is known before
7478           any element actually makes use of multi-channel stuff. This is
7479           required for example if one wants to be able to deserialise/use
7480           a caps string with channel positions before any pipeline has
7481           been setup and started, like with gst-launch.
7482
7483 2006-02-14  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst-libs/gst/audio/gstringbuffer.c:
7486         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7487         (gst_ring_buffer_samples_done), (wait_segment),
7488         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7489         Add some compiler G_(UN_)LIKELY help.
7490         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7491         make sure they can exit their functions. Should fix #330748
7492
7493 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7494
7495         * Makefile.am:
7496         * configure.ac:
7497         * win32/MANIFEST:
7498         * win32/common/_stdint.h:
7499           Windows does not have long long; copy the generated _stdint.h
7500         * win32/common/interfaces-enumtypes.c:
7501         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7502         (gst_mixer_track_flags_get_type),
7503         (gst_tuner_channel_flags_get_type):
7504         * win32/common/multichannel-enumtypes.c:
7505         (gst_audio_channel_position_get_type):
7506           update
7507
7508 2006-02-13  Wim Taymans  <wim@fluendo.com>
7509
7510         * gst-libs/gst/audio/gstbaseaudiosink.c:
7511         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7512         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7513         Always sync on first sample we receive when starting.
7514
7515 2006-02-13  Wim Taymans  <wim@fluendo.com>
7516
7517         * gst/playback/gstplaybin.c: (gen_vis_element):
7518         Update vis bin docs.
7519         Move queue after tee so we don't queue video buffers but
7520         audio samples instead. Fixes problems where the video queue
7521         is filled and the audio queue empty.
7522
7523 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7526           No need to push an EOS event here, GstBaseSrc will do that for us
7527           when we return FLOW_UNEXPECTED.
7528           
7529 2006-02-12  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst-libs/gst/audio/gstbaseaudiosink.c:
7532         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7533         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7534         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7535         Use scale functions when possible.
7536         Fix error messages.
7537         Free clockid when after waiting for EOS.
7538         Use G_(UN_)LIKLY when it makes sense.
7539         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7540
7541 2006-02-12  Edward Hervey  <edward@fluendo.com>
7542
7543         * gst/playback/gstplaybasebin.c: (prepare_output): 
7544         Remove stray semi-colon (fixes #330888).
7545
7546 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7547
7548         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7550         Fix up the XShm call testing so that we catch errors, and don't
7551         cause new ones by attempting to detach from a segment we failed
7552         to attach to. Fixes #312439.
7553
7554 2006-02-10  Edward Hervey  <edward@fluendo.com>
7555
7556         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7557         Added flv file typefind (video/x-flv).
7558
7559 2006-02-10  Edward Hervey  <edward@fluendo.com>
7560
7561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7562         (gst_riff_create_video_template_caps):
7563         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7564         Also added the caps to the default set of riff video caps.
7565
7566 2006-02-09  Andy Wingo  <wingo@pobox.com>
7567
7568         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7569         time and the end time of the last packet in the page.
7570         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7571         on the pages in our queue, set the duration as well. Reflow a
7572         debug statement.
7573         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7574         Fixes bad muxing order.
7575
7576 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7577
7578         * gst-libs/gst/rtp/gstbasertppayload.c:
7579         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7580           update seqnum before setting it on the packet; this makes sure
7581           that the timestamp and seqnum properties match after pushing
7582           a buffer
7583
7584 2006-02-09  Andy Wingo  <wingo@pobox.com>
7585
7586         * gst-libs/gst/audio/gstringbuffer.c
7587         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7588         overflow after 13.5 hours of recording. Kapow!
7589
7590         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7591         the buffer size -- we don't care about underrun/overrun reporting
7592         right now, just need to return a useful value.
7593
7594 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7595
7596         * configure.ac:
7597           Back to CVS
7598
7599 === release 0.10.3 ===
7600
7601 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7602
7603         * configure.ac:
7604           releasing 0.10.3, "Under Pressure"
7605
7606 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7607
7608         * configure.ac:
7609         Drat. Bump libtool version number for new API.
7610         Prelease 0.10.2.3 (of 0.10.3)
7611
7612 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7613
7614         * configure.ac:
7615         * win32/common/config.h:
7616         0.10.2.2 prerelease (of 0.10.3).
7617
7618 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7619
7620         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7621           Revert Andy's newsegment change pending a more correct
7622           fix.
7623
7624 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7625
7626         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7627         (qt_type_find), (plugin_init):
7628           detect more files as 3gp
7629           group and reorder the iso file formats
7630
7631 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * ext/vorbis/vorbis.c: (plugin_init):
7634           Register musicbrainz tags, so apps don't have to.
7635
7636 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7639         (gst_tag_to_vorbis_tag):
7640           Make sure we called gst_tag_register_musicbrainz_tags()
7641           before possibly mapping a vorbiscomment string from/to a
7642           musicbrainz tag.
7643
7644 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7647           In case we can't find the required number of consecutive
7648           mpeg audio frames to positively identify an MPEG audio
7649           stream, check if there's at least a valid mpeg audio
7650           frame right at offset 0 and if so suggest mpeg/audio
7651           caps with a very low probability (#153004).
7652
7653 2006-02-07  Andy Wingo  <wingo@pobox.com>
7654
7655         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7656         a TIME segment if we get timestamped buffers. Requires recent
7657         fixes in core to work properly.
7658
7659 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7660
7661         * gst/playback/gstplaybasebin.c: (prepare_output):
7662           Don't print the URI as part of the error message, it
7663           makes error dialogs look rather ugly, especially if
7664           the URI is very long or has characters in it that
7665           need escaping.
7666
7667 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         * gst/playback/gstplaybasebin.c: (prepare_output):
7670           Error out if we have only text or subtitles, but nothing
7671           else. Also error out if we have subtitles but no video
7672           stream.
7673
7674 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7675
7676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7677           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7678           Post an error message on the bus when we encounter an
7679           error, which will hopefully be more meaningful than the
7680           'Internal Flow Error' message users get to see if we
7681           just return GST_FLOW_ERROR.
7682
7683 2006-02-07  Andy Wingo  <wingo@pobox.com>
7684
7685         * configure.ac (GST_MAJORMINOR): Update core version req to
7686         0.10.2.2, for the collectpads API addition (#330244).
7687
7688 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7691           Return FALSE from plugin_init() when GnomeVFS can't
7692           be initialised for some reason (#328423).
7693
7694 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7695
7696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7697         Stick to seeking theory until i find the bug.
7698         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7699
7700 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7701
7702         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7703         (theora_enc_finalize), (theora_enc_sink_setcaps),
7704         (theora_set_header_on_caps), (theora_enc_chain),
7705         (theora_enc_change_state):
7706         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7707           Make theoraenc and the tests leak free. Like, really.
7708
7709 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7710
7711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7712         (theora_enc_finalize), (theora_enc_sink_setcaps):
7713           Add a finalize method to ensure we clean up state even if
7714           someone omitted the state change back to NULL.
7715
7716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7717         (gst_vorbisenc_chain):
7718           Free some more leaked bits.
7719
7720         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7721         (stop_pipeline):
7722           Wait for state changes to happen if they're ASYNC.
7723
7724           This ought to teach those fancy pants buildbots a lesson.
7725
7726 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7727
7728         * gst-libs/gst/tag/gstid3tag.c:
7729           Add mapping for ID3 International Standard Recording Code
7730           tag "TSRC"
7731
7732 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7733
7734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7735           Don't leak tag names.
7736
7737 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7738
7739         * docs/libs/gst-plugins-base-libs-docs.sgml:
7740         * docs/libs/gst-plugins-base-libs-sections.txt:
7741         * gst-libs/gst/tag/gstid3tag.c:
7742         * gst-libs/gst/tag/gstvorbistag.c:
7743         * gst-libs/gst/tag/tags.c:
7744           Split libgsttag docs into multiple sections.
7745
7746 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7747
7748         * docs/libs/Makefile.am:
7749         * docs/libs/gst-plugins-base-libs-docs.sgml:
7750         * docs/libs/gst-plugins-base-libs-sections.txt:
7751         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7752         * gst-libs/gst/tag/gstvorbistag.c:
7753         * gst-libs/gst/tag/tag.h:
7754         * gst-libs/gst/tag/tags.c:
7755           Add libgsttag to the docs.
7756
7757 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7758
7759         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7760         (gst_text_overlay_init), (gst_text_overlay_src_event),
7761         (gst_text_overlay_collected): Fix clockoverlay.
7762
7763 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         * docs/libs/compiling.sgml:
7766           Fix typo: it's pkg-config, not pkg-gconfig
7767
7768         * docs/libs/gst-plugins-base-libs-docs.sgml:
7769         * docs/libs/gst-plugins-base-libs-sections.txt:
7770         * docs/libs/tmpl/gstgconf.sgml:
7771           There is no libgstgconf in 0.10, remove it
7772           from the docs.
7773
7774 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7775
7776         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7777         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7778         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7779         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7780         (gst_sub_parse_class_init), (gst_sub_parse_init),
7781         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7782         (parse_mpsub), (parser_state_init), (handle_buffer),
7783         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7784         * gst/subparse/gstsubparse.h: Introduce seeking code.
7785
7786 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7789           Add comment about LANGUAGE tag inconsistency (we want
7790           ISO-639-1, but extract three-letter identifiers?)
7791
7792         * po/POTFILES.in:
7793           Add two translatable files.
7794
7795 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7796
7797         * gst-libs/gst/tag/Makefile.am:
7798         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7799         * gst-libs/gst/tag/tag.h:
7800         * gst-libs/gst/tag/tags.c:
7801         (gst_tag_register_musicbrainz_tags_internal),
7802         (gst_tag_register_musicbrainz_tags):
7803           Forward-port some tags stuff from the 0.8 branch. This is
7804           mostly the addition of musicbrainz tags and their mapping
7805           to vorbistags, and a vorbistag mapping of the language tag.
7806
7807 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7808
7809         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7810         refactoring.
7811
7812 2006-02-04  David Schleef  <ds@schleef.org>
7813
7814         * ext/ogg/gstoggmux.c:
7815         * gst/typefind/gsttypefindfunctions.c:
7816           Add Dirac typefinding and add dirac format to oggmux.
7817
7818 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7819
7820         * gst/playback/gstdecodebin.c: (try_to_link_1):
7821           Don't put essential function call into
7822           g_return_*() macro, otherwise it'll all be
7823           replaced by NOOPs when compiling with
7824           G_DISABLE_CHECKS defined.
7825
7826 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7827
7828         * ext/ogg/gstoggdemux.c:
7829         * ext/ogg/gstoggparse.c:
7830         * gst/tcp/gsttcpserversink.c:
7831         * sys/v4l/v4lsrc_calls.c:
7832         * sys/v4l/v4lsrc_calls.h:
7833         Just make it compile with --disable-gst-debug.
7834
7835 2006-02-03  Wim Taymans  <wim@fluendo.com>
7836
7837         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7838         (gst_alsasink_class_init), (gst_alsasink_init),
7839         (gst_alsasink_write), (gst_alsasink_reset):
7840         * ext/alsa/gstalsasink.h:
7841         Add lock to protect alsa calls.
7842         Implement reset to flush samples ASAP, does not work
7843         with dmix though.
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         Ugh.. getting late I guess...
7850
7851 2006-02-02  Wim Taymans  <wim@fluendo.com>
7852
7853         * gst-libs/gst/audio/gstbaseaudiosink.c:
7854         (gst_base_audio_sink_provide_clock),
7855         (gst_base_audio_sink_set_property),
7856         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7857         Don't try to provide a clock when we are not negotiated since
7858         we might not be able to make it run.
7859
7860 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * gst/playback/gstdecodebin.c: (try_to_link_1):
7863           Unlinking two source pads is ... hard.
7864
7865 2006-02-02  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst-libs/gst/audio/TODO:
7868         Updated.
7869
7870         * gst-libs/gst/audio/gstbaseaudiosink.c:
7871         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7872         On EOS, wait till the last sample is played before posting EOS.
7873
7874 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7875
7876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7877           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7878           setting queue_delay to zero. Also avoid thread being started if
7879           queue_delay is zero.
7880
7881 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7884           Make test work again by connecting fakesinks to each decoded pad,
7885           which makes the pipeline wait until each fakesink has a buffer
7886           queued before going to PAUSED state. At that point we know the
7887           decodebin pads are negotiated.
7888
7889 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7890
7891         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7892         (gst_cdda_base_src_handle_event):
7893         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7894           Pass unhandled queries to the parent class's query function.
7895
7896 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7899         (gst_ogg_pad_src_query):
7900         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7901         * ext/theora/theoradec.c: (theora_dec_src_query),
7902         (theora_dec_sink_query):
7903         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7904         (vorbis_dec_sink_query):
7905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7906         (gst_vorbisenc_sink_query):
7907         * gst/adder/gstadder.c: (gst_adder_query):
7908           Pass unhandled queries upstream instead of just
7909           dropping them (#326447). Also, fix supported
7910           query types list for some elements.
7911
7912 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7915         (paris_type_find), (ilbc_type_find), (plugin_init):
7916           Fix typefinding for audio/x-au, audio/x-paris and
7917           audio/iLBC-sh. We cannot use the START_WITH macros
7918           here, because there can only be one typefind factory
7919           with the same name (caps), so the second one would
7920           replace the first one and the first one would never
7921           be called when doing typefinding (see #161712).
7922           
7923
7924 2006-01-31  Wim Taymans  <wim@fluendo.com>
7925
7926         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7927         (vorbis_handle_header_packet), (vorbis_dec_push),
7928         (vorbis_handle_data_packet):
7929         Use scale_int when we can, add some more scaling.
7930         Check packettype before parsing it.
7931
7932 2006-01-31  Wim Taymans  <wim@fluendo.com>
7933
7934         * ext/theora/theoradec.c: (_theora_granule_time),
7935         (theora_dec_src_convert), (theora_dec_sink_convert):
7936         Call right _scale functions.
7937         Use parameter instead of some other random value.
7938
7939 2006-01-31  Wim Taymans  <wim@fluendo.com>
7940
7941         * ext/theora/theoradec.c: (_theora_granule_frame),
7942         (_theora_granule_time), (_inc_granulepos),
7943         (theora_dec_src_convert), (theora_dec_sink_convert),
7944         (theora_handle_type_packet), (theora_handle_data_packet),
7945         (theora_dec_chain):
7946         Use higher precision timestamps calculation.
7947         Convert some other conversions to _scale.
7948
7949 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7950
7951         * gst/audiotestsrc/gstaudiotestsrc.c:
7952         (gst_audio_test_src_create_sine_table), (plugin_init):
7953         * gst/volume/gstvolume.c: (plugin_init):
7954           initialize gst_controller before using
7955
7956 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7957
7958         * tests/check/pipelines/theoraenc.c:
7959         * tests/check/pipelines/vorbisenc.c:
7960         Define constant using G_GINT64_CONSTANT to avoid errors when
7961         passing it around - otherwise it gets truncated to 32 bits.
7962
7963         Fixes failing tests.
7964
7965 2006-01-31  Andy Wingo  <wingo@pobox.com>
7966
7967         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7968         caps being set doesn't have a framerate value. Basically a stopgap
7969         measure.
7970
7971         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7972         technically correct enough to put into core though.
7973         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7974         DURATION. Fixes theoraenc ! oggmux.
7975
7976         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7977         fraction, not double.
7978
7979 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7980
7981         * win32/vs7:
7982         add vs7 project files created by Sergey Scobich
7983
7984 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7985
7986         * win32/vs8:
7987         add vs8 project files created by Sergey Scobich
7988         
7989 2006-01-30  Andy Wingo  <wingo@pobox.com>
7990
7991         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7992         timestamp + duration, not just timestamp -- ogg pages should be
7993         ordered by stop time. Necessary fix given the change in vorbis
7994         timestamps.
7995
7996         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7997         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7998         (granulepos_add): New function, handles the messiness of adjusting
7999         granulepos values.
8000         (theora_buffer_from_packet):
8001         (theora_enc_chain):
8002         (theora_enc_sink_event): Use granulepos_add, not +.
8003
8004         * tests/check/pipelines/theoraenc.c
8005         (check_buffer_granulepos_from_starttime): Just check the frame
8006         count, not the actual granulepos -- we can't dictate to the
8007         encoder when it should be placing keyframes.
8008
8009 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8010
8011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8012           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8013           play an http:// stream from a server that's not serving
8014
8015 2006-01-30  Andy Wingo  <wingo@pobox.com>
8016
8017         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8018         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8019         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8020         available.
8021
8022         * ext/theora/gsttheoraenc.h:
8023         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8024         although theoraenc was timestamping correctly. Added handling of
8025         streams that start with nonzero timestamps.
8026
8027         * tests/check/Makefile.am:
8028         * tests/check/pipelines/theoraenc.c: New file, basically does same
8029         tests as vorbisenc.
8030
8031         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8032
8033 2006-01-30  Wim Taymans  <wim@fluendo.com>
8034
8035         * gst-libs/gst/audio/gstaudiosink.c:
8036         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8037         (gst_audioringbuffer_pause):
8038         Implement pause that does not wait for completion.
8039
8040         * gst-libs/gst/audio/gstbaseaudiosink.c:
8041         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8042         Don't drop buffers when going to PAUSED but perform preroll on
8043         remaining samples now that core base class supports this.
8044
8045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8046         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8047         (gst_ring_buffer_commit):
8048         Pause should not signal waiters.
8049         Implement return value of _commit correctly.
8050
8051 2006-01-30  Andy Wingo  <wingo@pobox.com>
8052
8053         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8054
8055         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8056         updated to timestamp from the first sample, not the last.
8057         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8058         special care of granulepos and timestamp for header packets.
8059         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8060         when the first buffer has a nonzero timestamp.
8061
8062         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8063         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8064         case when the first audio buffer we get has a nonzero timestamp.
8065         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8066         properly timestamp vorbis buffers with the time of the first
8067         sample, not the last.
8068         
8069         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8070         vorbis_granule_time_copy -- now it takes the granule/subgranule
8071         offset into account.
8072
8073         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8074         timestamps, durations, and granulepos on buffers produced by
8075         vorbisenc.
8076
8077 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8078
8079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8081           Patch from Eric Jonas to support conversions to/from UYVY 
8082           (Fixes: #324626)
8083
8084 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8085
8086         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8087         (setup_subtitle), (setup_source), (set_active_source):
8088         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8089         (gen_text_element), (gen_audio_element), (gen_vis_element),
8090         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8091
8092 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8093
8094         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8095         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8096                 use gst_guint64_to_gdouble to be compliant with vs6
8097         * gst/playback/gstdecodebin.c: (try_to_link_1)
8098         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8099                 use G_GINT64_CONSTANT for int64 constants
8100         * win32/common/libgstinterfaces.def:
8101                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8102         * win32/vs6:
8103                 update and add new project files
8104                 
8105 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8106
8107         * Makefile.am:
8108         * win32/MANIFEST:
8109         * win32/common/interfaces-enumtypes.c:
8110         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8111         (gst_mixer_track_flags_get_type),
8112         (gst_tuner_channel_flags_get_type):
8113         * win32/common/interfaces-enumtypes.h:
8114         * win32/common/multichannel-enumtypes.c:
8115         (gst_audio_channel_position_get_type):
8116         * win32/common/multichannel-enumtypes.h:
8117           add a win32-update rule like in core, and copy over enumtypes files
8118
8119 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8120
8121         * win32/MANIFEST:
8122         * win32/common/config.h:
8123         * win32/common/config.h.in:
8124           add config files just like in core
8125
8126 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8127
8128         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8129           Make gcc-4.1 happy (part of #327357).
8130
8131 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8132
8133         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8134         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8135         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8136         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8137         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8138         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8139           Update all error messages.  All of them should either use
8140           the default translated message, or actually provide a
8141           translatable string.
8142           Make the string for channel count problems meaningful.
8143
8144 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8145
8146         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8147           check for and throw RESOURCE_BUSY
8148
8149 2006-01-27  David Schleef  <ds@schleef.org>
8150
8151         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8152           checked in this change -- it requires liboil features not
8153           in 0.3.6.  Revert parts.
8154
8155 2006-01-27  David Schleef  <ds@schleef.org>
8156
8157         * REQUIREMENTS:
8158         * configure.ac: update liboil requirement to 0.3.6
8159         * gst/videoscale/Makefile.am:
8160         * gst/videoscale/vs_scanline.c: liboilify
8161
8162 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8163
8164         * ext/libvisual/visual.c: (get_buffer):
8165           When pad_alloc returns a GstFlowReturn other
8166           than GST_FLOW_OK, make sure it is passed upstream.
8167
8168 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8169
8170         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8171         (gst_alsasink_class_init):
8172           Free the device name string.
8173
8174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8175         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8176         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8177           Don't remove a pad from the collectpads structure until it
8178           is released - it's a request pad, and may receive data again
8179           if the element gets moved back to PLAYING state.
8180
8181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8182           Ensure we turn on double buffering on the Xv port, and
8183           set the colour key to something dark and mysterious that
8184           isn't black.
8185
8186 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         * ext/alsa/gstalsaplugin.c: (plugin_init):
8189         * ext/cdparanoia/gstcdparanoiasrc.c:
8190         (gst_cd_paranoia_src_base_init), (plugin_init):
8191         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8193           - a library should not call setlocale. see "Libraries" node in
8194             gettext manual
8195           - make sure all plugins that use translation do bindtextdomain
8196             to point to the localedir
8197         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8198         (setup_sinks), (plugin_init):
8199           all this, and check for NULL when creating sinks
8200
8201 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8202
8203         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8204         (plugin_init): Make typefinding of subtitles work again.
8205
8206 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8209         (mp3_type_frame_length_from_header), (mp3_type_find),
8210         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8211         (plugin_init):
8212           Backport a bunch of typefinding fixes from the 0.8 branch.
8213           Also, improve wavpack typefinding: if we can't peek the
8214           entire wavpack block, try to parse the bits we can get and
8215           see if we find what we're looking for in those.
8216
8217 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8218
8219         * sys/ximage/ximagesink.c:
8220         (gst_ximagesink_calculate_pixel_aspect_ratio):
8221         * sys/xvimage/xvimagesink.c:
8222         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8223         more cases of pixel aspect ratio.
8224
8225 2006-01-26  Edward Hervey  <edward@fluendo.com>
8226
8227         * gst/playback/gstdecodebin.c: (pad_probe):
8228         Also consider the flush-start and tag events as unblockers
8229         for the pad probes.
8230
8231 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8232
8233         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8234         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8235         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8236         On the fly visualisation switch, works disabling, enabling as
8237         well but it won't be able to enable vis in a playbin that was
8238         created with no visualisation.
8239
8240 2006-01-25  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst-libs/gst/audio/gstbaseaudiosink.c:
8243         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8244         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8245         resume after pause.
8246
8247 2006-01-25  Wim Taymans  <wim@fluendo.com>
8248
8249         * gst-libs/gst/audio/gstbaseaudiosink.c:
8250         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8251         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8252         Improve debugging.
8253         Post error when caps cannot be parsed.
8254         Resync on discontinuity in the stream.
8255         Clip samples to segment boundaries.
8256         return WRONG_STATE sooner when we are flushing.
8257
8258         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8259         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8260         Make audiosrc operate in TIME.
8261         Set TIMESTAMP and DURATION on buffers.
8262
8263 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * tests/examples/seek/seek.c: (main):
8266           Output tag messages as well.
8267
8268 2006-01-23  Edward Hervey  <edward@fluendo.com>
8269
8270         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8271         (free_pad_probes), (remove_fakesink), (pad_probe),
8272         (close_pad_link), (gst_decode_bin_change_state):
8273         Replace GstPadBlockCallback with pad probes that detect
8274         first buffer AND eos before removing fakesink.
8275         Fixes hang with demuxers doing EOS while pre-rolling.
8276         Solves #328279
8277
8278 2006-01-23  Andy Wingo  <wingo@pobox.com>
8279
8280         * ext/alsa/gstalsasink.c:
8281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8282         (gst_base_rtp_depayload_setcaps),
8283         (gst_base_rtp_depayload_add_to_queue),
8284         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8285         
8286         Patch by: Jens Granseuer <jensgr at gmx dot net>
8287
8288 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8289
8290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8291         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8292         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8293         frames. We might get a frame destroyed after changing state to
8294         NULL, adding a safety check on xcontext.
8295
8296 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8297
8298         * gst-libs/gst/interfaces/xoverlay.c:
8299           Fix prepare-xwindow-id code example in the docs - we need to
8300           ignore all messages that aren't element messages as well.
8301           
8302 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8303
8304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8305           I think one day i'll completely undestand how caps negotiation
8306           is supposed to work. This refactoring handles buffer_alloc
8307           called with caps we can't handle. We definitely don't want a
8308           set_caps with those caps, so we define and allocate a buffer
8309           we would like to receive.
8310
8311 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * gst/playback/gstplaybasebin.c: (setup_source):
8314           Free iterator when done.
8315
8316 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8317
8318         * gst-libs/gst/audio/gstbaseaudiosink.c:
8319         (gst_base_audio_sink_render):
8320           Fix playback of non-synchronised streams by assuming a rate
8321           of 1.0 instead of a random one.
8322
8323           Makes this work again:
8324
8325           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8326           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8327           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8328           audioresample ! alsasink
8329
8330 === release 0.10.2 ===
8331
8332 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8333
8334         * configure.ac:
8335           releasing 0.10.2, "Then the devil is six"
8336
8337 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8338
8339         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8340         * gst/playback/gststreamselector.c:
8341         (gst_stream_selector_set_property):
8342           Comment out broken code that connects to the state-changed signal.
8343           At this point, changing current stream selection is broken, but 
8344           stuff like gst-launch playbin current-audio=1 works and filters
8345           to the chosen stream.
8346
8347 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8348
8349         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8350           Fix #327216 (null dereference in vorbisdec)
8351
8352 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8355           Post taglist actually on bus instead of just freeing it
8356           (fixes #327114 and totem bug #327080).
8357
8358         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8359           Use gst_element_found_tags_for_pad(), so that the tags
8360           are sent downstream as an event as well.
8361
8362 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8363
8364         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8365         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8366         (gst_ximagesink_buffer_alloc):
8367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8368         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8369         (gst_xvimagesink_buffer_alloc):
8370           move all regularly occurring messages to GST_LOG level
8371           add some more object logs
8372
8373 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8374
8375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8376           fix a silly segfault
8377
8378 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * docs/libs/gst-plugins-base-libs-docs.sgml:
8381         * docs/libs/gst-plugins-base-libs-sections.txt:
8382         * gst-libs/gst/audio/mixerutils.c:
8383         * gst-libs/gst/audio/mixerutils.h:
8384           Add docs for mixerutils stuff.
8385
8386 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8387
8388         * gst/playback/gstplaybasebin.c: (setup_source):
8389           Fix playback for sources that emit raw audio or
8390           raw video streams (e.g.: cd audio sources) (#325984).
8391
8392 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8393
8394         * gst-libs/gst/audio/mixerutils.c:
8395         (gst_audio_mixer_filter_do_filter):
8396           actually save the element we create
8397
8398 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst-libs/gst/cdda/gstcddabasesrc.c:
8401         (gst_cdda_base_src_handle_track_seek):
8402           No need to post a tag message on the bus when seeking
8403           within the same track, only post it when the current
8404           track changes.
8405
8406 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8407
8408         * gst/playback/gstplaybasebin.c: (group_destroy),
8409         (probe_triggered), (new_decoded_pad), (mute_group_type),
8410         (set_active_source):
8411         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8412         * gst/playback/gststreamselector.c:
8413         (gst_stream_selector_base_init),
8414         (gst_stream_selector_set_property),
8415         (gst_stream_selector_request_new_pad):
8416           Reenable stream selection. These mechanisms need a complete overhaul
8417           in the face of 0.8->0.10 changes though.
8418
8419 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * ext/ogg/gstoggdemux.c:
8422           Change the pad template to src_%d to match the pads that 
8423           are created from it. decodebin needs this information in order
8424           to decide that oggdemux is capable of producing multiple pads
8425           (and hence needs queues inserted).
8426
8427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8428         (gst_ogg_mux_collected):
8429           Make debug output more useful by using GST_PTR_FORMAT.
8430
8431 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8432
8433         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8436           Set depth and width for alaw/mulaw (fixes #326601).
8437
8438 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8439
8440         * tests/icles/Makefile.am:
8441           don't build the tests if we don't have the libs
8442
8443 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8444
8445         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8446         (gst_cd_paranoia_paranoia_callback):
8447           Don't try to free NULL pointers.
8448
8449 2006-01-10  Edward Hervey  <edward@fluendo.com>
8450
8451         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8452         (gst_audio_rate_change_state), (plugin_init):
8453         Add debugging category.
8454         Fix type issues.
8455         Add case for incoming buffers without valid offset/offset_end.
8456
8457 2006-01-10  Michael Smith  <msmith@fluendo.com>
8458
8459         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8460           Don't leak GCond in audio sources.
8461
8462 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8463
8464         * gst/playback/gstplaybin.c: (gen_audio_element):
8465           Don't leak an autoaudiosink/alsasink when we generate
8466           a new audio element. (old code, I guess)
8467
8468 2006-01-10  Michael Smith  <msmith@fluendo.com>
8469
8470         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8471           Support float audio in audiorate.
8472           Use width rather than depth for selecting sample width.
8473
8474 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * gst/videotestsrc/videotestsrc.h:
8477           Use GLib types here (that way we don't have to include the
8478           generated _stdint.h header, which makes life easier for win32
8479           folks that don't use autotools for the build) (#325990, patch
8480           by: Sergey Scobich).
8481
8482 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8485         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8486         (gst_ring_buffer_pause), (wait_segment):
8487         * gst-libs/gst/audio/gstringbuffer.h:
8488           Name (private) union, makes Forte compiler happy (this time
8489           for real) (#324900).
8490
8491 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8492
8493         * gst-libs/gst/audio/Makefile.am:
8494           Link against libgstinterfaces, needed for mixer
8495           and property probe stuff.
8496
8497 2006-01-09  Edward Hervey  <edward@fluendo.com>
8498
8499         * gst-libs/gst/Makefile.am:
8500
8501 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8502
8503         * gst-libs/gst/audio/Makefile.am:
8504         * gst-libs/gst/audio/mixerutils.c:
8505         (gst_audio_mixer_filter_do_filter),
8506         (gst_audio_mixer_filter_check_element),
8507         (gst_audio_mixer_filter_probe_feature),
8508         (element_factory_rank_compare_func),
8509         (gst_audio_default_registry_mixer_filter):
8510         * gst-libs/gst/audio/mixerutils.h:
8511           Add gst_audio_default_registry_mixer_filter() utility
8512           function.
8513
8514 2006-01-03  Michael Smith  <msmith@fluendo.com>
8515
8516         * gst/audioresample/resample.h:
8517           As before, but for o_buf
8518
8519 2006-01-03  Michael Smith  <msmith@fluendo.com>
8520
8521         * gst/audioresample/resample.h:
8522           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8523           since we do arithmetic on it.
8524
8525 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8528         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8529         (gst_ring_buffer_pause), (wait_segment):
8530         * gst-libs/gst/audio/gstringbuffer.h:
8531           Sun's Forte compiler doesn't seem to like anonymous structs,
8532           so use same setup as in GstBaseSrc (fixes #324900).
8533
8534 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8535
8536         * configure.ac:
8537         * gst/volume/Makefile.am:
8538         * gst/volume/demo.c:
8539           move old example to tests/examples/volume/volune.c
8540         * tests/examples/Makefile.am:
8541         * tests/examples/seek/seek.c: (main):
8542           change window-close event from "delete-event" to "destroy"
8543         * tests/examples/volume/Makefile.am:
8544         * tests/examples/volume/volume.c: (value_changed_callback),
8545         (setup_gui), (message_received), (eos_message_received), (main):
8546           fix event handling and bus usage
8547
8548 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8549
8550         * gst/audiotestsrc/gstaudiotestsrc.c:
8551         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8552         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8553         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8554         (gst_audio_test_src_create_square),
8555         (gst_audio_test_src_create_saw),
8556         (gst_audio_test_src_create_triangle),
8557         (gst_audio_test_src_create_silence),
8558         (gst_audio_test_src_create_white_noise),
8559         (gst_audio_test_src_create_pink_noise),
8560         (gst_audio_test_src_init_sine_table),
8561         (gst_audio_test_src_create_sine_table),
8562         (gst_audio_test_src_change_wave),
8563         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8564         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8565         * gst/audiotestsrc/gstaudiotestsrc.h:
8566           update to basesrc changes, implement segmented seeking and eos
8567           handling, add a 'sine-tab' waveform for performance critical playback
8568
8569 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8570
8571         * po/POTFILES.in:
8572           ... and this time the other modified file that I missed last time.
8573
8574 2005-12-29  Michael Smith  <msmith@fluendo.com>
8575
8576         * gst/playback/gstdecodebin.c: (new_pad):
8577           Fix non-C89 variable declaration not at the start of a block. Should
8578           help some compilers.
8579
8580 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         * tests/check/Makefile.am:
8583           And now fix 'make distcheck' (builddir != srcdir)
8584
8585 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * configure.ac:
8588         * ext/cdparanoia/Makefile.am:
8589         * ext/cdparanoia/gstcdparanoia.c:
8590         * ext/cdparanoia/gstcdparanoia.h:
8591         * ext/cdparanoia/gstcdparanoiasrc.c:
8592         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8593         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8594         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8595         (gst_cd_paranoia_paranoia_callback),
8596         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8597         (gst_cd_paranoia_src_set_property),
8598         (gst_cd_paranoia_src_get_property), (plugin_init):
8599         * ext/cdparanoia/gstcdparanoiasrc.h:
8600           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8601           plugin again (there are still fixes required to playbin to make
8602           cdda:// uris work there).
8603
8604 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * tests/check/Makefile.am:
8607           Fix test case compilation.
8608
8609 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         * gst-libs/gst/cdda/gstcddabasesrc.c:
8612         (gst_cdda_base_src_update_duration),
8613         (gst_cdda_base_src_calculate_cddb_id):
8614           An integer is not a string. Fix access to uninitialised variable.
8615
8616         * tests/check/Makefile.am:
8617           Add cddabasesrc unit test; also actually enable the vorbis test.
8618
8619         * tests/check/generic/states.c:
8620           Blacklist new cd audio elements as well.
8621
8622         * tests/check/libs/cddabasesrc.c:
8623           Unit test for GstCddaBaseSrc (discid calculation mostly).
8624
8625 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * docs/libs/Makefile.am:
8628         * docs/libs/gst-plugins-base-libs-docs.sgml:
8629         * docs/libs/gst-plugins-base-libs-sections.txt:
8630         * docs/libs/gst-plugins-base-libs.types:
8631           Add docs for libgstcdda/GstCddaBaseSrc.
8632
8633         * gst-libs/gst/interfaces/mixertrack.h:
8634           Do one struct member per line with a semicolon at the end, that way
8635           even gtk-doc might parse it without complaining.
8636
8637 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * configure.ac:
8640         * gst-libs/gst/Makefile.am:
8641         * gst-libs/gst/cdda/Makefile.am:
8642         * gst-libs/gst/cdda/base64.c:
8643         * gst-libs/gst/cdda/base64.h:
8644         * gst-libs/gst/cdda/gstcddabasesrc.c:
8645         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8646         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8647         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8648         (gst_cdda_base_src_get_property),
8649         (gst_cdda_base_src_get_track_from_sector),
8650         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8651         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8652         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8653         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8654         (gst_cdda_base_src_uri_get_protocols),
8655         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8656         (gst_cdda_base_src_uri_handler_init),
8657         (gst_cdda_base_src_setup_interfaces),
8658         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8659         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8660         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8661         (gst_cdda_base_src_add_tags),
8662         (gst_cdda_base_src_add_index_associations),
8663         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8664         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8665         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8666         (gst_cdda_base_src_create):
8667         * gst-libs/gst/cdda/gstcddabasesrc.h:
8668         * gst-libs/gst/cdda/sha1.c:
8669         * gst-libs/gst/cdda/sha1.h:
8670           Add new libgstcdda with GstCddaBaseSrc class.
8671
8672 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8673
8674         * ext/gnomevfs/gstgnomevfssink.h:
8675           Use GstBaseSinkClass as parent_class member for class struct, not
8676           GstBaseSink.
8677
8678 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         Patch by: Michael Benes
8681
8682         * gst/videotestsrc/gstvideotestsrc.c:
8683         (gst_video_test_src_class_init), (gst_video_test_src_start):
8684           Add start method to reset running time and number of frames sent
8685           when starting up (fixes #324696)
8686
8687 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8688
8689         * docs/plugins/Makefile.am:
8690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8692         * docs/plugins/gst-plugins-base-plugins.args:
8693         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8694         * docs/plugins/gst-plugins-base-plugins.signals:
8695           Add docs stuff for gnomevfssrc and gnomevfssink.
8696
8697         * ext/gnomevfs/gstgnomevfssrc.c:
8698           Fix example pipeline in gtk-doc blurb.
8699
8700 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8701
8702         * ext/gnomevfs/Makefile.am:
8703         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8704         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8705         (gst_gnome_vfs_handle_get_type), (plugin_init):
8706         * ext/gnomevfs/gstgnomevfs.h:
8707         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8708         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8709         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8710         (gst_gnome_vfs_sink_set_property),
8711         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8712         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8713         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8714         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8715         (gst_gnome_vfs_sink_uri_get_type),
8716         (gst_gnome_vfs_sink_uri_get_protocols),
8717         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8718         (gst_gnome_vfs_sink_uri_handler_init):
8719         * ext/gnomevfs/gstgnomevfssink.h:
8720           Port gnomevfssink; add gtk-doc blurb.
8721
8722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8723         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8724         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8725         (gst_gnome_vfs_src_uri_get_type),
8726         (gst_gnome_vfs_src_uri_get_protocols),
8727         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8728         (gst_gnome_vfs_src_uri_handler_init),
8729         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8730         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8731         (gst_gnome_vfs_src_send_additional_headers_callback),
8732         (gst_gnome_vfs_src_received_headers_callback),
8733         (gst_gnome_vfs_src_push_callbacks),
8734         (gst_gnome_vfs_src_pop_callbacks),
8735         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8736         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8737         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8738         * ext/gnomevfs/gstgnomevfssrc.h:
8739           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8740           file; add gtk-doc blurb with example pipelines.
8741
8742 === release 0.10.1 ===
8743
8744 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8745
8746         * configure.ac:
8747           releasing 0.10.1, "Dobro Dedek"
8748
8749 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8750
8751         * gst/typefind/gsttypefindfunctions.c:
8752         iLBC30 and iLBC20 added to typefind.
8753
8754 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8755
8756         * gst-libs/gst/audio/gstbaseaudiosink.c:
8757         (gst_base_audio_sink_class_init):
8758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8759         (gst_base_audio_src_class_init):
8760           update strings, values are in microseconds
8761           change the default sink buffer time to something that is smaller
8762           (to help software volume mixing have a slightly lower delay) but
8763           still be acceptable on Wim's laptop
8764
8765 2005-12-20  Edward Hervey  <edward@fluendo.com>
8766
8767         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8768         Made a quack, forgot to add DUCK to the riff video template.
8769
8770 2005-12-19  Edward Hervey  <edward@fluendo.com>
8771
8772         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8773         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8774         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8775         (gst_ogm_parse_chain):
8776         Make sure pads are initialized correctly.
8777         * gst-libs/gst/riff/riff-ids.h:
8778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8779         (gst_riff_create_video_template_caps):
8780         Add a whole bunch of FOURCC <=> MimeType.
8781         Extend the riff video pad template to support the newly added fourcc.
8782
8783 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8784
8785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8786         (gst_ogg_demux_activate_chain):
8787           Extra debug output when activating/deactivating chains.
8788
8789         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8790         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8791         (unlinked):
8792           Remove a queue from our list when it becomes unlinked.
8793           Don't add queues to elements in class 'Demux' if they
8794           can only produce one pad 
8795
8796 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8797
8798         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8799         (gst_video_sink_get_type): Add a debug category.
8800
8801 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8802
8803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8804         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8805           Handle downstream newsegment by sending our own newsegment before the
8806           next buffer to be released. (#323900)
8807
8808 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8809
8810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8811         (gst_base_rtp_depayload_set_gst_timestamp):
8812           add queue delay to new segment as well (as opposed to just the first
8813           buffer). (bug #322347)
8814
8815 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8816
8817         * ext/libvisual/visual.c: (make_valid_name):
8818           change some char* into char[]
8819         * gst/audiotestsrc/gstaudiotestsrc.c:
8820         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8821         (gst_audio_test_src_create):
8822         * gst/audiotestsrc/gstaudiotestsrc.h:
8823           prepare to handle EOS and SEGMENT_DONE
8824
8825 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         * tests/check/generic/states.c: (GST_START_TEST):
8828           Blacklist cdparanoia element in state test.
8829
8830 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832           Patch by: Benjamin Pineau
8833
8834         * gst/tcp/gsttcp.c:
8835         * gst/tcp/gsttcpclientsink.c:
8836         * gst/tcp/gsttcpserversink.c:
8837         * gst/tcp/gsttcpserversrc.c:
8838           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8839
8840 2005-12-15  Michael Smith  <msmith@fluendo.com>
8841
8842         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8843         (gst_video_rate_chain):
8844           Fix timestamping for videorate when the first buffer it sees has a
8845           non-zero timestamp. Fix some misleading debug output.
8846
8847 2005-12-15  Michael Smith  <msmith@fluendo.com>
8848
8849         * gst/audioresample/gstaudioresample.c:
8850           Don't leak all input buffers to audioresample.
8851
8852 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8853
8854         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8855           Don't operate on empty text buffers. Strip newlines and
8856           tabs only from the end of the text, but leave them intact
8857           in the middle. Fix typo in gtk-doc description.
8858
8859 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst/playback/gstplaybasebin.c:
8862         * gst/playback/gstplaybin.c: (handoff):
8863           Make sure the video frame buffer we return to apps via the
8864           "frame" property always has caps set on it. Modify
8865           _gst_gvalue_set_object() macro to handle NULL objects
8866           gracefully too.
8867
8868 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8869
8870         * gst/audiotestsrc/gstaudiotestsrc.c:
8871         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8872         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8873         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8874         (gst_audio_test_src_create):
8875         * gst/audiotestsrc/gstaudiotestsrc.h:
8876         Adjust to some recent api changes and add wtays new cool seeking
8877         capabillities
8878
8879 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * ext/alsa/Makefile.am:
8882         * ext/alsa/gstalsadeviceprobe.c:
8883         * ext/alsa/gstalsadeviceprobe.h:
8884           Helper functions to add device probing via the GstPropertyProbe
8885           interface to a class.
8886
8887         * ext/alsa/gstalsamixer.h:
8888           Comment out GST_ALSA_MIXER, it returns a struct that's not
8889           used.
8890
8891         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8892           Add some debug info. 
8893
8894         * ext/alsa/gstalsamixerelement.c:
8895         (gst_alsa_mixer_element_interface_supported),
8896         (gst_implements_interface_init),
8897         (gst_alsa_mixer_element_init_interfaces),
8898         (gst_alsa_mixer_element_class_init),
8899         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8900         (gst_alsa_mixer_element_set_property),
8901         (gst_alsa_mixer_element_get_property),
8902         (gst_alsa_mixer_element_change_state):
8903         * ext/alsa/gstalsamixerelement.h:
8904           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8905           for device handling (gnome-volume-control will need that).
8906
8907 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8908
8909         * ext/Makefile.am: fix cdparanoia entry
8910         * gst-plugins-base.spec.in: add cdparanoia
8911
8912 2005-12-12  Michael Smith  <msmith@fluendo.com>
8913
8914         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8915           Use the correct function to free list of typefind factories.
8916
8917 2005-12-12  Wim Taymans  <wim@fluendo.com>
8918
8919         * gst/videotestsrc/gstvideotestsrc.c:
8920         (gst_video_test_src_class_init), (gst_video_test_src_init),
8921         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8922         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8923         (gst_video_test_src_create):
8924         * gst/videotestsrc/gstvideotestsrc.h:
8925         Implement seeking in videotestsrc.
8926         Small cleanups.
8927
8928 2005-12-12  Wim Taymans  <wim@fluendo.com>
8929
8930         * ext/cdparanoia/Makefile.am:
8931         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8932         (gst_paranoia_endian_get_type), (_do_init),
8933         (cdparanoia_class_init), (cdparanoia_init),
8934         (cdparanoia_set_property), (cdparanoia_get_property),
8935         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8936         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8937         (cdparanoia_convert), (cdparanoia_get_query_types),
8938         (cdparanoia_query), (cdparanoia_set_index),
8939         (cdparanoia_uri_set_uri):
8940         * ext/cdparanoia/gstcdparanoia.h:
8941         Partially ported cdparanoia now that basesrc can support a
8942         plugin like this..
8943
8944 2005-12-12  Wim Taymans  <wim@fluendo.com>
8945
8946         * tests/examples/seek/scrubby.c: (main):
8947         Set higher priority for bus events so they don't get reordered with
8948         gtk gui events.
8949
8950         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8951         (flush_toggle_cb), (main):
8952         Added checkbox to disable flushing seeks. 
8953         Disable scrubbing when doing non flushing seeks.
8954
8955 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8956
8957         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8958         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8959         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8960         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8961           Implement some sort of event handling that doesn't rely on
8962           g_return_if_fail; make sure we always push the last chunk of an 
8963           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8964           state change function; remove some old cruft. Seeking is still
8965           rather unlikely to work though.
8966
8967         * tools/.cvsignore:
8968           Ignore more.
8969
8970 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8971
8972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8973         Fixed a leak of the current image reference when cleaning up.
8974         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8975
8976 2005-12-09  Michael Smith  <msmith@fluendo.com>
8977
8978         * tools/Makefile.am:
8979         * tools/gst-launch-ext-m.m:
8980           Remove gst-launch-ext. It doesn't work, and is no longer
8981           particularly useful.
8982
8983 2005-12-08  Luca Ognibene  <luogni@tin.it>
8984
8985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8986           don't pass random values to ogmparse convert function.
8987           Make seeking possible in the exile1.ogm file.
8988
8989 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8992         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8993           Work around refcount problem with g_value_set_object() that occur
8994           if the core has been compiled against GLib-2.6 (g_value_set_object()
8995           will only g_object_ref() the element, but the caller will
8996           gst_object_unref() it and bad things will happen due to the way
8997           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8998           totem for people on FC4 using Thomas's 0.10 RPMs.
8999           
9000 2005-12-07  Edward Hervey  <edward@fluendo.com>
9001
9002         Time to welcome ogm to 0.10 :)
9003         
9004         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9005         (gst_ogg_pad_typefind):
9006         Oggdemux can now properly typefind elements with dynamic pads.
9007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9008         Properly set caps on src pad, and set caps on outgoing buffers.
9009
9010 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9011
9012         * ext/alsa/gstalsamixer.h:
9013         * ext/alsa/gstalsamixerelement.h:
9014         * ext/alsa/gstalsamixeroptions.h:
9015         * ext/alsa/gstalsamixertrack.h:
9016         * ext/alsa/gstalsasink.c:
9017         * ext/alsa/gstalsasink.h:
9018         * ext/alsa/gstalsasrc.c:
9019         * ext/alsa/gstalsasrc.h:
9020         * ext/cdparanoia/gstcdparanoia.h:
9021         * ext/gnomevfs/gstgnomevfsuri.h:
9022         * ext/ogg/gstoggdemux.c:
9023         * ext/ogg/gstoggmux.c:
9024         * ext/pango/gsttextoverlay.h:
9025         * ext/theora/theoradec.c:
9026         * ext/theora/theoraenc.c:
9027         * ext/vorbis/vorbisdec.h:
9028         * ext/vorbis/vorbisenc.c:
9029         * ext/vorbis/vorbisenc.h:
9030         * ext/vorbis/vorbisparse.h:
9031         * gst-libs/gst/audio/gstaudioclock.h:
9032         * gst-libs/gst/audio/gstaudiosink.c:
9033         * gst-libs/gst/audio/gstaudiosink.h:
9034         * gst-libs/gst/audio/gstaudiosrc.c:
9035         * gst-libs/gst/audio/gstaudiosrc.h:
9036         * gst-libs/gst/audio/gstbaseaudiosink.c:
9037         * gst-libs/gst/audio/gstbaseaudiosink.h:
9038         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9039         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9040         * gst-libs/gst/audio/gstringbuffer.h:
9041         * gst-libs/gst/audio/multichannel.h:
9042         * gst-libs/gst/floatcast/floatcast.h:
9043         * gst-libs/gst/interfaces/colorbalance.c:
9044         * gst-libs/gst/interfaces/colorbalance.h:
9045         * gst-libs/gst/interfaces/colorbalancechannel.h:
9046         * gst-libs/gst/interfaces/mixer.h:
9047         * gst-libs/gst/interfaces/mixeroptions.h:
9048         * gst-libs/gst/interfaces/mixertrack.h:
9049         * gst-libs/gst/interfaces/navigation.h:
9050         * gst-libs/gst/interfaces/propertyprobe.h:
9051         * gst-libs/gst/interfaces/tuner.h:
9052         * gst-libs/gst/interfaces/tunerchannel.h:
9053         * gst-libs/gst/interfaces/tunernorm.h:
9054         * gst-libs/gst/interfaces/xoverlay.h:
9055         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9056         * gst-libs/gst/riff/riff-ids.h:
9057         * gst-libs/gst/riff/riff-media.h:
9058         * gst-libs/gst/riff/riff-read.h:
9059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9060         * gst-libs/gst/rtp/gstbasertppayload.c:
9061         * gst-libs/gst/rtp/gstbasertppayload.h:
9062         * gst-libs/gst/rtp/gstrtpbuffer.c:
9063         * gst-libs/gst/rtp/gstrtpbuffer.h:
9064         * gst-libs/gst/tag/gsttageditingprivate.h:
9065         * gst-libs/gst/tag/gstvorbistag.c:
9066         (gst_tag_list_from_vorbiscomment_buffer):
9067         * gst-libs/gst/tag/tag.h:
9068         * gst-libs/gst/video/video.h:
9069         * gst/adder/gstadder.c:
9070         * gst/adder/gstadder.h:
9071         * gst/audioconvert/audioconvert.c:
9072         * gst/audioconvert/audioconvert.h:
9073         * gst/audioconvert/gstaudioconvert.c:
9074         * gst/audioconvert/gstchannelmix.c:
9075         * gst/audioconvert/gstchannelmix.h:
9076         * gst/audiorate/gstaudiorate.c:
9077         * gst/audioresample/buffer.h:
9078         * gst/audioresample/functable.h:
9079         * gst/audioresample/gstaudioresample.c:
9080         * gst/audioresample/resample.h:
9081         * gst/ffmpegcolorspace/avcodec.h:
9082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9083         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9084         * gst/ffmpegcolorspace/imgconvert.c:
9085         * gst/ffmpegcolorspace/imgconvert_template.h:
9086         * gst/playback/gstdecodebin.c:
9087         * gst/playback/gstplaybasebin.h:
9088         * gst/playback/gstplaybin.c:
9089         * gst/playback/gststreaminfo.h:
9090         * gst/tcp/gstfdset.c:
9091         * gst/tcp/gstfdset.h:
9092         * gst/tcp/gstmultifdsink.c:
9093         * gst/tcp/gstmultifdsink.h:
9094         * gst/tcp/gsttcp.h:
9095         * gst/tcp/gsttcpclientsrc.c:
9096         * gst/tcp/gsttcpclientsrc.h:
9097         * gst/tcp/gsttcpplugin.h:
9098         * gst/tcp/gsttcpserversink.c:
9099         * gst/tcp/gsttcpserversrc.c:
9100         * gst/typefind/gsttypefindfunctions.c:
9101         * gst/videorate/gstvideorate.c:
9102         * gst/videotestsrc/gstvideotestsrc.h:
9103         * gst/videotestsrc/videotestsrc.h:
9104         * sys/v4l/gstv4lcolorbalance.h:
9105         * sys/v4l/gstv4ltuner.h:
9106         * sys/v4l/gstv4lxoverlay.h:
9107         * sys/v4l/v4l_calls.h:
9108         * sys/v4l/videodev_mjpeg.h:
9109         * tests/check/elements/audioconvert.c:
9110         * tests/check/elements/audioresample.c:
9111         * tests/check/elements/audiotestsrc.c:
9112         * tests/check/elements/videotestsrc.c:
9113         * tests/check/elements/volume.c:
9114         * tests/examples/seek/scrubby.c:
9115         * tests/examples/seek/seek.c:
9116           expand tabs
9117
9118 === release 0.10.0 ===
9119
9120 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9121
9122         * configure.ac:
9123           releasing 0.10.0, "Mont-d'or"
9124
9125 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9126
9127         * tests/examples/seek/Makefile.am:
9128         Build fix for when gtk is not available.
9129
9130 2005-12-05  Andy Wingo  <wingo@pobox.com>
9131
9132         * ext/libvisual/visual.c: (get_buffer):
9133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9134         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9135         * ext/theora/theoradec.c: (theora_handle_data_packet):
9136         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9137         (theora_enc_chain):
9138         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9139         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9140         Update for alloc_buffer changes.
9141
9142 2005-12-05  Andy Wingo  <wingo@pobox.com>
9143
9144         patch by: Kai Vehmanen <kv2004 eca cx>
9145         
9146         * gst-libs/gst/rtp/gstbasertpdepayload.c
9147         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9148
9149 2005-12-04  Andy Wingo  <wingo@pobox.com>
9150
9151         patch by: Sebastien Cote <sebas642 yahoo ca>
9152         
9153         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9154         Fixes #319172.
9155
9156 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * docs/plugins/Makefile.am:
9159         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9161         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9162         * ext/pango/gstclockoverlay.c:
9163         * ext/pango/gsttextoverlay.c: 
9164         * ext/pango/gsttextrender.c:
9165         * ext/pango/gsttimeoverlay.c:
9166           Add gtk-doc blurbs to pango elements.
9167
9168 2005-12-02  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9171         * gst/audioresample/buffer.h:
9172         * gst/audioresample/gstaudioresample.c:
9173         * gst/audioresample/gstaudioresample.h:
9174         * gst/audioresample/resample.c: (resample_input_flush),
9175         (resample_input_pushthrough), (resample_input_eos),
9176         (resample_get_output_size_for_input),
9177         (resample_get_input_size_for_output), (resample_get_output_size),
9178         (resample_get_output_data):
9179         * gst/audioresample/resample.h:
9180         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9181         Fix audioresample, seek torture, new segments, reverse negotiation
9182         etc.. work fine.
9183
9184 2005-12-02  Wim Taymans  <wim@fluendo.com>
9185
9186         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9187         Small cleanups.
9188
9189 2005-12-02  Wim Taymans  <wim@fluendo.com>
9190
9191         * gst/audioconvert/gstaudioconvert.c:
9192         (gst_audio_convert_transform):
9193         Post errors.
9194
9195 === release 0.9.7 ===
9196
9197 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9198
9199         * configure.ac:
9200           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9201
9202 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9203
9204         * Makefile.am:
9205         * po/hu.po:
9206         * win32/MANIFEST:
9207         * win32/gst.sln:
9208           add win32 MANIFEST file
9209           do something to the hungarian translation
9210
9211 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         * ext/Makefile.am:
9214           Add $(PANGO_DIR) to SUBDIRS
9215
9216         * ext/pango/gstclockoverlay.c:
9217         * ext/pango/gsttimeoverlay.c:
9218           Fix and improve element descriptions.
9219
9220 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9221
9222         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9223         * docs/plugins/inspect/plugin-libvisual.xml:
9224         * docs/plugins/inspect/plugin-pango.xml:
9225           add pango plugin to docs
9226
9227 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9228
9229         * configure.ac:
9230         * ext/Makefile.am:
9231           moved pango to base
9232
9233 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9234
9235         * configure.ac:
9236         * tests/Makefile.am:
9237         * tests/icles/.cvsignore:
9238         * tests/icles/Makefile.am:
9239         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9240         (close_display), (resize_window), (move_window), (create_window),
9241         (terminate_playback), (pause_playback), (start_playback), (main):
9242           add stress test for xoverlay from Julien
9243
9244 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9245
9246         * docs/libs/tmpl/gstcolorbalance.sgml:
9247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9248         * gst-libs/gst/rtp/gstbasertppayload.c:
9249         * gst-libs/gst/rtp/gstrtpbuffer.c:
9250         * gst-libs/gst/rtp/gstrtpbuffer.h:
9251           Do burger's rename for rtp payloaders and depayloaders
9252
9253 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9254
9255         * win32/:
9256           add Visual Studio 6 build files
9257
9258 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9259
9260         * docs/libs/gst-plugins-base-libs-docs.sgml:
9261         * docs/libs/gst-plugins-base-libs-sections.txt:
9262         * docs/libs/tmpl/gstaudio.sgml:
9263         * docs/libs/tmpl/gstringbuffer.sgml:
9264         * gst-libs/gst/interfaces/xoverlay.c:
9265         * gst-libs/gst/video/gstvideofilter.c:
9266         * gst-libs/gst/video/gstvideosink.c:
9267           update documentation
9268
9269 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9270
9271         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9272         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9273         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9274         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9275         (gst_multi_fd_sink_get_stats),
9276         (gst_multi_fd_sink_remove_client_link),
9277         (gst_multi_fd_sink_handle_client_read),
9278         (gst_multi_fd_sink_client_queue_data),
9279         (gst_multi_fd_sink_client_queue_caps),
9280         (gst_multi_fd_sink_client_queue_buffer),
9281         (gst_multi_fd_sink_new_client),
9282         (gst_multi_fd_sink_handle_client_write),
9283         (gst_multi_fd_sink_recover_client),
9284         (gst_multi_fd_sink_queue_buffer),
9285         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9286         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9287         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9288         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9289         * gst/tcp/gstmultifdsink.h:
9290         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9291         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9292         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9293         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9294         (gst_tcp_client_sink_set_property),
9295         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9296         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9297         * gst/tcp/gsttcpclientsink.h:
9298         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9299         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9300         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9301         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9302         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9303         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9304         * gst/tcp/gsttcpclientsrc.h:
9305         * gst/tcp/gsttcpplugin.c: (plugin_init):
9306         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9307         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9308         (gst_tcp_server_sink_finalize),
9309         (gst_tcp_server_sink_handle_server_read),
9310         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9311         (gst_tcp_server_sink_set_property),
9312         (gst_tcp_server_sink_get_property),
9313         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9314         * gst/tcp/gsttcpserversink.h:
9315         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9316         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9317         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9318         (gst_tcp_server_src_set_property),
9319         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9320         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9321         * gst/tcp/gsttcpserversrc.h:
9322           more borgifying
9323
9324 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9325
9326         * docs/plugins/Makefile.am:
9327         * docs/plugins/gst-plugins-base-plugins.args:
9328         * docs/plugins/inspect/plugin-libvisual.xml:
9329         * gst/audioconvert/plugin.h:
9330         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9331         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9332         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9333         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9334         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9335         (plugin_init):
9336         * gst/audiotestsrc/gstaudiotestsrc.c:
9337         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9338         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9339         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9340         (gst_audio_test_src_get_query_types),
9341         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9342         (gst_audio_test_src_create_square),
9343         (gst_audio_test_src_create_saw),
9344         (gst_audio_test_src_create_triangle),
9345         (gst_audio_test_src_create_silence),
9346         (gst_audio_test_src_create_white_noise),
9347         (gst_audio_test_src_init_pink_noise),
9348         (gst_audio_test_src_generate_pink_noise_value),
9349         (gst_audio_test_src_create_pink_noise),
9350         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9351         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9352         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9353         (plugin_init):
9354         * gst/audiotestsrc/gstaudiotestsrc.h:
9355         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9356         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9357         (gst_sub_parse_init), (gst_sub_parse_formats),
9358         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9359         (convert_encoding), (get_next_line),
9360         (gst_sub_parse_data_format_autodetect),
9361         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9362         (gst_sub_parse_loop), (gst_sub_parse_chain),
9363         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9364         (plugin_init):
9365         * gst/subparse/gstsubparse.h:
9366         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9367         (gst_video_rate_base_init), (gst_video_rate_class_init),
9368         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9369         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9370         (gst_video_rate_init), (gst_video_rate_event),
9371         (gst_video_rate_chain), (gst_video_rate_set_property),
9372         (gst_video_rate_get_property), (gst_video_rate_change_state),
9373         (plugin_init):
9374         * gst/videoscale/gstvideoscale.c:
9375         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9376         (gst_video_scale_src_template_factory),
9377         (gst_video_scale_sink_template_factory),
9378         (gst_video_scale_get_type), (gst_video_scale_base_init),
9379         (gst_video_scale_class_init), (gst_video_scale_init),
9380         (gst_video_scale_set_property), (gst_video_scale_get_property),
9381         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9382         (gst_video_scale_prepare_size), (parse_caps),
9383         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9384         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9385         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9386         (plugin_init):
9387         * gst/videoscale/gstvideoscale.h:
9388         * gst/videotestsrc/gstvideotestsrc.c:
9389         (gst_video_test_src_pattern_get_type),
9390         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9391         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9392         (gst_video_test_src_set_pattern),
9393         (gst_video_test_src_set_property),
9394         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9395         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9396         (gst_video_test_src_event), (gst_video_test_src_get_times),
9397         (gst_video_test_src_create), (plugin_init):
9398         * gst/videotestsrc/gstvideotestsrc.h:
9399         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9400         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9401         (gst_video_test_src_black):
9402         * gst/videotestsrc/videotestsrc.h:
9403           borgify further
9404           clean up docs a little
9405
9406 2005-11-30  Wim Taymans  <wim@fluendo.com>
9407
9408         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9409         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9410         (gst_basertppayload_event), (gst_basertppayload_push),
9411         (gst_basertppayload_change_state):
9412         * gst-libs/gst/rtp/gstbasertppayload.h:
9413         closed #320644.
9414
9415 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9416
9417         * docs/libs/gst-plugins-base-libs-docs.sgml:
9418         * docs/libs/gst-plugins-base-libs-sections.txt:
9419         * gst-libs/gst/video/gstvideofilter.c:
9420         * gst-libs/gst/video/gstvideosink.c:
9421         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9422
9423 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9424
9425         * LICENSE:
9426           move
9427         * po/af.po:
9428         * po/az.po:
9429         * po/cs.po:
9430         * po/en_GB.po:
9431         * po/hu.po:
9432         * po/it.po:
9433         * po/nb.po:
9434         * po/nl.po:
9435         * po/or.po:
9436         * po/sq.po:
9437         * po/sr.po:
9438         * po/sv.po:
9439         * po/uk.po:
9440         * po/vi.po:
9441         * Makefile.am:
9442           update
9443         * scripts/autoplugins.sh:
9444           remove
9445
9446 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9447
9448         * Makefile.am:
9449         * configure.ac:
9450         * examples/Makefile.am:
9451         * examples/capsfilter/Makefile.am:
9452         * examples/capsfilter/capsfilter1.c:
9453         * examples/gob/Makefile.am:
9454         * examples/gob/gst-identity2.gob:
9455         * examples/indexing/.cvsignore:
9456         * examples/indexing/Makefile.am:
9457         * examples/indexing/indexmpeg.c:
9458         * examples/seeking/.cvsignore:
9459         * examples/seeking/Makefile.am:
9460         * examples/seeking/cdparanoia.c:
9461         * examples/seeking/cdplayer.c:
9462         * examples/seeking/chained.c:
9463         * examples/seeking/scrubby.c:
9464         * examples/seeking/seek.c:
9465         * examples/stats/Makefile.am:
9466         * examples/stats/mp2ogg.c:
9467         * examples/switch/.cvsignore:
9468         * examples/switch/Makefile.am:
9469         * examples/switch/switcher.c:
9470         * tests/Makefile.am:
9471         * tests/check/generic/.cvsignore:
9472         * tests/check/pipelines/.cvsignore:
9473         * tests/examples/Makefile.am:
9474         * tests/examples/seek/Makefile.am:
9475           reorganize stuff under tests/
9476
9477 2005-11-30  Edward Hervey  <edward@fluendo.com>
9478
9479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9480         Go away you stupid GstStaticPadTemplate memleak.
9481
9482 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9483
9484         * gst-libs/gst/net/Makefile.am:
9485         * gst-libs/gst/net/README:
9486         * gst-libs/gst/net/gstnetbuffer.c:
9487         * gst-libs/gst/net/gstnetbuffer.h:
9488           this was moved to "netbuffer"
9489
9490 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9491
9492         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9493         (gst_video_filter_class_init), (gst_video_filter_init):
9494         * gst-libs/gst/video/gstvideofilter.h:
9495           borgify name to bring in line with other classes
9496
9497 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9498
9499         * gst/audioscale/.cvsignore:
9500         * gst/audioscale/Makefile.am:
9501         * gst/audioscale/README:
9502         * gst/audioscale/audioscale.vcproj:
9503         * gst/audioscale/dtof.c:
9504         * gst/audioscale/dtos.c:
9505         * gst/audioscale/functable.c:
9506         * gst/audioscale/gstaudioscale.c:
9507         * gst/audioscale/gstaudioscale.h:
9508         * gst/audioscale/private.h:
9509         * gst/audioscale/resample.c:
9510         * gst/audioscale/resample.h:
9511         * gst/audioscale/test.c:
9512           remove
9513
9514 2005-11-30  Edward Hervey  <edward@fluendo.com>
9515
9516         * gst-libs/gst/netbuffer/Makefile.am:
9517         really, really tired
9518
9519 2005-11-30  Edward Hervey  <edward@fluendo.com>
9520
9521         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9522         Update for new GstTypeFindFactory _register()
9523
9524 2005-11-30  Edward Hervey  <edward@fluendo.com>
9525
9526         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9527         Let's not override libgstnet from core for no reason...
9528         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9529         Ok, maybe not so quick next time.
9530
9531 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9532
9533         * configure.ac:
9534         * gst-libs/gst/Makefile.am:
9535           moved gst-libs/gst/net to netbuffer through CVS surgery
9536           remove old directory
9537           updating build to accomodate
9538           (#322257)
9539
9540 2005-11-29  Andy Wingo  <wingo@pobox.com>
9541
9542         * pkgconfig/gstreamer-plugins-base.pc.in:
9543         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9544         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9545         (#322257).
9546
9547 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9548
9549         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9550         3rd time's the charm. Correct ref-counting for discarded buffers.
9551
9552 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9553
9554         * gst/playback/gststreamselector.c:
9555         (gst_stream_selector_class_init),
9556         (gst_stream_selector_set_property),
9557         (gst_stream_selector_get_property),
9558         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9559         Fix ref-counting
9560
9561 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9562
9563         * gst/subparse/gstsubparse.c: (feed_textbuf):
9564           Don't access already unref'ed buffer.
9565
9566 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9567
9568         * gst/playback/gststreamselector.c:
9569         (gst_stream_selector_class_init), (gst_stream_selector_init),
9570         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9571         (gst_stream_selector_get_property),
9572         (gst_stream_selector_get_linked_pad),
9573         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9574         * gst/playback/gststreamselector.h:
9575         Add the active-pad property for playbin to use shortly. Ignore buffers
9576         from any other pad, returning GST_FLOW_NOT_LINKED
9577
9578 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9579
9580         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9581         patch from bug #322704 (Alessandro Decina).
9582
9583 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9584
9585         * gst-libs/gst/audio/Makefile.am:
9586           folded audiofilter into the audio library
9587
9588 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9589
9590         * gst/videoscale/gstvideoscale.h:
9591         * gst/videoscale/gstvideoscale.c:
9592           remove unimplemented scale methods
9593
9594 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9597           Don't leak caps.
9598
9599 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9600
9601         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9602         (gst_ximagesink_setcaps):
9603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9604         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9605         happens (only visible on ximagesink but bug is in xv too) set_caps was
9606         destroying the internal x[v]image used to memcpy non locally alloced
9607         buffers so that it got renewed on next _chain. The issue is that 
9608         _expose will try to put that image as it reffed it in _put.
9609         Using gst_buffer_unref instead of destroy fixes it !
9610
9611 2005-11-28  Edward Hervey  <edward@fluendo.com>
9612
9613         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9614         (try_to_link_1), (queue_filled_cb):
9615         Better use of the queues. Start with a small size queue and only increase
9616         the size of the queues when the other queues are empty.
9617
9618 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9619
9620         * gst-libs/gst/video/Makefile.am:
9621           compile in copied-over videofilter into the video library
9622         * gst-libs/gst/video/videosink.h:
9623           rename the header to gstvideosink.h since it's a base GstObject class
9624         * sys/ximage/ximagesink.h:
9625         * sys/xvimage/xvimagesink.h:
9626           use the new header
9627
9628 2005-11-28  Wim Taymans  <wim@fluendo.com>
9629
9630         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9631         * gst/playback/gstplaybasebin.h:
9632         Prepare to handle errors betters.
9633
9634         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9635         Set sinks to PAUSED first before adding and linking them so that
9636         we don't interrupt dataflow.
9637
9638 2005-11-28  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst-libs/gst/audio/TODO:
9641         Updated TODO
9642
9643         * gst-libs/gst/audio/gstaudiosink.c:
9644         (gst_audioringbuffer_open_device),
9645         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9646         (gst_audioringbuffer_release):
9647         Small cleanups.
9648
9649         * gst-libs/gst/audio/gstbaseaudiosink.c:
9650         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9651         (gst_base_audio_sink_change_state):
9652         Slave to the master clock when going to PLAYING and unslave when
9653         going to PAUSED.
9654
9655         * gst-libs/gst/audio/gstringbuffer.c:
9656         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9657         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9658         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9659         (gst_ring_buffer_clear_all), (wait_segment),
9660         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9661         (gst_ring_buffer_advance):
9662         * gst-libs/gst/audio/gstringbuffer.h:
9663         Add some docs and cleanups.
9664
9665 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9666
9667         * sys/xvimage/xvimagesink.c:
9668         (gst_xvimagesink_navigation_send_event): Fix navigation events
9669         coordinates translation with pixel aspect ratios.
9670
9671 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9672
9673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9674         Use calculated video geometry from _setcaps instead of buffer
9675         caps to respect pixel aspect ratio. (fixes #322388)
9676
9677 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9678
9679         * docs/libs/tmpl/gstcolorbalance.sgml:
9680         * docs/libs/tmpl/gstmixer.sgml:
9681         * docs/libs/tmpl/gstxoverlay.sgml:
9682         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9683         interface.
9684
9685 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9686
9687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9688         Refuse to create an XvImage if we can't find the format.
9689
9690 2005-11-28  Edward Hervey  <edward@fluendo.com>
9691
9692         * gst-libs/gst/riff/riff-media.c:
9693         (gst_riff_create_audio_template_caps):
9694         Add ATRAC3 to the list of riff-possible audio caps.
9695         I know we still don't have a plugin for atrac3, but it's saner to output
9696         that than a cryptic mimetype.
9697
9698 2005-11-27  Edward Hervey  <edward@fluendo.com>
9699
9700         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9701         Don't try to create a zero-sized subbuffer.
9702
9703 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9704
9705         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9706         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9707         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9708         (gst_ximagesink_expose): Fixed a tricky race.
9709         * sys/ximage/ximagesink.h:
9710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9711         (gst_xvimagesink_expose): Fixed a tricky race.
9712         * sys/xvimage/xvimagesink.h:
9713
9714 2005-11-27  Edward Hervey  <edward@fluendo.com>
9715
9716         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9717         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9718         Remove unused properties, and add queues between demuxers and decoders
9719         so that a lot more files can preroll properly.
9720
9721 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9722
9723         * gst-libs/gst/net/Makefile.am:
9724         * gst-libs/gst/rtp/Makefile.am:
9725         * gst-libs/gst/tag/Makefile.am:
9726           remove silly include
9727         * gst/tags/Makefile.am:
9728         * gst/tags/gsttagediting.c:
9729         * gst/tags/gsttageditingprivate.h:
9730         * gst/tags/tagedit.vcproj:
9731           remove directory, is as good as empty
9732
9733 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9734
9735         * configure.ac:
9736           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9737         * gst-libs/Makefile.am:
9738         * gst-libs/gst/audio/Makefile.am:
9739         * gst-libs/gst/interfaces/Makefile.am:
9740         * gst-libs/gst/net/Makefile.am:
9741         * gst-libs/gst/riff/Makefile.am:
9742         * gst-libs/gst/rtp/Makefile.am:
9743         * gst-libs/gst/tag/Makefile.am:
9744         * gst-libs/gst/video/Makefile.am:
9745           and use them
9746
9747 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9748
9749         * docs/libs/tmpl/gstcolorbalance.sgml:
9750         * docs/libs/tmpl/gstmixer.sgml:
9751         * docs/libs/tmpl/gstxoverlay.sgml:
9752         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9753         * sys/ximage/ximagesink.h:
9754         * sys/xvimage/xvimagesink.h: More and more documentation.
9755
9756 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9757
9758         * docs/libs/gst-plugins-base-libs-docs.sgml:
9759         * docs/libs/gst-plugins-base-libs-sections.txt:
9760         * docs/libs/tmpl/gstcolorbalance.sgml:
9761         * docs/libs/tmpl/gstmixer.sgml:
9762         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9763         to documentation.
9764
9765 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9766
9767         * docs/plugins/Makefile.am:
9768         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9769         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9770         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9771
9772 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9773
9774         * docs/plugins/Makefile.am:
9775         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9776         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9777         * docs/plugins/inspect/plugin-adder.xml:
9778         * docs/plugins/inspect/plugin-alsa.xml:
9779         * docs/plugins/inspect/plugin-audioconvert.xml:
9780         * docs/plugins/inspect/plugin-audiorate.xml:
9781         * docs/plugins/inspect/plugin-audioresample.xml:
9782         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9783         * docs/plugins/inspect/plugin-decodebin.xml:
9784         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9785         * docs/plugins/inspect/plugin-gnomevfs.xml:
9786         * docs/plugins/inspect/plugin-ogg.xml:
9787         * docs/plugins/inspect/plugin-playbin.xml:
9788         * docs/plugins/inspect/plugin-subparse.xml:
9789         * docs/plugins/inspect/plugin-tcp.xml:
9790         * docs/plugins/inspect/plugin-theora.xml:
9791         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9792         * docs/plugins/inspect/plugin-video4linux.xml:
9793         * docs/plugins/inspect/plugin-videorate.xml:
9794         * docs/plugins/inspect/plugin-videoscale.xml:
9795         * docs/plugins/inspect/plugin-videotestsrc.xml:
9796         * docs/plugins/inspect/plugin-volume.xml:
9797         * docs/plugins/inspect/plugin-vorbis.xml:
9798         * docs/plugins/inspect/plugin-ximagesink.xml:
9799         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9800         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9801
9802 2005-11-26  Edward Hervey  <edward@fluendo.com>
9803
9804         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9805         Properly return GstFlowReturn from gst_pad_push in chain functions.
9806
9807 2005-11-25  Michael Smith  <msmith@fluendo.com>
9808
9809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9810         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9811         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9812         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9813           Handle various conditions better when we don't understand a stream.
9814           Removes a heap of CRITICALs on ogg streams containing unknown data.
9815
9816 2005-11-24  Andy Wingo  <wingo@pobox.com>
9817
9818         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9819         Be threadsafe.
9820
9821 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9822
9823         * configure.ac: back to HEAD
9824
9825 === release 0.9.6 ===
9826
9827 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9828
9829         * configure.ac:
9830           releasing 0.9.6, "White Eight"
9831
9832 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9833
9834         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9835         * docs/plugins/inspect/plugin-sine.xml:
9836           remove sinesrc some more
9837
9838 2005-11-23  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9841         If we are reading too slowly, jump forward in the ringbuffer
9842         instead of blocking.
9843
9844 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9845
9846         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9847         (gst_visual_chain):
9848         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9849         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9850         (gst_videorate_chain):
9851         * gst/videotestsrc/gstvideotestsrc.c:
9852         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9854         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9855         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9856         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9857         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9858           Updates for API changes
9859
9860 2005-11-23  Wim Taymans  <wim@fluendo.com>
9861
9862         * gst-libs/gst/audio/gstbaseaudiosink.c:
9863         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9864         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9865         Fix for calibration API change.
9866
9867 2005-11-23  Michael Smith <msmith@fluendo.com>
9868
9869         * gst-libs/gst/audio/multichannel.c:
9870         (gst_audio_get_channel_positions),
9871         (gst_audio_set_channel_positions),
9872         (gst_audio_set_structure_channel_positions_list),
9873         (gst_audio_fixate_channel_positions):
9874           Use gst_value_array_*() functions on value arrays, not
9875           gst_value_list_*().
9876
9877 2005-11-23  Edward Hervey  <edward@fluendo.com>
9878
9879         * autogen.sh:
9880         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9881         Fixes autogen
9882
9883 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9884
9885         * check/Makefile.am:
9886         * check/elements/videotestsrc.c: (setup_videotestsrc),
9887         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9888         (main):
9889           add a test for videotestsrc
9890
9891 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9892
9893         * gst/sine/.cvsignore:
9894         * gst/sine/Makefile.am:
9895         * gst/sine/gstsinesrc.c:
9896         * gst/sine/gstsinesrc.h:
9897         * gst/sine/sinesrc.vcproj:
9898           and remove sinesrc from the repository.  Closes #321446
9899
9900 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9901
9902         * configure.ac:
9903         * gst-plugins-base.spec.in:
9904           remove sinesrc from the build
9905
9906 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9907
9908         * check/Makefile.am:
9909         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9910         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9911         (main):
9912           add a test for audiotestsrc, testing all waves.  Even seems
9913           leak-free at first glance, nice job Stefan
9914
9915 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9916
9917         * po/af.po:
9918         * po/az.po:
9919         * po/cs.po:
9920         * po/en_GB.po:
9921         * po/hu.po:
9922         * po/it.po:
9923         * po/nb.po:
9924         * po/nl.po:
9925         * po/or.po:
9926         * po/sq.po:
9927         * po/sr.po:
9928         * po/sv.po:
9929         * po/uk.po:
9930         * po/vi.po:
9931           Translation string updates
9932
9933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9934         (gst_v4lsrc_set_caps):
9935         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9936         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9937         * sys/v4l/v4lsrc_calls.h:
9938           Improve v4lsrc, by making it work again.
9939
9940 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9941
9942         * ext/libvisual/visual.c: (gst_visual_chain):
9943           Fix the fps calculations.
9944
9945         * gst/ffmpegcolorspace/avcodec.h:
9946           Move structure element for clarity
9947
9948         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9949         * gst-libs/gst/interfaces/tunernorm.h:
9950         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9951         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9952         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9953         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9954         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9955         (gst_v4lmjpegsrc_getcaps):
9956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9957         (gst_v4lsrc_set_caps):
9958         * sys/v4l/gstv4lsrc.h:
9959         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9961         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9962         * sys/v4l/v4lsrc_calls.h:
9963           Fractional framerates...
9964
9965 2005-11-22  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst-libs/gst/audio/gstbaseaudiosink.c:
9968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9969         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9970         And we provide a clock by default, of course...
9971
9972 2005-11-22  Wim Taymans  <wim@fluendo.com>
9973
9974         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9975         This clock can be slaved to a master clock now.
9976
9977         * gst-libs/gst/audio/gstbaseaudiosink.c:
9978         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9979         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9980         (gst_base_audio_sink_set_clock),
9981         (gst_base_audio_sink_set_property),
9982         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9983         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9984         * gst-libs/gst/audio/gstbaseaudiosink.h:
9985         Handle slaving the internal clock to the clock selected in the
9986         pipeline.
9987         Add property to make the basesink not provide a clock.
9988
9989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9990         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9991         (gst_base_rtp_depayload_wait):
9992         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9993         We can use the clock in GstElement, no need to store it ourselves.
9994
9995 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9996
9997         * docs/libs/tmpl/gstaudio.sgml:
9998           update
9999         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10000         (gst_paranoia_endian_get_type):
10001         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10002         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10003         * gst/audiotestsrc/gstaudiotestsrc.c:
10004         (gst_audiostestsrc_wave_get_type):
10005         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10006         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10007         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10008         (gst_sync_method_get_type), (gst_unit_type_get_type),
10009         (gst_client_status_get_type), (gst_multifdsink_class_init),
10010         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10011         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10012         (gst_multifdsink_get_property):
10013         * gst/tcp/gstmultifdsink.h:
10014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10015         * gst/videotestsrc/gstvideotestsrc.c:
10016         (gst_videotestsrc_pattern_get_type):
10017           remove deprecated properties
10018           fix up enums to correctly have short lowercase dashed nicks
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           Add underscore.
10025
10026 2005-11-22  Michael Smith <msmith@fluendo.com>
10027
10028         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10029         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10030           Use utility method for scaling clocktime for fractional framerates.
10031
10032 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10033
10034         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10035         (gst_visual_chain):
10036         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10037         * ext/theora/theoradec.c: (theora_handle_type_packet):
10038         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10039         (theora_enc_chain):
10040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10041         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10042         * gst-libs/gst/video/video.h:
10043         * gst/ffmpegcolorspace/avcodec.h:
10044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10045         (gst_ffmpeg_caps_to_pixfmt):
10046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10047         (gst_ffmpegcsp_set_caps):
10048         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10049         (gst_videorate_setcaps), (gst_videorate_blank_data),
10050         (gst_videorate_chain):
10051         * gst/videotestsrc/gstvideotestsrc.c:
10052         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10053         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10054         (gst_videotestsrc_event), (gst_videotestsrc_create):
10055         * gst/videotestsrc/gstvideotestsrc.h:
10056         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10057         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10058         (gst_ximagesink_get_times), (gst_ximagesink_init):
10059         * sys/ximage/ximagesink.h:
10060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10061         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10062         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10063         * sys/xvimage/xvimagesink.h:
10064           Convert elements to use fractions for their framerate.
10065           V4L elements to come later tonight.
10066
10067 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10068
10069         * gst-libs/gst/audio/audio.c:
10070         * gst-libs/gst/audio/audio.h:
10071           remove some deprecated functions
10072
10073 2005-11-22  Andy Wingo  <wingo@pobox.com>
10074
10075         * Update for gst_tag_setter API changes.
10076
10077 2005-11-22  Andy Wingo  <wingo@pobox.com>
10078
10079         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10080         (gst_ogg_demux_perform_seek):
10081         * ext/theora/theoradec.c (theora_dec_sink_event):
10082         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10083         update-funcnames.
10084
10085 2005-11-22  Wim Taymans  <wim@fluendo.com>
10086
10087         * examples/seeking/seek.c: (main):
10088         Give higher priority to bus signals than the gtk events
10089         to fix a race condition in the segment looping.
10090
10091 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * ext/theora/Makefile.am:
10094         * ext/vorbis/Makefile.am:
10095         * gst-libs/gst/tag/Makefile.am:
10096         * gst-plugins-base.spec.in:
10097           Rename libgsttagedit to libgsttag (#322117).
10098
10099 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10103           Call gst_x_overlay_prepare_xwindow_id() to give applications
10104           a final chance to set their own xwindow id before the video
10105           sink creates its own window.
10106
10107 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10108
10109         * sys/xvimage/xvimagesink.c:
10110         (gst_xvimagesink_navigation_send_event): Handle navigation
10111         events correcly with borders if applicable.
10112
10113 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         Patch by: Luca Ognibene
10116
10117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10118         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10120         (gst_ffmpegcsp_caps_remove_format_info):
10121         * gst/ffmpegcolorspace/imgconvert.c:
10122         * gst/ffmpegcolorspace/imgconvert_template.h:
10123           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10124           #318353); use gst_structure_has_name().
10125
10126 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10127
10128         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10129         (gst_ximagesink_class_init): Add debug macros on functions.
10130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10131         (gst_xvimagesink_xwindow_draw_borders),
10132         (gst_xvimagesink_xvimage_put),
10133         (gst_xvimagesink_xwindow_update_geometry),
10134         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10135         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10136         (gst_xvimagesink_xcontext_clear),
10137         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10138         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10139         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10140         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10141         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10142         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10143         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10144         expose while being PAUSED, out of data flow navigation events, etc..
10145
10146 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10149         * gst-libs/gst/audio/audio.h:
10150           fix prototype - wondering why the test worked regardless
10151
10152 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10153
10154         * check/Makefile.am:
10155         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10156         * gst-libs/gst/audio/audio.h:
10157           add a method that returns a proper GstClockTime
10158
10159 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10162         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10163         * gst-libs/gst/interfaces/xoverlay.h:
10164           Remove everything having to do with the desired size; add 
10165           gst_x_overlay_prepare_xwindow_id() function; remove the
10166           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10167           post a message on the bus instead (#321816).
10168
10169         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10171         (gst_xvimagesink_xoverlay_init):
10172           Remove desired size stuff (#321816).
10173
10174 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10177         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10178         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10179           Terminate vararg functions with NULL instead of 0 to 
10180           make gcc4 happy.
10181
10182 2005-11-21  Andy Wingo  <wingo@pobox.com>
10183
10184         patch by: Sebastien Cote <sebas642@yahoo.ca>
10185         
10186         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10187         * gst-libs/gst/rtp/gstrtpbuffer.c
10188         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10189
10190 2005-11-21  Andy Wingo  <wingo@pobox.com>
10191
10192         * gst/playback/gstplaybin.c (gen_audio_element) 
10193         (gen_video_element): Use the new MISSING_PLUGIN core error
10194         category. Closes #320060.
10195
10196         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10197         * gst/videorate/gstvideorate.c (gst_videorate_event):
10198         * ext/theora/theoradec.c (theora_dec_sink_event): 
10199         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10200         stream lock.
10201
10202         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10203         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10204         stream lock changes.
10205
10206 2005-11-21  Wim Taymans  <wim@fluendo.com>
10207
10208         * gst-libs/gst/audio/gstbaseaudiosink.c:
10209         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10210         (gst_base_audio_sink_provide_clock),
10211         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10212         (gst_base_audio_sink_change_state):
10213         * gst/audioresample/gstaudioresample.c:
10214         Segment update fix.
10215
10216 2005-11-21  Andy Wingo  <wingo@pobox.com>
10217
10218         * *.h:
10219         * *.c: Ran scripts/update-macros. Oh yes.
10220
10221 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * sys/ximage/Makefile.am:
10224         * sys/ximage/ximage.c:
10225           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10226           remove your old libgstximage.* manually if necessary).
10227
10228 2005-11-21  Michael Smith <msmith@fluendo.com>
10229
10230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10231           Minimal fix for bug #320200: set the min/max bitrate in the correct
10232           units. A better fix would be to upgrade to the RATEMANAGE2
10233           interface, rather than using the deprecated interface used here, but
10234           that would require an update in our libvorbis dependency (to 1.1),
10235           which is probably undesirable.
10236
10237 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10238
10239         * ext/libvisual/visual.c: (get_buffer):
10240         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10241         (gst_base_audio_src_fixate):
10242         * gst/audioconvert/gstaudioconvert.c:
10243         (gst_audio_convert_fixate_caps):
10244         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10245         * gst/audiotestsrc/gstaudiotestsrc.c:
10246         (gst_audiotestsrc_src_fixate):
10247         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10248         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10249         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10250         * gst/videotestsrc/gstvideotestsrc.c:
10251         (gst_videotestsrc_src_fixate):
10252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10254           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10255           (#322027)
10256
10257
10258 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10261         (gst_riff_create_iavs_caps):
10262         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10263         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10264         (gst_riff_parse_info):
10265         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10268           Fixes for GST_FOURCC_FORMAT API change.
10269
10270 2005-11-21  Andy Wingo  <wingo@pobox.com>
10271
10272         patch by: Alessandro Dessina <alessandro nnva org>
10273
10274         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10275         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10276         (gst_ogg_parse_chain):
10277         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10278         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10279         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10280         gst_value_list calls on arrays. Fixes #321962.
10281
10282 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10285         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10286         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10287         * gst/adder/gstadder.c: (gst_adder_init),
10288         (gst_adder_request_new_pad), (gst_adder_collected),
10289         (gst_adder_change_state):
10290           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10291           API change.
10292
10293 2005-11-21  Michael Smith <msmith@fluendo.com>
10294
10295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10296         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10297           Properly handle pad_push return values.
10298
10299 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10300
10301         * gst-libs/gst/tag/Makefile.am:
10302         * gst-libs/gst/tag/gstvorbistag.c:
10303         (gst_tag_list_to_vorbiscomment_buffer):
10304           Remove obsolete vorbistag element and debug category.
10305
10306         * gst/playback/gstplaybasebin.c: (check_queue):
10307           Don't divide by 0 when queue-threshold is 0.
10308
10309         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10310           Don't modify an existing pixel-aspect-ratio if we fail to read
10311           a new one.
10312
10313 2005-11-20  Wim Taymans  <wim@fluendo.com>
10314
10315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10316         (gst_vorbisenc_push_packet):
10317         GST_PAD_IS_USABLE is gone, use the return value of
10318         the push or pad_alloc_buffer instead.
10319
10320 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10321
10322         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10323         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10324         (gst_ximagesink_ximage_destroy),
10325         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10326         (gst_ximagesink_xwindow_new),
10327         (gst_ximagesink_xwindow_update_geometry),
10328         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10329         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10330         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10331         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10332         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10333         (gst_ximagesink_navigation_send_event),
10334         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10335         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10336         (gst_ximagesink_finalize), (gst_ximagesink_init),
10337         (gst_ximagesink_class_init):
10338         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10339         This new version brings correct software scaling, non flickering
10340         window while resizing, pixel aspect ratio handling, usage of
10341         hardware buffer pools, out of data flow event thread for 
10342         navigation and handling of expose events even when being PAUSED,
10343         a new property to keep video aspect ratio when resizing, etc...
10344
10345 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10346
10347         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10348         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10349         handling of PAR.
10350
10351 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10352
10353         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10354         Unsetting IS_SINK flag from the fakesink, so decodebin
10355         never behaves as a sink.
10356
10357 2005-11-17  Wim Taymans  <wim@fluendo.com>
10358
10359         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10360         (gst_base_audio_src_change_state):
10361         Fix the audiosrc base class again, we did not unflush.
10362
10363 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10364
10365         * examples/seeking/seek.c: (make_dv_pipeline),
10366         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10367         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10368         to ogg/vorbis/theora pipeline.
10369
10370 2005-11-17  Wim Taymans  <wim@fluendo.com>
10371
10372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10373         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10374         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10375         Fix EOS on multiple streams.
10376         More debugging.
10377
10378 2005-11-16  Wim Taymans  <wim@fluendo.com>
10379
10380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10381         (gst_ogg_demux_perform_seek):
10382         Segment done must include stream time.
10383
10384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10385         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10386         (gst_ogg_mux_change_state):
10387         Fix ogg muxer again.
10388
10389 2005-11-16  Wim Taymans  <wim@fluendo.com>
10390
10391         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10392         Fix compile again.
10393
10394 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10395
10396         * ext/libvisual/visual.c: (gst_visual_init):
10397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10398         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10399         (gst_ogg_parse_chain):
10400         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10401         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10402         * ext/theora/theoradec.c: (gst_theora_dec_init):
10403         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10404         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10405         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10406         * gst/adder/gstadder.c: (gst_adder_class_init),
10407         (gst_adder_dispose):
10408         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10409         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10410         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10411           Fix a whole set of pad template leaks
10412
10413 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10414
10415         * check/generic/states.c: (GST_START_TEST):
10416           fix the test so that it only checks for elements that are part of
10417           this source module
10418
10419 2005-11-16  Michael Smith <msmith@fluendo.com>
10420
10421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10422         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10423         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10424         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10425         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10426         (gst_ogg_mux_change_state):
10427           Fix leaking collectpads.
10428
10429 2005-11-16  Edward Hervey  <edward@fluendo.com>
10430
10431         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10432         (gst_videorate_event), (gst_videorate_chain):
10433         Handle segment seeks
10434
10435 2005-11-16  Wim Taymans  <wim@fluendo.com>
10436
10437         * gst-libs/gst/audio/gstbaseaudiosink.c:
10438         (gst_base_audio_sink_provide_clock),
10439         (gst_base_audio_sink_change_state):
10440         Set ringbuffer to non-flushing when going to PAUSED, set to
10441         flushing again when going to READY.
10442
10443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10444         (gst_ring_buffer_stop):
10445         Start in flushing mode by default.
10446         Don't set flushing in the _stop method, let the app call
10447         this explicitly.
10448
10449 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10450
10451         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10452         * gst-libs/gst/video/videosink.h: Add helper function needed
10453         for video sinks.
10454
10455 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         * gst/videoscale/gstvideoscale.c:
10458         (gst_videoscale_handle_src_event):
10459           Don't leak reference to pad parent.
10460
10461 2005-11-16  Wim Taymans  <wim@fluendo.com>
10462
10463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10464         Set ringbuffer to flushing when stopping so that we don't
10465         block on wait_segment anymore and livelock.
10466
10467 2005-11-16  Wim Taymans  <wim@fluendo.com>
10468
10469         * examples/seeking/seek.c: (send_event), (do_seek),
10470         (loop_toggle_cb), (segment_done), (main):
10471         Added looping checkbox.
10472
10473 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10474
10475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10476         (gst_ogg_demux_init):
10477         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10478         (gst_vorbis_dec_init):
10479           revert unrefs, they don't pass make check
10480
10481 2005-11-15  Johan Dahlin  <johan@gnome.org>
10482
10483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10484         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10486         (gst_vorbis_dec_init):
10487         Fix pad template leaks. 
10488
10489 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10492           Make state change function thread safe.
10493
10494 2005-11-15  Edward Hervey  <edward@fluendo.com>
10495
10496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10497         (gst_ogg_demux_class_init):
10498         Implement GstElement::send_event, so we can send seek events
10499         in GST_STATE_READY
10500
10501 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10502
10503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10504         Discovered how to take away flickering while resizing the
10505         window. Please don't put that in ximagesink, refactoring in
10506         progress.
10507
10508 2005-11-14  Michael Smith <msmith@fluendo.com>
10509
10510         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10511         (gst_multifdsink_render):
10512           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10513
10514 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         * gst/playback/gstplaybin.c: (gen_audio_element):
10517           Use autoaudiosink, it tends to be more widely available than
10518           autoaudiiosink.
10519           
10520 2005-11-14  Andy Wingo  <wingo@pobox.com>
10521
10522         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10523         as well if it is available. Fixes #316442.
10524
10525 2005-11-14  Michael Smith <msmith@fluendo.com>
10526
10527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10528         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10529         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10530         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10531         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10532         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10533         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10534         (gst_vorbisenc_change_state):
10535           Fix a small memory leak in vorbisenc.
10536           Fix large memory leaks in oggmux, also fix lots of state change
10537           bugs in oggmux.
10538
10539 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10540
10541         * gst/videotestsrc/gstvideotestsrc.c:
10542         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10543         (gst_videotestsrc_src_fixate):
10544           move fixation to a fixate function
10545           remove negotiate function, basesrc's is good enough
10546           fixes a bug for check when using the element alone
10547
10548 2005-11-13  Edward Hervey  <edward@fluendo.com>
10549
10550         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10551         (key_toggle_cb), (main):
10552         Added checkboxes for adding/removing the accurate and key_unit seek
10553         flags.
10554
10555 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10556
10557         * configure.ac: back to HEAD
10558
10559 === release 0.9.5 ===
10560
10561 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10562
10563         * configure.ac:
10564           releasing 0.9.5, "No No Kia"
10565
10566 2005-11-11  Edward Hervey  <edward@fluendo.com>
10567
10568         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10569         Added parse-launch syntax seeking mode for the seeking example.
10570         This should help stress-test even more cases.
10571         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10572
10573 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * sys/xvimage/xvimagesink.c:
10576         (gst_xvimagesink_navigation_send_event):
10577           Check whether peer pad exists before sending navigation events
10578           to it.
10579
10580 2005-11-11  Michael Smith <msmith@fluendo.com>
10581
10582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10583         (gst_vorbisenc_buffer_from_packet):
10584         * ext/vorbis/vorbisenc.h:
10585           Set duration on encoded buffers. This allows oggmux's
10586           max_page_delay parameter to actually work.
10587
10588 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10591         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10592         (gst_ffmpegcsp_avpicture_fill):
10593         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10594         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10595           Make palettes work again (see #132341). Use our own macros
10596           for rounding up.
10597
10598 2005-11-10  Andy Wingo  <wingo@pobox.com>
10599
10600         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10601         string doober.
10602
10603 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10606         (gst_ffmpegcsp_transform_caps):
10607           Prefer passthrough in transform_caps
10608
10609 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10610
10611         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10612           check for ALSA errors properly, instead of relying on ALSA's
10613           error strings to serve to the user.
10614
10615 2005-11-10  Wim Taymans  <wim@fluendo.com>
10616
10617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10618         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10619         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10620         Modernise the seek code.
10621
10622 2005-11-10  Michael Smith <msmith@fluendo.com>
10623         
10624         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10625         (setup_substreams), (set_active_source):
10626           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10627           trying to go to NULL if we failed to read a file.
10628
10629 2005-11-10  Wim Taymans  <wim@fluendo.com>
10630
10631         * gst/audiotestsrc/gstaudiotestsrc.c:
10632         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10633         (gst_audiotestsrc_create):
10634         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10635         (gst_sinesrc_get_times), (gst_sinesrc_create):
10636         * gst/videotestsrc/gstvideotestsrc.c:
10637         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10638         (gst_videotestsrc_create):
10639         The base class can now sync for us.
10640
10641 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10642
10643         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10644           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10645           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10646           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10647           format=(fourcc)I420" ! xvimagesink
10648
10649 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10652         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10653         (gst_sinesrc_newsegment):
10654           Send newsegment event in TIME format, set duration if
10655           num-buffers is set, fix duration querying.
10656
10657 2005-11-10  Michael Smith <msmith@fluendo.com>
10658
10659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10660         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10661         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10662         (gst_ogg_mux_collected):
10663          Fix EOS handling, partially. Now forwarding an EOS event once we have
10664          EOS on all pads works correctly. However, we still don't properly set
10665          EOS on the actual ogg stream pages.
10666
10667 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10670           Set elements to NULL state before disposing of them.
10671
10672 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10673
10674         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10677         (gst_base_rtp_depayload_init),
10678         (gst_base_rtp_depayload_set_gst_timestamp):
10679         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10680           We need to send a newsegment event for each instance, not
10681           just for the first instance of this class (get rid of
10682           static variable in function). (#321011).
10683           
10684 2005-11-08  Michael Smith <msmith@fluendo.com>
10685
10686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10687         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10688         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10689         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10690           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10691           This makes us mux things correctly according to the ogg muxing
10692           rules. Still not handling EOS correctly right now, though.
10693
10694 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         * gst/audioconvert/gstaudioconvert.c:
10697           Fix typo in docs. 
10698
10699 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10702         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10703           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10704           creating a new chain; should fix live streaming. Also
10705           add more debug output and fix a typo.
10706
10707 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10708
10709         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * gst/volume/gstvolume.c: (volume_set_caps):
10712           Fix compilation on Solaris with Forte. (#320923)
10713
10714 2005-11-08  Wim Taymans  <wim@fluendo.com>
10715
10716         * gst-libs/gst/audio/gstbaseaudiosink.c:
10717         (gst_base_audio_sink_render):
10718         No need to do a typecheck.
10719
10720 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10721
10722         * ext/alsa/gstalsa.h:
10723           We register a debug category, so let's use it.
10724
10725 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10726
10727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10728         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10729         Fixed a small problem.
10730
10731 2005-11-04  Wim Taymans  <wim@fluendo.com>
10732
10733         * examples/seeking/Makefile.am:
10734         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10735         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10736         (make_playerbin_pipeline), (format_value), (update_scale),
10737         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10738         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10739         (print_usage), (main):
10740         Added app for playback speed testing.
10741
10742         * examples/seeking/seek.c: (dynamic_link),
10743         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10744         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10745         (message_received), (main):
10746         Updated seek example.
10747
10748 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10749
10750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10751         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10752         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10753         (gst_base_rtp_depayload_set_clock):
10754         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10755         Don't sleep on the bench (system clock) when you have a nice 
10756         comfortable bed (Gstreamer clock) to sleep on.
10757
10758 2005-11-03  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10761         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10762         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10763         Handle the case where a pad_block failed.
10764
10765 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10766
10767         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10768
10769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10770         (gst_base_rtp_depayload_add_to_queue),
10771         (gst_base_rtp_depayload_push),
10772         (gst_base_rtp_depayload_set_gst_timestamp),
10773         (gst_base_rtp_depayload_queue_release):
10774           Fixes some bugs in the depayloader's queuing/de-queueing code.
10775
10776 2005-10-31  Michael Smith <msmith@fluendo.com>
10777
10778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10779         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10780         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10781           Patch from Alessandro Decina <alessandro@nnva.org>.
10782           Make oggdemux only find the final time in a chain, not per-pad,
10783           since the per-pad information can be very expensive to locate, and
10784           it isn't used anywhere. This makes reading a file containing
10785           OggSkeleton reasonably fast.
10786           Also, make chain finding work when there are logical bitstreams that
10787           can't be decoded. Fixes #319110.
10788
10789 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10790
10791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10792         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10793         (gst_base_rtp_depayload_chain),
10794         (gst_base_rtp_depayload_add_to_queue),
10795         (gst_base_rtp_depayload_push),
10796         (gst_base_rtp_depayload_set_gst_timestamp),
10797         (gst_base_rtp_depayload_queue_release),
10798         (gst_base_rtp_depayload_start_thread),
10799         (gst_base_rtp_depayload_set_property),
10800         (gst_base_rtp_depayload_get_property):
10801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10802         Some random fixes, to fullfill the desires of thomas.
10803
10804 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10805
10806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10807         (gst_base_rtp_depayload_add_to_queue),
10808         (gst_base_rtp_depayload_push):
10809         Fixed the queueing algorithm.
10810
10811 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10812
10813         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10814         (gst_base_rtp_depayload_push):
10815         A small fix
10816
10817 2005-10-31  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst-libs/gst/audio/gstringbuffer.h:
10820         Don't break ABI.
10821
10822         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10823         (gst_ffmpeg_caps_to_pixfmt):
10824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10825         (gst_ffmpegcsp_set_caps):
10826         Some more comments.
10827         Handle missing required caps fields better.
10828
10829 2005-10-31  Wim Taymans  <wim@fluendo.com>
10830
10831         * gst-libs/gst/audio/gstbaseaudiosink.c:
10832         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10833         (gst_base_audio_sink_render):
10834         * gst-libs/gst/audio/gstringbuffer.c:
10835         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10836         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10837         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10838         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10839         (gst_ring_buffer_read):
10840         * gst-libs/gst/audio/gstringbuffer.h:
10841         Add flushing mode to the ringbuffer so that it in all cases does
10842         not try to handle more audio. This makes sure it does not try to
10843         block anymore when flushing and fixes a livelock.
10844
10845 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10848         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10849         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10850           Explicitly check for -1 values before doing a conversion
10851           and always map them to -1. (#315545)
10852
10853 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10854
10855         * gst/playback/gstplaybin.c: (gen_video_element):
10856           first try autovideosink, then xvimagesink, then error out
10857         * po/POTFILES.in:
10858           add translatable file
10859         * po/af.po:
10860         * po/az.po:
10861         * po/cs.po:
10862         * po/en_GB.po:
10863         * po/hu.po:
10864         * po/it.po:
10865         * po/nb.po:
10866         * po/nl.po:
10867         * po/or.po:
10868         * po/sq.po:
10869         * po/sr.po:
10870         * po/sv.po:
10871         * po/uk.po:
10872         * po/vi.po:
10873           update translations
10874
10875 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10876
10877         * gst-libs/gst/rtp/gstbasedepayload.c:
10878         * gst-libs/gst/rtp/gstbasedepayload.h:
10879           Minor cleanups
10880
10881 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * gst/playback/.cvsignore:
10884         * gst/playback/decodetest.c:
10885         * gst/playback/test3.c:
10886           Port these two tests as well.
10887
10888 2005-10-27  Wim Taymans  <wim@fluendo.com>
10889
10890         * ext/theora/theoradec.c: (theora_dec_src_query),
10891         (theora_dec_sink_event):
10892         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10893         (theora_enc_change_state):
10894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10895         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10896         Take proper locks when handling events.
10897
10898 2005-10-27  Wim Taymans  <wim@fluendo.com>
10899
10900         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10901         (gst_adder_change_state):
10902         Fix timestamps and fix deadlock when stopping the collectpads.
10903
10904 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10905
10906         * gst-libs/gst/rtp/gstrtpbuffer.h:
10907         Declaring the payload types as strings too so that they can be used
10908         in the padtemplate inialization.
10909
10910 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10911
10912         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10913
10914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10915         (gst_base_rtp_depayload_class_init):
10916         Fixes a small but nasty bug. The derived elements no longer segfaults
10917         on finalization.
10918
10919 2005-10-26  Michael Smith <msmith@fluendo.com>
10920
10921         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10922           When clearing an audioconvert context, set tmpbufsize to zero, so
10923           we'll allocate it again later if required.
10924           This fixes audioconvert re-negotiating formats, which previously
10925           segfaulted with a NULL destination buffer.
10926
10927 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10928
10929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10930         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10931         (gst_base_rtp_depayload_set_gst_timestamp),
10932         (gst_base_rtp_depayload_queue_release):
10933         Fixed a smalll memleak.
10934
10935 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10937         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10938         (gst_base_rtp_depayload_finalize),
10939         (gst_base_rtp_depayload_setcaps),
10940         (gst_base_rtp_depayload_add_to_queue),
10941         (gst_base_rtp_depayload_push),
10942         (gst_base_rtp_depayload_set_gst_timestamp),
10943         (gst_base_rtp_depayload_queue_release),
10944         (gst_base_rtp_depayload_thread),
10945         (gst_base_rtp_depayload_change_state):
10946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10947         Changed the C++ comments to C comments
10948
10949 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10952         * gst/tcp/gsttcpclientsrc.h:
10953         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10954         * gst/tcp/gsttcpserversrc.h:
10955           Remove unused 'curoffset' structure member.
10956
10957 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10958
10959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10960         (gst_base_rtp_depayload_base_init),
10961         (gst_base_rtp_depayload_finalize):
10962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10963         * gst-libs/gst/rtp/gstbasertppayload.h:
10964           The pad-template on the sinkpad should be set by the derived classes.
10965           Also added some useful macros.
10966
10967 2005-10-24  Wim Taymans  <wim@fluendo.com>
10968
10969         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10970         Correctly flush decoder samples even if we could not
10971         copy them to an output buffer. Fixes #319618.
10972
10973 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10974
10975         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10977         the caps against our xcontext caps.
10978
10979 2005-10-24  Wim Taymans  <wim@fluendo.com>
10980
10981         * gst-libs/gst/audio/gstbaseaudiosink.c:
10982         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10983         Remove g_print
10984         Use sync property from baseclass to disable sync.
10985
10986 2005-10-24  Wim Taymans  <wim@fluendo.com>
10987
10988         * gst-libs/gst/audio/gstbaseaudiosink.c:
10989         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10990         Buffers with no timestamps get aligned with previous buffers or
10991         on underrun, played ASAP.
10992
10993 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10994
10995         * gst-libs/gst/video/video.h:
10996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10997         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10999         here comes my change on caps for framerate and geometry range.
11000         We are now accepting 1 to MAXINT for width and height, and from
11001         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11002         to be blended correctly in videomixer.
11003
11004 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11005
11006         * configure.ac:
11007           back to HEAD
11008
11009 === release 0.9.4 ===
11010
11011 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11012
11013         * NEWS:
11014         * RELEASE:
11015         * configure.ac:
11016           releasing 0.9.4, "Velociraptor"
11017
11018 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11019
11020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11021         * po/POTFILES.in:
11022           STOPPED -> FAILED
11023
11024 2005-10-21  Wim Taymans  <wim@fluendo.com>
11025
11026         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11027         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11028         (pad_blocked), (close_pad_link), (new_pad):
11029         Don't try to remove elements twice.
11030
11031 2005-10-21  Wim Taymans  <wim@fluendo.com>
11032
11033         * ext/theora/theoradec.c: (theora_dec_src_query),
11034         (theora_dec_sink_event):
11035         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11036         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11037         (vorbis_handle_data_packet):
11038         * ext/vorbis/vorbisdec.h:
11039         Fix old naming.
11040
11041         * gst-libs/gst/audio/gstbaseaudiosink.c:
11042         (gst_base_audio_sink_render):
11043         Don't try to sync on buffers without a timestamp.
11044
11045 2005-10-21  Wim Taymans  <wim@fluendo.com>
11046
11047         * ext/theora/theoradec.c: (theora_dec_src_query),
11048         (theora_dec_sink_event):
11049         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11050         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11051         (vorbis_handle_data_packet):
11052         * ext/vorbis/vorbisdec.h:
11053         Fix old naming.
11054
11055 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11058         (gst_vorbisenc_src_query):
11059           Implement position and duration queries.
11060
11061         * gst/playback/test3.c: (update_scale), (main):
11062           Fix for async state changes and print nicer output.
11063
11064 2005-10-20  Wim Taymans  <wim@fluendo.com>
11065
11066         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11067         (dump_element_stats), (main):
11068         * gst/playback/test6.c: (main):
11069         Fix tests again
11070
11071 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11072
11073         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11074         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11075           Don't use functions for position queries when handling
11076           duration queries.
11077
11078 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11081         (vorbis_handle_data_packet), (vorbis_dec_chain),
11082         (vorbis_dec_change_state):
11083         * ext/vorbis/vorbisdec.h:
11084           Vorbis streams can be embedded in other container formats
11085           than ogg, container formats where the demuxer might set 
11086           timestamps on encoded vorbis buffers instead of those silly 
11087           granulepos thingies. In short: make vorbisdec handle 
11088           timestamps on incoming buffers as well.
11089
11090 2005-10-20  Wim Taymans  <wim@fluendo.com>
11091
11092         * gst/playback/gstplaybasebin.c: (group_destroy),
11093         (gst_play_base_bin_change_state):
11094         Fix leak.
11095         Handle case where playbasebin is now ASYNC because
11096         decodebin is.
11097
11098 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst/audioconvert/Makefile.am:
11101         * gst/audioconvert/bufferframesconvert.c:
11102         * gst/audioconvert/plugin.c: (plugin_init):
11103         * gst/audioconvert/plugin.h:
11104           And bye bye buffer-frames-convert
11105
11106 2005-10-19  Wim Taymans  <wim@fluendo.com>
11107
11108         * check/elements/audioconvert.c:
11109         * docs/libs/tmpl/gstaudio.sgml:
11110         * docs/libs/tmpl/gstcolorbalance.sgml:
11111         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11112         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11113         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11114         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11115         * gst-libs/gst/audio/audio.h:
11116         * gst/audioconvert/audioconvert.h:
11117         * gst/audioconvert/gstaudioconvert.c:
11118         (gst_audio_convert_parse_caps):
11119         * gst/volume/gstvolume.c:
11120         Bye bye buffer-frames.
11121
11122 2005-10-19  Wim Taymans  <wim@fluendo.com>
11123
11124         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11125         (query_positions_elems), (query_positions_pads), (update_scale),
11126         (do_seek), (set_update_scale), (message_received), (main):
11127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11128         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11129         (gst_ogg_demux_loop):
11130         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11131         * ext/theora/theoradec.c: (theora_dec_src_query),
11132         (theora_dec_sink_event):
11133         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11134         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11135         * gst/adder/gstadder.c: (gst_adder_query):
11136         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11137         * gst/playback/test3.c: (update_scale):
11138         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11139         (dump_element_stats), (main):
11140         * gst/playback/test6.c: (main):
11141         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11142         Query API update.
11143
11144 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11147         (xml_check_first_element), (xml_type_find), (smil_type_find),
11148         (plugin_init):
11149           Add typefinding for SMIL and for generic XML. Based on patch by
11150           Akos Maroy (#308663).
11151
11152 2005-10-18  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/playback/Makefile.am:
11155         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11156         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11157         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11158         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11159         (gst_decode_bin_change_state):
11160         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11161         (gst_play_bin_send_event_to_sink):
11162         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11163         (dump_element_stats), (main):
11164         * gst/playback/test6.c: (main):
11165         Make playbin async, it'll commit state to paused when all streams
11166         are detected.
11167         Remove ugly hack.
11168         Added test6.c to show async behaviour.
11169
11170 2005-10-18  Wim Taymans  <wim@fluendo.com>
11171
11172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11173         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11174         Fix for segment-start/stop API change.
11175
11176 2005-10-18  Wim Taymans  <wim@fluendo.com>
11177
11178         * check/Makefile.am:
11179         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11180         (main):
11181         Add future test for clock selection.
11182
11183 2005-10-18  Wim Taymans  <wim@fluendo.com>
11184
11185         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11186         (gst_alsasink_close):
11187         Set handle to NULL.
11188
11189         * gst-libs/gst/audio/gstringbuffer.c:
11190         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11191         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11192         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11193         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11194         (gst_ring_buffer_read):
11195         More debug info.
11196
11197 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11198
11199         * gst/audiotestsrc/Makefile.am:
11200         * gst/sine/Makefile.am:
11201         * gst/volume/Makefile.am:
11202           fix broken build of controllerized plugins
11203
11204 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11205
11206         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11209         (gst_riff_create_video_template_caps):
11210           Add support for Indeo-3 (IV32).
11211
11212 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11213
11214         * configure.ac:
11215           rewrite
11216
11217 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11218
11219         * gst-libs/gst/video/video.c: (gst_video_get_size):
11220         * gst/audiotestsrc/gstaudiotestsrc.c:
11221           doc updates
11222
11223 2005-10-17  Andy Wingo  <wingo@pobox.com>
11224
11225         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11226         with the collectpads change.
11227         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11228
11229         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11230
11231         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11232
11233         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11234         alloc_buffer flow return to callers.
11235         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11236         change. Fix some memleaks in theoraenc.
11237
11238         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11239         in strange circumstance.
11240
11241 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11242
11243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11244         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11245         from caps, let's use the caps...
11246
11247 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11248
11249         * configure.ac:
11250           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11251
11252 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11253
11254         * gst-libs/gst/interfaces/Makefile.am:
11255           fix silly typo
11256
11257 2005-10-16  Andy Wingo  <wingo@pobox.com>
11258
11259         * gst/playback/gstdecodebin.c
11260         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11261         function!
11262         (try_to_link_1): Increase kraziness level.
11263
11264 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11265
11266         * configure.ac:
11267           restructure like the core one
11268         * gst-libs/gst/audio/Makefile.am:
11269         * gst-libs/gst/interfaces/Makefile.am:
11270         * gst-libs/gst/net/Makefile.am:
11271         * gst-libs/gst/riff/Makefile.am:
11272         * gst-libs/gst/rtp/Makefile.am:
11273         * gst-libs/gst/tag/Makefile.am:
11274         * gst-libs/gst/video/Makefile.am:
11275           use correct linker flags, now the libs are properly versioned
11276         * check/elements/audioconvert.c: (verify_convert):
11277         * ext/alsa/gstalsaplugin.c:
11278         * ext/cdparanoia/gstcdparanoia.c:
11279         * ext/gnomevfs/gstgnomevfs.c:
11280         * ext/libvisual/visual.c:
11281         * ext/ogg/gstogg.c:
11282         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11283         * ext/theora/theora.c:
11284         * ext/vorbis/vorbis.c:
11285         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11286         * gst-libs/gst/tag/gsttagediting.c:
11287         * gst-libs/gst/video/video.c:
11288         * gst/adder/gstadder.c:
11289         * gst/audioconvert/plugin.c:
11290         * gst/audiorate/gstaudiorate.c:
11291         * gst/audioresample/gstaudioresample.c:
11292         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11293         * gst/audioscale/gstaudioscale.c:
11294         * gst/audioscale/resample.c:
11295         * gst/audiotestsrc/gstaudiotestsrc.c:
11296         * gst/ffmpegcolorspace/gstffmpeg.c:
11297         * gst/playback/gstdecodebin.c: (close_pad_link):
11298         * gst/playback/gstplaybin.c: (gen_video_element),
11299         (gen_audio_element):
11300         * gst/sine/gstsinesrc.c:
11301         * gst/subparse/gstsubparse.c:
11302         * gst/tags/gsttagediting.c:
11303         * gst/tcp/gsttcpplugin.c:
11304         * gst/typefind/gsttypefindfunctions.c:
11305         * gst/videorate/gstvideorate.c:
11306         * gst/videoscale/gstvideoscale.c:
11307         * gst/videotestsrc/gstvideotestsrc.c:
11308         * gst/volume/gstvolume.c:
11309         * sys/v4l/gstv4l.c:
11310         * sys/ximage/ximage.c:
11311         * sys/xvimage/xvimagesink.c:
11312           fix up defines
11313
11314 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11315
11316         * ext/vorbis/vorbisenc.c:
11317         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11318         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11319         (gst_tag_to_vorbis_comments):
11320           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11321
11322 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * examples/stats/mp2ogg.c:
11325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11326           typo fixes
11327
11328 2005-10-13  Michael Smith <msmith@fluendo.com>
11329
11330         * ext/ogg/gstoggmux.c:
11331           Use magic glib macros to define constants as 64 bit, to ensure
11332           appropriate vararg passing.
11333
11334 2005-10-13  Michael Smith <msmith@fluendo.com>
11335
11336         * ext/ogg/gstoggmux.c:
11337         * gst/audioconvert/audioconvert.c: (float):
11338           Don't use LL suffix, as it's not portable, and neither of these
11339           uses required it anyway.
11340
11341 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11342
11343         * examples/indexing/indexmpeg.c: (main):
11344         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11345         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11346         (cdparanoia_convert), (cdparanoia_query):
11347         * ext/cdparanoia/gstcdparanoia.h:
11348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11349         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11350         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11352         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11353         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11354         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11355         (gst_multifdsink_render), (gst_multifdsink_start),
11356         (gst_multifdsink_stop):
11357         * gst/tcp/gstmultifdsink.h:
11358         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11359         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11360         (gst_tcpclientsink_stop):
11361         * gst/tcp/gsttcpclientsink.h:
11362         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11363         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11364         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11365         * gst/tcp/gsttcpclientsrc.h:
11366         * gst/tcp/gsttcpserversink.h:
11367         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11368         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11369         (gst_tcpserversrc_stop):
11370         * gst/tcp/gsttcpserversrc.h:
11371         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11373         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11374           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11375           moved bitshift from macro to enum definition
11376
11377 2005-10-12  Wim Taymans  <wim@fluendo.com>
11378
11379         * examples/seeking/Makefile.am:
11380         Oops.
11381
11382 2005-10-12  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11385         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11386         Don't assert on normal stuff.
11387
11388         * gst/playback/gstplaybin.c: (do_playbin_seek):
11389         API fix.
11390
11391 2005-10-12  Wim Taymans  <wim@fluendo.com>
11392
11393         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11394         * examples/seeking/Makefile.am:
11395         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11396         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11397         (do_seek), (set_update_scale), (message_received), (main):
11398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11399         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11400         Update for _get_state() API change.
11401
11402 2005-10-11  Wim Taymans  <wim@fluendo.com>
11403
11404         * gst-libs/gst/audio/gstbaseaudiosink.c:
11405         (gst_base_audio_sink_render):
11406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11407         (gst_base_audio_src_create):
11408         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11409         (gst_ring_buffer_read):
11410         Cleanups.
11411         Commit and read from ringbuffer in samples rather than bytes.
11412
11413 2005-10-11  Wim Taymans  <wim@fluendo.com>
11414
11415         * gst-libs/gst/audio/gstbaseaudiosink.c:
11416         (gst_base_audio_sink_render):
11417         Respect segment rate and accum when scheduling samples.
11418
11419 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11420
11421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11422         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11423         EOS correctly, that needs more work.
11424
11425 2005-10-11  Wim Taymans  <wim@fluendo.com>
11426
11427         * check/generic/states.c: (GST_START_TEST):
11428         remove old property.
11429
11430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11431         (gst_ogg_demux_perform_seek):
11432         * ext/theora/theoradec.c: (theora_dec_sink_event):
11433         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11434         (vorbis_handle_data_packet):
11435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11436         (gst_base_rtp_depayload_set_gst_timestamp):
11437         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11438         Update for newsegment API change.
11439
11440 2005-10-11  Michael Smith <msmith@fluendo.com>
11441
11442         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11443         (do_playbin_seek), (gst_play_bin_send_event):
11444           Override send_event differently, so that we can takes bits of
11445           functionality from GstPipeline (special handling for seeks,
11446           including pausing/resuming, and resetting stream time) and still get
11447           the appropriate behaviour of only forwarding event to a single sink,
11448           rather than all of them.
11449           Unfortunately requires a lot of code duplication, but the
11450           alternatives are equally ugly in the end.
11451
11452 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11453
11454         * check/elements/audioconvert.c: (setup_audioconvert),
11455         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11456         (GST_START_TEST), (audioconvert_suite):
11457           clean up tests a little, fix some leaks.
11458
11459 2005-10-10  Wim Taymans  <wim@fluendo.com>
11460
11461         * ext/alsa/gstalsasink.c:
11462         Also allow unsigned int.
11463
11464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11465         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11466         Small cleanup
11467
11468 2005-10-10  Wim Taymans  <wim@fluendo.com>
11469
11470         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11471         Small update, use API as stated in design docs.
11472
11473         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11474         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11475         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11476         (message_received), (main):
11477         Updated seek example for GOption. Some usability improvements.
11478
11479 2005-10-10  Wim Taymans  <wim@fluendo.com>
11480
11481         * gst/audioconvert/audioconvert.h:
11482         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11483         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11484         Alloc temp storage somewhere else where we can do it more
11485         portable.
11486
11487 2005-10-10  Wim Taymans  <wim@fluendo.com>
11488
11489         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11490         (gst_tcpserversrc_start):
11491         Don't block in accept while doing the state change, move
11492         to poll and make cancellable.
11493
11494 2005-10-09  Philippe Khalaf <burger@speedy.org>
11495
11496         * gst-libs/gst/rtp/rtpbasedepayload.c:
11497         Set timestamp and add queue delay to timestamp
11498         * gst-libs/gst/rtp/rtpbuffer.h:
11499         Set correct payload type for h263
11500
11501 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11502
11503         * gst/audiotestsrc/gstaudiotestsrc.c:
11504         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11505         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11506         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11507         (gst_audiotestsrc_create_triangle),
11508         (gst_audiotestsrc_create_silence),
11509         (gst_audiotestsrc_create_white_noise),
11510         (gst_audiotestsrc_init_pink_noise),
11511         (gst_audiotestsrc_generate_pink_noise_value),
11512         (gst_audiotestsrc_create_pink_noise),
11513         (gst_audiotestsrc_change_wave):
11514         * gst/audiotestsrc/gstaudiotestsrc.h:
11515           fixed typo, added pink noise
11516
11517 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11518
11519         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11520         (plugin_init):
11521           Add wavpack and spc typefind functions from 0.8 branch.
11522
11523 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11526         (ar_type_find), (msdos_type_find), (plugin_init):
11527           Add typefind functions for tar archives, ar archives,
11528           RAR archives, and msdos-executables (dlls, exe, etc.).
11529           Some of those would be wrongly identified as mpeg
11530           streams of some sort before (#315550).
11531
11532 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * configure.ac:
11535         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11536         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11537         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11538         * gst/audiotestsrc/Makefile.am:
11539         * gst/audiotestsrc/gstaudiotestsrc.c:
11540         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11541         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11542         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11543         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11544         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11545         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11546         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11547         (gst_audiotestsrc_create_silence),
11548         (gst_audiotestsrc_create_white_noise),
11549         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11550         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11551         (gst_audiotestsrc_start), (plugin_init):
11552         * gst/audiotestsrc/gstaudiotestsrc.h:
11553           add new plugin and element
11554         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11555           use gobject_class
11556
11557 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11560         (gst_adder_init), (gst_adder_request_new_pad),
11561         (gst_adder_change_state):
11562           Add query function to source pad, so adder reports the correct
11563           time/sample position when queried (#315457); fix state change
11564           function; use GST_DEBUG_FUNCPTR() for pad functions.
11565
11566 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11569           Fix leaks in typefind registration
11570           Clean up the gratuitous commenting and whitespacing a little
11571
11572 2005-10-08  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11575         Only actually wait for the thread to be stopped if it's 
11576         running.
11577
11578 2005-10-08  Wim Taymans  <wim@fluendo.com>
11579
11580         * gst-libs/gst/audio/gstbaseaudiosink.c:
11581         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11582         If we receive EOS we can start playback of what we had.
11583
11584 2005-10-08  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11587         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11588         (gst_multifdsink_stop):
11589         Fix crasher when going to NULL multiple times.
11590
11591 2005-10-06  Wim Taymans  <wim@fluendo.com>
11592
11593         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11594         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11595         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11596         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11597         patch from Edgard Lima <edgard.lima@indt.org.br>
11598         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11599
11600 2005-10-06  Wim Taymans  <wim@fluendo.com>
11601
11602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11603         Report the FLOW_RETURN as string in the error message.
11604
11605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11606         Don't assert when clearing an unnegotiated buffer.
11607
11608 2005-10-04  Michael Smith <msmith@fluendo.com>
11609
11610         * gst/playback/gstplaybasebin.c: (group_destroy),
11611         (gen_preroll_element), (remove_groups), (setup_source):
11612         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11613         (setup_sinks), (gst_play_bin_send_event),
11614         (gst_play_bin_change_state):
11615           Set state to NULL before removing from bin. Fix refcounting.
11616
11617 2005-10-04  Michael Smith <msmith@fluendo.com>
11618
11619         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11620           Correct refcounting in send_event() function. Previously was wrong
11621           if the first sink was unable to handle the event.
11622
11623 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11624
11625         * configure.ac:
11626           back to development
11627
11628 === release 0.9.3 ===
11629
11630 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11631
11632         * configure.ac:
11633           Releasing 0.9.3, "De Facto"
11634
11635 2005-10-03  Andy Wingo  <wingo@pobox.com>
11636
11637         * gst/playback/gstdecodebin.c (try_to_link_1)
11638         (remove_element_chain): set element to NULL before removing it.
11639
11640 2005-10-02  Johan Dahlin  <johan@gnome.org>
11641
11642         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11643         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11644         MT safe.
11645
11646 2005-10-02  Andy Wingo  <wingo@pobox.com>
11647
11648         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11649         (gst_ring_buffer_prepare_read): 
11650         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11651         Demote to LOG.
11652
11653 2005-09-29  Wim Taymans  <wim@fluendo.com>
11654
11655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11656         * ext/theora/theoradec.c: (theora_handle_data_packet):
11657         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11658         Propagate error codes from alloc_buffer too.
11659
11660 2005-09-29  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11663         We use fixed caps.
11664
11665         * gst/playback/Makefile.am:
11666         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11667         (dump_element_stats), (main):
11668         Added example stream introspection code.
11669
11670 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * gst/adder/gstadder.c: (gst_adder_collected):
11673           fix adder for float elements
11674
11675 2005-09-28  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst-libs/gst/audio/gstbaseaudiosink.c:
11678         (gst_base_audio_sink_class_init),
11679         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11681         (gst_base_audio_src_class_init),
11682         (gst_base_audio_src_provide_clock):
11683         get_clock -> provide_clock
11684
11685 2005-09-28  Andy Wingo  <wingo@pobox.com>
11686
11687         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11688         and unlocking.
11689
11690         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11691         unlocking.
11692
11693         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11694         Actually add the pad template.
11695         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11696
11697         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11698         I'm at it...
11699
11700         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11701         from fdsrc. Get caps in create() instead of start() so it can be
11702         interrupted. Interruption somewhat untested.
11703
11704         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11705         Proper EOS handling.
11706
11707 2005-09-27  Andy Wingo  <wingo@pobox.com>
11708
11709         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11710
11711         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11712
11713         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11714
11715         * gst/tcp/gsttcp.h: 
11716         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11717         out of tcpclientsrc.c. Cancellable.
11718         (gst_tcp_socket_read): Made private, cancellable, with better
11719         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11720         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11721         whole buffer, and better diagnostics.
11722         (gst_tcp_gdp_read_caps): Same.
11723
11724         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11725
11726 2005-09-26  Andy Wingo  <wingo@pobox.com>
11727
11728         * gst/sine/gstsinesrc.h:
11729         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11730         change the 'sync' property to 'is-live' and implement it halfway,
11731         update for controller api change.
11732
11733         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11734         controller api change.
11735
11736 2005-09-24  Wim Taymans  <wim@fluendo.com>
11737
11738         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11739         * gst-libs/gst/audio/gstaudiosink.c:
11740         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11741         (gst_audioringbuffer_stop):
11742         * gst-libs/gst/audio/gstbaseaudiosink.c:
11743         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11744         (gst_base_audio_sink_change_state):
11745         * gst-libs/gst/audio/gstbaseaudiosink.h:
11746         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11747         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11748         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11749         * gst-libs/gst/audio/gstringbuffer.h:
11750         Fix sync again. Moved sample alignment to basesink.
11751
11752 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11753
11754         * docs/plugins/Makefile.am:
11755         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11756         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11757         * gst/volume/gstvolume.c:
11758           add/fix docs
11759         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11760         * gst-libs/gst/audio/audio.h:
11761           add conversion macros for frames <-> clocktime
11762
11763 2005-09-23  David Schleef  <ds@schleef.org>
11764
11765         * gst/audioresample/Makefile.am:
11766         * gst/audioresample/debug.h:
11767         * gst/audioresample/gstaudioresample.c:
11768         * gst/audioresample/resample.c: Convert to using gst debugging
11769
11770 2005-09-22  Wim Taymans  <wim@fluendo.com>
11771
11772         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11773         (gst_play_bin_send_event):
11774         Only seek on one sink, the first one that succeeds.
11775
11776 2005-09-22  Michael Smith <msmith@fluendo.com>
11777
11778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11779         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11780         Don't flush encoder state unless we have an initialised encoder.
11781         Clear out encoder state on PAUSED_TO_READY.
11782
11783 2005-09-22  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst-libs/gst/rtp/gstbasertppayload.c:
11786         (gst_basertppayload_class_init), (gst_basertppayload_init),
11787         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11788         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11789         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11790         (gst_basertppayload_set_property),
11791         (gst_basertppayload_get_property),
11792         (gst_basertppayload_change_state):
11793         * gst-libs/gst/rtp/gstbasertppayload.h:
11794         Added max-ptime to control amount of data in the rtp packets.
11795
11796 2005-09-21  Andy Wingo  <wingo@pobox.com>
11797
11798         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11799         thingies.
11800
11801         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11802         can be called multiple times, dogs.
11803
11804 2005-09-21  Wim Taymans  <wim@fluendo.com>
11805
11806         * gst-libs/gst/rtp/gstbasertppayload.c:
11807         (gst_basertppayload_class_init), (gst_basertppayload_init),
11808         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11809         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11810         (gst_basertppayload_push), (gst_basertppayload_get_property),
11811         (gst_basertppayload_change_state):
11812         Allow 0 ssrc too.
11813
11814 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11815
11816         * docs/libs/compiling.sgml:
11817           fixing typos
11818
11819 2005-09-20  Wim Taymans  <wim@fluendo.com>
11820
11821         * gst-libs/gst/rtp/gstbasertppayload.c:
11822         (gst_basertppayload_class_init), (gst_basertppayload_init),
11823         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11824         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11825         (gst_basertppayload_push), (gst_basertppayload_set_property),
11826         (gst_basertppayload_get_property),
11827         (gst_basertppayload_change_state):
11828         * gst-libs/gst/rtp/gstbasertppayload.h:
11829         Added property to configure sequence number offsets.
11830
11831 2005-09-20  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst-libs/gst/rtp/gstbasertppayload.c:
11834         (gst_basertppayload_class_init), (gst_basertppayload_init),
11835         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11836         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11837         (gst_basertppayload_push), (gst_basertppayload_set_property),
11838         (gst_basertppayload_get_property),
11839         (gst_basertppayload_change_state):
11840         * gst-libs/gst/rtp/gstbasertppayload.h:
11841         Make timestamp offset configurable.
11842
11843 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11844
11845         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11846           fix wrong pop/unref
11847
11848 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11849
11850         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11851
11852         * gst-libs/gst/interfaces/propertyprobe.c:
11853         (gst_property_probe_probe_property_name),
11854         (gst_property_probe_needs_probe_name),
11855         (gst_property_probe_get_values_name),
11856         (gst_property_probe_probe_and_get_values_name):
11857           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11858           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11859
11860 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11861
11862         * check/Makefile.am:
11863           have some tests be disabled for valgrinding
11864         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11865         (GST_START_TEST):
11866         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11867           Fix A Leak.  Chain To Parent Finalize.
11868
11869 2005-09-19  Wim Taymans  <wim@fluendo.com>
11870
11871         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11872         Fixed wav pipeline.
11873
11874 2005-09-19  Wim Taymans  <wim@fluendo.com>
11875
11876         * gst-libs/gst/rtp/gstbasertppayload.c:
11877         (gst_basertppayload_class_init), (gst_basertppayload_init),
11878         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11879         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11880         (gst_basertppayload_push), (gst_basertppayload_get_property),
11881         (gst_basertppayload_change_state):
11882         Posting ERROR and WARNING messages is good.
11883
11884 2005-09-19  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11887         (gst_base_rtp_depayload_add_to_queue),
11888         (gst_base_rtp_depayload_push),
11889         (gst_base_rtp_depayload_set_gst_timestamp),
11890         (gst_base_rtp_depayload_queue_release):
11891         This one was not supposed to go in.
11892
11893 2005-09-19  Wim Taymans  <wim@fluendo.com>
11894
11895         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11896         Fix for bus API.
11897
11898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11899         (gst_base_rtp_depayload_chain),
11900         (gst_base_rtp_depayload_add_to_queue),
11901         (gst_base_rtp_depayload_push),
11902         (gst_base_rtp_depayload_set_gst_timestamp),
11903         (gst_base_rtp_depayload_queue_release):
11904         Some cleanups.
11905
11906         * gst-libs/gst/rtp/gstbasertppayload.c:
11907         (gst_basertppayload_class_init), (gst_basertppayload_init),
11908         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11909         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11910         (gst_basertppayload_get_property),
11911         (gst_basertppayload_change_state):
11912         Added debugging category.
11913
11914 2005-09-18  David Schleef  <ds@schleef.org>
11915
11916         * gst/playback/gstdecodebin.c: free plugin list correctly
11917         * gst/playback/gstplaybin.c: emit warning if autovideosink
11918           and autoaudiosink can't be found (instead of segfaulting)
11919
11920 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11921
11922         * check/elements/audioconvert.c: (GST_START_TEST):
11923           try out 24 bit conversion
11924
11925 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11926
11927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11928         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11929         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11930         * ext/vorbis/vorbisenc.h:
11931           Fix EOS handling.  Still needs a fix in the ogg muxer to
11932           mark the last page as eos.
11933
11934 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11935
11936         * common/gtk-doc-plugins.mak:
11937         * docs/plugins/Makefile.am:
11938         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11939         * gst/ffmpegcolorspace/Makefile.am:
11940         * gst/ffmpegcolorspace/avcodec.h:
11941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11942         * gst/tcp/gstmultifdsink.c:
11943           fix up ffmpegcolorspace docs; extract header
11944
11945 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * common/gtk-doc-plugins.mak:
11948         * docs/plugins/Makefile.am:
11949         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11950         * ext/theora/Makefile.am:
11951         * ext/theora/gsttheoraenc.h:
11952         * ext/theora/theoraenc.c:
11953         * ext/vorbis/vorbisenc.c:
11954           pick up signals and args for vorbis; add some docs for vorbis
11955
11956 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11957
11958         * common/gstdoc-scangobj:
11959         * common/gtk-doc-plugins.mak:
11960         * docs/libs/Makefile.am:
11961         * docs/plugins/gst-plugins-base-plugins.args:
11962         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11963         * docs/plugins/gst-plugins-base-plugins.interfaces:
11964         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11965         * docs/plugins/gst-plugins-base-plugins.signals:
11966           only scanobj stuff from our source module.  Not sure yet
11967           if that's correct, given the hierarchy stuff :)
11968
11969 2005-09-15  Wim Taymans  <wim@fluendo.com>
11970
11971         * gst/audioconvert/gstaudioconvert.c:
11972         And enable 24 bits mode as well..
11973
11974 2005-09-15  Wim Taymans  <wim@fluendo.com>
11975
11976         * gst-libs/gst/rtp/Makefile.am:
11977         * gst-libs/gst/rtp/gstbasertppayload.c:
11978         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11979         (gst_basertppayload_class_init), (gst_basertppayload_init),
11980         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11981         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11982         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11983         (gst_basertppayload_set_property),
11984         (gst_basertppayload_get_property),
11985         (gst_basertppayload_change_state):
11986         * gst-libs/gst/rtp/gstbasertppayload.h:
11987         Added rtp payloader base class.
11988
11989 2005-09-15  Andy Wingo  <wingo@pobox.com>
11990
11991         * configure.ac (plugindir): Remove the EOL matcher from the
11992         regexp, as it causes me problems. Libtool? Make? Who knows?
11993
11994 2005-09-14  David Schleef  <ds@schleef.org>
11995
11996         * check/generic/states.c: 
11997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11998         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11999           Fixes for changes in registry API.
12000
12001         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12002           to GST_PLUGIN_LDFLAGS.
12003         * ext/libvisual/visual.c: Make the library shut up.
12004         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12005         * gst-libs/gst/audio/gstaudiofilter.c: same
12006
12007 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12008
12009         * docs/plugins/Makefile.am:
12010         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12011         * docs/plugins/inspect/plugin-libvisual.xml:
12012         * docs/plugins/tmpl/element-tcpserversink.sgml:
12013         * ext/theora/theoraenc.c:
12014           add libvisual plugin and theoraenc element to docs
12015
12016 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12017
12018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12020         * ext/theora/theoraenc.c:
12021           add theoraenc
12022
12023 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * gst/audioconvert/Makefile.am:
12026           Audioconvert derives from GstBaseTransform and should
12027           link to the library with our base elements to avoid
12028           unresolved symbols. Makes things work with MinGW (#316160)
12029
12030         * gst/playback/test4.c: (main):
12031           Fix MinGW build problem and use g_usleep() instead of 
12032           sleep() (#316162)
12033
12034 2005-09-12  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/audioconvert/audioconvert.c: (float),
12037         (audio_convert_prepare_context), (audio_convert_convert):
12038         * gst/audioconvert/audioconvert.h:
12039         Cleanups, speedups, simplifications, added back support
12040         for 24 bits.
12041
12042 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12043
12044         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12045         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12046         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12047         * docs/plugins/tmpl/element-tcpserversink.sgml:
12048         * gst/ffmpegcolorspace/gstffmpeg.c:
12049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12050         * gst/videotestsrc/gstvideotestsrc.c:
12051         * gst/volume/gstvolume.c:
12052           add more elements to the docs
12053
12054 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12055
12056         * check/Makefile.am:
12057         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12058         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12059           Add extra tests for basetransform based components. 
12060           Comment out the test_element_negotiation test until we decide
12061           if it's testing correct behaviour.
12062         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12063         (gst_visual_chain), (gst_visual_change_state):
12064           Slightly more correct but still bogus timestamping.
12065           Fix state change function.
12066         * gst/audioconvert/gstaudioconvert.c:
12067         (gst_audio_convert_class_init):
12068         * gst/audioresample/gstaudioresample.c:
12069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12070         (gst_ffmpegcsp_class_init):
12071         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12072         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12073         (gst_videoscale_prepare_image):
12074         * gst/volume/gstvolume.c: (gst_volume_class_init),
12075         (volume_transform_ip):
12076           Basetransform updates. Enable passthrough modes.
12077         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12078         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12079         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12080           Negotiation fix that allows the window to return to the original
12081           size and renegotiate passthrough upstream. Extra debug output.
12082
12083 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12084
12085         * gst/sine/gstsinesrc.c:
12086         * gst/volume/gstvolume.c:
12087           fix up header include
12088
12089 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12090
12091         * gst-libs/gst/audio/gstbaseaudiosink.c:
12092         (gst_base_audio_sink_render):
12093         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12094         * gst/volume/gstvolume.c: (gst_volume_class_init),
12095         (volume_transform):
12096           fixing lost sync, some more debugging
12097
12098 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12099
12100         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12101         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12102         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12103         (gst_xvimagesink_check_xshm_calls):
12104           Fix compilation when XShm is not available.
12105
12106 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12107
12108         * ext/libvisual/visual.c: (gst_visual_dispose),
12109         (gst_visual_getcaps), (gst_visual_src_setcaps),
12110         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12111         (gst_visual_change_state):
12112           Finish fixing up libvisual plugin so that it runs. 
12113
12114 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12115
12116         * ext/vorbis/vorbisenc.c:
12117         * gst-libs/gst/tag/gstvorbistag.c:
12118           gsttaginterface.h -> gsttagsetter.h
12119
12120 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12121
12122         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12123           added another test that failes for me (test is not active by default)
12124
12125 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12126
12127         * configure.ac:
12128           v4l2 is no longer in gst-plugins-base
12129
12130 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12131
12132         * configure.ac:
12133           In the output at the end, don't show the first plugin on the same
12134           line as "Core plug-ins, always built:".
12135           Indent the output as for other plugin categories
12136         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12137           #define that can be used to not use peer buffer_alloc functions for
12138           test purposes.
12139         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12140         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12141         (gst_ximagesink_show_frame):
12142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12143         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12144         (gst_xvimagesink_show_frame):
12145           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12146           fails gracefully instead of XError aborting or deadlocking.
12147
12148 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12149
12150         * ext/libvisual/Makefile.am:
12151           link against gst-base-libs
12152
12153 2005-09-06  David Schleef  <ds@schleef.org>
12154
12155         * configure.ac: Enable libvisual plugin.
12156         * ext/libvisual/Makefile.am:
12157         * ext/libvisual/visual.c: Fixes to make it compile.
12158
12159 === release 0.9.2 ===
12160
12161 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12162
12163         * NEWS:
12164         * RELEASE:
12165         * configure.ac:
12166         * docs/random/ChangeLog-0.8:
12167           releasing 0.9.2, "Spoon"
12168
12169 2005-09-05  Michael Smith <msmith@fluendo.com>
12170
12171         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12172           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12173           that in the vorbisenc element.
12174
12175 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12176
12177         * common/gtk-doc-plugins.mak:
12178         * docs/plugins/Makefile.am:
12179           fix distcheck
12180         * gst/audioresample/resample.c:
12181           fix wrong docstring
12182
12183 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * common/gst-xmlinspect.py:
12186         * common/gtk-doc-plugins.mak:
12187           only inspect plugins for this given package
12188           require gst-python 0.9
12189
12190 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12191
12192         * Makefile.am:
12193         * autogen.sh:
12194         * common/gst-xmlinspect.py:
12195         * configure.ac:
12196         * docs/Makefile.am:
12197         * docs/plugins/inspect/plugin-alsa.xml:
12198         * docs/plugins/inspect/plugin-audioresample.xml:
12199         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12200         * docs/plugins/inspect/plugin-ogg.xml:
12201         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12202         * docs/plugins/tmpl/element-multifdsink.sgml:
12203         * docs/plugins/tmpl/element-tcpserversink.sgml:
12204         * docs/plugins/tmpl/element-vorbisenc.sgml:
12205         * gst-plugins-base.spec.in:
12206           various doc-related updates
12207
12208 2005-08-31  Wim Taymans  <wim@fluendo.com>
12209
12210         * gst-libs/gst/audio/gstbaseaudiosink.c:
12211         (gst_base_audio_sink_render):
12212         Resync if the buffer timestamps drift more than a 10th 
12213         of a second.
12214
12215 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12218         (gst_v4lsrc_get_property):
12219           The 'timestamp-offset' property is registered as an int64, so
12220           let's use g_value_{set|get}_int64() in our setter and getter
12221           functions (makes it work and fixes warnings with gst-inspect).
12222
12223 2005-08-30  Wim Taymans  <wim@fluendo.com>
12224
12225         * check/elements/audioconvert.c: (setup_audioconvert):
12226         * check/elements/audioresample.c: (setup_audioresample):
12227         * check/elements/volume.c: (setup_volume):
12228         Fix checks.
12229
12230 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12231
12232         * common/gtk-doc-plugins.mak:
12233         * common/plugins.xsl:
12234         * docs/plugins/Makefile.am:
12235           make module a param
12236
12237 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12238
12239         * examples/seeking/seek.c: (make_mp3_pipeline),
12240         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12241         (play_cb), (pause_cb), (stop_cb):
12242           update the example
12243
12244 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12245
12246         * gst/volume/gstvolume.c: (gst_volume_class_init),
12247         (volume_transform):
12248           do not update controlled params, if buffer has no timestamp
12249
12250 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12251
12252         * configure.ac:
12253         * gst/sine/Makefile.am:
12254         * gst/volume/Makefile.am:
12255           controllerized elements also need to link against controller-libs ;)
12256
12257 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12258
12259         * docs/libs/tmpl/gstcolorbalance.sgml:
12260         * docs/libs/tmpl/gstgconf.sgml:
12261         * docs/libs/tmpl/gstmixer.sgml:
12262         * docs/libs/tmpl/gstringbuffer.sgml:
12263         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12264         (gst_sinesrc_create):
12265         * gst/volume/gstvolume.c: (gst_volume_class_init),
12266         (volume_transform):
12267           controllerized two audio plugins
12268
12269 2005-08-29  Andy Wingo  <wingo@pobox.com>
12270
12271         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12272         (vorbis_handle_data_packet): Fix some int overflow errors.
12273
12274         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12275         -1.
12276         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12277         valid.
12278         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12279         if it's valid. Fixed streaming-mode playback.
12280
12281         * check/elements/volume.c (cleanup_volume): Fix for running
12282         CK_FORK=no.
12283
12284         * check/elements/audioconvert.c: Convert from native endian, not
12285         little endian.
12286
12287 2005-08-29  Michael Smith <msmith@fluendo.com>
12288
12289         * ext/ogg/Makefile.am:
12290         * ext/ogg/gstogg.c: (plugin_init):
12291         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12292         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12293         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12294         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12295         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12296         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12297         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12298         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12299         Add an ogg parser element.
12300
12301 2005-08-28  Andy Wingo  <wingo@pobox.com>
12302
12303         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12304
12305 2005-08-26  Wim Taymans  <wim@fluendo.com>
12306
12307         * gst/audioconvert/audioconvert.c: (if), (float),
12308         (audio_convert_get_func_index), (check_default),
12309         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12310         (audio_convert_clean_context), (audio_convert_get_sizes),
12311         (audio_convert_convert):
12312         Cleanups.
12313
12314 2005-08-26  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/audioconvert/audioconvert.c: (if), (float),
12317         (audio_convert_get_func_index), (check_default),
12318         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12319         (audio_convert_clean_context), (audio_convert_get_sizes),
12320         (audio_convert_convert):
12321         More elegant and working temp buffer selection algo.
12322
12323 2005-08-26  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst/audioconvert/audioconvert.c: (if), (float),
12326         (audio_convert_get_func_index), (check_default),
12327         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12328         (audio_convert_clean_context), (audio_convert_get_sizes),
12329         (get_temp_buffer), (audio_convert_convert):
12330         Use realloc else we lose our original data.
12331
12332 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * gst/audioresample/gstaudioresample.c:
12335           use base class' newsegment to properly timestamp
12336
12337 2005-08-26  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst/audioconvert/audioconvert.c: (if), (float),
12340         (audio_convert_get_func_index), (check_default),
12341         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12342         (audio_convert_clean_context), (audio_convert_get_sizes),
12343         (get_temp_buffer), (audio_convert_convert):
12344         * gst/audioconvert/gstaudioconvert.c:
12345         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12346         (gst_audio_convert_transform_caps),
12347         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12348         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12349         Oops, allocate enough space to perform the channel mix.
12350
12351 2005-08-26  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/audioconvert/Makefile.am:
12354         * gst/audioconvert/audioconvert.c: (if), (float),
12355         (audio_convert_get_func_index), (check_default),
12356         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12357         (audio_convert_clean_context), (audio_convert_get_sizes),
12358         (get_temp_buffer), (audio_convert_convert):
12359         * gst/audioconvert/audioconvert.h:
12360         * gst/audioconvert/gstaudioconvert.c:
12361         (gst_audio_convert_class_init), (gst_audio_convert_init),
12362         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12363         (gst_audio_convert_get_unit_size),
12364         (gst_audio_convert_transform_caps),
12365         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12366         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12367         * gst/audioconvert/gstaudioconvert.h:
12368         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12369         (gst_channel_mix_fill_identical),
12370         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12371         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12372         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12373         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12374         (gst_channel_mix_mix):
12375         * gst/audioconvert/gstchannelmix.h:
12376         Cleanups, librarify a bit, optimize, better negotiation and more.
12377
12378 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12379
12380         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12381         Another from MikeS:
12382         During typefinding, don't support negative offsets
12383         (offsets from the end of the stream) in our typefind->peek() function
12384         - nothing embedded in ogg ever needs them. However, we need to recognise
12385         those requests and reject them, otherwise we return invalid pointers.
12386
12387 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12388
12389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12390         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12391         (vorbisdec_finalize), (vorbis_handle_type_packet):
12392           Big shout-out to MikeS for fixing this giant memory leak.
12393           Huzzah!
12394
12395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12396
12397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12398         (audio_convert_get_unit_size):
12399           plug some leaks
12400
12401 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12402
12403         * check/Makefile.am:
12404         * check/elements/audioconvert.c: (setup_audioconvert),
12405         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12406         (GST_START_TEST), (audioconvert_suite), (main):
12407           add a test for audioconvert
12408         * gst/audioresample/gstaudioresample.c:
12409         * gst/audioresample/gstaudioresample.h:
12410           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12411           note that for buffers of 1/3 sec this means DURATION(c) is 
12412           one nanosecond more than for a and b
12413
12414 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12415
12416         * check/Makefile.am:
12417         * check/elements/audioresample.c: (setup_audioresample),
12418         (cleanup_audioresample), (fail_unless_perfect_stream),
12419         (test_perfect_stream_instance), (GST_START_TEST),
12420           add a check for audioresample
12421         (audioresample_suite), (main):
12422         * check/elements/volume.c: (GST_START_TEST):
12423           remove unused method
12424         * gst/audioresample/gstaudioresample.c:
12425           set correct buffer parameters since we're changing them
12426         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12427           add some debug
12428
12429 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12430
12431         * gst/audioresample/debug.c:
12432         * gst/audioresample/gstaudioresample.c:
12433           add room for extra overlap samples when asked to transform size
12434           protect against possible mem corruption and check for discrepancies
12435           between written size and outbuffer's size so we can warn for
12436           potential problems
12437         * gst/audioresample/resample.c: (resample_init),
12438         (resample_get_output_size_for_input), (resample_get_output_size),
12439         (resample_set_n_channels), (resample_set_format):
12440           set debug level based on RESAMPLE_DEBUG env var
12441           make sure that get_output_size* returns a whole number of
12442           sample_size
12443           set sample_size each time either channel or format is set
12444         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12445         * gst/audioresample/resample_functable.c:
12446         (resample_scale_functable):
12447         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12448           remove r->sample_size, it's done in resample.c now
12449           add some debugging to the ref implementation
12450           make sure we only give back bytes that are wholes of the sample
12451           size
12452
12453 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12454         * gst/playback/gstplaybasebin.c: (fill_buffer):
12455         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12456
12457 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12458
12459         * gst/volume/gstvolume.c:
12460           made set_caps function static
12461
12462 2005-08-24  Wim Taymans  <wim@fluendo.com>
12463
12464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12465         (gst_vorbisenc_change_state):
12466         Stop leaking taglists.
12467
12468 2005-08-24  Wim Taymans  <wim@fluendo.com>
12469
12470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12471         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12472         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12473         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12474         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12475         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12476         Parse seeking events better.
12477         Unref static caps.
12478         Generate correct newsegment events, fixes seeking in live oggs.
12479
12480         * ext/theora/theoradec.c: (theora_dec_src_query),
12481         (theora_dec_src_event), (theora_dec_src_getcaps),
12482         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12483         Use newsegment values to report correct play time.
12484
12485         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12486         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12487         * ext/vorbis/vorbisdec.h:
12488         Parse and use newsegment values to report correct play time.
12489
12490         * gst-libs/gst/audio/gstbaseaudiosink.c:
12491         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12492         Clear ringbuffer on flush.
12493         Use newsegment values to calculate playback time.
12494
12495         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12497         Basesink does newsegment calculations for us now.
12498
12499 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12500
12501         * check/Makefile.am:
12502         * configure.ac:
12503           add core's plugins to the mix so that playbin works
12504         * check/generic/states.c: (GST_START_TEST):
12505           set a 0 timeout on pipelines, so they don't force the next
12506           state change
12507         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12508         (gst_play_base_bin_change_state):
12509           remove the crappy error handling and do GST error handling
12510
12511 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12512
12513         * check/Makefile.am:
12514         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12515           add same test as to core, it bitches out on playbin atm.
12516
12517 2005-08-24  Wim Taymans  <wim@fluendo.com>
12518
12519         * configure.ac:
12520         Remove audioscale.
12521
12522 2005-08-24  Wim Taymans  <wim@fluendo.com>
12523
12524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12525         (gst_videoscale_prepare_size), (parse_caps),
12526         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12527         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12528         (gst_videoscale_transform):
12529         * gst/videoscale/gstvideoscale.h:
12530         Refactor, make use of BaseTranform really well.
12531
12532 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * configure.ac:
12535           compile audioresample
12536         * gst/audioresample/Makefile.am:
12537         * gst/audioresample/buffer.c:
12538         * gst/audioresample/functable.c:
12539         * gst/audioresample/gstaudioresample.c:
12540         * gst/audioresample/gstaudioresample.h:
12541         * gst/audioresample/resample.c:
12542         (resample_get_output_size_for_input):
12543         * gst/audioresample/resample.h:
12544         * gst/audioresample/resample_chunk.c:
12545         * gst/audioresample/resample_functable.c:
12546         * gst/audioresample/resample_ref.c:
12547           port to use basetransform; doesn't work in all cases yet
12548
12549 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12550
12551         * gst/audioconvert/gstaudioconvert.c:
12552         (gst_audio_convert_class_init), (gst_audio_convert_init),
12553         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12554         (audio_convert_fixate_caps), (audio_convert_set_caps),
12555         (audio_convert_transform),
12556         (gst_audio_convert_buffer_to_default_format),
12557         (gst_audio_convert_buffer_from_default_format),
12558         (gst_audio_convert_channels):
12559         * gst/audioconvert/gstchannelmix.c:
12560         * gst/audioconvert/gstchannelmix.h:
12561           port to basetransform
12562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12563         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12564         (gst_ffmpegcsp_get_unit_size):
12565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12566         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12567           fix for basetransform changes
12568
12569 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12570
12571         * check/Makefile.am:
12572           Add CHECK_CFLAGS and LDFLAGS
12573
12574         * gst/playback/gstplaybasebin.c: (fill_buffer):
12575           GST_MESSAGE_SRC became a GObject
12576
12577 2005-08-24  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12580         (gst_ring_buffer_clear_all):
12581         * gst-libs/gst/audio/gstringbuffer.h:
12582         Added function to clear the ringbuffer.
12583
12584 2005-08-24  Andy Wingo  <wingo@pobox.com>
12585
12586         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12587         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12588         of _open and _close.
12589
12590         * sys/v4l/gstv4lxoverlay.h:
12591         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12592         an Xv connection here, instead of all the time. Make Xv only be
12593         loaded if you axe for it. Kindof a workaround for buggy behaviour
12594         of Xv when using remote xservers (XvQueryExtension would block).
12595         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12596         replace the _open and _close public API. Only start the xv
12597         connection if necessary.
12598         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12599
12600 2005-08-23  David Schleef  <ds@schleef.org>
12601
12602         * gst/audioresample/Makefile.am: Leet audioresampling code
12603         * gst/audioresample/buffer.c:
12604         * gst/audioresample/buffer.h:
12605         * gst/audioresample/debug.c:
12606         * gst/audioresample/debug.h:
12607         * gst/audioresample/functable.c:
12608         * gst/audioresample/functable.h:
12609         * gst/audioresample/gstaudioresample.c:
12610         * gst/audioresample/gstaudioresample.h:
12611         * gst/audioresample/resample.c:
12612         * gst/audioresample/resample.h:
12613         * gst/audioresample/resample_chunk.c:
12614         * gst/audioresample/resample_functable.c:
12615         * gst/audioresample/resample_ref.c:
12616
12617 2005-08-23  Wim Taymans  <wim@fluendo.com>
12618
12619         * examples/seeking/seek.c: (make_vorbis_pipeline),
12620         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12621         Small seek updates.
12622
12623 2005-08-23  Andy Wingo  <wingo@pobox.com>
12624
12625         * gst-libs/gst/audio/gstbaseaudiosrc.c
12626         (gst_base_audio_src_fixate): Only fixate endianness if it is
12627         present in the caps.
12628
12629 2005-08-22  Andy Wingo  <wingo@pobox.com>
12630
12631         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12632         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12633         device-name property.
12634
12635         * gst-libs/gst/audio/gstaudiosrc.h:
12636         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12637         close_device in the ring buffer, like gstaudiosink.
12638
12639         * ext/alsa/gstalsamixer.h:
12640         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12641         macro to implement the interface without much code. Cleanups. 
12642
12643         * ext/alsa/gstalsasrc.h:
12644         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12645         READY.
12646
12647         * ext/alsa/Makefile.am: Add new files.
12648         * ext/alsa/gstalsamixerelement.c: 
12649         * ext/alsa/gstalsamixerelement.c: Split element code out from
12650         mixer code so that alsasrc can be a mixer too.
12651
12652 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12653
12654         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12655         (GST_START_TEST):
12656         * check/elements/vorbisdec.c: (setup_vorbisdec),
12657         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12658         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12659         (vorbis_handle_identification_packet),
12660         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12661         (vorbis_handle_header_packet), (vorbis_dec_push),
12662         (vorbis_dec_chain):
12663           use the setup/teardown methods to save code.  save code is good.
12664
12665 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12666
12667         * check/Makefile.am:
12668           add ext dir for plugins
12669           add vorbisdec test conditionally
12670         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12671         (GST_START_TEST), (volume_suite):
12672           add a test with wrong caps
12673         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12674         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12675           add a vorbisdec test
12676         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12677         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12678           clean up debug output
12679         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12680           yay, fix a segfault/security issue in vorbisdec
12681           gst-launch fakesrc ! vorbisdec wasn't happy
12682         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12683         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12684         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12685         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12686         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12687         (gst_vorbisenc_set_metadata), (get_constraints_string),
12688         (update_start_message), (gst_vorbisenc_setup),
12689         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12690         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12691         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12692         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12693         * ext/vorbis/vorbisenc.h:
12694           march in line
12695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12696         (gst_ffmpegcsp_transform):
12697           have the kow come home
12698         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12699           debug my func ptr
12700         * gst/volume/gstvolume.c: (volume_set_caps):
12701           add a debug
12702
12703 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12704
12705         * Makefile.am:
12706         * check/.cvsignore:
12707         * check/Makefile.am:
12708         * check/elements/.cvsignore:
12709         * check/elements/volume.c: (chain_func), (event_func),
12710         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12711         (main):
12712         * configure.ac:
12713           add unit test structure for gst-plugins-base
12714           add a test for volume
12715         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12716         (gst_volume_set_volume), (gst_volume_get_volume),
12717         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12718         (volume_funcfind), (volume_process_float), (volume_process_int16),
12719         (volume_set_caps), (volume_transform), (volume_update_mute),
12720         (volume_update_volume), (volume_set_property),
12721         (volume_get_property):
12722           document a little; use basetransform vmethod _set_caps
12723
12724 2005-08-19  Andy Wingo  <wingo@pobox.com>
12725
12726         * ext/alsa/gstalsamixertrack.h:
12727         * ext/alsa/gstalsamixertrack.c:
12728         * ext/alsa/gstalsamixeroptions.h:
12729         * ext/alsa/gstalsamixeroptions.c:
12730         * ext/alsa/gstalsamixer.h:
12731         * ext/alsa/gstalsamixer.c: Port to 0.9.
12732
12733         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12734         Remove gstalsa.c and alsaclock. No more cruft here.
12735         
12736 2005-08-18  Wim Taymans  <wim@fluendo.com>
12737
12738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12739         (gst_base_rtp_depayload_chain),
12740         (gst_base_rtp_depayload_add_to_queue),
12741         (gst_base_rtp_depayload_push),
12742         (gst_base_rtp_depayload_queue_release):
12743         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12744         Fix for RTPBuffer changes.
12745
12746         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12747         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12748         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12749         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12750         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12751         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12752         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12753         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12754         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12755         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12756         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12757         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12758         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12759         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12760         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12761         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12762         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12763         (gst_rtpbuffer_get_payload):
12764         * gst-libs/gst/rtp/gstrtpbuffer.h:
12765         Don't subclass GstBuffer but add methods and helper functions
12766         to construct and manipulate RTP packets in regular GstBuffers.
12767
12768 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12769
12770         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12771           moved statement below switch
12772         * gst/volume/gstvolume.c: (gst_volume_class_init):
12773           added debug ptr
12774
12775 2005-08-16  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12778         (gst_base_audio_src_change_state):
12779         Open and close device in READY<->NULL state change.
12780
12781 2005-08-16  Andy Wingo  <wingo@pobox.com>
12782
12783         * examples/seeking/Makefile.am: Don't compile non-compiling
12784         compiled objects with the compiler.
12785
12786         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12787         elements.
12788
12789 2005-08-12  Philippe Khalaf <burger@speedy.org>
12790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12792           Made a thread to release the queue.
12793           Removed timestamp conversion for now.
12794
12795 2005-08-10  Philippe Khalaf <burger@speedy.org>
12796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12797         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12798           Added rtp timestamp -> gst timestamp conversion.
12799           Fixed several problems with queue.
12800
12801 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         * gst-libs/gst/audio/gstaudioclock.h:
12804         * gst-libs/gst/audio/gstaudiofilter.h:
12805         * gst-libs/gst/audio/gstaudiosink.h:
12806         * gst-libs/gst/audio/gstaudiosrc.h:
12807         * gst-libs/gst/audio/gstbaseaudiosink.h:
12808         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12809         * gst-libs/gst/audio/gstringbuffer.h:
12810         * gst-libs/gst/net/gstnetbuffer.h:
12811         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12812         * gst-libs/gst/rtp/gstrtpbuffer.h:
12813           Add padding (you will need to rebuild gst-plugins-base,
12814           gst-plugins and all applications afterwards!)
12815
12816 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12819         (gst_riff_parse_chunk):
12820           Fix bug in debug message and add some more debug messages.
12821
12822 2005-08-08  Edward Hervey  <edward@fluendo.com>
12823
12824         * gst-libs/gst/riff/riff-media.c:
12825         backported updates since branch
12826
12827 2005-08-08  Andy Wingo  <wingo@pobox.com>
12828
12829         * gst-libs/gst/audio/gstbaseaudiosink.c
12830         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12831         like good elements should. Close on READY->NULL too.
12832
12833         * gst-libs/gst/audio/gstaudiosink.c
12834         (gst_audioringbuffer_open_device,
12835         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12836         (gst_audioringbuffer_release): Updates for new ring buffer API,
12837         hook into the new audio sink api.
12838
12839         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12840         (GstAudioSinkClass.close): Just open and close the device -- no
12841         resource allocation or configuration.
12842         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12843         vmethods, handle device setup and resource allocation.
12844
12845         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12846         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12847         base class API.
12848
12849         * gst-libs/gst/audio/gstringbuffer.h
12850         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12851         New vmethods.
12852
12853         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12854         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12855         New API functions. The device should be opened before acquiring
12856         and closed after releasing.
12857
12858 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12859
12860         * gst-libs/gst/interfaces/mixer.h:
12861           Reset padding to GST_PADDING.
12862
12863 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12864
12865         * gst/playback/gstplaybin.c: (remove_sinks):
12866           Remove visualization from parent explicitely; works around some
12867           apparent refcount issue that I haven't tracked down yet.
12868
12869 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12870
12871         * ext/alsa/gstalsasink.c: (set_hwparams):
12872           Assign debug category, add negotiation debug msgs.
12873
12874 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12875
12876         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12877           Fix error code for file-not-found to NOT_FOUND.
12878
12879 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12880
12881         * common/gtk-doc-plugins.mak:
12882         * docs/plugins/Makefile.am:
12883         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12884         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12885           renamed to actual element names, so much nicer to look at
12886         * docs/plugins/tmpl/gstmultifdsink.sgml:
12887           remove
12888         * docs/plugins/tmpl/multifdsink.sgml:
12889         * docs/plugins/tmpl/tcpserversink.sgml:
12890           add
12891         * ext/alsa/gstalsa.c:
12892         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12893         * ext/ogg/gstoggmux.c:
12894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12895         * gst/playback/gstdecodebin.c:
12896         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12897         * gst/tcp/gsttcpserversink.c:
12898           various fixes and documentation additions
12899
12900 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12901
12902         * common/Makefile.am:
12903         * common/gstdoc-scangobj:
12904         * common/gtk-doc-plugins.mak:
12905         * common/gtk-doc.mak:
12906           add a custom scangobj that uses the registry
12907           add a custom gtk-doc-plugins.mak that uses it
12908           some doc build fixes
12909         * configure.ac:
12910         * docs/Makefile.am:
12911         * docs/plugins/Makefile.am:
12912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12914         * docs/plugins/gst-plugins-base-plugins.types:
12915         * docs/plugins/tmpl/gstmultifdsink.sgml:
12916           add docs for one element, multifdsink
12917         * gst/adder/gstadder.h:
12918         * gst/volume/gstvolume.h:
12919           don't privatize enum
12920         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12921         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12922         (gst_sync_method_get_type), (gst_client_status_get_type),
12923         (gst_multifdsink_class_init),
12924         (gst_multifdsink_client_queue_buffer),
12925         (gst_multifdsink_handle_client_write):
12926         * gst/tcp/gstmultifdsink.h:
12927         * gst/tcp/gsttcp.h:
12928         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12929         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12930         (gst_tcpclientsink_render):
12931         * gst/tcp/gsttcpclientsink.h:
12932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12933         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12934         (gst_tcpclientsrc_start):
12935         * gst/tcp/gsttcpclientsrc.h:
12936         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12937         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12938         * gst/tcp/gsttcpserversrc.h:
12939         * gst/typefind/gsttypefindfunctions.c:
12940           remove superfluous Type stuff
12941
12942 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12943
12944         * gst/playback/gstplaybin.c: (gen_video_element):
12945           Enable videoscale.
12946
12947 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * gst-libs/gst/gconf/gconf.c:
12950         * gst-libs/gst/gconf/gconf.h:
12951           Fix some Andy Problem [tm].
12952
12953 2005-08-04  Andy Wingo  <wingo@pobox.com>
12954
12955         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12957         (gst_ffmpegcsp_get_size): Adapt to API changes.
12958
12959         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12960         Implement an in-place do-nothing transform.
12961
12962 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12963
12964         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12965         (gst_ximagesink_renegotiate_size):
12966           Do not set new window sizes yet if we prepare a new buffer size
12967           for upstream renegotiation (software scaling) at some point in the
12968           future, because this new size waqs not actually accepted yet. Once
12969           accepted, renegotiation later on will set the new sizes just fine.
12970           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12971           embedding testcase.
12972
12973 2005-08-03  Andy Wingo  <wingo@pobox.com>
12974
12975         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12976         (gst_ximagesink_buffer_alloc): 
12977         Protect the height, width, and desired_caps with the pool_lock.
12978         Fixes videotestsrc ! queue ! ximagesink.
12979
12980 2005-08-02  Edward Hervey  <edward@fluendo.com>
12981
12982         * gst/volume/gstvolume.c:
12983         include left from controller cleanup
12984
12985 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12987           Stop collectpads before calling the parent state
12988           change function on PAUSED->READY.
12989
12990 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12991         * configure.ac:
12992           When testing for X libs, use the X CFlags 
12993         * gst/adder/gstadder.c: (gst_adder_change_state):
12994           Stop the collectpads before calling parent state change function
12995           on PAUSED->READY, otherwise we deadlock deactivating pads.
12996
12997 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12998
12999         * configure.ac:
13000         * docs/libs/tmpl/gstcolorbalance.sgml:
13001         * docs/libs/tmpl/gstmixer.sgml:
13002         * examples/Makefile.am:
13003         * gst/sine/Makefile.am:
13004         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13005         (gst_sinesrc_set_property), (plugin_init):
13006         * gst/sine/gstsinesrc.h:
13007         * gst/volume/Makefile.am:
13008         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13009         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13010         (volume_process_float), (volume_process_int16),
13011         (volume_set_property), (plugin_init):
13012         * gst/volume/gstvolume.h:
13013           deactivate and remove dparams (libgstcontrol)
13014
13015 2005-07-29  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13018         Convert me to BaseTransform!! help..
13019
13020 2005-07-29  Andy Wingo  <wingo@pobox.com>
13021
13022         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13023         sinks.
13024
13025         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13026         support of both endiannesses.
13027
13028 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13031           Fix confusing debug message (s/event/query/)
13032
13033 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * gst/videotestsrc/videotestsrc.h:
13036           Use "_stdint.h" instead of <stdint.h>
13037
13038 2005-07-27  Wim Taymans  <wim@fluendo.com>
13039
13040         * ext/vorbis/Makefile.am:
13041         Revert wrong commit.
13042
13043 2005-07-27  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13046         More compilation fixen.
13047
13048 2005-07-27  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst-libs/gst/audio/gstbaseaudiosink.c:
13051         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13052         (gst_base_audio_sink_create_ringbuffer),
13053         (gst_base_audio_sink_change_state):
13054         Fix compilation.
13055
13056 2005-07-27  Wim Taymans  <wim@fluendo.com>
13057
13058         * examples/seeking/seek.c: (setup_dynamic_link),
13059         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13060         (query_positions_elems), (query_positions_pads), (do_seek):
13061         Update seek example.
13062
13063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13064         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13065         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13066         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13067         (gst_ogg_demux_handle_event),
13068         (gst_ogg_demux_deactivate_current_chain),
13069         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13070         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13071         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13072         (gst_ogg_demux_loop):
13073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13074         * ext/theora/theoradec.c: (theora_dec_src_event),
13075         (theora_dec_src_getcaps), (theora_dec_sink_event),
13076         (theora_dec_push), (theora_dec_chain):
13077         * ext/vorbis/Makefile.am:
13078         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13079         (vorbis_dec_sink_event), (vorbis_dec_push),
13080         (vorbis_handle_data_packet):
13081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13082         (gst_vorbisenc_chain):
13083         * gst/playback/gststreaminfo.c: (cb_probe):
13084         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13085         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13086         * gst/videoscale/gstvideoscale.c:
13087         (gst_videoscale_handle_src_event):
13088         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13089         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13090         (gst_ximagesink_navigation_send_event):
13091         * sys/xvimage/xvimagesink.c:
13092         (gst_xvimagesink_navigation_send_event):
13093         Various event updates and cleanups
13094
13095 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13096
13097         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13098           Fix segfault for I420/YV12.
13099
13100 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13101
13102         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13103           Report bitrate.
13104
13105 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13106
13107         * gst/playback/gstplaybin.c: (gen_video_element),
13108         (gen_audio_element):
13109           Switch to auto*sink elements as default sinks; add volume element
13110           so that volume control in totem works.
13111
13112 2005-07-21  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13115         * gst/playback/gstplaybin.c: (setup_sinks),
13116         (gst_play_bin_change_state):
13117         Refcount fix and more comments.
13118
13119 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13120
13121         * sys/ximage/Makefile.am:
13122         * sys/ximage/ximage.c: (plugin_init):
13123         * sys/ximage/ximagesink.c:
13124         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13125         
13126
13127 2005-07-21  Wim Taymans  <wim@fluendo.com>
13128
13129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13130         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13131         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13132         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13133         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13134         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13135         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13136         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13137         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13138         Generate correct disconts for live chained oggs.
13139
13140         * gst-libs/gst/audio/gstbaseaudiosink.c:
13141         (gst_base_audio_sink_render),
13142         (gst_base_audio_sink_create_ringbuffer),
13143         (gst_base_audio_sink_change_state):
13144         Handle discont math correctly.
13145
13146         * gst/playback/gstplaybin.c: (add_sink):
13147         Some small debug cleanup.
13148
13149 2005-07-21  Wim Taymans  <wim@fluendo.com>
13150
13151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13152         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13153         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13154         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13155         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13156         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13157         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13158         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13159         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13160         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13161         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13162         (gst_ogg_demux_change_state), (gst_ogg_print):
13163         Reorganize code to send the right disconts when in streaming
13164         mode.
13165
13166 2005-07-20  Andy Wingo  <wingo@pobox.com>
13167
13168         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13169         fix (?), fixes a seggie mcfalterson (#310894).
13170
13171 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13172
13173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13174         (gst_ogg_mux_set_header_on_caps):
13175         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13177         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13178         * gst-libs/gst/audio/multichannel.c:
13179         (gst_audio_set_channel_positions),
13180         (gst_audio_set_structure_channel_positions_list):
13181         * gst/playback/gstdecodebin.c: (dynamic_create):
13182         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13183         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13184           Fixes for API changes in core.
13185
13186 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13187
13188         * gst/playback/gstplaybasebin.c: (fill_buffer):
13189           Use _new_custom() so we can set custom message types for buffering
13190           messages.
13191
13192 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13193
13194         * configure.ac:
13195         * gst-libs/gst/Makefile.am:
13196         * gst-libs/gst/gconf/.cvsignore:
13197         * gst-libs/gst/gconf/Makefile.am:
13198         * gst-libs/gst/gconf/test-gconf.c:
13199         * pkgconfig/Makefile.am:
13200         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13201         * pkgconfig/gstreamer-gconf.pc.in:
13202           Remove gconf stuff, use gconf elements instead from now on.
13203
13204 2005-07-20  Wim Taymans  <wim@fluendo.com>
13205
13206         * gst-libs/gst/audio/TODO:
13207         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13208         (gst_audio_clock_get_internal_time):
13209         * gst-libs/gst/audio/gstaudioclock.h:
13210         * gst-libs/gst/audio/gstbaseaudiosink.c:
13211         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13212         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13213         (gst_base_audio_sink_render),
13214         (gst_base_audio_sink_create_ringbuffer),
13215         (gst_base_audio_sink_change_state):
13216         Make sure the audio clock always returns an increasing value.
13217
13218 2005-07-19  Andy Wingo  <wingo@pobox.com>
13219
13220         * gst/videotestsrc/: Cleanups.
13221
13222 2005-07-19  Wim Taymans  <wim@fluendo.com>
13223
13224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13225         Better debugging.
13226
13227 2005-07-19  Wim Taymans  <wim@fluendo.com>
13228
13229         * examples/seeking/seek.c: (make_dv_pipeline),
13230         (make_vorbis_theora_pipeline), (query_rates),
13231         (query_positions_elems), (query_positions_pads), (do_seek):
13232         Make correct DV pipeline.
13233
13234 2005-07-18  Andy Wingo  <wingo@pobox.com>
13235
13236         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13237         default. Also because it's the only thing that really works. (This
13238         is used in the GConf elements).
13239         Use AS_LIBTOOL_TAGS.
13240
13241 2005-07-18  Wim Taymans  <wim@fluendo.com>
13242
13243         * gst/playback/gstdecodebin.c: (remove_element_chain):
13244         * gst/playback/gstplaybin.c: (add_sink):
13245         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13246         (gst_stream_info_set_mute):
13247         * gst/playback/gststreamselector.c:
13248         (gst_stream_selector_get_linked_pad),
13249         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13250         More leak and compile fixes.
13251
13252 2005-07-18  Wim Taymans  <wim@fluendo.com>
13253
13254         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13255         (query_rates), (query_positions_elems), (query_positions_pads),
13256         (do_seek), (seek_cb), (stop_seek):
13257         Updated seek example. 
13258
13259         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13260         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13261         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13262         * gst/playback/gstplaybin.c: (add_sink):
13263         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13264         (gst_stream_info_set_mute):
13265         Some refcount leak fixes.
13266
13267 2005-07-16  Wim Taymans  <wim@fluendo.com>
13268
13269         * gst-libs/gst/audio/gstbaseaudiosink.c:
13270         (gst_base_audio_sink_render):
13271         Align samples even if we have roundoff errors in the 
13272         timestamp conversion.
13273
13274 2005-07-16  Wim Taymans  <wim@fluendo.com>
13275
13276         * docs/libs/tmpl/gstringbuffer.sgml:
13277         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13278         (query_rates), (query_positions_elems), (query_positions_pads),
13279         (update_scale), (do_seek):
13280         Updated seek example.
13281
13282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13283         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13284         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13285         (gst_ogg_demux_loop):
13286         Push out correct discont values.
13287
13288         * ext/theora/theoradec.c: (theora_dec_src_convert),
13289         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13290         (theora_dec_sink_event), (theora_handle_type_packet),
13291         (theora_handle_header_packet), (theora_dec_push),
13292         (theora_handle_data_packet), (theora_dec_chain),
13293         (theora_dec_change_state):
13294         Better timestamping.
13295
13296         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13297         (vorbis_dec_sink_event), (vorbis_dec_push),
13298         (vorbis_handle_data_packet), (vorbis_dec_chain):
13299         * ext/vorbis/vorbisdec.h:
13300         Better timestamping.
13301
13302         * gst-libs/gst/audio/gstbaseaudiosink.c:
13303         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13304         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13305         Handle syncing on timestamps instead of sample offsets. Make
13306         use of DISCONT values as described in design docs.
13307
13308         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13309         (gst_base_audio_src_get_time):
13310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13311         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13312         (gst_ring_buffer_read):
13313         * gst-libs/gst/audio/gstringbuffer.h:
13314         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13315         (gst_ximagesink_show_frame):
13316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13317         Correcly convert buffer timestamp to stream time.
13318
13319 2005-07-16  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/audioconvert/gstaudioconvert.c:
13322         (gst_audio_convert_get_buffer):
13323         Timestamp buffers correctly.
13324
13325         * gst/playback/gstplaybin.c: (gen_video_element):
13326         Make internal fakesink silent.
13327
13328 2005-07-15  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst/ffmpegcolorspace/Makefile.am:
13331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13332         (gst_ffmpegcsp_caps_remove_format_info),
13333         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13334         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13335         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13336         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13337         Ported ffmpegcolorspace to basetransform.
13338
13339         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13340         * gst/volume/gstvolume.c: (volume_transform):
13341         Ported to new API.
13342
13343 2005-07-14  Wim Taymans  <wim@fluendo.com>
13344
13345         * gst/videotestsrc/Makefile.am:
13346         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13347         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13348         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13349         (gst_videotestsrc_init), (gst_videotestsrc_event),
13350         (gst_videotestsrc_create), (gst_videotestsrc_start),
13351         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13352         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13353         (gst_videotestsrc_get_property):
13354         * gst/videotestsrc/gstvideotestsrc.h:
13355         Make videotestsrc a pushsrc.
13356
13357 2005-07-14  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst/tcp/gstfdset.c: (gst_fdset_free):
13360         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13361         (gst_multifdsink_add), (gst_multifdsink_remove),
13362         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13363         (gst_multifdsink_remove_client_link),
13364         (gst_multifdsink_client_queue_data),
13365         (gst_multifdsink_client_queue_caps),
13366         (gst_multifdsink_client_queue_buffer),
13367         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13368         (gst_multifdsink_stop):
13369         * gst/tcp/gstmultifdsink.h:
13370         0.8 backporting.
13371
13372         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13373         Also draw image when not from a pool.
13374
13375 2005-07-14  Wim Taymans  <wim@fluendo.com>
13376
13377         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13378         (mute_stream), (silence_stream):
13379         Small debug additions.
13380
13381 2005-07-14  Wim Taymans  <wim@fluendo.com>
13382
13383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13384         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13385         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13386         Better error recovery, ignore unconnected pads and
13387         non-fatal errors.
13388
13389 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13390
13391         * docs/libs/tmpl/gstaudio.sgml:
13392         * docs/libs/tmpl/gstcolorbalance.sgml:
13393         * docs/libs/tmpl/gstgconf.sgml:
13394         * docs/libs/tmpl/gstmixer.sgml:
13395         * docs/libs/tmpl/gstringbuffer.sgml:
13396         * docs/libs/tmpl/gsttuner.sgml:
13397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13398         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13399         (gst_tcpclientsrc_class_init):
13400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13401         (gst_tcpserversrc_class_init):
13402         * sys/v4l/gstv4lelement.c:
13403           more autistic cleanliness in functions/names/defines
13404
13405 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         * configure.ac:
13408           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13409           added manually to each Makefile.am so we are sure it goes
13410           *last* and doesn't add -L flags before linking in libs of our
13411           own, like, say, internal .la libs, that then accidentally pick
13412           up the installed copy.
13413         * docs/libs/Makefile.am:
13414         * ext/alsa/Makefile.am:
13415         * ext/cdparanoia/Makefile.am:
13416         * ext/gnomevfs/Makefile.am:
13417         * ext/libvisual/Makefile.am:
13418         * ext/ogg/Makefile.am:
13419         * ext/theora/Makefile.am:
13420         * ext/vorbis/Makefile.am:
13421         * gst-libs/gst/video/Makefile.am:
13422         * gst/adder/Makefile.am:
13423         * gst/audioconvert/Makefile.am:
13424         * gst/audiorate/Makefile.am:
13425         * gst/audioscale/Makefile.am:
13426         * gst/ffmpegcolorspace/Makefile.am:
13427         * gst/playback/Makefile.am:
13428         * gst/sine/Makefile.am:
13429         * gst/subparse/Makefile.am:
13430         * gst/tags/Makefile.am:
13431         * gst/tcp/Makefile.am:
13432         * gst/typefind/Makefile.am:
13433         * gst/videorate/Makefile.am:
13434         * gst/videoscale/Makefile.am:
13435         * gst/videotestsrc/Makefile.am:
13436         * gst/volume/Makefile.am:
13437         * sys/v4l/Makefile.am:
13438         * sys/ximage/Makefile.am:
13439         * sys/xvimage/Makefile.am:
13440           adapt properly to this change. This should make sure that
13441           plugins and libs properly link to the as-yet-uninstalled
13442           copies of stuff like libgstinterfaces and libgstvideo
13443
13444 2005-07-13  Andy Wingo  <wingo@pobox.com>
13445
13446         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13447         (gst_v4lsrc_fixate): Fixate on format as well.
13448
13449         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13450         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13451         buffer points to it.
13452         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13453         rather just doing X calls ourselves. Also fixes a memleak.
13454
13455 2005-07-12  Andy Wingo  <wingo@pobox.com>
13456
13457         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13458         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13459         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13460         TRUE to avoid deadlocks if an element holds on to our buffers.
13461
13462 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13463
13464         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13465         (gst_sinesrc_init), (gst_sinesrc_create),
13466         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13467         (gst_sinesrc_start):
13468         * gst/sine/gstsinesrc.h:
13469           removing num-buffers property before moving it
13470
13471 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13472
13473         * configure.ac:
13474           use overridable ERROR_CFLAGS
13475         * docs/libs/gst-plugins-base-libs.types:
13476         * docs/libs/tmpl/gstringbuffer.sgml:
13477         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13478         (gst_alsasink_class_init):
13479         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13480         (gst_alsasrc_class_init):
13481         * gst-libs/gst/audio/audio.h:
13482         * gst-libs/gst/audio/gstaudioclock.h:
13483         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13484         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13485         (gst_audio_filter_link), (gst_audio_filter_init),
13486         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13487         (gst_audio_filter_get_property),
13488         (gst_audio_filter_class_add_pad_templates):
13489         * gst-libs/gst/audio/gstaudiofilter.h:
13490         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13491         (gst_audio_filter_template_get_type),
13492         (gst_audio_filter_template_base_init),
13493         (gst_audio_filter_template_class_init),
13494         (gst_audio_filter_template_init),
13495         (gst_audio_filter_template_set_property),
13496         (gst_audio_filter_template_get_property), (plugin_init),
13497         (gst_audio_filter_template_setup),
13498         (gst_audio_filter_template_filter),
13499         (gst_audio_filter_template_filter_inplace):
13500         * gst-libs/gst/audio/gstaudiosink.c:
13501         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13502         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13503         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13504         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13505         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13506         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13507         * gst-libs/gst/audio/gstaudiosink.h:
13508         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13509         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13510         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13511         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13512         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13513         (gst_audio_src_class_init), (gst_audio_src_init),
13514         (gst_audio_src_create_ringbuffer):
13515         * gst-libs/gst/audio/gstaudiosrc.h:
13516         * gst-libs/gst/audio/gstbaseaudiosink.c:
13517         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13518         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13519         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13520         (gst_base_audio_sink_set_property),
13521         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13522         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13523         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13524         (gst_base_audio_sink_create_ringbuffer),
13525         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13526         * gst-libs/gst/audio/gstbaseaudiosink.h:
13527         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13528         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13529         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13530         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13531         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13532         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13533         (gst_base_audio_src_event), (gst_base_audio_src_create),
13534         (gst_base_audio_src_create_ringbuffer),
13535         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13536         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13538         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13539         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13540         (gst_ring_buffer_debug_spec_caps),
13541         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13542         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13543         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13544         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13545         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13546         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13547         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13548         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13549         (gst_ring_buffer_clear):
13550         * gst-libs/gst/audio/gstringbuffer.h:
13551         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13552         (gst_video_sink_class_init), (gst_video_sink_get_type):
13553         * gst-libs/gst/video/videosink.h:
13554         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13555         (gst_multifdsink_class_init),
13556         (gst_multifdsink_handle_client_write),
13557         (gst_multifdsink_change_state):
13558         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13559         (gst_tcpclientsink_setcaps):
13560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13561         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13562         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13563         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13564         (gst_ximagesink_send_pending_navigation),
13565         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13566         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13568         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13569         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13570         (gst_xvimagesink_send_pending_navigation),
13571         (gst_xvimagesink_navigation_send_event),
13572         (gst_xvimagesink_set_xwindow_id),
13573         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13574         (gst_xvimagesink_get_type):
13575         more macro splitting
13576
13577 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13580           plug a memleak, allows me to import 1479 albums in one go
13581           in jamboree
13582         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13583         (vorbis_handle_type_packet), (vorbis_dec_chain),
13584         (vorbis_dec_change_state):
13585           fix some format strings
13586
13587 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13588
13589         * docs/libs/tmpl/gstcolorbalance.sgml:
13590         * docs/libs/tmpl/gstmixer.sgml:
13591         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13592         (gst_alsasink_set_property), (gst_alsasink_get_property):
13593         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13594         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13595           add device property
13596
13597 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13598
13599         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13600         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13601         (audiocast_register_listener), (audiocast_thread_run),
13602         (gst_gnomevfssrc_send_additional_headers_callback),
13603         (gst_gnomevfssrc_received_headers_callback),
13604         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13605         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13606         (gst_gnomevfssrc_get_size):
13607           add/clean up debugging
13608         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13609           cleanups
13610
13611 2005-07-07  Andy Wingo  <wingo@pobox.com>
13612
13613         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13614         framerate. Need to get a handle on when exactly this function is
13615         called, tho.
13616
13617         * sys/v4l/v4lsrc_calls.h:
13618         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13619         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13620         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13621
13622         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13623         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13624         v4lelements are sources.
13625
13626         * sys/v4l/gstv4lxoverlay.h:
13627         * sys/v4l/gstv4lxoverlay.c:
13628         * sys/v4l/gstv4ltuner.h:
13629         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13630         
13631         * sys/v4l/gstv4lsrc.h:
13632         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13633         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13634         or something should handle that. Made a live source.
13635
13636         * sys/v4l/gstv4lelement.h:
13637         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13638         signals. Some cleanups.
13639
13640         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13641
13642         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13643         stuff.
13644
13645         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13646         stuff.
13647
13648         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13649
13650 2005-07-07  Wim Taymans  <wim@fluendo.com>
13651
13652         * ext/theora/theoradec.c: (theora_get_query_types),
13653         (theora_dec_src_getcaps), (theora_dec_push):
13654         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13656         Remove deprecated/unused query types.
13657
13658 2005-07-06  Wim Taymans  <wim@fluendo.com>
13659
13660         * ext/alsa/Makefile.am:
13661         * ext/alsa/gstalsaplugin.c: (plugin_init):
13662         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13663         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13664         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13665         (gst_alsasrc_class_init), (gst_alsasrc_init),
13666         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13667         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13668         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13669         (gst_alsasrc_reset):
13670         * ext/alsa/gstalsasrc.h:
13671         * gst-libs/gst/audio/Makefile.am:
13672         * gst-libs/gst/audio/gstaudiosink.c:
13673         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13674         (gst_audioringbuffer_start):
13675         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13676         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13677         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13678         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13679         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13680         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13681         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13682         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13683         * gst-libs/gst/audio/gstaudiosrc.h:
13684         * gst-libs/gst/audio/gstbaseaudiosink.c:
13685         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13686         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13687         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13689         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13690         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13691         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13692         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13693         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13694         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13695         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13696         (gst_baseaudiosrc_change_state):
13697         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13698         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13699         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13700         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13701         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13702         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13703         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13704         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13705         * gst-libs/gst/audio/gstringbuffer.h:
13706         Added audiosource base classes.
13707         Ported alsasrc, still very basic.
13708
13709 2005-07-06  Wim Taymans  <wim@fluendo.com>
13710
13711         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13712         (theora_dec_push), (theora_handle_data_packet):
13713         Prepare for better timestamp fix later.
13714
13715         * gst/audioconvert/gstaudioconvert.c:
13716         List most accurate caps first
13717
13718         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13719         Use proper pad task function.
13720
13721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13722         (gst_xvimagesink_show_frame):
13723         Fix deadlock when alloc failed.
13724
13725 2005-07-05  Andy Wingo  <wingo@pobox.com>
13726
13727         * ext/gnomevfs/gstgnomevfssrc.c:
13728         * gst/sine/gstsinesrc.c:
13729         * gst/tcp/gsttcpserversrc.c:
13730         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13731
13732         * sys/v4l/: Port from 0.8.
13733
13734         * Many files: Null if we got it....
13735
13736 2005-07-05  Andy Wingo  <wingo@pobox.com>
13737
13738         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13739         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13740         Signedness fixes.
13741
13742 2005-07-05  Wim Taymans  <wim@fluendo.com>
13743
13744         * configure.ac:
13745         * gst/tcp/Makefile.am:
13746         * gst/tcp/README:
13747         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13748         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13749         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13750         (is_sync_frame), (gst_multifdsink_handle_client_write),
13751         (gst_multifdsink_render), (gst_multifdsink_start),
13752         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13753         * gst/tcp/gstmultifdsink.h:
13754         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13755         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13756         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13757         * gst/tcp/gsttcp.h:
13758         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13759         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13760         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13761         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13762         * gst/tcp/gsttcpclientsink.h:
13763         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13764         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13765         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13766         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13767         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13768         * gst/tcp/gsttcpclientsrc.h:
13769         * gst/tcp/gsttcpplugin.c: (plugin_init):
13770         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13771         * gst/tcp/gsttcpserversink.h:
13772         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13773         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13774         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13775         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13776         (gst_tcpserversrc_stop):
13777         * gst/tcp/gsttcpserversrc.h:
13778         * gst/tcp/gsttcpsink.c:
13779         * gst/tcp/gsttcpsink.h:
13780         * gst/tcp/gsttcpsrc.c:
13781         * gst/tcp/gsttcpsrc.h:
13782         Ported tcp plugins to 0.9. 
13783         
13784
13785 2005-07-05  Andy Wingo  <wingo@pobox.com>
13786
13787         * gst/playback/gstplaybasebin.c (fill_buffer):
13788         message_new_application fixen.
13789
13790         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13791         Style fix.
13792
13793 2005-07-04  Wim Taymans  <wim@fluendo.com>
13794
13795         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13796         Set caps on output buffer.
13797
13798 2005-07-04  Andy Wingo  <wingo@pobox.com>
13799
13800         * ext/gnomevfs/gstgnomevfssrc.c
13801         (gst_gnomevfssrc_received_headers_callback) 
13802         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13803         hopefully.
13804
13805         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13806         No refcount leakage.
13807
13808         * configure.ac: Enable -Werror.
13809         
13810         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13811         * gst/audioconvert/bufferframesconvert.c
13812         (buffer_frames_convert_fixate):
13813         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13814         (gst_audio_convert_fixate):
13815         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13816         (gst_sinesrc_create): Fixate func changes.
13817         
13818         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13819         (gst_ximagesink_buffer_alloc): Unused var.
13820
13821 2005-07-01  Andy Wingo  <wingo@pobox.com>
13822
13823         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13824         getcaps to do explicit caps. Needs to be done in all decoders,
13825         possibly via a base class.
13826
13827         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13828
13829         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13830         caps on the sink pad, just rely on the pad template. Also, setting
13831         ANY caps on a pad is not valid because the caps are not fixed.
13832
13833         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13834         caps on the buffer, and get the width from the desired_caps if
13835         they're set.
13836         (gst_ximagesink_renegotiate_size): Implement via setting the
13837         desired_caps on the ximagesink.
13838         (gst_ximagesink_setcaps): Only reset the width of the player if it
13839         wasn't already set. Not sure if this is right.
13840         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13841
13842         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13843         that the user wants. NULL unless the window has been resized.
13844
13845         * gst/volume/gstvolume.c (volume_transform): Adapt to
13846         basetransform refcount changes.
13847         
13848 2005-07-01  Andy Wingo  <wingo@pobox.com>
13849
13850         * gst/videoscale/gstvideoscale.c:
13851         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13852         from BaseTransform, implements a transform_caps. Removed dead code
13853         including some PAR stuff that was never reached -- should probably
13854         be added back somehow.
13855
13856 2005-07-01  Andy Wingo  <wingo@pobox.com>
13857
13858         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13859         come later.
13860
13861 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * configure.ac:
13864         * docs/libs/Makefile.am:
13865         * docs/libs/gst-plugins-libs.types:
13866         * ext/alsa/Makefile.am:
13867         * ext/alsa/gstalsamixer.h:
13868         * ext/alsa/gstalsamixeroptions.h:
13869         * ext/alsa/gstalsamixertrack.h:
13870         * gst-libs/gst/Makefile.am:
13871         * gst-libs/gst/colorbalance/.cvsignore:
13872         * gst-libs/gst/colorbalance/Makefile.am:
13873         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13874         * gst-libs/gst/colorbalance/colorbalance.c:
13875         * gst-libs/gst/colorbalance/colorbalance.h:
13876         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13877         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13878         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13879         * gst-libs/gst/interfaces/Makefile.am:
13880         * gst-libs/gst/interfaces/colorbalance.c:
13881         (gst_color_balance_class_init):
13882         * gst-libs/gst/interfaces/colorbalance.h:
13883         * gst-libs/gst/interfaces/interfaces-marshal.list:
13884         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13885         * gst-libs/gst/interfaces/mixer.h:
13886         * gst-libs/gst/interfaces/mixeroptions.h:
13887         * gst-libs/gst/interfaces/navigation.c:
13888         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13889         * gst-libs/gst/interfaces/tuner.h:
13890         * gst/volume/Makefile.am:
13891         * gst/volume/gstvolume.c:
13892         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13893         * sys/ximage/Makefile.am:
13894         * sys/ximage/ximagesink.c:
13895         * sys/xvimage/Makefile.am:
13896         * sys/xvimage/xvimagesink.c:
13897           fold in all interfaces into an interfaces dir, preserving CVS
13898           history
13899
13900 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13901
13902         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13903           Fix build after riff changes.
13904
13905 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13906
13907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13908         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13909         (gst_riff_create_video_template_caps),
13910         (gst_riff_create_audio_template_caps),
13911         (gst_riff_create_iavs_template_caps):
13912         * gst-libs/gst/riff/riff-media.h:
13913         * gst-libs/gst/riff/riff-read.h:
13914         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13915           Add gst_riff_init() to initialize the debug category, instead
13916           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13917
13918 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13919
13920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13921           Oops, I shouldn't apply hacks.
13922
13923 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13924
13925         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13926           Remove pad_loop function which doesn't work.
13927
13928 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13929
13930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13931           Send EOS when deactivating.
13932         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13933         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13934         (gen_preroll_element), (probe_triggered), (mute_stream),
13935         (silence_stream), (new_decoded_pad), (setup_substreams),
13936         (set_active_source):
13937         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13938         (remove_sinks), (add_sink):
13939         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13940           Change for new probe API.
13941
13942 2005-06-29  Wim Taymans  <wim@fluendo.com>
13943
13944         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13945         * gst-libs/gst/audio/gstbaseaudiosink.c:
13946         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13947         (gst_baseaudiosink_change_state):
13948         * gst-libs/gst/audio/gstbaseaudiosink.h:
13949         * gst-libs/gst/audio/gstringbuffer.c:
13950         (gst_ringbuffer_set_callback):
13951         Fix compilation error.
13952         Ringbuffer starts out as not running.
13953         Free our clock in dispose.
13954         When releasing the ringbuffer we need to renegotiate so
13955         clear the pad caps.
13956
13957 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13958
13959         * autogen.sh:
13960         * configure.ac:
13961         * docs/Makefile.am:
13962         * docs/libs/Makefile.am:
13963         * docs/libs/gst-plugins-libs-docs.sgml:
13964         * docs/libs/gst-plugins-libs-sections.txt:
13965         * docs/libs/gst-plugins-libs.types:
13966         * docs/libs/tmpl/gstaudio.sgml:
13967         * docs/libs/tmpl/gstcolorbalance.sgml:
13968         * docs/libs/tmpl/gstringbuffer.sgml:
13969         * gst-libs/gst/audio/gstringbuffer.c:
13970         (gst_ringbuffer_set_callback):
13971           reinstate gtk-doc docs for plugin libs
13972
13973 2005-06-28  Wim Taymans  <wim@fluendo.com>
13974
13975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13976         (gst_ogg_demux_init):
13977         Removed pad loop function.
13978
13979 2005-06-28  Wim Taymans  <wim@fluendo.com>
13980
13981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13982         If we're building a chain we are not in an error case
13983         when we queue a buffer.
13984
13985 2005-06-28  Andy Wingo  <wingo@pobox.com>
13986
13987         * *.c: Don't cast to GstObject before reffing/unreffing.
13988
13989 2005-06-27  Andy Wingo  <wingo@pobox.com>
13990
13991         * gst/videotestsrc/gstvideotestsrc.c
13992         (gst_videotestsrc_activate_push): Activation API changes.
13993
13994         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13995         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13996         they have refs on the decodebin.
13997
13998         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13999         parent class.
14000         (gst_ogg_pad_typefind): Don't leak a pad ref.
14001         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14002         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14003         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14004
14005 2005-06-27  Edward Hervey  <edward@fluendo.com>
14006
14007         * ext/theora/theoradec.c: (theora_dec_change_state): 
14008         re-arranged call to parent's state change in order to avoid locks (or
14009         worse).
14010
14011 2005-06-26  Edward Hervey  <edward@fluendo.com>
14012
14013         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14014         2nd argument of 'unknow-type' signal is a GstCaps and not a
14015         GstMiniObject
14016
14017 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14018         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14019           Set the worker thread's running flag to TRUE before starting the
14020           thread.
14021         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14022           Catch a failure to add typefind to the bin.
14023
14024 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14025
14026         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14027         (gst_sinesrc_init), (gst_sinesrc_create),
14028         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14029         (gst_sinesrc_start):
14030         * gst/sine/gstsinesrc.h:
14031           add num-buffers and timestamp-offset properties
14032         * gst/videotestsrc/gstvideotestsrc.c:
14033         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14034         (gst_videotestsrc_get_property):
14035           add timestamp-offset property
14036
14037 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14038
14039         * configure.ac: add videorate
14040         * gst-plugins-base.spec.in: add videorate
14041
14042 2005-06-23  Wim Taymans  <wim@fluendo.com>
14043
14044         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14045         (gst_videorate_getcaps), (gst_videorate_setcaps),
14046         (gst_videorate_event), (gst_videorate_chain):
14047         Fixed videorate, fixating an already fixated caps is not
14048         an error.
14049
14050 2005-06-23  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/ogg/README:
14053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14054         Buffer on caps is not boxed anymore.
14055
14056 2005-06-22  Wim Taymans  <wim@fluendo.com>
14057
14058         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14060         Set buffers on caps as miniobjects and not as boxed.
14061
14062 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * configure.ac:
14065           back to HEAD
14066
14067 === release 0.9.1 ===
14068
14069 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14070
14071         * .cvsignore:
14072         * NEWS:
14073         * README:
14074         * RELEASE:
14075         * configure.ac:
14076         * po/af.po:
14077         * po/az.po:
14078         * po/cs.po:
14079         * po/en_GB.po:
14080         * po/hu.po:
14081         * po/it.po:
14082         * po/nb.po:
14083         * po/nl.po:
14084         * po/or.po:
14085         * po/sq.po:
14086         * po/sr.po:
14087         * po/sv.po:
14088         * po/uk.po:
14089         * po/vi.po:
14090           updates for release
14091
14092 2005-06-09  Andy Wingo  <wingo@pobox.com>
14093
14094         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14095         
14096 2005-06-09  Andy Wingo  <wingo@pobox.com>
14097
14098         * configure.ac:
14099         * gst-libs/gst/Makefile.am:
14100         * gst-libs/gst/net/Makefile.am:
14101         Add gstnet to build.
14102
14103 2005-06-09  Andy Wingo  <wingo@pobox.com>
14104
14105         * gst-libs/gst/gconf/gconf.c:
14106         * gst/playback/test.c:
14107         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14108         fixes.
14109
14110         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14111
14112         * ext/theora/theoraenc.c (theora_enc_chain): 
14113         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14114
14115         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14116         RealPad.
14117
14118 2005-06-02  Wim Taymans  <wim@fluendo.com>
14119
14120         * gst-libs/gst/net/Makefile.am:
14121         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14122         * pkgconfig/gstreamer-libs.pc.in:
14123         Added net stuff, version net lib.
14124
14125 2005-06-02  Wim Taymans  <wim@fluendo.com>
14126
14127         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14128         (query_rates), (query_positions_elems), (query_positions_pads),
14129         (do_seek):
14130         Updated seek example.
14131
14132 2005-06-02  Andy Wingo  <wingo@pobox.com>
14133
14134         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14135         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14136         list.
14137
14138         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14139         remove the typefind, the bin dispose will do it for us. When it's
14140         removed and unreffed, the signal handler will be disconnected,
14141         too.
14142         (unlinked): It's too difficult to disconnect from unlinked
14143         handlers, as they are on pads not elements. Just punt if the pads
14144         aren't grandkids of the bin.
14145
14146 2005-06-02  Wim Taymans  <wim@fluendo.com>
14147
14148         * ext/ogg/README:
14149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14150         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14152         * ext/theora/theoradec.c: (theora_dec_src_query),
14153         (theora_handle_data_packet):
14154         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14155         (theora_enc_chain):
14156         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14157         (vorbis_handle_data_packet):
14158         * gst/audioconvert/bufferframesconvert.c:
14159         (buffer_frames_convert_chain):
14160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14161         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14162         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14163         (gst_ffmpegcsp_chain):
14164         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14165         (gst_videorate_getcaps), (gst_videorate_setcaps),
14166         (gst_videorate_event), (gst_videorate_chain):
14167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14168         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14169         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14170         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14171         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14172         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14173         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14174         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14175         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14176         Cleanups and buffer alloc.
14177
14178 2005-05-31  Wim Taymans  <wim@fluendo.com>
14179
14180         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14181         Don't try to call the delay method when the device is not
14182         opened.
14183
14184 2005-05-31  Wim Taymans  <wim@fluendo.com>
14185
14186         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14187         Get actual segment size and buffer size after opening
14188         the device.
14189
14190 2005-05-30  Wim Taymans  <wim@fluendo.com>
14191
14192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14193         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14194         Also FLUSH upstream, makes the loop function exit faster.
14195         
14196         * ext/theora/theoradec.c: (theora_dec_src_query):
14197         Some more debug info in the query.
14198         
14199         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14200         (gst_ximagesink_setcaps):
14201         Release lock on par error, better error reporting.
14202
14203 2005-05-26  Wim Taymans  <wim@fluendo.com>
14204
14205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14206         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14207         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14208         Clear chains in READY
14209         Queue packets until the chain is activated.
14210
14211 2005-05-25  Wim Taymans  <wim@fluendo.com>
14212
14213         * gst-libs/gst/audio/gstaudiosink.c:
14214         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14215         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14216         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14217         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14218         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14219         (gst_audiosink_create_ringbuffer):
14220         * gst-libs/gst/audio/gstbaseaudiosink.c:
14221         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14222         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14223         (gst_baseaudiosink_set_property), (build_linear_format),
14224         (debug_spec_caps), (debug_spec_buffer),
14225         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14226         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14227         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14228         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14230         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14231         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14232         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14233         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14234         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14235         (wait_segment), (gst_ringbuffer_commit),
14236         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14237         (gst_ringbuffer_clear):
14238         Various small cleanups.
14239
14240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14241         (gst_audio_convert_change_state):
14242         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14243         No need to take the locks anymore.
14244
14245 2005-05-25  Wim Taymans  <wim@fluendo.com>
14246
14247         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14248         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14249         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14250         (type_found):
14251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14252         (group_destroy), (group_commit), (queue_overrun),
14253         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14254         (mute_stream), (new_decoded_pad), (setup_substreams),
14255         (setup_source), (mute_group_type), (set_active_source),
14256         (gst_play_base_bin_change_state):
14257         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14258         (gen_video_element), (gen_text_element), (gen_audio_element),
14259         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14260         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14261         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14262         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14263         Some playbin cleanups mostly refcounting sloppyness.
14264
14265 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14266
14267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14268           Work with streaming input.
14269
14270 2005-05-25  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14273         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14274         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14275         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14276         No need to take the STREAM lock anymore.
14277
14278 2005-05-25  Wim Taymans  <wim@fluendo.com>
14279
14280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14281         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14282         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14283         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14284         (gst_ogg_demux_sink_activate):
14285         * ext/theora/theoradec.c: (theora_dec_src_event),
14286         (theora_handle_comment_packet), (theora_dec_chain),
14287         (theora_dec_change_state):
14288         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14289         (vorbis_handle_data_packet), (vorbis_dec_chain),
14290         (vorbis_dec_change_state):
14291         Remove STREAM locks as they are taken in core now.
14292         Never set bogus granulepos on vorbis/theora.
14293         Fix leaks in theoradec tag parsing.
14294
14295 2005-05-25  Wim Taymans  <wim@fluendo.com>
14296
14297         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14298         Fix memleaks, GST_BUFFER_DATA() is not freed.
14299
14300 2005-05-25  Wim Taymans  <wim@fluendo.com>
14301
14302         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14303         Open non-blocking, set to blocking mode afterwards to avoid
14304         lockups when audio device is busy.
14305
14306 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14307
14308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14309           This can't be good.
14310
14311 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14312
14313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14314         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14315         (gst_audio_convert_setcaps):
14316           Implement instant setup switching.
14317
14318 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * gst/playback/gstplaybasebin.c: (probe_triggered):
14321           Fix missing unlock.
14322         * gst/playback/gstplaybin.c: (add_sink):
14323           First add, then link (otherwise pad link fails).
14324
14325 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14326
14327         * examples/Makefile.am:
14328         fix buildbot (make distcheck)
14329
14330 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14331
14332         * gst/playback/gstplaybin.c: (gen_vis_element):
14333           Remove some wrong code. Doesn't work yet.
14334
14335 2005-05-19  Wim Taymans  <wim@fluendo.com>
14336
14337         * gst-libs/gst/net/Makefile.am:
14338         * gst-libs/gst/net/README:
14339         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14340         (gst_netbuffer_class_init), (gst_netbuffer_init),
14341         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14342         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14343         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14344         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14345         * gst-libs/gst/net/gstnetbuffer.h:
14346         Added buffer subclass to store extra to/from addresses for
14347         network sources/sinks.
14348
14349 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14350
14351         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14352           Don't lock an unassigned variable.
14353
14354 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14355
14356         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14357           Increase buffer for video, decrease buffer for other media types.
14358         * gst/playback/gstplaybin.c: (gen_video_element),
14359         (gen_audio_element):
14360           Change names for debugging purposes.
14361
14362 2005-05-18  Wim Taymans  <wim@fluendo.com>
14363
14364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14365         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14366         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14367         (gst_ffmpegcsp_chain):
14368         Enable buffer alloc passthrough if the source and dest
14369         formats are the same.
14370
14371 2005-05-17  Wim Taymans  <wim@fluendo.com>
14372
14373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14374         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14375         (gst_ogg_demux_chain_unlocked):
14376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14377         (gst_audio_convert_caps_remove_format_info),
14378         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14379         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14381         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14382         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14383         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14384         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14385         (gst_ffmpegcsp_get_property):
14386         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14387         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14388         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14389         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14390         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14391         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14392         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14393         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14394         Leak fixes in oggdemux.
14395         Some cleanups in audioconvert.
14396         Make passthrough work along with buffer_alloc etc.
14397         Make buffer_alloc and buffer recycling actually work in
14398         xvimagesink.
14399
14400 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14401
14402         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14403           make the compiler happy
14404
14405 2005-05-17  Wim Taymans  <wim@fluendo.com>
14406
14407         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14408         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14409         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14410         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14411         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14412         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14413         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14414         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14415         (gst_xvimagesink_set_xwindow_id):
14416         * sys/xvimage/xvimagesink.h:
14417         Port xvimagesink to new MiniObject.
14418
14419 2005-05-17  Wim Taymans  <wim@fluendo.com>
14420
14421         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14422         (gst_audiofilter_chain):
14423         * gst-libs/gst/audio/gstaudiosink.c:
14424         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14425         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14426         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14427         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14428         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14429         (gst_audiosink_create_ringbuffer):
14430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14431         (gst_audio_convert_caps_remove_format_info),
14432         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14433         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14435         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14436         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14437         Fix passthrough in ffmpegcolorspace.
14438         Fix memset in audiosink on wrong memory.
14439
14440 2005-05-16  David Schleef  <ds@schleef.org>
14441
14442         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14443         to GstMiniObject.
14444
14445 2005-05-16  David Schleef  <ds@schleef.org>
14446
14447         Port from GstData to GstMiniObject.
14448         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14450         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14451         (gst_ogg_mux_collected):
14452         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14453         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14454         (theora_handle_data_packet):
14455         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14456         (theora_set_header_on_caps), (theora_enc_chain):
14457         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14458         (vorbis_handle_comment_packet):
14459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14460         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14461         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14462         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14463         * gst/audioconvert/gstaudioconvert.c:
14464         (gst_audio_convert_get_buffer):
14465         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14466         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14467         (mute_stream), (silence_stream):
14468         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14469         * gst/volume/gstvolume.c: (volume_transform):
14470         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14471         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14472         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14473         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14474         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14475         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14476         (gst_ximagesink_buffer_alloc):
14477         * sys/ximage/ximagesink.h:
14478
14479 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14480
14481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14482         (fill_buffer), (check_queue), (queue_threshold_reached),
14483         (queue_out_of_data):
14484         * gst/playback/gstplaybasebin.h:
14485           Post buffer-fullness on the bus.
14486
14487 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14488
14489         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14490         (try_to_link_1):
14491         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14492         (group_commit), (probe_triggered), (setup_source),
14493         (gst_play_base_bin_change_state):
14494         * gst/playback/gstplaybasebin.h:
14495         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14496         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14497         (gst_play_bin_change_state):
14498           Move setup_output_pads into a virtual function, remove
14499           group-switch (no longer needed) and redirect (handled by bus
14500           now) signals.
14501
14502 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14503
14504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14505         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14506         (get_active_group), (get_building_group), (group_destroy),
14507         (group_commit), (check_queue), (queue_overrun),
14508         (queue_threshold_reached), (queue_out_of_data),
14509         (gen_preroll_element), (remove_groups), (unknown_type),
14510         (add_element_stream), (no_more_pads), (probe_triggered),
14511         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14512         (setup_substreams), (setup_source), (finish_source),
14513         (prepare_output), (muted_group_change_state),
14514         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14515         (gst_play_base_bin_change_state):
14516         * gst/playback/gstplaybasebin.h:
14517         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14518         (gst_play_bin_init), (gst_play_bin_set_property),
14519         (gen_video_element), (gen_text_element), (gen_audio_element),
14520         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14521         (gst_play_bin_change_state):
14522         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14523         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14524         (stream_info_change_state), (gst_stream_info_set_mute),
14525         (gst_stream_info_get_property):
14526         * gst/playback/gststreaminfo.h:
14527         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14528         (gst_stream_selector_get_linked_pad),
14529         (gst_stream_selector_getcaps),
14530         (gst_stream_selector_get_linked_pads),
14531         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14532         * gst/playback/gststreamselector.h:
14533           Rough port of playbin. Needs some more work, but is mostly done,
14534           and uses a few locks in important places, which should make stuff
14535           like chain-switches clean. Still uses GST_STATE() in a few places,
14536           which isn't all that good an idea, subtitles/elements disabled
14537           because no elements to test with and thus probably broken, query
14538           and event handling moved to GstBin, internal thread removed
14539           alltogether because the pipeline does that for us now. Can play
14540           Ogg/Vorbis files. Haven't tested anything else yet.
14541
14542 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14543
14544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14545           Do no-more-pads (needed for autoplugging).
14546
14547 2005-05-10  Andy Wingo  <wingo@pobox.com>
14548
14549         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14550         message to the bus with the tags. Still not sent downstream tho.
14551
14552         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14553         get_parent.
14554         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14555         avoid refcounting hassles.
14556
14557 2005-05-09  Andy Wingo  <wingo@pobox.com>
14558
14559         * gst/volume/Makefile.am:
14560         * gst/volume/demo.c
14561         * gst/volume/gstvolume.h
14562         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14563         basetransform. Probably need an audio filter base class.
14564
14565 2005-05-09  Wim Taymans  <wim@fluendo.com>
14566
14567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14568         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14569         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14570         (gst_vorbisenc_chain):
14571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14572         (gst_audio_convert_caps_remove_format_info),
14573         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14574         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14575         Make caps writable before writing to it.
14576         Fix negotiation in audioconvert some more.
14577
14578 2005-05-09  Wim Taymans  <wim@fluendo.com>
14579
14580         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14581         (gst_videorate_getcaps), (gst_videorate_setcaps),
14582         (gst_videorate_event), (gst_videorate_chain):
14583         Better negotiation.
14584
14585 2005-05-09  Wim Taymans  <wim@fluendo.com>
14586
14587         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14588         (gst_videorate_getcaps), (gst_videorate_setcaps),
14589         (gst_videorate_blank_data), (gst_videorate_init),
14590         (gst_videorate_event), (gst_videorate_chain),
14591         (gst_videorate_change_state):
14592         Port videorate, do a better job at negotiation while we're at
14593         it.
14594
14595 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14596
14597         * configure.ac:
14598           Disable libvisual
14599
14600         * examples/Makefile.am:
14601         * gst-libs/gst/audio/Makefile.am:
14602         * gst-libs/gst/riff/Makefile.am:
14603         * gst-libs/gst/tag/Makefile.am:
14604         * gst-libs/gst/video/Makefile.am:
14605           Fixups for missing variables.
14606
14607 2005-05-09  Wim Taymans  <wim@fluendo.com>
14608
14609         * examples/seeking/seek.c: (make_theora_pipeline),
14610         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14611         (query_rates), (query_positions_elems), (query_positions_pads),
14612         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14614         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14615         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14616         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14617         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14619         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14620         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14621         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14622         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14623         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14624         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14625         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14626         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14627         (theora_dec_src_convert), (theora_dec_sink_convert),
14628         (theora_dec_src_query), (theora_dec_sink_query),
14629         (theora_dec_src_event), (theora_dec_sink_event),
14630         (theora_handle_comment_packet), (theora_handle_type_packet),
14631         (theora_handle_header_packet), (theora_handle_data_packet),
14632         (theora_dec_chain):
14633         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14634         (vorbis_dec_convert), (vorbis_dec_src_query),
14635         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14636         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14637         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14638         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14640         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14641         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14642         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14643         (gst_play_bin_query):
14644         * gst/playback/test3.c: (update_scale):
14645         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14646         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14647         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14648         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14649         (gst_videotestsrc_src_query):
14650         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14651         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14652         (paint_hline_YUV9):
14653         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14654         Port to new query API.
14655         Updated seek.
14656         Cleanups in x[v]imagesink
14657
14658 2005-05-09  Andy Wingo  <wingo@pobox.com>
14659
14660         * ext/alsa/gstalsasink.h:
14661         * ext/gnomevfs/gstgnomevfssrc.c:
14662         (gst_gnomevfssrc_get_icy_metadata):
14663         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14664         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14665         * ext/theora/theoradec.c (theora_dec_src_query)
14666         (theora_dec_src_event, theora_dec_sink_event)
14667         (theora_handle_comment_packet, theora_handle_data_packet):
14668         * ext/theora/theoraenc.c (theora_enc_chain):
14669         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14670         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14671         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14672         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14673         (qt_type_find):
14674         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14675         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14676         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14677         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14678         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14679         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14680         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14681         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14682         (paint_setup_RGB565, paint_setup_xRGB1555):
14683         * gst/videotestsrc/videotestsrc.h:
14684         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14685         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14686         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14687         GCC4 fixes.
14688         
14689         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14690         gst_pad_query_position. Fixes oggdemux.
14691
14692 2005-05-08  David Schleef  <ds@schleef.org>
14693
14694         * configure.ac: Require liboil.
14695         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14696         a few more.
14697         * gst/videotestsrc/videotestsrc.c:
14698         * gst/videotestsrc/videotestsrc.h:
14699
14700 2005-05-06  Wim Taymans  <wim@fluendo.com>
14701
14702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14703         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14704         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14705         Well, unreffing a buffer right before pushing it is asking
14706         for trouble..
14707
14708 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14709
14710         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14711
14712 2005-05-06  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14715         (gst_audio_convert_caps_remove_format_info),
14716         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14717         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14719         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14720         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14721         * gst/sine/Makefile.am:
14722         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14723         (gst_sinesrc_class_init), (gst_sinesrc_init),
14724         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14725         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14726         (gst_sinesrc_update_freq):
14727         * gst/sine/gstsinesrc.h:
14728         * gst/tcp/gstmultifdsink.c:
14729         * sys/xvimage/xvimagesink.c:
14730         Fixed negotiation wrt _peer_get_caps()
14731         Some cleanups.
14732
14733
14734 2005-05-06  Wim Taymans  <wim@fluendo.com>
14735
14736         * gst-libs/gst/audio/gstaudiosink.c:
14737         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14738         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14739         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14740         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14741         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14742         (gst_audiosink_create_ringbuffer):
14743         * gst-libs/gst/audio/gstbaseaudiosink.c:
14744         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14745         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14746         (gst_baseaudiosink_set_property), (build_linear_format),
14747         (debug_spec_caps), (debug_spec_buffer),
14748         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14749         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14750         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14751         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14752         * gst-libs/gst/audio/gstbaseaudiosink.h:
14753         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14754         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14755         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14756         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14757         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14758         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14759         (wait_segment), (gst_ringbuffer_commit),
14760         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14761         (gst_ringbuffer_clear):
14762         * gst-libs/gst/audio/gstringbuffer.h:
14763         Make the base audiosink return an error when there is no
14764         audiobuffer negotiated.
14765
14766 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14767
14768         * ext/Makefile.am:
14769         Disable cdparanoia until someone ports it!
14770
14771 2005-05-06  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14774         (gst_ogg_demux_sink_activate):
14775         And revert after wingo's revert.. sigh..
14776
14777 2005-05-05  Andy Wingo  <wingo@pobox.com>
14778
14779         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14780         GObject.
14781         * configure.ac: Return audiorate and subparse from the ghetto.
14782         Re-enable -Wall -Werror.
14783         * gst/subparse/gstsubparse.c:
14784         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14785         or chain-based. Cleaned up a bit. Not tested.
14786         
14787 2005-05-05  Christian Schaller <christian@fluendo.com> 
14788
14789         * Makefile.am: remove stuff that is not building
14790         * configure.ac: remove stuff that is not building
14791         * examples/Makefile.am: remove stuff that is not building
14792         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14793         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14794         * sys/Makefile.am: remove stuff that is not building
14795         * testsuite/Makefile.am: remove stuff that is not building
14796
14797 2005-05-05  Andy Wingo  <wingo@pobox.com>
14798
14799         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14800         * gst-libs/gst/tag/gstvorbistag.c:
14801         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14802         * gst/adder/gstadder.h:
14803         * gst/audioconvert/gstchannelmix.c:
14804         (gst_audio_convert_fill_one_other):
14805         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14806         (gst_audiorate_init), (gst_audiorate_chain):
14807         * gst/playback/gstplaybasebin.c: (setup_source):
14808         * gst/playback/test3.c: (update_scale):
14809         Some GCC4 fixes
14810         
14811         * po/af.po:
14812         * po/az.po:
14813         * po/cs.po:
14814         * po/en_GB.po:
14815         * po/hu.po:
14816         * po/it.po:
14817         * po/nb.po:
14818         * po/nl.po:
14819         * po/or.po:
14820         * po/sq.po:
14821         * po/sr.po:
14822         * po/sv.po:
14823         * po/uk.po:
14824         * po/vi.po: Foo
14825
14826 2005-05-05  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14829         (gst_audio_convert_caps_remove_format_info),
14830         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14831         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14832         * gst/videotestsrc/gstvideotestsrc.c:
14833         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14834         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14835         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14836         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14837         Don't ignore _push() return values.
14838         Make sure no processing is done when shutting down.
14839         Videotestsrc pad activation fix.
14840
14841 2005-05-05  Wim Taymans  <wim@fluendo.com>
14842
14843         * gst/adder/Makefile.am:
14844         * gst/adder/gstadder.c: (gst_adder_setcaps),
14845         (gst_adder_class_init), (gst_adder_init),
14846         (gst_adder_request_new_pad), (gst_adder_collected),
14847         (gst_adder_change_state):
14848         * gst/adder/gstadder.h:
14849         Ported adder as an example of a mixer element using
14850         collect pads. Needs more negotiation work.
14851
14852 2005-05-05  Wim Taymans  <wim@fluendo.com>
14853
14854         * ext/theora/theoradec.c: (_inc_granulepos),
14855         (theora_dec_src_event), (theora_dec_sink_event),
14856         (theora_handle_comment_packet), (theora_handle_type_packet),
14857         (theora_handle_header_packet), (theora_handle_data_packet),
14858         (theora_dec_chain):
14859         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14860         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14861         (theora_push_buffer), (theora_push_packet),
14862         (theora_enc_sink_event), (theora_enc_chain),
14863         (theora_enc_change_state), (theora_enc_set_property),
14864         (theora_enc_get_property):
14865         Added stream lock to decoder so that we can serialize
14866         the discont event.
14867         More theoraenc porting, recover from errors, do clean
14868         shutdown.
14869
14870 2005-05-05  Wim Taymans  <wim@fluendo.com>
14871
14872         * ext/ogg/Makefile.am:
14873         * ext/ogg/README:
14874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14875         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14876         (gst_ogg_print):
14877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14878         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14879         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14880         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14881         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14882         (gst_ogg_mux_change_state):
14883         Ported ogg muxer.
14884
14885 2005-05-05  Wim Taymans  <wim@fluendo.com>
14886
14887         * docs/design-audiosinks.txt:
14888         * gst-libs/gst/audio/TODO:
14889         * gst-libs/gst/audio/gstaudiosink.c:
14890         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14891         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14892         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14893         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14894         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14895         (gst_audiosink_create_ringbuffer):
14896         * gst-libs/gst/audio/gstbaseaudiosink.c:
14897         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14898         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14899         (gst_baseaudiosink_set_property), (build_linear_format),
14900         (debug_spec_caps), (debug_spec_buffer),
14901         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14902         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14903         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14904         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14906         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14907         (gst_ringbuffer_release), (gst_ringbuffer_play),
14908         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14909         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14910         (gst_ringbuffer_set_sample), (wait_segment),
14911         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14912         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14913         More work on the audiosink, mostly debugging and a race in
14914         shutdown.
14915
14916 2005-04-28  Wim Taymans  <wim@fluendo.com>
14917
14918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14919         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14920         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14921         (vorbis_dec_src_query), (vorbis_dec_src_event),
14922         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14923         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14924         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14925         Don't crap out when seeking back to position 0.
14926
14927 2005-04-28  Wim Taymans  <wim@fluendo.com>
14928
14929         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14930         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14931         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14932         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14933         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14934         Make audio sink configurable, use alsasink as default.
14935
14936 2005-04-28  Wim Taymans  <wim@fluendo.com>
14937
14938         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14939         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14940         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14941         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14942         (vorbis_dec_change_state):
14943         * ext/vorbis/vorbisdec.h:
14944         Refactor, use STREAM_LOCK.
14945
14946 2005-04-28  Wim Taymans  <wim@fluendo.com>
14947
14948         * ext/theora/theoradec.c: (_inc_granulepos),
14949         (theora_dec_sink_event), (theora_handle_comment_packet),
14950         (theora_handle_type_packet), (theora_handle_header_packet),
14951         (theora_handle_data_packet), (theora_dec_chain),
14952         (theora_dec_change_state):
14953         Refactor a bit, use STREAM_LOCK.
14954
14955 2005-04-28  Wim Taymans  <wim@fluendo.com>
14956
14957         * ext/alsa/Makefile.am:
14958         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14959         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14960         (gst_alsa_link), (gst_alsa_close_audio):
14961         * ext/alsa/gstalsaplugin.c: (plugin_init):
14962         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14963         (gst_alsasink_dispose), (gst_alsasink_base_init),
14964         (gst_alsasink_class_init), (gst_alsasink_init),
14965         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14966         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14967         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14968         (gst_alsasink_reset):
14969         * ext/alsa/gstalsasink.h:
14970         Implement alsasink with simple open/write/close API. 
14971         Make alsa dir build by disabling compilation of code.
14972
14973 2005-04-28  Wim Taymans  <wim@fluendo.com>
14974
14975         * gst-libs/gst/audio/Makefile.am:
14976         * gst-libs/gst/audio/audio.h:
14977         * gst-libs/gst/audio/audioclock.c:
14978         * gst-libs/gst/audio/audioclock.h:
14979         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14980         (gst_audio_clock_class_init), (gst_audio_clock_init),
14981         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14982         * gst-libs/gst/audio/gstaudioclock.h:
14983         * gst-libs/gst/audio/gstaudiosink.c:
14984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14985         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14986         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14987         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14988         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14989         (gst_audiosink_create_ringbuffer):
14990         * gst-libs/gst/audio/gstbaseaudiosink.c:
14991         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14992         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14993         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14994         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14995         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14996         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14997         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14998         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14999         * gst-libs/gst/audio/gstbaseaudiosink.h:
15000         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15001         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15002         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15003         (gst_ringbuffer_release), (gst_ringbuffer_play),
15004         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15005         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15006         (gst_ringbuffer_set_sample), (wait_segment),
15007         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15008         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15009         * gst-libs/gst/audio/gstringbuffer.h:
15010         Make ringbuffer faster and more simple by removing the locks
15011         in the playback thread.
15012         Add sample accurate playback based on buffer sample offsets.
15013         Make the baseaudiosink provide a clock.
15014         Parse caps in the base class.
15015         Correctly handle seeking, flushing and state changes.
15016
15017 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15018
15019         * configure.ac:
15020         * gst/audioconvert/Makefile.am:
15021         * gst/audioscale/Makefile.am:
15022           Fix part of the build.  Come on guys, autogen didn't even work :)
15023
15024 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15025
15026         * configure.ac:
15027         * gst-libs/gst/Makefile.am:
15028         * gst-libs/gst/media-info/.cvsignore:
15029         * gst-libs/gst/media-info/Makefile.am:
15030         * gst-libs/gst/media-info/README:
15031         * gst-libs/gst/media-info/media-info-priv.c:
15032         * gst-libs/gst/media-info/media-info-priv.h:
15033         * gst-libs/gst/media-info/media-info-test.c:
15034         * gst-libs/gst/media-info/media-info.c:
15035         * gst-libs/gst/media-info/media-info.h:
15036         * gst-libs/gst/media-info/media-info.vcproj:
15037         * pkgconfig/Makefile.am:
15038         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15039         * pkgconfig/gstreamer-media-info.pc.in:
15040           Remove media-info, which is also successed by playbin (see Totem
15041           implementation).
15042
15043 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15044
15045         * configure.ac:
15046         * examples/Makefile.am:
15047         * examples/gstplay/.cvsignore:
15048         * examples/gstplay/Makefile.am:
15049         * examples/gstplay/player.c:
15050         * gst-libs/gst/Makefile.am:
15051         * gst-libs/gst/play/.cvsignore:
15052         * gst-libs/gst/play/Makefile.am:
15053         * gst-libs/gst/play/play.c:
15054         * gst-libs/gst/play/play.h:
15055         * gst-libs/gst/play/play.vcproj:
15056         * pkgconfig/Makefile.am:
15057         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15058         * pkgconfig/gstreamer-play.pc.in:
15059           Remove libgstplay, playbin is now the official successor.
15060
15061 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15062
15063         * configure.ac:
15064         * gst-libs/gst/Makefile.am:
15065         * gst-libs/gst/xwindowlistener/Makefile.am:
15066         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15067         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15068           Remove deprecated xwindowlistener (I've moved xwindowlistening
15069           in the v4l/v4l2 plugins over to serverside).
15070
15071 2005-04-25  David Schleef  <ds@schleef.org>
15072
15073         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15074         to examples/dynparams.  Examples do not belong interspersed with
15075         source code.
15076         * examples/dynparams/demo-dparams.c:
15077         * gst/sine/Makefile.am:
15078         * gst/sine/demo-dparams.c:
15079
15080 2005-04-25  David Schleef  <ds@schleef.org>
15081
15082         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15083         * gst-libs/gst/audio/Makefile.am:
15084         * gst-libs/gst/riff/Makefile.am:
15085         * gst-libs/gst/tag/Makefile.am:
15086         * gst-libs/gst/video/Makefile.am:
15087         * gst-libs/gst/xwindowlistener/Makefile.am:
15088
15089         Convert to 0.9 API, seems to work:
15090         * sys/ximage/Makefile.am:
15091         * sys/ximage/ximagesink.c:
15092
15093 2005-04-24  David Schleef  <ds@schleef.org>
15094
15095         Link plugins against libraries:
15096         * ext/alsa/Makefile.am:
15097         * gst/tcp/Makefile.am:
15098
15099         Remove asm code that should be in liboil
15100         * gst/videoscale/Makefile.am:
15101         * gst/videoscale/videoscale_x86_asm.s:
15102
15103         gettext wants these checked in:
15104         * po/af.po:
15105         * po/az.po:
15106         * po/cs.po:
15107         * po/en_GB.po:
15108         * po/hu.po:
15109         * po/it.po:
15110         * po/nb.po:
15111         * po/nl.po:
15112         * po/or.po:
15113         * po/sq.po:
15114         * po/sr.po:
15115         * po/sv.po:
15116         * po/uk.po:
15117         * po/vi.po:
15118
15119 2005-04-24  David Schleef  <ds@schleef.org>
15120
15121         Convert gst_main() to g_main_loop_run()
15122         * gst/playback/decodetest.c: (main):
15123         * gst/playback/test2.c: (main):
15124         * gst/playback/test3.c: (main):
15125         * gst/playback/test4.c: (main):
15126
15127         Link plugins against libraries:
15128         * ext/libvisual/Makefile.am:
15129         * sys/xvimage/Makefile.am:
15130
15131 2005-04-24  David Schleef  <ds@schleef.org>
15132
15133         * configure.ac: Remove idct and resample libs
15134         * gst-libs/gst/Makefile.am: same
15135
15136         Remove usage of gst_library_load():
15137         * ext/alsa/gstalsaplugin.c: (plugin_init):
15138         * ext/libvisual/visual.c: (plugin_init):
15139         * ext/ogg/gstogg.c: (plugin_init):
15140         * ext/theora/theora.c: (plugin_init):
15141         * ext/vorbis/vorbis.c: (plugin_init):
15142         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15143         * gst/audioscale/gstaudioscale.c:
15144         * gst/adder/gstadder.c: (plugin_init):
15145         * gst/audioconvert/plugin.c: (plugin_init):
15146         * sys/ximage/ximagesink.c: (plugin_init):
15147         * sys/xvimage/xvimagesink.c: (plugin_init):
15148         * gst/tcp/gsttcpplugin.c: (plugin_init):
15149
15150         Link plugins against libraries:
15151         * ext/ogg/Makefile.am:
15152         * ext/theora/Makefile.am:
15153         * ext/vorbis/Makefile.am:
15154         * gst/audioconvert/Makefile.am:
15155
15156         Create proper libraries:
15157         * gst-libs/gst/riff/Makefile.am:
15158         * gst-libs/gst/audio/Makefile.am:
15159         * gst-libs/gst/video/Makefile.am:
15160
15161         Move resample library to audioscale plugin directory:
15162         * gst-libs/gst/resample/Makefile.am:
15163         * gst-libs/gst/resample/README:
15164         * gst-libs/gst/resample/dtof.c:
15165         * gst-libs/gst/resample/dtos.c:
15166         * gst-libs/gst/resample/functable.c:
15167         * gst-libs/gst/resample/private.h:
15168         * gst-libs/gst/resample/resample.c:
15169         * gst-libs/gst/resample/resample.h:
15170         * gst-libs/gst/resample/resample.vcproj:
15171         * gst-libs/gst/resample/test.c:
15172         * gst/audioscale/Makefile.am:
15173         * gst/audioscale/README:
15174         * gst/audioscale/dtof.c:
15175         * gst/audioscale/dtos.c:
15176         * gst/audioscale/functable.c:
15177         * gst/audioscale/private.h:
15178         * gst/audioscale/resample.c:
15179         * gst/audioscale/resample.h:
15180         * gst/audioscale/test.c:
15181
15182         Move tagedit library to gst-libs:
15183         * gst-libs/gst/tag/Makefile.am:
15184         * gst-libs/gst/tag/gstid3tag.c:
15185         * gst-libs/gst/tag/gsttagediting.c:
15186         * gst-libs/gst/tag/gsttageditingprivate.h:
15187         * gst-libs/gst/tag/gstvorbistag.c:
15188         * gst/tags/Makefile.am:
15189         * gst/tags/gstid3tag.c:
15190         * gst/tags/gstvorbistag.c:
15191
15192         Fix for core changes:
15193         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15194         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15195         (gst_sinesrc_getrange):
15196
15197 2005-04-23  David Schleef  <ds@schleef.org>
15198
15199         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15200         in gst-plugins in a long time, and properly belongs in liboil.
15201         * gst-libs/gst/idct/Makefile.am:
15202         * gst-libs/gst/idct/README:
15203         * gst-libs/gst/idct/dct.h:
15204         * gst-libs/gst/idct/doieee:
15205         * gst-libs/gst/idct/fastintidct.c:
15206         * gst-libs/gst/idct/floatidct.c:
15207         * gst-libs/gst/idct/idct.c:
15208         * gst-libs/gst/idct/idct.h:
15209         * gst-libs/gst/idct/idtc.vcproj:
15210         * gst-libs/gst/idct/ieeetest.c:
15211         * gst-libs/gst/idct/intidct.c:
15212
15213 2005-04-20  Wim Taymans  <wim@fluendo.com>
15214
15215         * docs/design-audiosinks.txt:
15216         * gst-libs/gst/audio/Makefile.am:
15217         * gst-libs/gst/audio/TODO:
15218         * gst-libs/gst/audio/gstaudiosink.c:
15219         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15220         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15221         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15222         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15223         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15224         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15225         (gst_audiosink_class_init), (gst_audiosink_init),
15226         (gst_audiosink_create_ringbuffer):
15227         * gst-libs/gst/audio/gstaudiosink.h:
15228         * gst-libs/gst/audio/gstbaseaudiosink.c:
15229         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15230         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15231         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15232         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15233         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15234         (gst_baseaudiosink_create_ringbuffer),
15235         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15236         * gst-libs/gst/audio/gstbaseaudiosink.h:
15237         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15238         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15239         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15240         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15241         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15242         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15243         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15244         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15245         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15246         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15247         * gst-libs/gst/audio/gstringbuffer.h:
15248         An attempt at a set of audio base classes together with some
15249         design docs.
15250
15251 2005-04-20  Wim Taymans  <wim@fluendo.com>
15252
15253         * gst/audioconvert/Makefile.am:
15254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15255         (gst_audio_convert_caps_remove_format_info),
15256         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15257         (gst_audio_convert_channels):
15258         Link against audio libs.
15259         Fix audio convert plugin.
15260
15261 2005-04-20  Wim Taymans  <wim@fluendo.com>
15262
15263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15264         (gst_ogg_demux_sink_activate):
15265         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15266         (theora_set_header_on_caps), (theora_enc_sink_event),
15267         (theora_enc_chain):
15268         Fix theora encoder.
15269
15270 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15271
15272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15273         * gst/playback/gstdecodebin.c: (find_compatibles):
15274           Work with staticpadtemplates in elementfactories.
15275
15276 2005-04-12  Wim Taymans  <wim@fluendo.com>
15277
15278         * gst/playback/README:
15279         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15280         (compare_ranks), (print_feature), (gst_decode_bin_init),
15281         (dynamic_create), (dynamic_free), (find_compatibles),
15282         (mimetype_is_raw), (close_pad_link), (got_redirect),
15283         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15284         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15285         (gst_decode_bin_change_state):
15286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15287         (gst_play_base_bin_init), (group_destroy), (group_commit),
15288         (check_queue), (queue_overrun), (queue_threshold_reached),
15289         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15290         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15291         (got_redirect), (setup_source), (play_base_eos),
15292         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15293         (gst_play_base_bin_remove_element):
15294         * gst/playback/gstplaybasebin.h:
15295         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15296         (gst_play_bin_init), (gst_play_bin_dispose),
15297         (gst_play_bin_set_property), (gen_video_element),
15298         (gen_text_element), (gen_audio_element), (remove_sinks),
15299         (gst_play_bin_send_event):
15300         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15301         (stream_info_change_state), (gst_stream_info_set_mute):
15302         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15303         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15304         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15305         (gst_stream_selector_chain):
15306         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15307         (main):
15308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15309         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15310         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15311         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15312         Raw and crude port of decodebin. 
15313         Make playbin compile.
15314
15315 2005-04-06  Wim Taymans  <wim@fluendo.com>
15316
15317         * ext/gnomevfs/Makefile.am:
15318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15319         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15320         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15321         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15322         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15323         (gst_gnomevfssrc_stop):
15324         * ext/ogg/Makefile.am:
15325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15326         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15327         * ext/theora/Makefile.am:
15328         * ext/theora/theoradec.c: (_inc_granulepos),
15329         (theora_dec_sink_event), (theora_dec_chain):
15330         * ext/vorbis/Makefile.am:
15331         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15332         (vorbis_dec_sink_event), (vorbis_dec_chain):
15333         * gst-libs/gst/audio/Makefile.am:
15334         * sys/xvimage/Makefile.am:
15335         Make gnomevfssrc extend the source base class.
15336         Fix linking against libs in various plugins.
15337
15338 2005-04-06  Andy Wingo  <wingo@pobox.com>
15339
15340         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15341         GST_BASE_LIBS.
15342
15343         * configure.ac: Add check and AC_SUBST for libgstbase.
15344
15345 2005-03-31  Wim Taymans  <wim@fluendo.com>
15346
15347         * examples/seeking/Makefile.am:
15348         * examples/seeking/cdparanoia.c: (main):
15349         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15350         (play_cb), (pause_cb), (stop_cb), (main):
15351         * examples/seeking/playbin.c:
15352         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15353         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15354         (make_sid_pipeline), (make_vorbis_pipeline),
15355         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15356         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15357         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15358         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15359         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15360         (stop_cb), (main):
15361         * examples/seeking/spider_seek.c:
15362         * examples/seeking/vorbisfile.c:
15363         * ext/gnomevfs/Makefile.am:
15364         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15365         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15366         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15367         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15368         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15369         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15370         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15371         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15372         * ext/ogg/README:
15373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15374         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15375         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15376         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15377         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15378         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15379         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15380         (gst_ogg_demux_factory_filter), (compare_ranks),
15381         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15382         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15383         (gst_ogg_chain_new), (gst_ogg_chain_free),
15384         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15385         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15386         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15387         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15388         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15389         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15390         (gst_ogg_demux_get_prev_page),
15391         (gst_ogg_demux_deactivate_current_chain),
15392         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15393         (gst_ogg_demux_bisect_forward_serialno),
15394         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15395         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15396         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15397         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15398         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15399         (gst_ogg_demux_change_state), (gst_ogg_print):
15400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15401         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15402         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15403         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15404         (gst_ogg_mux_loop):
15405         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15406         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15407         (theora_dec_src_convert), (theora_dec_sink_convert),
15408         (theora_dec_src_query), (theora_dec_src_event),
15409         (theora_dec_sink_event), (theora_dec_chain),
15410         (theora_dec_change_state):
15411         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15412         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15413         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15414         (theora_enc_change_state):
15415         * ext/vorbis/Makefile.am:
15416         * ext/vorbis/oggvorbisenc.c:
15417         * ext/vorbis/oggvorbisenc.h:
15418         * ext/vorbis/vorbis.c: (plugin_init):
15419         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15420         (vorbis_dec_src_query), (vorbis_dec_src_event),
15421         (vorbis_dec_sink_event), (vorbis_dec_chain),
15422         (vorbis_dec_change_state):
15423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15424         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15425         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15426         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15427         (gst_vorbisenc_change_state):
15428         * ext/vorbis/vorbisenc.h:
15429         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15430         * gst-libs/gst/audio/audioclock.c:
15431         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15432         (gst_audiofilter_init), (gst_audiofilter_chain):
15433         * gst-libs/gst/audio/testchannels.c: (main):
15434         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15435         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15436         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15437         (gmip_find_track_streaminfo), (gmip_find_track_format):
15438         * gst-libs/gst/media-info/media-info.c:
15439         (gst_media_info_read_idler):
15440         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15441         (gst_play_get_all_by_interface):
15442         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15443         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15444         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15445         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15446         (gst_riff_parse_info):
15447         * gst-libs/gst/riff/riff-read.h:
15448         * gst-libs/gst/riff/riff.c: (plugin_init):
15449         * gst-libs/gst/video/Makefile.am:
15450         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15451         (gst_videosink_class_init), (gst_videosink_get_type):
15452         * gst-libs/gst/video/videosink.h:
15453         * gst/audioconvert/bufferframesconvert.c:
15454         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15455         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15456         * gst/audioconvert/channelmixtest.c: (main):
15457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15458         (gst_audio_convert_chain),
15459         (gst_audio_convert_caps_remove_format_info),
15460         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15461         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15462         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15463         (gst_audio_convert_buffer_to_default_format),
15464         (gst_audio_convert_buffer_from_default_format),
15465         (gst_audio_convert_channels):
15466         * gst/audioconvert/gstchannelmix.h:
15467         * gst/ffmpegcolorspace/avcodec.h:
15468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15469         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15470         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15471         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15472         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15473         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15474         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15475         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15476         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15477         (dv_type_find):
15478         * gst/videotestsrc/gstvideotestsrc.c:
15479         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15480         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15481         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15482         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15483         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15484         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15485         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15487         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15488         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15489         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15490         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15491         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15492         (gst_xvimagesink_navigation_send_event),
15493         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15494         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15495         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15496         * sys/xvimage/xvimagesink.h:
15497         Plugin port to 0.9, ogg/theora playback should work in the seek
15498         example now.
15499         Removed old examples.
15500         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15501         explained in 0.9 TODO doc.
15502
15503
15504 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * autogen.sh:
15507         * configure.ac:
15508         * ext/Makefile.am:
15509         * gst/Makefile.am:
15510         * po/POTFILES.in:
15511         * po/af.po:
15512         * po/az.po:
15513         * po/cs.po:
15514         * po/en_GB.po:
15515         * po/hu.po:
15516         * po/it.po:
15517         * po/nb.po:
15518         * po/nl.po:
15519         * po/or.po:
15520         * po/sq.po:
15521         * po/sr.po:
15522         * po/sv.po:
15523         * po/uk.po:
15524         * po/vi.po:
15525         * sys/Makefile.am:
15526         * testsuite/Makefile.am:
15527           remove a whole bunch of plugins.  This module now contains a set
15528           of free reference plugins/elements as agreed.
15529
15530 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15531
15532         * configure.ac:
15533           hunting season on 0.9 is now OPEN
15534
15535 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15536
15537         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15538           Kick the hell out of gcc for not warning me about a symbol conflict.
15539
15540 2005-02-22  Luca Ognibene  <luogni@tin.it>
15541
15542         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15545           Don't leak caps string (fixes #168134)
15546
15547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15548         (gst_jpegenc_init), (gst_jpegenc_finalize),
15549         (gst_jpegenc_change_state):
15550           Don't leak line buffers and context struct (fixes #168133).
15551
15552 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * configure.ac:
15555         * ext/dirac/gstdiracdec.cc:
15556         (gst_diracdec_chain):
15557           Since dirac 0.5.0 the framerate in dirac is expressed as a
15558           rational number. Fix build and up requirement to 0.5.0, and
15559           also pass parameters to gst_diracdec_link in the right order
15560           (fixes #167959).
15561
15562 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15563
15564         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15565         * ext/faad/gstfaad.h:
15566         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15567         certain invalid muxed streams, where some packets will contain 
15568         junk after decoder data. Partially fixes #149158.
15569
15570 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15571         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15572           Make sure we only write to writable buffers
15573
15574 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15575
15576         * gst-libs/gst/riff/riff-media.c:
15577         (gst_riff_create_audio_caps_with_data):
15578           Do actually fix invalid RIFF fmt header values for alaw
15579           and mulaw audio instead of just saying so.
15580
15581         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15582           Give gst_riff_create_audio_caps_with_data() a chance to
15583           fix up broken format header fields before extracting any
15584           parameters from the header. (fixes #167633)
15585
15586 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15587
15588         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst/audioconvert/bufferframesconvert.c:
15591         (buffer_frames_convert_link):
15592           Don't leak othercaps. (fixes #167878)
15593
15594 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15595
15596         * configure.ac:
15597         * ext/libvisual/visual.c: (gst_visual_srclink),
15598         (gst_visual_change_state):
15599           Support libvisual 0.2.0.
15600
15601 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15604         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15605           Use same rowstrides for I420 as used everywhere else.
15606
15607 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15610           Declare variables at beginning of block and make gcc-2.95 happy
15611           (fixes # 167482, patch by Gergely Nagy).
15612           
15613         * gst/tcp/gsttcpclientsrc.c:
15614         * gst/tcp/gsttcpclientsrc.h:
15615           Move some includes into the header, so that struct sockaddr_in is
15616           defined when it should be defined on FreeBSD as well (fixes
15617           #167483).
15618           
15619         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15620           Don't pass uninitialised values to setsockopt() here either.
15621
15622 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15623
15624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15627           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15628
15629 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15630
15631         * gst/playback/gstplaybin.c: (add_sink):
15632           Invert bin_add/link order to workaround deadlock in opt.
15633
15634 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15635
15636         * gst/modplug/gstmodplug.cc:
15637           Add missing break causing position queries to fail.
15638
15639 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15640
15641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15642           Granpos can apparently be -1, which screws up calculations...
15643
15644 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15645
15646         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15647         (gst_ximagesink_send_pending_navigation),
15648         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15649         (gst_ximagesink_init):
15650         * sys/ximage/ximagesink.h:
15651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15652         (gst_xvimagesink_send_pending_navigation),
15653         (gst_xvimagesink_navigation_send_event),
15654         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15655         * sys/xvimage/xvimagesink.h:
15656           Use a mutex protected list to marshal navigation
15657           events into the stream thread from whichever thread
15658           sends them.
15659
15660 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15663           Display current position and track length; misc. clean-ups.
15664           
15665         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15666         (speed_init), (speed_chain):
15667           Add query function, so that the stream length and current position
15668           get adjusted when queried (note that current position queries may
15669           still be wrong if the audio sink returns values based on buffer
15670           timestamps instead of passing on the query).
15671
15672 2005-02-13  Benjamin Otte  <otte@gnome.org>
15673
15674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15675         (gst_audio_convert_channels):
15676           create channel conversion matrix when linking
15677         * gst/audioconvert/.cvsignore:
15678         * gst/audioconvert/Makefile.am:
15679         * gst/audioconvert/channelmixtest.c: (main):
15680           add (ugly) test that ensures stereo <=> mono conversion works
15681           correctly
15682
15683 2005-02-13  Benjamin Otte  <otte@gnome.org>
15684
15685         * gst/audioconvert/gstchannelmix.h:
15686           include missing header file
15687         * gst/audioconvert/gstchannelmix.c:
15688         (gst_audio_convert_fill_compatible):
15689           use same sign for both channels when converting to/from compatible
15690           channel. Previously used different signs made the signals cancel
15691           each other out and appear like silence. (fixes #167269)
15692
15693 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * gst/ffmpegcolorspace/avcodec.h:
15696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15697         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15698         (gst_ffmpegcsp_avpicture_fill):
15699         * gst/ffmpegcolorspace/imgconvert.c:
15700           Convert to and from YV12 (fixes #156379).
15701
15702 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15703
15704         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15705         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15706         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15707         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15708         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15709         methods from chain and negotiation and vice versa (Fixes #166142).
15710         * sys/ximage/ximagesink.h: Add stream_lock.
15711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15712         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15713         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15714         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15715
15716 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15719           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15720           error message when we can't open the DVD device (when dvdnav_open()
15721           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15722           the above). Send something more useful instead (fixes #167117).
15723
15724 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15725
15726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15727         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15728         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15729         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15730         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15731         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15732         methods from chain and negotiation and vice versa (Fixes #166142).
15733         Fix a possible bug of images in the buffer pool being discarded because
15734         we are looking at the wrong geometry.
15735         * sys/xvimage/xvimagesink.h: Add stream_lock.
15736
15737 2005-02-11  David Schleef  <ds@schleef.org>
15738
15739         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15740         unsigned int. (fixes #167128)
15741
15742 2005-02-11  David Schleef  <ds@schleef.org>
15743
15744         * gst/librfb/Makefile.am: Testing stuff before committing is
15745           for wimps... and people with fast machines.  Fix stupid
15746           mistake.
15747
15748 2005-02-11  David Schleef  <ds@schleef.org>
15749
15750         * configure.ac: Pull in librfb from my CVS tree, because it is
15751           too small and annoying to be separate.  Move rfbsrc plugin
15752           to gst/.
15753         * ext/Makefile.am:
15754         * ext/librfb/Makefile.am:
15755         * ext/librfb/gstrfbsrc.c:
15756         * gst/librfb/Makefile.am:
15757         * gst/librfb/gstrfbsrc.c:
15758         * gst/librfb/rfb.c:
15759         * gst/librfb/rfb.h:
15760         * gst/librfb/rfbbuffer.c:
15761         * gst/librfb/rfbbuffer.h:
15762         * gst/librfb/rfbbytestream.c:
15763         * gst/librfb/rfbbytestream.h:
15764         * gst/librfb/rfbcontext.h:
15765         * gst/librfb/rfbdecoder.c:
15766         * gst/librfb/rfbdecoder.h:
15767         * gst/librfb/rfbutil.h:
15768
15769 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * gst/speed/Makefile.am:
15772         * gst/speed/demo-mp3.c: (main):
15773         * gst/speed/filter.func:
15774         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15775         (speed_class_init), (speed_init), (speed_chain_int16),
15776         (speed_chain_float32), (speed_chain), (speed_set_property),
15777         (speed_get_property), (speed_change_state):
15778         * gst/speed/gstspeed.h:
15779           Fix speed element and make it chain-based (fixes #156467),
15780           and make it handle more than one channel.
15781
15782 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15783
15784         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15785         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15786         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15787         * ext/dts/gstdtsdec.h:
15788           Don't clobber the stack constructing the channels array.
15789           Make the element chain-based. DTS tracks can now be played.
15790           
15791 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15792
15793         * gst-libs/gst/audio/multichannel.h:
15794         * gst-libs/gst/gconf/gconf.h:
15795         * gst-libs/gst/idct/idct.h:
15796         * gst-libs/gst/media-info/media-info-priv.h:
15797         * gst-libs/gst/play/play.h:
15798         * gst-libs/gst/resample/private.h:
15799         * gst-libs/gst/resample/resample.h:
15800         * gst-libs/gst/riff/riff-ids.h:
15801         * gst-libs/gst/video/video.h:
15802         * gst-libs/gst/video/videosink.h:
15803           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15804           missing, so that they work when included from C++ code.
15805
15806 2005-02-09  David Schleef  <ds@schleef.org>
15807
15808         * testsuite/gst-lint: Check for non-statically scoped
15809           parent_class variables.  This won't be a problem once
15810           plugins are loaded with RTLD_LOCAL.
15811
15812 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15813
15814         * ext/mplex/gstmplexibitstream.cc:
15815           gcc madness.
15816
15817 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15818
15819         * ext/ogg/gstogmparse.c:
15820         * gst/debug/gstnavigationtest.c:
15821           Die, thou faulty symbol pollutors (non-static parent_class).
15822
15823 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15824
15825         * ext/mplex/gstmplexibitstream.cc:
15826           Fix event handling (#165525).
15827
15828 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15829
15830         * ext/mikmod/gstmikmod.c:
15831         * gst/modplug/gstmodplug.cc:
15832           Add missing endianness to template (fixes #165509).
15833
15834 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15835
15836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15837           Fix wrong order of reading of optional bytes (#165290).
15838
15839 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15840
15841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15842           Implement FILLER event awareness.
15843
15844 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15845
15846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15847           Fix track calculations (#166208).
15848
15849 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15850
15851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15852
15853         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15854         * ext/libpng/gstpngenc.c:
15855           Fix byte-order, use proper fixed caps. Fixes #164197.
15856
15857 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15858
15859         * configure.ac:
15860           Add dvdlpcmdec 
15861
15862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15863         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15864           Don't push buffers if the src pad isn't negotiated yet.
15865           
15866         * gst/audioconvert/gstaudioconvert.c:
15867         (gst_audio_convert_buffer_to_default_format),
15868         (gst_audio_convert_buffer_from_default_format):
15869           Add support for 24-bit width.
15870
15871         * gst/dvdlpcmdec/.cvsignore:
15872         * gst/dvdlpcmdec/Makefile.am:
15873         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15874         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15875         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15876         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15877         (plugin_init):
15878         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15879           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15880           format. Needs support for the channels maps if someone can find 
15881           a DVD LPCM track with > 2 channels.
15882
15883         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15884         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15885         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15886         * gst/mpegstream/gstdvddemux.h:
15887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15888         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15889         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15890         * gst/mpegstream/gstmpegdemux.h:
15891         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15892         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15893         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15894         (gst_mpeg_parse_handle_src_query),
15895         (gst_mpeg_parse_handle_src_event):
15896           Use audio/x-dvd-lpcm for LPCM output.
15897           Add DTS output.
15898
15899 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15900
15901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15902
15903         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15904         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15905           Add BGRA handling (#165736).
15906
15907 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15908
15909         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15910
15911         * gst/law/alaw-decode.c: (alawdec_link):
15912         * gst/law/alaw-encode.c: (alawenc_link):
15913         * gst/law/mulaw-decode.c: (mulawdec_link):
15914         * gst/law/mulaw-encode.c: (mulawenc_link):
15915           Fix caps memleaks (#166600).
15916
15917 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15918
15919         * ext/tarkin/mem.h:
15920         * ext/tarkin/wavelet.h:
15921         * ext/tarkin/yuv.h:
15922         * gst/ffmpegcolorspace/avcodec.h:
15923           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15924           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15925
15926 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15927
15928         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15930         (gst_xvimagesink_change_state):
15931           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15932           Xv video (and thereby regenerate Xv colourkey) in clear() so
15933           that PLAY -> READY -> PLAY works (fixes #162504).
15934
15935 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15936
15937         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15938           Switch to list instead of range, since MJPEG-devices really just
15939           support decimations, not any size.
15940
15941 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15942         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15943         (gst_mpeg2dec_reset), (free_all_buffers),
15944         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15945         * ext/mpeg2dec/gstmpeg2dec.h:
15946           The libmpeg2 user-allocated buffer management is awkward, 
15947           to say the least. Hopefully this fixes things.
15948
15949 2005-02-04  Andy Wingo  <wingo@pobox.com>
15950
15951         * gst/audioconvert/bufferframesconvert.c
15952         (buffer_frames_convert_fixate): New function, fixates to 256
15953         frames per buffer by default. (Much better than 1.)
15954         (buffer_frames_convert_init): Set the fixate function for both src
15955         and sink pad.
15956         (buffer_frames_convert_link): After success setting nonfixed caps,
15957         get the negotiated caps so we can know how many buffer-frames it
15958         will be. No idea how this worked at all before.
15959
15960 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15961
15962         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15963         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15964         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15965         (handle_sequence), (handle_picture):
15966         * ext/mpeg2dec/gstmpeg2dec.h:
15967           Rearrange buffer tracking and refcounting and refactor
15968           a little for readability. 
15969
15970 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15971         * sys/v4l/gstv4l.c: (plugin_init):
15972         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15973         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15974         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15975         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15976         * sys/v4l/gstv4ljpegsrc.h:
15977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15978         * sys/v4l/v4l_calls.h:
15979         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15980         (gst_v4lsrc_get_fps):
15981         * sys/v4l/v4lsrc_calls.h:
15982           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15983           you jpeg inside rgb frames" driver.
15984           Don't error in the v4lsrc link function, just return 
15985           REFUSED.
15986
15987 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15988
15989         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15990         (gst_qcamsrc_open):
15991           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15992
15993 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15994
15995         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15996           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15997
15998 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15999
16000         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16001           Reset negotiated state on PAUSED->READY.
16002
16003 2005-02-02  David Schleef  <ds@schleef.org>
16004
16005         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16006         whereever possible.  (Fixes #165997)
16007         * examples/capsfilter/capsfilter1.c: (main):
16008         * examples/dynparams/filter.c: (create_ui):
16009         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16010         * examples/seeking/chained.c: (main):
16011         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16012         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16013         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16014         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16015         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16016         * examples/switch/switcher.c: (main):
16017         * ext/dv/demo-play.c: (main):
16018         * ext/faad/gstfaad.c: (gst_faad_change_state):
16019         * ext/mad/gstmad.c: (gst_mad_chain):
16020         * ext/smoothwave/demo-osssrc.c: (main):
16021         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16022         (gst_gconf_render_bin_from_description),
16023         (gst_gconf_get_default_audio_sink),
16024         (gst_gconf_get_default_video_sink),
16025         (gst_gconf_get_default_audio_src),
16026         (gst_gconf_get_default_video_src),
16027         (gst_gconf_get_default_visualization_element):
16028         * gst/level/demo.c: (main):
16029         * gst/level/plot.c: (main):
16030         * gst/playback/gstplaybin.c: (gen_video_element),
16031         (gen_audio_element):
16032         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16033         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16034         * gst/sine/demo-dparams.c: (main):
16035         * gst/spectrum/demo-osssrc.c: (main):
16036         * gst/speed/demo-mp3.c: (main):
16037         * gst/volume/demo.c: (main):
16038         * testsuite/embed/embed.c: (main):
16039
16040 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16041
16042         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16043         (gst_tcpclientsink_finalize):
16044         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16045         (gst_tcpclientsrc_finalize):
16046         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16047         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16048         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16049         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16050           Don't leak the hostname when shutting down.
16051           In tcpserversrc, take a copy of the default hostname.
16052
16053 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16054
16055         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16056           Set caps to systemstream=TRUE.
16057
16058 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16059
16060         * testsuite/Makefile.am:
16061           Fix more OSX buildbots.
16062
16063 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16064
16065         * ext/mpeg2dec/gstmpeg2dec.c:
16066           Don't send things to NULL PAD_PEERs
16067
16068         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16069           Copy-on-write the incoming buffer.
16070
16071         * gst/mpegstream/gstdvddemux.h:
16072         * gst/mpegstream/gstmpegclock.h:
16073         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16074         (normal_seek), (gst_mpeg_demux_handle_src_event):
16075         * gst/mpegstream/gstmpegdemux.h:
16076         * gst/mpegstream/gstmpegpacketize.h:
16077         * gst/mpegstream/gstmpegparse.c:
16078         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16079         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16080         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16081         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16082         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16083         * gst/mpegstream/gstmpegparse.h:
16084         * gst/mpegstream/gstrfc2250enc.h:
16085           Various changes to the way time is computed that make seeking and
16086           total time estimation much better here.
16087           Use G_BEGIN/END_DECLS instead of __cplusplus
16088
16089         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16090           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16091
16092 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16093
16094         * gst/subparse/gstsubparse.c:
16095           Fix OSX buildbot.
16096
16097 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16098
16099         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16100         (theora_enc_chain), (theora_enc_change_state):
16101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16102         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16103         (gst_vorbisenc_change_state):
16104         * ext/vorbis/vorbisenc.h:
16105           Set granulepos and timestamp correctly for streams not
16106           starting at 0, taking into account the initial delay.
16107
16108 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * gst/mpegstream/gstdvddemux.c:
16111           Add audio/x-dts to audio pad template caps
16112
16113 2005-01-30  David Schleef  <ds@schleef.org>
16114
16115         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16116         (create_context), (gst_polypsink_link): Fix silly endianness
16117         bug.  Add some debugging.  Remove float from caps; it doesn't
16118         work.  Attempt to get remote audio working.
16119
16120 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16121
16122         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16123           Add 3IV2 fourcc.
16124
16125 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16126
16127         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16128         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16129         (gst_avi_demux_stream_data):
16130         * gst/avi/gstavidemux.h:
16131           Invert DIB images. Fixes #132341.
16132
16133 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16134
16135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16136         (gst_ffmpegcsp_chain):
16137           D'oh, reference the palette data, not the palette structure.
16138           Fixes color distortion in #132341.
16139
16140 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16141
16142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16143           PAR can be non-fixed when not provided as argument (#162626).
16144
16145 2005-01-29  David Moore  <dcm@acm.org>
16146
16147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16148
16149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16150         (gst_qtdemux_loop_header):
16151           Re-apply patch from #142272 that allows non-seekable sources,
16152           re-proposed by Daniel Drake <dsd@gentoo.org>.
16153
16154 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16155
16156         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16157           Use the src template for creating the src pad (#162330).
16158
16159 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * configure.ac:
16162         * ext/musepack/Makefile.am:
16163         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16164         (gst_musepackdec_init), (gst_musepackdec_dispose),
16165         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16166         (gst_musepack_stream_init), (gst_musepackdec_loop),
16167         (gst_musepackdec_change_state):
16168         * ext/musepack/gstmusepackdec.cpp:
16169         * ext/musepack/gstmusepackdec.h:
16170         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16171         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16172         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16173         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16174         * ext/musepack/gstmusepackreader.cpp:
16175         * ext/musepack/gstmusepackreader.h:
16176           Update to 1.1 API (#165446).
16177
16178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16179
16180         * ext/Makefile.am:
16181           Unbreak buildbot.
16182
16183 2005-01-28  Andy Wingo  <wingo@pobox.com>
16184
16185         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16186         to reflect a different dubious internet source. Add a reference
16187         and some commentary.
16188
16189 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16190
16191         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16192         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16193         * gst/playback/gststreamselector.h:
16194           Be more selective when we're redoing caps negotiation from
16195           within the chain function on a stream change.
16196
16197 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16198
16199         * configure.ac:
16200         * ext/Makefile.am:
16201         * ext/amrnb/Makefile.am:
16202         * ext/amrnb/amrnb.c: (plugin_init):
16203         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16204         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16205         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16206         (gst_amrnbdec_state_change):
16207         * ext/amrnb/amrnbdec.h:
16208         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16209         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16210         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16211         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16212         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16213         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16214         * ext/amrnb/amrnbparse.h:
16215           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16216         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16217           Add AMR-NB/-WB raw formats.
16218         * ext/alsa/gstalsa.c: (gst_alsa_link):
16219           Keep valid time when changing format.
16220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16221         (qtdemux_parse_trak):
16222           Add some more format-specific options (#140141, #143555, #155163).
16223
16224 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16225
16226         * gst/matroska/matroska-demux.c:
16227         (gst_matroska_demux_parse_blockgroup):
16228           Fix logic error in timing of subtitle stream synchronization.
16229         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16230           Add skip-chunk, which is found in kodak-camera streams.
16231
16232 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16233
16234         * po/LINGUAS:
16235         * po/vi.po:
16236           Adding Vietnamese translation (submitted by Clytie Siddall)
16237
16238 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16239
16240         * gst/playback/gstdecodebin.c: (try_to_link_1):
16241           Use realpad for signal.
16242
16243 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16244
16245         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16246           Fix category so decodebin picks it up.
16247
16248 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16249
16250         * ext/mad/Makefile.am:
16251         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16252         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16253         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16254         (found_type), (gst_id3demux_bin_change_state):
16255         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16256         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16257         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16258         (gst_id3_tag_change_state), (plugin_init):
16259         * ext/mad/gstmad.h:
16260           Add id3demuxbin (which is a simple bin consisting of id3demux
16261           and typefind), take over rank from id3demux, remove typefind
16262           code from id3demux. Makes all broken mp3s that I know of work,
16263           and thereby fixes #152688.
16264
16265 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16266
16267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16268
16269         * ext/mad/gstmad.c: (gst_mad_src_event):
16270         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16271           Allow seeks on audio pad, make mad forward those (#164826).
16272         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16273           Set duration (#165335).
16274
16275 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16276
16277         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16278         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16279         (gst_asf_demux_process_ext_content_desc),
16280         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16281         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16282         * gst/asfdemux/gstasfdemux.h:
16283           Improve metadata display, e.g. if the metadata comes before the
16284           streams are loaded (which is perfectly valid).
16285
16286 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16287
16288         * tools/gst-launch-ext-m.m:
16289           Fix AVI/ASF pipelines (#165340).
16290
16291 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16292         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16293         build failure on amd64
16294
16295 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16298         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16299           Check environment variables GST_ID3V2_TAG_ENCODING,
16300           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16301           list of character encodings to force interpretation of non-unicode
16302           strings stored in an ID3v2 tag to a particular encoding. If none
16303           is specified, try to use current locale's encoding, then fall back
16304           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16305         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16306         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16307           Check environment variables GST_ID3V1_TAG_ENCODING,
16308           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16309           list of character encodings to use in case a string encountered
16310           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16311           specified, try to use the current locale's encoding, then fall
16312           back to ISO-8859-1 (which will always succeed).
16313
16314 2005-01-25  Benjamin Otte  <otte@gnome.org>
16315
16316         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16317           - on half framerate, compute the rate in advance so the comparisons
16318             don't compare wrong values
16319           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16320             behaviour
16321           - don't use mad_header_decode anymore, mad_frame_decode does that
16322             automatically
16323           - when getting rid of consumed bytes, reset the stream's skiplen
16324           (fixes #163867)
16325
16326 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16327
16328         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16329           Use 1/2 a second for default max_discont, as PES streams from DVB
16330           seem to have larger spacings in the SCR. 
16331           Fix a typo.
16332
16333 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16334
16335         * gst/playback/gstplaybasebin.c: (group_commit):
16336           Notify delayed stream-info availability.
16337
16338 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16339         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16340         (gst_a52dec_handle_event), (gst_a52dec_chain):
16341         Add some debug output. Check that a discont has a valid
16342         time associated.
16343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16344         (gst_alsa_sink_loop):
16345         Ignore TAG events. A little extra debug for broken timestamps.
16346         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16347         (dvdnavsrc_change_state):
16348         Ensure we send a discont to engage the link before we send any
16349         other events.
16350         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16351         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16352         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16353         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16354         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16355         dvd://title works in totem because typefinding sends a seek that ends
16356         up going back to chapter 1 regardless.
16357         * ext/mpeg2dec/gstmpeg2dec.c:
16358         * ext/mpeg2dec/gstmpeg2dec.h:
16359         Output correct timestamps and handle disconts.
16360         * ext/ogg/gstoggdemux.c: (get_relative):
16361         Small guard against a null dereference.
16362         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16363         (gst_textoverlay_set_property):
16364         Free memory when done. Don't call gst_event_filler_get_duration on
16365         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16366         g_warning.
16367         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16368         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16369         (gst_sw_srclink), (gst_smoothwave_chain):
16370         Draw solid lines, prettier colours.
16371         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16372         Add a default palette that'll work for some movies.
16373         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16374         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16375         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16376         * gst/mpegstream/gstdvddemux.h:
16377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16378         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16379         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16380         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16381         * gst/mpegstream/gstmpegparse.h:
16382         Use PTM/NAV events when for timestamp adjustment when connected to 
16383         dvdnavsrc. Don't use many discont events where one suffices.
16384         * gst/playback/gstplaybasebin.c: (group_destroy),
16385         (gen_preroll_element), (gst_play_base_bin_add_element):
16386         * gst/playback/gstplaybasebin.h:
16387         Make sure we remove subtitles from the same bin we put them in.
16388         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16389         (gst_subparse_buffer_format_autodetect),
16390         (gst_subparse_change_state):
16391         Fix some memleaks and invalid accesses.
16392         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16393         (oggskel_type_find), (cmml_type_find), (plugin_init):
16394         Some typefind functions for Annodex v3.0 files
16395         * gst/wavparse/gstwavparse.h:
16396         GstRiffReadClass is the correct parent class.
16397
16398 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16399
16400         * gst-libs/gst/riff/riff-media.c:
16401         (gst_riff_create_video_caps_with_data):
16402           Add extradata to huffyuv (fixes #165013).
16403         * gst-libs/gst/riff/riff-read.c:
16404         (gst_riff_read_strf_vids_with_data):
16405           Fix extradata extraction if it is in the chunk size.
16406
16407 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16408
16409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16410
16411         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16412         (gst_quarktv_change_state), (gst_quarktv_dispose):
16413           Memory free'ing location fix (#164708).
16414
16415 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16416
16417         * gst/playback/gstplaybasebin.c: (group_commit),
16418         (gen_preroll_element), (probe_triggered), (gen_source_element),
16419         (setup_source), (gst_play_base_bin_change_state),
16420         (gst_play_base_bin_add_element):
16421           Don't block for streams.
16422         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16423         (gst_stream_info_set_mute):
16424           Use gst_pad_set_active_recursive.
16425
16426 2005-01-25  Andy Wingo  <wingo@pobox.com>
16427
16428         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16429         for #ifndef HAVE_XVIDEO.
16430
16431 2005-01-24  Jeffrey C. Ollie
16432
16433         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16434
16435         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16436         * ext/gsm/gstgsmdec.h:
16437         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16438         * ext/gsm/gstgsmenc.h:
16439         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16440         was given by property. Add proper buffer timestamps and offsets.
16441
16442 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16443
16444         * gst-libs/gst/riff/riff-media.c:
16445         (gst_riff_create_audio_caps_with_data):
16446           Audio can be <8000Hz.
16447
16448 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16451           Explicit state change to workaround refcount bugs.
16452
16453 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16454
16455         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16456         (gst_avimux_riff_get_avi_header):
16457           Fix...
16458
16459 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16462         (gst_riff_read_element_data):
16463         * gst-libs/gst/riff/riff-read.h:
16464           Add _peek version (req'ed in CDXA).
16465         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16466         (gst_cdxaparse_loop):
16467           Fix parsing in playbin.
16468         * gst/playback/gstdecodebin.c: (close_pad_link):
16469           Ignore current_ pads, they cause major annoyance.
16470
16471 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16472
16473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16474           Safety guard.
16475
16476 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16477
16478         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16479           Fix padding...
16480
16481 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16484           Allow for 0-sized buffers. Fixes length query problems in
16485           starwars.mkv from the testsuite.
16486
16487 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16490         (gst_video_box_i420), (gst_video_box_chain):
16491           Fix row strides for I420 (fixes #163159)
16492           
16493 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16496           MPEG2 has a useful rate property, so we can actually use that.
16497           For MPEG-1, continue using the bytes/time properties.
16498
16499 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst-libs/gst/riff/riff-media.c:
16502         (gst_riff_create_video_caps_with_data),
16503         (gst_riff_create_video_template_caps):
16504           Add intel-h263.
16505
16506 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16509           Fail if caps negotiation fails. Should fix #162184, and should
16510           definately be in there regardless of it fixing the actual bug.
16511         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16512         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16513         (gst_avimux_riff_get_avix_header),
16514         (gst_avimux_riff_get_video_header),
16515         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16516         (gst_avimux_start_file), (gst_avimux_handle_event),
16517         (gst_avimux_change_state):
16518         * gst/avi/gstavimux.h:
16519           Refactor structure writing to use GST_WRITE_UINT macros, add
16520           metadata writing support.
16521
16522 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16523
16524         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16525           Elements may already be destroyed when this function is called.
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_loop_header), (gst_qtdemux_handle_esds):
16531           More memory leak fixes (#149162).
16532
16533 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16534
16535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16536         (gst_qtdemux_add_stream):
16537           Fix two memleaks.
16538
16539 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16540
16541         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16542           Argh...
16543
16544 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16545
16546         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16547           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16548           when fixating to six channels in Totem.
16549
16550 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16553           Fix compile warnings on Solaris 10 buildbot
16554
16555 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16556
16557         * ext/dvdread/dvdreadsrc.c: (_read):
16558           Don't read beyond the last cell in a chapter (fixes 
16559           invalid memory access)
16560
16561 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         * ext/dvdread/stream_labels.c:
16564         (dvdreadsrc_get_audio_stream_labels):
16565           Use NULL for an empty GList instead of g_list_alloc(); fix 
16566           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16567           of GString (easier to bulk free later)
16568
16569 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16570
16571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16572
16573         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16574         (gst_ffmpeg_pixfmt_to_caps):
16575           Fix BGRA32 caps (#164209).
16576
16577 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16578
16579         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16580
16581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16582         (gst_ffmpeg_caps_to_pixfmt):
16583           alpha_mask can be RGBA/ABGR. Fixes #164265.
16584
16585 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16586
16587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16588
16589         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16590         (gst_mpeg2dec_alloc_buffer):
16591         * ext/mpeg2dec/gstmpeg2dec.h:
16592           Crop if decoding size is not the actual image size (#163676).
16593
16594 2005-01-17  Steve Baker  <steve@stevebaker.org>
16595
16596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16597
16598         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16599         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16600           Add libsndfile typefind functions (#163309).
16601
16602 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * tools/gst-launch-ext-m.m:
16605           Add .aac, fix .m1v/.m2v (#163891).
16606
16607 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16610           Sanity check, don't wait endlessly since the clock might not
16611           actually run at this point (which is a deadlock). Fixes #164069.
16612
16613 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16614
16615         * gst/playback/gstplaybasebin.c: (probe_triggered):
16616           Of course, only pause if group is done...
16617
16618 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16619
16620         * gst/playback/gstplaybasebin.c: (probe_triggered):
16621           Thread safety.
16622
16623 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16624
16625         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16626           Don't return state change success when the parent
16627           failed.
16628
16629 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16630
16631         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16632           Free events (fix memleak in #162905).
16633
16634 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16635
16636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16639         (gst_ffmpeg_caps_to_pixfmt):
16640           Fix for depth = 15. Fixes #161675.
16641
16642 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16643
16644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16645           Set FPS correctly, even for webcams and the like.
16646         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16647           Don error on setting while capturing.
16648
16649 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16650
16651         * ext/dv/gstdvdec.c:
16652         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16653         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16654           I'm a bad boy. using /1001. to force C to do float division
16655           and not integer division (as it did in my last commit)
16656           Thanks to David I. Lehn for pointing this mistake.
16657
16658 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16661           Revert Johan's 1.35->1.36 since it breaks compat.
16662
16663 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16664
16665         * ext/dv/gstdvdec.c:
16666         * ext/libfame/gstlibfame.c:
16667         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16668         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16669           replace framerate aproximations by their real value
16670           (24000/1001, 30000/1001, 60000/1001)
16671           Finish fixing bug #164049
16672
16673 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * ext/ogg/gstoggmux.c:
16676           eos/bos debugging
16677         * gst/tcp/gstmultifdsink.c:
16678         * gst/tcp/gstmultifdsink.h:
16679         * gst/tcp/gsttcp.c:
16680         * gst/tcp/gsttcp.h:
16681         * gst/tcp/gsttcpclientsink.c:
16682         * gst/tcp/gsttcpclientsrc.c:
16683         * gst/tcp/gsttcpserversink.c:
16684         * gst/tcp/gsttcpserversrc.c:
16685           improve reusability of elements after state changes and errors
16686           make multifdsink throw away streamheaders when receiving new ones
16687
16688 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16691           Fix for if items are already in list...
16692
16693 2005-01-12  Benjamin Otte  <otte@gnome.org>
16694
16695         * gst/adder/gstadder.c: (gst_adder_loop):
16696           fix adder a bit so it doesn't screw up with events as much anymore
16697
16698 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16699
16700         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16701         (pixbufscale_scale), (gst_pixbufscale_chain):
16702         * ext/gdk_pixbuf/pixbufscale.h:
16703           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16704           to ensure rowstrides are calculated the same way as 
16705           ffmpegcolorspace
16706           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16707           that we pick up duration and offset also.
16708
16709 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16712         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16713           Reusability fixes.
16714
16715 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16716
16717         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16718         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16719         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16720         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16721           Update flags when requested.
16722
16723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16726           Fix dmix.
16727
16728 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16729
16730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16731         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16732         (probe_triggered), (new_decoded_pad), (gen_source_element),
16733         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16734         * gst/playback/gstplaybasebin.h:
16735         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16736         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16737         (gst_play_bin_change_state):
16738           Implement group-switch signal for use in apps to clear metadata
16739           cache, clean up subtitle, add suburi property instead of # hack,
16740           some error-out fixes.
16741
16742 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16745           Debug.
16746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16747           If we got a state change in the _get handler, don't return success.
16748
16749 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16750
16751         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16752         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16753           Make jpegdec quiet on MJPEG decoding
16754         * gst/asfdemux/README:
16755           Fix mimetypes for MJPEG and H263
16756
16757 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16758
16759         * ext/theora/theoradec.c: (theora_dec_chain):
16760           Fix broken code generation by gcc by swapping arguments.
16761         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16762           Fix \n in debug.
16763
16764 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16765
16766         * TODO:
16767           delete this file, it is by far outdated
16768         * ext/alsa/gstalsa.1: remove
16769         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16770         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16771         (gst_alsa_get_caps):
16772           Add HW probing for supported sample rates. Fixes #161704
16773
16774 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16775
16776         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16777           Don't crash, biatch! :).
16778
16779 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16780
16781         * ext/musepack/gstmusepackreader.cpp:
16782         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16783           Some work on tags - still doesn't work in playbin...
16784         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16785           Handle events...
16786
16787 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16788
16789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16790           Also shove tags on kid pads.
16791
16792 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16793
16794         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16795           Don't bail on unknown events.
16796         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16797           Don't crash on events before negotiation.
16798         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16799           Send tags on pads, too.
16800         * gst/playback/gststreamselector.c:
16801         (gst_stream_selector_request_new_pad):
16802           Forward events on first pad if no input was selected yet.
16803
16804 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16805
16806         * gst/playback/gstplaybasebin.c: (setup_substreams):
16807           Don't disable streamtype if the stream doesn't exist, since
16808           then playing a video after audio will disable both and nothing
16809           will happen. Fixes the testsuite.
16810
16811 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16812
16813         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16814         (gst_v4l_xoverlay_set_xwindow_id):
16815         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16816         (gst_v4l2_xoverlay_set_xwindow_id):
16817           Add debug categories, fix overlay disabling.
16818
16819 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16820
16821         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16822         * ext/alsa/gstalsa.h:
16823           Add HW probing for period_count/size and buffer_size MIX/MAX
16824           Adjust default/user defined value if out of bounds
16825           Should fix bug #162024
16826
16827 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16828
16829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16830           Fix warning (#161191).
16831
16832 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16833
16834         * ext/dvdread/stream_labels.c:
16835         (dvdreadsrc_get_audio_stream_labels):
16836           Fix warning (init the good variable in switch default)
16837
16838 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16839
16840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16841
16842         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16843           Fix gcc-2.95 compile (#163485).
16844
16845 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16846
16847         * configure.ac:
16848         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16849         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16850         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16851         (gst_flacenc_change_state):
16852         * ext/flac/gstflacenc.h:
16853           Update for API change in flac-1.1.1. Update requirement in
16854           configure.ac. Fixes #162974.
16855
16856 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * gst/playback/gstplaybasebin.c: (group_destroy):
16859           Remove hack to get rid of assert and get rid of unlinked
16860           signals properly.
16861
16862 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16863
16864         * gst/playback/gstplaybasebin.c: (setup_source):
16865           Set source to NULL so that resources are free'ed. Fixes issues
16866           with playback of CDDA and similar device-accessing things.
16867
16868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * testsuite/embed/Makefile.am:
16871           test->noinst, fix make test in buildbot.
16872
16873 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16874
16875         * ext/dvdread/stream_labels.c: new file
16876         * ext/dvdread/stream_labels.h: new file
16877         * ext/dvdread/Makefile.am:
16878         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16879           Extract audio stream label from DVD IFO files.
16880           It only dump them on the console for now, still have to
16881           make playbin aware of them.
16882
16883 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * gst/playback/gstplaybasebin.c: (setup_source):
16886           Fix hanging subs.
16887
16888 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16891         (gen_preroll_element), (remove_groups), (setup_subtitle),
16892         (gen_source_element), (setup_source):
16893         * gst/playback/gstplaybasebin.h:
16894           Multiple .sub files is just a stupid idea... Fix some threading
16895           mistakes. Interestingly, external .sub files cause playbin to
16896           hang, I don't know why... Parsing fixes contributed by Fran??ois
16897           Kooman <fkooman@tuxed.net>.
16898
16899 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * testsuite/embed/Makefile.am:
16902           Fix buildbot.
16903
16904 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16905
16906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16907
16908         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16909         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16910         (gst_pngenc_set_property):
16911         * ext/libpng/gstpngenc.h:
16912           Add compression level property (#163323).
16913
16914 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16915
16916         * configure.ac:
16917         * examples/capsfilter/capsfilter1.c: (main):
16918         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16919         * ext/dvdread/Makefile.am:
16920         * ext/dvdread/demo-play:
16921         * ext/dvdread/demo-play.c:
16922         * gconf/gstreamer.schemas.in:
16923         * gst-libs/gst/gconf/gconf.c:
16924         * sys/v4l/TODO:
16925         * testsuite/Makefile.am:
16926         * testsuite/embed/Makefile.am:
16927         * testsuite/embed/embed.c: (cb_expose), (main):
16928           Remove all references to xvideosink, fix examples (#140845).
16929         * gst/playback/gstplaybasebin.c: (group_destroy):
16930           Apparently, disposal does not unlink - so do explicitely.
16931         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16932           Add debug.
16933
16934 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16935
16936         * README: fix PKG_CONFIG_PATH instructions, what was there
16937         previously was breaking default search path, not nice. 
16938         Fixes #163358
16939
16940 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16941
16942         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16943         (gst_audioscale_chain):
16944           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16945           when resampling - how the ^@$^!@^! is this possible?!?
16946
16947 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16950           Reset variables on READY.
16951         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16952         (gst_matroska_mux_loop):
16953           Require data before writing header.
16954
16955 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16956
16957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16958
16959         * ext/mad/gstmad.c: (gst_mad_chain):
16960           Don't call mad_stream_sync() directly after recovering sync.
16961           Fixes #151661.
16962
16963 2005-01-09  Martin Eikermann  <meiker@upb.de>
16964
16965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16968         (snapshot_handler), (gst_snapshot_sinkconnect),
16969         (gst_snapshot_chain):
16970           Allocate resources when required, fix recursive signal emission
16971           and fix caps. Fixes #161667.
16972
16973 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16974
16975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16976
16977         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16978         (gst_pngdec_chain):
16979           Handle only 8-bppc (bits-per-pixel-component) images, better
16980           error handling and correct strides. Fixes #163177.
16981         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16982         (gst_pngenc_chain):
16983           Better error handling. Fixes #163348.
16984
16985 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16986
16987         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16988         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16989         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16990         (dvdnavsrc_uri_handler_init):
16991           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16992         * gst/playback/gstplaybasebin.c: (gen_source_element):
16993           Add MMS to streaming URIs.
16994
16995 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16996
16997         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16998         * sys/xvimage/xvimagesink.c:
16999         (gst_xvimagesink_navigation_send_event):
17000           Check for pad availability before sending event.
17001
17002 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * gst-plugins.spec.in:
17005           Add subparse.
17006
17007 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * configure.ac:
17010           Since we use functions from CVS, up requirement.
17011
17012 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17013
17014         * gst/playback/Makefile.am:
17015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17016         (group_destroy), (group_commit), (group_is_muted),
17017         (gen_preroll_element), (add_stream), (unknown_type),
17018         (probe_triggered), (preroll_unlinked), (mute_stream),
17019         (silence_stream), (new_decoded_pad), (setup_substreams),
17020         (setup_source), (get_active_source), (mute_group_type),
17021         (muted_group_change_state), (set_active_source),
17022         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17023         (play_base_eos), (gst_play_base_bin_change_state):
17024         * gst/playback/gstplaybasebin.h:
17025         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17026         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17027         (gst_stream_info_dispose), (stream_info_mute_pad),
17028         (stream_info_change_state), (gst_stream_info_set_mute):
17029         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17030         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17031         (gst_stream_selector_init), (gst_stream_selector_dispose),
17032         (gst_stream_selector_get_linked_pad),
17033         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17034         (gst_stream_selector_get_linked_pads),
17035         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17036         * gst/playback/gststreamselector.h:
17037           Adding stream selection support plus required properties for
17038           applications to use this. Fully fixes #100931.
17039
17040 2005-01-08  Benjamin Otte  <otte@gnome.org>
17041
17042         * gst/games/gstpuzzle.c: (nav_event_handler):
17043           - handle nav events differently: forward every event no matter if it
17044             was handled or not.
17045           - translate events
17046           You can now cheat by using navigationtest ! puzzle and moving the
17047           mouse close to the edge of a tile. ;)
17048
17049 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * configure.ac:
17052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17053         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17054         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17055         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17056         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17057         (gst_ogm_parse_plugin_init):
17058         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17059         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17060         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17061         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17062         * ext/pango/gsttextoverlay.h:
17063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17064         (gst_matroska_demux_handle_seek_event),
17065         (gst_matroska_demux_sync_streams),
17066         (gst_matroska_demux_parse_blockgroup),
17067         (gst_matroska_demux_subtitle_caps),
17068         (gst_matroska_demux_plugin_init):
17069         * gst/matroska/matroska-ids.h:
17070         * gst/playback/gstdecodebin.c: (close_pad_link):
17071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17072         (gen_preroll_element), (remove_groups), (add_stream),
17073         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17074         (setup_source):
17075         * gst/playback/gstplaybasebin.h:
17076         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17077         * gst/subparse/Makefile.am:
17078         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17079         (gst_subparse_base_init), (gst_subparse_class_init),
17080         (gst_subparse_init), (gst_subparse_formats),
17081         (gst_subparse_eventmask), (gst_subparse_event),
17082         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17083         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17084         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17085         (parse_mpsub_deinit), (parse_mpsub_init),
17086         (gst_subparse_buffer_format_autodetect),
17087         (gst_subparse_format_autodetect), (gst_subparse_loop),
17088         (gst_subparse_change_state), (gst_subparse_type_find),
17089         (plugin_init):
17090         * gst/subparse/gstsubparse.h:
17091         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17092         (plugin_init):
17093           Add subtitle support, .sub parser (supports SRT and MPsub),
17094           OGM text support, Matroska UTF-8 text support, deadlock fixes
17095           all over the place, subtitle awareness in decodebin/playbin
17096           and some fixes to textoverlay to handle subtitles in a stream
17097           correctly. Fixes #100931.
17098
17099 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17102           Check for pad availability before doing a query on it.
17103
17104 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17105
17106         * ext/dv/gstdvdec.c:
17107           really fix bpp24/32 dvdec caps (classic rgba indeed)
17108         * gst/asfdemux/gstasfdemux.c:
17109         (gst_asf_demux_process_ext_content_desc):
17110           don't send text tags if they are empty (bis repetita)
17111
17112 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17113
17114         * ext/dv/gstdvdec.c:
17115          remove unneeded comment from dvdec
17116           (related to DV 4CC codes in AVI files)
17117           moved them in gstreamer/docs/random/mimetypes
17118         * gst/asfdemux/gstasfdemux.c:
17119         (gst_asf_demux_process_ext_content_desc):
17120          don't send text tags if they are empty
17121          fix mem leak on error path
17122         * gst/ffmpegcolorspace/avcodec.h:
17123         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17124         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17125         (gst_ffmpegcsp_avpicture_fill):
17126         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17127         * gst/ffmpegcolorspace/imgconvert_template.h:
17128          adds BGR32 and BGRA32 to ffmpegcolorspace
17129           (still bad colors, fixing it on next commit)
17130           helps with dvdec outputing BGR32
17131
17132 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17133
17134         * ext/dv/gstdvdec.c:
17135          Fix audio caps i just broke (missing ',')
17136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17137         (gst_matroska_mux_reset):
17138          Fix typo + add FIXME about old "x-gst-metadata" crap
17139
17140 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17141
17142         * ext/dv/demo-play.c: (main):
17143          xvideosink -> xvimagesink
17144         * ext/dv/gstdvdec.c:
17145          change rgb 32/32 caps to 24/32 (no alpha)
17146          change nb of channels to be a list (2 or 4, not 2)
17147          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17148         * gst/asfdemux/gstasfdemux.c:
17149         (gst_asf_demux_process_ext_content_desc):
17150          Add 'date/year' to extracted metadata list
17151
17152 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17153
17154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17155           The return value of fixate_to does not imply that the requested
17156           value was set, so don't assume.
17157
17158 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17159
17160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17161
17162         * ext/libpng/gstpngdec.c:
17163         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17164         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17165         * ext/libpng/gstpngenc.h:
17166           Alpha support (encoder; #163161), mime fixage.
17167
17168 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17169
17170         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17171
17172         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17173         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17174         (gst_faac_set_property), (gst_faac_get_property):
17175         * ext/faac/gstfaac.h:
17176           Allow for ADTS output (#153434).
17177
17178 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17179
17180         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17181           Fix against template (#150576).
17182
17183 2005-01-06  Benjamin Otte  <otte@gnome.org>
17184
17185         * gst/games/gstpuzzle.c: (draw_puzzle):
17186           don't draw a puzzle if either width or height of tiles would be 0.
17187
17188 2005-01-06  Benjamin Otte  <otte@gnome.org>
17189
17190         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17191         (gst_puzzle_class_init), (gst_puzzle_finalize):
17192           no memleaks, please
17193         (gst_puzzle_create), (gst_puzzle_init),
17194         (gst_puzzle_set_property), (gst_puzzle_setup):
17195           change initialization code around so we don't reshuffle on resize
17196         (draw_puzzle):
17197           fix another stupid typo
17198
17199 2005-01-06  Benjamin Otte  <otte@gnome.org>
17200
17201         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17202           fix stupid typo that borked copying on YUY2
17203
17204 2005-01-06  Benjamin Otte  <otte@gnome.org>
17205
17206         * gst/games/gstpuzzle.c: (draw_puzzle):
17207           fix edges when image sizes aren't multiples of tile sizes
17208
17209 2005-01-06  Benjamin Otte  <otte@gnome.org>
17210
17211         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17212           make RGB endianness work correctly
17213         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17214           refactor and fix race with initial shuffling
17215         (nav_event_handler):
17216           allow using the mouse to puzzle
17217         (draw_puzzle):
17218           insist on tiles having width and height as multiples of 4 to get
17219           clean YUV image handling
17220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17221         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17222           s/DEBUG/LOG/ for common messages
17223         (gst_xvimagesink_navigation_send_event):
17224           fix mouse event translation to not include screen PAR
17225         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17226           fix mouse event translation to actually work
17227
17228 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17229
17230         * gst/asfdemux/gstasfdemux.c:
17231         (gst_asf_demux_process_ext_content_desc):
17232          Extract TrackNumber metadata + clean up code
17233         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17234          Hope this is the good fix (var used unitialised)
17235
17236 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17237
17238         * ext/faad/gstfaad.c: (gst_faad_chain):
17239           Only increment timestamp if it's valid. Fixes raw AAC streams.
17240
17241 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17242
17243         * configure.ac:
17244         * gst/games/Makefile.am:
17245         * gst/games/gstpuzzle.c:
17246           add a puzzle game with...
17247         * gst/games/gstvideoimage.c:
17248         * gst/games/gstvideoimage.h:
17249           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17250           from videotestsrc and made into something that would be a nice
17251           library for a lot of other plugins.
17252
17253 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17254
17255         * configure.ac:
17256          don't compile faad plugin if a RC of 2.0 is found
17257          Fixes #155346 (and FC1 buildbot)
17258         * gst/asfdemux/gstasfdemux.c:
17259         (gst_asf_demux_process_ext_content_desc):
17260          try to make Solaris compiler happier
17261
17262 2005-01-06  Paul Jack  <pjack@sfaf.org>
17263
17264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17267           Fix segfault (#161667).
17268
17269 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17270
17271         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17272           Fix framerate reporting.
17273
17274 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17275
17276         * gst-libs/gst/riff/riff-ids.h:
17277         * gst/wavenc/riff.h:
17278          Add AMR (VBR and CBR) ids to riff.h audio codec list
17279         * gst/asfdemux/gstasfdemux.c:
17280         (gst_asf_demux_process_ext_content_desc),
17281         (gst_asf_demux_process_object):
17282           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17283
17284 2005-01-05  Martin Eikermann  <meiker@upb.de>
17285
17286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17289         (gst_dvd_demux_handle_discont):
17290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17291         (gst_mpeg_demux_handle_discont):
17292           Recreate pads on new-media (#160730).
17293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17294           Send discont even if manager changes timestamps (#161929).
17295
17296 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17297
17298         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17301           Fix invalid memory access (#159211).
17302
17303 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17304
17305         * examples/gstplay/player.c: (main):
17306           Don't iterate.
17307         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17308           Add visualizations.
17309         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17310         (gst_a52dec_handle_frame):
17311           Set duration.
17312         * ext/dvdnav/gst-dvd:
17313           Add audioconvert. Fixes #161325.
17314         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17315           Explicitely case to gint64. Possible valgrind error.
17316         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17317         (gst_play_tick_callback), (gst_play_change_state),
17318         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17319         (gst_play_set_location), (gst_play_get_location),
17320         (gst_play_seek_to_time), (gst_play_set_data_src),
17321         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17322         (gst_play_set_visualization), (gst_play_connect_visualization),
17323         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17324         (gst_play_new):
17325           Use playbin. Fixes #139749 and #147744.
17326         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17327           Add genre tag.
17328         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17329         (audioscale_get_type), (gst_audioscale_base_init),
17330         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17331         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17332         (gst_audioscale_link), (gst_audioscale_get_buffer),
17333         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17334         (gst_audioscale_init), (gst_audioscale_dispose),
17335         (gst_audioscale_chain), (gst_audioscale_set_property),
17336         (gst_audioscale_get_property), (plugin_init):
17337           Indent properly.
17338         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17339           Fix LPCM.
17340         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17341         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17342         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17343           Add more metadata (fixes #162656).
17344
17345 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17346
17347         * configure.ac:
17348           back to cvs
17349
17350 === release 0.8.7 ===
17351
17352 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17353
17354         * NEWS:
17355         * RELEASE:
17356         * configure.ac:
17357           releasing 0.8.7, "Hyperspace"
17358
17359 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17360
17361         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17362
17363         * gst/playback/gstplaybasebin.c:
17364          Fix for #162924 - free caps after use, not before
17365
17366 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17369
17370         * gst/playback/gstplaybasebin.c:
17371         * gst/wavparse/gstwavparse.c:
17372           Fix for #154773 - fixes playback of small .wav files
17373
17374 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17375
17376         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17377
17378         * gst/audioscale/gstaudioscale.c:
17379           Fix for #162819 - make audioscale reusable
17380           Fixes playback of more than one file with playbin/totem
17381
17382 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17383
17384         * gst/ffmpegcolorspace/avcodec.h:
17385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17386         * gst/ffmpegcolorspace/imgconvert.c:
17387           clean up the mess that made me cry and avoid needless duplication
17388
17389 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17390
17391         * gst/ffmpegcolorspace/imgconvert.c:
17392           give some indication of why we're segfaulting
17393
17394 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17395
17396         * configure.ac:
17397           Fix indentation, fix v4l2 plugin detection.
17398         * ext/Makefile.am:
17399           Fix libmms location (Maciej, use diff -u!).
17400         * ext/alsa/gstalsa.c: (gst_alsa_init):
17401           Initialize caps cache to NULL.
17402         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17403           Only change state on audiosink if it exists.
17404
17405 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17406
17407         * gst/matroska/matroska-demux.c:
17408         * gst/matroska/matroska-ids.h:
17409         * gst/matroska/matroska-demux.h:
17410         Fix Vorbis streams failing to decode in some files, where cluster_time
17411         isn't 0, because then it doesn't send codec_priv before actual data.
17412         Remove time-based test and replace it with marker set on beginning of
17413         new stream
17414
17415 2004-12-28  David Schleef  <ds@schleef.org>
17416
17417         Merge patch from Ronald fixing problems with streaming
17418         text.
17419         * ext/cairo/gstcairo.c: (plugin_init):
17420         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17421         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17422         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17423         (gst_textoverlay_font_init), (gst_textoverlay_init),
17424         (gst_textoverlay_set_property):
17425         * ext/cairo/gsttextoverlay.h:
17426
17427 2004-12-27  David Schleef  <ds@schleef.org>
17428
17429         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17430         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17431         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17432         (gst_textoverlay_font_init), (gst_textoverlay_init),
17433         (gst_textoverlay_set_property): Improvements to actually
17434         render text as white on black outline on video, including
17435         font selection and horizontal/vertical alignment.  (Ronald's
17436         christmas present)
17437         * ext/cairo/gsttextoverlay.h:
17438
17439 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17440
17441         * ext/ogg/gstogg.c:
17442         * ext/ogg/gstogmparse.c:
17443           fix ogm[audio/video]parse plugin registration
17444           (riff won't load if bytestream is already loaded)
17445
17446 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * gst/audioconvert/gstchannelmix.c:
17449           fix for GLIB < 2.4
17450
17451 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17452
17453         * Makefile.am:
17454         * configure.ac:
17455           disable docs again until it actually passes make distcheck.
17456
17457 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17460         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17461         (plugin_init):
17462           Add 3GP (variables name Q3GP because they can't start with a
17463           number). Add samr audio fourcc (used in .3gp files), decoder
17464           is work in progress. Also do a GST_WARNING instead of ERROR
17465           in case of unknown nodes, to decrease output.
17466
17467 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * Makefile.am:
17470           really fix dist
17471
17472 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17473
17474         * configure.ac:
17475         * ext/speex/gstspeexdec.h:
17476         * ext/speex/gstspeexenc.h:
17477           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17478           Fix detection code in configure.ac
17479
17480 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17481
17482         * gst/matroska/matroska-demux.c:
17483         (gst_matroska_demux_parse_blockgroup):
17484           Save position, so that queries give proper return values. Don't
17485           know how this could ever have worked before...
17486
17487 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17488
17489         * configure.ac:
17490           Put additional LAME check inside the conditional.  Fixes #152339
17491
17492 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17495         (gst_avi_demux_stream_scan):
17496           Add some more debug. Fix logic error when setting movi offset
17497           while reading index.
17498
17499 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17500
17501         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17502         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17503         (gst_avi_demux_process_next_entry):
17504           Add some debugging. Better detection of broken indexes and the
17505           accompanying index recovery. No infinite loops on state changes
17506           when we're still in our loopfunction.
17507
17508 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17509
17510         * configure.ac:
17511           Fix up.
17512
17513 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17514
17515         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17516
17517         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17518           Normalizing the value before setting
17519         (gst_sunaudiomixer_get_volume):
17520           Normalizing the value after getting. Fixes bug# 161980
17521
17522 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17523
17524         * Makefile.am: Make sure docs gets disted
17525         * docs/Makefile.am: Make sure all needed files get disted
17526         * gst-plugins.spec.in: latest updates
17527
17528 2004-12-22  Wim Taymans  <wim@fluendo.com>
17529
17530         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17531         Revert patch 1.38 as clock distribution over schedulers does
17532         not work correcly in the core yet.
17533
17534 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17535
17536         * sys/oss/README: remove this file, which predates my birth
17537           (and which content is by far outdated)
17538
17539 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17540
17541         * Makefile.am:
17542         * configure.ac:
17543         * docs/Makefile.am:
17544         * docs/libs/Makefile.am:
17545         * docs/libs/gst-plugins-libs-docs.sgml:
17546         * docs/libs/gst-plugins-libs-sections.txt:
17547         * docs/libs/tmpl/gstgconf.sgml:
17548         * docs/upload.mak:
17549         * docs/version.entities.in:
17550           Added boilerplate gtk-doc files for plugin-libs documentation.
17551
17552 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17553
17554         * gst/auparse/gstauparse.c: fix int and float audio caps
17555
17556 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17557
17558         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17559         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17560           g_assert() can be a macro, don't use #ifdef inside it.
17561
17562 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17563
17564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17565
17566         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17567         (gst_videorate_init), (gst_videorate_chain),
17568         (gst_videorate_change_state):
17569           Event handling (fixes #159986).
17570
17571 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17572
17573         * gst-libs/gst/riff/riff-media.c:
17574         (gst_riff_create_video_caps_with_data):
17575           Add BLZ0 (Blizzard's version of DivX) fourcc.
17576
17577 2004-12-18  David Schleef  <ds@schleef.org>
17578
17579         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17580         portability fix.
17581
17582 2004-12-18  David Schleef  <ds@schleef.org>
17583
17584         * gst/tta/ttadec.h: Disable some header code that isn't used
17585         and clearly isn't portable.
17586
17587 2004-12-18  David Schleef  <ds@schleef.org>
17588
17589         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17590         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17591         (avcodec_get_pix_fmt), (avpicture_layout),
17592         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17593         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17594         Fix code to not use GCC extensions (and c99 extensions that
17595         Forte does not like.)
17596
17597 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17598
17599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17600
17601         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17602         (gst_deinterlace_chain):
17603           Rowstride fixes. Fixes #161039.
17604         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17605         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17606         (gst_video_crop_getcaps), (gst_video_crop_link),
17607         (gst_video_crop_i420), (gst_video_crop_chain),
17608         (gst_video_crop_change_state):
17609           Rework of negotiation. Actually works now. Fixes #158650.
17610
17611 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17612
17613         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17614           That was very stupid.
17615
17616 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17617
17618         * gst/matroska/matroska-demux.c:
17619         (gst_matroska_demux_parse_blockgroup):
17620           Fix possible crasher.
17621
17622 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17623
17624         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17625         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17626           Lace sizes can be zero.
17627
17628 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17629
17630         * ext/musepack/gstmusepackdec.cpp:
17631           Fetch error return values. Fixes #161624.
17632         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17633           Really EOS.
17634
17635 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17636
17637         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17638           Work for truncated (unfinished download etc.) files. Fixes #160514.
17639
17640 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17643           Fix for integer overflow. Makes #156001 not crash. Probably masks
17644           the real bug.
17645
17646 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17647
17648         * gst/ac3parse/gstac3parse.c: (plugin_init):
17649           Parsers never have ranks. Fixes #159651.
17650
17651 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17652
17653         * gst/playback/gstdecodebin.c: (compare_ranks):
17654           make sure the facotries are ordered the same every time even if they
17655           have the same rank by using the name
17656         * gst/playback/gstdecodebin.c: (find_compatibles):
17657           make sure we don't add factories to the list twice
17658
17659 2004-12-16  David Schleef  <ds@schleef.org>
17660
17661         * configure.ac: look for musepack headers as musepack/*.h
17662         (fixes #159847)
17663         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17664         * ext/musepack/gstmusepackreader.h: same
17665
17666 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * gst-libs/gst/riff/riff-read.c:
17669         (gst_riff_read_strf_auds_with_data):
17670           Read extradata correctly (fixes #155879).
17671
17672 2004-12-16  David Schleef  <ds@schleef.org>
17673
17674         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17675         audio.  does _not_ attempt or allow conversion unless channels
17676         is 1 or 2.
17677
17678 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17679
17680         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17681
17682 2004-12-16  David Schleef  <ds@schleef.org>
17683
17684         * gst/audioscale/gstaudioscale.c: the resample library only
17685         handles 1 or 2 channels.  Change caps to compensate.
17686
17687 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17688
17689         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17690         (gst_matroska_demux_audio_caps):
17691           Some MPEG-AAC hacks, because else it doesn't work...
17692
17693 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * gst-libs/gst/riff/riff-media.c:
17696         (gst_riff_create_video_caps_with_data),
17697         (gst_riff_create_video_template_caps):
17698           Add h264.
17699
17700 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * gst-libs/gst/audio/Makefile.am:
17703           Try to fix buildbot.
17704
17705 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * gst/tcp/gstmultifdsink.c:
17708           Clean up and uniformize debugging.
17709
17710 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17711
17712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17715         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17717         (gst_mpeg_demux_change_state):
17718           Reset on ready. Fixes 160276.
17719
17720 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17721
17722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17723
17724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17725         (gst_ffmpegcsp_pad_link):
17726           Fix memleak (#154815).
17727
17728 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17729
17730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17731
17732         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17733         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17734         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17735         * ext/musicbrainz/gsttrm.h:
17736           Add support for using a proxy server when getting a trm id from
17737           the MusicBrainz database (#149613).
17738
17739 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17740
17741         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17742
17743         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17744         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17745           Fix memleaks (#157233).
17746
17747 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17748
17749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17750
17751         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17752         * gst-libs/gst/resample/resample.h:
17753         * gst/audioscale/gstaudioscale.c:
17754           Fix memleak (#159215).
17755
17756 2004-12-16  Toni Willberg  <toniw@iki.fi>
17757
17758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17761         * sys/oss/oss_probe.c: (main):
17762           Check for mono/stereo support (similar to samplerate probing),
17763           fixes #159433. Also add missing copyright header to oss_probe.c.
17764
17765 2004-12-15  David Schleef  <ds@schleef.org>
17766
17767         * configure.ac: add audioresample and cairo plugins.  Remove
17768         HAVE_MMX stuff, because it's not used.
17769         * ext/Makefile.am: same
17770         * ext/audioresample/Makefile.am: You are not ready for an
17771         audio resampling element based on audioresample.
17772         * ext/audioresample/gstaudioresample.c:
17773         * ext/audioresample/gstaudioresample.h:
17774         * ext/cairo/Makefile.am: You are not ready for overlay elements
17775         based on cairo.  Don't look too closely, these elements kinda
17776         suck right now.
17777         * ext/cairo/gstcairo.c: new
17778         * ext/cairo/gsttextoverlay.c: new
17779         * ext/cairo/gsttextoverlay.h: new
17780         * ext/cairo/gsttimeoverlay.c: new
17781         * ext/cairo/gsttimeoverlay.h: new
17782         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17783         problem with compilers that don't support variadic macros.
17784
17785 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17786
17787         Reviewed by:  David Schleef  <ds@schleef.org>
17788
17789         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17790         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17791         bit.  Also ran indent-gst.
17792         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17793         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17794         (gst_sunaudiosrc_setparams):
17795
17796 2004-12-14  David Schleef  <ds@schleef.org>
17797
17798         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17799         output rate to 16000.  Should fix #160235.
17800
17801 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17802
17803         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17804         Add typefinding for mpeg2 pes streams
17805
17806 2004-12-13  David Schleef  <ds@schleef.org>
17807
17808         * configure.ac:  Applied patch from bug #143659, making default
17809         sources and sinks OS-dependent (for Solaris), and added code
17810         for OS/X.
17811         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17812
17813 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17814
17815         * gst-libs/gst/riff/riff-media.c:
17816           forgot to add h2.64 to avidemux template caps
17817
17818 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17819
17820         * gst/wavenc/riff.h:
17821         * gst-libs/gst/riff/riff-media.c:
17822         * gst-libs/gst/riff/riff-ids.h:
17823         * gst/avi/gstavimux.c
17824         add 4CC code for VideoSoft h264 in AVI (VSSH)
17825           fixes bug #160655
17826         remove s323 from riff, it's quicktime specific :(
17827
17828 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17829
17830         * gst/asfdemux/README
17831         * gst/wavenc/riff.h
17832         * gst-libs/gst/riff/riff-ids.h
17833         * gst-libs/gst/riff/riff-media.c
17834         * gst/qtdemux/qtdemux.c:
17835           add new 4CC codes for h263 related codecs
17836           fixes partially bug #155163
17837
17838 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17839
17840         * configure.ac: Update polyaudio requirement to 0.7
17841         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17842
17843 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17844
17845         * gst/interleave/deinterleave.c:
17846         fix my name's spelling! :)
17847
17848 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17849
17850         * AUTHORS ChangeLog
17851         * gst/auparse/gstauparse.c
17852         * gst/interleave/deinterleave.c
17853         * gst/law/:
17854                 alaw-decode.c alaw-encode.c
17855                 mulaw-decode.c mulaw-encode.c
17856         * gst/oneton/gstoneton.c
17857         * sys/osxaudio/:
17858                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17859         * sys/osxvideo/:
17860                 cocoawindow.h cocoawindow.m
17861                 osxvideosink.h osxvideosink.m
17862
17863         put the same mail address for Zaheer Abbas Merali everywhere
17864
17865 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17866
17867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17868           Align by packetsize, and assert that we a packet available before
17869           playing. The first makes webstreams work (they often include
17870           trailing padding data in a packet), the second allows pausing a
17871           ASF stream in totem without getting demux errors afterwards.
17872
17873 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17874
17875         * ext/ogg/gstoggdemux.c: (get_relative):
17876           Check for non-NULL before accessing member (end-of-chain).
17877
17878 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17879
17880         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17881         (cdparanoia_set_property), (cdparanoia_get_property):
17882         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17883         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17884         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17885         (dvdreadsrc_init), (dvdreadsrc_set_property),
17886         (dvdreadsrc_get_property):
17887         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17888         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17889           Synchronize property names where not yet the case. Devices are
17890           now device=X, other versions are deprecated (but still exist).
17891           Also use g_free() unconditionally.
17892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17893         (setup_source), (gst_play_base_bin_get_property):
17894           Expose source.
17895
17896 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17897
17898         * configure.ac: move GCONF macro outside conditional for the am
17899           conditional. Fixes #160439
17900
17901 2004-12-08  David Schleef  <ds@schleef.org>
17902
17903         * tools/gst-visualise-m.m: Switch to elements that currently
17904         exist.
17905
17906 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17907
17908         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17909           We love wrong commas.
17910
17911 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17912
17913         * gst/matroska/matroska-demux.c:
17914         (gst_matroska_demux_handle_src_query):
17915           Don't set DEFAULT, unsupported - makes length display incorrectly
17916           in some cases.
17917
17918 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17919
17920         * gst/monoscope/README: remove blurb about files being GPL
17921         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17922         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17923           monoscope is now effectively LGPL licensed
17924
17925 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17926
17927         * gst/monoscope/README: Update information to be more correct
17928         * gst/monoscope/convolve.c: Relicense to LGPL
17929         * gst/monoscope/convolve.h: Relicense to LGPL
17930
17931 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17932
17933         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17934           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17935         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17936           set default_duration for mpeg1 audio
17937
17938 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17939
17940         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17941         * ext/alsa/gstalsa.h:
17942           refactor big chunks of the core caps negotiation code to make it
17943           a lot faster, because people claim it's really slow
17944           (actually, just cache the getcaps when the device is opened)
17945
17946 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17947
17948         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17949         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17950         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17951         (gst_a52dec_change_state), (plugin_init):
17952         * ext/a52dec/gsta52dec.h:
17953           Do something useful with timestamps. Make chain-based (since
17954           there's really no reason to be loopbased).
17955         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17956           Update current_byte/frame correctly.
17957
17958 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17959
17960         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17961         (gst_ape_demux_stream_init):
17962           Forward tags, too.
17963
17964 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17965
17966         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17967           Let's make sure we're done typefinding when detecting tags.
17968
17969 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17970
17971         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17972         (gst_ebml_read_init), (gst_ebml_read_use_event),
17973         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17974         (gst_ebml_read_seek), (gst_ebml_read_skip),
17975         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17976         (gst_ebml_read_master):
17977         * gst/matroska/ebml-read.h:
17978         * gst/matroska/matroska-demux.c:
17979         (gst_matroska_demux_parse_contents),
17980         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17981           Disgustingly evil hack for working around INTERRUPT events and
17982           their extremely annoying habit of being a pain in the ass. We
17983           simply peek a cluster before reading any of it.
17984
17985 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17986
17987         * ext/musepack/gstmusepackdec.cpp:
17988           There's also floating point libmusepacks.
17989
17990 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17993         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17994           Set DURATION even if source buffer didn't. Also use increasing
17995           timestamps.
17996         * gst-libs/gst/riff/riff-media.c:
17997         (gst_riff_create_audio_caps_with_data):
17998           Block_align can have larger values than 8192.
17999
18000 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18001
18002         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18003         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18004         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18005         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18006           Fix caps.
18007
18008 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18009
18010         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18011           Fix logic bug.
18012
18013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18014
18015         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18016           Yay, another one.
18017
18018 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * ext/esd/esdsink.c: (gst_esdsink_chain):
18021           Make error actually say something useful (fixes #156798).
18022         * gst-libs/gst/riff/riff-media.c:
18023         (gst_riff_create_video_caps_with_data),
18024         (gst_riff_create_video_template_caps):
18025           Add Intel Video 5.0 fourcc (IV50).
18026
18027 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18028
18029         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18030         detection on mono and stereo mp3 files.
18031
18032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18033
18034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18035           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18036           the contained stream).
18037
18038 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18039
18040         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18041           Oops, remove debug.
18042
18043 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18044
18045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/law/alaw-decode.c: (alawdec_getcaps):
18048         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18049           Prevent warnings when negotiating caps (fixes #159338).
18050
18051 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18054         (gst_ffmpegcsp_chain):
18055           Remove old leftover that shouldn't be there...
18056
18057 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18058
18059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18062           Don't forward DISCONT events (fixes #159684).
18063
18064 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18067           Unlink manually since sometimes bin disposal (and therefore
18068           pad unlinking) is delayed, which will cause a new media file
18069           to not be able to start playing instantly.
18070
18071 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18074           On mute of an unlinked stream, check for pad availability so
18075           we don't crash on unlinked pad.
18076
18077 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18078
18079         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18080         (gst_avi_demux_massage_index):
18081           Fix quite humiliating bug in omitting 0-sized index chunks but
18082           forgetting to count them for timestamps.
18083
18084 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18087           Actually leave the loop if we failed to sync. Don't crash.
18088
18089 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18090
18091         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18092         (gst_dvd_demux_process_private):
18093         * gst/mpegstream/gstdvddemux.h:
18094           Fix crash (#159759). Doesn't work, though. :-(.
18095
18096 2004-11-28  Benjamin Otte  <otte@gnome.org>
18097
18098         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18099           more overwriting protection due to modifying channels one by one
18100           instead of all at once
18101
18102 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18103
18104         * gst/audioconvert/gstchannelmix.c:
18105         (gst_audio_convert_fill_normalize):
18106           Normalize using absolute values.
18107
18108 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18109
18110         * configure.ac:
18111         * ext/Makefile.am:
18112         * ext/directfb/Makefile.am:
18113         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18114         (gst_directfbvideosink_get_pixel_format),
18115         (gst_directfbvideosink_get_format_from_fourcc),
18116         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18117         (gst_directfbvideosink_sink_link),
18118         (gst_directfbvideosink_change_state),
18119         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18120         (gst_directfbvideosink_buffer_alloc),
18121         (gst_directfbvideosink_interface_supported),
18122         (gst_directfbvideosink_interface_init),
18123         (gst_directfbvideosink_navigation_send_event),
18124         (gst_directfbvideosink_navigation_init),
18125         (gst_directfbvideosink_set_property),
18126         (gst_directfbvideosink_get_property),
18127         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18128         (gst_directfbvideosink_base_init),
18129         (gst_directfbvideosink_class_init),
18130         (gst_directfbvideosink_get_type), (plugin_init):
18131         * ext/directfb/directfbvideosink.h: Adding a first version of
18132         directfbvideosink.
18133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18134         more.
18135
18136 2004-11-28  Benjamin Otte  <otte@gnome.org>
18137
18138         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18139           walk the samples backwards if out_channels > in_channels so we don't
18140           overwrite data
18141
18142 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18143
18144         * gst/audioconvert/Makefile.am:
18145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18146         (gst_audio_convert_link), (gst_audio_convert_change_state),
18147         (gst_audio_convert_channels):
18148         * gst/audioconvert/gstchannelmix.c:
18149         (gst_audio_convert_unset_matrix),
18150         (gst_audio_convert_fill_identical),
18151         (gst_audio_convert_fill_compatible),
18152         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18153         (gst_audio_convert_fill_others),
18154         (gst_audio_convert_fill_normalize),
18155         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18156         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18157         * gst/audioconvert/gstchannelmix.h:
18158           Implement a channel mixer.
18159
18160 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18161
18162         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18163         * ext/alsa/gstalsa.h:
18164         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18165         Make alsasink actually honor gst_element_set_clock and use that
18166         clock instead of its internal one.
18167
18168 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18169
18170         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18171         (gst_play_base_bin_change_state): nullify source and decoder when
18172         going from READY to NULL so that we don't try to do weird stuff with
18173         them when going from NULL to READY
18174         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18175         instead of g_object_unref
18176         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18177         it should be correct
18178         (gst_play_bin_change_state): don't call remove_sinks if we are
18179         currently disposing the object
18180
18181 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18184           Don't forget bass if it's there. Else left channel is silent...
18185
18186 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18187
18188         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18189         (gst_a52dec_change_state):
18190           Don't do sample adjusting anymore, we use float audio now.
18191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18192           Don't fixate to non-existing properties.
18193
18194 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18197         (gst_a52dec_change_state):
18198           Advertise that we can do surround sound.
18199
18200 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18203           Add buffer-frames=0.
18204         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18205         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18206         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18207         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18208         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18209         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18210         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18211         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18212         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18213         * ext/dvdread/dvdreadsrc.h:
18214           Add seeking, querying for bytes, sectors, title, angle and
18215           chapter. Handle multiple chapters. Relicense to LGPL because
18216           Billy agreed on that (thanks Billy!).
18217
18218 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18219
18220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18221         call parent dispose method
18222
18223 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18224
18225         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18226         (gst_audio_clock_get_internal_time):
18227         Fix active <-> inactive transitions: ensure time value always
18228         grows and avoid abrupt value changes.
18229
18230 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18231
18232         * configure.ac:
18233         * gst/tta/Makefile.am:
18234         * gst/tta/crc32.h:
18235         * gst/tta/filters.h:
18236         * gst/tta/gsttta.c:
18237         * gst/tta/gstttadec.c:
18238         * gst/tta/gstttadec.h:
18239         * gst/tta/gstttaparse.c:
18240         * gst/tta/gstttaparse.h:
18241         * gst/tta/ttadec.h:
18242           added TTA parser and decoder
18243
18244 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18247         (probe_triggered), (check_queue), (buffer_underrun),
18248         (buffer_running), (buffer_overrun), (gen_source_element),
18249         (setup_source):
18250         * gst/playback/gstplaybasebin.h:
18251           Implement buffering. Needs some more work.
18252
18253 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18254
18255         * ext/theora/theoradec.c: (theora_dec_chain):
18256           Fix ilog mask range overflow.
18257
18258 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18261           Don't omit the last (which in case of dmix is the only :) )
18262           channel count. Don't set channels if <= 2.
18263
18264 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18265
18266         * gst/playback/gstplaybin.c: (gen_video_element),
18267         (gen_audio_element): Removed 2 obsolete comments
18268
18269 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18270
18271         * ext/vorbis/oggvorbisenc.c
18272         * ext/vorbis/vorbisenc.c :
18273           change description fields of those plugins to differentiate them
18274           (pitivi show Encoders by description, they had the same one)
18275
18276 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18277
18278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18279
18280         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18281         (gst_play_bin_set_property), (gen_video_element),
18282         (gen_audio_element):
18283           Refcounting fixes for provided audio-/videosinks.
18284
18285 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18286
18287         * gst/playback/gstplaybin.c: (gen_video_element),
18288         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18289           Don't reference all sinks, but only the video- and audiosinks.
18290           The vis. element should be disposed when we're done with it.
18291           We don't have any reason to keep it around. This fixes warnings
18292           when reusing playbin for playing multiple audio files with
18293           vis. enabled. Also release audio device on pause - idea stolen
18294           from Rhythmbox.
18295
18296 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18297
18298         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18299         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18300         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18301         * ext/alsa/gstalsaplugin.c: (plugin_init):
18302         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18303         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18304         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18305         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18306         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18307         (gst_faad_change_state), (plugin_init):
18308         * ext/faad/gstfaad.h:
18309         * ext/vorbis/vorbis.c: (plugin_init):
18310         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18311         * gst-libs/gst/audio/Makefile.am:
18312         * gst-libs/gst/audio/audio.c: (plugin_init):
18313         * gst-libs/gst/audio/multichannel.c:
18314         (gst_audio_check_channel_positions),
18315         (gst_audio_get_channel_positions),
18316         (gst_audio_set_channel_positions),
18317         (gst_audio_set_structure_channel_positions_list),
18318         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18319         (gst_audio_fixate_channel_positions):
18320         * gst-libs/gst/audio/multichannel.h:
18321         * gst-libs/gst/audio/testchannels.c: (main):
18322         * gst/audioconvert/gstaudioconvert.c:
18323         (gst_audio_convert_class_init), (gst_audio_convert_init),
18324         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18325         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18326         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18327         * gst/audioconvert/plugin.c: (plugin_init):
18328           Surround sound support.
18329
18330 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18333           Fix position for discont if we're close as well. Nitpicking, but
18334           saves a few milliseconds of extra waiting or skipping.
18335
18336 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18337
18338         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18339           We sometimes need parsers for playback, so add those too.
18340
18341 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18342
18343         * configure.ac:
18344         * gst/apetag/Makefile.am:
18345         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18346         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18347         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18348         (gst_ape_demux_get_src_query_types),
18349         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18350         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18351         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18352         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18353         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18354         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18355         (gst_ape_demux_change_state):
18356         * gst/apetag/apedemux.h:
18357         * gst/apetag/apetag.c: (plugin_init):
18358         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18359         (plugin_init):
18360           APE v1/2 tag reader plus typefind function.
18361
18362 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18363
18364         * configure.ac:
18365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18366         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18367           Remove hacks for older core. Require newer core version
18368           accordingly.
18369
18370 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18371
18372         * gst/cdxaparse/Makefile.am:
18373         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18374         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18375         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18376         * gst/cdxaparse/gstcdxaparse.h:
18377         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18378         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18379         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18380         (gst_cdxastrip_get_src_query_types),
18381         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18382         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18383         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18384         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18385         * gst/cdxaparse/gstcdxastrip.h:
18386           SVCD/VCD header stripping separated from CDXA image parsing.
18387         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18388         (plugin_init):
18389           Add VCD/SVCD header typefinding for VCD/SVCD.
18390         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18391         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18392         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18393         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18394         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18395         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18396         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18397         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18398         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18399         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18400         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18401         * sys/vcd/vcdsrc.h:
18402           Fix up, add seeking, querying, URI interface. Works in totem now.
18403
18404 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18405
18406         * configure.ac:
18407           back to CVS
18408
18409 === release 0.8.6 ===
18410
18411 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18412
18413         * NEWS:
18414         * RELEASE:
18415         * configure.ac:
18416         * po/af.po:
18417         * po/az.po:
18418         * po/cs.po:
18419         * po/en_GB.po:
18420         * po/hu.po:
18421         * po/it.po:
18422         * po/nb.po:
18423         * po/nl.po:
18424         * po/or.po:
18425         * po/sq.po:
18426         * po/sr.po:
18427         * po/sv.po:
18428         * po/uk.po:
18429           releasing 0.8.6, "IOU Love"
18430
18431 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18432
18433         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18434
18435         * gst/playback/gstplaybasebin.c:
18436           Fix unplayable files error handling.  Fixes #158365
18437
18438 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18439
18440         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18441
18442         * gst/typefind/gsttypefindfunctions.c:
18443           Fix broken mp3 typefinding.  Fixes #158375
18444
18445 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18446
18447         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18448
18449         * ext/ogg/gstoggdemux.c:
18450           Fix sync on broken files.  Fixes #158976
18451
18452 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         patch by: Edward Hervey <bilboed@bilboed.com>
18455
18456         * ext/libpng/gstpngenc.c:
18457           Copy over buffer properties.  Fixes #158832
18458
18459 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18460
18461         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18462
18463         * ext/dvdread/dvdreadsrc.c:
18464           Fixes invalid reads (#158462)
18465
18466 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18467
18468         * sys/v4l/gstv4lsrc.c:
18469         * sys/v4l/gstv4lsrc.h:
18470         * sys/v4l/v4lsrc_calls.c:
18471           Probe less and cache it.  Fixes #159187.
18472
18473 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18474
18475         * gst/videorate/gstvideorate.c:
18476           Handle all video formats. Fixes #159186.
18477
18478 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18479         * gst/synaesthesia/gstsynaesthesia.c:
18480         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18481         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18482         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18483         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18484         (gst_synaesthesia_change_state), (plugin_init):
18485         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18486         Force 320x200 output, as that's the only thing the underlying
18487         synaesthesia implementation supports. Still needs to be made
18488         re-entrant.
18489
18490 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18491
18492         * configure.ac:
18493           Fix mpeg2enc configure check (similar to mplex check below).
18494
18495 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18496
18497         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18498
18499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18500           Fix for gcc-2.95 (fixes #158221).
18501
18502 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18503
18504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18505           Re-add clock distribution hack (until new core is released).
18506           Fixes #158125.
18507
18508 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18509         * configure.ac:
18510           fix mplex configure check segfaulting on some systems (bug #140994)
18511
18512 2004-11-13  Benjamin Otte  <otte@gnome.org>
18513
18514         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18515           add debugging
18516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18517           do a wait when we enter the loop func with no data available to
18518           write instead of getting into an 100% CPU loop by just returning and
18519           being called again by the scheduler
18520
18521 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18522
18523         * configure.ac:
18524         * ext/libvisual/visual.c: (gst_visual_get_type),
18525         (libvisual_log_handler), (gst_visual_getcaps),
18526         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18527         (plugin_init):
18528           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18529         * ext/smoothwave/Makefile.am:
18530         * ext/smoothwave/demo-osssrc.c: (main):
18531         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18532         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18533         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18534         (plugin_init):
18535         * ext/smoothwave/gstsmoothwave.h:
18536           Make gstsmoothwave a working element in the 20th century.
18537
18538         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18539           Fix incorrect link function
18540
18541 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * gst/volume/gstvolume.c:
18544           Allow buffer-frames=0.
18545
18546 2004-11-12 Iain <iaingnome@gmail.com>
18547
18548         * configure.ac: Check for polypaudio
18549
18550         * ext/Makefile.am: Build the polyp dir
18551
18552         * ext/polyp: The polypsink sources.
18553
18554 2004-10-30 Iain <iaingnome@gmail.com>
18555
18556         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18557         caps to reflect the new number of channels.
18558
18559 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18560
18561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18562           Fix for negotiation order problem. This would show when the
18563           ALSA loopfuction was called before any other function. ALSA
18564           wouldn't do anything because we're not negotiated yet, leading
18565           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18566
18567 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18568
18569         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18572           No warnings (#157986).
18573
18574 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18577           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18578
18579 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18582           Signal no-more-pads (so it works in playbin).
18583
18584 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18585
18586         * ext/musepack/gstmusepackreader.cpp:
18587           Workaround for older core.
18588
18589 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18590
18591         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18592           Actually test for odd width/height rather than testing whether
18593           a temporary variable that was 0 before we subtracted 1 is now
18594           not equal to zero (which it always is).
18595
18596 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18597
18598         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18599         Fix compilation if HAVE_XVIDEO is not defined
18600
18601 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18602
18603         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18604         Fix compilation if HAVE_XVIDEO is not defined
18605
18606 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18607
18608         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18609         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18610         (gst_goom_change_state), (plugin_init):
18611         Use the bytestream adapter so goom doesn't depend on the input
18612         buffer size.
18613         Add a debug category
18614
18615 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18618           Only set hardware parameters *after* negotiation. Before
18619           negotiation, it will set ANY and that seems to cause crashes
18620           (see e.g. #151288, #153227).
18621
18622 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18623
18624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18625           This seems to be antique leftover. It needs to pass error
18626           checking.
18627         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18628         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18629         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18630         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18631           Fix GstXOverlay implementation (#151059).
18632
18633 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18634
18635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18636           Don't assert (#157853).
18637
18638 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18639
18640         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18641           Fix bytes/samples confustion.
18642         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18643           Fix for underrun (#144389).
18644
18645 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18648           Disable halfway-seek for pending release (since it needs a new
18649           core release).
18650
18651 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         * sys/v4l/gstv4lsrc.c:
18654         * sys/v4l/gstv4lsrc.h:
18655         * sys/v4l/v4lsrc_calls.c:
18656           add autoprobe-fps property so we can separate autoprobing parts
18657
18658 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18659
18660         * sys/v4l/gstv4lsrc.c:
18661         * sys/v4l/v4lsrc_calls.c:
18662         initialise fourcc to catch unset fourcc's, and debug
18663
18664 2004-11-09  Wim Taymans  <wim@fluendo.com>
18665
18666         * gst/playback/README:
18667         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18668         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18669         (gst_play_bin_dispose), (gst_play_bin_set_property),
18670         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18671         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18672         (gst_play_bin_get_formats), (gst_play_bin_convert),
18673         (gst_play_bin_get_query_types), (gst_play_bin_query):
18674         Cleanups and some more documentation.
18675
18676 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18677
18678         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18679         (gst_cacasink_init), (gst_cacasink_chain):
18680         * ext/libcaca/gstcacasink.h:
18681         Cacasink inherits from VideoSink, so let that store the clock.
18682
18683 2004-11-09  Wim Taymans  <wim@fluendo.com>
18684
18685         * gst/playback/README:
18686         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18687         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18688         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18689         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18690         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18691         (setup_sinks):
18692         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18693         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18694         * gst/playback/gststreaminfo.h:
18695         Updated README.
18696         Only switch groups if all streams have muted (EOSed).
18697         Send Tags in sync with the stream playback instead of in
18698         the playback/preroll phase.
18699         Some cleanups, free the fakesrc elements.
18700
18701 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18702
18703         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18704           buffer-frames property was missing
18705         * ext/arts/gst_arts.c:
18706           rate missing from sinkcaps
18707         * ext/audiofile/gstafparse.c:
18708         * ext/audiofile/gstafsink.c:
18709         * ext/audiofile/gstafsrc.c:
18710         * ext/swfdec/gstswfdec.c:
18711           int audio doesn't know buffer-frames
18712         * ext/cdparanoia/gstcdparanoia.c:
18713           int audio doesn't know chunksize either
18714         * ext/nas/nassink.c:
18715           it's endianness, not endianess
18716         * gst-libs/gst/audio/audio.h:
18717           make float standard pad template caps really describe float
18718         * gst/law/mulaw.c: (linear_factory):
18719           signed only, please
18720         * gst/mpegstream/gstdvddemux.c:
18721           widths of 20 are not valid
18722
18723 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18724
18725         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18726
18727         * po/LINGUAS:
18728         * po/it.po:
18729           Add Italian
18730
18731 2004-11-08  Wim Taymans  <wim@fluendo.com>
18732
18733         * gst/playback/README:
18734         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18735         * gst/playback/gstplaybasebin.c: (probe_triggered),
18736         (gst_play_base_bin_change_state):
18737         Updated README, added more comments for fixmes etc..
18738
18739 2004-11-08  Wim Taymans  <wim@fluendo.com>
18740
18741         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18742         We can remove this hack now.
18743
18744 2004-11-08  Wim Taymans  <wim@fluendo.com>
18745
18746         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18747         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18748         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18749         Only mix AYUV for maximum quality.
18750
18751 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18752
18753         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18754         (gst_ogg_demux_push), (gst_ogg_pad_push):
18755           Let's act as if we're synchronized now! :).
18756         * ext/theora/theoradec.c: (theora_dec_chain):
18757           Add some debug.
18758
18759 2004-11-08  Wim Taymans  <wim@fluendo.com>
18760
18761         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18762         (gst_alpha_set_property), (gst_alpha_sink_link),
18763         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18764         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18765         (gst_alpha_init_params), (gst_alpha_chain):
18766         Implement alpha functions for AYUV too, this increases
18767         accuracy quite a bit.
18768
18769 2004-11-08  Wim Taymans  <wim@fluendo.com>
18770
18771         * gst/ffmpegcolorspace/avcodec.h:
18772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18774         (gst_ffmpegcsp_avpicture_fill):
18775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18776         (gst_ffmpegcsp_caps_remove_format_info):
18777         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18778         (shrink12), (img_get_alpha_info), (deinterlace_line),
18779         (deinterlace_line_inplace):
18780         * gst/ffmpegcolorspace/imgconvert_template.h:
18781         Added AYUV colorspace and handle RGBA a bit more respectful.
18782
18783 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18784
18785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18786           Actually always send a discont (cornercase when resending the
18787           same serial-tagged chain twice).
18788
18789 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18790
18791         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18792         (gst_ximagesink_finalize):
18793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18794         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18795
18796 2004-11-08  Wim Taymans  <wim@fluendo.com>
18797
18798         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18799         Don't segfault on NULL data.
18800
18801 2004-11-08  Wim Taymans  <wim@fluendo.com>
18802
18803         * gst/playback/gstdecodebin.c: (unlinked):
18804         * gst/playback/gstplay-marshal.list:
18805         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18806         (gst_play_base_bin_init), (group_create), (get_active_group),
18807         (get_building_group), (group_destroy), (group_commit),
18808         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18809         (add_element_stream), (no_more_pads), (probe_triggered),
18810         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18811         (state_change), (setup_source), (gst_play_base_bin_get_property),
18812         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18813         (gst_play_base_bin_link_stream),
18814         (gst_play_base_bin_get_streaminfo):
18815         * gst/playback/gstplaybasebin.h:
18816         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18817         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18818         Add support for chained ogg files. Prepare for playlist
18819         support. This patch introduces the concept of pad groups, which
18820         together compose one playable media file.
18821
18822 2004-11-07  David Schleef  <ds@schleef.org>
18823
18824         * testsuite/gst-lint: Check for pad templates that aren't statically
18825         scoped.
18826
18827 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18828
18829         * configure.ac:
18830         * ext/Makefile.am:
18831         * ext/musepack/Makefile.am:
18832         * ext/musepack/gstmusepackdec.cpp:
18833         * ext/musepack/gstmusepackdec.h:
18834         * ext/musepack/gstmusepackreader.cpp:
18835         * ext/musepack/gstmusepackreader.h:
18836           Add musepack decoder.
18837         * ext/faad/gstfaad.c: (gst_faad_base_init):
18838           Make pad templates static.
18839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18840         (plugin_init):
18841           Add musepack typefinder, make mp3 typefinding work halfway stream,
18842           which doesn't actually work yet because id3demux doesn't implement
18843           _get_length().
18844
18845 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18848         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18849           Fix interrupt event handling (#144436).
18850
18851 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18852
18853         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18854           Hide unused glory.
18855
18856 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18857
18858         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18861           Fix weird caps (#157548).
18862
18863 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18864
18865         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18866
18867         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18868           Add missing NULL terminator (#157543).
18869
18870 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18871
18872         * gst/tcp/gsttcp.h:
18873         * gst/tcp/gsttcpclientsink.c:
18874         * gst/tcp/gsttcpclientsrc.c:
18875         * gst/tcp/gsttcpserversink.c:
18876         * gst/tcp/gsttcpserversrc.c:
18877           ports can go up to 65535.  Move common defines to gsttcp.h
18878
18879 2004-11-05  Wim Taymans  <wim@fluendo.com>
18880
18881         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18882         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18883         Added two more colorspaces.
18884
18885 2004-11-05  Wim Taymans  <wim@fluendo.com>
18886
18887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18888         (gst_ffmpegcsp_avpicture_fill):
18889         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18890         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18891         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18892         More stride fixes.
18893
18894 2004-11-05  Wim Taymans  <wim@fluendo.com>
18895
18896         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18897         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18898         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18899         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18900         (gst_videomixer_loop):
18901         More stride fixes.
18902
18903 2004-11-05  Benjamin Otte  <otte@gnome.org>
18904
18905         * ext/mad/gstmad.c: (gst_mad_chain):
18906           don't overflow data buffer. Flush not needed sync data when syncing
18907           failed.
18908
18909 2004-11-04  Wim Taymans  <wim@fluendo.com>
18910
18911         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18912         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18913         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18914         (gst_alpha_init_params), (gst_alpha_chain),
18915         (gst_alpha_change_state):
18916         Updated the chroma keying algorithm with something more
18917         sophisticated.
18918
18919 2004-11-03  Wim Taymans  <wim@fluendo.com>
18920
18921         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18922         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18923         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18924         Fix stride issues. Does not completely work for odd
18925         heights.
18926
18927 2004-11-03  Wim Taymans  <wim@fluendo.com>
18928
18929         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18930         (gst_alpha_chroma_key), (gst_alpha_chain):
18931         Fix stride issues. Does not completely work for odd
18932         heights.
18933
18934 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18935
18936         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18937         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18938         leak fixes
18939
18940 2004-11-03  Wim Taymans  <wim@fluendo.com>
18941
18942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18943         (gst_ffmpegcsp_avpicture_fill):
18944         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18945         (avpicture_alloc):
18946         * gst/ffmpegcolorspace/imgconvert_template.h:
18947         Use correct _fill function to get correct strides.
18948
18949 2004-11-02  David Schleef  <ds@schleef.org>
18950
18951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18952         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18953         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18954         Change all g_print()s to debugging.  Add a bunch of consistency
18955         checks.
18956
18957 2004-11-02  Wim Taymans  <wim@fluendo.com>
18958
18959         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18960         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18961         (unlinked), (no_more_pads), (close_link):
18962         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18963         (unknown_type), (add_element_stream), (new_decoded_pad),
18964         (removed_decoded_pad), (setup_source):
18965         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18966         (gst_stream_info_class_init), (gst_stream_info_init),
18967         (gst_stream_info_new), (gst_stream_info_dispose),
18968         (stream_info_mute_pad), (gst_stream_info_set_property),
18969         (gst_stream_info_get_property):
18970         * gst/playback/gststreaminfo.h:
18971         Fix playback of multiple files.
18972         a slightly different approach to handling dynamic pad removals.
18973         This one only looks at pads that we have linked.
18974
18975 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18976
18977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18978         free" warning from libc.
18979
18980 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18981
18982         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18983         (get_unconnected_element), (remove_starting_from), (pad_removed),
18984         (close_link):
18985           Implement support for dynamic pad changing. We listen to "live"
18986           pad removals (i.e. while playing) and re-setup autoplugging
18987           after that. Playbasebin/playbin need some more work for this
18988           to finally work, but decodebin supports (and replugs) chained
18989           ogg now.
18990
18991 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18992
18993         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18994         (gst_alsa_finalize):
18995         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18996         (gst_cdaudio_finalize):
18997         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18998         (cdparanoia_finalize):
18999         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19000         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19001         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19002         (dvdreadsrc_finalize):
19003         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19004         (gst_flacdec_finalize):
19005         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19006         (gst_flacenc_finalize):
19007         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19008         (gst_gnomevfssink_finalize):
19009         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19010         (gst_gnomevfssrc_finalize):
19011         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19012         (gst_fameenc_finalize):
19013         * ext/nas/nassink.c: (gst_nassink_class_init),
19014         (gst_nassink_finalize):
19015         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19016         (gst_sdlvideosink_class_init):
19017         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19018         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19019         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19020         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19021         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19022         (gst_x_window_listener_dispose):
19023         * gst/audioscale/gstaudioscale.c:
19024         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19025         (play_on_demand_finalize):
19026         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19027         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19028         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19029         (cdplayer_finalize):
19030         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19031         (gst_glimagesink_class_init):
19032         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19033         (gst_osselement_finalize):
19034         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19035         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19036         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19037           Fixes a bunch of problems with finalize and dispose functions,
19038           either assumptions that dispose is only called once, or not calling
19039           the parent class dispose/finalize function
19040
19041 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19042
19043         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19044           added two api precondition guards
19045           use g_strdup with getenv to fix crash when using ENVVAR
19046
19047 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19048         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19049         (gst_esdsink_finalize):
19050         Use a finalize function, not dispose, and more importantly,
19051         call the parent class finalize function too
19052
19053 2004-11-01  Johan Dahlin  <johan@gnome.org>
19054
19055         * ext/ogg/gstoggdemux.c:
19056         * gst/tags/gstvorbistag.c:
19057         Plug leaks.
19058
19059 2004-10-31  Benjamin Otte  <otte@gnome.org>
19060
19061         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19062           lotsa memleaks today. But they're all small...
19063
19064 2004-10-31  Benjamin Otte  <otte@gnome.org>
19065
19066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19067           another memleak crushed
19068
19069 2004-10-31  Benjamin Otte  <otte@gnome.org>
19070
19071         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19072           fix memleak
19073
19074 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19077           Hack to prevent crash when going to READY inside signal handler
19078           while this function is active.
19079
19080 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19081
19082         * gst/ffmpegcolorspace/Makefile.am:
19083         * gst/ffmpegcolorspace/avcodec.h:
19084         * gst/ffmpegcolorspace/common.h:
19085         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19086         * gst/ffmpegcolorspace/dsputil.h:
19087         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19088         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19089         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19090         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19091         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19092         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19093         (gst_ffmpegcsp_avpicture_fill):
19094         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19096         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19097         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19098         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19099         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19100         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19101         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19102         * gst/ffmpegcolorspace/imgconvert.c:
19103         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19104         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19105         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19106         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19107         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19108         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19109         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19110         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19111         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19112         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19113         (grow21), (grow22), (grow41), (grow44), (conv411),
19114         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19115         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19116         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19117         (avpicture_free), (is_yuv_planar), (img_convert),
19118         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19119         (deinterlace_line_inplace), (deinterlace_bottom_field),
19120         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19121         * gst/ffmpegcolorspace/imgconvert_template.h:
19122         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19123         * gst/ffmpegcolorspace/mmx.h:
19124         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19125         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19126         (av_freep), (avcodec_get_context_defaults),
19127         (avcodec_alloc_context), (avcodec_init):
19128           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19129           handling plus update from ffmpeg CVS. Large clean-up.
19130
19131 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * gst/playback/Makefile.am:
19134           We need the marshallers for decodebin, too.
19135
19136 2004-10-30  David Schleef  <ds@schleef.org>
19137
19138         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19139           quicktime typefinding work with 64-bit offsets.
19140
19141 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19142
19143         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19144           Set EOS on the element when processing an EOS event.
19145         * ext/speex/gstspeexdec.h:
19146         * ext/speex/gstspeexenc.h:
19147           Only keep a const ptr to the mode
19148         * gst-libs/gst/riff/riff-media.c:
19149         (gst_riff_create_audio_caps_with_data),
19150         (gst_riff_create_audio_template_caps):
19151           Allow WMAV3, with up to 6 channels.
19152         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19153           Don't call gst_pad_set_event_function on a sink pad.
19154         * gst/mpegstream/gstdvddemux.c:
19155         (gst_dvd_demux_get_subpicture_stream),
19156         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19157           Copy the explicit caps that were set across to the cur_* pads,
19158           instead of trying to use a possibly non-existent negotiated caps.
19159           Reset the type of subpicture pads to UNKNOWN after calling
19160           init_stream, so that the caps get set.
19161
19162 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19163
19164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19165
19166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19167           Don't touch buffer if it is of size 0 (fixes #151064).
19168
19169 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19172           Synchronized discont handling.
19173
19174 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19175
19176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19177         (gst_ogg_demux_push):
19178           Make seeking sort-of exact again (fixes #156387).
19179
19180 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19181
19182         * gst/playback/gstplaybasebin.c: (unknown_type),
19183         (add_element_stream), (new_decoded_pad),
19184         (gst_play_base_bin_change_state):
19185         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19186         (gst_stream_info_init), (gst_stream_info_new),
19187         (gst_stream_info_dispose), (gst_stream_info_get_property):
19188         * gst/playback/gststreaminfo.h:
19189           Make caps explicitely available. Makes testing for unsupported
19190           types possible. Improves error reporting.
19191
19192 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * gst/audioconvert/gstaudioconvert.c:
19195         (gst_audio_convert_buffer_to_default_format):
19196           Really don't touch read-only buffers (#156563).
19197
19198 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19199
19200         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19201
19202         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19203           Fix memleak (#155223).
19204
19205 2004-10-29  Wim Taymans  <wim@fluendo.com>
19206
19207         * gst/tcp/.cvsignore:
19208         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19209         (gst_multifdsink_class_init), (gst_multifdsink_init),
19210         (gst_multifdsink_add), (gst_multifdsink_remove),
19211         (gst_multifdsink_remove_client_link), (is_sync_frame),
19212         (gst_multifdsink_new_client),
19213         (gst_multifdsink_handle_client_write),
19214         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19215         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19216         (gst_multifdsink_get_property):
19217         * gst/tcp/gstmultifdsink.h:
19218         Added burst on connect sync_method, deprecated sync_clients,
19219         streamlined the sync code some more.
19220
19221 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19222
19223         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19224         (gst_play_base_bin_change_state):
19225           Improve error reporting.
19226
19227 2004-10-28  Wim Taymans  <wim@fluendo.com>
19228
19229         * gst/tcp/Makefile.am:
19230         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19231         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19232         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19233         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19234         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19235         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19236         (gst_fdset_wait):
19237         Added more locks around fdset structures. Fixed/reworked
19238         the poll array resizing code.
19239         Added stress test for fdset.
19240
19241 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19242
19243         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19244         fix build
19245
19246 2004-10-28  Benjamin Otte  <otte@gnome.org>
19247
19248         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19249           fix link function to always query channels and query width for
19250           floats
19251         * configure.ac:
19252           add equalizer dir
19253         * gst/equalizer/Makefile.am:
19254         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19255         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19256         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19257         (arg_to_scale), (setup_filter),
19258         (gst_iir_equalizer_compute_frequencies),
19259         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19260         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19261         (plugin_init):
19262           add an equalizer
19263
19264 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19265
19266         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19267
19268         * po/LINGUAS:
19269         * po/nb.po:
19270           Added Norwegian Bokmaal translation
19271
19272 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19273
19274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19275           Don't break on options (fixes #156488).
19276
19277 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         * configure.ac:
19280         * ext/cdaudio/Makefile.am:
19281         * sys/Makefile.am:
19282           fix build on older automake
19283
19284 2004-10-26  Wim Taymans  <wim@fluendo.com>
19285
19286         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19287         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19288         Allow a little margin when negotiating the framerate.
19289
19290 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19291
19292         * gst/level/gstlevel.c:
19293           synchonised naming of pads and pad-templates
19294
19295 2004-10-26  Wim Taymans  <wim@fluendo.com>
19296
19297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19298         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19299         (_find_streams_check), (gst_ogg_demux_push):
19300         Fix EOS again. Needs to be done in a better way. We should not
19301         remove the pad if there is no new chained stream.
19302
19303 2004-10-26 Iain <iaingnome@gmail.com>
19304
19305         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19306         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19307         of the caps.
19308         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19309         pad.
19310         (interleave_release_pad): Remove the pad.
19311         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19312         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19313         the set device.
19314         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19315         attrs
19316         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19317         (gst_xvimagesink_finalize): Free the par.
19318
19319 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19320
19321         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19322         (gst_avimux_stop_file):
19323           First calculate the rate, and only then use it. Hdr.rate is a
19324           multiple and not a derivative of hdr.scale. Scale is not the
19325           same as blockalign but is solely related to rate.
19326
19327 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19328
19329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19330         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19331           Implement seeking.
19332
19333 2004-10-25  James Henstridge  <james@jamesh.id.au>
19334
19335         Reviewed by:  David Schleef  <ds@schleef.org>
19336
19337         * examples/gstplay/player.c: (got_stream_length), (main):
19338         * examples/seeking/cdplayer.c: (update_scale):
19339         * examples/seeking/seek.c: (format_value), (update_scale):
19340         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19341         (stop_seek):
19342         Build fixes on AMD64.
19343
19344 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19345
19346         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19347
19348         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19349         Fix for some v4l cards which hang in v4lsrc
19350
19351 2004-10-25  Wim Taymans  <wim@fluendo.com>
19352
19353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19354         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19355         Make sure to remove the pad when a new chain is
19356         encountered. Set some vars to NULL so we don't try
19357         to reference freed memory.
19358
19359 2004-10-25  Wim Taymans  <wim@fluendo.com>
19360
19361         * examples/seeking/Makefile.am:
19362         * examples/seeking/cdplayer.c: (update_scale):
19363         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19364         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19365         (format_value), (update_scale), (iterate), (start_seek),
19366         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19367         (print_usage), (main):
19368         Added some more examples, update others.
19369
19370 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19371
19372         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19373         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19374         * ext/theora/theoradec.c: (theora_dec_chain):
19375         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19376           Add codec-name metadata.
19377
19378 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19379
19380         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19381
19382         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19383         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19384         * ext/alsa/gstalsamixertrack.h:
19385         * po/POTFILES.in:
19386           ALSA mixer track label internationalization (#154054).
19387
19388 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * ext/theora/theoradec.c: (theora_dec_chain):
19391           Export bitrate as metadata.
19392
19393 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19396         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19397         * ext/alsa/gstalsamixertrack.h:
19398           Fix names, fix loop.
19399
19400 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19403         (speex_dec_convert):
19404           sinkconvert function so oggdemux can get the file length (totem).
19405
19406 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19407
19408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19411           Don't push incomplete packets.
19412         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19413           Fix MPEG-4 audio typefinding.
19414
19415 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19416
19417         * sys/v4l/Makefile.am:
19418         * sys/v4l/gstv4l.c: (plugin_init):
19419         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19420         (gst_v4lelement_init), (gst_v4lelement_dispose),
19421         (gst_v4lelement_change_state):
19422         * sys/v4l/gstv4lelement.h:
19423         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19424         (gst_v4l_xoverlay_close), (idle_refresh),
19425         (gst_v4l_xoverlay_set_xwindow_id):
19426         * sys/v4l/gstv4lxoverlay.h:
19427         * sys/v4l/v4l-overlay_calls.c:
19428         * sys/v4l/v4l_calls.h:
19429         * sys/v4l2/Makefile.am:
19430         * sys/v4l2/gstv4l2.c: (plugin_init):
19431         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19432         (gst_v4l2element_init), (gst_v4l2element_dispose),
19433         (gst_v4l2element_change_state):
19434         * sys/v4l2/gstv4l2element.h:
19435         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19436         (gst_v4l2_xoverlay_close), (idle_refresh),
19437         (gst_v4l2_xoverlay_set_xwindow_id):
19438         * sys/v4l2/gstv4l2xoverlay.h:
19439         * sys/v4l2/v4l2-overlay_calls.c:
19440         * sys/v4l2/v4l2_calls.h:
19441           Remove client-side overlay handling, use the X-server v4l plugin
19442           for that. Nicer overlay, less code. Also make the plugin
19443           compileable without X (but then without overlay, obviously).
19444           Makes xwindowlistener obsolete, should we remove that?
19445
19446 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19449         (gst_osssrc_src_query):
19450         * sys/oss/gstosssrc.h:
19451           OK, so people want offset in DEFAULT. This time, actually fix all
19452           cases.
19453         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19454           Add FPS properly.
19455
19456 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * gst/asfdemux/gstasfmux.c:
19459         * gst/avi/gstavimux.c:
19460           Framerate.
19461
19462 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19463
19464         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19465           Fix properties (channel, norm, frequency).
19466
19467 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19468
19469         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19470           Flag typo.
19471         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19472           No warnings.
19473
19474 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19477           Fix hang.
19478
19479 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * sys/v4l2/gstv4l2element.h:
19482           Yet Another Hack (tm) for kernel header borkedness.
19483         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19484         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19485         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19486         (gst_v4l2src_change_state):
19487         * sys/v4l2/gstv4l2src.h:
19488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19489         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19490           Fix caps, keep track of state, work.
19491
19492 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19495           Quiet.
19496
19497 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19498
19499         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19500           Don't mix bytes and samples.
19501
19502 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19503
19504         * ext/ogg/gstoggmux.c:
19505           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19506           and theora. Any is incorrect.
19507         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19508           Fix caps.
19509         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19510         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19511         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19512         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19513         * sys/v4l/gstv4lmjpegsrc.h:
19514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19515         (gst_v4lsrc_change_state):
19516         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19517         (gst_v4lmjpegsrc_capture_stop):
19518           Fix caps. Keep track of internal state. Work.
19519
19520 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * ext/Makefile.am:
19523           Fix the build fixes.
19524
19525 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19526
19527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19528         (gst_ogg_demux_src_event), (_find_chain_seek),
19529         (gst_ogg_pad_push):
19530           Check for pad availability before using it.
19531         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19532           Fix parsing of chained ogg. Needs more work on the decoder side.
19533
19534 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19535
19536         * gst/spectrum/Makefile.am:
19537         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19538         (idle_func):
19539           Fix demo and reenable it. Yes, I'm currently playing with audio
19540           analysis tools
19541
19542 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19545           We love it if files that start at zero work too...
19546
19547 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19550           Handle files with missing EOS headers.
19551
19552 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19553
19554         * gst/tcp/gsttcpserversink.c:
19555         (gst_tcpserversink_handle_server_read),
19556         (gst_tcpserversink_init_send):
19557         Zero some variables first (need for accept not to return EINVAL)
19558
19559 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19560
19561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19562         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19563         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19564         (theora_dec_chain):
19565         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19566         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19567           Seeking and querying finetune.
19568
19569 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         * configure.ac:
19572         * ext/Makefile.am:
19573         * ext/raw1394/Makefile.am:
19574           fix the build
19575
19576 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19577
19578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19579           Wrong return.
19580         * gst/playback/Makefile.am:
19581         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19582         * gst/playback/gstplay-marshal.list:
19583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19584           Fix marshallers.
19585
19586 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19589           Silence.
19590
19591 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19592
19593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19594         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19595         (gst_ogg_pad_push):
19596           Yay for non-lineair granulepos in theora.
19597
19598 2004-10-18  Wim Taymans  <wim@fluendo.com>
19599
19600         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19601         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19602         * ext/dv/gstdvdec.h:
19603         Make sure we renegotiate aspect ratio when the camera switches.
19604
19605 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19606
19607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19608         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19609           Start at zero.
19610         * ext/theora/theoradec.c: (theora_dec_chain):
19611           Skip headers. Bad idea for chained ogg, but fixes seeking.
19612
19613 2004-10-18  Wim Taymans  <wim@fluendo.com>
19614
19615         * configure.ac:
19616         I swear, this is the last time I touch this.
19617
19618 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19619
19620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19621         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19622         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19623           Faster seeking.
19624         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19625           Time-to-default conversion.
19626         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19627           Don't error on unknown packets, just skip. We should probably
19628           read them if we want to support chained ogg.
19629
19630 2004-10-18  Wim Taymans  <wim@fluendo.com>
19631
19632         * configure.ac:
19633         Added cdaudio to wrong list.
19634
19635 2004-10-18  Wim Taymans  <wim@fluendo.com>
19636
19637         * configure.ac:
19638         Revive cdaudio.
19639
19640 2004-10-18  Wim Taymans  <wim@fluendo.com>
19641
19642         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19643         (gst_dvdec_video_link), (gst_dvdec_push):
19644         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19645         (gst_smokeenc_resync), (gst_smokeenc_chain):
19646         Fix mimetype on smoke encoder.
19647         Add aspect ratio to dvdec. Not sure if these
19648         values are correct though....
19649
19650 2004-10-18  Wim Taymans  <wim@fluendo.com>
19651
19652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19653         Fix vorbis property descriptions and ranges.
19654
19655 2004-10-18  Wim Taymans  <wim@fluendo.com>
19656
19657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19658         Really do nothing when no data is available.
19659         Go to the playing state when the stream is not seekable
19660         instead of failing.
19661
19662 2004-10-18  Wim Taymans  <wim@fluendo.com>
19663
19664         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19665         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19666         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19667         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19668         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19669         Added uri handler for cd://
19670         Port to new API.
19671
19672 2004-10-18  Wim Taymans  <wim@fluendo.com>
19673
19674         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19675         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19676         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19677         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19678         (remove_prerolls), (unknown_type), (add_element_stream),
19679         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19680         (gst_play_base_bin_remove_element),
19681         (gst_play_base_bin_link_stream):
19682         * gst/playback/gstplaybin.c: (gen_video_element),
19683         (gen_vis_element), (remove_sinks), (setup_sinks):
19684         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19685         (gst_stream_info_get_type), (gst_stream_info_class_init),
19686         (gst_stream_info_init), (gst_stream_info_new),
19687         (gst_stream_info_dispose), (stream_info_mute_pad),
19688         (gst_stream_info_set_property), (gst_stream_info_get_property):
19689         * gst/playback/gststreaminfo.h:
19690         Add sink padtemplate to decodebin.
19691         Added some more comments.
19692         Make queue size configurable in playbasebin.
19693         Added possibility to use elements as sinks (ex cdaudio).
19694
19695 2004-10-15  Wim Taymans  <wim@fluendo.com>
19696
19697         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19698         (gst_speexenc_chain):
19699         Fix speex timestamps so that it gets muxed properly.
19700
19701 2004-10-15  Wim Taymans  <wim@fluendo.com>
19702
19703         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19704         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19705         (gst_dv1394src_init), (gst_dv1394src_dispose),
19706         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19707         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19708         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19709         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19710         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19711         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19712         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19713         * ext/raw1394/gstdv1394src.h:
19714         Added conversion/query functions.
19715         Update buffer timestamps,
19716         Added signals.
19717         Added uri dv:// so it might play from the firewire in playbin.
19718         Fix a possible leak.
19719         Added debugging.
19720
19721 2004-10-15  Wim Taymans  <wim@fluendo.com>
19722
19723         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19724         (gst_dv1394src_init), (gst_dv1394src_set_property),
19725         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19726         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19727         * ext/raw1394/gstdv1394src.h:
19728         Added AV/C VTR control support needed for some cameras.
19729         Added automatic port detection.
19730         Added properties for selecting the channel.
19731         The configure.ac script is not yet updated to reflect the
19732         new libavc1394 and librom1394 dependencies.
19733
19734 2004-10-15  Wim Taymans  <wim@fluendo.com>
19735
19736         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19737         (qtdemux_parse), (gst_qtdemux_handle_esds):
19738         An esds box is not a container.
19739         Fix parsing of mp4v boxes.
19740         Do not try to renegotiate fps for each frame. Need to
19741         find a better method. This should fix mp4 playback.
19742
19743 2004-10-14  David Schleef  <ds@schleef.org>
19744
19745         * configure.ac: update for swfdec-0.3 and liboil-0.2
19746         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19747         * ext/swfdec/gstswfdec.h: same
19748         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19749         * gst/videotestsrc/videotestsrc.c: same
19750
19751 2004-10-14  Wim Taymans  <wim@fluendo.com>
19752
19753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19754         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19755         (is_sync_frame), (gst_multifdsink_new_client),
19756         (gst_multifdsink_handle_client_write),
19757         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19758         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19759         Turn warnings into info.
19760         Don't allow a state change in the streaming thread.
19761
19762 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * ext/vorbis/oggvorbisenc.c:
19765         * ext/vorbis/vorbisdec.c:
19766           fix template sample rate
19767
19768 2004-10-13  Wim Taymans  <wim@fluendo.com>
19769
19770         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19771         Decoding the header first fixes some problems in resyncing
19772         in more mp3s.
19773
19774 2004-10-12  Wim Taymans  <wim@fluendo.com>
19775
19776         * gst/playback/gstplaybin.c: (gen_video_element),
19777         (gen_vis_element), (remove_sinks), (setup_sinks):
19778         Added vis plugin support, need to configure the vis
19779         element to activate it.
19780
19781 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19784         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19785           Some debug.
19786         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19787         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19788         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19789         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19790         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19791         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19792         * gst/avi/gstavidemux.h:
19793           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19794           recovery (where, if part of the index is broken, we will still read
19795           the rest of the index and recover the broken part by stream
19796           scanning). More broken media support. EOS workarounds. General AVI
19797           braindamage headache recovery. Aspirin included.
19798
19799 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19800
19801         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19802         (cdparanoia_event), (cdparanoia_query):
19803           Get rid of hideous lead-in.
19804
19805 2004-10-11  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/playback/gstplaybasebin.c: (setup_source):
19808         Wrong var used to get g_list_next.
19809
19810 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19813         (cdparanoia_get), (cdparanoia_open):
19814           Report discid as metadata, add duration.
19815
19816 2004-10-11  Wim Taymans  <wim@fluendo.com>
19817
19818         * gst/playback/gstplaybasebin.c: (setup_source):
19819         Cleanup the previous pipeline a little earlier for the
19820         case that a source element provides raw data.
19821
19822 2004-10-11  Benjamin Otte  <otte@gnome.org>
19823
19824         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19825           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19826           consuming the last 128 bytes, even though it was valid mp3 data.
19827
19828 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19829
19830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19831         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19832         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19833         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19834
19835 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19836
19837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19838         Fix for webcams that support only specific width or height
19839
19840 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19841
19842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19843
19844         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19845           Fix wrong discont event setup (fixes #154967).
19846
19847 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19848
19849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19852           Error out on invalid data (fixes #154807).
19853
19854 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19855
19856         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * ext/dvdread/dvdreadsrc.c: (_read):
19859           Make titles > 0 work again (fixes #154834).
19860
19861 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * gst-libs/gst/riff/riff-media.c:
19864         (gst_riff_create_video_template_caps):
19865           WMV3 missing in template caps.
19866
19867 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19870           OK, so the original code was too strict. It makes random AVI files
19871           hang for seconds upon opening, which is unacceptable and is far
19872           beyond the original goal of getting multiple chunks for one-chunk
19873           sounc stream files. So now do just that.
19874
19875 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19876
19877         * gst/playback/gstplaybasebin.c: (setup_source),
19878         (gst_play_base_bin_change_state):
19879           Actually clean up streaminfo if output fails. This would trigger
19880           if, for example, there was no CD in the drive. No preroll, so
19881           a streaminfo structure is created, but the subsequent state change
19882           of the thread fails.
19883         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19884           Don't change state if parent failed.
19885
19886 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19887
19888         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19889         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19890         (gen_video_element), (remove_sinks):
19891           Add small bits of code for screenshot handling.
19892
19893 2004-10-08  Wim Taymans  <wim@fluendo.com>
19894
19895         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19896         (gen_video_element), (gen_audio_element), (setup_sinks):
19897         Don't assume the user provided sinks are named "sink"...
19898
19899 2004-10-08  Wim Taymans  <wim@fluendo.com>
19900
19901         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19902         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19903         (gst_play_base_bin_link_stream):
19904         Do not try to autoplug sources that generate raw streams like
19905         cdparanoia.
19906         disconnect the preroll overrun signal when we don't need it anymore.
19907
19908 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19909
19910         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19911         Added reworked patch from #154903 from milosz derezynski (deadchip).
19912
19913 2004-10-08  Wim Taymans  <wim@fluendo.com>
19914
19915         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19916         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19917         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19918         (cdparanoia_convert), (cdparanoia_uri_get_type),
19919         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19920         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19921         * ext/cdparanoia/gstcdparanoia.h:
19922         This adds the cdda://<tracknum> uri.
19923
19924 2004-10-08  Wim Taymans  <wim@fluendo.com>
19925
19926         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19927         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19928         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19930         (unknown_type), (gst_play_base_bin_remove_element),
19931         (gst_play_base_bin_link_stream):
19932         * gst/playback/gstplaybasebin.h:
19933         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19934         (gst_play_bin_set_property), (gen_video_element),
19935         (gen_audio_element), (setup_sinks):
19936         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19937         (gst_stream_info_get_type), (gst_stream_info_class_init),
19938         (gst_stream_info_init), (gst_stream_info_new),
19939         (gst_stream_info_dispose), (stream_info_mute_pad),
19940         (gst_stream_info_set_property), (gst_stream_info_get_property):
19941         * gst/playback/gststreaminfo.h:
19942         Reuse the audio and video bins.
19943         Some internal cleanups in the stream selection code.
19944
19945 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19946
19947         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19948         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19949         * sys/ximage/ximagesink.h:
19950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19951         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19952         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19953         not coming from those elements. Moreover these elements should not keep
19954         the xid they have been given when in NULL state.
19955
19956 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19959         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19960         * sys/ximage/ximagesink.h:
19961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19962         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19963         * sys/xvimage/xvimagesink.h:
19964           Actually only create a new toplevel window if we're not gonna
19965           embed it right after.
19966
19967 2004-10-07  Wim Taymans  <wim@fluendo.com>
19968
19969         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19970         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19971         * gst/playback/gstplaybin.c: (setup_sinks):
19972         Implement muting/unmuting of streams, mute streams that are not
19973         used.
19974
19975 2004-10-07  Wim Taymans  <wim@fluendo.com>
19976
19977         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19978         (plugin_init):
19979         Added lame audio/x-ac3 typefind function.
19980
19981 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19982
19983         * configure.ac:
19984           bump nano to cvs
19985
19986 === release 0.8.5 ===
19987
19988 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19989
19990         * NEWS:
19991         * RELEASE:
19992         * configure.ac:
19993           releasing 0.8.5, "Take You On"
19994
19995 2004-10-06  Wim Taymans  <wim@fluendo.com>
19996
19997         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19998         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19999         (no_more_pads), (close_link), (type_found):
20000         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20001         * gst/playback/gstplaybin.c: (gen_video_element):
20002         Do not signal the no_more_pads after the first pad when
20003         we are plugging a non dynamic element with multiple
20004         output pads (like swfdec, dvdec, ...).
20005
20006 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20007
20008         * configure.ac:
20009           bump for prerelease
20010
20011 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20012
20013         * gst/wavparse/gstwavparse.c:
20014           add ATRAC3 to STATIC CAPS to fix a warning
20015
20016         * gst/matroska/ebml-read.c:
20017         * gst-libs/gst/riff/riff-read.c:
20018           fix typos
20019
20020 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20021
20022         * gst-libs/gst/riff/riff-media.c:
20023           generate caps for ATRAC3 audio streams
20024
20025         * gst/realmedia/rmdemux.c:
20026           generate caps for ATRAC3 audio streams
20027
20028 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20029
20030         * gst/wavparse/Makefile.am
20031         * gst/wavparse/riff.h
20032         * gst/wavparse/wavparse.vcproj
20033           riff.h removal (unused and duplication with riff-ids.h)
20034
20035 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20036
20037         * gst/wavparse/gstwavparse.h
20038           remove duplicated defines for audio codec codes
20039
20040         * gst-libs/gst/riff/riff-ids.h
20041         * gst/wavenc/riff.h:
20042           add "4CC" code for ATRAC3 audio streams
20043           add "4CC" code for ITU_G721_ADPCM (unused for now)
20044
20045 2004-10-06  Wim Taymans  <wim@fluendo.com>
20046
20047         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20048         Actually _do_ negotiation. Pass gdouble as arg instead
20049         of guint64 for the framerate.
20050
20051 2004-10-06  Wim Taymans  <wim@fluendo.com>
20052
20053         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20054         (find_compatibles), (close_pad_link), (try_to_link_1),
20055         (no_more_pads), (close_link), (type_found):
20056         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20057         * gst/playback/gstplaybin.c: (gen_video_element),
20058         (gen_audio_element):
20059         Set state on newly added element to READY so that negotiation
20060         can happen ASAP.
20061         Addes some more debug info.
20062         Do not try to plug pads with multiple caps structures or ANY
20063         because it is too dangerous since we do not do dynamic
20064         replugging.
20065
20066 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20069
20070         * po/LINGUAS:
20071         * po/or.po:
20072           add Oriya translation
20073
20074 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20075
20076         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20077           Prevent overwrite of size member. Makes audio sound crappy.
20078
20079 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20080
20081         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20082         Add rmvb to the list of known RealMedia extensions
20083
20084 2004-10-05  Wim Taymans  <wim@fluendo.com>
20085
20086         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20087         (mngdec_openstream), (mngdec_closestream),
20088         (mngdec_handle_sink_event), (mngdec_readdata),
20089         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20090         (mngdec_getcanvasline), (mngdec_refresh),
20091         (gst_mngdec_change_state):
20092         Set the framerate correctly.
20093
20094 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20095
20096         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20097           There was something wrong with the index massaging.
20098
20099 2004-10-04  Wim Taymans  <wim@fluendo.com>
20100
20101         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20102         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20103         (gst_smokedec_chain):
20104         * ext/jpeg/gstsmokedec.h:
20105         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20106         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20107         * ext/jpeg/gstsmokeenc.h:
20108         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20109         (smokecodec_decode_new), (smokecodec_info_free),
20110         (smokecodec_set_quality), (smokecodec_get_quality),
20111         (smokecodec_set_threshold), (smokecodec_get_threshold),
20112         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20113         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20114         (smokecodec_encode), (smokecodec_parse_id),
20115         (smokecodec_parse_header), (smokecodec_decode):
20116         * ext/jpeg/smokecodec.h:
20117         * ext/jpeg/smokeformat.h:
20118         Updated smoke, new bitstream, allows embedding in ogg.
20119
20120 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20121
20122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20123           Fix seeking in some files. All this code is no longer needed (and
20124           actually breaks stuff) because we now synchronize the full index
20125           right when reading the header.
20126
20127 2004-10-04  Wim Taymans  <wim@fluendo.com>
20128
20129         * configure.ac:
20130         configure update for libmng.
20131
20132 2004-10-04  Wim Taymans  <wim@fluendo.com>
20133
20134         * ext/libmng/Makefile.am:
20135         * ext/libmng/gstmng.c: (plugin_init):
20136         * ext/libmng/gstmng.h:
20137         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20138         (gst_mngdec_base_init), (gst_mngdec_class_init),
20139         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20140         (gst_mngdec_loop), (gst_mngdec_get_property),
20141         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20142         (mngdec_closestream), (mngdec_handle_sink_event),
20143         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20144         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20145         (gst_mngdec_change_state):
20146         * ext/libmng/gstmngdec.h:
20147         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20148         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20149         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20150         (gst_mngenc_chain), (gst_mngenc_get_property),
20151         (gst_mngenc_set_property):
20152         * ext/libmng/gstmngenc.h:
20153         Added basic MNG decoder. Needs more work. The encoder does
20154         not work yet.
20155
20156 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20159         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20160         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20161           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20162           no-more-pads.
20163
20164 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20165
20166         * configure.ac:
20167           you need at least 1.0.4 of speex
20168
20169 2004-10-04 Iain <iaingnome@gmail.com>
20170
20171         * ext/speex/gstspeexdec.h: Revert the includes changes.
20172
20173         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20174
20175 2004-09-30 Iain <iaingnome@gmail.com>
20176
20177         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20178         found during init or set as a property instead of hardcoding /dev/audio
20179
20180 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20181
20182         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20183         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20184         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20185         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20186         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20187         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20188         (gst_rmdemux_dump_data):
20189           Use debug category, fix EOS handling. filesrc ! rmdemux now
20190           works.
20191
20192 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20195         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20196         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20197           Improve allocation, cutting and sorting of the index. How takes a
20198           few seconds instead of minutes.
20199
20200 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20201
20202         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20203           fixed compilation
20204
20205 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20206
20207         * gst-libs/gst/riff/riff-media.c:
20208         (gst_riff_create_video_caps_with_data),
20209         (gst_riff_create_video_template_caps):
20210           Add wing commander format mimetype/fourccs.
20211         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20212           Don't crash if some value is 0.
20213
20214 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20215
20216         * gst-libs/gst/riff/riff-media.c:
20217         (gst_riff_create_video_caps_with_data),
20218         (gst_riff_create_video_template_caps):
20219           Add DIB fourcc (raw, palettized 8-bit RGB).
20220         * gst-libs/gst/riff/riff-read.c:
20221         (gst_riff_read_strf_vids_with_data):
20222           Oops, fix strf_data reading bug.
20223         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20224           Use a non-NULL tag.
20225         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20226           Time for hacks. Sorry Dave. At least one quicktime movie (a
20227           trailer) that I've encountered contains multiple video tracks.
20228           One of those is the actual video track, the other are one-frame
20229           tracks (images). Unfortunately, the number of frames according
20230           to the trak header is 1 for each, so that doesn't help. So
20231           instead, I look at the duration and discard tracks with a
20232           duration shorter than 20% of the length of the stream. Better
20233           than nothing.
20234
20235 2004-10-01  Christian Schaller <christian@fluendo.com>
20236
20237         * ext/ivorbis/vorbis.c:
20238           Patch from Phil Blundell (Bug 152341)
20239
20240 2004-10-01  Wim Taymans  <wim@fluendo.com>
20241
20242         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20243         (speex_dec_get_formats), (speex_dec_convert),
20244         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20245         (speex_dec_chain), (gst_speexdec_get_property),
20246         (gst_speexdec_set_property):
20247         Small cleanups.
20248
20249 2004-10-01  Wim Taymans  <wim@fluendo.com>
20250
20251         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20252         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20253         (gst_wavparse_other), (gst_wavparse_loop),
20254         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20255         (gst_wavparse_srcpad_event):
20256         * gst/wavparse/gstwavparse.h:
20257         Added some more debugging info.
20258         Fix the case where the length of the file is 0.
20259         Make sure we seek to sample borders.
20260
20261 2004-10-01  Wim Taymans  <wim@fluendo.com>
20262
20263         * gst/playback/README:
20264         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20265         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20266         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20267         Add some debug info to decodebin, update README
20268
20269 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20272           Don't use g_print(); use GST_DEBUG().
20273
20274 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20277         (gst_ogg_mux_queue_pads):
20278           Handle EOS properly.
20279
20280 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20281
20282         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20283
20284         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20285         (gst_faad_chain), (gst_faad_change_state):
20286         * ext/faad/gstfaad.h:
20287           Allow playback of raw (unframed) MPEG AAC files (#148993).
20288
20289 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20290
20291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20294           Throw error if we didn't recognize the stream. Fixes #152289.
20295
20296 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20299           Fix negotiation.
20300
20301 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20302
20303         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20304
20305         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20306           Fix memleak.
20307
20308 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20309
20310         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20313           Solve #152805.
20314         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20315           Solve 152806.
20316
20317 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20318
20319         * gst-libs/gst/riff/riff-media.c:
20320         (gst_riff_create_video_caps_with_data),
20321         (gst_riff_create_audio_caps_with_data):
20322           Add codec_data handling (like asfdemux used to do).
20323         * gst/asfdemux/gstasf.c: (plugin_init):
20324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20325         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20326           Use riff-media for caps creation instead of our own (mostly
20327           broken) copy of its functions.
20328
20329 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20330
20331         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20332           Don't actually error out if we get another return value than
20333           -EINVAL. Opposite to what I first thought, drivers have random
20334           return values for this, although -EINVAL is the expected return
20335           value. Since this is not fatal, we shouldn't use
20336           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20337
20338 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20341         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20342         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20343         (dvdreadsrc_get), (dvdreadsrc_open_file),
20344         (dvdreadsrc_change_state):
20345           Fix. Don't do one big huge loop around the whole DVD, that will
20346           cache all data and thus eat sizeof(dvd) (several GB) before we
20347           see something.
20348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20349           Actually NULL'ify event after using it.
20350         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20351         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20352         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20353         (gst_ebml_read_seek), (gst_ebml_read_skip):
20354           Handle events.
20355         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20356         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20357         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20358           Fix timing (this will probably break if I seek using menus, but
20359           I didn't get there yet). VOBs and normal DVDs should now work.
20360           Add a mpeg2-only pad with high rank so this get autoplugged for
20361           MPEG-2 movies.
20362         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20363         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20364         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20365         (gst_mpeg_demux_get_audio_stream),
20366         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20367         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20368           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20369           MPEG-1 but use dvddemux for MPEG-2.
20370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20371         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20372         (gst_mpeg_parse_parse_packhead):
20373           Timing. Only add pad template if it exists. Add sink template from
20374           class and not from ourselves. This means we will always use the
20375           correct sink template even if it is not the one defined in this
20376           file.
20377
20378 2004-09-29  Wim Taymans  <wim@fluendo.com>
20379
20380         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20381         (gst_mpeg_demux_parse_pes):
20382         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20383         Fix playback of mpeg again, timestamps where screwed up by
20384         patch 1.61.
20385
20386 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20387
20388         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20389           Only return true if we actually filled something in. Prevents
20390           player applications from showing a random length for flac files.
20391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20392         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20393         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20394         (gst_riff_read_strf_vids_with_data),
20395         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20396           OK, ok, so I implemented event handling. Apparently it's normal
20397           that we receive random events at random points without asking
20398           for it.
20399         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20400         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20401         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20402         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20403         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20404         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20405         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20406         * gst/avi/gstavidemux.h:
20407           Implement non-lineair chunk handling and subchunk processing.
20408           The first solves playback of AVI files where the audio and video
20409           data of individual buffers that we read are not synchronized.
20410           This should not happen according to the wonderful AVI specs, but
20411           of course it does happen in reality. It is also a prerequisite for
20412           the second. Subchunk processing allows us to cut chunks in small
20413           pieces and process each of these pieces separately. This is
20414           required because I've seen several AVI files with incredibly large
20415           audio chunks, even some files with only one audio chunk for the
20416           whole file. This allows for proper playback including seeking.
20417           This patch is supposed to fix all AVI A/V sync issues.
20418         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20419         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20420           Work.
20421         * gst/modplug/gstmodplug.cc:
20422           Proper return value setting for the query() function.
20423         * gst/playback/gstplaybasebin.c: (setup_source):
20424           Being in non-playing state (after, e.g., EOS) is not necessarily
20425           a bad thing. Allow for that. This fixes playback of short files.
20426           They don't actually playback fully now, because the clock already
20427           runs. This means that small files (<500kB) with a small length
20428           (<2sec) will still not or barely play. Other files, such as mod
20429           or flx, will work correctly, however.
20430
20431 2004-09-28  Wim Taymans  <wim@fluendo.com>
20432
20433         * ext/speex/gstspeex.c: (plugin_init):
20434         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20435         (gst_speex_dec_class_init), (speex_dec_get_formats),
20436         (speex_get_event_masks), (speex_get_query_types),
20437         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20438         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20439         (gst_speexdec_get_property), (gst_speexdec_set_property),
20440         (speex_dec_change_state):
20441         * ext/speex/gstspeexdec.h:
20442         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20443         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20444         (gst_speexenc_base_init), (gst_speexenc_class_init),
20445         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20446         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20447         (gst_speexenc_src_query), (gst_speexenc_init),
20448         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20449         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20450         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20451         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20452         (gst_speexenc_chain), (gst_speexenc_get_property),
20453         (gst_speexenc_set_property), (gst_speexenc_change_state):
20454         * ext/speex/gstspeexenc.h:
20455         Rewrote speex encoder, make sure it can be embedded in ogg.
20456         Implemented speex decoder.
20457
20458 2004-09-28  Christian Schaller <christian@fluendo.com>
20459
20460         * configure.ac:
20461         Remove kioslave plugin. Markey is brewing a new working one
20462         * ext/Makefile.am: Remove kioslave plugin
20463         * ext/kio: remove
20464         * gst-plugins.spec.in: remove kio plugin from spec
20465
20466 2004-09-27  Wim Taymans  <wim@fluendo.com>
20467
20468         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20469         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20470         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20471         (gst_multifdsink_new_client),
20472         (gst_multifdsink_handle_client_write),
20473         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20474         (gst_multifdsink_handle_clients):
20475         * gst/tcp/gstmultifdsink.h:
20476         Make syncing to keyframes actually work for new clients and lagging
20477         clients.
20478
20479 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20480
20481         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20482         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20483         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20484         * gst/debug/gstnavigationtest.h:
20485           make navigationtest display button-press and button-release events
20486
20487 2004-09-26 Iain <iaingnome@gmail.com>
20488
20489         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20490         the channels have received a new media event.
20491         (interleave_buffered_loop): Compresses a new media event on all
20492         channels into one.
20493
20494 2004-09-26 Iain <iaingnome@gmail.com>
20495
20496         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20497         call the sinkpad's default event handler and not the srcpads. He also
20498         says this is confusing :)
20499         (gst_wavenc_stop_file): Company says that seek events only go upstream
20500         we should send a discontinuous downstream instead.
20501
20502 2004-09-25  Christian Schaller <christian@fluendo.com>
20503
20504         * Update SPEC file to be usable in conjunction with Fedora Core,
20505           Fedora.us and freshrpms packages
20506         * Fix typo in multifilesrc test Makefile
20507
20508 2004-09-24  Wim Taymans  <wim@fluendo.com>
20509
20510         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20511         Only signal the no_more_pads signal when we have
20512         added the stream to our list.
20513
20514 2004-09-24  Wim Taymans  <wim@fluendo.com>
20515
20516         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20517         (new_decoded_pad):
20518         * gst/playback/gstplaybasebin.h:
20519         * gst/playback/gstplaybin.c: (setup_sinks):
20520         Don't try to preroll or decode more than one audio/video
20521         track.
20522
20523 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20524
20525         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20526           Throw error if we failed to find a suitable output. This should
20527           throw an error if we successfully set up a pipeline (e.g. because
20528           we recognized a media file) but found no decodable streams in it
20529           (e.g. because it contains only media stream types for which we
20530           have no decoders, or because it's not a media type).
20531
20532 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20533
20534         * ext/dirac/Makefile.am:
20535         * ext/dirac/gstdirac.cc:
20536         * ext/dirac/gstdiracdec.cc:
20537         * ext/dirac/gstdiracdec.h:
20538           Do something. Don't actually know if this works because I don't
20539           have a demuxer yet.
20540         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20541           Add channels=1 to caps returned from _getcaps().
20542         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20543         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20544         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20545         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20546         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20547         (gst_ogm_parse_change_state):
20548           Separate between audio/video so ogmaudioparse actually uses the
20549           audio pad templates. Both audio and video work now, including
20550           autoplugging. Also use sometimes-srcpad hack.
20551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20552           Handle events better. Don't hang on infinite loops.
20553         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20554         (gst_avi_demux_init), (gst_avi_demux_reset),
20555         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20556         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20557         (gst_avi_demux_change_state):
20558         * gst/avi/gstavidemux.h:
20559           Improve A/V sync. Still not perfect.
20560         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20561         (gst_ebml_read_skip):
20562           Handle events better.
20563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20564         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20565         (qtdemux_audio_caps):
20566           Add IMA4. Improve event handling. Save offset after a seek when
20567           the headers are at the end of the file so that we don't end up in
20568           an infinite loop.
20569         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20570           Add low-priority typefind support for files with no length.
20571
20572 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20573
20574         * testsuite/multifilesink/Makefile.am:
20575         fix typo
20576
20577 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20578
20579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20581         mistakes from thaytan's patches.
20582
20583 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20584
20585         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20586           For completeness, XSync in the destroy function as xvimage does.
20587
20588 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20589
20590         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20591            Correct caps negotiation
20592         * gst/volume/gstvolume.c: (volume_chain_float),
20593         (volume_chain_int16):
20594            Modify debug output to be little more informative
20595         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20597         (gst_xvimagesink_xvimage_destroy):
20598           Add XSync calls after detaching from the shared memory segment to
20599           avoid a crash.
20600
20601 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20602
20603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20604         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20605         * ext/vorbis/vorbis.c: (plugin_init):
20606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20607         (gst_vorbisenc_chain):
20608         * ext/vorbis/vorbisenc.h:
20609         remove explicit newmedia support from oggmux and vorbisenc
20610         add debug category to vorbisenc
20611         * gst/multifilesink/gstmultifilesink.c:
20612         (gst_multifilesink_class_init), (gst_multifilesink_init),
20613         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20614         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20615         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20616         (plugin_init):
20617         * gst/multifilesink/gstmultifilesink.h:
20618         add support for streamheader in multifilesink
20619
20620 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20621
20622         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20623         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20624         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20625           Prevent infinite loops. More correct error reporting.
20626         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20627           Error out if negotiation fails.
20628         * gst/playback/gstplaybasebin.c: (setup_source),
20629         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20630         (gst_play_base_bin_found_tag):
20631           Error/tag forwarding. Pre-roll fixes for source errors on state
20632           changes (e.g. "file does not exist") to prevent hangs.
20633
20634 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20635
20636         * testsuite/multifilesink/Makefile.am:
20637         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20638         (gst_newmedia_class_init), (gst_newmedia_init),
20639         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20640         (newfile_signal), (test_signal), (main):
20641         * testsuite/multifilesink/multifilesrc_test.c: (main):
20642         * testsuite/multifilesink/oggtheora_test.c:
20643         (gst_newmedia_base_init), (gst_newmedia_class_init),
20644         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20645         (test_format), (newfile_signal), (test_signal), (main):
20646         * testsuite/multifilesink/oggvorbis_test.c:
20647         (gst_newmedia_base_init), (gst_newmedia_class_init),
20648         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20649         (test_format), (newfile_signal), (test_signal), (main):
20650         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20651         (gst_newmedia_class_init), (gst_newmedia_init),
20652         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20653         (newfile_signal), (test_signal), (main):
20654         New media tests
20655
20656 2004-09-20  Christian Schaller <christian@fluendo.com>
20657
20658         * Fix mikmod license to LGPL as they have relicensed
20659         * Move Dirac and Effectv into LGPL section of README_license
20660
20661 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20664         (gst_mad_change_state):
20665           Allow for mp3 rate/channels changes. However, only very
20666           conservatively. Reason that we *have* to enable this is smiply
20667           because the mad find_sync() function is not good enough, it will
20668           regularly sync on random data as valid frames and therefore make
20669           us provide random caps as *final* caps of the stream. The best fix
20670           I could think of is to simply require several of the same stream
20671           changes in a row before we change caps.
20672           The actual testcase that works now is #
20673         * ext/ogg/Makefile.am:
20674         * ext/ogg/gstogg.c: (plugin_init):
20675         * ext/ogg/gstogmparse.c:
20676           OGM support (video only for now; I need an audio sample file).
20677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20678         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20679         (gst_asf_demux_add_video_stream):
20680           WMV extradata.
20681         * gst/playback/gstplaybasebin.c: (unknown_type):
20682           Don't error out on single unknown-types after all. It's wrong.
20683           If we found type of video and audio but not of a subtitle stream,
20684           it will still error out (which is unwanted). Will find a better fix
20685           later on.
20686         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20687         (ogmaudio_type_find), (plugin_init):
20688           OGM support.
20689
20690 2004-09-20  Johan Dahlin  <johan@gnome.org>
20691
20692         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20693         after setting caps.
20694
20695 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20696
20697         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20698         * gst/wavenc/gstwavenc.h:
20699         Added newmedia support to wavenc
20700
20701 2004-09-17  Wim Taymans  <wim@fluendo.com>
20702
20703         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20704         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20705         (gst_fdset_fd_can_write), (gst_fdset_wait):
20706         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20707         (gst_multifdsink_init), (gst_multifdsink_add),
20708         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20709         (gst_multifdsink_remove_client_link),
20710         (gst_multifdsink_client_queue_buffer),
20711         (gst_multifdsink_handle_client_write),
20712         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20713         (gst_multifdsink_close), (gst_multifdsink_change_state):
20714         * gst/tcp/gstmultifdsink.h:
20715         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20716         (gst_tcpserversink_removed):
20717         Small cleanups in fdset.c
20718         Use a hastable to map fd to the client structure for faster
20719         lookup in _remove and get_stats.
20720         Added virtual function to close the fds.
20721         Handle clients even when the select/poll call was unblocked because
20722         of a command.
20723         Implement syncing to keyframe in the recovery procedure.
20724
20725 2004-09-16 Iain <iaingnome@gmail.com>
20726
20727         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20728         try caps.
20729
20730 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20731
20732         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20733           Caps are only set if the type of the stream is unknown, but this
20734           is initialized in ->init_stream(), so set to UNKNOWN after calling
20735           ->init_stream() so that capsnego starts.
20736
20737 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20740         (gst_avi_demux_stream_data):
20741           Just hardcode for raw audio then. AVI audio sucks.
20742
20743 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20744
20745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20746         * gst/matroska/matroska-mux.c: (audiosink_templ),
20747         (gst_matroska_mux_audio_pad_link):
20748         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20749         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20750
20751 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20754         (gst_avi_demux_stream_data):
20755           Try to fix a/v sync issues.
20756
20757 2004-09-15  David Schleef  <ds@schleef.org>
20758
20759         * configure.ac: remove NASM check, since we don't use it.  Update
20760         dirac check to 0.4
20761         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20763         Initialized variables.
20764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20765         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20766         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20767         SVQ3 format
20768
20769 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20770
20771         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20772         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20773         * gst/avi/gstavidemux.h:
20774           Fix for compressed audio (mp3) timestamp generation. How did this
20775           ever work?
20776
20777 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20780           Volume is a double not a float.
20781
20782 2004-09-15  Wim Taymans  <wim@fluendo.com>
20783
20784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20785         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20786         Don't close the fd in multifdsink as we didn't open it in the
20787         first place. Some cleanups.
20788
20789 2004-09-15  Wim Taymans  <wim@fluendo.com>
20790
20791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20794         Fix the case where the muxer would mark pages as delta
20795         frames when they are not (vorbis only ogg).
20796
20797 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20798
20799         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20800         (gst_play_base_bin_change_state):
20801           Handle the case where we failed to setup a clear pipeline. This
20802           will throw an error (or EOS, another nice case) and if you don't
20803           catch that, the app will wait for the signal forever (and thus
20804           hang).
20805
20806 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * ext/gnomevfs/gstgnomevfssink.c:
20809         (gst_gnomevfssink_uri_get_protocols):
20810         * ext/gnomevfs/gstgnomevfssrc.c:
20811         (gst_gnomevfssrc_uri_get_protocols):
20812         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20813         * ext/gnomevfs/gstgnomevfsuri.h:
20814           Use _uri_new() instead of _open(), so it doesn't take as long and
20815           Christophe's computer won't hang.
20816         * gst/playback/gstplaybasebin.c: (unknown_type):
20817           Throw error on unknown media type, so apps actually display it.
20818
20819 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20820
20821         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20822           this script to work on Solaris since bash shell handles echo
20823           differenly than bash.
20824
20825 2004-09-17  Wim Taymans  <wim@fluendo.com>
20826
20827         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20828         (setup_source), (gst_play_base_bin_set_property),
20829         (gst_play_base_bin_add_element):
20830         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20831         Some more work on making sure seeking pauses the pipeline and
20832         that changing the uri actually does something.
20833
20834 2004-09-17  Wim Taymans  <wim@fluendo.com>
20835
20836         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20838         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20839         (gst_tcpserversink_close):
20840         Be a bit more paranoid when freeing memory.
20841
20842 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20845         (qtdemux_parse_trak):
20846           Don't crash by dividing by zero (see sample movie in #126922).
20847
20848 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20851           Don't touch non-existing data (fixes crash on file in #140147).
20852
20853 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20854
20855         * gst/playback/gstplaybasebin.c:
20856         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20857           Handle double disposals, and proper change of URIs.
20858
20859 2004-09-13  Martin Eikermann <meiker@upb.de>
20860
20861         * gst/mpegstream/gstmpegparse.c:
20862           fix synchronistation for streams recorded from digital PCR
20863           fixes bug #119376
20864
20865 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20866
20867         * ext/gnomevfs/Makefile.am:
20868         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20869         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20870         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20871         (gst_gnomevfssink_uri_get_type),
20872         (gst_gnomevfssink_uri_get_protocols),
20873         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20874         (gst_gnomevfssink_uri_handler_init),
20875         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20876         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20878         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20879         (gst_gnomevfssrc_uri_get_type),
20880         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20881         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20882         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20883         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20884         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20885         * ext/gnomevfs/gstgnomevfsuri.h:
20886           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20887           of fake URIs to see which this version of Gnome-VFS likes, and
20888           uses that for the Gst-URI interface. Makes playbin support http://
20889           streams. Also fix up some stupid behaviour in gnomevfssrc.
20890
20891 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20892
20893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20894         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20895         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20896         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20897           Update mixer (to sync with other sessions) if we try to obtain
20898           a new value. This makes alsamixer work accross applications.
20899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20900           Only call sync functions if we're running, else alsalib asserts.
20901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20902           Sometimes fails to compile. Possibly a gcc bug.
20903         * gst/playback/gstplaybin.c: (gen_video_element),
20904         (gen_audio_element):
20905           Add a reference to an application-provided object, because we lose
20906           this same reference if we add it to the bin. If we don't do this,
20907           we can only use this object once and thus crash if we go from
20908           ready to playing, back to ready and back to playing again.
20909           Also add an audioscale element because several cheap soundcards -
20910           like mine - don't support all samplerates.
20911         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20912         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20913           Fix wrong order or PAR calls. Makes automatically obtained PAR
20914           from the X server atually being used.
20915
20916 2004-09-12  David Schleef  <ds@schleef.org>
20917
20918         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20919         #151887, #152102, #152247.
20920         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20921         * examples/seeking/cdparanoia.c: same
20922         * examples/seeking/cdplayer.c: same
20923         * examples/seeking/seek.c: same
20924         * examples/seeking/spider_seek.c: same
20925         * examples/seeking/vorbisfile.c: same
20926         * examples/stats/mp2ogg.c: same
20927         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20928         (gst_esdsink_dispose): Dispose of element properly.
20929         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20930         fixes.
20931         * ext/nas/nassink.c: (gst_nassink_class_init),
20932         (gst_nassink_dispose): Dispose of element correctly.
20933         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20934         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20935         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20936         Fix 64-bit warning.
20937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20938         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20939         Fix 64-bit warning.
20940
20941 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20942
20943         * configure.ac : change speex detection as 1.1.6 now uses
20944           .pc/pkg-config and they changed their headers location.
20945
20946 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20947
20948         * gst/matroska/matroska-mux.h:
20949         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20950         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20951         (gst_matroska_mux_write_data):
20952           Write multiple blocks/frames per cluster.
20953                 Write meta-seek information (seek heads).
20954
20955 2004-09-09  Scott Wheeler <wheeler@kde.org>
20956
20957         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20958         (gst_play_bin_set_property), (gst_play_bin_get_property),
20959         (gen_audio_element), (gen_audio_element):
20960           Add a volume element / property to the pipeline.
20961
20962 2004-09-07  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20965         Copy timestamps from the master pad to the output buffers.
20966
20967 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20968
20969         * ext/raw1394/gstdv1394src.c:
20970           throw errors when applicable
20971
20972 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20973
20974         * gst/matroska/ebml-ids.h:
20975         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20976         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20978           automatically convert unix time <-> ebml time when reading/writing
20979           a date, use gst_ebml_write_uint to write CUETIME,
20980           not gst_ebml_write_date.
20981         * gst/matroska/matroska-ids.h:
20982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20983         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20984         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20985         (gst_matroska_mux_write_data):
20986           Write track and segment UIDs, write muxing date, write
20987           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20988           Create cues for audio only files.
20989
20990 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20991
20992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20993         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20994           Re-commit ALSA switches.
20995         * gst/adder/gstadder.c: (gst_adder_loop):
20996           64-bit fix (#151416).
20997         * gst/debug/progressreport.c: (gst_progressreport_report):
20998           64-bit fix (#151419).
20999         * gst/matroska/matroska-demux.c:
21000         (gst_matroska_demux_parse_contents):
21001           64-bit fix (#151420).
21002         * gst/playback/test3.c: (update_scale):
21003           64-bit fix (#151421).
21004
21005 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         * configure.ac:
21008           bump nano to cvs
21009
21010 === release 0.8.4 ===
21011
21012 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * configure.ac: releasing 0.8.4, "Alias"
21015
21016 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21017
21018         * ext/theora/Makefile.am:
21019           fix makefile.  Fixes #151462.
21020
21021 2004-08-30  Wim Taymans  <wim@fluendo.com>
21022
21023         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21025         (gst_multifdsink_remove_client_link),
21026         (gst_multifdsink_client_queue_buffer),
21027         (gst_multifdsink_handle_client_write):
21028         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21029         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21030         Fix some memory leaks.
21031
21032 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21033
21034         Patch by: David Schleef
21035
21036         * configure.ac:
21037         * sys/Makefile.am:
21038           rename our detection macro for V4L2.  Fixes #151236.
21039
21040 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         Patch by: David Schleef
21043
21044         * configure.ac:
21045           check to define LAMEPRESET.  Fixes #151232.
21046
21047 2004-08-27  David Schleef  <ds@schleef.org>
21048
21049         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21050         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21051         (gst_glimagesink_fixate):  Move local variable declarations to
21052         make gcc-2.95 happy.
21053
21054 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21055
21056         * configure.ac:
21057           bump nano for prerelease
21058
21059 2004-08-27  David Schleef  <ds@schleef.org>
21060
21061         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21062         * sys/sunaudio/gstsunaudiosrc.c:
21063         * sys/sunaudio/gstsunaudiosrc.h:
21064
21065 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21066
21067         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21068         handle EOS correctly
21069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21070         * gst/matroska/matroska-mux.h:
21071         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21072         VFW compatibility mode
21073
21074 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         patch by: Zaheer Abbas Merali
21077
21078         * ext/ogg/gstoggmux.c:
21079         * ext/vorbis/vorbisenc.c:
21080         * ext/vorbis/vorbisenc.h:
21081           handle NEWMEDIA
21082
21083 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21084
21085         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21086         fix byte order reversion on little endian machines.
21087         * gst/matroska/matroska-mux.c: (audiosink_templ),
21088         (gst_matroska_mux_audio_pad_link):
21089         add TTA codec to the list of supported codecs.
21090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21091         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21092         (gst_matroska_mux_write_data):
21093         * gst/matroska/matroska-mux.h:
21094         write segment duration correctly, write muxing app string, fixes bugs
21095         #140897 and #140898.
21096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21097         wait for all pads to be negotiated before starting to mux.
21098
21099 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21100
21101         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21102         * ext/lame/gstlame.h:
21103         Added new media support to lame
21104
21105 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21106
21107         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21108         send vorbis headers at the beginning of a stream, fixes bug #141554.
21109         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21110         bug #148950.
21111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21112         (gst_matroska_demux_plugin_init):
21113         * gst/matroska/matroska-ids.h:
21114         enable demuxing of TTA audio streams, fixes bug #148951.
21115         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21116         enable typefinding for TTA audio files, fixes bug #148711.
21117         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21118         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21119         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21120
21121 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21122
21123         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21124         (gst_riff_read_element_data), (gst_riff_read_seek),
21125         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21126         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21127         <teuf@gnome.org>
21128
21129 2004-08-23 Iain <iaingnome@gmail.com>
21130
21131         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21132         tags. They appear to be handled differently to normal.
21133         (tag_list_to_id3_tag_foreach): Ditto.
21134
21135 2004-08-22  Wim Taymans  <wim@fluendo.com>
21136
21137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21138         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21139         Make sure we never send -1 granulepos.
21140
21141 2004-08-20  Wim Taymans  <wim@fluendo.com>
21142
21143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21144         (gst_ogg_mux_loop):
21145         I will accept bitchslappings with non sharp objects.
21146
21147 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21148
21149         * configure.ac:
21150         Clean up the test for lame presets
21151
21152 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21153
21154         * configure.ac:
21155         * ext/lame/Makefile.am:
21156         * ext/lame/gstlame.c: (gst_lame_class_init),
21157         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21158         Only enable lame presets if version of lame has presets in API
21159
21160 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21161         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21162         * gst/udp/gstudpsrc.h:
21163           Don't call gst_pad_push in a get function. Fixes #150449
21164
21165 2004-08-18  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21168         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21169         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21170         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21171         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21172         (gst_fdset_wait):
21173         * gst/tcp/gstfdset.h:
21174         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21175         (gst_multifdsink_client_queue_buffer),
21176         (gst_multifdsink_handle_client_write):
21177         * gst/tcp/gstmultifdsink.h:
21178         Some extra checks in gstfdset.
21179         Only use send() when the fd is a socket. Don't try to
21180         read from write only fds.
21181
21182 2004-08-18  Wim Taymans  <wim@fluendo.com>
21183
21184         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21185         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21186         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21187         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21188         (gst_fdset_wait):
21189         Add more locking and bounds checking.
21190
21191 2004-08-18  Wim Taymans  <wim@fluendo.com>
21192
21193         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21194         Realloc test fdset in the lock and right before starting
21195         the poll call. Bump the limit to 4096.
21196
21197 2004-08-17  David Schleef  <ds@schleef.org>
21198
21199         * sys/sunaudio/Makefile.am:
21200         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21201         of rates and channels.  Make debugging less obnoxious.
21202
21203         Patch from Balamurali Viswanathan implementing a mixer for
21204         Sun audio.  (bug #144091):
21205         * sys/sunaudio/gstsunelement.c:
21206         * sys/sunaudio/gstsunelement.h:
21207         * sys/sunaudio/gstsunmixer.c:
21208         * sys/sunaudio/gstsunmixer.h:
21209
21210 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21211
21212         * gst/audioscale/gstaudioscale.c:
21213         * gst/audioscale/gstaudioscale.h:
21214         made audioscale resample from any sample rate to any sample rate
21215
21216 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21217
21218         * ext/libpng/gstpngdec.c:
21219           error out on unsupported types
21220
21221 2004-08-17  Iain <iaingnome@gmail.com>
21222
21223         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21224         mid_side and loose_mid_side properties if its a stereo stream.
21225
21226 2004-08-17  Wim Taymans  <wim@fluendo.com>
21227
21228         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21229         (theora_get_formats), (theora_dec_src_convert),
21230         (theora_dec_sink_convert), (theora_dec_src_query),
21231         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21232         Add a debug line.
21233
21234 2004-08-17  Wim Taymans  <wim@fluendo.com>
21235
21236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21237         (gst_ogg_pad_push):
21238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21239         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21240         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21241         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21242         Mark delta units in the muxer.
21243         Try to decode the packet after an out-of-sync error from
21244         libogg.
21245
21246 2004-08-17  Wim Taymans  <wim@fluendo.com>
21247
21248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21249         (gst_multifdsink_init), (gst_multifdsink_add),
21250         (gst_multifdsink_client_queue_buffer),
21251         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21252         * gst/tcp/gstmultifdsink.h:
21253         Added option to send a keyframe to clients as the first buffer.
21254         Make timeout property writable.
21255
21256 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         patch by: Wim Taymans
21259
21260         * gst/tcp/gstfdset.c:
21261         * gst/tcp/gstmultifdsink.c:
21262           fix index comparison, should include 0
21263
21264 2004-08-16  Wim Taymans  <wim@fluendo.com>
21265
21266         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21267         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21268         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21269         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21270         (gst_fdset_wait):
21271           copy when reallocing for poll so the select arguments don't get
21272           changed during the call
21273
21274 2004-08-16  Wim Taymans  <wim@fluendo.com>
21275
21276         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21277         (gst_theora_enc_class_init), (theora_enc_sink_link),
21278         (theora_buffer_from_packet), (theora_enc_chain):
21279         Fix bug where buffers were not marked as keyframes
21280         correctly.
21281
21282 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21283
21284         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21285         (gst_lame_preset_get_type), (gst_lame_class_init):
21286         describe the enum values for vbr mode and presets more verbosely
21287
21288 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21289
21290         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21291         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21292         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21293         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21294         * ext/lame/gstlame.h:
21295         add preset property to lame so it can use lame presets
21296
21297 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21298
21299         * ext/lame/gstlame.c: (gst_lame_get_property):
21300         whoops forgot break, thanks teuf
21301
21302 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21303
21304         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21305         (gst_lame_class_init), (gst_lame_src_getcaps),
21306         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21307         (gst_lame_get_property), (gst_lame_setup):
21308         * ext/lame/gstlame.h:
21309         fix lame's broken vbr stuff, allow it to resample if need be, and also
21310         make xing header optional
21311
21312 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21313
21314         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21315         added getcaps function so samplerate doesnt get fixated to silly values
21316
21317 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21318
21319         * ext/lame/gstlame.c: (gst_lame_src_link):
21320         revert previous fix
21321
21322 2004-08-12  Johan Dahlin  <johan@gnome.org>
21323
21324         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21325         checks. Doesn't matter what state we are in. Interfaces are a
21326         compile time thing, not runtime. It also broke the python bindings.
21327
21328 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21329
21330         * ext/lame/gstlame.c: (gst_lame_src_link):
21331         made source pad link function check if sinkpad is ok..fixes the problem
21332         where core fixates the output rate of lame stupidly
21333
21334 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21335
21336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21337         * sys/v4l/v4l_calls.c:
21338         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21339           fix fixate function to handle nonsimple caps.
21340           remove bogus check in _link
21341           cleanups
21342
21343 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21344
21345         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21346         set default compression ratio parameter to 0.0 so bitrate parameter
21347         works :)
21348
21349 2004-08-11  David Schleef  <ds@schleef.org>
21350
21351         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21352
21353 2004-08-11  David Schleef  <ds@schleef.org>
21354
21355         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21356         before.
21357
21358 2004-08-11  David Schleef  <ds@schleef.org>
21359
21360         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21361
21362 2004-08-11  David Schleef  <ds@schleef.org>
21363
21364         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21365           license field
21366         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21367         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21368           LGPL.
21369         * gst/auparse/gstauparse.c: Fix plugin license field.
21370         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21371         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21372         * gst/rtp/gstrtp.c: Fix plugin license field.
21373
21374 2004-08-11  Wim Taymans  <wim@fluendo.com>
21375
21376         * gst/tcp/Makefile.am:
21377         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21378         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21379         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21380         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21381         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21382         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21383         (gst_fdset_fd_can_write), (gst_fdset_wait):
21384         * gst/tcp/gstfdset.h:
21385         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21386         (gst_multifdsink_class_init), (gst_multifdsink_init),
21387         (gst_multifdsink_add), (gst_multifdsink_remove),
21388         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21389         (gst_multifdsink_remove_client_link),
21390         (gst_multifdsink_handle_client_read),
21391         (gst_multifdsink_client_queue_data),
21392         (gst_multifdsink_client_queue_caps),
21393         (gst_multifdsink_client_queue_buffer),
21394         (gst_multifdsink_handle_client_write),
21395         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21396         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21397         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21398         (gst_multifdsink_close):
21399         * gst/tcp/gstmultifdsink.h:
21400         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21401         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21402         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21403         (gst_tcpserversink_close):
21404         * gst/tcp/gsttcpserversink.h:
21405         Abstracted away the select call, implemented poll (yes we ran into
21406         the 1024 limit in production).
21407
21408 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * gst/tcp/gsttcp.c:
21411         * gst/tcp/gsttcpplugin.c:
21412           improve debuggging, remove assert
21413
21414 2004-08-10  Wim Taymans  <wim@fluendo.com>
21415
21416         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21417         (gst_client_status_get_type), (gst_multifdsink_class_init),
21418         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21419         (gst_multifdsink_handle_client_read),
21420         (gst_multifdsink_handle_client_write),
21421         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21422         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21423         (gst_multifdsink_get_property):
21424         * gst/tcp/gstmultifdsink.h:
21425         * gst/tcp/gsttcp-marshal.list:
21426         Starting to prepare for specifying buffer time in other units
21427         than buffers. Expose remove reason in signal.
21428
21429 2004-08-10  Wim Taymans  <wim@fluendo.com>
21430
21431         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21432         (gst_multifdsink_remove), (gst_multifdsink_clear),
21433         (gst_multifdsink_remove_client_link),
21434         (gst_multifdsink_handle_client_read),
21435         (gst_multifdsink_client_queue_data),
21436         (gst_multifdsink_client_queue_buffer),
21437         (gst_multifdsink_handle_client_write),
21438         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21439         (gst_multifdsink_chain), (gst_multifdsink_close):
21440         * gst/tcp/gstmultifdsink.h:
21441         Added more debugging info. Changed the way clients are
21442         removed from the lists. Fixed a bug where a bad file descriptor
21443         could cause many clients to be removed.
21444
21445 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21446
21447         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21448           allow all pixel-aspect-ratios, not just 1:1
21449
21450 2004-08-09  David Schleef  <ds@schleef.org>
21451
21452         * sys/glsink/ARB_multitexture.h:  Remove old files.
21453         * sys/glsink/EXT_paletted_texture.h:
21454         * sys/glsink/NV_register_combiners.h:
21455         * sys/glsink/gstgl_nvimage.c:
21456         * sys/glsink/gstgl_pdrimage.c:
21457         * sys/glsink/gstgl_rgbimage.c:
21458         * sys/glsink/gstglsink.c:
21459         * sys/glsink/gstglsink.h:
21460         * sys/glsink/gstglxwindow.c:
21461         * sys/glsink/regcomb_yuvrgb.c:
21462
21463 2004-08-09  David Schleef  <ds@schleef.org>
21464
21465         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21466         GL sink plugin.  (Bug #147302)
21467
21468         * configure.ac: Test for OpenGL
21469         * sys/Makefile.am: Use test for OpenGL
21470         * sys/glsink/Makefile.am:
21471         * sys/glsink/glimagesink.c: rewrite
21472         * sys/glsink/glimagesink.h: rewrite
21473
21474 2004-08-09  David Schleef  <ds@schleef.org>
21475
21476         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21477         sane framerates.
21478         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21480         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21481
21482 2004-08-09  Wim Taymans  <wim@fluendo.com>
21483
21484         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21485         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21486         (gst_multifdsink_client_remove),
21487         (gst_multifdsink_handle_client_read),
21488         (gst_multifdsink_handle_client_write),
21489         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21490         Do a bit more logging, make the client_read code more robust.
21491
21492 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21493
21494         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21495         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21496         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21497         (gst_jpegdec_init), (gst_jpegdec_chain):
21498         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21499         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21500           cleanups, debugging fixes and memleak plugging
21501
21502 2004-08-09  Wim Taymans  <wim@fluendo.com>
21503
21504         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21505         (theora_get_formats), (theora_dec_src_convert),
21506         (theora_dec_sink_convert), (theora_dec_src_query),
21507         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21508         (theora_dec_change_state):
21509         Don't crash on missing header packets.
21510
21511 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * po/LINGUAS:
21514         * po/sq.po:
21515           Added Albanian translation (Laurent Dhima)
21516         * po/cs.po:
21517           updated
21518
21519 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21520
21521         * ext/lame/gstlame.c:
21522           fix/add debugging
21523
21524 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21525
21526         * sys/ximage/ximagesink.c:
21527         * sys/xvimage/xvimagesink.c:
21528           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21529
21530 2004-08-06  Wim Taymans  <wim@fluendo.com>
21531
21532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21533         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21534         (gst_multifdsink_client_remove),
21535         (gst_multifdsink_handle_client_read),
21536         (gst_multifdsink_handle_client_write),
21537         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21538         Make sure we don't try to read more from a client that what
21539         ioctl says us or we deadlock.
21540
21541 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21544         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21545         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21546           decouple running_time and n_frames so it can handle changing
21547           framerate while running
21548
21549 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21550
21551         * po/nl.po:
21552         * po/sv.po:
21553           updated translations
21554
21555 2004-08-04  Benjamin Otte  <otte@gnome.org>
21556
21557         * gst/videotestsrc/gstvideotestsrc.c:
21558         (gst_videotestsrc_get_capslist), (generate_capslist),
21559         (plugin_init):
21560           generate the list of supported caps at startup and reuse it instead
21561           of always generating it
21562
21563 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21564
21565         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21566           whoops, last checkin broke normal build
21567
21568 2004-08-03  Benjamin Otte  <otte@gnome.org>
21569
21570         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21571         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21572         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21573         (gst_alsa_mixer_get_option):
21574         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21575         (dvdnavsrc_print_event):
21576         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21578         (gst_ogg_mux_pad_unlink):
21579         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21580         (gst_multipart_mux_pad_unlink):
21581         * gst/videofilter/gstvideobalance.c:
21582         (gst_videobalance_colorbalance_set_value):
21583         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21584         (gst_videomixer_pad_unlink):
21585         * po/uk.po:
21586         * sys/oss/gstossmixer.c:
21587         * sys/v4l/gstv4lcolorbalance.c:
21588         * sys/v4l/gstv4ltuner.c:
21589         * sys/v4l/v4lsrc_calls.c:
21590         * sys/v4l2/gstv4l2colorbalance.c:
21591         * sys/v4l2/gstv4l2tuner.c:
21592           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21593
21594 2004-08-03  Benjamin Otte  <otte@gnome.org>
21595
21596         * examples/dynparams/filter.c: (ui_control_create):
21597         * examples/gstplay/player.c: (print_tag):
21598         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21599         * ext/gdk_pixbuf/gstgdkanimation.c:
21600         (gst_gdk_animation_iter_may_advance):
21601         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21602         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21603         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21604         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21606         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21607         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21608         * gst/sine/demo-dparams.c: (main):
21609         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21610         * testsuite/alsa/formats.c: (create_pipeline):
21611         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21612           fixes for G_DISABLE_ASSERT and friends
21613         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21614         (mp3_type_frame_length_from_header), (mp3_type_find),
21615         (plugin_init):
21616           require mp3 typefinding to have at least MIN_HEADERS valid headers
21617           add typefinding for AAC adts files
21618
21619 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21620
21621         * sys/ximage/ximagesink.c:
21622         (gst_ximagesink_calculate_pixel_aspect_ratio):
21623         * sys/xvimage/xvimagesink.c:
21624         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21625         Make sure we calculate pixel-aspect-ratio using floating point maths
21626
21627 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21628
21629         * po/uk.po:
21630           updated translation
21631
21632 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21636           add debugging for display PAR calculation
21637
21638 2004-08-02  David Schleef  <ds@schleef.org>
21639
21640         * configure.ac: Fix mikmod CFLAGS.
21641
21642 2004-07-27  Benjamin Otte  <otte@gnome.org>
21643
21644         * gst/audioscale/gstaudioscale.c:
21645         - fix templates to only support S16, it's the only format that works
21646         - make caps nego code use try_set_caps_nonfixed and fixation instead
21647         of try_set_caps twice, which is not nice for autopluggers
21648         - change rank to secondary, so autopluggers can pick it up after
21649         audioconvert
21650
21651 2004-08-02  Iain <iain@prettypeople.org>
21652
21653         * gst/interleave/interleave.c (interleave_init),
21654         (interleave_request_new_pad),
21655         (interleave_pad_removed),
21656         (interleave_buffered_loop): Use the real pad count, not the artificial
21657         one.
21658
21659 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * configure.ac: bump nano back to development
21662
21663 === release 0.8.3 ===
21664
21665 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21666
21667         * configure.ac: releasing 0.8.3, "Water"
21668
21669 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21670
21671         * sys/xvimage/xvimagesink.c:
21672         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21673         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21674         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21675         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21676         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21677         * sys/xvimage/xvimagesink.h:
21678           apply similar PAR fixes as to ximagesink
21679
21680 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21681
21682         patch from: Benjamin Otte
21683
21684         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21685           add link function to lame.  Fixes #148986.
21686
21687 2004-08-02  Johan Dahlin  <johan@gnome.org>
21688
21689         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21690         fix debugging log
21691
21692 2004-07-30  David Schleef  <ds@schleef.org>
21693
21694         * gst/videomixer/Makefile.am: Fix things that should have been
21695         fixed in the last checkin.
21696
21697 2004-07-30  David Schleef  <ds@schleef.org>
21698
21699         * gst/multipart/Makefile.am: Fix things that should have been
21700         fixed in the last checkin.
21701
21702 2004-07-30  David Schleef  <ds@schleef.org>
21703
21704         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21705
21706 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21707
21708         * configure.ac:
21709           bump nano for prerelease
21710         * po/af.po:
21711         * po/az.po:
21712         * po/cs.po:
21713         * po/en_GB.po:
21714         * po/hu.po:
21715         * po/nl.po:
21716         * po/sr.po:
21717         * po/sv.po:
21718         * po/uk.po:
21719           updates
21720
21721 2004-07-30  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21724         (gst_multifdsink_add), (gst_multifdsink_remove),
21725         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21726         (gst_multifdsink_client_remove),
21727         (gst_multifdsink_handle_client_write),
21728         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21729         * gst/tcp/gstmultifdsink.h:
21730         Recover from a select with a bad file descriptor by removing
21731         the client.
21732
21733 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * configure.ac:
21736           fix requirement of core
21737         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21738         (gst_play_pipeline_setup):
21739           don't use colorspace element.  do use hermescolorspace element.
21740           make macro to get a colorspace element.
21741           mark strings for translation.
21742         * po/POTFILES.in:
21743           add play.c
21744         * po/af.po:
21745         * po/az.po:
21746         * po/cs.po:
21747         * po/en_GB.po:
21748         * po/hu.po:
21749         * po/nl.po:
21750         * po/sr.po:
21751         * po/sv.po:
21752         * po/uk.po:
21753           update translations
21754
21755 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21756
21757         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21758         fix default for newmedia flag
21759
21760 2004-07-30  Wim Taymans  <wim@fluendo.com>
21761
21762         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21763         (gst_theora_dec_init), (theora_get_formats),
21764         (theora_dec_src_convert), (theora_dec_sink_convert),
21765         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21766         (theora_dec_chain), (theora_dec_set_property),
21767         (theora_dec_get_property):
21768         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21769         (gst_theora_enc_class_init), (gst_theora_enc_init),
21770         (theora_enc_sink_link), (theora_enc_chain),
21771         (theora_enc_set_property), (theora_enc_get_property):
21772         Added cropping option to theora decoder.
21773         Added border option to theora encoder.
21774
21775 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21776
21777         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21778         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21779         (gst_pngenc_set_property):
21780         * ext/libpng/gstpngenc.h:
21781         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
21782
21783 2004-07-30  Wim Taymans  <wim@fluendo.com>
21784
21785         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21786         (theora_enc_sink_link), (theora_enc_chain),
21787         (theora_enc_set_property), (theora_enc_get_property):
21788         Fix encoding of non-multiple-of-16 video.
21789
21790 2004-07-29  David Schleef  <ds@schleef.org>
21791
21792         * configure.ac: make test for audiofile more strict
21793
21794 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21795
21796         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21797           give different names to typefind functions
21798
21799 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21800
21801         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21802         (gst_ximagesink_calculate_pixel_aspect_ratio),
21803         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21804         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21805         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21806         (gst_ximagesink_get_property), (gst_ximagesink_init):
21807         * sys/ximage/ximagesink.h:
21808           allocate PAR's dynamically.
21809           use autodetected PAR if no object-set PAR is given.
21810           add workaround for directfb's X not setting physical size.
21811           fix to xvimagesink will follow tomorrow.
21812
21813 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21814
21815         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21816         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21817         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21818         (gst_shout2send_class_init), (gst_shout2send_init),
21819         (set_shout_metadata), (gst_shout2send_set_metadata),
21820         (gst_shout2send_chain), (gst_shout2send_set_property),
21821         (gst_shout2send_get_property), (gst_shout2send_connect),
21822         (gst_shout2send_change_state):
21823         * ext/shout2/gstshout2.h:
21824         - fix for sending mp3 audio to icecast2 server, if pad link function not
21825         called before PAUSED state
21826         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21827         - added tagging support for mp3 audio broadcasted
21828         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21829         debug info
21830
21831 2004-07-28  Wim Taymans  <wim@fluendo.com>
21832
21833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21834         (gst_ogg_demux_push):
21835         Return query failure when we don't know the length of
21836         an ogg stream insteda of returning TRUE with a bogus value.
21837
21838 2004-07-28  Wim Taymans  <wim@fluendo.com>
21839
21840         * ext/theora/theoradec.c: (theora_get_formats),
21841         (theora_dec_src_convert), (theora_dec_sink_convert),
21842         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21843         (theora_dec_chain):
21844         Don't screw up the 1 Chroma for 1 luma sample situation when we
21845         have an odd offset/width by adding a black border in those cases.
21846
21847 2004-07-28  Wim Taymans  <wim@fluendo.com>
21848
21849         * ext/theora/theoradec.c: (theora_get_formats),
21850         (theora_dec_src_convert), (theora_dec_sink_convert),
21851         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21852         (theora_dec_chain):
21853         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21854         Added first attempt at cropping of the image as required by the
21855         theora spec. We need more properties in the caps (offset_x,
21856         offset_y,stride) to implement this correctly.
21857
21858 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21859
21860         * ext/dvdnav/README:
21861           Update the README to use dvddemux
21862         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21863           Ensure getcaps returns a subset of the template caps
21864         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21865         (gst_mpeg2subt_init):
21866           Ensure getcaps returns a subset of the template caps
21867         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21868         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21869         (gst_dvd_demux_get_subpicture_stream),
21870         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21871         * gst/mpegstream/gstdvddemux.h:
21872           Set the explicit caps on the current_video pad before pushing
21873           anything
21874         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21875         (gst_mpeg_demux_get_audio_stream):
21876           Free caps used to gst_pad_set_explicit_caps, which takes a const
21877           GstCaps *
21878
21879 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * configure.ac: update GStreamer requirement to 0.8.4 because of
21882           GstFraction.
21883
21884 2004-07-28  Wim Taymans  <wim@fluendo.com>
21885
21886         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21887         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21888         Add the pad to the element after setting up the caps. This
21889         makes it a lot easier to autoplug.
21890
21891 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21892
21893         * gst/median/gstmedian.c:
21894         * gst/mpeg2subt/gstmpeg2subt.c:
21895         * gst/mpegaudioparse/gstmpegaudioparse.c:
21896         * gst/mpegstream/gstdvddemux.c:
21897         * gst/mpegstream/gstmpegdemux.c:
21898         * gst/mpegstream/gstmpegpacketize.c:
21899         * gst/rtjpeg/gstrtjpeg.c:
21900         * gst/rtjpeg/gstrtjpegdec.c:
21901         * gst/rtjpeg/gstrtjpegenc.c:
21902         * gst/sine/gstsinesrc.c:
21903         * gst/smooth/gstsmooth.c:
21904         * gst/smpte/gstsmpte.c:
21905         * gst/smpte/gstsmpte.h:
21906         * gst/stereo/gststereo.c:
21907         * gst/videofilter/gstgamma.c:
21908         * gst/videofilter/gstvideobalance.c:
21909         * gst/videofilter/gstvideofilter.c:
21910         * gst/videofilter/gstvideoflip.c:
21911         * gst/videoscale/gstvideoscale.c:
21912         * gst/videoscale/videoscale.c:
21913         * gst/videotestsrc/gstvideotestsrc.c:
21914         * gst/videotestsrc/videotestsrc.c:
21915         * gst/wavenc/gstwavenc.c:
21916         * gst/wavparse/gstwavparse.c:
21917           fix local includes and 64 bits constants
21918
21919 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21920
21921         * win32/gst.sln:
21922         * gst-libs/gst/*/*.vcproj:
21923         * gst/*/*.vcproj:
21924           more working plugins
21925
21926 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21927
21928         * testsuite/alsa/Makefile.am:
21929         * testsuite/alsa/srcstate.c:
21930         add test for alsasrc changing state
21931
21932 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21933
21934         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21935         (gst_silence_get):
21936         * gst/silence/gstsilence.h:
21937         fix silence generation for 16bit raw audio
21938
21939 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21940
21941         * gst/matroska/matroska-demux.c:
21942         (gst_matroska_demux_parse_metadata),
21943         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21944         * gst/mpegaudio/common.c:
21945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21946         (gst_videoscale_getcaps), (gst_videoscale_link),
21947         (gst_videoscale_src_fixate), (gst_videoscale_init),
21948         (gst_videoscale_finalize):
21949         * gst/videoscale/gstvideoscale.h:
21950         * gst/videotestsrc/gstvideotestsrc.c:
21951         (gst_videotestsrc_get_capslist):
21952         * gst/wavenc/gstwavenc.c:
21953         * sys/oss/gstossmixer.c: (fill_labels):
21954         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21955         (gst_ximagesink_handle_xevents),
21956         (gst_ximagesink_calculate_pixel_aspect_ratio),
21957         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21958         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21959         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21960         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21961         (gst_ximagesink_init), (gst_ximagesink_class_init):
21962         * sys/ximage/ximagesink.h:
21963         * sys/xvimage/xvimagesink.c:
21964         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21965         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21966         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21967         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21968         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21969         * sys/xvimage/xvimagesink.h:
21970           first batch of pixel aspect ratio commits.
21971
21972 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21975         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21976         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21977           handle stride, needs work if we want to move stride handling
21978           upstream, but works correctly for our purposes.
21979
21980 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21981
21982         * gst/videoscale/README:
21983           add testing examples
21984         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21985         (gst_videoscale_chain):
21986         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21987         (gst_videoscale_get_size):
21988           add get_size function that handles stride like videotestsrc.
21989           fixes conversion for YUV formats for as much as I can test them.
21990
21991 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21992
21993         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21994         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21996         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21997         (gst_xvimagesink_xvimage_put):
21998           further cleanups, logging, error handling and synchronizing
21999
22000 2004-07-27  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22003         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22004         (gst_videomixer_pad_set_property),
22005         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22006         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22007         (gst_videomixer_class_init), (gst_videomixer_init),
22008         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22009         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22010         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22011         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22012         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22013         (gst_videomixer_loop), (plugin_init):
22014         Be a nicer negotiation citizen and provide a getcaps function on
22015         the srcpad. This also fixes a crash when resizing.
22016
22017 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22018
22019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22020         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22021
22022 2004-07-27  Wim Taymans  <wim@fluendo.com>
22023
22024         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22025         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22026         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22027         (gst_pngenc_set_property):
22028         * ext/libpng/gstpngenc.h:
22029         Added snapshot property to pngenc.
22030         removed g_print from pngdec
22031
22032 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22033
22034         * gst/ac3parse/ac3parse.vcproj
22035         * gst/adder/adder.vcproj
22036         * gst/alpha/alpha.vcproj
22037         * gst/alpha/alphacolor.vcproj
22038         * gst/asfdemux/asf.vcproj
22039         * gst/audioconvert/audioconvert.vcproj
22040         * gst/audiorate/audiorate.vcproj
22041         * gst/audioscale/audioscale.vcproj
22042         * gst/auparse/auparse.vcproj
22043         * gst/avi/avi.vcproj
22044         * gst/cdxaparse/cdxaparse.vcproj
22045         * gst/chart/chart.vcproj
22046         * gst/colorspace/colorspace.vcproj
22047         * gst/cutter/cutter.vcproj
22048         * gst/debug/debug.vcproj
22049         * gst/debug/efence.vcproj
22050         * gst/debug/navigationtest.vcproj
22051         * gst/deinterlace/deinterlace.vcproj
22052         * gst/effectv/effectv.vcproj
22053         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22054         * gst/filter/filter.vcproj
22055         * gst/flx/flxdec.vcproj
22056         * gst/goom/goom.vcproj
22057         * gst/interleave/interleave.vcproj
22058         * gst/law/alaw.vcproj
22059         * gst/law/mulaw.vcproj
22060         * gst/matroska/matroska.vcproj
22061         * gst/median/median.vcproj
22062         * gst/mixmatrix/mixmatrix.vcproj
22063         * gst/mpeg1sys/mpeg1systemencode.vcproj
22064         * gst/mpeg1videoparse/mp1videoparse.vcproj
22065         * gst/mpeg2sub/mpeg2subt.vcproj
22066         * gst/mpegaudio/mpegaudio.vcproj
22067         * gst/mpegaudioparse/mpegaudioparse.vcproj
22068         * gst/mpegstream/mpegstream.vcproj
22069         * gst/multifilesink/multifilesink.vcproj
22070         * gst/multipart/multipart.vcproj
22071         * gst/oneton/oneton.vcproj
22072         * gst/overlay/overlay.vcproj
22073         * gst/passthrough/passthrough.vcproj
22074         * gst/qtdemux/qtdemux.vcproj
22075         * gst/realmedia/rmdemux.vcproj
22076         * gst/rtjpeg/rtjpeg.vcproj
22077         * gst/rtp/rtp.vcproj
22078         * gst/silence/silence.vcproj
22079         * gst/sine/sinesrc.vcproj
22080         * gst/smooth/smooth.vcproj
22081         * gst/smpte/smpte.vcproj
22082         * gst/spectrum/spectrum.vcproj
22083         * gst/speed/speed.vcproj
22084         * gst/stereo/stereo.vcproj
22085         * gst/switch/switch.vcproj
22086         * gst/tags/tagedit.vcproj
22087         * gst/tcp/tcp.vcproj
22088         * gst/typefind/typefindfunctions.vcproj
22089         * gst/udp/udp.vcproj
22090         * gst/videobox/videobox.vcproj
22091         * gst/videocrop/videocrop.vcproj
22092         * gst/videodrop/videodrop.vcproj
22093         * gst/videofilter/gamma.vcproj
22094         * gst/videofilter/videobalance.vcproj
22095         * gst/videofilter/videofilter.vcproj
22096         * gst/videofilter/videoflip.vcproj
22097         * gst/videoflip/videoflip.vcproj
22098         * gst/videomixer/videomixer.vcproj
22099         * gst/videorate/videorate.vcproj
22100         * gst/videoscale/videoscale.vcproj
22101         * gst/videotestsrc/videotestsrc.vcproj
22102         * gst/virtualdub/virtualdub.vcproj
22103         * gst/volenv/volenv.vcproj
22104         * gst/volume/volume.vcproj
22105         * gst/wavenc/wavenc.vcproj
22106         * gst/wavparse/wavparse.vcproj
22107         * gst/y4m/y4menc.vcproj
22108         * gst-libs/gst/audio/audio.vcproj
22109         * gst-libs/gst/audio/audiofilter.vcproj
22110         * gst-libs/gst/colorbalance/colorbalance.vcproj
22111         * gst-libs/gst/idct/idtc.vcproj
22112         * gst-libs/gst/media-info/media-info.vcproj
22113         * gst-libs/gst/mixer/mixer.vcproj
22114         * gst-libs/gst/navigation/navigation.vcproj
22115         * gst-libs/gst/play/play.vcproj
22116         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22117         * gst-libs/gst/resample/resample.vcproj
22118         * gst-libs/gst/riff/riff.vcproj
22119         * gst-libs/gst/tuner/tuner.vcproj
22120         * gst-libs/gst/video/video.vcproj
22121         * gst-libs/gst/xoverlay/xoverlay.vcproj
22122           avoid problems with math.h, fix release dependancy
22123           rename GStreamer-0.8.lib to libgstreamer.lib
22124
22125 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22126
22127         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22129         the atom is not available we have to unlock the mutex. Fixes #148023
22130
22131 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22132
22133         * gst-libs/gst/media-info/media-info.h:
22134           issue for a vararg macro with MSVC
22135
22136 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22137
22138         * gst/effectv/effectv.vcproj
22139         * gst-libs/gst/idct/idct.vcproj:
22140         * gst-libs/gst/media-info/media-info.vcproj:
22141         * gst-libs/gst/navigation/navigation.vcproj:
22142         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22143         * gst-libs/gst/video/video.vcproj:
22144         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22145           fixes for build problems
22146
22147 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22148
22149         * gst-libs/gst/audio/audio.def:
22150         * gst-libs/gst/audio/riff.def:
22151           add some definitions needed by plugins
22152
22153 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22154
22155         * gst/asfdemux/gstasfmux.c
22156           Fix some 64 bits constants to be glib friendly
22157
22158 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22159
22160         * gst/ac3parse/gstac3parse.c
22161         * gst/audioscale/gstaudioscale.c
22162         * gst/auparse/gstauparse.c
22163         * gst/colorspace/gstcolorspace.c
22164         * gst/colorspace/yuv2rgb.h
22165           local include fixes
22166
22167 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22168
22169         * win32/gst.sln
22170           add more plugins to the build
22171
22172 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22173
22174         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22175         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22176
22177 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22180         (gst_level_set_property), (gst_level_get_property),
22181         (gst_level_base_init), (gst_level_class_init):
22182           add debugging categories.  cleanups.
22183
22184 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22185
22186         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22187         (gst_videoscale_planar411), (gst_videoscale_planar400),
22188         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22189         (gst_videoscale_scale_nearest_str1),
22190         (gst_videoscale_scale_nearest_str2),
22191         (gst_videoscale_scale_nearest_str4),
22192         (gst_videoscale_scale_nearest_16bit),
22193         (gst_videoscale_scale_nearest_24bit):
22194           fixed stride issues
22195           tested with 320x240 -> 321, 322, 324 x240
22196           tested with YV12, I420, YUY2, UYVY
22197           fixed packed422rev (don't think it could have worked before)
22198           by testing with UYVY
22199
22200 2004-07-26  Benjamin Otte  <otte@gnome.org>
22201
22202         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22203         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22204         (plugin_init):
22205           add debugging category, add error checks like checking return values
22206           of setup calls, make sure it still works after
22207           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22208
22209 2004-07-26  Wim Taymans  <wim@fluendo.com>
22210
22211         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22212         (gst_mpeg_demux_get_audio_stream),
22213         (gst_mpeg_demux_process_private):
22214         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22215         Check for error codes from the negotiation functions. Make sure
22216         we really set the pad caps when a new pad is created.
22217
22218 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22219
22220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22221         (gst_ffmpeg_caps_to_pix_fmt):
22222         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22224         (gst_ffmpegcolorspace_pad_link):
22225           don't make function do two things at the same time without reason.
22226
22227 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22228
22229         * gst/ac3parse/ac3parse.vcproj
22230         * gst/adder/adder.vcproj
22231         * gst/alpha/alpha.vcproj
22232         * gst/alpha/alphacolor.vcproj
22233         * gst/asfdemux/asf.vcproj
22234         * gst/audioconvert/audioconvert.vcproj
22235         * gst/audiorate/audiorate.vcproj
22236         * gst/audioscale/audioscale.vcproj
22237         * gst/auparse/auparse.vcproj
22238         * gst/avi/avi.vcproj
22239         * gst/cdxaparse/cdxaparse.vcproj
22240         * gst/chart/chart.vcproj
22241         * gst/colorspace/colorspace.vcproj
22242         * gst/cutter/cutter.vcproj
22243         * gst/debug/debug.vcproj
22244         * gst/debug/efence.vcproj
22245         * gst/debug/navigationtest.vcproj
22246         * gst/deinterlace/deinterlace.vcproj
22247         * gst/effectv/effectv.vcproj
22248         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22249         * gst/filter/filter.vcproj
22250         * gst/flx/flxdec.vcproj
22251         * gst/goom/goom.vcproj
22252         * gst/interleave/interleave.vcproj
22253         * gst/law/alaw.vcproj
22254         * gst/law/mulaw.vcproj
22255         * gst/matroska/matroska.vcproj
22256         * gst/median/median.vcproj
22257         * gst/mixmatrix/mixmatrix.vcproj
22258         * gst/mpeg1sys/mpeg1systemencode.vcproj
22259         * gst/mpeg1videoparse/mp1videoparse.vcproj
22260         * gst/mpeg2sub/mpeg2subt.vcproj
22261         * gst/mpegaudio/mpegaudio.vcproj
22262         * gst/mpegaudioparse/mpegaudioparse.vcproj
22263         * gst/mpegstream/mpegstream.vcproj
22264         * gst/multifilesink/multifilesink.vcproj
22265         * gst/multipart/multipart.vcproj
22266         * gst/oneton/oneton.vcproj
22267         * gst/overlay/overlay.vcproj
22268         * gst/passthrough/passthrough.vcproj
22269         * gst/qtdemux/qtdemux.vcproj
22270         * gst/realmedia/rmdemux.vcproj
22271         * gst/rtjpeg/rtjpeg.vcproj
22272         * gst/rtp/rtp.vcproj
22273         * gst/silence/silence.vcproj
22274         * gst/sine/sinesrc.vcproj
22275         * gst/smooth/smooth.vcproj
22276         * gst/smpte/smpte.vcproj
22277         * gst/spectrum/spectrum.vcproj
22278         * gst/speed/speed.vcproj
22279         * gst/stereo/stereo.vcproj
22280         * gst/switch/switch.vcproj
22281         * gst/tags/tagedit.vcproj
22282         * gst/tcp/tcp.vcproj
22283         * gst/typefind/typefindfunctions.vcproj
22284         * gst/udp/udp.vcproj
22285         * gst/videobox/videobox.vcproj
22286         * gst/videocrop/videocrop.vcproj
22287         * gst/videodrop/videodrop.vcproj
22288         * gst/videofilter/gamma.vcproj
22289         * gst/videofilter/videobalance.vcproj
22290         * gst/videofilter/videofilter.vcproj
22291         * gst/videofilter/videoflip.vcproj
22292         * gst/videoflip/videoflip.vcproj
22293         * gst/videomixer/videomixer.vcproj
22294         * gst/videorate/videorate.vcproj
22295         * gst/videoscale/videoscale.vcproj
22296         * gst/videotestsrc/videotestsrc.vcproj
22297         * gst/virtualdub/virtualdub.vcproj
22298         * gst/volenv/volenv.vcproj
22299         * gst/volume/volume.vcproj
22300         * gst/wavenc/wavenc.vcproj
22301         * gst/wavparse/wavparse.vcproj
22302         * gst/y4m/y4menc.vcproj
22303           more plugins supported under windows
22304
22305 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22308         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22309         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22311         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22312           Add debugging statements.  Use the sizes as returned by the
22313           *CreateImage calls.
22314
22315 2004-07-26  Johan Dahlin  <johan@gnome.org>
22316
22317         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22318         the pad is negotiated.
22319
22320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22321
22322 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22323
22324         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22325         * gst-libs/gst/idct/idct.vcproj:
22326         * gst-libs/gst/media-info/media-info.vcproj:
22327         * gst-libs/gst/mixer/mixer.vcproj:
22328         * gst-libs/gst/navigation/navigation.vcproj:
22329         * gst-libs/gst/play/play.vcproj:
22330         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22331         * gst-libs/gst/resample/resample.vcproj:
22332         * gst-libs/gst/tuner/tuner.vcproj:
22333         * gst-libs/gst/video/video.vcproj:
22334         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22335           more plugins supported under windows
22336
22337 2004-07-25 Iain <iain@prettypeople.org>
22338
22339         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22340         pad now rather than when the pad is created because state changes wipe
22341         explicit caps (fixes #148043).
22342
22343 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22344
22345         reviewed by Benjamin Otte  <otte@gnome.org>
22346
22347         * ext/mad/gstmad.c:
22348           fix mad plugin crashing on Sun (fixes #148289)
22349
22350 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22351
22352         * gst/avi/avi.def:
22353         * gst/avi/avi.vcproj:
22354         * gst/matroska/matroska.def:
22355         * gst/matroska/matroska.vcproj:
22356           remove unused .def files
22357
22358 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22359
22360         * gst-libs/gst/audio/gstaudiofilter.c:
22361           Clean the local include
22362
22363 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22364
22365         * win32/gst.sln:
22366         * gst-libs/gst/audio/audio.def:
22367         * gst-libs/gst/audio/audio.vcproj:
22368         * gst-libs/gst/audio/audiofilter.vcproj:
22369         * gst-libs/gst/audio/riff.def:
22370         * gst-libs/gst/audio/riff.vcproj:
22371         * gst-libs/gst/gst-libs.def:
22372         * gst-libs/gst/gst-libs.vcproj:
22373         * gst/avi/avi.vcproj:
22374         * gst/avi/avi.vcproj:
22375           Copy the files where needed after building, cleaner projects
22376
22377 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22378
22379         * gst/matroska/ebml-write.c:
22380           Fix some 64 bits constants to be glib friendly
22381
22382 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22383
22384         * win32/gst.sln:
22385         * gst-libs/gst/gst-libs.def:
22386         * gst-libs/gst/gst-libs.vcproj:
22387         * gst/matroska/matroska.def:
22388         * gst/matroska/matroska.vcproj:
22389           Add the preliminary canvas to build plugins on Win32
22390
22391 2004-07-23  Benjamin Otte  <otte@gnome.org>
22392
22393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22394           don't enfore negotiation from source side, it breaks
22395           sinesrc ! audioconvert ! osssink
22396
22397 2004-07-22  David Schleef  <ds@schleef.org>
22398
22399         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22400         for ELF files, since they can easily be recognized as audio/mpeg.
22401         (bug #147441)
22402
22403 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22404
22405         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22406         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22407         (gst_videoscale_scale_nearest_24bit),
22408         (gst_videoscale_scale_nearest_16bit):
22409           fix 16bit and 24bit for stride (24bit might need testing)
22410           don't pretend we do more than one algorithm
22411
22412 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22413
22414         * configure.ac:
22415         * gst/Makefile.am:
22416         * gst/multifilesink/Makefile.am:
22417         * gst/multifilesink/gstmultifilesink.c:
22418         (gst_multifilesink_get_formats),
22419         (gst_multifilesink_get_query_types), (_do_init),
22420         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22421         (gst_multifilesink_init), (gst_multifilesink_dispose),
22422         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22423         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22424         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22425         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22426         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22427         (gst_multifilesink_uri_get_type),
22428         (gst_multifilesink_uri_get_protocols),
22429         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22430         (gst_multifilesink_uri_handler_init), (plugin_init):
22431         * gst/multifilesink/gstmultifilesink.h:
22432         * testsuite/Makefile.am:
22433         * testsuite/multifilesink/Makefile.am:
22434         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22435         (gst_newmedia_class_init), (gst_newmedia_init),
22436         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22437         (newfile_signal), (test_signal), (main):
22438         multifilesink plugin for creating new files every time a new media
22439         discontinuity event occurs
22440
22441 2004-07-22  Wim Taymans  <wim@fluendo.com>
22442
22443         * gst/alpha/Makefile.am:
22444         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22445         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22446         (gst_alpha_color_init), (gst_alpha_color_set_property),
22447         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22448         (transform), (gst_alpha_color_chain),
22449         (gst_alpha_color_change_state), (plugin_init):
22450         Stupid plugin to to RGBA to AYUV conversion because none of
22451         the colorspace plugins can handle that yet.
22452
22453 2004-07-22  Wim Taymans  <wim@fluendo.com>
22454
22455         * examples/seeking/seek.c: (update_scale), (main):
22456         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22457         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22458         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22459         (gst_decode_bin_init), (gst_decode_bin_dispose),
22460         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22461         (no_more_pads), (close_link), (type_found),
22462         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22463         (plugin_init):
22464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22465         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22466         (gst_play_base_bin_dispose), (queue_overrun),
22467         (gen_preroll_element), (remove_prerolls), (unknown_type),
22468         (no_more_pads), (new_stream), (setup_source),
22469         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22470         (play_base_eos), (gst_play_base_bin_change_state),
22471         (gst_play_base_bin_add_element),
22472         (gst_play_base_bin_remove_element),
22473         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22474         (gst_play_base_bin_unlink_stream),
22475         (gst_play_base_bin_get_streaminfo):
22476         * gst/playback/gstplaybin.c: (gen_video_element),
22477         (gen_audio_element):
22478         * gst/playback/gststreaminfo.h:
22479         More playback updates, attempt to fix things after the state change
22480         breakage.
22481
22482 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22485         (gst_videoscale_scale_nearest_16bit):
22486           comment algorithm
22487
22488 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22489
22490         * gst/videotestsrc/gstvideotestsrc.c:
22491         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22492         (gst_videotestsrc_init), (gst_videotestsrc_get),
22493         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22494         (gst_videotestsrc_get_property):
22495         * gst/videotestsrc/gstvideotestsrc.h:
22496         * gst/videotestsrc/videotestsrc.c:
22497         * gst/videotestsrc/videotestsrc.h:
22498           cleanup and commenting
22499
22500 2004-07-21  Wim Taymans  <wim@fluendo.com>
22501
22502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22503         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22504         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22505         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22506         (_find_chain_get_unknown_part), (_find_streams_check),
22507         (gst_ogg_demux_push), (gst_ogg_pad_push):
22508         * ext/theora/theoradec.c: (theora_get_formats),
22509         (theora_dec_src_convert), (theora_dec_sink_convert),
22510         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22511         (theora_dec_chain):
22512         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22513         (vorbis_dec_convert), (vorbis_dec_src_query),
22514         (vorbis_dec_src_event), (vorbis_dec_event):
22515         More seeking fixes, oggdemux now supports seeking to time and
22516         uses the downstream element to convert granulepos to time.
22517         Seeking in theora-only ogg files now works.
22518
22519 2004-07-21  Wim Taymans  <wim@fluendo.com>
22520
22521         * ext/theora/theoradec.c: (gst_theora_dec_init),
22522         (theora_get_formats), (theora_get_event_masks),
22523         (theora_get_query_types), (theora_dec_src_convert),
22524         (theora_dec_sink_convert), (theora_dec_src_query),
22525         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22526         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22527         (vorbis_get_event_masks), (vorbis_get_query_types),
22528         (gst_vorbis_dec_init), (vorbis_dec_convert),
22529         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22530         Added query/convert/formats functions to vorbis and theora decoders
22531         so that the outside world can use them too. Fixed seeking on an
22532         ogg/theora/vorbis file by disabling the seeking seeking on the
22533         theora srcpad.
22534
22535 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22536
22537         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22538         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22539         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22540         images creation for both elements. We don't create the image on caps
22541         nego or renego, we just destroy the internal one if present if it does
22542         not match the needs. The chain function takes care of creating a new
22543         image when needed.
22544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22545         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22546         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22547         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22548         the image format information. The buffer pool checks for the context
22549         image format and discard images with different formats.
22550         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22551
22552 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22555         (gst_ffmpegcolorspace_chain):
22556           no point in doing any chaining if the pad we want to push from
22557           isn't usable.
22558
22559 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22560
22561         * gst-libs/gst/riff/riff-media.c:
22562         (gst_riff_create_audio_caps_with_data):
22563           Fix double end-to-native symbol conversion (#148021).
22564
22565 2004-07-20  David Schleef  <ds@schleef.org>
22566
22567         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22568         Don't use an Atom that doesn't exist.
22569
22570 2004-07-20  Wim Taymans  <wim@fluendo.com>
22571
22572         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22573         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22574         (gst_multifdsink_client_remove),
22575         (gst_multifdsink_handle_client_write),
22576         (gst_multifdsink_queue_buffer):
22577         * gst/tcp/gstmultifdsink.h:
22578         More multifdsink stats. Avoid deadlock by releasing locks
22579         before sending out a signal.
22580
22581 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22582
22583         * po/LINGUAS:
22584         * po/hu.po:
22585           added Hungarian translation (Laszlo Dvornik)
22586
22587 2004-07-20  Wim Taymans  <wim@fluendo.com>
22588
22589         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22590         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22591         (gst_multifdsink_handle_client_write),
22592         (gst_multifdsink_queue_buffer):
22593         * gst/tcp/gsttcp-marshal.list:
22594         Fixed the stupid marshal definition.
22595
22596 2004-07-20  Wim Taymans  <wim@fluendo.com>
22597
22598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22599         (gst_multifdsink_init), (gst_multifdsink_add),
22600         (gst_multifdsink_client_remove),
22601         (gst_multifdsink_handle_client_write),
22602         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22603         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22604         (gst_multifdsink_init_send):
22605         * gst/tcp/gstmultifdsink.h:
22606         Added more stats, added timeout for a client, fixed some typos
22607         and added some comments.
22608
22609 2004-07-20  Wim Taymans  <wim@fluendo.com>
22610
22611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22612         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22613         (gst_multifdsink_client_remove),
22614         (gst_multifdsink_handle_client_write):
22615         * gst/tcp/gstmultifdsink.h:
22616         * gst/tcp/gsttcp-marshal.list:
22617         Added get_stats method that returns a GValueArray of
22618         stats values.
22619
22620 2004-07-19  Benjamin Otte  <otte@gnome.org>
22621
22622         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22623           make sure longname, description and author are valid UTF-8
22624
22625 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22628         (gst_ximagesink_set_property):
22629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22630         (gst_xvimagesink_set_property):
22631           make sure SYNCHRONOUS is respected after getting the X context
22632
22633 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22634
22635         * gst/matroska/matroska-demux.c:
22636         (gst_matroska_demux_handle_src_event),
22637         (gst_matroska_demux_parse_blockgroup):
22638         * gst/matroska/matroska-ids.h:
22639           add BlockReference tag and ignore it to clear out log.
22640           ignore NAVIGATION events to clear out log.
22641
22642 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22643
22644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22645         (gst_matroska_demux_add_stream):
22646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22647           add debug categories
22648
22649 2004-07-16  Wim Taymans  <wim@fluendo.com>
22650
22651         * ext/libpng/Makefile.am:
22652         * ext/libpng/gstpng.c: (plugin_init):
22653         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22654         (gst_pngdec_get_type), (gst_pngdec_base_init),
22655         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22656         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22657         * ext/libpng/gstpngdec.h:
22658         Added png decoder.
22659
22660 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22661
22662         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22663         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22664         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22665         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22666         (gst_ximagesink_buffer_alloc):
22667         * sys/ximage/ximagesink.h:
22668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22669         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22670         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22671         (gst_xvimagesink_buffer_alloc):
22672         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22673         again. Using internal data pointer of the x(v)image to store image's
22674         data to be coherent with the buffer alloc mechanism. Investigated the
22675         image destruction code to be sure that everything gets freed correctly.
22676
22677 2004-07-16  Wim Taymans  <wim@fluendo.com>
22678
22679         * gst-libs/gst/riff/riff-read.c:
22680         (gst_riff_read_strf_vids_with_data),
22681         (gst_riff_read_strf_auds_with_data):
22682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22683         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22684         Make sure we don't create 0 sized subbuffers in riff-read.
22685         Signal the no more pads signal after reading the avi header.
22686
22687 2004-07-16  Wim Taymans  <wim@fluendo.com>
22688
22689         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22690         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22691         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22692         (gst_decode_bin_init), (gst_decode_bin_dispose),
22693         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22694         (no_more_pads), (close_link), (type_found),
22695         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22696         (gst_decode_bin_change_state), (plugin_init):
22697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22698         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22699         (gst_play_base_bin_dispose), (queue_overrun),
22700         (gen_preroll_element), (remove_prerolls), (unknown_type),
22701         (no_more_pads), (new_stream), (setup_source),
22702         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22703         (play_base_eos), (gst_play_base_bin_change_state),
22704         (gst_play_base_bin_add_element),
22705         (gst_play_base_bin_remove_element),
22706         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22707         (gst_play_base_bin_unlink_stream),
22708         (gst_play_base_bin_get_streaminfo):
22709         * gst/playback/gstplaybasebin.h:
22710         Better error recovery. Added configurable preroll queue size. Faster
22711         detection of no-more-pads.
22712
22713 2004-07-16  Wim Taymans  <wim@fluendo.com>
22714
22715         * gst-libs/gst/video/video.h:
22716         Added 32 bits RGBA. Not sure if we should use another mime-type
22717         for alpha rgb. Currently the presence of the alpha_mask property
22718         signals an alpha channel.
22719
22720 2004-07-16  Wim Taymans  <wim@fluendo.com>
22721
22722         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22724         FPS seems to be 0.0 to MAX everywhere else.
22725
22726 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * gst-libs/gst/riff/riff-media.c:
22729         (gst_riff_create_video_caps_with_data):
22730           mp42/mp43 (no caps) exist too.
22731         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22732           Set pixel_width/height; we've got them in-caps.
22733         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22734         * gst/wavparse/gstwavparse.c: (plugin_init):
22735           Both are valid primary.
22736         * sys/oss/gstossmixer.c:
22737           Remove i18n hack and enable translations.
22738
22739 2004-07-15  Benjamin Otte  <otte@gnome.org>
22740
22741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22742         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22743           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22744
22745 2004-07-15  Benjamin Otte  <otte@gnome.org>
22746
22747         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22748         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22749         (gst_alsa_close_audio):
22750           disable some of the debugging code for now. Writing debugging to a
22751           buffer is broken in current alsalib releases.
22752
22753 2004-07-12  Benjamin Otte  <otte@gnome.org>
22754
22755         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22756           use bufferpools
22757
22758 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22759
22760         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22761         (theora_dec_src_query), (theora_dec_event):
22762         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22763           add debugging categories.  Remove \n's.
22764
22765 2004-07-13  Johan Dahlin  <johan@gnome.org>
22766
22767         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22768         (gst_play_bin_get_property): Impl.
22769
22770 2004-07-13  Wim Taymans  <wim@fluendo.com>
22771
22772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22773         When trying to find the stream length, seek back N pages
22774         instead of just one, where N is the number of streams in
22775         the current chain.
22776
22777 2004-07-13  Wim Taymans  <wim@fluendo.com>
22778
22779         * gst-libs/gst/riff/riff-media.c:
22780         (gst_riff_create_audio_caps_with_data),
22781         (gst_riff_create_audio_caps),
22782         (gst_riff_create_audio_template_caps):
22783         * gst-libs/gst/riff/riff-media.h:
22784         * gst-libs/gst/riff/riff-read.c:
22785         (gst_riff_read_strf_vids_with_data),
22786         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22787         * gst-libs/gst/riff/riff-read.h:
22788         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22789         (gst_avi_demux_add_stream):
22790         Set codec_data on caps for avidemuxer.
22791
22792 2004-07-12  David Schleef  <ds@schleef.org>
22793
22794         * configure.ac: Fix test for Objective C
22795
22796 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22798         (gst_gdk_pixbuf_chain):
22799           Add svg and pcx to template caps, and ensure that getcaps returns a
22800           subset of the template caps.
22801           Copy each row manually for output, as gdkpixbuf may pad the
22802           rowstride to a 32-bit word boundary.
22803
22804 2004-07-12  Wim Taymans  <wim@fluendo.com>
22805
22806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22807         (gst_riff_create_video_template_caps):
22808         Fix the template caps to include some more media types.
22809
22810 2004-07-12  Wim Taymans  <wim@fluendo.com>
22811
22812         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22813         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22814         (compare_ranks), (print_feature), (gst_decode_bin_init),
22815         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22816         (try_to_link_1), (new_pad), (close_link), (type_found),
22817         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22818         (gst_decode_bin_change_state), (plugin_init):
22819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22820         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22821         (gst_play_base_bin_dispose), (queue_overrun),
22822         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22823         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22824         (gst_play_base_bin_get_property), (play_base_eos),
22825         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22826         (gst_play_base_bin_remove_element),
22827         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22828         (gst_play_base_bin_unlink_stream),
22829         (gst_play_base_bin_get_streaminfo):
22830         * gst/playback/gstplaybasebin.h:
22831         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22832         (gst_play_bin_class_init), (gst_play_bin_init),
22833         (gst_play_bin_dispose), (gst_play_bin_set_property),
22834         (gst_play_bin_get_property), (gen_video_element),
22835         (gen_audio_element), (remove_sinks), (setup_sinks),
22836         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22837         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22838         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22839         (gst_play_bin_query), (plugin_init):
22840         * gst/playback/test4.c: (main):
22841         More fixes on reusing of the element.
22842
22843 2004-07-11  Benjamin Otte  <otte@gnome.org>
22844
22845         * ext/mad/gstmad.c: (normal_seek):
22846           allow seeking for other methods than just SET
22847
22848 2004-07-11  Andy Wingo  <wingo@pobox.com>
22849
22850         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22851         float, "any" caps -> buffer_frames=[0,MAX].
22852
22853         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22854         doesn't intersect our caps with the template any more. Do it
22855         ourselves.
22856         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22857
22858 2004-07-09  Wim Taymans  <wim@fluendo.com>
22859
22860         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22861         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22862         (compare_ranks), (print_feature), (gst_decode_bin_init),
22863         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22864         (try_to_link_1), (new_pad), (close_link), (type_found),
22865         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22866         (gst_decode_bin_change_state), (plugin_init):
22867         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22868         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22869         (gst_play_base_bin_dispose), (queue_overrun),
22870         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22871         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22872         (gst_play_base_bin_get_property), (play_base_eos),
22873         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22874         (gst_play_base_bin_remove_element),
22875         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22876         (gst_play_base_bin_unlink_stream),
22877         (gst_play_base_bin_get_streaminfo):
22878         * gst/playback/gstplaybasebin.h:
22879         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22880         (gst_play_bin_class_init), (gst_play_bin_init),
22881         (gst_play_bin_dispose), (gst_play_bin_set_property),
22882         (gst_play_bin_get_property), (gen_video_element),
22883         (gen_audio_element), (remove_sinks), (setup_sinks),
22884         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22885         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22886         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22887         (gst_play_bin_query), (plugin_init):
22888         * gst/playback/test4.c: (main):
22889         Work on object reuse and seeking.
22890
22891 2004-07-09  Wim Taymans  <wim@fluendo.com>
22892
22893         * examples/seeking/seek.c: (iterate):
22894         Don't consume all CPU in the idle loop.
22895
22896 2004-07-09  Wim Taymans  <wim@fluendo.com>
22897
22898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22899         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22900         Add pad to element *after* setting the pad functions so that
22901         the scheduler can use the correct ones.
22902
22903 2004-07-09  Wim Taymans  <wim@fluendo.com>
22904
22905         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22906         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22907         Sync to keyframe after seek
22908
22909 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22910
22911         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22913         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22914         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22915         * ext/libvisual/visual.c: (gst_visual_change_state):
22916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22917         * ext/theora/theoradec.c: (theora_dec_change_state):
22918         * ext/theora/theoraenc.c: (theora_enc_change_state):
22919         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22920         * gst-libs/gst/navigation/navigation.c:
22921         * gst/adder/gstadder.c: (gst_adder_change_state):
22922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22923         (gst_audio_convert_get_buffer):
22924         * gst/multipart/multipartdemux.c:
22925         (gst_multipart_demux_change_state):
22926         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22927         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22928         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22929         * gst/videoscale/gstvideoscale.c:
22930         (gst_videoscale_handle_src_event):
22931         * gst/volume/gstvolume.c: (volume_chain_int16):
22932           don't assert in state change, this should be done by the base
22933           GstElement class.
22934           various debugging fixes.
22935
22936 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22937
22938         * configure.ac:
22939         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22940         (gst_play_dispose), (gst_play_set_location),
22941         (gst_play_set_data_src), (gst_play_set_video_sink),
22942         (gst_play_set_audio_sink), (gst_play_set_visualization),
22943         (gst_play_connect_visualization), (gst_play_get_sink_element),
22944         (gst_play_get_all_by_interface):
22945         * gst-libs/gst/play/play.h:
22946           add new method to get elements implementing an interface.
22947           add various error logging
22948
22949 2004-07-08  Wim Taymans  <wim@fluendo.com>
22950
22951         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22952         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22953         (make_playerbin_pipeline), (query_durations_elems),
22954         (query_durations_pads), (query_positions_elems),
22955         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22956         (main):
22957         Added playbin seeking example.
22958
22959 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22960
22961         * gst-libs/gst/play/play.c: (gst_play_set_location),
22962         (gst_play_set_data_src), (gst_play_set_video_sink),
22963         (gst_play_set_audio_sink), (gst_play_set_visualization),
22964         (gst_play_connect_visualization), (gst_play_get_framerate):
22965           use a macro to look up elements from hash table
22966
22967 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22968
22969         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22970         (gst_play_get_length_callback), (gst_play_set_location),
22971         (gst_play_seek_to_time), (gst_play_set_data_src),
22972         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22973         (gst_play_set_visualization), (gst_play_connect_visualization),
22974         (gst_play_get_sink_element):
22975         - add debugging info
22976         - fix looking up sink elements by iterating over complete caps
22977         - put everything except for source and autoplugger in a complete bin
22978
22979 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22980
22981         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22982         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22983         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22984         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22985         * ext/alsa/gstalsasink.h:
22986         - add debugging info
22987         - clean up schizophrenia of data/buffer/event
22988         - fix double event unref error
22989
22990 2004-07-08  Wim Taymans  <wim@fluendo.com>
22991
22992         * gst/playback/Makefile.am:
22993         Add headers to noinst
22994
22995 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22996
22997         * tools/gst-launch-ext-m.m:
22998         * tools/gst-launch-ext.1.in:
22999           convert to the third millenium
23000
23001 2004-07-07  David Schleef  <ds@schleef.org>
23002
23003         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23004
23005 2004-07-07  Wim Taymans  <wim@fluendo.com>
23006
23007         * gst/playback/Makefile.am:
23008         * gst/playback/README:
23009         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23010         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23011         (compare_ranks), (print_feature), (gst_decode_bin_init),
23012         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23013         (try_to_link_1), (new_pad), (close_link), (type_found),
23014         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23015         (plugin_init):
23016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23017         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23018         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23019         (gen_preroll_element), (no_more_pads), (new_stream),
23020         (setup_source), (gst_play_base_bin_set_property),
23021         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23022         (gst_play_base_bin_add_element),
23023         (gst_play_base_bin_remove_element),
23024         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23025         (gst_play_base_bin_unlink_stream),
23026         (gst_play_base_bin_get_streaminfo):
23027         * gst/playback/gstplaybasebin.h:
23028         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23029         (gst_play_bin_class_init), (gst_play_bin_init),
23030         (gst_play_bin_dispose), (gst_play_bin_set_property),
23031         (gst_play_bin_get_property), (gen_video_element),
23032         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23033         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23034         (gst_play_bin_get_formats), (gst_play_bin_convert),
23035         (gst_play_bin_get_query_types), (gst_play_bin_query),
23036         (plugin_init):
23037         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23038         (gst_stream_info_get_type), (gst_stream_info_class_init),
23039         (gst_stream_info_init), (gst_stream_info_new),
23040         (gst_stream_info_dispose), (gst_stream_info_set_property),
23041         (gst_stream_info_get_property):
23042         * gst/playback/gststreaminfo.h:
23043         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23044         (main):
23045         * gst/playback/test2.c: (main):
23046         * gst/playback/test3.c: (update_scale), (main):
23047         More playbin fixes. Added README. Do better element filtering.
23048         Added base class to preroll media. Added test apps.
23049
23050 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23051
23052         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23053         * ext/mpeg2dec/gstmpeg2dec.h:
23054           various debugging improvements.  Reset stream to next picture
23055           instead of sequence header, otherwise seeks cannot work.
23056
23057 2004-07-07  Wim Taymans  <wim@fluendo.com>
23058
23059         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23060         (gst_video_box_class_init), (gst_video_box_set_property),
23061         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23062         Use pad_alloc where possible.
23063
23064 2004-07-07  Wim Taymans  <wim@fluendo.com>
23065
23066         * sys/oss/gstosselement.c: (gst_osselement_reset),
23067         (gst_osselement_parse_caps):
23068         * sys/oss/gstosselement.h:
23069         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23070         Fix offset on osssrc.
23071
23072 2004-07-07  Wim Taymans  <wim@fluendo.com>
23073
23074         * ext/theora/theora.c: (plugin_init):
23075         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23076         (theora_dec_src_query), (theora_dec_chain):
23077         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23078         (theora_enc_sink_link), (theora_buffer_from_packet),
23079         (theora_push_packet), (theora_enc_chain):
23080         Fix theora granulepos calculation.
23081         Fix overflow in duration/position calculation.
23082         Bump rank to PRIMARY for theoradec.
23083         Use granulepos of last packet to calculate position.
23084         Set keyframe flag on buffers when needed.
23085
23086 2004-07-06  David Schleef  <ds@schleef.org>
23087
23088         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23089         serious?  (Fixed, obviously.)
23090
23091 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23092
23093         * po/LINGUAS:
23094         * po/cs.po:
23095           added Czech translation (Miloslav Trmac)
23096
23097 2004-07-05  Wim Taymans  <wim@fluendo.com>
23098
23099         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23100         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23101         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23102         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23103         (close_link), (type_found), (gst_decode_bin_set_property),
23104         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23105         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23106         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23107         (gst_decode_bin_query), (plugin_init):
23108         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23109         (gst_play_bin_class_init), (gst_play_bin_init),
23110         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23111         (get_video_element), (new_pad), (setup_source),
23112         (gst_play_bin_set_property), (gst_play_bin_get_property),
23113         (gst_play_bin_change_state), (gst_play_bin_add_element),
23114         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23115         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23116         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23117         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23118         * gst/playback/test.c: (main):
23119         More fixes, cleaned up playbin, make it use decodebin. Added
23120         threaded property to playbin.
23121
23122 2004-07-05  Wim Taymans  <wim@fluendo.com>
23123
23124         * configure.ac:
23125         * gst/playback/Makefile.am:
23126         * gst/playback/decodetest.c: (main):
23127         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23128         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23129         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23130         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23131         (close_link), (type_found), (gst_decode_bin_set_property),
23132         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23133         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23134         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23135         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23136         (plugin_init):
23137         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23138         (gst_play_bin_class_init), (gst_play_bin_init),
23139         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23140         (collect_sink_pads), (find_compatibles), (close_pad_link),
23141         (try_to_link_1), (new_pad), (close_link), (type_found),
23142         (setup_source), (gst_play_bin_set_property),
23143         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23144         (compare_ranks), (gst_play_bin_collect_factories),
23145         (gst_play_bin_change_state), (gst_play_bin_add_element),
23146         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23147         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23148         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23149         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23150         * gst/playback/test.c: (main):
23151         Added some playback helper elements and some test apps, very alpha
23152         still.
23153
23154 2004-07-04  Benjamin Otte  <otte@gnome.org>
23155
23156         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23157           only restart audio when we indeed have an xrun to fix repeated
23158           xruns. Fix suggested by Giuliano Pochini.
23159
23160 2004-07-03  David Schleef  <ds@schleef.org>
23161
23162         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23163         call to gst_debug_log() if debugging is disabled (bug #145118)
23164
23165 2004-07-03  Benjamin Otte  <otte@gnome.org>
23166
23167         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23168           use our own functions for restarting the alsa device.
23169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23170           I should apply patches myself - use MIN for the third argument, not
23171           the second, this fixes seeking
23172
23173 2004-07-02  David Schleef  <ds@schleef.org>
23174
23175         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23176         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23177         do with the logic.
23178
23179 2004-07-02  David Schleef  <ds@schleef.org>
23180
23181         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23182         output buffers.  Fix logic mistake.  (bug #144866)
23183
23184 2004-07-02  David Schleef  <ds@schleef.org>
23185
23186         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23187         on X.  (bug #144753)
23188
23189 2004-07-02  David Schleef  <ds@schleef.org>
23190
23191         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23192         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23193         (bug #144624)
23194         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23195         (gst_osselement_rate_probe_check): Add another workaround for
23196         buggy drivers (bug #145336)
23197
23198 2004-07-02  David Schleef  <ds@schleef.org>
23199
23200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23201         Most systems don't have MSG_NOSIGNAL.
23202
23203 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23204
23205         * Makefile.am:
23206         * gst-libs/gst/colorbalance/Makefile.am:
23207         * gst-libs/gst/mixer/Makefile.am:
23208         * gst-libs/gst/play/Makefile.am:
23209         * gst-libs/gst/tuner/Makefile.am:
23210           (hopefully) fix both install and dist and make error message useful.
23211           needs testing across automakes.
23212
23213 2004-07-02  Benjamin Otte  <otte@gnome.org>
23214
23215         * ext/ogg/gstogg.c: (plugin_init):
23216           we require bytestream now
23217         * ext/ogg/gstoggdemux.c:
23218           huge diff to implement chain setup in a fast and generic way. This
23219           improves tag reading and startup of huge files (read: Theora videos)
23220           quite a bit. It probably contains bugs, too, so please test.
23221           Seeking is not improved to the fast method.
23222
23223 2004-06-29  Wim Taymans  <wim@fluendo.com>
23224
23225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23226         * ext/ogg/gstoggmux.c:
23227         Fix memleak in oggdemux when running unconnected pads.
23228         doc update in mux, start working on keyframe mode.
23229
23230 2004-06-29  Benjamin Otte  <otte@gnome.org>
23231
23232         * sys/oss/gstosssink.c:
23233         * sys/oss/gstosssrc.c:
23234           advertise correct template caps - we indeed do non-native endianness
23235           and 8bit audio has no endianness
23236         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23238           avoid (wrong) duplications in getcaps function and return
23239           template caps
23240
23241 2004-06-29  Wim Taymans  <wim@fluendo.com>
23242
23243         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23244         (gst_multifdsink_class_init), (gst_multifdsink_add),
23245         (gst_multifdsink_remove), (gst_multifdsink_clear),
23246         (gst_multifdsink_client_remove),
23247         (gst_multifdsink_handle_client_read),
23248         (gst_multifdsink_client_queue_data),
23249         (gst_multifdsink_client_queue_caps),
23250         (gst_multifdsink_client_queue_buffer),
23251         (gst_multifdsink_handle_client_write),
23252         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23253         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23254         (gst_multifdsink_init_send), (gst_multifdsink_close):
23255         Fix wrong GList iteration that could crash the server when
23256         more then 2 clients disconnect at the same time. Read all the
23257         pending commands in one batch to recover from command storms under
23258         very heavy load.
23259
23260 2004-06-28  Wim Taymans  <wim@fluendo.com>
23261
23262         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23263         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23264         (gst_videomixer_pad_set_property),
23265         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23266         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23267         (gst_videomixer_class_init), (gst_videomixer_init),
23268         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23269         (pad_zorder_compare), (gst_videomixer_sort_pads),
23270         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23271         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23272         (gst_videomixer_update_queues), (gst_videomixer_loop),
23273         (plugin_init):
23274         Avoid divide by zero, choose masterpad as the pad with the highest
23275         framerate.
23276
23277 2004-06-27  Julien Moutte  <julien@moutte.net>
23278
23279         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23280         (gst_ximagesink_xwindow_new):
23281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23282         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23283         function directly. We might want to call it from somewhere else one day.
23284
23285 2004-06-27  Julien Moutte  <julien@moutte.net>
23286
23287         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23288         (gst_ximagesink_xwindow_new):
23289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23290         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23291         window decorations.
23292
23293 2004-06-27  Wim Taymans  <wim@fluendo.com>
23294
23295         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23296         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23297         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23298         (gst_dvdec_set_property), (gst_dvdec_get_property):
23299         * ext/dv/gstdvdec.h:
23300         Implement drop_factor property to lower the framerate with
23301         a factor.
23302
23303 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23304
23305         * gst-libs/gst/colorbalance/Makefile.am:
23306         * gst-libs/gst/mixer/Makefile.am:
23307         * gst-libs/gst/play/Makefile.am:
23308         * gst-libs/gst/tuner/Makefile.am:
23309           unbreak Company's fix that didn't install the -enum.h files
23310
23311 2004-06-27  Wim Taymans  <wim@fluendo.com>
23312
23313         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23314         (gst_dvdec_change_state):
23315         * ext/dv/gstdvdec.h:
23316         Fix timestamp, duration and offset of the buffers.
23317
23318 2004-06-27  Wim Taymans  <wim@fluendo.com>
23319
23320         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23321         (gst_multifdsink_class_init), (gst_multifdsink_add),
23322         (gst_multifdsink_remove), (gst_multifdsink_clear),
23323         (gst_multifdsink_client_remove),
23324         (gst_multifdsink_handle_client_read),
23325         (gst_multifdsink_client_queue_data),
23326         (gst_multifdsink_client_queue_caps),
23327         (gst_multifdsink_client_queue_buffer),
23328         (gst_multifdsink_handle_client_write),
23329         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23330         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23331         (gst_multifdsink_init_send), (gst_multifdsink_close):
23332         * gst/tcp/gstmultifdsink.h:
23333         * gst/tcp/gsttcpserversink.c:
23334         (gst_tcpserversink_handle_server_read),
23335         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23336         More multifdsink fixes, more recovery policy fixes.
23337         Removed stupid g_print
23338
23339 2004-06-26  Wim Taymans  <wim@fluendo.com>
23340
23341         * gst/tcp/Makefile.am:
23342         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23343         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23344         (gst_multifdsink_class_init), (gst_multifdsink_init),
23345         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23346         (gst_multifdsink_handle_client_read),
23347         (gst_multifdsink_client_queue_data),
23348         (gst_multifdsink_client_queue_caps),
23349         (gst_multifdsink_client_queue_buffer),
23350         (gst_multifdsink_handle_client_write),
23351         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23352         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23353         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23354         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23355         (gst_multifdsink_close), (gst_multifdsink_change_state):
23356         * gst/tcp/gstmultifdsink.h:
23357         * gst/tcp/gsttcpplugin.c: (plugin_init):
23358         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23359         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23360         (gst_tcpserversink_handle_server_read),
23361         (gst_tcpserversink_handle_select),
23362         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23363         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23364         * gst/tcp/gsttcpserversink.h:
23365         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23366         one of the locks, added recovery policy to multifdsink.
23367
23368 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23369
23370         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23371           fix decision for when getting frames with same timestamp
23372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23373         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23374         (gst_v4lsrc_get_property):
23375         * sys/v4l/gstv4lsrc.h:
23376           add latency offset property
23377
23378 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23379
23380         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23381         (plugin_init):
23382           fix debugging. add category.
23383
23384 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23385
23386         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23387           fix wrong offsets
23388
23389 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23390
23391         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23392         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23393         (gst_alsa_src_change_state):
23394           return a time that is in sync with the element's processing
23395
23396 2004-06-25  Wim Taymans  <wim@fluendo.com>
23397
23398         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23399         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23400         (gst_tcpserversink_client_remove),
23401         (gst_tcpserversink_handle_client_read),
23402         (gst_tcpserversink_client_queue_data),
23403         (gst_tcpserversink_client_queue_caps),
23404         (gst_tcpserversink_client_queue_buffer),
23405         (gst_tcpserversink_handle_client_write),
23406         (gst_tcpserversink_queue_buffer),
23407         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23408         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23409         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23410         (gst_tcpserversink_close):
23411         * gst/tcp/gsttcpserversink.h:
23412         Serversink rewrite. Really do non blocking writes to clients and
23413         maintain an internal queue to handle slower clients while not
23414         disturbing fast clients.
23415
23416 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23417
23418         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23419           better debug, don't override OFFSET and OFFSET_END
23420
23421 2004-06-25  Iain <iain@prettypeople.org>
23422
23423         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23424         name=source for the wavparse pipeline.
23425
23426 2004-06-24  Johan Dahlin  <johan@gnome.org>
23427
23428         * ext/theora/theoraenc.c (theora_enc_chain): Call
23429         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23430         streamheader caps are set correctly.
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), (gst_vorbisenc_set_property):
23436           respect minimum bitrate; same could be done for max bitrate
23437
23438 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23439
23440         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23441         (gst_vorbisenc_setup):
23442           fix sample rate range
23443
23444 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23445
23446         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23447         (gst_oggvorbisenc_setup):
23448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23449         (gst_vorbisenc_setup):
23450           resolve ambiguities in code and description
23451
23452 2004-06-24  Wim Taymans  <wim@fluendo.com>
23453
23454         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23455         * ext/alsa/gstalsa.h:
23456         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23457         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23458         Use alsa trigger_tstamp to get the timestamp of the first
23459         sample in the buffer for more precise sync. Some cleanups.
23460
23461 2004-06-24  Wim Taymans  <wim@fluendo.com>
23462
23463         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23464         (gst_audiorate_init), (gst_audiorate_chain),
23465         (gst_audiorate_set_property), (gst_audiorate_get_property):
23466         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23467         (gst_videorate_chain):
23468         Added some logging, fixed an overflow bug in videorate.
23469
23470 2004-06-24  Benjamin Otte  <otte@gnome.org>
23471
23472         * ext/kio/Makefile.am:
23473           fix for builddir != srcdir and distcheck
23474
23475 2004-06-24  Benjamin Otte  <otte@gnome.org>
23476
23477         * gst-libs/gst/colorbalance/Makefile.am:
23478         * gst-libs/gst/mixer/Makefile.am:
23479         * gst-libs/gst/play/Makefile.am:
23480         * gst-libs/gst/tuner/Makefile.am:
23481         * gst/tcp/Makefile.am:
23482         * sys/dxr3/Makefile.am:
23483           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23484           tarball.
23485           Also add all *.list files that were missing.
23486         * Makefile.am:
23487           add a distcheck hook to ensure the above doesn't happen again.
23488
23489 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23490
23491         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23492
23493 2004-06-23  Colin Walters  <walters@redhat.com>
23494
23495         * m4/Makefile.am: Distribute gst-fionread.m4.
23496
23497 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23498
23499         * configure.ac: back to dev
23500
23501 2004-06-23  Wim Taymans  <wim@fluendo.com>
23502
23503         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23504         (gst_alsa_xrun_recovery):
23505         * ext/alsa/gstalsa.h:
23506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23507         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23509         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23510         (gst_alsa_src_loop):
23511         Add clock to alsasrc. Take new capture timestamp when
23512         restarting after an overrun. Split up some functions between
23513         alsasrc and alsasink.
23514
23515 === release 0.8.2 ===
23516
23517 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23518
23519         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23520         (gst_alsa_change_state), (gst_alsa_update_avail),
23521         (gst_alsa_xrun_recovery):
23522         * ext/alsa/gstalsa.h:
23523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23524           merge back changes from release
23525
23526 2004-06-23  Wim Taymans  <wim@fluendo.com>
23527
23528         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23529         (gst_audiorate_init), (gst_audiorate_chain),
23530         (gst_audiorate_set_property), (gst_audiorate_get_property):
23531         Implement sample dropping and notify
23532
23533 2004-06-22  Wim Taymans  <wim@fluendo.com>
23534
23535         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23536         (theora_enc_sink_link), (theora_buffer_from_packet),
23537         (theora_push_packet), (theora_enc_chain):
23538         Some cleanups, make sure the timestamps are correct.
23539
23540 2004-06-22  Wim Taymans  <wim@fluendo.com>
23541
23542         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23543         (gst_alsa_change_state), (gst_alsa_update_avail),
23544         (gst_alsa_xrun_recovery):
23545         * ext/alsa/gstalsa.h:
23546         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23547         Cleanups, take queued samples into account when reporting
23548         the time.
23549
23550 2004-06-22  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23553         (gst_videorate_init):
23554         Initialize the property as well.
23555
23556 2004-06-22  Wim Taymans  <wim@fluendo.com>
23557
23558         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23559         (gst_videorate_init), (gst_videorate_chain),
23560         (gst_videorate_set_property), (gst_videorate_get_property):
23561         Add property to make videorate silent.
23562         Add property to prefer new frames over old ones.
23563
23564 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23565
23566         * sys/osxvideo/Makefile.am:
23567         Workaround so that the osxvideo .so file gets linked with the
23568         Cocoa, OpenGL and QuickTime frameworks
23569
23570 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23571
23572         * sys/osxaudio/Makefile.am:
23573         Workaround so that the osxaudio .so file gets linked with the
23574         CoreAudio framework
23575
23576 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23577
23578         * configure.ac:
23579         Whoops, my fault...fixed build issues
23580
23581 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23582
23583         * configure.ac:
23584         Add objective-c support if running in Darwin/Mac OS X
23585         * sys/Makefile.am:
23586         * sys/osxvideo:
23587         * sys/osxvideo/Makefile.am:
23588         * sys/osxvideo/osxvideosink.h:
23589         * sys/osxvideo/osxvideosink.m:
23590         * sys/osxvideo/cocoawindow.h:
23591         * sys/osxvideo/cocoawindow.m:
23592         Add osxvideosink, a cocoa-based osx video sink
23593
23594
23595 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23596         * ext/dvdnav/gst-dvd:
23597         Grab the gconf key from the right spot
23598         * gst/debug/gstnavseek.c: (gst_navseek_init),
23599         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23600         (gst_navseek_chain):
23601         * gst/debug/gstnavseek.h:
23602           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23603           and loop parameters of a segment seek.
23604         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23605         (gst_videotestsrc_get_event_masks),
23606         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23607         * gst/videotestsrc/gstvideotestsrc.h:
23608           Add seeking support to videotestsrc
23609           Initialise the timestamp_offset variable.
23610
23611 2004-06-18  Wim Taymans  <wim@fluendo.com>
23612
23613         * ext/sidplay/gstsiddec.cc:
23614         Fix negotiation and set correct end offset.
23615
23616 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23617
23618         * configure.ac: branch and prerelease
23619
23620 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23621
23622         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23623         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23624         (gst_tcpclientsrc_init_receive):
23625         * gst/tcp/gsttcpclientsrc.h:
23626           read caps when connecting to server for GDP so we set them correctly
23627
23628 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23629
23630         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23631           notify drops and duplicates
23632         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23633           no good reason to limit ourselves to 100x100
23634
23635 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23636
23637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23638         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23639         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23640         (gst_v4lsrc_get_property):
23641         * sys/v4l/gstv4lsrc.h:
23642         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23643         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23644         (gst_v4l_set_audio):
23645         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23646         (gst_v4lsrc_try_capture):
23647         * sys/v4l/v4lsrc_calls.h:
23648           change try_palette to more general try_capture
23649           add autoprobe option so we can turn off autoprobing
23650           various fixes
23651
23652 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23653
23654         * configure.ac:
23655           add videorate
23656         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23657         (gst_ximagesink_class_init):
23658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23659         (gst_xvimagesink_class_init):
23660           run them as finalize, not dispose, since dispose can be invoked
23661           multiple times
23662
23663 2004-06-17  Wim Taymans  <wim@fluendo.com>
23664
23665         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23666         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23667         * ext/alsa/gstalsa.h:
23668         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23669         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23670         (gst_alsa_src_change_state):
23671         * ext/alsa/gstalsasrc.h:
23672         Make the xrun code timestamp and offset the buffers correctly.
23673         moved the clock to the base class, use alsa methods to get time.
23674         Do correct timestamping on outgoing buffers.
23675
23676 2004-06-17  Wim Taymans  <wim@fluendo.com>
23677
23678         * gst/audiorate/Makefile.am:
23679         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23680         (gst_audiorate_base_init), (gst_audiorate_class_init),
23681         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23682         (gst_audiorate_set_property), (gst_audiorate_get_property),
23683         (gst_audiorate_change_state), (plugin_init):
23684         Added an audiorate converter that fills in gaps.
23685
23686 2004-06-17  Johan Dahlin  <johan@gnome.org>
23687
23688         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23689
23690 2004-06-16  Wim Taymans  <wim@fluendo.com>
23691
23692         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23693         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23694         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23695         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23696         (gst_v4lsrc_get_property):
23697         * sys/v4l/gstv4lsrc.h:
23698         Added a copy mode to v4lsrc where it will output a copied version
23699         of its internal hardware buffer.
23700         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23701         can't | them.
23702
23703 2004-06-16  Wim Taymans  <wim@fluendo.com>
23704
23705         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23706         Timestamp fixes.
23707
23708 2004-06-16  Wim Taymans  <wim@fluendo.com>
23709
23710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23711         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23712         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23713         (gst_v4lsrc_get_property):
23714         * sys/v4l/gstv4lsrc.h:
23715         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23716         Added a sync mode enum property to control v4lsrc timestamp method
23717         Removed the use-fixed-fps property and moved functionality in
23718         the enum.
23719         Don't error on an error value from v4l-conf, it might not always
23720         be a real error.
23721
23722 2004-06-16  Wim Taymans  <wim@fluendo.com>
23723
23724         * gst/videorate/Makefile.am:
23725         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23726         (gst_videorate_base_init), (gst_videorate_class_init),
23727         (gst_videorate_getcaps), (gst_videorate_link),
23728         (gst_videorate_init), (gst_videorate_chain),
23729         (gst_videorate_set_property), (gst_videorate_get_property),
23730         (gst_videorate_change_state), (plugin_init):
23731         Added a video timestamp corrector.
23732
23733 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23734
23735         fixed a potential leak with previous commit
23736
23737         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23738
23739 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23740
23741         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23742         Added missing refcount, fixes bug #144425
23743         Cheers Tim for finding the bug
23744
23745 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23746
23747         * sys/v4l/gstv4l.c: (plugin_init):
23748         * sys/v4l/gstv4lcolorbalance.c:
23749         * sys/v4l/gstv4lcolorbalance.h:
23750         * sys/v4l/gstv4lelement.c:
23751         * sys/v4l/gstv4lelement.h:
23752         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23753         * sys/v4l/gstv4lmjpegsink.h:
23754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23755         * sys/v4l/gstv4lmjpegsrc.h:
23756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23757         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23758         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23759         * sys/v4l/gstv4lsrc.h:
23760         * sys/v4l/gstv4ltuner.c:
23761         * sys/v4l/gstv4ltuner.h:
23762         * sys/v4l/gstv4lxoverlay.c:
23763         * sys/v4l/gstv4lxoverlay.h:
23764         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23765         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23766         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23767         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23768         (gst_v4l_set_audio):
23769         * sys/v4l/v4l_calls.h:
23770         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23771         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23772         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23773         (gst_v4lmjpegsink_playback_init),
23774         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23775         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23776         (gst_v4lmjpegsink_playback_stop),
23777         (gst_v4lmjpegsink_playback_deinit):
23778         * sys/v4l/v4lmjpegsink_calls.h:
23779         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23780         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23781         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23782         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23783         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23784         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23785         * sys/v4l/v4lmjpegsrc_calls.h:
23786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23787         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23788         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23789         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23790         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23791         (gst_v4lsrc_try_palette):
23792         * sys/v4l/v4lsrc_calls.h:
23793           bunch of paranoia cleanups
23794
23795 2004-06-14  David Schleef  <ds@schleef.org>
23796
23797         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23798         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23799         Send discont events and change timestamps appropriately when
23800         we get a seek event.  (bug #144240)
23801         * ext/cdparanoia/gstcdparanoia.h:
23802
23803 2004-06-14  Benjamin Otte  <otte@gnome.org>
23804
23805         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23806           snd_pcm_hw_params_set_rate  since the latter fails for no good
23807           reason on some setups.
23808
23809 2004-06-14  David Schleef  <ds@schleef.org>
23810
23811         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23812         standard.  Thank you for playing.
23813
23814 2004-06-14  Wim Taymans  <wim@fluendo.com>
23815
23816         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23817         Patch 1.3 broke the ordering of the colorspace info and
23818         made the plugin basically work by coincidence, reordered
23819         the info.
23820
23821 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23822
23823         * ext/lame/gstlame.c:
23824         * ext/mad/gstmad.c:
23825           sync caps.  Make sure mad can only output a list of rates, not
23826           a full range.  In the future, have three caps lists for each of the
23827           mpeg versions.  Change mpegversion to a double as well.
23828
23829 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * gst/volume/.cvsignore:
23832         * gst/volume/Makefile.am:
23833         * gst/volume/demo.c: (value_changed_callback), (idler),
23834         (setup_gui), (main):
23835           added small demo app
23836
23837 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23838         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23839         * ext/esd/esdsink.h:
23840         Close the esd connection on pause, because esd will just wait -
23841         blocking all other esd clients indefinitely.
23842
23843 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23844
23845         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23846           previous commit with GST_DEBUG
23847
23848 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23849
23850         * configure.ac:
23851           add a header check for a dvdread header in dvdnav.  Fixes #133002
23852
23853 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23854
23855         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23856         * gst/tcp/gsttcpclientsink.h:
23857         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23858         * gst/tcp/gsttcpclientsrc.h:
23859         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23860         (gst_tcpserversink_handle_server_read),
23861         (gst_tcpserversink_init_send):
23862         * gst/tcp/gsttcpserversink.h:
23863         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23864         * gst/tcp/gsttcpserversrc.h:
23865         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23866         version of IP)
23867
23868 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23869
23870         * configure.ac:
23871         Added ogg library so that OSX detects libtheora properly
23872
23873 2004-06-11  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/theora/theoradec.c: (theora_dec_chain),
23876         (theora_dec_change_state):
23877         Don't try to decode frames before we received a keyframe.
23878
23879 2004-06-11  Wim Taymans  <wim@fluendo.com>
23880
23881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23882         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23883         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23884         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23885         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23886         Added property to set the maximum delay of a page.
23887
23888 2004-06-10  Wim Taymans  <wim@fluendo.com>
23889
23890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23891         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23892         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23893         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23894         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23895         Added max-delay property to control the maximum amount
23896         of data to put in one page.
23897
23898 2004-06-10  Wim Taymans  <wim@fluendo.com>
23899
23900         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23901         (gst_theora_enc_init), (theora_enc_sink_link),
23902         (theora_buffer_from_packet), (theora_enc_set_property),
23903         (theora_enc_get_property):
23904         Set duration on encoded buffer, added some more properties
23905
23906 2004-06-10  Wim Taymans  <wim@fluendo.com>
23907
23908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23909         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23910         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23911         * ext/theora/theoraenc.c: (theora_enc_chain):
23912         Fix refcounting bugs
23913
23914 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23915
23916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23917         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23918         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23919         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23920         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23921         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23922         (gst_asf_demux_change_state):
23923         * gst/asfdemux/gstasfdemux.h:
23924           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23925           feels like. I think we should set a new requirement for demuxers
23926           from now on to implement sane loop functions, data loops, query
23927           and seek functions before first commit into CVS. And this commit
23928           fixes all of the above.
23929
23930 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23931
23932         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23933           vorbis comments are properly encoded in UTF-8 before adding them
23934           to a GstTagList
23935
23936 2004-06-09  Benjamin Otte  <otte@gnome.org>
23937
23938         * ext/alsa/gstalsa.c: (add_channels):
23939           handle min <= max correctly
23940         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23941         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23942           add fixation functions so we fixate correctly. No preferring of alaw
23943           anymore because it's the first structure.
23944         * ext/alsa/gstalsa.h:
23945         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23946         (gst_alsa_hw_params_dump):
23947           add functions to ease debugging in alsalib
23948         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23949         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23950         (gst_alsa_start_audio):
23951           only specify hw params if we really setup a format (fixes #134007 -
23952           or at least works around it)
23953
23954 2004-06-09  Wim Taymans  <wim@fluendo.com>
23955
23956         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23957         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23958         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23959         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23960         (gst_ogg_mux_loop):
23961         Use stream caps to setup the initial pages in the ogg stream.
23962         Correctly set the streamheader caps on the srcpad.
23963
23964 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23967         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23968         (gst_v4lsrc_getcaps):
23969         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23970         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23971           add querying of fps lists for webcams.  Negotiating to a framerate
23972           now works.
23973
23974 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23977         (theora_push_buffer), (theora_push_packet),
23978         (theora_set_header_on_caps), (theora_enc_chain):
23979           mark buffers and put on streamheader, raw theora streaming
23980           now works too, whee
23981
23982 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23983
23984         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23985         (gst_tcp_gdp_read_caps):
23986           do a looping read for caps and GDP headers too
23987
23988 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23989
23990         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23991         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23992           return EOS instead of NULL in _get
23993
23994 2004-06-08  Wim Taymans  <wim@fluendo.com>
23995
23996         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23997         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23998         (gst_tcp_gdp_write_caps):
23999         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24000         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24001         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24002         Memory leak fixes
24003
24004 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * ext/vorbis/Makefile.am:
24007         * ext/vorbis/vorbis.c: (plugin_init):
24008         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24009         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24010         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24011         (vorbis_parse_change_state):
24012         * ext/vorbis/vorbisparse.h:
24013           adding a vorbisparse element that marks the buffers, streaming
24014           raw vorbis using GDP now works, whee
24015
24016 2004-06-08  Wim Taymans  <wim@fluendo.com>
24017
24018         * ext/jpeg/Makefile.am:
24019         * ext/jpeg/README:
24020         * ext/jpeg/gstjpeg.c: (plugin_init):
24021         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24022         (gst_smokedec_base_init), (gst_smokedec_class_init),
24023         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24024         * ext/jpeg/gstsmokedec.h:
24025         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24026         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24027         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24028         (gst_smokeenc_resync), (gst_smokeenc_chain),
24029         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24030         * ext/jpeg/gstsmokeenc.h:
24031         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24032         (smokecodec_flush_destination), (smokecodec_term_destination),
24033         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24034         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24035         (smokecodec_term_source), (smokecodec_encode_new),
24036         (smokecodec_decode_new), (smokecodec_info_free),
24037         (smokecodec_set_quality), (smokecodec_get_quality),
24038         (smokecodec_set_threshold), (smokecodec_get_threshold),
24039         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24040         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24041         (smokecodec_parse_header), (smokecodec_decode):
24042         * ext/jpeg/smokecodec.h:
24043         Added a new simple jpeg based codec
24044
24045 2004-06-08  Wim Taymans  <wim@fluendo.com>
24046
24047         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24048         (gst_multipart_mux_loop):
24049         Fix memory leak
24050
24051 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24052
24053         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24054         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24055         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24056         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24057         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24058         * gst/tcp/gsttcpserversink.h:
24059           take streamheader into account
24060
24061 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24062
24063         * gst/level/Makefile.am:
24064         * gst/level/gstlevel.c: (gst_level_class_init):
24065           clean up marshal generation
24066
24067 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         * gst/tcp/Makefile.am:
24070         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24071         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24072         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24073         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24074         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24075         (gst_tcpclientsrc_get_property):
24076         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24077         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24078         (gst_tcpserversink_handle_client_read),
24079         (gst_tcpserversink_handle_client_write),
24080         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24081         * gst/tcp/gsttcpserversink.h:
24082           add signals client-added and client-removed
24083         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24084         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24085         (gst_tcpserversrc_get_property):
24086         uniformized, change default protocol to NONE
24087         * gst/tcp/gsttcp-marshal.list: added
24088 2004-06-07  Benjamin Otte  <otte@gnome.org>
24089
24090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24091           handle discont events if they happen before caps nego
24092
24093 2004-06-07  Wim Taymans  <wim@fluendo.com>
24094
24095         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24096         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24097         (gst_multipart_demux_plugin_init):
24098         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24099         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24100         (gst_multipart_mux_change_state):
24101         Small updates, fix a memleak
24102
24103 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24104
24105         * configure.ac: OSS portability
24106         * ext/arts/gst_arts.c: idem
24107         * sys/oss/gstosselement.c: idem
24108         * sys/oss/gstossmixer.c: idem
24109         * sys/oss/gstosssink.c: idem
24110         * sys/oss/gstosssrc.c: idem
24111         * sys/oss/oss_probe.c: idem
24112           - check for soundcard.h in different places for some BSD
24113
24114 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24115
24116         * AUTHORS:
24117         Add me to the authors file
24118         * configure.ac:
24119         Increase the libdv requirement to >= version 0.100
24120         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24121         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24122         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24123         * ext/dv/gstdvdec.h:
24124         Add support for the new_media flag when sending DISCONT events
24125         Make the querying work when video pad is not linked
24126
24127 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24128
24129         reviewed by Benjamin Otte  <otte@gnome.org>
24130
24131         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24132           create a NULL-initialized array of pads, so we don't think they
24133           exist already. (fixes #143130)
24134
24135 2004-06-07  Benjamin Otte  <otte@gnome.org>
24136
24137         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24138         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24139         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24140           don't use // coments
24141
24142 2004-06-07  Benjamin Otte  <otte@gnome.org>
24143
24144         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24145           cast to GstClockTime to get higher granularity
24146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24147           use gst_element_set_time_delay to get the exact time
24148         * ext/mad/gstmad.c: (gst_mad_chain):
24149           use the negotiated rate instead of the current frame's rate which
24150           might be wrong because of bit errors. This avoids emitting totally
24151           bogus timestamps and screwing sync.
24152         (fixes #143454)
24153
24154 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24155
24156         reviewed by Benjamin Otte  <otte@gnome.org>
24157
24158         * gst/adder/gstadder.c: (gst_adder_loop):
24159           properly error out when no negotiation has happened yet. (fixes
24160           #143032)
24161
24162 2004-06-06  Benjamin Otte  <otte@gnome.org>
24163
24164         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24165           forward correctly transformed offset in discont events. Based on
24166           patch by Arwed v. Merkatz. (fixes #142851)
24167
24168 2004-06-06  David Schleef  <ds@schleef.org>
24169
24170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24171         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24172         problems on several systems.
24173
24174 2004-06-06  Benjamin Otte  <otte@gnome.org>
24175
24176         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24177           use explicit caps on the srcpad
24178         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24179           properly error out if caps couldn't be set (fixes #142764)
24180
24181 2004-06-06  Benjamin Otte  <otte@gnome.org>
24182
24183         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24184         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24185         (gst_alsa_start_audio):
24186           - don't call set_periods_integer anymore, it breaks the
24187           configuration randomly
24188           - call snd_pcm_hw_params_set_access directly instead of using masks
24189           - don't fail if the sw_params can't be set, just use the default
24190           params and hope it works. Alsalib has weird issues when you touch
24191           sw_params and does no proper error reporting about what failed.
24192         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24193         (gst_alsa_close_audio):
24194           make our alsa debugging go via gst debugging and not conditionally
24195           defined
24196         * ext/alsa/gstalsa.h:
24197           add ALSA_DEBUG_FLUSH macro
24198         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24199         (plugin_init):
24200           wrap alsa errors to be printed via the gst debugging system and not
24201           spammed to stderr
24202
24203 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24204
24205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24206         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24207         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24208         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24209         (qtdemux_parse_trak):
24210         * gst/qtdemux/qtdemux.h:
24211           Bitch. Also known as seeking, querying & co.
24212         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24213         (gst_osssink_change_state):
24214         * sys/oss/gstosssink.h:
24215           Resyncing is for weenies, this hack is no longer needed and was
24216           broken anyway (since it - unintendedly - always leaves resync to
24217           TRUE).
24218
24219 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24220
24221         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24222         * gst/tcp/gsttcpclientsrc.h: idem
24223           - define MSG_NOSIGNAL if not done
24224           - include unistd.h for off_t
24225           (fixes #143749)
24226
24227 2004-06-05  Benjamin Otte  <otte@gnome.org>
24228
24229         * configure.ac:
24230         * ext/kio/Makefile.am:
24231           check for qt's moc preprocessor explicitly and use it
24232
24233 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24234
24235         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24236           don't get a signal for EPIPE on socket writes
24237           (somebody check if this works on other platforms)
24238
24239 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24240
24241         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24242         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24243           check error condition on available samples correctly
24244
24245 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24246
24247         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24248           avoid a segfault
24249         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24250         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24251         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24252         (gst_tcpserversrc_gdp_read_header):
24253          use ssize_t over size_t since the former is signed and thus the
24254          check for error codes can work
24255
24256 2004-06-02  Wim Taymans  <wim@fluendo.com>
24257
24258         reviewed by: Johan
24259
24260         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24261         (gst_multipart_mux_loop):
24262         Oops
24263
24264 2004-06-02  Wim Taymans  <wim@fluendo.com>
24265
24266         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24267         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24268         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24269         (gst_multipart_mux_change_state):
24270         Added configurable boundary specifier, added the value as a
24271         caps field as well.
24272
24273 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24274
24275         * gst/tcp/gsttcp.c:
24276         * gst/tcp/gsttcpclientsrc.c:
24277         * gst/tcp/gsttcpclientsrc.h:
24278         * gst/tcp/gsttcpserversrc.c:
24279           - portability fix, to compile on OSX
24280             (fixes #143146)
24281
24282         * sys/osxaudio/gstosxaudioelement.c:
24283         * sys/osxaudio/gstosxaudiosink.c:
24284         * sys/osxaudio/gstosxaudiosrc.c:
24285           - compilation warnings on OSX
24286             (fixes #143153)
24287
24288 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24289
24290         * ext/vorbis/vorbisdec.c : sign warning fixes
24291
24292         * gst-libs/gst/mixer/mixertrack.c :
24293           do no use defines which are glib 2.4 specific
24294
24295 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24296
24297         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24298           buffer since libflac doesn't expect it (reports a sync error when
24299           it encounters that)
24300
24301
24302 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24303
24304         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24305         * gst-libs/gst/mixer/mixertrack.c:
24306         (gst_mixer_track_get_property), (get_mixer_track_init),
24307         (get_mixer_track_get_property): Added property accessors
24308         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24309         * gst-libs/gst/mixer/mixeroptions.c:
24310         (gst_mixer_options_get_values): Added
24311         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24312         * gst-libs/gst/mixer/mixer.c: Fixed comment
24313
24314
24315 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24316
24317         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24318           improve error messages on open
24319
24320
24321 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24322
24323         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24324           check if v4l-conf is in path
24325
24326 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24327
24328         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24329           change assert to a more readable error message
24330
24331 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24332
24333         * gst-libs/gst/tuner/tunerchannel.h:
24334           - add a freq_multiplicator field to make the conversion
24335             between internal frequency unit and Hz
24336         * sys/v4l/gstv4lelement.c:
24337         * sys/v4l2/gstv4l2element.c:
24338           - change default video device to /dev/video0
24339         * sys/v4l/v4l_calls.c:
24340         * sys/v4l2/v4l2_calls.c:
24341           - we only expose frequency to the user in Hz instead of
24342             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24343
24344 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24345         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24346           Initialise b_o_s and e_o_s variables
24347         * gst-libs/gst/riff/riff-media.c:
24348         (gst_riff_create_video_caps_with_data):
24349           Add some unusual fourcc's from mplayer avi's
24350         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24351           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24352           autoplugging.
24353
24354 2004-05-28  Wim Taymans  <wim@fluendo.com>
24355
24356         * configure.ac:
24357         * gst/alpha/Makefile.am:
24358         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24359         (gst_alpha_get_type), (gst_alpha_base_init),
24360         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24361         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24362         (gst_alpha_chroma_key), (gst_alpha_chain),
24363         (gst_alpha_change_state), (plugin_init):
24364         A plugin to add an alpha channel to I420 video. Can optionally do
24365         chroma keying.
24366         * gst/multipart/Makefile.am:
24367         * gst/multipart/multipart.c: (plugin_init):
24368         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24369         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24370         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24371         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24372         (gst_multipart_demux_change_state),
24373         (gst_multipart_demux_plugin_init):
24374         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24375         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24376         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24377         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24378         (gst_multipart_mux_pad_unlink),
24379         (gst_multipart_mux_request_new_pad),
24380         (gst_multipart_mux_handle_src_event),
24381         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24382         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24383         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24384         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24385         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24386         send multipart jpeg images to a browser.
24387         * gst/videobox/Makefile.am:
24388         * gst/videobox/README:
24389         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24390         (gst_video_box_get_type), (gst_video_box_base_init),
24391         (gst_video_box_class_init), (gst_video_box_init),
24392         (gst_video_box_set_property), (gst_video_box_get_property),
24393         (gst_video_box_sink_link), (gst_video_box_i420),
24394         (gst_video_box_ayuv), (gst_video_box_chain),
24395         (gst_video_box_change_state), (plugin_init):
24396         Crops or adds borders around an image. can do alpha channel
24397         borders as well.
24398         * gst/videomixer/Makefile.am:
24399         * gst/videomixer/README:
24400         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24401         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24402         (gst_videomixer_pad_get_sink_event_masks),
24403         (gst_videomixer_pad_get_property),
24404         (gst_videomixer_pad_set_property),
24405         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24406         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24407         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24408         (gst_videomixer_base_init), (gst_videomixer_class_init),
24409         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24410         (gst_videomixer_handle_src_event),
24411         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24412         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24413         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24414         (gst_videomixer_loop), (gst_videomixer_get_property),
24415         (gst_videomixer_set_property), (gst_videomixer_change_state),
24416         (plugin_init):
24417         Generic video mixer plugin, can handle multiple inputs all with
24418         different framerates and video sizes. Is fully alpha channel
24419         aware.
24420
24421 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24422
24423         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24424           Select first track as master track. Not sure how else to handle
24425           that...
24426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24427           Discard discont events. Should fix #142962.
24428
24429 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24430
24431         * ext/alsa/Makefile.am:
24432         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24433         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24434         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24435         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24436         (gst_alsa_mixer_get_option):
24437         * ext/alsa/gstalsamixer.h:
24438         * ext/alsa/gstalsamixeroptions.c:
24439         (gst_alsa_mixer_options_get_type),
24440         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24441         (gst_alsa_mixer_options_new):
24442         * ext/alsa/gstalsamixeroptions.h:
24443         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24444         * ext/alsa/gstalsamixertrack.h:
24445           Add enumerations (as GstMixerOptions). Make correct distinction
24446           between input/output tracks. Add capture/playback private flag.
24447           Use flag to decide on whether to set capture or playback volumes
24448           or switches. Use playback and record switches.
24449         * gst-libs/gst/mixer/Makefile.am:
24450         * gst-libs/gst/mixer/mixer-marshal.list:
24451         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24452         (gst_mixer_set_option), (gst_mixer_get_option),
24453         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24454         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24455         * gst-libs/gst/mixer/mixer.h:
24456         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24457         (gst_mixer_options_class_init), (gst_mixer_options_init),
24458         (gst_mixer_options_dispose):
24459         * gst-libs/gst/mixer/mixeroptions.h:
24460           Add GstMixerOptions.
24461         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24462           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24463           broken device detection on computers with multiple OSS sound
24464           cards.
24465
24466 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24467
24468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24469           fixate nicely even when the peer is not negotiating
24470
24471 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24472
24473         * gst/audioconvert/gstaudioconvert.c:
24474         (gst_audio_convert_parse_caps):
24475           make sure we don't allow depth > width
24476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24477           fixate endianness to G_BYTE_ORDER as default
24478         * gst/audioscale/gstaudioscale.c:
24479           we don't handle another endianness as host-endianness
24480
24481 2004-05-25  David Schleef  <ds@schleef.org>
24482
24483         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24484
24485 2004-05-24  Benjamin Otte  <otte@gnome.org>
24486
24487         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24488         (gst_oggvorbisenc_setup):
24489           properly fail when we can't setup the vorbis encoder due to
24490           unsupported settings
24491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24492         (gst_vorbisenc_setup):
24493           same
24494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24495           fix case where warnings occured when one pad was unlinked while the
24496           other's link function was called
24497
24498 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * gst/tcp/Makefile.am:
24501           use GST_ENABLE_NEW
24502
24503 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24504
24505         * gst-libs/gst/resample/private.h:
24506           don't use optimizations that are #if 0'ed
24507
24508 2004-05-24  Wim Taymans  <wim@fluendo.com>
24509
24510         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24511         Fix potential division by zero error and hopefully get
24512         the position query right to get correct timestamps on avi
24513         audio.
24514
24515 2004-05-24  Wim Taymans  <wim@fluendo.com>
24516
24517         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24518         (gst_videoscale_scale_nearest_str2),
24519         (gst_videoscale_scale_nearest_str4),
24520         (gst_videoscale_scale_nearest_32bit),
24521         (gst_videoscale_scale_nearest_24bit),
24522         (gst_videoscale_scale_nearest_16bit):
24523         Fix the scaling algorithm and avoid a buffer overflow.
24524         removed the while loop in the scaling function as it
24525         was used for point sampling only.
24526
24527 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24528
24529         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24530         (gst_id3_tag_class_init), (gst_id3_tag_init),
24531         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24532         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24533         (gst_id3_tag_send_tag_event):
24534           lots of fixes to make id3mux work and id3demux work correctly
24535
24536 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24537
24538         * ext/Makefile.am:
24539           add rules to build shout2send (was removed by accident
24540           when this module was no more marked experimental/broken)
24541
24542 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24543
24544         * ext/shout2/gstshout2.c:
24545         * ext/shout2/gstshout2.h:
24546           adding a "connection problem" signal to shout2send
24547           (fixes #142954)
24548
24549 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24550
24551         * ext/kio/kioreceiver.cpp:
24552         * ext/kio/kioreceiver.h:
24553           fix sign comparison issues
24554
24555 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24556
24557         * gst/cdxaparse/gstcdxaparse.c:
24558         * gst/cdxaparse/gstcdxaparse.h:
24559           some renaming
24560           add some checks/sanity
24561           prepare for seek addition
24562
24563         * sys/sunaudio/gstsunaudio.c:
24564           remove exported dupe init function
24565
24566 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24567
24568         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24569         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24570           Fix format conversion and position querying.
24571         * gst/debug/progressreport.c: (gst_progressreport_report):
24572           Don't output a bogus total value that we didn't query.
24573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24574           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24575           only a blank window after xine has been used.
24576
24577 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24578
24579         * m4/as-arts.m4:
24580           sync with upstream version to fix test on FC2
24581           readd with -ko to preserve Id header
24582
24583 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24584
24585         * configure.ac:
24586           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24587         * gst/tcp/gsttcpclientsrc.c: idem
24588         * gst/tcp/gsttcpserversink.c: idem
24589         * gst/tcp/gsttcpserversrc.c: idem
24590         * m4/gst-fionread.m4: idem
24591
24592         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24593
24594         * configure.ac: enable speex plugin for speex 1.1.5+
24595         * ext/speex/gstspeexenc.c: fix cast warning
24596
24597         * ext/esd/README: fix typo
24598
24599 2004-05-20  David Schleef  <ds@schleef.org>
24600
24601         * configure.ac: Minor cosmetic change to convince the buildbot to
24602         reautogen.
24603         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24604         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24605         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24606         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24607         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24608         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24609         More hacking.  Plays audio now.
24610
24611 2004-05-20  David Schleef  <ds@schleef.org>
24612
24613         * configure.ac:
24614         * sys/Makefile.am:
24615
24616 2004-05-20  David Schleef  <ds@schleef.org>
24617
24618         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24619         * sys/osxaudio/gstosxaudio.c:
24620         * sys/osxaudio/gstosxaudioelement.c:
24621         * sys/osxaudio/gstosxaudioelement.h:
24622         * sys/osxaudio/gstosxaudiosink.c:
24623         * sys/osxaudio/gstosxaudiosink.h:
24624         * sys/osxaudio/gstosxaudiosrc.c:
24625         * sys/osxaudio/gstosxaudiosrc.h:
24626
24627 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24628
24629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24630         (gst_vorbisenc_chain):
24631           put the codec headers on the caps as streamheader as well as
24632           pushing them out
24633
24634 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24635
24636         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24637         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24638         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24639         split up push_packet into two functions
24640
24641 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24642
24643         * gst/tcp/.cvsignore:
24644           ignore enums
24645         * gst/tcp/Makefile.am:
24646         * gst/tcp/README:
24647         * gst/tcp/gsttcp.c:
24648         * gst/tcp/gsttcp.h:
24649         * gst/tcp/gsttcpclientsink.c:
24650         * gst/tcp/gsttcpclientsink.h:
24651         * gst/tcp/gsttcpclientsrc.c:
24652         * gst/tcp/gsttcpclientsrc.h:
24653         * gst/tcp/gsttcpplugin.c:
24654         * gst/tcp/gsttcpserversink.c:
24655         * gst/tcp/gsttcpserversink.h:
24656         * gst/tcp/gsttcpserversrc.c:
24657         * gst/tcp/gsttcpserversrc.h:
24658           add new tcp elements
24659
24660 2004-05-19  Wim Taymans  <wim@fluendo.com>
24661
24662         * gst/law/mulaw-conversion.c: (mulaw_encode):
24663         Fix overflow bug in ulaw encoding.
24664
24665 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24666
24667         * ext/mad/gstmad.c: (gst_mad_handle_event):
24668           don't unref the event twice
24669
24670 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24671
24672         * configure.ac:
24673           remove -Wno-sign-compare
24674
24675 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24676
24677         * configure.ac:
24678           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24679           if you want to work against glib 2.2 and 2.4
24680
24681 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24682
24683         * gst/tcp/Makefile.am:
24684         * gst/tcp/gsttcp.c:
24685         * gst/tcp/gsttcp.h:
24686         * gst/tcp/gsttcpsink.h:
24687         * gst/tcp/gsttcpsrc.h:
24688           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24689
24690 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24691
24692         * gst/debug/tests.c: (md5_get_value):
24693           fix segfault on gst-inspect
24694
24695 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24696
24697         * gst/debug/testplugin.c:
24698         * gst/debug/tests.c:
24699         * gst/debug/tests.h:
24700           add new extensible and configurable testing element. Current tests
24701           include buffer count, stream length, timestamp/duration matching and
24702           md5.
24703         * gst/debug/Makefile.am:
24704         * gst/debug/gstdebug.c: (plugin_init):
24705           add infrastructure for new element
24706
24707 2004-05-19  Johan Dahlin  <johan@gnome.org>
24708
24709         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24710         ending of the array. Fixes gst-inspect segfault on ppc.
24711
24712 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24713
24714         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24715
24716         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24717
24718 2004-05-18  David Schleef  <ds@schleef.org>
24719
24720         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24721         warnings (bugs, actually) noticed by gcc but not forte.
24722
24723 2004-05-18  David Schleef  <ds@schleef.org>
24724
24725         * sys/sunaudio/Makefile.am:
24726         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24727
24728 2004-05-18  David Schleef  <ds@schleef.org>
24729
24730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24731         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24732         to allow qtdemux to use non-seekable streams. (bug #142272)
24733
24734 2004-05-18  David Schleef  <ds@schleef.org>
24735
24736         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24737         (gst_resample_sinc_ft_float): Remove use of static temporary
24738         buffer.  This code was obviously not supposed to last long, but
24739         it's stuck in our ABI, so it required a little hack to make it
24740         ABI-compatible.  Fixes #142585.
24741         * gst-libs/gst/resample/resample.h: same.
24742
24743 2004-05-18  David Schleef  <ds@schleef.org>
24744
24745         * configure.ac: Add sunaudio
24746         * examples/Makefile.am: make gstplay depend on gconf
24747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24748         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24749         (convert_table_lookup), (img_convert): remove c99-isms
24750         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24751           unsigned, to fix a warning on Solaris
24752         * gst/mpeg1sys/systems.c: bcopy->memcpy
24753         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24754         * sys/Makefile.am: Add sunaudio
24755
24756 2004-05-18  Wim Taymans  <wim@fluendo.com>
24757
24758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24759         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24760         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24761         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24762         (gst_ogg_mux_loop):
24763         Fix an ugly memleak where the muxer didn't flush enough ogg
24764         pages. This also resulted in badly muxed ogg files.
24765
24766 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24767
24768         * gst/asfdemux/asfheaders.c :
24769         * gst/asfdemux/asfheaders.h :
24770         * gst/asfdemux/gstasfdemux.c :
24771           - fix ASF_OBJ_PADDING guid
24772           - add 3 new object guids (language list, metadata,
24773             extended stream properties)
24774           - add a function to parse extended header objects
24775
24776 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24777
24778         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24779           remove leftover debugging g_print
24780
24781 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24782
24783         * ext/mad/gstmad.c: (gst_mad_handle_event):
24784           Fix for when the first format in a discont event is not a
24785           byte-based one. Should fix #137710.
24786
24787 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24788
24789         * m4/a52.m4 : fix compilation with -Wall -Werror
24790         * m4/libfame.m4 : idem
24791         * m4/libmikmod.m4 : idem
24792
24793 2004-05-17  Benjamin Otte  <otte@gnome.org>
24794
24795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24796           signal the new tags before giving up the reference
24797
24798 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24799
24800         * ext/shout2/gstshout2.c:
24801           use application/ogg instead of application/x-ogg (patch by Patrick
24802           Guimond, fixes #142432)
24803         * sys/oss/gstosselement.c: (gst_osselement_reset),
24804         (gst_osselement_sync_parms):
24805           don't set fragment size unless specified (fixes #142493)
24806
24807 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24808
24809         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24810           fixes #142664
24811
24812 2004-05-17  Benjamin Otte  <otte@gnome.org>
24813
24814         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24815           compute offsets correctly for internal buffers so timestamps are set
24816           correctly when we can't seek. Also handle cases where there are no
24817           offsets. (based on a patch by David Moore, fixes #142507)
24818
24819 2004-05-17  Benjamin Otte  <otte@gnome.org>
24820
24821         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24822           use correct variable when determining amount of data to skip so we
24823           don't skip into the void and segfault
24824
24825 2004-05-16  Benjamin Otte  <otte@gnome.org>
24826
24827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24828           Hi, I'm a memleak
24829
24830 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24831
24832         * gst/asfdemux/gstasfdemux.c:
24833           - fix a mem leak and always propagate tags
24834           - add WMV3 to known video codecs (but no decoder yet)
24835           - replace "surplus data" at end of audio header for what
24836             it is : codec specific data
24837           - fix a typo
24838
24839 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24840
24841         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24842
24843         * gst-libs/gst/audio/audioclock.c:
24844           Fix wrong return type (#142205).
24845
24846 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24847
24848         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24849           Ignore CRCs by default (fixes #142566).
24850
24851 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24852
24853         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24854         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24855         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24856         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24857         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24858         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24859           Fix for cases where we fail to attach to a mixer.
24860
24861 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24862
24863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24864           Don't touch events after not owning them anymore.
24865         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24866         (gst_wavparse_fmt), (gst_wavparse_other),
24867         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24868         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24869         (gst_wavparse_srcpad_event):
24870         * gst/wavparse/gstwavparse.h:
24871           Add seeking, fix querying.
24872
24873 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24874
24875         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24876           - process comments even if they don't end with \0\0
24877             g_convert would ignore them if present and works well without them
24878
24879 2004-05-16  Benjamin Otte  <otte@gnome.org>
24880
24881         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24882           simplify caps
24883
24884 2004-05-16  Benjamin Otte  <otte@gnome.org>
24885
24886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24887           don't write to memory we might not write to - g_convert does that
24888           for us anyway (fixes #142613)
24889         (gst_asf_demux_audio_caps):
24890           comment out gst_util_dump_mem
24891
24892 2004-05-16  Benjamin Otte  <otte@gnome.org>
24893
24894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24895           compute correct expected timestamps after seek (broken since
24896           last commit)
24897         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24898           rename element and debugging category to gdkpixbufscale
24899
24900 2004-05-16  Benjamin Otte  <otte@gnome.org>
24901
24902         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24903           add error checking to snd_pcm_delay and remove duplicate call to
24904           snd_pcm_delay that caused issues (see inline code comments)
24905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24906           make more readable and fix return value when snd_pcm_delay fails
24907         (fixes #142586)
24908
24909 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24910         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24911         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24912         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24913         (gst_pixbufscale_link), (gst_pixbufscale_init),
24914         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24915         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24916         (gst_pixbufscale_get_property), (pixbufscale_init):
24917         * ext/gdk_pixbuf/pixbufscale.h:
24918         Add these files I forgot earlier
24919
24920 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24921         * ext/gdk_pixbuf/Makefile.am:
24922         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24923         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24924         Add new pixbufscale element to scale RGB video
24925         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24926         and HYPER interpolation correctly.
24927         * ext/theora/theoraenc.c: (theora_enc_chain),
24928         Discard buffer and return if explicit caps could not be set
24929         (theora_enc_get_property):
24930         Make _get return kbps for the bitrate consistent with
24931         the _set function.
24932
24933
24934 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24935
24936         * ext/libvisual/visual.c: (gst_visual_chain):
24937           add missing visual_audio_analyze
24938
24939 2004-05-14  David Schleef  <ds@schleef.org>
24940
24941         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24942         is killed while we're playing.
24943         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24944         gst_element_no_more_pads().
24945
24946 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24947
24948         * gst-libs/gst/riff/riff-read.c :
24949           - fix INFO tag extraction in RIFF/AVI files
24950             because gst_event_unref (event) also freed taglist
24951           - avoid a mem leak
24952
24953 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24954
24955         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24956         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24957
24958         * gst/auparse/gstauparse.c :
24959           - add code (commented for now) to support audio/x-adpcm on src pad
24960             (we have no decoder for those layout yet)
24961
24962         * gst/cdxaparse/gstcdxaparse.c :
24963         * gst/cdxaparse/gstcdxaparse.h :
24964           - partial rewrite using RiffRead (ripped iain's wavparse code)
24965
24966         * gst/rtp/gstrtpL16enc.c : typo
24967         * gst/rtp/gstrtpgsmenc.c : typo
24968
24969 2004-05-13  Benjamin Otte  <otte@gnome.org>
24970
24971         * configure.ac:
24972           check for exact version of libvisual, it's not supposed to be
24973           API/ABI stable yet
24974
24975 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24976
24977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24978           signal no-more-pads
24979
24980 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24981
24982         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24983         Report which format was used for GST_FORMAT_DEFAULT
24984         * gst/debug/Makefile.am:
24985         * gst/debug/gstdebug.c: (plugin_init):
24986         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24987         (gst_progressreport_class_init), (gst_progressreport_init),
24988         (gst_progressreport_report), (gst_progressreport_set_property),
24989         (gst_progressreport_get_property), (gst_progressreport_chain),
24990         (gst_progressreport_plugin_init):
24991         Add progressreport element for testing.
24992
24993 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24994
24995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24996         * sys/v4l/gstv4lsrc.h:
24997         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24998         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24999         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25000         (gst_v4lsrc_grab_frame):
25001           add more debugging
25002           send a discont at start
25003
25004 2004-05-12  Colin Walters  <walters@redhat.com>
25005
25006         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25007         inflooping if we can't find a chunk.  Or in other words, don't blow
25008         chunks if we don't have a chunk to blow.
25009
25010 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25011         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25012         Remove old debug output
25013         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25014         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25015         (gst_dvdec_set_property), (gst_dvdec_get_property):
25016         Change the quality setting to an enum, so it works from gst-launch
25017         Don't renegotiate a non-linked pad. Allows audio only decoding.
25018         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25019         (gst_deinterlace_link), (gst_deinterlace_init):
25020         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25021         (gst_videodrop_link):
25022         Some caps negotiation fixes
25023
25024 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25025
25026         * ext/tarkin/gsttarkin.c :
25027           - Change RANK from NONE to PRIMARY
25028         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25029           - Change RANK from NONE to MARGINAL
25030         * ext/divx/gstdivxenc.c :
25031           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25032
25033 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25034
25035         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25036         (gst_vorbisenc_push_packet):
25037           copy a function that was added between 1.0 and 1.0.1 until we
25038           depend on worthwhile features of post-1.0
25039
25040 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25041
25042         * configure.ac:
25043           enable shout2 by default
25044         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25045         (gst_shout2send_base_init), (gst_shout2send_init),
25046         (gst_shout2send_connect), (gst_shout2send_change_state):
25047         * ext/shout2/gstshout2.h:
25048           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25049           #142262)
25050         * ext/theora/theora.c: (plugin_init):
25051           don't set rank on encoders
25052
25053 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25054
25055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25056           Use codec_data property instead of flag1 and flag2 for wma
25057
25058 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25059
25060         * gst/cdxaparse/gstcdxaparse.c :
25061           - Add mpegversion to CAPS to make it link
25062           - Rank is as GST_RANK_SECONDARY instead of NONE
25063         * gst/auparse/gstauparse.c :
25064           - Document all audio encoding we can encounter from Solaris 9
25065             headers and libsndfile information.
25066           - Increase max. rate from 48000 to 192000 (to match other elements)
25067           - Don't try to play junk data between header and samples
25068
25069 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25070
25071         * ext/libvisual/visual.c: (gst_visual_getcaps):
25072           use the right caps depending on endianness (I hope)
25073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25074           use GST_RANK_NONE for all non-decoding elements or spider gets
25075           mighty confused
25076
25077 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25078
25079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25080           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25081
25082 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25083
25084         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25085         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25086         (gst_switch_loop), (gst_switch_get_type):
25087           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25088           HEADERS. Had to be said.
25089
25090 2004-05-10  David Schleef  <ds@schleef.org>
25091
25092         * configure.ac: Add prototype Dirac support.
25093         * ext/Makefile.am:
25094         * ext/dirac/Makefile.am:
25095         * ext/dirac/gstdirac.cc:
25096         * ext/dirac/gstdiracdec.cc:
25097
25098 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25099
25100         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25101         (gst_auparse_init), (gst_auparse_chain),
25102         (gst_auparse_change_state):
25103           Hack around spider. Remove me some day please.
25104
25105 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25106
25107         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25108           Fix for some uninitialized variables in previous patch, also
25109           makes it work. Fixes #142286 while we're at it.
25110
25111 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25112
25113         * gst/auparse/gstauparse.c:
25114                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25115                 only unsupported formats are ADPCM/CCITT G.72x
25116                 reviewed by Ronald
25117         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25118
25119 2004-05-10  Wim Taymans  <wim@fluendo.com>
25120
25121         * ext/vorbis/Makefile.am:
25122         * ext/vorbis/README:
25123         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25124         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25125         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25126         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25127         (gst_oggvorbisenc_convert_sink),
25128         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25129         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25130         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25131         (get_constraints_string), (update_start_message),
25132         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25133         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25134         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25135         * ext/vorbis/oggvorbisenc.h:
25136         * ext/vorbis/vorbis.c: (plugin_init):
25137         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25138         (raw_caps_factory), (gst_vorbisenc_class_init),
25139         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25140         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25141         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25142         * ext/vorbis/vorbisenc.h:
25143         Added a raw vorbis encoder to be used with the oggmuxer.
25144         We still need the old encoder for some gnome applications,
25145         read the README to find out how that works.
25146         The raw encoder is called "rawvorbisenc" until 0.9.
25147
25148 2004-05-10  Wim Taymans  <wim@fluendo.com>
25149
25150         * ext/ogg/gstogg.c: (plugin_init):
25151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25152         (gst_ogg_print):
25153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25154         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25155         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25156         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25157         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25158         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25159         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25160         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25161         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25162         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25163         Added an ogg muxer.
25164         Small typo fixes in the demuxer.
25165
25166 2004-05-10  Wim Taymans  <wim@fluendo.com>
25167
25168         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25169         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25170         (theora_enc_change_state), (theora_enc_set_property),
25171         (theora_enc_get_property):
25172         Mark the last packet with an EOS flag which is not really needed
25173         in gstreamer.
25174         Do some better video framerate initialisation.
25175         Update the buffer timestamp.
25176
25177 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25178
25179         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25180         Return the result of the parent state change call
25181
25182 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25183
25184         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25185         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25186         * gst/law/alaw-encode.c : (idem)
25187         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25188         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25189         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25190
25191 2004-05-09  Benjamin Otte  <otte@gnome.org>
25192
25193         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25194           don't use a fixed buffer size when writing variable length data to
25195           it. Fixes memory corruption and makes alsasrc work
25196
25197 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25198
25199         * ext/gnomevfs/gstgnomevfssink.c:
25200         (_gst_boolean_allow_overwrite_accumulator),
25201         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25202           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25203           RUN_LAST, and don't use that to set the accumulator value because
25204           then it's always FALSE.
25205
25206 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25207
25208         * gst-libs/gst/riff/riff-media.c:
25209         (gst_riff_create_video_caps_with_data),
25210         (gst_riff_create_audio_caps),
25211         (gst_riff_create_audio_template_caps):
25212         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25213           Fix for unaligned RIFF files (i.e. where all the chunks together
25214           in a LIST chunk are not of the same size as the size given in
25215           the LIST chunk header). Fixes several odd WAVE files. Also fix
25216           ADPCM (block_align property) in audio, so that wavparse based
25217           on this works now as it used to stand-alone.
25218
25219 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25220
25221         reviewed by Benjamin Otte  <otte@gnome.org>
25222
25223         * ext/a52dec/gsta52dec.c:
25224         * ext/divx/gstdivxdec.c:
25225         * ext/divx/gstdivxenc.c:
25226         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25227         * ext/faac/gstfaac.c: (gst_faac_base_init):
25228         * ext/faad/gstfaad.c: (gst_faad_base_init):
25229         * ext/ivorbis/vorbisfile.c:
25230         * ext/lame/gstlame.c:
25231         * ext/libfame/gstlibfame.c:
25232         * ext/mpeg2enc/gstmpeg2enc.cc:
25233         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25234         * ext/sidplay/gstsiddec.cc:
25235         * ext/speex/gstspeexdec.c:
25236         * ext/speex/gstspeexenc.c:
25237         * ext/xvid/gstxviddec.c:
25238         * ext/xvid/gstxvidenc.c:
25239           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25240           (fixes #142193)
25241
25242 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25243
25244         * ext/alsa/gstalsa.c: (device_list),
25245         (gst_alsa_class_probe_devices):
25246         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25247           Fix alsa oddness in mixer after the combination of using mixer
25248           in source/sink elements and using hw:x,y instead of just hw:x.
25249
25250 2004-05-09  Benjamin Otte  <otte@gnome.org>
25251
25252         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25253         (gst_wavparse_create_sourcepad):
25254           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25255           sourcepads
25256
25257 2004-05-09  Benjamin Otte  <otte@gnome.org>
25258
25259         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25260           allow discont events before caps nego
25261
25262 2004-05-08  Benjamin Otte  <otte@gnome.org>
25263
25264         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25265           don't leak events
25266
25267 2004-05-08  Benjamin Otte  <otte@gnome.org>
25268
25269         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25270         (gst_level_change_state), (gst_level_init):
25271         * gst/level/gstlevel.h:
25272           figure out if we're initialized directly instead of keeping a
25273           variable that's wrong in 90% of cases
25274           don't initialize pads and then leak them and use a new unitialized
25275           pad. (fixes #142084)
25276           these were bugs so n00bish I didn't find them for an hour :/
25277
25278 2004-05-08 Iain <iain@prettypeople.org>
25279
25280         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25281         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25282         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25283         return the length that was read.
25284         (gst_riff_read_strf_auds): Allow fmt tags as well.
25285
25286 2004-05-07  David Schleef  <ds@schleef.org>
25287
25288         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25289         signed char assumption in faad.h.
25290
25291 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25292
25293         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25294           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25295
25296 2004-05-07  Colin Walters  <walters@redhat.com>
25297
25298         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25299         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25300         function.
25301         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25302         Add dispose function.
25303
25304 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25305         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25306           Fix caps nego and pad templates. RGB mode caps should
25307           work now.
25308         * ext/dvdnav/gst-dvd:
25309           Move mpeg2dec inside the thread because otherwise the
25310           queue rejects cap changes mid-stream
25311         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25312         (gst_mpeg2dec_flush_decoder):
25313           For mpeg2dec > 0.4.0, call the flush function instead of
25314           manually extracting all in-flight frames.
25315         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25316         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25317           Change mime type video/dv go video/x-dv to match the
25318           rest of gst-plugins
25319
25320 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25321
25322         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25324         (gst_alsa_sink_class_init):
25325         * ext/alsa/gstalsasink.h:
25326         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25327         (gst_alsa_src_class_init):
25328         * ext/alsa/gstalsasrc.h:
25329           Make alsasink/src a subclass of alsamixer so that mixer stuff
25330           shows up in gst-rec. Needs some finetuning.
25331
25332 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25333
25334         * ext/lame/gstlame.c: (gst_lame_chain):
25335           simplify
25336         * ext/mad/gstmad.c: (gst_mad_handle_event):
25337           fix event leak
25338         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25339           be able to detect mp3 files < 4096 bytes
25340
25341 2004-05-06  Wim Taymans  <wim@fluendo.com>
25342
25343         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25344         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25345         (theora_enc_set_property), (theora_enc_get_property):
25346         Also encode the first frame, cleanup some code.
25347
25348 2004-05-06  Wim Taymans  <wim@fluendo.com>
25349
25350         * ext/mpeg2enc/gstmpeg2enc.cc:
25351         Forward events first before deciding that negotiation was
25352         not performed.
25353
25354 2004-05-06  Wim Taymans  <wim@fluendo.com>
25355
25356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25357         First process the events before deciding that negotiation
25358         was not performed.
25359
25360 2004-05-06  Wim Taymans  <wim@fluendo.com>
25361
25362         * ext/theora/Makefile.am:
25363         * ext/theora/theora.c: (plugin_init):
25364         * ext/theora/theoradec.c: (theora_dec_change_state):
25365         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25366         (gst_theora_enc_class_init), (gst_theora_enc_init),
25367         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25368         (theora_enc_chain), (theora_enc_change_state),
25369         (theora_enc_set_property), (theora_enc_get_property):
25370         Added a theora encoder, grouped the encoder and decoder into the
25371         same plugin.
25372
25373 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25374
25375         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25376         (gst_jpegenc_chain):
25377         fix DURATION on outgoing buffers
25378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25379         debug using time formats
25380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25382         (gst_xvimagesink_sink_link):
25383         windows with width/height 0 generate X errors, so don't allow them
25384
25385 2004-05-05  Wim Taymans  <wim@fluendo.com>
25386
25387         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25388         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25389         (gst_mpeg2dec_negotiate_format):
25390         * ext/mpeg2dec/gstmpeg2dec.h:
25391           removed the static pad template so that we can add the
25392           more accurate framerate value to the caps.
25393
25394
25395 2004-05-04  Benjamin Otte  <otte@gnome.org>
25396
25397         * configure.ac:
25398           check for kdemacros.h, too (should fix #141821)
25399         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25400           don't crash if no header was sent, but nicely error out (fixes part
25401           of #141554)
25402
25403 2004-05-04  Wim Taymans  <wim@fluendo.com>
25404
25405         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25406         parent dispose function to avoid segfault on destroy.
25407
25408 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25409
25410         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25411         (plugin_init):
25412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25413         (gst_xvimagesink_sink_link):
25414         clean up debugging caps
25415         also recreate xvimage when format has changed
25416
25417 2004-05-04  Benjamin Otte  <otte@gnome.org>
25418
25419         * ext/libvisual/Makefile.am:
25420         * ext/libvisual/visual.c: (gst_visual_class_init),
25421         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25422         (gst_visual_srclink), (gst_visual_chain),
25423         (gst_visual_change_state), (plugin_init):
25424           use a GstAdapter to correctly adapt buffer sizes - allows using a
25425           framerate
25426
25427 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25428
25429         * sys/v4l/gstv4lelement.h:
25430         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25432         (gst_v4lsrc_buffer_free):
25433         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25434         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25435         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25436         (gst_v4lsrc_requeue_frame):
25437         move some debugging categories around
25438         query for fps index and set accordingly if found
25439
25440 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25441
25442         * ext/lame/gstlame.c:
25443         correct defaults that lame_init puts out of range
25444
25445 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25446
25447         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25448         (gst_divxenc_class_init):
25449         fix range since -1 is the default
25450         * gst/mpeg1sys/gstmpeg1systemencode.c:
25451         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25452         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25453         (gst_rtjpegdec_chain):
25454         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25455         (gst_rtjpegenc_chain):
25456         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25457         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25458         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25459         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25460         * sys/v4l/gstv4lsrc.c:
25461         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25462         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25463         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25464         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25465         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25466           remove gst_info calls
25467
25468 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25469
25470         * Makefile.am:
25471         * po/af.po:
25472         * po/az.po:
25473         * po/en_GB.po:
25474         * po/nl.po:
25475         * po/sr.po:
25476         * po/sv.po:
25477           Updated translations
25478
25479 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25480
25481         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25482           refactor/comment code
25483
25484 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25485
25486         * gst/asfdemux/Makefile.am:
25487         * gst/asfdemux/asfheaders.c:
25488         * gst/asfdemux/asfheaders.h:
25489         * gst/asfdemux/gstasf.c: (plugin_init):
25490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25491         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25492         (gst_asf_demux_setup_pad):
25493         * gst/asfdemux/gstasfdemux.h:
25494         * gst/asfdemux/gstasfmux.c:
25495         * gst/asfdemux/gstasfmux.h:
25496           Add tagging support to demuxer, split out registration in its own
25497           file instead of in demux (hacky), and prevent having some tables
25498           in our memory multiple times (in asfheaders.h).
25499
25500 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25501
25502         * gst/matroska/matroska-demux.c:
25503         (gst_matroska_demux_parse_metadata):
25504         * gst/matroska/matroska-ids.h:
25505           Basic tag reading support.
25506
25507 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25508
25509         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25510           Really detect ac-3 audio.
25511         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25512           really detect matroska files (off-by-1).
25513
25514 2004-04-30  David Schleef  <ds@schleef.org>
25515
25516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25517         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25518         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25519         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25520         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25521         hackage -- parse a lot more atoms, extract a few tags.  One might even
25522         mistake this for tag support.  Maybe it is.
25523         * gst/qtdemux/qtdemux.h:
25524
25525 2004-04-30  Colin Walters  <walters@verbum.org>
25526
25527         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25528
25529 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25530
25531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25532         (gst_ffmpegcolorspace_getcaps):
25533           remove broken nego fix
25534
25535 2004-04-30  Benjamin Otte  <otte@gnome.org>
25536
25537         * configure.ac:
25538         * ext/Makefile.am:
25539         * ext/libvisual/Makefile.am:
25540         * ext/libvisual/visual.c:
25541           add initial support for libvisual (http://libvisual.sourceforge.net)
25542           libvisual is still quite alpha, so expect crashes in there :)
25543
25544 2004-04-29  David Schleef  <ds@schleef.org>
25545
25546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25547         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25548         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25549         code; you will no longer respect me.
25550
25551 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25552
25553         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25554         * ext/alsa/gstalsa.h :
25555         change alsa pcm device discovery to find more than 1 device
25556         per card. code review by Ronald.
25557
25558 2004-04-29  David Schleef  <ds@schleef.org>
25559
25560         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25561         Add a check for a driver bug on FreeBSD.  (bug #140565)
25562
25563 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25564
25565         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25566         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25567         (gst_jpegenc_getcaps):
25568           move format setting to inner loop
25569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25570         (gst_ffmpegcolorspace_getcaps):
25571           use GST_PAD_CAPS if available so that we use already negotiated
25572           caps
25573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25574         (qtdemux_parse_moov), (qtdemux_parse):
25575           extra debugging
25576         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25577         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25578           move hardcoded path to DEFINE
25579
25580 2004-04-28  David Schleef  <ds@schleef.org>
25581
25582         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25583         (bug #140064)
25584
25585 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25586
25587         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25588           Don't probe for playback device if we're a source element. Fixes
25589           #139658.
25590
25591 2004-04-29  Benjamin Otte  <otte@gnome.org>
25592
25593         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25594         (gst_id3_tag_chain):
25595           rewrite buffer offset
25596
25597 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25598
25599         * configure.ac:
25600         * ext/Makefile.am:
25601         * ext/dts/Makefile.am:
25602         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25603         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25604         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25605         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25606         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25607         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25608         (plugin_init):
25609         * ext/dts/gstdtsdec.h:
25610           New DTS decoder.
25611         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25612         (gst_faad_srcconnect):
25613           Add ESDS atom handling (.m4a).
25614
25615 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25616
25617         * ext/divx/gstdivxdec.c: (plugin_init):
25618           Remove comment that makes no sense.
25619         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25620           Fix for obvious typo that resulted in warnings during gst-register.
25621         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25622         (gst_xviddec_sink_link):
25623           Fix caps negotiation a bit better.
25624         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25625           We call this 'codec_data', not 'esds'.
25626
25627 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25628
25629         * gst/monoscope/gstmonoscope.c:
25630           make sure we only provide 256x128
25631         * gst/monoscope/monoscope.c: (monoscope_init):
25632           assert size of 256x128
25633
25634 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25635
25636         * Makefile.am:
25637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25638         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25639           fixate to max width and height of device
25640
25641 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25642
25643         * Makefile.am:
25644         * sys/v4l/gstv4l.c:
25645         * sys/v4l/gstv4lsrc.c:
25646         * sys/v4l/v4l_calls.c:
25647         * sys/v4l/v4lsrc_calls.c:
25648           fix for qc-usb driver which fakes having more than one buffer
25649           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25650           buffer_free override
25651           add debugging
25652
25653 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25654
25655         * Makefile.am:
25656         * gst/videotestsrc/gstvideotestsrc.c:
25657         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25658         (gst_videotestsrc_init), (gst_videotestsrc_get),
25659         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25660         * gst/videotestsrc/gstvideotestsrc.h:
25661           add num-buffers property
25662
25663         2004-04-26  Benjamin Otte  <otte@gnome.org>
25664
25665         * ext/mad/gstid3tag.c: (plugin_init):
25666           set id3mux rank to NONE so it doesn't confuse spider
25667           require audio/mpeg,mpegversion=1 in id3mux
25668
25669 2004-04-26  Benjamin Otte  <otte@gnome.org>
25670
25671         * configure.ac:
25672           detect faad correctly as non-working if it's indeed non-working
25673
25674 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25675
25676         * Makefile.am:
25677         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25678         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25679         fix _getcaps so it only negotiates to its supported format
25680
25681 2004-04-25  Benjamin Otte  <otte@gnome.org>
25682
25683         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25684           fix memleak
25685
25686 2004-04-23  Benjamin Otte  <otte@gnome.org>
25687
25688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25689           audio/x-raw-int with height rules! not. Now it's depth.
25690
25691 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25692
25693         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25694         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25695         (gst_wavparse_loop):
25696           Missing variable initialization. Add handling of DVI ADPCM. Fix
25697           mis-parsing of LIST chunks. This works around a bug where we mis-
25698           parse non-aligning LIST chunks (so LIST chunks where the contents
25699           don't align with the actual LIST size). The correct fix is to use
25700           rifflib, I'm not going to fix wavparse - too much work. All this
25701           fixes #104878.
25702
25703 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25704
25705         reviewed by Benjamin Otte  <otte@gnome.org>
25706
25707         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25708           fix shoutcast not working (fixes #140844)
25709
25710 2004-04-22  Benjamin Otte  <otte@gnome.org>
25711
25712         * ext/hermes/gsthermescolorspace.c:
25713         (gst_hermes_colorspace_caps_remove_format_info):
25714         * gst/colorspace/gstcolorspace.c:
25715         (gst_colorspace_caps_remove_format_info):
25716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25717         (gst_ffmpegcolorspace_caps_remove_format_info):
25718           s/gst_caps_simplify/gst_caps_do_simplify/
25719
25720 2004-04-22  Benjamin Otte  <otte@gnome.org>
25721
25722         * gst-libs/gst/riff/riff-media.c:
25723         (gst_riff_create_video_caps_with_data):
25724           mpegversion is an int
25725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25726           don't try to create pad templates with NULL caps, use any caps
25727           instead.
25728
25729 2004-04-20  David Schleef  <ds@schleef.org>
25730
25731         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25732         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25733         (bug #140384)
25734
25735 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25736
25737         reviewed by David Schleef
25738
25739         * ext/mad/gstid3tag.c: Add stdlib.h
25740         * gst/rtp/gstrtpgsmenc.c: same
25741         * gst/tags/gstid3tag.c: same
25742         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25743         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25744         GST_DISABLE_LOADSAVE use.
25745         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25746         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25747         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25748         atol(3)).
25749         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25750         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25751         strtoul(3)).
25752         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25753         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25754         $(ID3_CFLAGS).
25755         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25756         $(LIBFAME_CFLAGS).
25757
25758 2004-04-20  David Schleef  <ds@schleef.org>
25759
25760         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25761         last checkin.  Same idea.
25762
25763 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25764
25765         reviewed by David Schleef
25766
25767         * configure.ac: bump required gstreamer version to 0.8.1.1
25768         because of following changes [--ds]
25769
25770         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25771         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25772         (gst_riff_read_header):  Use GST_READ_UINT*
25773         macros to access possibly unaligned memory.
25774
25775         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25776         (mp3_type_find):  Use GST_READ_UINT*
25777         macros to access possibly unaligned memory.
25778         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25779         (speex_type_find): Likewise
25780
25781         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25782
25783         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25784         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25785         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25786         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25787         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25788         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25789         macros to access possibly unaligned memory.
25790
25791         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25792         Likewise.
25793
25794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25795         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25796
25797         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25798         Likewise.
25799
25800         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25801         (gst_mpeg2subt_chain_subtitle): Likewise.
25802
25803         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25804         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25805         Likewise.
25806
25807         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25808         Likewise.
25809
25810         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25811         Likewise.
25812
25813         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25814         Likewise.
25815
25816 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25817
25818         * configure.ac:
25819           update required version of GStreamer because of GST_TIME_FORMAT
25820
25821 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25822
25823         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25824           remove leftover g_print
25825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25826           don't try setting only a subset of the caps. We don't want to kill
25827           autoplugging on purpose
25828
25829 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25830
25831         * sys/ximage/ximagesink.c: (plugin_init):
25832         * sys/xvimage/xvimagesink.c: (plugin_init):
25833           add debugging categories
25834
25835 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25836
25837         * po/en_GB.po:
25838         * po/LINGUAS:
25839           Adding en_GB translation (Gareth Owen)
25840
25841 2004-04-20  David Schleef  <ds@schleef.org>
25842
25843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25844         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25845         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25846         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25847         A number of new features and hacks to extract the esds atom and
25848         put it into the caps.  (bug #137724)
25849
25850 2004-04-19  David Schleef  <ds@schleef.org>
25851
25852         * gconf/Makefile.am: Fix for non-GNU make
25853         * gst-libs/gst/Makefile.am: Change directory order to handle
25854         GstPlay linking with gstinterfaces
25855         * gst-libs/gst/audio/make_filter: make use of tr portable
25856         * gst-libs/gst/play/Makefile.am: Add intended \
25857         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25858         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25859         function prototype instead of void *.
25860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25861         macro.
25862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25863         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25864         * gst/videofilter/make_filter: make use of tr portable
25865         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25866
25867 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25868
25869         * po/LINGUAS:
25870         * po/uk.po:
25871           Added Ukrainian translation (Maxim V. Dziumanenko)
25872
25873 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25874
25875         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25876         (gst_gsmdec_link), (gst_gsmdec_chain):
25877           Fix capsnego, simplify chain function slightly.
25878         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25879           Add GSM.
25880
25881 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25884         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25885         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25886           Hack to make wavparse work with spider (always -> sometimes pad).
25887           Fixes #135862 && #140411.
25888
25889 2004-04-18  Benjamin Otte  <otte@gnome.org>
25890
25891         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25892         (gst_osselement_rate_probe_check),
25893         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25894           get rid of \n in debug output
25895
25896 2004-04-17  Iain <iain@prettypeople.org>
25897
25898         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25899         not just EOS.
25900
25901 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25902
25903         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25904         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25905         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25906         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25907         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25908         (gst_id3_tag_change_state), (plugin_init):
25909           deprecate id3tag element and replace with id3demux/id3mux.
25910           great side effect: this ugly file is now even uglier, yay!
25911         * ext/mad/gstmad.h:
25912           remove non-available function
25913           update for new get_type
25914
25915 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25916
25917         * configure.ac:
25918           require mpeg2dec >= 0.4.0
25919
25920 2004-04-17  Benjamin Otte  <otte@gnome.org>
25921
25922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25923         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25924         (gst_xvimagesink_set_xwindow_id):
25925           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25926           assorted cleanup fixes.
25927
25928 2004-04-16  David Schleef  <ds@schleef.org>
25929
25930         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25931         * sys/xvimage/xvimagesink.h: same
25932
25933 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25934
25935         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25936           Fix GST_ELEMENT_ERROR with (NULL)
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           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25943
25944 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25945
25946         * gst-libs/gst/riff/riff-media.c:
25947         (gst_riff_create_video_caps_with_data),
25948         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25949         (gst_riff_create_video_template_caps),
25950         (gst_riff_create_audio_template_caps):
25951         * gst-libs/gst/riff/riff-media.h:
25952         * gst-libs/gst/riff/riff-read.c:
25953         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25954         * gst-libs/gst/riff/riff-read.h:
25955         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25956           Add MS RLE support. I added some functions to read out strf chunks
25957           into strf chunks and the data behind it. This is usually color
25958           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25959           caps creation. Lastly, add ADPCM (similar to wavparse - which
25960           should eventually be rifflib based).
25961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25962         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25963         * gst/matroska/matroska-demux.h:
25964           Remove placeholders for some prehistoric tagging system. Didn't add
25965           support for any tag system really anyway.
25966         * gst/qtdemux/qtdemux.c:
25967           Add support for audio/x-m4a (MPEG-4) through spider.
25968         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25969         (gst_wavparse_loop):
25970           ADPCM support (#135862). Increase max. buffer size because we
25971           cannot split buffers for ADPCM (screws references) and I've seen
25972           files with 2048 byte chunks. 4096 seems safe for now.
25973
25974 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25975
25976         * configure.ac: bump nano to 1
25977
25978 === release 0.8.1 ===
25979
25980 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25981
25982         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25983
25984 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25985
25986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25987           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25988           Fixes #140058
25989
25990 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25991
25992         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25993           lower rank of dvddemux so that it's not used for mpeg playback.
25994
25995 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25996
25997         * configure.ac:
25998           save libs correctly when checking mad
25999
26000 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26001
26002         * ext/mad/gstid3tag.c: (plugin_init):
26003           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26004
26005 2004-04-13  David Schleef  <ds@schleef.org>
26006
26007         * common/m4/gst-feature.m4: Call -config scripts with
26008         --plugin-libs if it is supported.
26009         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26010         JPEG images are image/jpeg.
26011         * gst/debug/Makefile.am:
26012         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26013         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26014         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26015         (gst_negotiation_plugin_init): Add a property that acts like
26016         filter caps.
26017         * testsuite/gst-lint:  Move license checking to be a standard
26018         test.
26019
26020 2004-04-13  David Schleef  <ds@schleef.org>
26021
26022         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26023         patch from Sebastien Cote (bug #139958)
26024
26025 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26026
26027         * examples/gstplay/Makefile.am:
26028         * examples/gstplay/player.c: (main):
26029           make the commandline player example use gconf settings
26030
26031 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26032
26033         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26034         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26035         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26036           init/end library during state transition, not object
26037           creation/disposal.  get rid of custom dispose handler.
26038
26039
26040 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26041
26042         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26043         be a symlink
26044
26045 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26048           Handle JUNK chunks inside data section. Prevents warnings.
26049
26050 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26053         (gst_riff_create_video_template_caps):
26054           Add MS video v1.
26055         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26056         (gst_avi_demux_stream_data):
26057           Add support for "rec-list" chunks.
26058
26059 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26060
26061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26062           Fix another codecname mismatch.
26063
26064 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26067           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26068           so that MJPEG plays back.
26069
26070 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26073         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26074         * gst/mpeg1videoparse/gstmp1videoparse.h:
26075           Fix for some slight mis-cuts in buffer parsing, and for some
26076           potential overflows or faults-causers. Adds disconts. Also fixes
26077           #139105 while we're at it.
26078
26079 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * configure.ac:
26082         * sys/v4l2/gstv4l2element.h:
26083           Workaround for missing struct v4l2_buffer declaration in Suse 9
26084           and Mandrake 10 linux/videodev2.h header file (#135919).
26085
26086 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26087
26088         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26089           Bail out if no filename was given.
26090
26091 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26092
26093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26094         (gst_v4l2_fourcc_from_structure):
26095           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26096           Y41B somewhere).
26097
26098 2004-04-09  Benjamin Otte  <otte@gnome.org>
26099
26100         * ext/gnomevfs/gstgnomevfssink.c:
26101         (_gst_boolean_allow_overwrite_accumulator),
26102         (gst_gnomevfssink_class_init):
26103           fix erase signal - if any handler returns false the file will not be
26104           overwritten. If no handler is connected, the file will not be
26105           overwritten either.
26106           renamed signal to "allow-overwrite"
26107         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26108           free string when adding it to ID3 failed
26109         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26110           unref event when done
26111         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26112           free caps
26113         * gst/typefind/gsttypefindfunctions.c:
26114         (mpeg_video_stream_type_find):
26115           fix invalid read
26116
26117 2004-04-08  David Schleef  <ds@schleef.org>
26118
26119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26120         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26121
26122 2004-04-08  David Schleef  <ds@schleef.org>
26123
26124         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26125         we don't support (bug #139532)
26126
26127 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26128
26129         * ext/mad/gstmad.c: (gst_mad_handle_event),
26130         (gst_mad_check_caps_reset), (gst_mad_chain),
26131         (gst_mad_change_state):
26132           only set explicit caps if they haven't been set before for
26133           this stream.  MPEG-audio sample rate/channels aren't allowed
26134           to change in-stream.
26135           Fixes #139382
26136
26137 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26140         (_gst_boolean_did_something_accumulator),
26141         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26142         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26143         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26144         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26145         (gst_gnomevfssink_change_state):
26146           Fix erase signal. Don't erase by default. Remove handoff signal.
26147           Remove erase property. Don't segfault. General cleanup.
26148
26149 2004-04-07  Benjamin Otte  <otte@gnome.org>
26150
26151         * gst-libs/gst/gconf/test-gconf.c: (main):
26152           add missing gst_init
26153
26154 2004-04-07  Benjamin Otte  <otte@gnome.org>
26155
26156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26157           free the mutexes, too
26158
26159 2004-04-07  Benjamin Otte  <otte@gnome.org>
26160
26161         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26162           actually free the URI string
26163         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26164           compute offset correctly when passing discont events
26165         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26166           don't leak discont events
26167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26168           add some missing breaks so caps aren't copied randomly
26169         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26170           if we realloc memory, we better use it
26171
26172 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26173
26174         * ext/mad/gstmad.c: (normal_seek):
26175           fix GST_FORMAT_TIME usage
26176
26177 2004-04-05  David Schleef  <ds@schleef.org>
26178
26179         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26180         a deprecated function (hack!)
26181
26182 2004-04-05  Benjamin Otte  <otte@gnome.org>
26183
26184         * ext/esd/esdmon.c: (gst_esdmon_get):
26185           fix nonterminated vararg and memleak
26186
26187 2004-04-05  Benjamin Otte  <otte@gnome.org>
26188
26189         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26190         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26191         (gst_ladspa_set_property), (gst_ladspa_get_property),
26192         (gst_ladspa_instantiate), (gst_ladspa_activate),
26193         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26194           clean up debugging
26195
26196 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26197
26198         reviewed by Benjamin Otte  <otte@gnome.org>
26199
26200         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26201           check for broken LADSPA parameters (fixes #138635)
26202
26203 2004-04-05  Benjamin Otte  <otte@gnome.org>
26204
26205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26206           advertise buffer-frames correctly on sinkpads
26207
26208 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26209
26210         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26211         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26212         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26213         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26214         (gst_mad_check_caps_reset), (gst_mad_chain):
26215         add more debugging, only reset caps when we're not in error state
26216
26217 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26218
26219         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26220
26221 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26222
26223         reviewed by Benjamin Otte  <otte@gnome.org>
26224
26225         * configure.ac:
26226           fix == in test(1) operator
26227
26228 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26229
26230         reviewed by Benjamin Otte  <otte@gnome.org>
26231
26232         * configure.ac:
26233           fix --export-symblos-regex to a working regex.
26234
26235 2004-04-04  Benjamin Otte  <otte@gnome.org>
26236
26237         * sys/oss/.cvsignore:
26238           add for oss_probe
26239
26240 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26241
26242         reviewed by Benjamin Otte  <otte@gnome.org>
26243
26244         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26245           add missing 'new_media' argument (fixes #138168)
26246         * gst/matroska/matroska-demux.c:
26247         (gst_matroska_demux_handle_seek_event):
26248           add vararg terminator (fixes #138169)
26249
26250 2004-04-02  David Schleef  <ds@schleef.org>
26251
26252         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26253         disted (bug #138914)
26254
26255 2004-04-01  Benjamin Otte  <otte@gnome.org>
26256
26257         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26258         (gst_alsa_close_audio):
26259           handle case better where a soundcard can't pause
26260         * ext/ogg/gstoggdemux.c:
26261           don't crash when we get events but don't have pads yet
26262
26263 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26264
26265         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26266           throw an error if we couldn't probe any caps.
26267
26268 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26269
26270         * ext/dvdnav/gst-dvd:
26271         Add a really simple sample DVD player
26272
26273 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26274
26275         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26276         (gst_a52dec_push), (gst_a52dec_handle_event),
26277         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26278         (gst_a52dec_change_state):
26279         * ext/a52dec/gsta52dec.h:
26280           Use a debug category, Output timestamps correctly
26281           Emit tag info, Handle events, tell liba52dec about cpu
26282           capabilities so it can use MMX etc.
26283         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26284           Fix a crasher accessing invalid memory
26285         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26286         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26287         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26288         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26289         (dvdnavsrc_query):
26290           Some support for byte-format seeking.
26291           Small fixes for still frames and menu button overlays
26292         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26293         (gst_mpeg2dec_alloc_buffer):
26294           Use a debug category. Adjust the report level of several items to
26295           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26296           so it doesn't lose the GstBuffer pointer
26297         * gst/debug/Makefile.am:
26298         * gst/debug/gstdebug.c: (plugin_init):
26299         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26300         (gst_navseek_base_init), (gst_navseek_class_init),
26301         (gst_navseek_init), (gst_navseek_seek),
26302         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26303         (gst_navseek_get_property), (gst_navseek_chain),
26304         (gst_navseek_plugin_init):
26305         * gst/debug/gstnavseek.h:
26306           Add the navseek debug element for seeking back and forth in a
26307           video stream using arrow keys.
26308         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26309         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26310         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26311         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26312         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26313         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26314         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26315         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26316         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26317         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26318         * gst/mpeg2sub/gstmpeg2subt.h:
26319           Pretty much a complete rewrite. Now a loopbased element. May still
26320           require work to properly synchronise subtitle buffers.
26321         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26322         (gst_dvd_demux_send_subbuffer):
26323         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26324           Don't attempt to create subbuffers of size 0
26325           Reduce a couple of error outputs to warnings.
26326         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26327         (gst_y4mencode_chain):
26328         Output the y4m frame header correctly.
26329
26330 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26331
26332         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26333           throw errors instead of allowing SIGFPE
26334
26335 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26336
26337         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26338         (gst_gconf_render_bin_from_key):
26339           leak plugging and style fixing
26340
26341 2004-03-31  David Schleef  <ds@schleef.org>
26342
26343         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26344         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26345         (bug #138225)
26346         * gst/debug/Makefile.am:
26347         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26348         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26349         plugin.
26350         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26351         (gst_negotiation_base_init), (gst_negotiation_class_init),
26352         (gst_negotiation_init), (gst_negotiation_getcaps),
26353         (gst_negotiation_pad_link), (gst_negotiation_chain),
26354         (gst_negotiation_set_property), (gst_negotiation_get_property),
26355         (gst_negotiation_plugin_init):  New element to talk about random
26356         negotiation things happening in a pipeline.
26357
26358 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26359
26360         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26361           fix integer addition with help of Stefan Kost
26362
26363 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26364
26365         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26366
26367 2004-03-30  David Schleef  <ds@schleef.org>
26368
26369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26370         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26371         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26372         (bug #137504)
26373         * ext/mpeg2dec/gstmpeg2dec.h:
26374
26375 2004-03-30  David Schleef  <ds@schleef.org>
26376
26377         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26378
26379 2004-03-30  David Schleef  <ds@schleef.org>
26380
26381         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26382         Michael Petullo) to handle .mov
26383
26384 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26385
26386         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26387         (gst_osselement_rate_check_rate):
26388           probe caps correctly for sound cards that only support one format
26389
26390 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26391
26392         * ext/kio/kiosrc.cpp: (process_events):
26393           update handling event processing if inside KDE - untested
26394
26395 2004-03-29  David Schleef  <ds@schleef.org>
26396
26397         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26398         by 2 to not interfere with other colorspaces.
26399         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26400         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26401         one to not interfere with ffmpeg_colorspace.
26402
26403 2004-03-29  David Schleef  <ds@schleef.org>
26404
26405         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26406         aren't in the caps.
26407         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26408         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26409
26410 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26411
26412         * gst-libs/gst/riff/riff-media.c:
26413           fail on error, don't try to set stuff on NULL caps
26414
26415 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26416
26417         * configure.ac:
26418         * ext/Makefile.am:
26419         * ext/kio/Makefile.am:
26420         * ext/kio/kioreceiver.cpp:
26421         * ext/kio/kioreceiver.h:
26422         * ext/kio/kiosrc.cpp:
26423         * ext/kio/kiosrc.h:
26424           add experimental kiosrc plugin
26425         * ext/alsa/gstalsaplugin.c: (plugin_init):
26426           initialize debugging category only when we're sure registering the
26427           plugins worked.
26428
26429 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26430
26431         * examples/gstplay/player.c: (main):
26432         * gst-libs/gst/play/play.c: (gst_play_class_init),
26433         (gst_play_set_location), (gst_play_set_data_src),
26434         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26435         (gst_play_set_visualization), (gst_play_connect_visualization):
26436           check return values of element_set_state and return FALSE where
26437           failed
26438
26439 2004-03-29  Benjamin Otte  <otte@gnome.org>
26440
26441         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26442           try harder to check if an event is really a discont
26443
26444 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26445
26446         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26447         * po/az.po:
26448
26449 2004-03-28  Benjamin Otte  <otte@gnome.org>
26450
26451         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26452         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26453         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26454           get rid of non-standard "..." ranges in case statements.
26455
26456 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26457
26458         * gst/mpegstream/gstmpegdemux.c:
26459         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26460         specific functionality split to the new dvddemux element.
26461         * gst/mpegstream/gstdvddemux.c:
26462         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26463         streams, derived from mpegdemux.
26464         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26465         up. SCR based timestamp rewriting can be turned off (will probably
26466         completely disappear soon).
26467         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26468         hacking. General cleanup. All printf statements replaced by
26469         debugging messages. Almost complete libdvdnav support.
26470         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26471         by events. New properties for audio and subpicture languages.
26472         (dvdnavsrc_update_highlight): Now uses events.
26473         (dvdnavsrc_user_op): Cleaned up.
26474         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26475         based). Lots of cleanup, and propper support for most libdvdnav
26476         events.
26477         (dvdnavsrc_make_dvd_event): New function.
26478         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26479         (dvdnavsrc_make_clut_change_event): New function.
26480
26481 2004-03-26  Benjamin Otte  <otte@gnome.org>
26482
26483         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26484           fix bug where typefinding would claim it's theora whenever less then
26485           7 bytes of data were available
26486
26487 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26490         (gst_alawdec_base_init), (gst_alawdec_class_init),
26491         (gst_alawdec_init), (gst_alawdec_chain):
26492         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26493         (gst_alawenc_base_init), (gst_alawenc_class_init),
26494         (gst_alawenc_init), (gst_alawenc_chain):
26495         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26496         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26497         (gst_mulawdec_init), (gst_mulawdec_chain):
26498         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26499         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26500         (gst_mulawenc_init), (gst_mulawenc_chain):
26501           Fix capsnego in all four, remove the unused property functions and
26502           simplify the chain functions slightly. I guess we could use macros
26503           or something similar for those, since the code is so similar, but
26504           I'm currently too lazy...
26505
26506 2004-03-24  David Schleef  <ds@schleef.org>
26507
26508         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26509         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26510         (gst_osselement_get_format_structure),
26511         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26512         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26513         (gst_osselement_rate_int_compare): Add code to handle rate probing
26514         (bug #120883)
26515         * sys/oss/gstosselement.h: same
26516         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26517         Use rate probing provided by osselement.
26518         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26519
26520 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26523         (gst_xvidenc_get_property):
26524           ulong/int mess-up.
26525
26526 2004-03-24  David Schleef  <ds@schleef.org>
26527
26528         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26529         (gst_speexdec_init):
26530         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26531         (gst_speexenc_init):  Create the pad template correctly (from
26532         the static pad template, not a NULL pointer.)
26533
26534 2004-03-25  Benjamin Otte  <otte@gnome.org>
26535
26536         * gst/debug/Makefile.am:
26537         * gst/debug/breakmydata.c:
26538           add element that quasi-randomly changes bytes in the stream.
26539           Intended use is robustness checking of demuxers and decoders in
26540           media tests.
26541
26542 2004-03-24  Benjamin Otte  <otte@gnome.org>
26543
26544         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26545         (gst_alsa_probe_hw_params):
26546         * ext/alsa/gstalsa.h:
26547           debugging output fixes
26548
26549 2004-03-24  Benjamin Otte  <otte@gnome.org>
26550
26551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26552           don't g_return_if_fail if element is PLAYING, fail silently as every
26553           other element.
26554         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26555           only fix needed for cast lvalue issues in gst-plugins
26556         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26557           add proxy_getcaps
26558
26559 2004-03-24  Benjamin Otte  <otte@gnome.org>
26560
26561         * gst/level/gstlevel.c: (gst_level_init):
26562           add proxying getcaps function, so level doesn't advertise impossible
26563           caps
26564
26565 2004-03-24  David Schleef  <ds@schleef.org>
26566
26567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26568         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26569         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26570         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26571         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26572         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26573         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26574         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26575         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26576         messages.  Divide the chunk size by the compression ratio
26577         (needed for MACE audio)
26578
26579 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26582           Fix buffer overflow read error.
26583
26584 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * ext/alsa/gstalsa.h:
26587           Remove unused entry.
26588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26589           Add cinepak.
26590         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26591         (gst_videodrop_link), (gst_videodrop_chain):
26592           Fix, sort of. Was horribly broken with new capsnego. Bah...
26593
26594 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26595
26596         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26597         (plugin_init):
26598         Add a monkeysaudio typefind function
26599
26600 2004-03-23  Johan Dahlin  <johan@gnome.org>
26601
26602         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26603         (gst_play_video_fixate): Check so the structure has the field
26604         before trying to fixate them, this makes it possible to have
26605         fakesinks for video and audio output without printing errors on
26606         the output console.
26607
26608 2004-03-22  David Schleef  <ds@schleef.org>
26609
26610         * sys/oss/Makefile.am:
26611         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26612         (check_rate), (add_rate):  Rate probing test app.
26613
26614 2004-03-21  Benjamin Otte  <otte@gnome.org>
26615
26616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26617         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26618           add a fixation function that pretty much does the right thing (fixes
26619           #137556)
26620
26621 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26622
26623         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26624
26625 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26626
26627         reviewed by: Benjamin Otte  <otte@gnome.org>
26628
26629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26630           terminate gst_event_new_discontinuous correctly (fixes parts of
26631           #137711)
26632
26633 2004-03-19  David Schleef  <ds@schleef.org>
26634
26635         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26636         since it doesn't depend on X, and it's part of our ABI.
26637
26638 2004-03-19  Iain <iain@prettypeople.org>
26639
26640         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26641         is_int in the structure, not the local variable.
26642
26643 2004-03-19  David Schleef  <ds@schleef.org>
26644
26645         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26646         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26647         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26648         Improvements in caps negotiation.
26649
26650 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26651
26652         * po/LINGUAS:
26653         * po/af.po:
26654           adding Afrikaans (Petri Jooste)
26655
26656 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26659         (gst_ffmpegcolorspace_chain):
26660         throw error instead of g_critical (#137588)
26661
26662 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26663
26664         * Makefile.am:
26665         * configure.ac:
26666           dist common and m4 correctly
26667         * po/sv.po:
26668
26669 2004-03-17  David Schleef  <ds@schleef.org>
26670
26671         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26672         (bug #137348)
26673
26674 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * po/LINGUAS:
26677         * po/sv.po:
26678           adding Swedish translation (Christian Rose)
26679
26680 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26681
26682         * Makefile.am: use release.mak
26683
26684 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26685
26686         * common/ChangeLog:
26687         * common/gst-autogen.sh:
26688           add some explanation about the version detection
26689         * configure.ac:
26690           fix X check
26691
26692 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26693
26694         * configure.ac: bump nano to 1
26695
26696 === release 0.8.0 ===
26697
26698 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26699
26700         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26701
26702 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26703
26704         * configure.ac:
26705           update libtool version
26706         * gst-libs/gst/media-info/Makefile.am:
26707           actually use libtool version
26708
26709 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26710
26711         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26712
26713 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26714
26715         * configure.ac:
26716         * gst-plugins.spec.in:
26717         * pkgconfig/Makefile.am:
26718         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26719         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26720         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26721         * pkgconfig/gstreamer-libs.pc.in:
26722         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26723         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26724         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26725         * pkgconfig/gstreamer-plugins.pc.in:
26726           remove @VERSION@ from some of the pc files since core and plugins
26727           are decoupled.
26728           created gstreamer-plugins.pc as it's a better name, but keeping
26729           -libs around for now to get fixes upstream done first.
26730
26731 2004-03-15  Julien MOUTTE <julien@moutte.net>
26732
26733         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26734         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26735         * gst-libs/gst/play/play.h:
26736
26737 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26738
26739         * *.c, *.cc: don't mix tabs and spaces
26740
26741 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26742
26743         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26744           use the new ffmpegcolorspace
26745         * gst-plugins.spec.in:
26746           package new colorspace and media-info
26747         * configure.ac:
26748         * pkgconfig/Makefile.am:
26749           fix some more disting issues
26750         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26751         * pkgconfig/gstreamer-media-info.pc.in:
26752           generate media-info pc files
26753
26754 2004-03-15  Johan Dahlin  <johan@gnome.org>
26755
26756         * *.h: Revert indenting
26757
26758 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26759
26760         * configure.ac:
26761           adding ffmpegcolorspace element
26762         * gst/ffmpegcolorspace/Makefile.am:
26763         * gst/ffmpegcolorspace/avcodec.h:
26764         * gst/ffmpegcolorspace/common.h:
26765         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26766         * gst/ffmpegcolorspace/dsputil.h:
26767         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26769         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26770         (gst_ffmpeg_caps_to_pix_fmt):
26771         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26772         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26773         (gst_ffmpegcolorspace_caps_remove_format_info),
26774         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26775         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26776         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26777         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26778         (gst_ffmpegcolorspace_set_property),
26779         (gst_ffmpegcolorspace_get_property),
26780         (gst_ffmpegcolorspace_register):
26781         * gst/ffmpegcolorspace/imgconvert.c:
26782         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26783         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26784         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26785         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26786         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26787         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26788         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26789         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26790         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26791         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26792         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26793         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26794         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26795         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26796         (img_get_alpha_info), (deinterlace_line),
26797         (deinterlace_line_inplace), (deinterlace_bottom_field),
26798         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26799         * gst/ffmpegcolorspace/imgconvert_template.h:
26800         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26801         * gst/ffmpegcolorspace/mmx.h:
26802         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26803           adding ffmpegcolorspace element supplied by Ronald after cleaning
26804           up and pulling in the right bits of upstream source.
26805           I'm sure a better C/compiler wizard could do some cleaning up (for
26806           example use GLIB's malloc stuff), but as a first pass this
26807           works very well
26808
26809 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26810
26811         * ext/alsa/gstalsa.h:
26812           I assume Ronald forgot to commit the change to have cardname
26813           as a struct member.  Expect some public spanking at the next
26814           opportunity.
26815
26816 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26819         (gst_alsa_open_audio), (gst_alsa_close_audio):
26820         * ext/alsa/gstalsa.c:
26821           Don't open the device if we're a mixer (= padless).
26822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26823         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26824         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26825           Open mixer during state change rather than during object
26826           initialization. Also, get a device name. Currently in a somewhat
26827           hackish fashion, but I didn't really find something better.
26828
26829 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26830
26831         * *.c, *.h: run gst-indent
26832
26833 2004-03-14  Benjamin Otte  <otte@gnome.org>
26834
26835         * gst/modplug/gstmodplug.cc:
26836         * gst/modplug/gstmodplug.h:
26837           set correct timestamps on outgoing buffers
26838
26839 2004-03-14  Benjamin Otte  <otte@gnome.org>
26840
26841         * gst/modplug/gstmodplug.cc:
26842           handle events - don't do crap when a discont arrives that's not
26843           necessary
26844           This allows correct loading and playback of mods in Rhythmbox
26845
26846 2004-03-14  Benjamin Otte  <otte@gnome.org>
26847
26848         * configure.ac:
26849         * gst-libs/gst/gconf/Makefile.am:
26850         * pkgconfig/Makefile.am:
26851           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26852           they get rebuilt properly
26853         * configure.ac:
26854           when checking for vorbis, try pkgconfig first.
26855         * gst/modplug/gstmodplug.cc:
26856           add fixate function
26857
26858 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26861           Fix for obvious mistake, where we first shift the offset and then
26862           read a samplesize element assuming the old offset. Note that this
26863           part still has something weird, i.e. my movies containing those
26864           don't actually play well, but at least there's something that looks
26865           like sound now.
26866
26867 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26868         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26869         (plugin_init):
26870         Add a typefind function for speex format
26871
26872 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26875         (gst_asf_demux_setup_pad):
26876           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26877           instead of 0. Reason is simple: some elements have a fps range
26878           of 1-max instead of 0-max. So now ASF video actually works.
26879
26880 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26881
26882         * po/LINGUAS:
26883         * po/sr.po:
26884           adding serbian as a language
26885
26886 2004-03-13  Benjamin Otte  <otte@gnome.org>
26887
26888         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26889           return taglist correctly from _get function, don't gst_pad_push it.
26890           (fixes #137042)
26891
26892 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26893         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26894
26895 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26898         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26899         (gst_alsa_mixer_track_new):
26900         * ext/alsa/gstalsamixertrack.h:
26901           Fix ancient leftovers... MixerTrack is a GObject.
26902
26903 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26906         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26907           Don't block during probing...
26908
26909 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26912         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26913         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26914         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26915         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26916         (gst_alsa_open_audio), (gst_alsa_close_audio):
26917         * ext/alsa/gstalsa.h:
26918           Add propertyprobe interface implementation, add some device-name
26919           property, all this so that it looks good in gnome-volume-control.
26920
26921 2004-03-12  David Schleef  <ds@schleef.org>
26922
26923         * configure.ac: the Hermes library controls hermescolorspace, not
26924         colorspace.
26925         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26926         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26927         not /* */
26928         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26929         * ext/sdl/sdlvideosink.h: ditto.
26930         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26931
26932 2004-03-12  Benjamin Otte  <otte@gnome.org>
26933
26934         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26935         (gst_x_overlay_got_xwindow_id):
26936         * gst-libs/gst/xoverlay/xoverlay.h:
26937           replace XID with unsigned long to get rid of the xlibs dependency in
26938           XOverlay (fixes #137004)
26939
26940 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26941         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26942         (gst_agingtv_setup):
26943         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26944         (gst_dicetv_base_init), (gst_dicetv_class_init),
26945         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26946         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26947         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26948         (gst_edgetv_setup), (gst_edgetv_rgb32):
26949         * gst/effectv/gsteffectv.c:
26950         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26951         (gst_quarktv_set_property):
26952         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26953         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26954         (gst_revtv_setup), (gst_revtv_rgb32):
26955         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26956         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26957         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26958         (gst_shagadelictv_rgb32):
26959         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26960         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26961         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26962         * gst/effectv/gstwarp.c:
26963         Port everything that can be ported to videofilter and fix up the caps.
26964         Can someone with a big-endian machine please check these?
26965
26966 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26969         (gst_osssink_chain), (gst_osssink_change_state):
26970           Latest fixes for A/V sync, audio playback and such. This is about
26971           all... MPEG playback issues are mostly related to the async build-
26972           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26973
26974 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26975
26976         patch from: Stephane Loeuillet
26977
26978         * configure.ac:
26979           use pkg-config for some libraries, falling back to the old .m4 way
26980           (fixes #131270)
26981         * m4/libdv.m4:
26982           removed
26983
26984 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26985
26986         * configure.ac:
26987         * tools/Makefile.am:
26988         * tools/Makefile.in:
26989         * tools/gst-launch-ext-m.m:
26990         * tools/gst-launch-ext.1.in:
26991         * tools/gst-visualise-m.m:
26992         * tools/gst-visualise.1:
26993         * tools/gst-visualise.1.in:
26994           reorganizing generation of script tools
26995
26996 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * ext/divx/gstdivxdec.c:
26999           Downgrade priority. We prefer ffdec_mpeg4.
27000         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27001         (gst_faad_chain), (gst_faad_change_state):
27002           Fix capsnego. Doesn't work for some sounds because we don't have
27003           a 5:1 to stereo element.
27004         * ext/xvid/gstxvid.c: (plugin_init):
27005           Add priority.
27006         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27007         (gst_osssink_change_state):
27008           Add discont handling.
27009
27010 2004-03-09  Colin Walters  <walters@verbum.org>
27011
27012         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27013         conversion.
27014
27015 2004-03-09  Benjamin Otte  <otte@gnome.org>
27016
27017         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27018           the signals take 2 arguments
27019
27020 2004-03-09  David Schleef  <ds@schleef.org>
27021
27022         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27023         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27024         * ext/alsa/gstalsa.h:
27025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27026
27027 2004-03-09  Benjamin Otte  <otte@gnome.org>
27028
27029         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27030         (gst_mikmod_change_state):
27031         * ext/mikmod/gstmikmod.h:
27032           make mikmod's loop function not loop infinitely and call
27033           gst_element_yield anymore
27034         * gst/modplug/gstmodplug.cc:
27035           fix pad negotiation (fixes #136590)
27036
27037 2004-03-09  David Schleef  <ds@schleef.org>
27038
27039         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27040         doesn't conflict with the internal colorspace plugin.
27041         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27042         satisfy the crappy-ass shell shipped by a certain vendor.
27043         * gst/videofilter/make_filter: same (bug #135299)
27044
27045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27046
27047         * configure.ac: bump nano to 1
27048
27049 === release 0.7.6 ===
27050
27051 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27052
27053         * configure.in: releasing 0.7.6, "There"
27054
27055 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27056
27057         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27058         * pkgconfig/gstreamer-play.pc.in:
27059           synchronize the two
27060
27061 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27062
27063         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27064         (cdparanoia_open), (cdparanoia_event):
27065           fix/add error handling
27066         * po/POTFILES.in:
27067           add cdparanoia source
27068         * tools/Makefile.am:
27069           make scripts executable
27070
27071 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27072
27073         * configure.ac:
27074         * ext/vorbis/Makefile.am:
27075         * sys/Makefile.am:
27076           remove id3types, vorbisfile and xvideosink from the build (#133783)
27077
27078 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27079
27080         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27081           Fix metadata read crash (#136537).
27082
27083 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27084
27085         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27086         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27087           adding mime types, fixing the one-stop function
27088
27089 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27090
27091         * ext/nas/nassink.c and /ext/nas/nassink.h:
27092         More NAS love from Arwed von Merkatz
27093         So lets all sing 'Can you feel the NAS tonight'
27094
27095 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27096
27097         * tools/gst-launch-ext.in:
27098         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27099
27100 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27101
27102         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27103         (gst_mpeg2dec_init):
27104         remove the user_data pad for now, because it is being used in
27105         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27106         If someone knows how to fix this properly, please do.
27107
27108 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27109
27110         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27111         (gst_osssink_get_time):
27112         add a warning, IMO this won't get triggered anymore, remove later
27113
27114 2004-03-07  David Schleef  <ds@schleef.org>
27115
27116         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27117         format (bug #136470)
27118
27119 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27120
27121         * gst-libs/Makefile.am:
27122         * gst-libs/gst/media-info/Makefile.am:
27123         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27124         (error_callback), (gst_media_info_error_create),
27125         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27126         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27127         * gst-libs/gst/media-info/media-info-priv.h:
27128         * gst-libs/gst/media-info/media-info-test.c: (main):
27129         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27130         (gst_media_info_class_init), (gst_media_info_instance_init),
27131         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27132         (gst_media_info_read_idler), (gst_media_info_read):
27133         * gst-libs/gst/media-info/media-info.h:
27134         fixed, should work now
27135
27136 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27137
27138         * ext/nas/nassink.c:
27139         A bunch of NAS fixes from Arwed von Merkatz
27140
27141 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27144         (qtdemux_parse_trak):
27145           Fix crash (j might be greater than n_samples, in which case we're
27146           writing outside the allocated space for the array) and memleak.
27147
27148 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * sys/oss/gstosssink.c: (gst_osssink_chain):
27151           And another caller that couldn't handle delay < 0 (unsigned
27152           integer overflow). Video now continues playing on an audio
27153           buffer underrun, and the clock continues working. Audio still
27154           stalls.
27155
27156 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27159         (gst_osssink_get_time):
27160           get_delay() may return values lower than 0. In those cases, we
27161           should not actually cast to *unsigned* int64, that will break
27162           stuff horribly. In my case, it screwed up A/V sync in movies
27163           in totem rather badly.
27164
27165 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27166
27167         * ext/faac/gstfaac.c: (gst_faac_chain):
27168         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27169         * ext/libpng/gstpngenc.c: (user_write_data):
27170         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27171         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27172         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27173         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27174         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27175         of any buffer), should fix some leaks. I hope I didn't unref buffers
27176         that shouldn't be...
27177
27178 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27179
27180         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27181         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27182         (error_callback), (gmi_reset), (gmi_seek_to_track),
27183         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27184         (gmip_find_type_post), (gmip_find_stream_post),
27185         (gmip_find_track_streaminfo_post):
27186         * gst-libs/gst/media-info/media-info-priv.h:
27187         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27188         (info_print), (main):
27189         * gst-libs/gst/media-info/media-info.c:
27190         (gst_media_info_error_create), (gst_media_info_error_element),
27191         (gst_media_info_instance_init), (gst_media_info_get_property),
27192         (gst_media_info_new), (gst_media_info_set_source),
27193         (gst_media_info_read_idler), (gst_media_info_read):
27194         * gst-libs/gst/media-info/media-info.h:
27195           first pass at making this work again.  This seems to work on
27196           tagged ogg/vorbis and mp3 files.
27197
27198 2004-03-06  Benjamin Otte  <otte@gnome.org>
27199
27200         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27201           fix huge leak: gst_buffer_merge doesn't unref the first argument
27202           itself.
27203
27204 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27207           report layer/mode/emphasis
27208
27209 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27210
27211         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27212
27213 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27214
27215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27216           signal serial
27217
27218 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27219
27220         * ext/vorbis/vorbis.c: (plugin_init):
27221         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27222         (gst_vorbis_dec_init), (vorbis_dec_event):
27223         add debug category
27224         make vorbisdec handle _BYTE and _TIME queries
27225
27226 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27227
27228         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27229           from the xing header
27230
27231 2004-03-06  Benjamin Otte  <otte@gnome.org>
27232
27233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27234         (gst_audio_convert_link), (gst_audio_convert_change_state),
27235         (gst_audio_convert_buffer_from_default_format):
27236           do conversions from/to float correctly, fix some caps nego errors,
27237           export correct supported caps in template and getcaps, use correct
27238           caps in try_set_caps functions
27239
27240 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27241
27242         For some reason, I only committed a ChangeLog entry yesterday and
27243         not the corresponding code...
27244         * ext/mad/gstmad.c: Fix detection of Xing headers
27245         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27246
27247 2004-03-06  Benjamin Otte  <otte@gnome.org>
27248
27249         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27250         (gst_ogg_demux_src_query):
27251           make sure to handle the case where there's no current chain
27252           gracefully.
27253
27254 2004-03-05  David Schleef  <ds@schleef.org>
27255
27256         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27257         Add fixate function. (bug #131128)
27258         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27259         (gst_sdlvideosink_fixate):  Add fixate function.
27260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27261         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27262         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27263         Fix missing break that was causing ulaw to be interpreted as
27264         raw int.
27265
27266 2004-03-05  David Schleef  <ds@schleef.org>
27267
27268         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27269         Fix code that ignores return value of gst_buffer_merge().
27270         (bug #114560)
27271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27272         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27273         * testsuite/gst-lint:  Check for above.
27274
27275 2004-03-05  David Schleef  <ds@schleef.org>
27276
27277         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27278         caps and throw an element error.  (bug #136334)
27279
27280 2004-03-05  David Schleef  <ds@schleef.org>
27281
27282         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27283         (gst_faad_chain): Fix negotiation.
27284         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27285         key and button events.
27286         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27287         dung heap of code.
27288         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27289         depends on gconf
27290         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27292         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27293         function to encourage better negotiation, particularly between
27294         audioconvert and osssink.
27295         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27296         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27297         more important.
27298         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27299         typefinding.
27300         * gst/vbidec/vbiscreen.c:  Add glib header
27301         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27302
27303 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27304
27305         * ext/mad/gstmad.c: Fix detection of Xing headers
27306         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27307
27308 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27309
27310         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27311         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27312           debug updates
27313
27314 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27315
27316         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27317         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27318         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27319         files, and report the parsed length as a GST_TAG_DURATION tag.
27320         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27321
27322 2004-03-05  Benjamin Otte  <otte@gnome.org>
27323
27324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27325           convert channels correctly. convert correctly to unsigned.
27326
27327 2004-03-05  Julien MOUTTE <julien@moutte.net>
27328
27329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27330         we have a window before clearing it.
27331
27332 2004-03-05  Julien MOUTTE <julien@moutte.net>
27333
27334         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27335         have a window before clearing it.
27336
27337 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27338
27339         * gconf/gstreamer.schemas.in:
27340         * gst-libs/gst/gconf/Makefile.am:
27341           version installation path the same way as for 0.6
27342         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27343         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27344         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27345           remove comment that was fixed
27346
27347 2004-03-05  David Schleef  <ds@schleef.org>
27348
27349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27350         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27351         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27352         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27353         Add prototype code for handling seeking and querying.
27354
27355 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27356
27357         * examples/gstplay/player.c: (main):
27358           Initialize variables to NULL. Prevents a segfault because the
27359           (uninitialized) variable is not NULL, resulting in a crash on
27360           trying to reach error->message.
27361
27362 2004-03-05  Benjamin Otte  <otte@gnome.org>
27363
27364         * gst/audioconvert/gstaudioconvert.c:
27365         (gst_audio_convert_buffer_to_default_format):
27366         make float=>int conversion work correctly even in cornercases.
27367
27368 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27369
27370         * debian/README.Debian:
27371         * debian/build-deps:
27372         * debian/changelog:
27373         * debian/control:
27374         * debian/control.in:
27375         * debian/copyright:
27376         * debian/gstreamer-a52dec.files:
27377         * debian/gstreamer-aa.files:
27378         * debian/gstreamer-alsa.files:
27379         * debian/gstreamer-alsa.manpages:
27380         * debian/gstreamer-arts.files:
27381         * debian/gstreamer-artsd.files:
27382         * debian/gstreamer-audiofile.files:
27383         * debian/gstreamer-avifile.files:
27384         * debian/gstreamer-cdparanoia.files:
27385         * debian/gstreamer-colorspace.files:
27386         * debian/gstreamer-doc.files:
27387         * debian/gstreamer-dv.files:
27388         * debian/gstreamer-dvd.files:
27389         * debian/gstreamer-esd.files:
27390         * debian/gstreamer-festival.files:
27391         * debian/gstreamer-flac.files:
27392         * debian/gstreamer-gconf.conffiles:
27393         * debian/gstreamer-gconf.files:
27394         * debian/gstreamer-gconf.postinst:
27395         * debian/gstreamer-gnomevfs.files:
27396         * debian/gstreamer-gsm.files:
27397         * debian/gstreamer-http.files:
27398         * debian/gstreamer-jack.files:
27399         * debian/gstreamer-jpeg.files:
27400         * debian/gstreamer-mad.files:
27401         * debian/gstreamer-mikmod.files:
27402         * debian/gstreamer-misc.files:
27403         * debian/gstreamer-mpeg2dec.files:
27404         * debian/gstreamer-oss.files:
27405         * debian/gstreamer-plugin-apps.files:
27406         * debian/gstreamer-plugin-apps.manpages:
27407         * debian/gstreamer-plugin-libs-dev.files:
27408         * debian/gstreamer-plugin-libs.files:
27409         * debian/gstreamer-plugin-template.postinst:
27410         * debian/gstreamer-plugin-template.postrm:
27411         * debian/gstreamer-sdl.files:
27412         * debian/gstreamer-sid.files:
27413         * debian/gstreamer-vorbis.files:
27414         * debian/gstreamer-x.files:
27415         * debian/mk.control:
27416         * debian/rules:
27417         Debian package info not maintained here.
27418
27419 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27420
27421         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27422         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27423         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27424         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27425         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27426         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27427         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27428         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27429         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27430         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27431         * gst-libs/gst/colorbalance/colorbalance.c:
27432         (gst_color_balance_class_init):
27433         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27434         (gst_color_balance_channel_class_init):
27435         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27436         * gst-libs/gst/play/play.c: (gst_play_class_init):
27437         * gst-libs/gst/propertyprobe/propertyprobe.c:
27438         (gst_property_probe_iface_init):
27439         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27440         * gst-libs/gst/tuner/tunerchannel.c:
27441         (gst_tuner_channel_class_init):
27442         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27443         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27444         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27445         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27446         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27447         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27448         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27451           fix signals to use - instead of _
27452         * ext/libcaca/gstcacasink.h:
27453         * ext/sdl/sdlvideosink.h:
27454           fix header rename
27455
27456 2004-03-04  David Schleef  <ds@schleef.org>
27457
27458         * testsuite/gst-lint:  Add a check for bad signal names.
27459
27460 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27461
27462         reviewed by David Schleef
27463
27464         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27465         modified the alpha channel and caused a warning. (bug #136192)
27466
27467 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27468
27469         * gst-plugins.spec.in:
27470         Change names of plugins to actually be correct. Try to keep things
27471         alphabetical to avoid getting beat up by Thomas
27472
27473 2004-03-03  Julien MOUTTE <julien@moutte.net>
27474
27475         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27476         Using ximagesink as a default if no gconf key found. We should
27477         probably consider using alsasink instead of osssink for the audio
27478         part.
27479
27480 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27481
27482         * configure.ac:
27483           fix --with-plugins, don't think it ever worked before
27484         * gst-plugins.spec.in:
27485           even more updates
27486
27487 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * ext/sdl/sdlvideosink.h:
27490         * sys/ximage/ximagesink.h:
27491         * sys/xvideo/xvideosink.h:
27492         * sys/xvimage/xvimagesink.h:
27493           Fix for move of gstvideosink.h -> videosink.h.
27494
27495 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27496
27497         * gst-libs/gst/xwindowlistener/Makefile.am:
27498           this is a plugin library, not a library
27499
27500 2004-03-01  David Schleef  <ds@schleef.org>
27501
27502         * AUTHORS:  Added some names.  Add yourself if you're still
27503         missing.
27504
27505 2004-03-01  David Schleef  <ds@schleef.org>
27506
27507         * MAINTAINERS: Add
27508
27509 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27510
27511         * gst-plugins.spec.in: clean up spec file
27512
27513 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27514
27515         * gst-libs/gst/video/Makefile.am:
27516         * gst-libs/gst/video/gstvideosink.c:
27517         * gst-libs/gst/video/gstvideosink.h:
27518           rename gstvideosink.h to videosink.h to match other headers
27519         * gst/mixmatrix/Makefile.am:
27520           fix plugin filename
27521         * gst/tags/Makefile.am: fix plugin filename
27522
27523 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27524
27525         * gst/tags/Makefile.am: fix plugin filename
27526
27527 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27528
27529         * examples/gstplay/player.c: (got_time_tick), (main):
27530           add error handler
27531           display time_tick more readably
27532         * gst/mixmatrix/Makefile.am:
27533           fix plugin file name
27534
27535 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27536
27537         * sys/oss/gstosselement.c: (gst_osselement_probe),
27538         (device_combination_append), (gst_osselement_class_probe_devices):
27539         * sys/oss/gstosselement.h:
27540           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27541           on my system using alsa oss emulation, fixes bug #135597
27542
27543 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27546         (gst_videodrop_chain), (gst_videodrop_change_state):
27547         * gst/videodrop/gstvideodrop.h:
27548           Work based on timestamp of input data, not based on the expected
27549           framerate from the input. The consequence is that this element now
27550           not only scales framerates, but also functions as a framerate
27551           corrector or framerate stabilizer/constantizer.
27552
27553 2004-02-27  David Schleef  <ds@schleef.org>
27554
27555         patches from jmmv@menta.net (Julio M. Merino Vidal)
27556
27557         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27558         GST_ELEMENT_ERROR call (bug #135634)
27559         * gst/interleave/interleave.c: (interleave_buffered_loop),
27560         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27561         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27562         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27563         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27564         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27565         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27566         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27567         Fix GST_ELEMENT_ERROR call.
27568         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27569         GST_ELEMENT_ERROR call.
27570
27571 2004-02-27  Benjamin Otte  <otte@gnome.org>
27572
27573         * gst-libs/gst/audio/audio.h:
27574           add macro to make sure header isn't included twice
27575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27576           don't use gst_buffer_free
27577         * gst/playondemand/filter.func:
27578           don't use gst_data_free. Free data only once.
27579
27580 2004-02-26  David Schleef  <ds@schleef.org>
27581
27582         * gst-libs/gst/colorbalance/Makefile.am:
27583         * gst-libs/gst/mixer/Makefile.am:
27584         * gst-libs/gst/tuner/Makefile.am:
27585         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27586         should not be disted, -marshal.h files should not be installed,
27587         and -enum.h files _should_ be installed.  Fix to make this the
27588         case.
27589
27590 === release 0.7.5 ===
27591
27592 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27593
27594         * configure.ac: release 0.7.5, "Under The Sea"
27595
27596 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27597
27598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27599         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27600         * gst/videoscale/gstvideoscale.c:
27601         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27602           assorted debug/warning fixes
27603
27604 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27607         (gst_videoscale_init), (gst_videoscale_chain),
27608         (gst_videoscale_set_property), (plugin_init):
27609         * gst/videoscale/gstvideoscale.h:
27610         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27611         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27612         (gst_videoscale_planar400), (gst_videoscale_packed422),
27613         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27614         (gst_videoscale_24bit), (gst_videoscale_16bit),
27615         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27616         (gst_videoscale_scale_plane_slow),
27617         (gst_videoscale_scale_point_sample),
27618         (gst_videoscale_scale_nearest),
27619         (gst_videoscale_scale_nearest_str2),
27620         (gst_videoscale_scale_nearest_str4),
27621         (gst_videoscale_scale_nearest_32bit),
27622         (gst_videoscale_scale_nearest_24bit),
27623         (gst_videoscale_scale_nearest_16bit):
27624         add debugging category and use it properly
27625         fix use of GST_PTR_FORMAT
27626
27627 2004-02-25  Andy Wingo  <wingo@pobox.com>
27628
27629         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27630         push only when channel->buffer is NULL. Prevents segfaults doing
27631         the state change after a nonlocal exit, like a scheme exception.
27632
27633         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27634         Handle the case where the intersected caps is empty.
27635
27636 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27637
27638         * gst/law/mulaw-decode.c: (mulawdec_link):
27639         * gst/law/mulaw.c: (plugin_init):
27640           fix mulawdec so it actually works again
27641
27642 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27643
27644         reviewed by: David Schleef  <ds@schleef.org>
27645
27646         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27647         (gst_gamma_init), (gst_gamma_set_property),
27648         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27649         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27650         for RGB, with separate r g and b correction factors. (#131167)
27651
27652 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27655           only signal tags for bitrate if they're > 0 (#134894)
27656
27657 2004-02-24  David Schleef  <ds@schleef.org>
27658
27659         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27660         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27661         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27662         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27663         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27664         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27665         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27666         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27667         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27668         category.  Attempt to fix timestamp calculation.
27669
27670 2004-02-24  Johan Dahlin  <johan@gnome.org>
27671
27672         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27673
27674 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27675
27676         * configure.ac:
27677         * gconf/Makefile.am:
27678         * gconf/gstreamer.schemas:
27679         * gst-libs/gst/gconf/Makefile.am:
27680         * gst-libs/gst/gconf/gconf.c:
27681           version gconf schemas and install locations
27682
27683 2004-02-23  Benjamin Otte  <otte@gnome.org>
27684
27685         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27686         (gst_xine_input_subclass_init):
27687           call parent dispose.
27688           change pad template for CD reader correctly
27689         * ext/xine/Makefile.am:
27690         * ext/xine/gstxine.h:
27691         * ext/xine/xine.c: (plugin_init):
27692         * ext/xine/xineaudiosink.c:
27693           wrap audio sinks, too
27694         * gst-libs/gst/resample/private.h:
27695         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27696         (gst_resample_reinit), (gst_resample_scale),
27697         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27698         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27699         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27700         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27701         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27702         * gst-libs/gst/resample/resample.h:
27703         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27704         (gst_audioscale_class_init), (gst_audioscale_link),
27705         (gst_audioscale_get_buffer), (gst_audioscale_init),
27706         (gst_audioscale_chain), (gst_audioscale_set_property),
27707         (gst_audioscale_get_property):
27708         * gst/audioscale/gstaudioscale.h:
27709           s/resample_*/gst_resample_*/i to not clobber namespaces
27710
27711 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27712
27713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27714         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27715         (gst_riff_create_video_template_caps),
27716         (gst_riff_create_audio_template_caps),
27717         (gst_riff_create_iavs_template_caps):
27718         * gst-libs/gst/riff/riff-media.h:
27719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27720         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27721         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27722         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27724         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27725         (gst_matroska_demux_plugin_init): First batch implementing audio and
27726         video codec tags in demuxers.
27727
27728 2004-02-22  Benjamin Otte  <otte@gnome.org>
27729
27730         * ext/xine/Makefile.am:
27731         * ext/xine/gstxine.h:
27732         * ext/xine/xine.c: (plugin_init):
27733         * ext/xine/xineinput.c:
27734           add input plugin wrapper. Playback from files, http, mms and cdda
27735           works.
27736         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27737           remove leftover G_GNUC_UNUSED
27738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27739         (gst_asf_demux_identify_guid):
27740           improve debugging output
27741
27742 2004-02-22  Benjamin Otte  <otte@gnome.org>
27743
27744         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27745
27746         * autogen.sh:
27747           replace test -e with test -x for mkinstalldirs to be more portable.
27748           (fixes #134816)
27749
27750 2004-02-22  Benjamin Otte  <otte@gnome.org>
27751
27752         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27753
27754         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27755           set rank to PRIMARY
27756         * gst/volume/gstvolume.c: (plugin_init):
27757           set rank to NONE
27758         fixes #134960
27759
27760 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27761
27762         reviewed by Benjamin Otte  <otte@gnome.org>
27763
27764         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27765           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27766
27767 2004-02-22  Benjamin Otte  <otte@gnome.org>
27768
27769         * configure.ac:
27770           export [_]*{gst,Gst,GST}.* symbols from plugins
27771
27772 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27773
27774         reviewed by: Benjamin Otte  <otte@gnome.org>
27775
27776         * ext/lame/gstlame.c: (add_one_tag):
27777         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27779         (gst_vorbisenc_metadata_set1):
27780         * gst/tags/gstid3tag.c:
27781         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27782           apply fixes from bugs #135042 (lame can't write tags) and #133817
27783           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27784
27785 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27786
27787         * configure.ac: Export only gst_plugin_desc from plugins.
27788          Note that this change only makes any effect with Linux using libtool
27789          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27790          fine. And don't try to have several versions of libtool in different
27791          directories.
27792
27793 2004-02-20  Andy Wingo  <wingo@pobox.com>
27794
27795         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27796         interleave respectively.
27797
27798         * gst/interleave/deinterleave.c: New plugin: deinterleave
27799         (replaces on oneton).
27800         * gst/interleave/interleave.c: New plugin: interleave.
27801         * gst/interleave/plugin.h: Support file.
27802         * gst/interleave/plugin.c: Support file.
27803
27804         * configure.ac: Remove intfloat and oneton, add interleave.
27805
27806         * ext/sndfile/gstsf.c: Handle events better.
27807
27808         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27809         and float2int operation. int2float has scheduling problems as
27810         noted in in2float_chain.
27811
27812 2004-02-20  Benjamin Otte  <otte@gnome.org>
27813
27814         * ext/xine/Makefile.am:
27815         * ext/xine/gstxine.h:
27816         * ext/xine/xine.c:
27817         * ext/xine/xineaudiodec.c:
27818         * ext/xine/xinecaps.c:
27819           add first version of xine plugin wrapper. Currently only wraps the
27820           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27821         * configure.ac:
27822         * ext/Makefile.am:
27823           add xine plugin wrapper, disabled by default. Use --enable-xine to
27824           build. Note that it'll segfault on gst-register if you don't remove
27825           the goom and tvtime post plugins from xine.
27826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27827         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27828           add extradata parsing for QDM2.
27829           change around debugging prints.
27830
27831 2004-02-19  Benjamin Otte  <otte@gnome.org>
27832
27833         * ext/lame/gstlame.c: (gst_lame_chain):
27834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27835           use gst_tag_list_insert when you want to insert tags
27836
27837 2004-02-18  David Schleef  <ds@schleef.org>
27838
27839         * configure.ac:  Move massink to gst-rotten
27840         * ext/Makefile.am:
27841         * ext/mas/Makefile.am:
27842         * ext/mas/massink.c:
27843         * ext/mas/massink.h:
27844
27845 2004-02-18  David Schleef  <ds@schleef.org>
27846
27847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27848         typefinding, since it seems to be worse than nothing.
27849         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27850         atom to recognize .mp4 and .m4a files as video/quicktime.
27851
27852 2004-02-18  David Schleef  <ds@schleef.org>
27853
27854         * gst/sine/demo-dparams.c: (quit_live),
27855         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27856         Use double dparams, not float.
27857         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27858         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27859         sync'd elements don't really work correctly.
27860         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27861         (volume_update_volume), (volume_get_property):  Change dparam
27862         to double.
27863
27864 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27865
27866         * sys/ximage/ximagesink.c:
27867         (gst_ximagesink_xwindow_update_geometry),
27868         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27869         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27870         (gst_ximagesink_init): Rework the way software video scaling works. So
27871         now we check on each chain call if the video frames are feeling the
27872         window. If not we try to renegotiate caps. On failure we memorize that
27873         and we won't try again for that PLAYING sessions.
27874         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27875         failure.
27876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27877         synchronous flag.
27878
27879 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27880
27881         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27882           break up _link so we can give a better debug message for errors
27883
27884 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27885
27886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27887           set up debug category
27888
27889 2004-02-18  Julien MOUTTE <julien@moutte.net>
27890
27891         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27892         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27893         the way renegotiation work. The event handling function is not taking
27894         care of external windows and renegotiate method check for pad flags
27895         NEGOTIATING. Should fix : #133209
27896
27897 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27898
27899         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27900         pad is negotiating before trying renegotiation.
27901
27902 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27903
27904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27905           pass on all possible mime types as typefind hints
27906
27907 2004-02-17  Julien MOUTTE <julien@moutte.net>
27908
27909         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27911         possible SHM leak if we crash. All other apps using XShm are doing
27912         that.
27913
27914 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27915
27916         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27917         (gst_ximagesink_expose): Renegotiate size on expose.
27918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27919         size on expose.
27920
27921 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27922
27923         * testsuite/alsa/sinesrc.c:
27924           cosmetic fix to fix compile issue with gcc 2.95.4
27925
27926 2004-02-16  Julien MOUTTE <julien@moutte.net>
27927
27928         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27929         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27930         failed opening the audio device.
27931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27932         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27933         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27934         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27935         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27936         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27937         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27938         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27939         Removing some useless g_return_if_fail like wingo suggested.
27940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27941         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27942         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27943         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27944         (gst_xvimagesink_update_colorbalance),
27945         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27946         (gst_xvimagesink_xcontext_clear),
27947         (gst_xvimagesink_get_fourcc_from_caps),
27948         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27949         (gst_xvimagesink_set_xwindow_id),
27950         (gst_xvimagesink_colorbalance_list_channels),
27951         (gst_xvimagesink_colorbalance_set_value),
27952         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27953         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27954
27955 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27956
27957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27958           throw error when not negotiated instead of asserting
27959
27960 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27961
27962         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27963         correct data refcounting.
27964
27965 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27966
27967         * gst/switch/gstswitch.c: (gst_switch_change_state),
27968         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27969         change, mostly the EOS flag.
27970
27971 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27972
27973         * examples/gstplay/player.c: (got_eos), (main): Adding some
27974         output for debugging.
27975         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27976         timeouts if we go to any state different from PLAYING.
27977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27978         more EOS bugs in riff lib.
27979
27980 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27981
27982         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27983         visualization until i find a way to fix switch correctly.
27984         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27985         EOS arrives.
27986         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27987         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27988         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27989         Reworked switch to get a more correct behaviour with events and refing
27990         of data stored in sinkpads.
27991         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27992         we don't pull from a pad in EOS.
27993
27994 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27995
27996         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27997           remove v1 tag even if we can't read it (makes sure we don't detect
27998           it again)
27999
28000 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28001
28002         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28003         (gst_alsa_xrun_recovery):
28004         * ext/alsa/gstalsa.h:
28005           try xrun recovery when wait failed. Make xrun recovery function
28006           return TRUE/FALSE to indicate success. (might fix #134354)
28007
28008 2004-02-13  David Schleef  <ds@schleef.org>
28009
28010         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28011         (dynparm_value_changed), (main): Convert from float to double.
28012         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28013
28014 2004-02-13  David Schleef  <ds@schleef.org>
28015
28016         * gst/silence/gstsilence.c: (gst_silence_class_init),
28017         (gst_silence_set_clock), (gst_silence_get),
28018         (gst_silence_set_property), (gst_silence_get_property):
28019         * gst/silence/gstsilence.h: Add sync property.
28020         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28021         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28022         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28023         * gst/sine/gstsinesrc.h: Add sync property.
28024
28025 2004-02-13  David Schleef  <ds@schleef.org>
28026
28027         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28028         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28029
28030 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28031
28032         * configure.ac:
28033         * ext/Makefile.am:
28034         * gst-libs/ext/Makefile.am:
28035           move ffmpeg plugin to gst-ffmpeg module
28036
28037 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28038
28039         * configure.ac: use GST_ARCH to detect architecture
28040
28041 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28042
28043         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28044
28045 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28046
28047         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28048           classify LADSPA plugins based on number of src/sink pads
28049           (#133663, Stefan Kost)
28050         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28051           fix dparams registration
28052           (#133528, Stefan Kost)
28053         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28054           fix use of isprint and use g_ascii_isprint instead
28055           (#133316, Stefan Kost)
28056
28057 2004-02-11  David Schleef  <ds@schleef.org>
28058
28059         Convert a few inner loops to use liboil.  This is currently
28060         optional, and is only enabled if liboil is present (duh!).
28061         * configure.ac: Check for liboil-0.1
28062         * gst/intfloat/Makefile.am:
28063         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28064         (gst_int2float_chain_gint16):
28065         * gst/videofilter/Makefile.am:
28066         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28067         (tablelookup_u8), (gst_videobalance_planar411):
28068         * gst/videotestsrc/Makefile.am:
28069         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28070         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28071         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28072         (paint_hline_RGB565), (paint_hline_xRGB1555):
28073
28074 2004-02-11  David Schleef  <ds@schleef.org>
28075
28076         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28077         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28078         (gst_colorspace_getcaps), (gst_colorspace_link),
28079         (gst_colorspace_base_init), (gst_colorspace_init),
28080         (gst_colorspace_chain), (gst_colorspace_change_state),
28081         (plugin_init): Merge Ronald's patch (bug #117897) and update
28082         for new caps and negotiation.  Seems to work, although it
28083         shows off bugs in lcs.
28084
28085 2004-02-11  David Schleef  <ds@schleef.org>
28086
28087         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28088         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28089
28090 2004-02-11  David Schleef  <ds@schleef.org>
28091
28092         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28093         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28094         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28095         Add server and port properties
28096
28097 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28098
28099         * m4/a52.m4:
28100         * m4/aalib.m4:
28101         * m4/as-ffmpeg.m4:
28102         * m4/as-liblame.m4:
28103         * m4/as-slurp-ffmpeg.m4:
28104         * m4/check-libheader.m4:
28105         * m4/esd.m4:
28106         * m4/freetype2.m4:
28107         * m4/gconf-2.m4:
28108         * m4/glib.m4:
28109         * m4/gst-alsa.m4:
28110         * m4/gst-artsc.m4:
28111         * m4/gst-ivorbis.m4:
28112         * m4/gst-matroska.m4:
28113         * m4/gst-sdl.m4:
28114         * m4/gst-shout2.m4:
28115         * m4/gst-sid.m4:
28116         * m4/gtk.m4:
28117         * m4/libdv.m4:
28118         * m4/libfame.m4:
28119         * m4/libmikmod.m4:
28120         * m4/ogg.m4:
28121         * m4/vorbis.m4:
28122           fix underquotedness of macros (#133800)
28123         * m4/as-avifile.m4:
28124         * m4/xmms.m4:
28125           removed because no longer used
28126
28127 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28128
28129         * configure.ac:
28130           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28131           by autopoint (fixes #132996)
28132
28133 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28134
28135         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28136         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28137         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28138         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28139           fix memleaks
28140
28141 2004-02-11  David Schleef  <ds@schleef.org>
28142
28143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28144         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28145         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28146         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28148         (gst_jpegenc_class_init), (gst_jpegenc_init),
28149         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28150         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28151         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28152         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28153
28154 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28155
28156         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28157         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28158         * ext/mikmod/gstmikmod.h:
28159           fix caps negotiation in mikmod
28160         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28161           output debug information
28162
28163 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28164
28165         * gst-libs/gst/colorbalance/Makefile.am:
28166         * gst-libs/gst/navigation/Makefile.am:
28167         * gst-libs/gst/xoverlay/Makefile.am:
28168           remove unused GST_OPT_CFLAGS from Makefiles
28169           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28170
28171 2004-02-07  David Schleef  <ds@schleef.org>
28172
28173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28174         push events to pads that haven't been created (#133508)
28175
28176 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28177
28178         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28179         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28180         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28181         (gst_dvdec_loop), (gst_dvdec_change_state):
28182         Second attempt at committing a working dvdec element.
28183
28184 2004-02-06  David Schleef  <ds@schleef.org>
28185
28186         Build fixes for OS X: (see #129600)
28187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28188         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28189         (gst_riff_read_strf_iavs):
28190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28191         (gst_avi_demux_stream_odml):
28192         * gst/playondemand/Makefile.am:
28193         * gst/rtp/rtp-packet.c:
28194
28195 2004-02-05  David Schleef  <ds@schleef.org>
28196
28197         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28198         last change, because it Just Doesn't Compile.
28199
28200 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28201
28202         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28203           skip undecodable id3v2 tag instead of keeping it
28204
28205 2004-02-05  David Schleef  <ds@schleef.org>
28206
28207         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28208         Unref leaked buffer.  (Noticed by Ronald)
28209
28210 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28211
28212         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28213         Sync requires with other checks.  >= vs =.
28214
28215 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28216
28217         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28218         (gst_dvdec_video_link), (gst_dvdec_loop):
28219         * ext/dv/gstdvdec.h:
28220           rework the caps negotiation so that dvdec works again instead
28221           of just segfaulting.
28222
28223 === release 0.7.4 ===
28224
28225 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28226
28227         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28228         * configure.ac: changed for release
28229
28230 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28231
28232         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28233         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28234         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28235         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28236           reworked patch by David Lehn to fix libdir and includedir for
28237           uninstalled libraries
28238           removed play and gconf from gstreamer-libs since they have their
28239           own pkgconfig files
28240
28241 2004-02-04  David Schleef  <ds@schleef.org>
28242
28243         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28244         memleak.
28245
28246 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28247
28248         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28249           use correct GST_TAG_ENCODER tag
28250
28251 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28252
28253         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28254           be sure to stop the clock when going to paused
28255         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28256           reset number of transmitted when going to ready.
28257         fixes #132935
28258
28259 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28260
28261         reviewed by Benjamin Otte
28262
28263         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28264           extract track count (fixes #133410)
28265
28266 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28267
28268         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28269           that should be !=, not == (fixes #132519)
28270
28271 2004-02-04  David Schleef  <ds@schleef.org>
28272
28273         Make sure set_explicit_caps() is called before adding pad.
28274         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28275         * gst/id3/gstid3types.c: (gst_id3types_loop):
28276         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28277         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28278
28279 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28280
28281         * configure.ac:
28282           bump nano to 2, first prerelease
28283           put back AM_PROG_LIBTOOL
28284
28285 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28286
28287         * testsuite/alsa/Makefile.am:
28288           these are user test apps, not automatic testsuite tests
28289
28290 2004-02-04  David Schleef  <ds@schleef.org>
28291
28292         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28293         * gst/mpeg1videoparse/gstmp1videoparse.c:
28294         (mp1videoparse_parse_seq):
28295         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28296         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28297         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28298         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28299         (gst_xvideosink_getcaps):
28300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28301         * testsuite/gst-lint: more tests
28302
28303 2004-02-04  David Schleef  <ds@schleef.org>
28304
28305         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28306         with the code that they would expand to.
28307         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28308         (gst_flacdec_get_src_query_types),
28309         (gst_flacdec_get_src_event_masks):
28310         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28311         (gst_gnomevfssrc_get_query_types),
28312         (gst_gnomevfssrc_get_event_mask):
28313
28314 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28315
28316         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28317         (gst_sinesrc_dispose):
28318           fix memleak by properly disposing sinesrc
28319
28320 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28321
28322         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28323         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28324         an overlay to redraw the image because it has been exposed.
28325         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28326         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28327         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28328         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28329         interface
28330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28331         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28332         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28333         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28334         interface
28335
28336 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28337
28338         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28339           more memleak fixage
28340
28341 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28342
28343         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28344         * gst/typefind/gsttypefindfunctions.c:
28345           fix memleaks shown by gst-typefind
28346
28347 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         * common/glib-gen.mak:
28350           add hack rule to touch .Plo files
28351         * gst-libs/gst/colorbalance/Makefile.am:
28352         * gst-libs/gst/mixer/Makefile.am:
28353         * gst-libs/gst/play/Makefile.am:
28354         * gst-libs/gst/tuner/Makefile.am:
28355           remove glib_root variable
28356
28357 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28358
28359         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28360           set explicit caps before adding the element, so the autopluggers can
28361           plug correctly.
28362         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28363         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28364         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28365         (dv_type_find):
28366           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28367           argument.
28368
28369 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         * gst-libs/gst/colorbalance/Makefile.am:
28372         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28373         * gst-libs/gst/colorbalance/colorbalance.c:
28374         * gst-libs/gst/colorbalance/colorbalance.h:
28375         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28376         * gst-libs/gst/mixer/Makefile.am:
28377         * gst-libs/gst/mixer/mixer-marshal.list:
28378         * gst-libs/gst/mixer/mixer.c:
28379         * gst-libs/gst/mixer/mixer.h:
28380         * gst-libs/gst/mixer/mixermarshal.list:
28381         * gst-libs/gst/play/Makefile.am:
28382         * gst-libs/gst/play/play.h:
28383         * gst-libs/gst/tuner/Makefile.am:
28384         * gst-libs/gst/tuner/tuner-marshal.list:
28385         * gst-libs/gst/tuner/tuner.c:
28386         * gst-libs/gst/tuner/tuner.h:
28387         * gst-libs/gst/tuner/tunermarshal.list:
28388           use new glib-gen.mak snippet to clean up Makefile.am
28389           fix various bugs in Makefile.am's
28390
28391 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28392
28393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28394           handle chain parsing correctly in the multichain case
28395         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28396         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28397         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28398         (theora_dec_chain):
28399           handle events and queries correctly
28400
28401 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28402
28403         * .cvsignore:
28404         Ignore generated file _stdint.h.
28405
28406 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28407
28408         * gst-libs/gst/colorbalance/Makefile.am:
28409         * gst-libs/gst/colorbalance/colorbalance.h:
28410         * gst-libs/gst/mixer/Makefile.am:
28411         * gst-libs/gst/mixer/mixer.h:
28412         * gst-libs/gst/play/Makefile.am:
28413         * gst-libs/gst/play/play.h:
28414         * gst-libs/gst/tuner/Makefile.am:
28415         * gst-libs/gst/tuner/tuner.h:
28416         Generate enum type code with glib-mkenums.
28417         * gst-libs/gst/colorbalance/.cvsignore:
28418         * gst-libs/gst/mixer/.cvsignore:
28419         * gst-libs/gst/play/.cvsignore:
28420         * gst-libs/gst/tuner/.cvsignore:
28421         Ignore generated files.
28422
28423 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28424
28425         * gst-libs/gst/audio/.cvsignore:
28426         Ignore generated file.
28427         * gst-libs/gst/audio/Makefile.am:
28428         Do not install example filter.
28429
28430 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28431
28432         * examples/switch/.cvsignore:
28433         Ignore generated file.
28434
28435 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28436
28437         * common/m4/ax_create_stdint_h.m4:
28438         * configure.ac:
28439           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28440           _stdint.h.
28441         * Makefile.am:
28442           remove generated _stdint.h in DISTCLEANFILES
28443         * ext/a52dec/gsta52dec.c:
28444           include _stdint.h for a52dec. (should fix #133064)
28445
28446 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28447
28448         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28449         (gst_tag_to_vorbis_comments):
28450         Add replaygain support to vorbistag
28451
28452 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28453         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28454         (gst_ffmpeg_caps_to_extradata):
28455           Fix SVQ3 caps flag properties
28456           Use glib macro for bytes swap
28457
28458 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28459
28460         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28461         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28462         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28463         * ext/sndfile/gstsf.c: (plugin_init):
28464         * gst/avi/gstavi.c: (plugin_init):
28465         * sys/dxr3/dxr3init.c: (plugin_init):
28466         * sys/oss/gstossaudio.c: (plugin_init):
28467         * sys/v4l/gstv4l.c: (plugin_init):
28468         * sys/v4l2/gstv4l2.c: (plugin_init):
28469           remove textdomain calls
28470         * po/nl.po:
28471           update Dutch translation
28472
28473 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28474
28475         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28476         (gst_play_set_audio_sink): Moving volume in the audio thread for
28477         instantaneous volume change. Maybe i will add another volume in front
28478         of visualization later, not sure yet though.
28479
28480 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28481
28482         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28483         (gst_ximagesink_handle_xevents): Better X events handling, only take
28484         the latest events for configure and motion.
28485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28486
28487 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28488
28489         reviewed by: David Schleef  <ds@schleef.org>
28490
28491         Fix memory leaks:
28492         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28493         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28494
28495 2004-02-02  David Schleef  <ds@schleef.org>
28496
28497         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28498         of lines.
28499         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28500         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28501         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28502         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28503         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28504         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28505         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28506         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28507         (gst_float2_2_int_link):
28508         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28509         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28510         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28511         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28512         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28513         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28514         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28515         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28516         * testsuite/gst-lint: Add tests for bzero and ;;
28517
28518 2004-02-02  David Schleef  <ds@schleef.org>
28519
28520         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28521
28522 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28523
28524         * ext/aalib/gstaasink.c: (gst_aasink_open):
28525         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28528         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28529         (gst_afsink_close_file):
28530         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28531         (gst_afsrc_close_file):
28532         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28533         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28534         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28535         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28536         * ext/esd/esdmon.c: (gst_esdmon_get):
28537         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28538         * ext/faac/gstfaac.c: (gst_faac_chain):
28539         * ext/faad/gstfaad.c: (gst_faad_chain):
28540         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28541         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28542         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28543         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28544         (gst_flacdec_loop):
28545         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28546         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28547         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28548         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28549         (gst_gnomevfssink_close_file):
28550         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28551         (gst_gnomevfssrc_open_file):
28552         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28553         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28554         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28555         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28556         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28557         * ext/mad/gstmad.c: (gst_mad_chain):
28558         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28559         * ext/mpeg2dec/gstmpeg2dec.c:
28560         * ext/mpeg2enc/gstmpeg2enc.cc:
28561         * ext/mplex/gstmplex.cc:
28562         * ext/mplex/gstmplexibitstream.cc:
28563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28564         (gst_ogg_demux_push):
28565         * ext/raw1394/gstdv1394src.c:
28566         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28567         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28568         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28569         (gst_sf_loop):
28570         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28571         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28572         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28573         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28575         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28576         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28577         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28578         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28579         (gst_riff_read_element_data), (gst_riff_read_seek),
28580         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28581         * gst/adder/gstadder.c: (gst_adder_loop):
28582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28583         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28584         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28585         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28586         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28587         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28588         * gst/goom/gstgoom.c: (gst_goom_chain):
28589         * gst/id3/gstid3types.c: (gst_id3types_loop):
28590         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28591         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28592         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28593         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28594         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28595         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28596         (gst_ebml_read_float), (gst_ebml_read_header):
28597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28598         (gst_matroska_demux_parse_blockgroup):
28599         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28600         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28601         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28602         * gst/silence/gstsilence.c: (gst_silence_get):
28603         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28604         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28605         * gst/speed/gstspeed.c: (speed_loop):
28606         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28608         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28609         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28610         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28611         (gst_wavparse_loop):
28612         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28613         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28614         (dxr3audiosink_close):
28615         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28616         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28617         (dxr3videosink_close), (dxr3videosink_write_data):
28618         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28619         * sys/oss/gstosssink.c: (gst_osssink_chain):
28620         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28621         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28622         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28624         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28625         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28626         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28627         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28628         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28629         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28630         (gst_v4l_set_audio):
28631         * sys/v4l/v4l_calls.h:
28632         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28633         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28634         (gst_v4lmjpegsink_playback_init),
28635         (gst_v4lmjpegsink_playback_start):
28636         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28637         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28638         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28639         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28640         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28641         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28642         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28643         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28644         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28645         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28646         (gst_v4l2_get_output), (gst_v4l2_set_output),
28647         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28648         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28649         (gst_v4l2_set_attribute):
28650         * sys/v4l2/v4l2_calls.h:
28651         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28652         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28653         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28654         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28655         (gst_v4l2src_capture_stop):
28656         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28657         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28658         (gst_ximagesink_chain):
28659         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28660         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28661         (gst_xvideosink_xwindow_new):
28662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28663         (gst_xvimagesink_chain):
28664
28665 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28666
28667         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28668         (gst_volume_get_volume), (volume_class_init), (volume_init),
28669         (volume_chain_int16), (volume_update_volume):
28670         * gst/volume/gstvolume.h:
28671           make code more readable by removing magic numbers
28672           make mixer interface export 0-100 range
28673           make it internally map to 0.0-1.0 range so users don't distort
28674           output by putting the sliders at full volume
28675
28676 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28677
28678         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28679         (gst_play_state_change), (gst_play_seek_to_time):
28680         block the tick callback for 0.5 secs after doing a seek
28681
28682 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28683
28684         * gst-libs/gst/play/play.c: (gst_play_new):
28685           check for GError
28686
28687 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28688
28689         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28690         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28691         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28692         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28694         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28695
28696 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28697
28698         * configure.ac:
28699         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28700           check for a function added in vorbis 1.1
28701
28702 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28703
28704         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28705         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28706           really start/stop clock only on PLAYING <=> PAUSED
28707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28708           remove \n from debugging lines
28709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28710           make it work when seeking does not
28711         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28712           reset on DISCONT
28713
28714 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28715
28716         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28717           start clock on PAUSED=>PLAYING, not later
28718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28719           extract correct time for different discont formats
28720         (gst_alsa_sink_get_time):
28721           don't segfault when no format is negotiated yet, just return 0
28722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28723         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28724         (gst_ogg_pad_push):
28725           handle flush and discont events correctly
28726         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28727           handle discont events correctly
28728
28729 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28730
28731         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28732         (gst_play_error_create), (gst_play_error_plugin),
28733         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28734         * gst-libs/gst/play/play.h:
28735           add error handling during creation
28736         * examples/gstplay/player.c: (main):
28737           use new gst_play_new
28738
28739
28740 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28741
28742         * ext/theora/theoradec.c: (theora_dec_chain):
28743           make comments work
28744         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28745         (vorbis_dec_src_event), (vorbis_dec_chain):
28746           add encoder tag, fix tag reading to be more error tolerant, change
28747           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28748           gst_pad_event_default.
28749         * gst/tags/gstvorbistag.c:
28750         (gst_tag_list_from_vorbiscomment_buffer):
28751           undefine function specific define at end of function
28752
28753 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28754
28755         * ext/flac/gstflac.c: (plugin_init):
28756         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28757         * ext/flac/gstflacdec.h:
28758         * ext/flac/gstflacenc.h:
28759           Fix typos
28760
28761 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28762
28763         * examples/gstplay/player.c: s/gstplay.h/play.h/
28764
28765 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28766
28767         * gst-libs/gst/play/Makefile.am:
28768         * gst-libs/gst/play/gstplay.c:
28769         * gst-libs/gst/play/gstplay.h:
28770         * gst-libs/gst/play/play.c:
28771           more surgery, operation complete
28772
28773 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28774
28775         * gst-libs/gst/play/play.old.c:
28776         * gst-libs/gst/play/play.old.h:
28777           after CVS surgery by moving, remove
28778         * gst-libs/gst/play/playpipelines.c:
28779           remove
28780
28781         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28782           add negotiation error
28783
28784 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28785
28786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28787         (gst_ogg_demux_push):
28788           add some seeking debug info
28789           send a flush when seeking
28790
28791 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28792
28793         * configure.ac:
28794           use AC_C_INLINE
28795         * configure.ac:
28796         * ext/Makefile.am:
28797         * ext/theora/Makefile.am:
28798         * ext/theora/theoradec.c:
28799           add theora video decoder. Does just do simple decoding for now and
28800           has been tested against Theora cvs only. It only works when theora
28801           is compiled with --enable-static.
28802         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28803           always reset packetno on DISCONT
28804
28805 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28806
28807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28808           Fix audio.
28809
28810 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28811
28812         * gst/mpegaudioparse/gstmpegaudioparse.c:
28813         (mp3_type_frame_length_from_header):
28814           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28815
28816 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28817
28818         * ext/esd/esdsink.c: (gst_esdsink_init):
28819           Since we have static pad template caps, we don't need to negotiate;
28820           either the core errors out or we know the format.
28821
28822 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28825         (gst_riff_read_seek):
28826         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28827         (gst_ebml_read_seek):
28828           Fix event handling.
28829
28830 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28831
28832         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28833           removee video/x-theora from vp3 decoder, it doesn't handle raw
28834           theora streams
28835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28836           fix bug with finalizing element that never went to PAUSED
28837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28838           length and position queries were swapped
28839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28840         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28841         (vorbis_dec_src_event):
28842           implement querying time and bytes
28843
28844 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28845
28846         * just about every source file:
28847           gst_element_error -> GST_ELEMENT_ERROR
28848
28849 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28850
28851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28852         emiting FLUSH and even before DISCONT.
28853         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28854         get the best instant seeking as possible yay!
28855
28856 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28857
28858         * gst/mpeg1videoparse/gstmp1videoparse.c:
28859         (gst_mp1videoparse_real_chain):
28860           Committed wrong version last week... Grr... Didn't notice until now.
28861
28862 2004-01-29  Julien MOUTTE <julien@moutte.net>
28863
28864         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28866         have_xwindow_id signal in xwindow_create.
28867
28868 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28869
28870         * ext/ogg/gstoggdemux.c:
28871           lots of changes - mainly support for chained bitstreams, seeking,
28872           querying and bugfixes of course
28873         * ext/vorbis/Makefile.am:
28874         * ext/vorbis/vorbisdec.c:
28875         * ext/vorbis/vorbisdec.h:
28876           add vorbisdec raw vorbis decoder
28877         * ext/vorbis/vorbis.c: (plugin_init):
28878           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28879         * gst/intfloat/Makefile.am:
28880         * gst/intfloat/float22int.c:
28881         * gst/intfloat/float22int.h:
28882         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28883           add float2intnew plugin. It converts multichannel interleaved float to
28884           multichannel interleaved int. The name should probably be changed.
28885         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28886         (plugin_init):
28887           add typefinding for raw theora video so oggdemux can detect it.
28888
28889 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28890
28891         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28892         sink element first.
28893         * gst/videoscale/gstvideoscale.c:
28894         (gst_videoscale_handle_src_event): Fixing src event handler.
28895
28896 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28899         (gst_v4lsrc_open), (gst_v4lsrc_close),
28900         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28901         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28902         * sys/v4l/gstv4lsrc.h:
28903         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28904         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28905           Implement resizing... Hack. But that's why v4l is b0rked...
28906
28907 2004-01-28  Julien MOUTTE <julien@moutte.net>
28908
28909         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28910         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28911         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28912         (gst_ximagesink_xwindow_destroy):
28913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28914         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28915         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28916         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28917         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28918         correctly cleaning the image created to check xshm calls on succes,
28919         added a lot of XSync calls in X11 functions, and fixed a segfault when
28920         no image format was defined before negotiation happened.
28921
28922 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28923
28924         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28925           use gst_element_get_time to get correct time
28926
28927 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28928
28929         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28930         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28931         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28933         (gst_xvimagesink_check_xshm_calls),
28934         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28935         X plugins are now able to detect that XShm calls will fail even if the
28936         server claims that it has XShm support (remote displays most of the
28937         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28938         so that we use non XShm functions. This feature is almost useless for
28939         xvimagesink as Xv is not supported on remote displays anyway, but
28940         it might happen than even on the local display XShm calls fail.
28941
28942 2004-01-27  David Schleef  <ds@schleef.org>
28943
28944         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28945         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28946         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28947         changed esdsink to only use 44100,16,2, since esd sucks at rate
28948         conversion and esdsink has had difficulty negotiating.
28949
28950 2004-01-27  Julien MOUTTE <julien@moutte.net>
28951
28952         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28953         (gst_play_seek_to_time): Fixing the way to get current position.
28954
28955 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28956
28957         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28958           use gst_element_get_time to get correct time
28959
28960 2004-01-27  Julien MOUTTE <julien@moutte.net>
28961
28962         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28963         fix ever... Inverting 2 lines of code make spider autoplug correctly
28964         tagged mp3 !
28965
28966 2004-01-27  David Schleef  <ds@schleef.org>
28967
28968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28969         Use gst_pad_try_set_caps_nonfixed().
28970
28971 2004-01-27  David Schleef  <ds@schleef.org>
28972
28973         * gst/ac3parse/gstac3parse.c: update to checklist 5
28974         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28975         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28976         * gst/audioscale/gstaudioscale.c: same
28977         * gst/auparse/gstauparse.c: same
28978         * gst/avi/gstavidemux.c: same
28979
28980 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28981
28982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28983           stop processing after EOS
28984
28985 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28986
28987         * gst/asfdemux/asfheaders.h:
28988         * gst/asfdemux/gstasfdemux.c:
28989         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28990         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28991         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28992           lot's of fixes to make data extraction simpler and get the code
28993           architecture and compiler independant. Add debugging category
28994         * gst/goom/gstgoom.c: (gst_goom_change_state):
28995           reset channel count on PAUSED=>READY, not READY=>PAUSED
28996
28997 2004-01-26  Colin Walters  <walters@verbum.org>
28998
28999         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29000         code to pull a bigger buffer in iradio mode.  This as a side effect
29001         makes typefinding work.
29002
29003 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29004
29005         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29006         Fix SVQ3 decoding on PPC
29007
29008 2004-01-26  Julien MOUTTE <julien@moutte.net>
29009
29010         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29011         that one managed to stay there... Fixed.
29012
29013 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29014
29015         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29016         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29017         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29018         (qtdemux_video_caps):
29019         * gst/qtdemux/qtdemux.h:
29020         Add SVQ3 specific flags to qtdemux and ffmpeg
29021
29022 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29023
29024         * gst-libs/gst/audio/audio.h:
29025           remove buffer-frames from audio caps
29026         * gst/audioconvert/gstaudioconvert.c:
29027           fix plugin to really work.
29028
29029 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * gst-libs/gst/mixer/mixer.c:
29032         * gst-libs/gst/propertyprobe/propertyprobe.c:
29033         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29034         (gst_tuner_find_channel_by_name):
29035         * gst-libs/gst/tuner/tuner.h:
29036           Add gtk-doc style comments. Also fix a function name.
29037
29038 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29039
29040         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29041         (gst_divxdec_negotiate):
29042           Fix for new capsnego - also fixes gst-player with divxdec.
29043
29044 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29045
29046         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29047         (gst_play_identity_handoff), (gst_play_set_location),
29048         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29049         try in visualization implementation. Still have an issue with switch
29050         blocking when pulling from video_queue and only audio comes out of
29051         spider.
29052         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29053         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29054         release method. And check if the pad is usable before pulling.
29055
29056 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29057
29058         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29059         (gst_videobalance_init),
29060         (gst_videobalance_colorbalance_list_channels),
29061         (gst_videobalance_colorbalance_set_value),
29062         (gst_videobalance_colorbalance_get_value),
29063         (gst_videobalance_update_properties),
29064         (gst_videobalance_update_tables_planar411),
29065         (gst_videobalance_planar411):
29066         * gst/videofilter/gstvideobalance.h:
29067           Implement lookup-tables. +/- 10x faster.
29068
29069 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29072         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29073           The index reading was broken. The rest worked fine, but the whole
29074           goal of my rewrite was to make avidemux readable, and this was
29075           not at all readable. Please use typed variables.
29076
29077 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29080           Additional pad usability check.
29081         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29082         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29083         (gst_mp1videoparse_real_chain):
29084           Fix MPEG video stream parsing. The original plugin had several
29085           issues, including not timestamping streams where the source was
29086           not timestamped (this happens with PTS values in mpeg system
29087           streams, but MPEG video is also a valid stream on its own so
29088           that needs timestamps too). We use the display time code for that
29089           for now. Also, if one incoming buffer contains multiple valid
29090           frames, we push them all on correctly now, including proper EOS
29091           handling. Lastly, several potential segfaults were fixed, and we
29092           properly sync on new sequence/gop headers to include them in next,
29093           not previous frames (since they're header for the next frame, not
29094           the previous). Also see #119206.
29095         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29096         (bpf_from_header):
29097           Move caps setting so we only do it after finding several valid
29098           MPEG-1 fraes sequentially, not right after the first one (which
29099           might be coincidental).
29100         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29101         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29102         (plugin_init):
29103           Add unsynced MPEG video stream typefinding, and change some
29104           probability values so we detect streams rightly. The idea is as
29105           follows: I can have an unsynced system stream which contains
29106           video. In the current code, I would randomly get a type for either
29107           system or video stream type found, because the probabilities are
29108           being calculated rather randomly. I now use fixed values, so we
29109           always prefer system stream if that was found (and that is how it
29110           should be). If no system stream was found, we can still identity                the stream as video-only.
29111
29112 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29113
29114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29115         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29116           don't write to buffer. Extract data without the need of
29117           __attribute__ ((packed))
29118
29119 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29120
29121         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29122         (mpeg1_sys_type_find):
29123           Fix MPEG-1 stream typefinding.
29124
29125 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29126
29127         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29128           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29129
29130 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29131
29132         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29133         * ext/esd/gstesd.c: (plugin_init):
29134           private debugging, better error reporting
29135
29136 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29137
29138         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29139         (gst_riff_read_init), (gst_riff_read_change_state):
29140         * gst-libs/gst/riff/riff-read.h:
29141           Remove stuff fromold metadata system.
29142
29143 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29144
29145         * ext/ogg/gstoggdemux.c:
29146           Fix wrong file comment.
29147         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29149           Add metadata reading properly.
29150
29151 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29152
29153         * ext/Makefile.am:
29154           Fix nas DIST_SUBDIRS
29155           Uraeus:
29156           Fix bug where make distcheck doesn't get run on adding stuff to
29157           the build.
29158
29159 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29160
29161         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29162         * ext/divx/gstdivxdec.h:
29163           Fix divx3 ("msmpeg4") playback using divxdec.
29164
29165 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29166
29167         * gst/typefind/gsttypefindfunctions.c:
29168         (mp3_type_frame_length_from_header): fix bug in length computation
29169         (mp3_type_find): improve debugging output
29170
29171 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29172
29173         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29174         (gst_play_set_location), (gst_play_seek_to_time),
29175         (gst_play_set_audio_sink), (gst_play_set_visualization),
29176         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29177         the pipeline from scratch. Visualization is back and switch went out as
29178         i realized it was not possible to use the way i wanted.
29179         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29180         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29181         clearing in state change from READY to NULL. So that one can clean the
29182         X ressources keeping the element.
29183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29184         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29185         (gst_xvimagesink_colorbalance_set_value),
29186         (gst_xvimagesink_colorbalance_get_value),
29187         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29188         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29189         change from READY to NULL and fixed some stupid bugs in colorbalance
29190         get/set values. Also added the following feature : when nobody tries to
29191         set some values to the colorbalance levels before the xcontext is
29192         grabbed, then when creating channels list from Xv attributes we set the
29193         internal values to the Xv defaults. This way we handle buggy Xv drivers
29194         that set default hue values far from the middle of the range (Thanks
29195         to Jon Trowbridge for pointing that issue).
29196         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29197         colorbalance levels have been set before xcontext is grabbed.
29198
29199 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29202           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29203           it might block operations (which is bad for a mixer).
29204
29205 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29206
29207         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29208         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29209         (gmip_find_type_pre):
29210         * gst-libs/gst/media-info/media-info-priv.h:
29211         * gst-libs/gst/media-info/media-info.c:
29212         (gst_media_info_instance_init), (gst_media_info_read_idler):
29213         add fakesink to get caps on decoder src pad again
29214         fix callback prototype to match new have_type signal signature
29215
29216 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29217
29218         * gst/adder/gstadder.c: (gst_adder_link):
29219           fix non-compile and cut-n-paste code
29220
29221 2004-01-21  David Schleef  <ds@schleef.org>
29222
29223         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29224         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29225         (gst_swfdec_init), (gst_swfdec_change_state):
29226         * ext/swfdec/gstswfdec.h:
29227         Fix negotiation.
29228         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29229         (gst_adder_request_new_pad): Fix negotiation.
29230         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29231         Add a fixate function.
29232         * gst/intfloat/gstfloat2int.c:
29233         * gst/intfloat/gstfloat2int.h:
29234         * gst/intfloat/gstint2float.c:
29235         * gst/intfloat/gstint2float.h:
29236         Completely rewrite the negotiation.  Doesn't quite work yet,
29237         due to some buffer-frames problem.
29238
29239 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29240
29241         * ext/gnomevfs/gstgnomevfssrc.c:
29242         * sys/v4l2/v4l2_calls.h:
29243           fix includes for distcheck
29244
29245 2004-01-21  Christian Schaller <uraeus@gnome.org>
29246
29247         * ext/nas/
29248         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29249         based on earlier patch from Laurent Vivier
29250
29251 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29252
29253         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29254         Fix wma caps property
29255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29256         Fix typo (flags1 and flags2)
29257
29258 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29259
29260         * gst-libs/gst/media-info/media-info-priv.c:
29261         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29262         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29263         (gmip_find_stream), (gmip_find_track_metadata),
29264         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29265         (gmip_find_track_format):
29266         * gst-libs/gst/media-info/media-info-priv.h:
29267         * gst-libs/gst/media-info/media-info-test.c: (main):
29268         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29269         (gst_media_info_read_idler), (gst_media_info_read):
29270         * gst-libs/gst/media-info/media-info.h:
29271           register debugging category and use it for debugging
29272
29273 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29274
29275         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29276         (gst_vorbisfile_new_link):
29277           signal streaminfo through tags
29278
29279 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29280
29281         * ext/mplex/gstmplex.cc:
29282         * ext/mplex/gstmplexibitstream.cc:
29283           g++ doesn't like NULL in our i18n/error macros, should be
29284           either (NULL) or ("").
29285
29286 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29287
29288         * sys/dxr3/dxr3audiosink.c:
29289         * sys/dxr3/dxr3init.c:
29290         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29291         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29292           Fix more error error error errors (missing includes here).
29293
29294 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29295
29296         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29297           fix thomas' error errors.
29298
29299 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29300
29301         * ext/mpeg2enc/gstmpeg2enc.cc:
29302           fix error errors.
29303
29304 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29305
29306         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29307         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29308           Fix for new error system.
29309
29310 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29311
29312         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29313           fix for new error reporting
29314
29315 2004-01-20  David Schleef  <ds@schleef.org>
29316
29317         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29318         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29319         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29320         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29321         and neither is 100+, most likely.
29322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29323         (gst_xvimagesink_getcaps): same
29324
29325 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29326
29327         * configure.ac:
29328           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29329           clashes with ffmpeg.
29330
29331 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29332
29333         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29334         (gst_switch_init): Fixed switch element : proxying link and setting
29335         caps from src to sink on request.
29336
29337 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29338
29339         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29340         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29341         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29342         fix element_error
29343
29344 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29345
29346         * sys/v4l/v4l_calls.h:
29347         * sys/v4l2/v4l2_calls.h:
29348           element_error fixes
29349
29350 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29351
29352         * gst-libs/gst/gst-i18n-plugin.h:
29353           add locale.h
29354           remove config.h inclusion
29355
29356 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29357
29358         * autogen.sh:
29359           adding autopoint invocation
29360         * Makefile.am:
29361         * configure.ac:
29362         * gst-libs/gst/gettext.h:
29363           adding gettext bits
29364         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29365         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29366         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29367         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29368         (gst_gnomevfssink_close_file):
29369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29370         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29371         * gst-libs/gst/gst-i18n-plugin.h:
29372         * gst/avi/gstavi.c: (plugin_init):
29373         * sys/dxr3/dxr3init.c: (plugin_init):
29374         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29375         * sys/oss/gstossaudio.c: (plugin_init):
29376         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29377         * sys/v4l/gstv4l.c: (plugin_init):
29378         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29379         * sys/v4l2/gstv4l2.c: (plugin_init):
29380         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29381         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29382         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29383         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29384         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29385         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29386           make sure locale and translation domain are set
29387           fix translated strings
29388         * po/.cvsignore:
29389         * po/LINGUAS:
29390         * po/Makevars:
29391         * po/POTFILES.in:
29392         * po/nl.po:
29393           put translation files into place
29394         * sys/xvideo/imagetest.c: (main):
29395         * ext/dv/demo-play.c: (main):
29396           fix unnecessary translations
29397
29398 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29399
29400         * ext/sndfile/gstsf.c:
29401         * gst/avi/gstavimux.c:
29402         * ext/audiofile/gstafsink.c:
29403         * ext/audiofile/gstafsrc.c:
29404         * ext/gnomevfs/gstgnomevfssink.c:
29405         * ext/gnomevfs/gstgnomevfssrc.c:
29406         * sys/oss/gstosselement.c:
29407         * sys/v4l/v4l_calls.h:
29408           fix i18n include
29409
29410 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29411
29412         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29413         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29414         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29415         (gst_v4l2_get_output), (gst_v4l2_set_output),
29416         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29417         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29418         (gst_v4l2_set_attribute):
29419         update to new error handling
29420
29421 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29422
29423         * ext/sidplay/gstsiddec.cc:
29424         * gst/modplug/gstmodplug.cc:
29425           parenthese NULL because C++ seems angry about it
29426
29427 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29428
29429         * gst-libs/gst/gst-i18n-plugin.h:
29430           add skeleton i18n stuff, but needs to be further implemented
29431
29432 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29433
29434         * examples/gstplay/player.c: (main):
29435         * ext/aalib/gstaasink.c: (gst_aasink_open):
29436         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29438         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29439         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29440         (gst_afsink_close_file):
29441         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29442         (gst_afsrc_close_file):
29443         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29444         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29445         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29446         * ext/esd/esdmon.c: (gst_esdmon_get):
29447         * ext/esd/esdsink.c: (gst_esdsink_chain):
29448         * ext/faac/gstfaac.c: (gst_faac_chain):
29449         * ext/faad/gstfaad.c: (gst_faad_chain):
29450         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29451         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29452         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29453         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29454         (gst_flacdec_loop):
29455         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29456         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29459         (gst_gnomevfssink_close_file):
29460         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29461         (gst_gnomevfssrc_open_file):
29462         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29463         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29464         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29465         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29466         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29467         * ext/mad/gstmad.c: (gst_mad_chain):
29468         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29469         * ext/mpeg2dec/gstmpeg2dec.c:
29470         * ext/mpeg2enc/gstmpeg2enc.cc:
29471         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29472         * ext/mplex/gstmplex.cc:
29473         * ext/mplex/gstmplexibitstream.cc:
29474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29475         (gst_ogg_demux_push), (gst_ogg_pad_push):
29476         * ext/raw1394/gstdv1394src.c:
29477         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29478         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29479         * ext/sidplay/gstsiddec.cc:
29480         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29481         (gst_sf_loop):
29482         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29483         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29484         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29486         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29487         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29488         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29489         * gst-libs/gst/Makefile.am:
29490         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29491         (gst_riff_read_element_data), (gst_riff_read_seek),
29492         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29493         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29495         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29496         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29497         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29498         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29499         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29500         * gst/goom/gstgoom.c: (gst_goom_chain):
29501         * gst/id3/gstid3types.c: (gst_id3types_loop):
29502         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29503         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29504         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29505         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29506         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29507         (gst_ebml_read_float), (gst_ebml_read_header):
29508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29509         (gst_matroska_demux_parse_blockgroup):
29510         * gst/modplug/gstmodplug.cc:
29511         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29512         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29513         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29514         * gst/silence/gstsilence.c: (gst_silence_get):
29515         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29516         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29517         * gst/speed/gstspeed.c: (speed_loop):
29518         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29520         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29521         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29522         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29523         (gst_wavparse_loop):
29524         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29525         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29526         (dxr3audiosink_close):
29527         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29528         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29529         (dxr3videosink_close), (dxr3videosink_write_data):
29530         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29531         * sys/oss/gstosselement.h:
29532         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29533         (gst_osssink_chain):
29534         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29535         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29536         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29538         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29539         (gst_v4l_enable_overlay):
29540         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29541         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29542         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29543         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29544         (gst_v4l_set_audio):
29545         * sys/v4l/v4l_calls.h:
29546         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29547         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29548         (gst_v4lmjpegsink_playback_init),
29549         (gst_v4lmjpegsink_playback_start):
29550         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29551         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29552         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29553         (gst_v4lmjpegsrc_requeue_frame):
29554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29555         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29556         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29557         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29558         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29559         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29560         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29561         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29562         (gst_v4l2src_capture_stop):
29563         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29564         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29565         (gst_ximagesink_chain):
29566         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29567         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29568         (gst_xvideosink_xwindow_new):
29569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29570         (gst_xvimagesink_chain):
29571         use new error signal, function and categories
29572
29573 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29574
29575         * configure.ac:
29576         * ext/Makefile.am:
29577         * ext/musicbrainz/gsttrm.c:
29578         * ext/musicbrainz/gsttrm.h:
29579         * ext/musicbrainz/Makefile.am:
29580         Add a trm plugin
29581
29582 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29583
29584         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29585         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29586         synchronous property for debugging.
29587         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29589         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29590         smaller block, fixing indent.
29591
29592 2004-01-16  David Schleef  <ds@schleef.org>
29593
29594         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29595         property affects the video stream.
29596         * sys/xvimage/xvimagesink.c:
29597         * sys/xvimage/xvimagesink.h:
29598         Add synchronous property for debugging.  Should probably be
29599         disabled in non-CVS builds.  Make sure that the Xv attribute
29600         exists before we set it (crash!).  Fix a silly float bug that
29601         caused colorbalance to just not work.
29602
29603 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29604
29605         * tools/gst-launch-ext.in - update for new plugins
29606
29607 2004-01-16  David Schleef  <ds@schleef.org>
29608
29609         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29610         already-freed caps.
29611
29612 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29613
29614         * Update spec for new colorspace plugin and libcaca plugin
29615         * Fix compilation of libcaca plugin (clock -> id)
29616
29617 2004-01-16  Julien MOUTTE <julien@moutte.net>
29618
29619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29620         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29621         (gst_xvimagesink_set_xwindow_id),
29622         (gst_xvimagesink_colorbalance_set_value),
29623         (gst_xvimagesink_colorbalance_get_value),
29624         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29625         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29626         correct colorbalance properties. They can now be set when the element
29627         is still in NULL state. The values will be committed to the Xv Port
29628         when xcontext is initialized.
29629         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29630         brightness int values in the GstXvImagesink structure.
29631
29632 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29633
29634         * gst-libs/gst/Makefile.am:
29635           restructure so having local patches works easier.
29636
29637 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * ext/mpeg2enc/Makefile.am:
29640         * ext/mpeg2enc/gstmpeg2enc.cc:
29641         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29642           Bugfix with respect to EOS handling.
29643
29644 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29647           Link with right caps (else, it segfaults).
29648         * ext/mplex/gstmplexjob.cc:
29649           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29650
29651 2004-01-15  David Schleef  <ds@schleef.org>
29652
29653         * gst-libs/gst/audio/Makefile.am:
29654         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29655         from the template.
29656         * gst-libs/gst/audio/gstaudiofilter.c:
29657         * gst-libs/gst/audio/gstaudiofilter.h:
29658         Add bytes_per_sample and size and n_samples calculation.
29659         * gst-libs/gst/audio/gstaudiofilterexample.c:
29660         Remove, now autogenerated.
29661         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29662         Moved from gstaudiofilterexample, object name changed, code added
29663         so that it actually works.
29664         * gst-libs/gst/audio/make_filter:
29665         Script to build an audiofilter subclass from the template.
29666         * gst/colorspace/Makefile.am:
29667         * gst/colorspace/yuv2yuv.c:
29668         Remove file, since it's GPL, and we don't use it.
29669
29670 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29671
29672         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29674         them use the buffer free function to test how the buffer was allocated.
29675
29676 2004-01-15  David Schleef  <ds@schleef.org>
29677
29678         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29679         that handles osssink fallback.
29680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29681         (gst_audio_convert_getcaps):
29682         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29683         Add audio/x-qdm2 for QDM2 audio.
29684         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29685         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29686         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29687         Decrease minimum size to 16x16.
29688         * gst/wavparse/gstwavparse.c:
29689         Convert disabled pad template caps to new caps.
29690         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29692         (gst_xvimagesink_chain): Throw element error when display cannot
29693         be opened.  Increase minimum framerate to 1.0.  Check the data
29694         free function on a buffer to make sure it is the type we expect
29695         before manipulating it.
29696
29697 2004-01-15  Julien MOUTTE <julien@moutte.net>
29698
29699         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29700         (gst_videobalance_colorbalance_set_value): Implement passthru if
29701         settings are in the middle.
29702         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29703
29704 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * gst/videofilter/Makefile.am:
29707         * gst/volume/Makefile.am:
29708           Since we use videofilter symbols, link to it.
29709
29710 2004-01-15  Julien MOUTTE <julien@moutte.net>
29711
29712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29713         mixer interface type to HARDWARE.
29714         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29715         type to SOFTWARE.
29716         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29717         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29718         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29719         (gst_volume_interface_init), (gst_volume_list_tracks),
29720         (gst_volume_set_volume), (gst_volume_get_volume),
29721         (gst_volume_set_mute), (gst_volume_mixer_init),
29722         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29723         (volume_init): Implementing mixer interface.
29724         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29725         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29726         (gst_osselement_change_state): Removing some trailing commas in
29727         structures.
29728         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29729         interface type to HARDWARE.
29730         * sys/v4l/gstv4lcolorbalance.c:
29731         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29732         type to HARDWARE.
29733         * sys/v4l2/gstv4l2colorbalance.c:
29734         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29735         interface type to HARDWARE.
29736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29737         same code than ximagesink for event handling.
29738
29739 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29740
29741         * ext/snapshot/Makefile.am:
29742         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29743         (gst_snapshot_chain):
29744         * ext/snapshot/gstsnapshot.h:
29745           This has to be a joke... Snapshot should be connected to a tee,
29746           colorspace element before it and EOS after that, where the other
29747           src of the tee receives normal data.
29748           The current way is *wrong*.
29749
29750 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29751
29752         * ext/hermes/gsthermescolorspace.c:
29753           Fix another compile error. Same as below.
29754
29755 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * gst/colorspace/gstcolorspace.c:
29758         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29759         (gst_colorspace_i420_to_yv12):
29760           Fix compiling... Didn't test if it actually works.
29761
29762 2004-01-15  David Schleef  <ds@schleef.org>
29763
29764         * configure.ac:
29765         * gst/colorspace/Makefile.am:
29766         * gst/colorspace/gstcolorspace.c:
29767         * gst/colorspace/gstcolorspace.h:
29768         * gst/colorspace/yuv2rgb.c:
29769         * gst/colorspace/yuv2rgb.h:
29770         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29771         code and GPL code.  Fix for new caps negotiation.  Rewrite
29772         much of the format handling code, and some of the conversion
29773         code.  Basically, rewrote almost everything.  This element
29774         handles I420, YV12 to RGB conversions.
29775         * ext/hermes/Makefile.am:
29776         * ext/hermes/gsthermescolorspace.c:
29777         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29778         Remove non-Hermes related code.  This element handles lots of
29779         RGB to RGB conversions, but no YUV.
29780         * ext/hermes/gstcolorspace.c:
29781         * ext/hermes/gstcolorspace.h:
29782         * ext/hermes/rgb2yuv.c:
29783         * ext/hermes/yuv2rgb.c:
29784         * ext/hermes/yuv2rgb.h:
29785         * ext/hermes/yuv2rgb_mmx16.s:
29786         * ext/hermes/yuv2yuv.c:
29787         * ext/hermes/yuv2yuv.h:
29788         Remove old code.
29789
29790 2004-01-14  Colin Walters  <walters@verbum.org>
29791
29792         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29793         they've already been.
29794
29795 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29796
29797         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29798           assume tag mode when pad is not connected
29799
29800 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29801
29802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29803           Don't update the time of the clock
29804         (gst_alsa_sink_loop):
29805           sync to the clock given to alsasink, not the own clock
29806         * sys/oss/gstosssink.c: (gst_osssink_chain):
29807           sync to the clock
29808         (gst_osssink_change_state):
29809           activate the clock
29810         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29812           remove bogus code that made DISCONT events unhandled
29813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29814           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29815           #131502)
29816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29817         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29818         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29819           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29820           2nd warning in bug #131502)
29821
29822 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29823
29824         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29825         (gst_videobalance_colorbalance_set_value),
29826         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29827         for colorbalance interface implementation.
29828         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29829         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29830         (gst_ximagesink_dispose), (gst_ximagesink_init),
29831         (gst_ximagesink_class_init): Adding DISPLAY property.
29832         * sys/ximage/ximagesink.h: Adding display_name to store display.
29833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29834         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29835         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29836         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29837         properties (they still need polishing though for gst-launch use : no
29838         xcontext yet, i ll do that tomorrow).
29839         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29840
29841 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29842
29843         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29844         (gst_play_set_location), (gst_play_set_visualization): Preparing
29845         switch integration, adding videobalance in the pipeline.
29846
29847 2004-01-14  Julien MOUTTE <julien@moutte.net>
29848
29849         * gst-libs/gst/colorbalance/colorbalance.c:
29850         (gst_color_balance_class_init): Adding a default type.
29851         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29852         the type.
29853         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29854         (gst_videobalance_dispose), (gst_videobalance_class_init),
29855         (gst_videobalance_init), (gst_videobalance_interface_supported),
29856         (gst_videobalance_interface_init),
29857         (gst_videobalance_colorbalance_list_channels),
29858         (gst_videobalance_colorbalance_set_value),
29859         (gst_videobalance_colorbalance_get_value),
29860         (gst_videobalance_colorbalance_init): Implementing colorbalance
29861         interface.
29862         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29863         list.
29864         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29865         bug which was triggering a BadAccess X error when setting an overlay
29866         before pad was really negotiated.
29867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29868         Using the colorbalance type macro.
29869
29870 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29871
29872         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29873         (gst_flacenc_chain):
29874           handle tags correctly
29875         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29876           extract ID3v1 tags correctly
29877
29878 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29881         (plugin_init):
29882           Improve matroska typefinding for odd-typed headers...
29883
29884 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29887           Fix for using incremental number on padnames.
29888
29889 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29890
29891         * ext/divx/gstdivxdec.c:
29892         * ext/divx/gstdivxenc.c:
29893           Set category to divx4linux instead of divx (too generic).
29894         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29895         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29896         (gst_wavparse_loop), (gst_wavparse_change_state):
29897         * gst/wavparse/gstwavparse.h:
29898           fix parsing of WAV files with non-standard fmt-tag size and fix
29899           skipping of unrecognized chunks... Someone please fix this thing
29900           to use rifflib so all this is automated.
29901         * sys/v4l/Makefile.am:
29902         * sys/v4l2/Makefile.am:
29903           Add X_CFLAGS because we depend on X (for overlay).
29904
29905 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29906
29907         * ext/mpeg2dec/gstmpeg2dec.c:
29908           Don't issue a timestamp unless we tagged the frame
29909           with a PTS.
29910
29911 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29912
29913         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29914           Query the audio element to get the time, not the clock. We're
29915           interested in the element's time here.
29916
29917 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29918
29919         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29920         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29921         * ext/esd/esdsink.c: (gst_esdsink_chain):
29922         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29923         * ext/mas/massink.c: (gst_massink_chain):
29924         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29926         (gst_matroska_demux_parse_metadata):
29927         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29928         (gst_mpeg_parse_release_locks):
29929         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29930         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29932         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29933         (gst_osssink_change_state):
29934         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29935         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29936         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29937         (gst_xvideosink_release_locks):
29938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29939           use element time.
29940         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29941         (gst_alsa_clock_stop):
29942         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29943         (gst_audio_clock_get_internal_time):
29944           simplify for use with new clocking code.
29945         * testsuite/alsa/Makefile.am:
29946         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29947           fix testsuite for new caps system
29948
29949 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29950
29951         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29952         * ext/flac/gstflacenc.c: (add_one_tag):
29953           length is already host endian, no need to convert. Fixes playback of
29954           tagged files on PPC. (bug #128384)
29955
29956 2004-01-13  Julien MOUTTE <julien@moutte.net>
29957
29958         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29959         colorbalance interface stating if it is hardware based or software
29960         based.
29961         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29962         Removing a trailing comma.
29963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29964         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29965         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29966         the documentation seems to be wrong on the -1000 to 1000 interval.
29967
29968 2004-01-12  David Schleef  <ds@schleef.org>
29969
29970         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29971         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29972         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29973         Fix negotiation.  Add a bufferalloc function for the sink pad,
29974         and generally clean up some of the code.
29975
29976 2004-01-12  Julien MOUTTE <julien@moutte.net>
29977
29978         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29979         (gst_color_balance_channel_dispose): Adding safety check in dispose
29980         method.
29981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29982         (gst_xvimagesink_xcontext_clear),
29983         (gst_xvimagesink_interface_supported),
29984         (gst_xvimagesink_colorbalance_list_channels),
29985         (gst_xvimagesink_colorbalance_set_value),
29986         (gst_xvimagesink_colorbalance_get_value),
29987         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29988         Adding colorbalance interface support to set XV parameters such as
29989         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29990         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29991         interface.
29992
29993 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29994
29995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29996         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29997         (gst_audio_convert_init), (gst_audio_convert_set_property),
29998         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29999         (gst_audio_convert_link),
30000         (gst_audio_convert_buffer_to_default_format),
30001         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30002           - implement _getcaps and use it
30003           - improve linking
30004           - remove float caps since no float conversion is actually done
30005           - remove properties and arguments that were to be used for rate
30006             conversion
30007
30008 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30009
30010         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30011         (gst_audio_structure_set_int):
30012         * gst-libs/gst/audio/audio.h:
30013           add helper functions for _getcaps matching the standard audio
30014           templates
30015
30016 2004-01-12  David Schleef  <ds@schleef.org>
30017
30018         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30019         Test that pad is negotiated before getting its caps.
30020
30021 2004-01-12  Julien MOUTTE <julien@moutte.net>
30022
30023         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30024         analyzing the pads of an element the bin is mostly in READY state so
30025         no caps were negotiated. This helper function needs to work with
30026         _get_caps directly then. I was not freeing them though, added that to
30027         fix the mem leak.
30028
30029 2004-01-12  Julien MOUTTE <julien@moutte.net>
30030
30031         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30033         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30034         than the free_func.
30035
30036 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30037
30038         * sys/oss/gstossaudio.c: (plugin_init):
30039         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30040         * sys/oss/gstosselement.h:
30041           make an oss debugging category
30042           make failure more descriptive
30043
30044 2004-01-11  David Schleef  <ds@schleef.org>
30045
30046         * ext/ffmpeg/gstffmpeg.c:
30047         * ext/ffmpeg/gstffmpegcodecmap.c:
30048         * ext/ffmpeg/gstffmpegdec.c:
30049         * ext/ffmpeg/gstffmpegenc.c:
30050         * ext/ffmpeg/gstffmpegprotocol.c:
30051         * ext/gdk_pixbuf/gstgdkanimation.c:
30052         * ext/jpeg/gstjpeg.c:
30053         * ext/libpng/gstpng.c:
30054         * ext/mpeg2dec/perftest.c:
30055         * ext/speex/gstspeex.c:
30056         * gst-libs/gst/resample/dtos.c:
30057         * gst/intfloat/gstintfloatconvert.c:
30058         * gst/oneton/gstoneton.c:
30059         * gst/rtjpeg/RTjpeg.c:
30060         * gst/rtp/gstrtp.c:
30061         * sys/dxr3/dxr3init.c:
30062         * sys/glsink/gstgl_nvimage.c:
30063         * sys/glsink/gstgl_pdrimage.c:
30064         * sys/glsink/gstglsink.c:
30065         * testsuite/gst-lint:
30066         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30067
30068 2004-01-11  David Schleef  <ds@schleef.org>
30069
30070         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30071         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30072         * ext/gdk_pixbuf/gstgdkanimation.c:
30073         (gst_gdk_animation_iter_create_pixbuf):
30074         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30075         (gst_gdk_pixbuf_chain):
30076         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30077         * ext/jack/gstjack.c: (gst_jack_change_state):
30078         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30079         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30080         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30081         * gst/videofilter/gstvideofilter.c:
30082         (gst_videofilter_set_output_size):
30083         Remove all usage of gst_pad_get_caps(), and replace it with
30084         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30085
30086 2004-01-11  David Schleef  <ds@schleef.org>
30087
30088         * configure.ac:
30089         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30090         * ext/divx/gstdivxdec.c:
30091         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30092         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30093         handle images that span multiple buffers.  Now work with both
30094         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30095         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30096         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30097         video/video.h changes
30098         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30099         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30100         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30101         of GstData free function.
30102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30103         same.
30104
30105 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30106
30107         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30108         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30109         (gst_v4l2element_get_property):
30110         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30111           add norm, channel and frequency properties.
30112         * sys/v4l2/gstv4l2tuner.c:
30113           fixes for tuner interface changes
30114         * sys/v4l2/gstv4l2element.h:
30115         * sys/v4l2/gstv4l2src.c:
30116         * sys/v4l2/gstv4l2src.h:
30117         * sys/v4l2/v4l2src_calls.c:
30118         * sys/v4l2/v4l2src_calls.h:
30119           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30120
30121 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30122
30123         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30124         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30125         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30126         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30127         * gst-libs/gst/tuner/tuner.h:
30128           GObjects aren't const.
30129           Add find_by_name functions.
30130           Add checks to _changed functions.
30131         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30132         (gst_v4l_tuner_get_norm):
30133           Fixes for above.
30134
30135 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30136
30137         * gst-libs/gst/video/video.h:
30138           Fix caps template names to be understandable.
30139           Prefix everything with GST_VIDEO.
30140         * ext/aalib/gstaasink.c:
30141         * ext/divx/gstdivxdec.c:
30142         * ext/divx/gstdivxenc.c:
30143         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30144         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30145         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30146         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30147         * ext/libcaca/gstcacasink.c:
30148         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30149         * ext/snapshot/gstsnapshot.c:
30150         * ext/swfdec/gstswfdec.c:
30151         * ext/xvid/gstxviddec.c:
30152         * ext/xvid/gstxvidenc.c:
30153         * gst/chart/gstchart.c:
30154         * gst/deinterlace/gstdeinterlace.c:
30155         * gst/effectv/gsteffectv.c:
30156         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30157         * gst/goom/gstgoom.c:
30158         * gst/median/gstmedian.c:
30159         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30160         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30161         * gst/overlay/gstoverlay.c:
30162         * gst/smooth/gstsmooth.c:
30163         * gst/smpte/gstsmpte.c:
30164         * gst/synaesthesia/gstsynaesthesia.c:
30165         * gst/videocrop/gstvideocrop.c:
30166         * gst/videodrop/gstvideodrop.c:
30167         * gst/y4m/gsty4mencode.c:
30168         * sys/qcam/gstqcamsrc.c:
30169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30170           Make them work with new video.h file.
30171         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30172         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30174         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30175           Make it work with new buffer allocation system.
30176
30177 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30178
30179         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30180         pad_alloc_buffer implementation to use ->srcpad
30181         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30182         pad_alloc_buffer implementation to use ->srcpad
30183         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30184         pad_alloc_buffer implementation to use ->srcpad
30185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30186         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30187         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30188         a reference to everything we need.
30189         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30191         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30192         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30193         a reference to everything we need.
30194         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30195
30196 2004-01-11  David Schleef  <ds@schleef.org>
30197
30198         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30199         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30200         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30201         structure members.
30202         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30203         value during a resize/renegotiation.
30204         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30205         gst_pad_alloc_buffer();
30206         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30207         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30208         structure members.
30209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30210         Fix for rename of buffer private structure members.
30211         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30212         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30213         Fix for rename of buffer private structure members.
30214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30215         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30216         Fix for rename of buffer private structure members.
30217
30218 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30219
30220         reviewed by: David Schleef <ds@schleef.org>
30221
30222         * gst/videofilter/Makefile.am:
30223         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30224         from the patch by ds to fit in with recent make_filter changes.
30225
30226 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30227
30228         * configure.ac: Adding examples/switch/Makefile
30229         * examples/Makefile.am: Adding examples/switch
30230         * examples/switch/Makefile.am: Adding switcher example.
30231         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30232         (switch_timer), (main): Adding an example demonstrating switch usage
30233         with 2 videotestsrc showing different patterns.
30234         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30235         (gst_switch_init): Fixing switch with the new caps system.
30236
30237 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30238
30239         * gst-libs/gst/video/video.h:
30240           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30241           They should probably be like
30242           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30243
30244 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30245
30246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30247         (qtdemux_parse_trak):
30248           fix audio chunk size/timestamp calculation
30249
30250 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30251
30252         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30253           fix SVQ3 caps
30254
30255 2004-01-11  Steve Baker  <steve@stevebaker.org>
30256
30257         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30258         (gst_agingtv_base_init), (gst_agingtv_class_init),
30259         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30260         (gst_agingtv_set_property), (gst_agingtv_get_property):
30261         Port agingTV to videofilter
30262
30263 2004-01-09  Julien MOUTTE <julien@moutte.net>
30264
30265         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30266         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30267
30268 2004-01-09  Julien MOUTTE <julien@moutte.net>
30269
30270         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30271         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30272         * gst-libs/gst/xoverlay/xoverlay.c:
30273         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30274         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30275         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30276         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30277         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30278         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30279         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30280         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_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         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30285         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30286         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30287         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30288         interface implementation to handle xid being 0 and fix some bugs
30289         triggered by Benjamin's testcase.
30290
30291 2004-01-09  David Schleef  <ds@schleef.org>
30292
30293         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30294         mouse pointer events.  It works.
30295
30296 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30297
30298         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30299           Use explicit caps - fix capsnego.
30300         * ext/xvid/gstxviddec.c:
30301         * ext/xvid/gstxvidenc.c:
30302           Remove macro-inside-macro which caused compile errors.
30303         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30304           Error out if it's not a RIFF file. Else we error out without
30305           gst_element_error() which is not good...
30306
30307 2004-01-08  David Schleef  <ds@schleef.org>
30308
30309         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30310         Fix pad_link function to handle formats that ffmpeg returns
30311         as multiple caps structures.
30312         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30313         Only complain if source buffer is _smaller_ than expected.
30314         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30315         (gst_videoscale_handle_src_event): Resize navigation events
30316         when passing them upstream.
30317         * gst/videotestsrc/gstvideotestsrc.c:
30318         * gst/videotestsrc/gstvideotestsrc.h:
30319         * gst/videotestsrc/videotestsrc.c:
30320         * gst/videotestsrc/videotestsrc.h:
30321         Rewrite many of the buffer painting functions to handle odd
30322         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30323         been verified to work with my video card.
30324         * testsuite/gst-lint:  Add check for elements calling
30325         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30326
30327 2004-01-08  David Schleef  <ds@schleef.org>
30328
30329         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30330         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30331
30332 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30333
30334         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30335         configure event is not emiting the desired size signal. That fixes
30336         aspect ratio issues with gst-player.
30337
30338 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30339
30340         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30341           Fix capsnego.
30342
30343 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30344
30345         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30346         public method to fire size signal.
30347
30348 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30349
30350         * examples/gstplay/Makefile.am: Adding the interface library.
30351         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30352         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30353         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30354         GST_IS_X_OVERLAY before signal connect.
30355         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30356         Removing the have_video_size signal.
30357         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30358         and associated public method.
30359         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30360         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30361         signal.
30362         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30363         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30364         signal.
30365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30366         Using XOverlay public method to fire size signal.
30367
30368 2004-01-07  David Schleef  <ds@schleef.org>
30369
30370         * gst/videofilter/Makefile.am:
30371         * gst/videofilter/gstvideotemplate.c:
30372         * gst/videofilter/make_filter:
30373         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30374         Convert make_filter to /bin/sh script.
30375
30376 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30377
30378         * gst/modplug/gstmodplug.cc: fix element description
30379
30380 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30381
30382         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30383         (got_video_size): Adding some new lines in g_print calls.
30384         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30385         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30386         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30387         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30388         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30389         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30390         Complete code review, reverting some stuff i disagree with, adding
30391         some fixes : time synchronization on invalid timestamps, renegotiation
30392         of private window.
30393         * sys/ximage/ximagesink.h:
30394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30395         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30396         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30397         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30398         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30399         (gst_xvimagesink_buffer_new),
30400         (gst_xvimagesink_navigation_send_event),
30401         (gst_xvimagesink_set_xwindow_id),
30402         (gst_xvimagesink_get_desired_size),
30403         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30404         stuff i disagree with, adding some fixes : Renegotiation of private
30405         window, implementing get_desired_size.
30406
30407 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30408
30409         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30410         (gst_afsink_handle_event):
30411         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30412         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30413         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30414         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30415         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30416           Fix for instantiate-test (see core). Also remove dead code from
30417           jpegenc (which still needs fixing, but that's lower on my TODO
30418           list...).
30419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30420           Never return NULL as caps.
30421
30422 2004-01-07  David Schleef  <ds@schleef.org>
30423
30424         * configure.ac:
30425         * ext/Makefile.am:
30426         * ext/librfb/Makefile.am:
30427         * ext/librfb/gstrfbsrc.c:
30428         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30429         is the protocol used by VNC.
30430
30431 2004-01-07  David Schleef  <ds@schleef.org>
30432
30433         * gst/videofilter/gstvideotemplate.c:
30434         * gst/videofilter/gstvideotemplate.h:
30435         * gst/videofilter/make_filter:
30436         Merge videotemplate header into source file.
30437         * gst/effectv/Makefile.am:
30438         * gst/effectv/gsteffectv.c: (plugin_init):
30439         * gst/effectv/gstwarp.c:
30440         Make warpTV a subclass of videofilter.
30441
30442 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30443
30444         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30445           Add guard against invalid utf-8 conversions in mad. Just in case.
30446
30447 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30448
30449         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30450           Fix for bug shown by poisoning
30451
30452 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30453
30454         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30455         (gst_v4lmjpegsrc_buffer_free):
30456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30457         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30458         (gst_v4lsrc_buffer_free):
30459           Fix for removed bufferpools.
30460
30461 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30462
30463         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30464         Fix caps negotiation.
30465
30466         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30467         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30468         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30469         (dvdnavsrc_event):
30470         * ext/mpeg2dec/gstmpeg2dec.c:
30471         * gst-libs/gst/navigation/navigation.c:
30472         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30473         * gst-libs/gst/navigation/navigation.h:
30474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30475         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30477         Super-simple first version of mouse and keyboard events. Clicking
30478         on a DVD menu now works, although it may not take you where you
30479         expected.
30480
30481         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30482         * gst/videotestsrc/gstvideotestsrc.c:
30483         (gst_videotestsrc_src_fixate):
30484         These fixate functions were broken - they never actually
30485         fixated :)
30486
30487 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30488
30489         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30490         (gst_icecastsend_init):
30491           fix for new caps system.
30492         * gst-libs/gst/mixer/mixertrack.h:
30493         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30494           Add 'master track' flag (for tools like ACME that only want to
30495           change the main volume).
30496
30497 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30498
30499         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30500         (gst_xvid_csp_to_caps):
30501         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30502         * ext/xvid/gstxvidenc.c:
30503         ifdef out ARGB type when it isn't available
30504         in xvidcore 1.0.0beta2
30505
30506 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30507
30508         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30509           When we have received a new SCR right in the first buffer after
30510           a seek (so in the same cycle that handles the discont), we should
30511           handle the buffer instead of unreffing it, else we lose data.
30512
30513 2004-01-06  Iain <iain@prettypeople.org>
30514
30515         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30516           buffer-frames caps too.
30517
30518         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30519           caps that we need, don't destroy them all and rebuild them. And when
30520           creating src pads, use the src pad template rather than the sink...
30521
30522 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30525           Add pad to element *after* setting functions such as event handler.
30526           Without this, the scheduler (opt) will link pads, set the event
30527           handler from the default event function (dispatcher in gstpad.c)
30528           and *after* that, we will set our own event function, which will
30529           thus never be used (and thus mpegdemux doesn't handle events).
30530
30531 2004-01-04  David Schleef  <ds@schleef.org>
30532
30533         Fix the fixate functions to handle new prototype:
30534         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30535         * gst/videotestsrc/gstvideotestsrc.c:
30536         (gst_videotestsrc_src_fixate):
30537         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30538         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30540
30541 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30542
30543         * sys/ximage/ximagesink.h:
30544         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30545         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30546         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30547         (gst_ximagesink_xoverlay_init):
30548           assorted fixes to make (re)embedding work
30549         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30550         (gst_ximagesink_get_desired_size):
30551           implement desired size additions to XOverlay
30552
30553 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30554
30555         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30556         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30557         (gst_x_overlay_got_desired_size):
30558         * gst-libs/gst/xoverlay/xoverlay.h:
30559           Add optional "desired size" signal and querying.
30560
30561 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30562
30563         * gst/matroska/matroska-demux.c:
30564         (gst_matroska_demux_parse_blockgroup):
30565           Fix EBML-laced block parsing. Diffs are relative to previous
30566           lace, not the first lace. Thanks to Mosu from the Matroska
30567           team for detecting this.
30568         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30569         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30570         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30571         (gst_wavparse_change_state):
30572         * gst/wavparse/gstwavparse.h:
30573           Quickfix for capsnego.
30574
30575 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30576
30577         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30578           Fix indenting, fix pad creation.
30579
30580 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30583         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30584         (gst_xviddec_sink_link):
30585           Implement src_getcaps() so proper size caps is negotiated.
30586
30587 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30588
30589         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30590           Finish flac decoder on EOS. See #116178.
30591
30592 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30593
30594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30595         (gst_matroska_demux_add_stream):
30596         * gst/matroska/matroska-ids.h:
30597           Add getcaps() function to fix capsnego...
30598
30599 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30600
30601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30602         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30603         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30604           Fix more integer overflows. Again, see #126967.
30605
30606 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * ext/mpeg2dec/gstmpeg2dec.c:
30609           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30610           #130416.
30611
30612 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * configure.ac:
30615         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30616         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30617         * ext/xvid/gstxvid.h:
30618         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30619         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30620         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30621         (gst_xviddec_change_state):
30622         * ext/xvid/gstxviddec.h:
30623         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30624         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30625         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30626         (gst_xvidenc_link), (gst_xvidenc_set_property),
30627         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30628         * ext/xvid/gstxvidenc.h:
30629           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30630
30631 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30632
30633         * gst/rtp/rtp-packet.c:
30634           Add sys/types.h include, since OS X doesn't define in_addr_t
30635           in netinet/in.h, like it does on Linux (see #129600).
30636
30637 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30638
30639         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30642           Correct logic of dispose function (see #129306).
30643
30644 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30647         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30648         (gst_mpeg_parse_init):
30649         * gst/mpegstream/gstmpegparse.h:
30650           Remove clock (which was never provided, i.e. dead code), and
30651           also fix integer overflows at high PTS values (see #126967).
30652
30653 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30654
30655         * ext/flac/gstflacdec.c:
30656         * ext/libpng/gstpngenc.h:
30657         * ext/mikmod/gstmikmod.h:
30658           OS X fixes (see #126628).
30659
30660 2004-01-02  David Schleef  <ds@schleef.org>
30661
30662         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30663         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30664         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30665         (gst_mpeg_parse_class_init): Move pad template registration
30666         to class_init, since the derived class (mpegdemux) doesn't
30667         want them.
30668
30669 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30670
30671         * sys/ximage/Makefile.am:
30672         * sys/xvideo/Makefile.am:
30673         * sys/xvimage/Makefile.am:
30674           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30675           after installation (see #127664).
30676
30677 2004-01-02  David Schleef  <ds@schleef.org>
30678
30679         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30680         (gst_ffmpegenc_connect):  Negotiation fixes.
30681         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30682         Remove inappropriate gst_caps_free().
30683         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30684         Reenable Ronald's internal resize code, since the core handles
30685         it correctly now.
30686
30687 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30688
30689         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30690         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30692           Fix pad template stuff.
30693
30694 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30697         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30698           fix signed integer reading/writing.
30699
30700 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30701
30702         * ext/alsa/README:
30703           Remove outdated document
30704
30705 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30706
30707         * gst/cutter/gstcutter.c: (gst_cutter_init):
30708           src pad was being created twice - oops.
30709
30710 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30711
30712         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30713           Comment out internal resize. It doesn't handle the resulting
30714           XEvent internally, does another try_set_caps() which leads to
30715           a really nice loop.
30716           Real fix will come when Julien and Dave are awake. ;).
30717
30718 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30719
30720         * ext/mpeg2enc/gstmpeg2enc.cc:
30721           fix const/nonconst compile issue.
30722
30723 2004-01-02  David Schleef  <ds@schleef.org>
30724
30725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30726         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30727         Add fixate function and a check for bad formats.
30728
30729 2004-01-01  David Schleef  <ds@schleef.org>
30730
30731         Negotiation fixes:
30732         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30733         (gst_audiofilter_init):
30734         * gst/debug/efence.c: (gst_efence_init):
30735         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30736         (gst_deinterlace_init):
30737         * gst/volume/gstvolume.c: (volume_connect):
30738
30739 2004-01-01  David Schleef  <ds@schleef.org>
30740
30741         Convert elements to use gst_pad_use_explicit_caps() where
30742         appropriate:
30743         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30744         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30745         (gst_afparse_open_file):
30746         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30747         (gst_afsrc_open_file):
30748         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30749         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30750         (gst_ffmpegdec_chain):
30751         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30752         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30753         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30754         (gst_gdk_pixbuf_chain):
30755         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30756         (gst_jpegdec_chain):
30757         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30758         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30759         (gst_mikmod_negotiate):
30760         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30761         (gst_mpeg2dec_negotiate_format):
30762         * ext/mpeg2enc/gstmpeg2enc.cc:
30763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30764         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30765         (gst_speexdec_sinkconnect):
30766         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30767         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30768         (gst_vorbisfile_new_link):
30769         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30770         (gst_ac3parse_chain):
30771         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30772         (gst_asf_demux_setup_pad):
30773         * gst/auparse/gstauparse.c: (gst_auparse_init),
30774         (gst_auparse_chain):
30775         * gst/id3/gstid3types.c: (gst_id3types_loop):
30776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30777         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30778         (mp1videoparse_parse_seq):
30779         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30780         (bpf_from_header):
30781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30782         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30784         (gst_mpeg_parse_send_data):
30785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30786         (gst_qtdemux_add_stream):
30787         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30788         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30789         (gst_wavparse_parse_fmt):
30790
30791 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30792
30793         * configure.ac:
30794           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30795           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30796           it therefore uses the wrong include paths. Too bad... Note
30797           that 1.6.1.93 is not release yet. ;).
30798           Also add a check for mplex, which is now using the lib'ified
30799           mplex from mjpegtools, too.
30800         * ext/ffmpeg/gstffmpegcodecmap.c:
30801           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30802           issues. I don't think ffmpeg handles 3ivx correctly, so this
30803           probably won't work. But it won't hurt either.
30804         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30805         (gst_ffmpegdec_chain):
30806         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30807         (gst_ffmpegenc_chain_audio):
30808           Fix memleak in audio encoding. Close codec if open fails, this
30809           calls the cleanup routines so we can re-use the context.
30810         * ext/mpeg2enc/gstmpeg2enc.cc:
30811           Fix pad template names/types, fix memory issue with getcaps().
30812         * ext/mpeg2enc/gstmpeg2encoder.cc:
30813         * ext/mpeg2enc/gstmpeg2encoder.hh:
30814           Fix compile issue with new caps system (const thingy).
30815         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30816         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30817           We read a first frame right on initing, so that we have a caps
30818           when we init the output. This caps is cached in padprivate and
30819           read as first frame.
30820         * ext/mplex/Makefile.am:
30821         * ext/mplex/gstmplex.cc:
30822         * ext/mplex/gstmplex.h:
30823         * ext/mplex/gstmplex.hh:
30824         * ext/mplex/gstmplexibitstream.cc:
30825         * ext/mplex/gstmplexibitstream.hh:
30826         * ext/mplex/gstmplexjob.cc:
30827         * ext/mplex/gstmplexjob.hh:
30828         * ext/mplex/gstmplexoutputstream.cc:
30829         * ext/mplex/gstmplexoutputstream.hh:
30830           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30831           had issues, didn't do capsnego, supported only a subset of the
30832           mplex features and required a mplex fork in our local CVS. Plus
30833           that it worked agaist a very old mplex version. Rewriting was
30834           faster than updating it.
30835         * gst-libs/ext/Makefile.am:
30836         * gst-libs/ext/mplex/INSTRUCT:
30837         * gst-libs/ext/mplex/Makefile.am:
30838         * gst-libs/ext/mplex/README:
30839         * gst-libs/ext/mplex/TODO:
30840         * gst-libs/ext/mplex/ac3strm_in.cc:
30841         * gst-libs/ext/mplex/audiostrm.hh:
30842         * gst-libs/ext/mplex/audiostrm_out.cc:
30843         * gst-libs/ext/mplex/aunit.hh:
30844         * gst-libs/ext/mplex/bits.cc:
30845         * gst-libs/ext/mplex/bits.hh:
30846         * gst-libs/ext/mplex/buffer.cc:
30847         * gst-libs/ext/mplex/buffer.hh:
30848         * gst-libs/ext/mplex/fastintfns.h:
30849         * gst-libs/ext/mplex/format_codes.h:
30850         * gst-libs/ext/mplex/inputstrm.cc:
30851         * gst-libs/ext/mplex/inputstrm.hh:
30852         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30853         * gst-libs/ext/mplex/mjpeg_logging.cc:
30854         * gst-libs/ext/mplex/mjpeg_logging.h:
30855         * gst-libs/ext/mplex/mjpeg_types.h:
30856         * gst-libs/ext/mplex/mpastrm_in.cc:
30857         * gst-libs/ext/mplex/mpegconsts.cc:
30858         * gst-libs/ext/mplex/mpegconsts.h:
30859         * gst-libs/ext/mplex/mplexconsts.hh:
30860         * gst-libs/ext/mplex/multplex.cc:
30861         * gst-libs/ext/mplex/outputstream.hh:
30862         * gst-libs/ext/mplex/padstrm.cc:
30863         * gst-libs/ext/mplex/padstrm.hh:
30864         * gst-libs/ext/mplex/stillsstream.cc:
30865         * gst-libs/ext/mplex/stillsstream.hh:
30866         * gst-libs/ext/mplex/systems.cc:
30867         * gst-libs/ext/mplex/systems.hh:
30868         * gst-libs/ext/mplex/vector.cc:
30869         * gst-libs/ext/mplex/vector.hh:
30870         * gst-libs/ext/mplex/videostrm.hh:
30871         * gst-libs/ext/mplex/videostrm_in.cc:
30872         * gst-libs/ext/mplex/videostrm_out.cc:
30873         * gst-libs/ext/mplex/yuv4mpeg.cc:
30874         * gst-libs/ext/mplex/yuv4mpeg.h:
30875         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30876         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30877           We don't fork mjpegtools' mplex in our CVS anymore.
30878         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30879         (gst_avi_demux_add_stream):
30880         * gst/avi/gstavidemux.h:
30881           Add getcaps() function for proper caps nego. This makes some
30882           parts of AVI playback/reading work.
30883         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30884           Resize window on new capsnego. This is probably wrong, but
30885           I'm still committing it because with current capsnego, the
30886           first successfull capsnego is auto-fixated, therefore rounded
30887           down to the lowest values in the caps. this results in a 16x16
30888           XWindow that is not reized when real capsnego finishes.
30889           Dave, I see more cases of this, do you know a proper solution?
30890         * tools/gst-launch-ext.in:
30891           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30892
30893 2003-12-31  David Schleef  <ds@schleef.org>
30894
30895         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30896         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30897           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30898
30899 2003-12-30  David Schleef  <ds@schleef.org>
30900
30901         * ext/ffmpeg/gstffmpegcolorspace.c:
30902         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30903         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30904         (gst_ffmpegcsp_chain): Negotiation fixes
30905         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30906         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30907         (gst_audio_convert_link), (gst_audio_convert_channels):
30908         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30909         (gst_audioscale_link), (gst_audioscale_get_buffer),
30910         (gst_audioscale_chain): Negotiation fixes
30911         * gst/audioscale/gstaudioscale.h:
30912         * gst/videofilter/gstvideofilter.c:
30913         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30914         (gst_videofilter_link), (gst_videofilter_init),
30915         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30916         (gst_videofilter_find_format_by_structure):
30917         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30918         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30919         (gst_videoscale_link):
30920         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30921         (videoscale_find_by_structure), (gst_videoscale_setup):
30922         * gst/videoscale/videoscale.h: Negotiation fixes
30923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30924         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30925         function, restrict resizing to a multiple of 4 (hack until
30926         everyone supports odd sizes correctly).
30927
30928 2003-12-29  Colin Walters  <walters@verbum.org>
30929
30930         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30931         signed.
30932
30933 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30934
30935         * ext/sndfile/gstsf.c: (gst_sf_loop):
30936           Fix warning about discarding const qualifier
30937
30938 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30939
30940         * gst/cutter/gstcutter.c:
30941         * gst/videoscale/gstvideoscale.c:
30942         * gst/volenv/gstvolenv.c:
30943         * gst-libs/gst/audio/audio.c:
30944         * gst-libs/gst/video/video.c:
30945           Fix warnings
30946
30947 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30948
30949         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30950           Don't send ALSA debugging to stderr.
30951         * ext/alsa/gstalsa.h:
30952           Use GST_WARNING instead of g_warning when ALSA functions fail.
30953
30954 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30955
30956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30957           Free XVAdapterInfo correctly.
30958
30959 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30960
30961         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30962         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30963           Make id3tag use correct caps nego.
30964
30965 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30966
30967         * ext/ivorbis/vorbis.c:
30968         * ext/ivorbis/vorbisenc.h:
30969         * ext/ivorbis/vorbisfile.c:
30970           Modify so that it uses the new caps things
30971
30972 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30973
30974         * testsuite/spider/spider1.c: (main):
30975         * testsuite/spider/spider2.c: (main):
30976         * testsuite/spider/spider3.c: (main):
30977           Make tests compile again. They probably don't work.
30978
30979 2003-12-24  Colin Walters  <walters@verbum.org>
30980
30981         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30982         we can't fixate the caps anymore.
30983
30984 2003-12-23  David Schleef  <ds@schleef.org>
30985
30986         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30987         * sys/oss/gstosssink.c: (gst_osssink_init),
30988         (gst_osssink_sink_fixate): Add fixate function.
30989
30990 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30991
30992         * ext/ffmpeg/gstffmpegcodecmap.c:
30993         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30994         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30995         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30996         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30997         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30998         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30999         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31000           fix typo in RGB masks, and move back to "old" colorspace
31001           capsnego code until whoever wrote this new crap has actually
31002           tested it so that it works.
31003           And yes, this works, keep it that way please.
31004
31005 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31006
31007         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31008         (gst_divxdec_init), (gst_divxdec_negotiate):
31009         * ext/divx/gstdivxdec.h:
31010         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31011         (gst_divxenc_init):
31012         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31013         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31014         * ext/mpeg2enc/gstmpeg2enc.cc:
31015         * ext/mpeg2enc/gstmpeg2encoder.cc:
31016         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31017         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31018         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31019         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31020         (dxr3spusink_init):
31021         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31022         (dxr3videosink_init):
31023           Fix caps breakage after Dave's caps branch merge.
31024
31025 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31026
31027         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31028           Fix for 24bpp display.
31029
31030 2003-12-23  Colin Walters  <walters@verbum.org>
31031
31032         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31033         a GnomeVFSHandle directly.
31034
31035 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31036
31037         * gst/volume/Makefile.am:
31038         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31039         (volume_base_init), (volume_init):
31040           Reenable volume element and fix to work with new caps stuff.
31041           Rhythmbox needs this.
31042
31043 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31044
31045         * gst/qtdemux/qtdemux.c: (plugin_init):
31046           qtdemux requires bytestream
31047
31048 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31049
31050         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31051           Fix remaining caps handling errors due to CAPS merge.
31052
31053 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31054
31055         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31056         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31057         (gst_faad_srcconnect):
31058           Port to new caps system.
31059
31060 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31061
31062         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31063         (got_video_size), (main): using g_print instead of g_message.
31064         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31065         signal which was not emitted because of "switch" element added to the
31066         bin but not connected. (Removing from the bin temporarily)
31067
31068 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31069
31070         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31071         find X development files. I don't understand the previous tests and
31072         they fail on my debian/ppc unstable. This one works.
31073         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31074         exiting.
31075         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31076         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31077         (gst_play_set_visualization): Add some safety checks in set_ methods
31078         and state_change. This was throwing some ugly CRITICAL messages when
31079         pipeline was getting disposed and casts were failing.
31080
31081 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31082
31083         * configure.ac:
31084           Improve mpeg2enc detection. This is for distributions that do
31085           ship mjpegtools, but without mpeg2enc. Also does object check
31086           for might there ever be ABI incompatibility.
31087         * ext/mpeg2enc/gstmpeg2enc.cc:
31088           Add Andrew as second maintainer (he's helping me), and also add
31089           an error if no caps was set. This happens if I pull before capsnego
31090           and that's something I should solve sometime else.
31091         * gst/matroska/matroska-demux.c:
31092         (gst_matroska_demux_parse_blockgroup):
31093           Fix time parsing.
31094         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31095         (gst_matroska_mux_track_header):
31096           Add caps to templates.
31097         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31098           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31099         * gst/mpegstream/gstmpegdemux.c:
31100           Remove layer since it causes warnings about unfixed caps.
31101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31102           Fix obvious typo (we error out if caps were set, we should of
31103           course error out if *no* caps were set).
31104         * sys/oss/gstosselement.c: (gst_osselement_convert):
31105           Fix format conversion, we confused bits/bytes.
31106         * sys/oss/gstosselement.h:
31107           Improve documentation for 'bps'.
31108         * sys/v4l/TODO:
31109           Remove stuff about plugins that need removing - this was done
31110           ages ago.
31111         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31112         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31114         (gst_v4lsrc_src_query):
31115         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31116         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31117           Add get_query_types(), get_formats() and query() functions.
31118
31119 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31120
31121         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31122           * moved CVS to freedesktop.org