gst/playback/gstplaybin.c: Improve docs: point out that the application needs to...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/playback/gstplaybin.c:
4           Improve docs: point out that the application needs to assist playbin
5           with buffering.
6
7 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * gst-libs/gst/utils/install-plugins.c:
10         * gst-libs/gst/utils/missing-plugins.c:
11         * tests/check/libs/utils.c: (missing_msg_check_getters):
12           Change GStreamer marker prefix in detail string from 'gstreamer.net'
13           to just 'gstreamer'. Document the caps string component of the
14           decoder/encoder detail a bit better, since not everyone will be
15           familiar with the GStreamer media type/caps system (but they better
16           enjoy nested itemized lists).
17
18 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
19
20         * gst-libs/gst/netbuffer/gstnetbuffer.c:
21         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
22           Fix copying of GstNetBuffer (would crash before, or at least lead to
23           invalid memory access, #410772), for now by copying the GstBuffer copy
24           code from the core over here so we can copy the GstBuffer fields on a
25           provided buffer instance (of type GstNetBuffer in this case). Would be
26           better to fix this with some support by the core though (and in the long
27           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
28
29         * tests/check/Makefile.am:
30           Enable unit test for GstNetBuffer.
31
32 2007-02-22  Andy Wingo  <wingo@pobox.com>
33
34         * gst-libs/gst/audio/gstbaseaudiosink.c
35         (gst_base_audio_sink_init): Disable pull-mode activation until we
36         figure out how to make audio sinks go to PLAYING.
37
38 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
39
40         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
41         (double_hq), (audio_convert_get_func_index),
42         (audio_convert_prepare_context), (audio_convert_convert):
43         * gst/audioconvert/audioconvert.h:
44         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
45         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
46         * gst/audioconvert/gstchannelmix.h:
47         * tests/check/elements/audioconvert.c: (GST_START_TEST):
48           Add float as an intermediate format, as well as float mixing. Enable
49           test that was failing before. Fixes #339837
50
51 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
52
53         * tests/examples/seek/seek.c: (do_seek):
54         Undo the previous commit: -1 as a stop time implies that the stop
55         time is the end of file, clearing any previously configured segment.
56
57 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
58
59         * tests/examples/seek/seek.c: (do_seek):
60         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
61
62 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
63
64         * gst/volume/gstvolume.c: (volume_process_int16),
65         (volume_process_int16_clamp), (volume_set_caps):
66           Unbreak volume, value remains gint.
67
68 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
69
70         * gst/volume/gstvolume.c: (volume_choose_func),
71         (volume_update_real_volume), (gst_volume_set_volume),
72         (gst_volume_init), (volume_process_double), (volume_process_float),
73         (volume_process_int16), (volume_process_int16_clamp),
74         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
75         * gst/volume/gstvolume.h:
76           Extend float audio support (double) and some int->uint cleanups.
77
78 2007-02-20  Edward Hervey  <edward@fluendo.com>
79
80         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
81         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
82         (sort_end_pads), (gst_decode_group_expose),
83         (gst_decode_group_hide):
84         Don't free groups from the streaming threads. Just put them aside and
85         free them in dispose.
86
87 2007-02-20  Edward Hervey  <edward@fluendo.com>
88
89         * gst/playback/gstdecodebin2.c: (connect_element),
90         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
91         (sort_end_pads), (gst_decode_group_expose):
92         Handle dynamic pads within groups.
93         Sort pads before exposing them in order to make playbin happy.
94         There still is a race with the multiqueue filling up. This should be
95         solved separately.
96         Fixes #398721
97
98 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
99
100         * gst-libs/gst/utils/base-utils.c:
101         * gst-libs/gst/utils/descriptions.c:
102         * gst-libs/gst/utils/install-plugins.c:
103         * gst-libs/gst/utils/missing-plugins.c:
104           Some more docs (and descriptions for two subtitle formats).
105
106 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
107
108         * gst-libs/gst/audio/audio.c:
109           Fix documentation.
110
111 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
112
113         Patch by: Yves Lefebvre  <ivanohe abacom com>
114
115         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
116           Don't leak caps. Fixes #408278.
117
118 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
119
120         * ext/cdparanoia/gstcdparanoiasrc.h:
121         * ext/ogg/gstoggdemux.h:
122         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
123         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
124         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
125         * gst-libs/gst/audio/audio.h:
126         * gst-libs/gst/audio/gstaudiofilter.h:
127         * gst-libs/gst/interfaces/videoorientation.h:
128         * gst/adder/gstadder.h:
129           More docs coverage and some ChangeLog surgery (add missing names)
130
131 2007-02-15  Wim Taymans  <wim@fluendo.com>
132
133         * sys/ximage/ximagesink.c:
134         (gst_ximagesink_calculate_pixel_aspect_ratio):
135         * sys/xvimage/xvimagesink.c:
136         (gst_xvimagesink_calculate_pixel_aspect_ratio):
137         Small constifications.
138
139 2007-02-15  Wim Taymans  <wim@fluendo.com>
140
141         * gst-libs/gst/audio/gstbaseaudiosink.c:
142         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
143         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
144         (gst_base_audio_sink_async_play),
145         (gst_base_audio_sink_change_state):
146         Answer latency query.
147         Use configured latency when syncing.
148         Fix clock slaving.
149
150         * gst-libs/gst/audio/gstbaseaudiosrc.c:
151         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
152         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
153         Fix possible memleak.
154         Implement latency query.
155         Small cleanups.
156
157 2007-02-15  Wim Taymans  <wim@fluendo.com>
158
159         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
160         Ignore errors in reset, these are not fatal. They also grab the element
161         lock which is already taking when this function is called. Fixes
162         #405451.
163
164 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
165
166         * configure.ac:
167           Remove 'tests/examples/xerror/Makefile' from output files again.
168
169 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
170
171         * configure.ac:
172         * docs/plugins/Makefile.am:
173           Also crossref against gst-plugins-base-libs.
174
175 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
176
177         * configure.ac:
178         * docs/libs/Makefile.am:
179         * docs/plugins/Makefile.am:
180           Add crossreferences to glib/gobject/gstream docs.
181
182         * gst-libs/gst/audio/audio.h:
183           Source formatting.
184
185         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
186           Add own debug category.
187
188 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
189
190         Patch by: René Stadler <mail at renestadler de>
191
192         * gst-libs/gst/tag/gstvorbistag.c:
193           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
194           (#403597).
195
196 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
197
198         * gst/playback/gstplaybasebin.c: (setup_source):
199           When we have external subtitles and wait for the subtitle decodebin
200           to get up and running, we set up a (sync) bus handler for the
201           subtitle decodebin, so we can stop waiting when it posts an error
202           message. However, we should do that before we set the subtitle
203           decodebin's state to playing, otherwise things are racy and we might
204           miss error messages posted before we had a chance to set up the bus.
205           This should finally fix totem hanging on .txt pseudo-subtitle files.
206           
207 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
208
209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
210           Use gst_gdouble_to_guint64 for conversions.
211         * win32/common/config.h.in:
212           Add a define for GST_INSTALL_PLUGINS_HELPER
213         * win32/common/libgstaudio.def:
214         * win32/common/libgstcdda.def:
215         * win32/common/libgstnetbuffer.def:
216         * win32/common/libgstrtp.def:
217         * win32/common/libgutils.def:
218           Add new exported functions.
219         * win32/vs6/gst_plugins_base.dsw:
220         * win32/vs6/libgstdecodebin.dsp:
221         * win32/vs6/libgstnetbuffer.dsp:
222         * win32/vs6/libgstplaybin.dsp:
223         * win32/vs6/libgstrtp.dsp:
224         * win32/vs6/libgstvorbis.dsp:
225         * win32/vs6/libgstcdda.dsp:
226         * win32/vs6/libgstgdp.dsp:
227         * win32/vs6/libgstutils.dsp:
228           Update and add new project files.
229
230 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
233         (subrip_remove_unhandled_tags), (parse_subrip):
234           For SubRip (.srt) subtitles, ignore all markup tags we don't
235           handle (like font tags, for example).
236
237         * tests/check/elements/subparse.c:
238           Add test for this.
239
240 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
241
242         * gst/playback/gstdecodebin.c: (add_fakesink),
243         (gst_decode_bin_change_state):
244         * gst/playback/gstdecodebin2.c: (add_fakesink),
245         (gst_decode_bin_change_state):
246           Don't error out if there is no fakesink in the NULL to READY state
247           change, since when decodebin is re-used, we're only adding the
248           fakesink element in READY to PAUSED.
249
250         * tests/check/elements/decodebin.c:
251         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
252         (decodebin_suite):
253           Minimal unit test to make sure we can use the same decodebin
254           instance twice (at least with audiotestsrc input).
255
256 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
259           Try to get devic-name from device string first, and from handle only
260           as fallback (seems to yield better results and is more robust
261           against buggy probing code on the application side).
262
263 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
264
265         Based on patch by: Julien Puydt <julien.puydt at laposte net>
266
267         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
268         (gst_alsa_find_device_name):
269         * ext/alsa/gstalsa.h:
270         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
271         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
272           Improve device-name detection a bit, especially in the case where
273           the device is not actually open (#405020, #405024). Move common code
274           into gstalsa.c instead of duplicating it.
275
276 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * gst/audioconvert/gstaudioconvert.c:
279           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
280
281 2007-02-06  Julien MOUTTE  <julien@moutte.net>
282
283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
284         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
285         (gst_xvimagesink_interface_supported),
286         (gst_xvimagesink_probe_get_properties),
287         (gst_xvimagesink_probe_probe_property),
288         (gst_xvimagesink_probe_needs_probe),
289         (gst_xvimagesink_probe_get_values),
290         (gst_xvimagesink_property_probe_interface_init),
291         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
292         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
293         (gst_xvimagesink_get_type):
294         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
295         for XVAdaptors so that one can choose the adaptor to use with 
296         gstreamer-properties.
297
298 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
299
300         * gst/audioconvert/gstaudioconvert.c:
301           Also mention that a conversion from double to float is suboptimal still.
302
303 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
304
305         * gst-libs/gst/audio/gstaudiofilter.c:
306         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
307           Clear our formats structure and free the caps contained in it when
308           shutting down.
309
310 2007-02-05  Andy Wingo  <wingo@pobox.com>
311
312         * gst-libs/gst/audio/gstbaseaudiosink.c
313         (gst_base_audio_sink_callback): Update basesink->offset so that we
314         pull monotonically increasing offsets instead of, um, seeking back
315         to 0 each time. Fixes alsasrc ! alsasink!
316
317 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
318
319         * gst/videoscale/gstvideoscale.c:
320           A width and height of 1 makes us crash, so increase minimum size to
321           2x2 pixels until someone feels like fixing this (#404512).
322
323 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
324
325         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
326           Add small test to make sure request pads are cleaned up properly
327           even if oggmux never changes state out of NULL.
328
329 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
330
331         * tests/check/libs/utils.c: (GST_START_TEST):
332           Fix unit test. Turns out things work much better when you
333           NULL-terminate string arrays. Should make p5 build bot happy again.
334
335 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
336
337         * gst-libs/gst/audio/Makefile.am:
338         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
339         (gst_audio_filter_template_base_init),
340         (gst_audio_filter_template_class_init),
341         (gst_audio_filter_template_init),
342         (gst_audio_filter_template_set_property),
343         (gst_audio_filter_template_get_property),
344         (gst_audio_filter_template_setup),
345         (gst_audio_filter_template_filter),
346         (gst_audio_filter_template_filter_inplace), (plugin_init):
347           Oops, forgot to commit fixed-up example.
348
349 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * docs/libs/gst-plugins-base-libs-sections.txt:
352         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
353         (gst_audio_filter_class_init), (gst_audio_filter_init),
354         (gst_audio_filter_set_caps),
355         (gst_audio_filter_class_add_pad_templates):
356         * gst-libs/gst/audio/gstaudiofilter.h:
357           Port GstAudioFilter to 0.10. This change technically breaks
358           API and ABI (and thus also every library developer's heart),
359           but seems justifiable on the grounds that the base class was
360           completely unusable before (ie. would crash immediately when
361           actually used). Fixes #403963 (and eventually also #403572).
362           Also document all of this a bit.
363
364 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * gst-libs/gst/utils/install-plugins.c:
367         (gst_install_plugins_spawn_child):
368         * tests/check/libs/utils.c:
369         (test_base_utils_install_plugins_do_callout):
370           Lowering log level to see why things fail on the p5 build bot;
371           fix some typos in unit test messages.
372
373 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
374
375         * tests/check/libs/utils.c:
376         (test_base_utils_install_plugins_do_callout):
377           Don't hard-code temp directory for test helper; use GLib functions
378           to write out file and do error checking etc.
379
380 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
381
382         * gst-libs/gst/utils/Makefile.am:
383         * gst-libs/gst/utils/base-utils.h:
384         * gst-libs/gst/utils/install-plugins.c:
385         (gst_install_plugins_context_set_xid),
386         (gst_install_plugins_context_new),
387         (gst_install_plugins_context_free),
388         (gst_install_plugins_get_helper),
389         (gst_install_plugins_spawn_child),
390         (gst_install_plugins_return_from_status),
391         (gst_install_plugins_installer_exited),
392         (gst_install_plugins_async), (gst_install_plugins_sync),
393         (gst_install_plugins_return_get_name),
394         (gst_install_plugins_installation_in_progress):
395         * gst-libs/gst/utils/install-plugins.h:
396           API: add API for applications to initiate installation of missing
397           plugins, ie. gst_install_plugins_async() primarily.
398           Based on libgimme-codec by Ryan Lortie.
399
400         * configure.ac:
401           Add --with-install-plugins-helper configure option so distros can specify
402           the path of the helper script or program to call when plugin installation
403           is requested (distros: please do any argument munging in this helper
404           script instead of patching GStreamer to pass arguments differently
405           to another program directly).
406
407         * docs/libs/gst-plugins-base-libs-docs.sgml:
408         * docs/libs/gst-plugins-base-libs-sections.txt:
409           Build and document new API.
410
411         * tests/check/libs/utils.c: (result_cb),
412         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
413         (libgstbaseutils_suite):
414           Some simple checks for the new API.
415
416 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
417
418         * tests/check/elements/audioconvert.c: (test_float_conversion):
419           Add small test for 32bit float <=> 64bit float conversion (works
420           only one way so far, 32=>64 produces structured noise).
421
422 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * gst/audioconvert/gstaudioconvert.c:
425         (set_structure_widths_32_and_64), (make_lossless_changes):
426           We don't support floats with a width of 40, 48 or 56 bits.
427
428 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
429
430         * gst/audioconvert/audioconvert.c: (float), (double),
431         (audio_convert_get_func_index):
432         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
433         (make_lossless_changes):
434           Support for 64-bit float audio in audioconvert (#339837)
435
436 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
437
438         Patch by: Holger Wansing  <linux wansing-online de>
439
440         * po/LINGUAS:
441         * po/de.po:
442           Add German translation (#352069).
443
444 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
445
446         reviewed by: Wim Taymans <wim@fluendo.com>
447
448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
449         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
450         Use newly added GstCollectPads API to free the allocated resources in
451         the GstOggPad structures (#402393).
452
453 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
454
455         * gst/playback/gstplaybin.c: (gen_vis_element):
456           Add audioresample+audioconvert in front of the visualisation
457           element, so that elements like libvisual 0.4 that don't support all
458           samplerates can work.
459
460           Fixes: #402505
461
462 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
465         (gst_play_base_bin_get_streaminfo_value_array):
466           Take some locks and make a copy of the streaminfo value array we
467           maintain while holding the lock, so that the application can
468           retrieve the stream-info as a value array in a thread-safe way.
469
470 2007-01-30  Wim Taymans  <wim@fluendo.com>
471
472         * gst/audioconvert/gstaudioconvert.c:
473         Don't fail on 0 sized buffers. Fixes #396835.
474
475 2007-01-29  David Schleef  <ds@schleef.org>
476
477         * gst/typefind/gsttypefindfunctions.c:
478           Detect BBCD as video/x-dirac, so we can play raw dirac
479           streams.
480
481 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * ext/theora/theoraenc.c: (theora_enc_chain):
484           Check return value of theora_encode_header(), or we might try to
485           allocate a random number of bytes. theora_encode_header() can fail
486           if libtheora has been compiled with encoding support disabled.
487           Fixes #398110.
488
489 2007-01-29  Wim Taymans  <wim@fluendo.com>
490
491         * tests/check/gst/.cvsignore:
492         Do as buildbot says.
493
494 2007-01-29  Wim Taymans  <wim@fluendo.com>
495
496         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
497         Fix strides in libvisual. Gst uses X strides.
498         Inspired by: <ed at catmur dot co dot uk> and 
499         <tim at centricular dot net>
500         Fixes #401118.
501
502 2007-01-27  Wim Taymans  <wim@fluendo.com>
503
504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
505         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
506         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
507         (gst_ogg_demux_perform_seek),
508         (gst_ogg_demux_bisect_forward_serialno),
509         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
510         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
511         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
512         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
513         * ext/ogg/gstoggdemux.h:
514         Properly propagate streaming errors when we are scanning the file for
515         chains so that we don't crash when shut down. Might fix some crashers
516         when quickly switching oggs in RB such as #332503 and #378436.
517
518 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
521           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
522           error code as well.
523
524 2007-01-25  Wim Taymans  <wim@fluendo.com>
525
526         * gst/playback/gstplaybasebin.c: (remove_source):
527         Don't try to disconnect a signal from a finalized object.
528
529 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
530
531         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
532           Cast lock macro parameters to make sure we're actually accessing the
533           lock member at the right class level. Free list itself in _dispose()
534           as well and NULL it in case dispose gets called multiple times.
535
536 2007-01-25  Edward Hervey  <edward@fluendo.com>
537
538         * gst/playback/gstdecodebin2.c:
539         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
540         Free GstDecodeGroups no longer used.
541         (gst_decode_group_expose):
542         Don't unlock too many times !
543         (deactivate_free_recursive):
544         Free iterator once we're done with it.
545         Fix for recursively deactivating elements (stop at ghostpads).
546
547 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
548
549         * gst/playback/gstplaybin.c: (handoff):
550           Fix up caps on the frame buffer before we save it and potentially
551           make it accessible to other threads via g_object_get; also use
552           gst_buffer_replace() instead of gst_mini_object_replace().
553
554 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
555
556         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
557           Make getting the current frame thread-safe.
558
559 2007-01-25  Edward Hervey  <edward@fluendo.com>
560
561         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
562         (gst_decode_group_new), (gst_decode_group_free):
563         Set queues to bigger sizes to cope with HD contents.
564         Fix some mutex freeing and add comment about MT safe methods.
565
566 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
569         (gst_text_overlay_text_event):
570           Don't unnecessarily ref (and then leak) upstream events if the text
571           pad is not linked. Fixes #399948.
572
573         * tests/check/gst-plugins-base.supp:
574           Add suppression for pango on edgy/x86 for textoverlay test.
575
576 2007-01-24  Wim Taymans  <wim@fluendo.com>
577
578         * gst-libs/gst/rtp/gstrtpbuffer.h:
579         Add some more fixed payloads.
580
581 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
582
583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
584           Error out properly if we get an error from libogg while reading the
585           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
586
587 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
588
589         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
590           Don't leak mutex.
591
592         * tests/check/elements/playbin.c:
593         (test_sink_usage_video_only_stream),
594         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
595         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
596         (test_missing_suburisource_handler),
597         (test_missing_primary_decoder), (playbin_suite):
598           Run all tests once with decodebin and once with decodebin2.
599           One test does not pass yet with decodebin2.
600
601 2007-01-23  Edward Hervey  <edward@fluendo.com>
602
603         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
604         Fix the cases where oggmux doesn't properly figure out that all
605         sinkpads have gone EOS, and therefore doesn't push out the remaining
606         buffers and the final EOS event.
607         Fixes #363379
608
609 2007-01-23  Julien MOUTTE  <julien@moutte.net>
610
611         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
613         Don't lock on navigation event push, just on keysym to string.
614         Fixes #397673 again.
615
616 2007-01-22  Edward Hervey  <edward@fluendo.com>
617
618         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
619         (get_current_group), (group_demuxer_event_probe),
620         (gst_decode_group_expose), (deactivate_free_recursive),
621         (gst_decode_group_free):
622         Cleanups.
623         Don't forget to emit 'no-more-pads' once a group is exposed.
624         Cleanup elements from a DecodeGroup once we remove it.
625         Protect call to gst_decode_group_expose() with the decodebin lock.
626
627 2007-01-22  Julien MOUTTE  <julien@moutte.net>
628
629         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
631         Looking at Xorg code i can't figure out if that XKeysymToString
632         function is thread sensible or not. Lock it just in case as
633         recommended by Radek Doulik <rodo at ximian dot com>.
634
635 2007-01-22  Julien MOUTTE  <julien@moutte.net>
636
637         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
639         Lock that X Call as well. Fixes #397673.
640
641 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
644           Don't go into an endless loop if the file starts with 00 00 01 2X,
645           like quicktime redirect files might. Fixes #396042.
646
647         * tests/check/Makefile.am:
648         * tests/check/gst/.cvsignore:
649         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
650         (typefindfunctions_suite):
651           Add unit test for the above.
652
653 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
656           On second thought, use "depth" field rather than "bpp" field.
657
658 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
661           Camtasia caps apparently need a bpp field (#398875).
662
663 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst/playback/gstplaybasebin.c: (setup_subtitle),
666         (gen_source_element), (gst_play_base_bin_change_state):
667           Attempt at a better error message in case we don't have the required
668           URI handler installed; post missing-plugin message also when we're
669           missing an URI handler for the subtitle URI; clean up properly also
670           when an error occurs and we never made it to PAUSED state.
671
672         * tests/check/elements/playbin.c: (GST_START_TEST),
673         (playbin_suite):
674           Check that we're also getting a missing-plugin messsage for a
675           missing subtitle URI handler (and clean up properly).
676
677 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
680           Plug a few reference leaks.
681
682 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
685           Lower probability a bit if the marker isn't right at the start,
686           to decrease the chance of false positives.
687
688 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
689
690         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
691           Small mpeg2 system stream typefinding improvement: make typefinder
692           probe a bit into the stream instead of just looking for a marker
693           at the beginning. Fixes #397810.
694
695 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * gst/audioconvert/gstchannelmix.c:
698           Remove compatibility cruft for prehistoric GLib versions.
699
700 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * gst/playback/Makefile.am:
703         * gst/playback/gstdecodebin.c: (close_pad_link):
704         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
706         (gst_play_base_bin_handle_message_func), (unknown_type):
707           Let decodebin be the element to post missing-plugin messages for
708           missing decoders (rather than playbin); make playbin implement
709           GstBin::handle_message so we can suppress missing-plugin messages
710           for types we're not handling on purpose (don't want to bring up an
711           installer in those cases).
712
713 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
714
715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
716         * gst-libs/gst/tag/gstvorbistag.c:
717         (gst_tag_list_to_vorbiscomment_buffer):
718         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
719           Fix potentially unaligned access (#397207).
720
721 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
722
723         * tests/examples/seek/seek.c: (set_scale), (update_scale),
724         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
725         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
726         (main):
727           Allow to toggle looping while it plays. Fix callback prototype. Clean
728           up code a bit more. Add copyright header.
729
730 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
731
732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
733           Red and blue mask was swapped (spotted by Dan Williams).
734
735 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
736
737         * gst-libs/gst/tag/gstid3tag.c:
738         * gst-libs/gst/tag/gstvorbistag.c:
739           Use new beats-per-minute tag from core.
740
741 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
742
743         * po/POTFILES.in:
744           Add new files with translatable strings, so they actually make it
745           into the template file one day.
746
747 2007-01-12  Andy Wingo  <wingo@pobox.com>
748
749         * gst-libs/gst/audio/gstbaseaudiosink.c
750         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
751         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
752         stuff, as the base class handles this now. Actually tell the ring
753         buffer to start.
754         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
755         How did this work before? Maybe I'm not as awesome a programmer as
756         I think.
757
758         * gst-libs/gst/audio/gstbaseaudiosrc.c
759         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
760         of a pad function.
761
762 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
763
764         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
765           Remove more fields so that the application can better blacklist
766           formats that have been tried before.
767
768 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
769
770         * gst-libs/gst/audio/mixerutils.h:
771           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
772           used when compiling with c++ compilers as well.
773
774 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
775
776         * gst/typefind/gsttypefindfunctions.c:
777           Fix comment.
778
779 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
780
781         * gst/playback/gstplaybin.c: (post_missing_element_message),
782         (gen_video_element), (gen_text_element), (gen_audio_element),
783         (gen_vis_element):
784           Post missing-plugin messages also when we error out because
785           converters, textoverlay or auto*sinks are missing (#161922).
786
787 2007-01-10  Wim Taymans  <wim@fluendo.com>
788
789         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
790         (is_demuxer_element), (new_caps):
791         * gst/playback/gstplaybasebin.c: (source_new_pad):
792         Fix the case where we try to ref a NULL element when we delay a link
793         because of unfixed caps.
794         Set the state of autoplugged decodebins to PAUSED.
795         RTSP now works in playbin, we can remove it from the blacklist.
796
797 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst/playback/Makefile.am:
800         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
801         (unknown_type), (setup_subtitle), (gen_source_element):
802         * gst/playback/gstplaybin.c: (plugin_init):
803           Post missing-plugin messages on the bus for missing sources and
804           missing decoders/demuxers/depayloaders; fix error code used when
805           we're missing an URI handler source; for media types that we are not
806           handling on purpose at the moment, don't print "don't know how to
807           handle xyz" messages to the terminal or post missing-plugin
808           messages on the bus.
809
810         * tests/check/elements/playbin.c: (create_playbin),
811         (GST_START_TEST), (gst_codec_src_uri_get_type),
812         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
813         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
814         (gst_codec_src_init_type), (gst_codec_src_base_init),
815         (gst_codec_src_create), (gst_codec_src_class_init),
816         (gst_codec_src_init), (plugin_init), (playbin_suite):
817           Add some tests for the missing-plugin stuff.
818
819 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
820
821         * configure.ac:
822         * gst-libs/gst/Makefile.am:
823         * gst-libs/gst/utils/Makefile.am:
824         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
825         * gst-libs/gst/utils/base-utils.h:
826         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
827         (find_format_info), (caps_are_rtp_caps),
828         (gst_base_utils_get_source_description),
829         (gst_base_utils_get_sink_description),
830         (gst_base_utils_get_decoder_description),
831         (gst_base_utils_get_encoder_description),
832         (gst_base_utils_get_element_description),
833         (gst_base_utils_add_codec_description_to_tag_list),
834         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
835         * gst-libs/gst/utils/descriptions.h:
836         * gst-libs/gst/utils/missing-plugins.c:
837         (missing_structure_get_type), (copy_and_clean_caps),
838         (gst_missing_uri_source_message_new),
839         (gst_missing_uri_sink_message_new),
840         (gst_missing_element_message_new),
841         (gst_missing_decoder_message_new),
842         (gst_missing_encoder_message_new),
843         (missing_structure_get_string_detail),
844         (missing_structure_get_caps_detail),
845         (gst_missing_plugin_message_get_installer_detail),
846         (gst_missing_plugin_message_get_description),
847         (gst_is_missing_plugin_message):
848         * gst-libs/gst/utils/missing-plugins.h:
849           API: add new libgstbaseutils library with functions
850           - to create and parse missing-plugins messages
851           - that provide (translated) descriptions for caps/decoders/sources/etc.
852           Closes #392393.
853
854         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
855         * pkgconfig/gstreamer-plugins-base.pc.in:
856           Add new lib.
857
858         * docs/libs/gst-plugins-base-libs-docs.sgml:
859         * docs/libs/gst-plugins-base-libs-sections.txt:
860           Generate docs for new lib and API.
861
862         * tests/check/Makefile.am:
863         * tests/check/libs/.cvsignore:
864         * tests/check/libs/utils.c: (missing_msg_check_getters),
865         (GST_START_TEST), (libgstbaseutils_suite):
866           Add some basic unit tests.
867
868 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * ext/ogg/Makefile.am:
871           Dist gstoggdemux.h to fix 'make distcheck'.
872
873         * sys/v4l/Makefile.am:
874           Fix 'make distcheck' even more.
875
876 2007-01-09  Wim Taymans  <wim@fluendo.com>
877
878         * docs/plugins/Makefile.am:
879         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
880         * docs/plugins/gst-plugins-base-plugins-sections.txt:
881         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
882         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
883         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
884         (gst_ogg_demux_perform_seek):
885         * ext/ogg/gstoggdemux.h:
886         Added docs.
887         Add some more comments.
888         Small cleanups.
889
890 2007-01-09  Wim Taymans  <wim@fluendo.com>
891
892         * ext/theora/theoradec.c:
893         * ext/vorbis/vorbisdec.c:
894         * gst-libs/gst/audio/gstringbuffer.c:
895         (gst_ring_buffer_commit_full):
896         * gst-libs/gst/audio/gstringbuffer.h:
897         * gst-libs/gst/rtp/gstrtpbuffer.c:
898         * gst-libs/gst/tag/gstvorbistag.c:
899         Small documentation updates/fixes
900
901 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * configure.ac:
904           Require core CVS HEAD for Andy's basesrc/sink API additions.
905
906 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
907
908         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
909
910         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
911         (plugin_init):
912           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
913           on flac.sf.net (there appear to be other versions of the first
914           ogg page in the wild) (#391365).
915
916 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * configure.ac:
919           Check if localtime_r() is available.
920
921         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
922           If localtime_r() is not available, fall back to localtime(). Should
923           fix build on MingW (#393310).
924
925 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
928         * gst/subparse/gstsubparse.h:
929           Remove spurious 1000 subtrahend when calculating the timestamp from
930           the frame number and the frame rate . Also, use the frames/second
931           value specified in the first line of the file, if one is specified
932           there. Should fix #357503.
933
934         * tests/check/elements/subparse.c: (do_test),
935         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
936         (subparse_suite):
937           Add some basic unit tests for the microdvd subtitle format.
938
939 2007-01-07  Julien MOUTTE  <julien@moutte.net>
940
941         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
942         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
943         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
944         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
945         (gst_xvimagesink_set_xwindow_id),
946         (gst_xvimagesink_set_event_handling),
947         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
948         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
949         Patch by : Young-Ho Cha <ganadist at chollian dot net>
950         Fixes : #390076.
951         Add an adaptor property to select a specific XV adaptor.
952         * sys/xvimage/xvimagesink.h:
953
954 2007-01-07  Julien MOUTTE  <julien@moutte.net>
955
956         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
957         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
958         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
959         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
960         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
961         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
962         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
963         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
964         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
965         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
966         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
967         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
968         Use flow_lock much more to protect every access to xwindow.
969         Try to catch erros while creating images in case some drivers are
970         just generating an XError when the requested image is too big.
971         Should fix : #354698, #384008, #384060.
972         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
973         Implement some stress testing of setting window xid.
974
975 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
976
977         * win32/common/libgsaudio.def:
978           Add new exported function.
979         * win32/common/libgstogg.dsp:
980           Add gstoggaviparse.c to the build.
981         * win32/common/libgstvideoscale.dsp:
982           Add vs_4tap.c to the build.
983         * win32/common/libgstvorbis.dsp:
984           Add vorbistag.c to the build.
985         
986 2007-01-06  Andy Wingo  <wingo@pobox.com>
987
988         * gst-libs/gst/audio/gstbaseaudiosink.c
989         (gst_base_audio_sink_class_init)
990         (gst_base_audio_sink_init): 
991         (gst_base_audio_sink_activate_pull): Add an activate_pull function
992         to baseaudiosink, and tell basesink that we can work in pull mode.
993         This way the ring buffer thread drives the pipeline directly, if
994         pull mode is possible. There is some lingering nastiness regarding
995         capsnego, however.
996         (gst_base_audio_sink_callback): Implement the callback to pull
997         data. This interface is a bit light, though -- it should get a
998         GstFlowReturn return value at least.
999
1000 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1003         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1004         * gst/playback/gstdecodebin2.c:
1005         (gst_decode_group_check_if_blocked):
1006           Printf format and missing argument fixes.
1007
1008 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1009
1010         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1011         (gst_ogm_parse_change_state):
1012         Activate pads before adding them to the element.
1013
1014 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1015
1016         * tests/examples/seek/scrubby.c: (main):
1017         * tests/examples/seek/seek.c: (main):
1018           Call g_thread_init() first thing in main() (see #391278).
1019
1020 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * tests/check/Makefile.am:
1023         * tests/check/libs/.cvsignore:
1024         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1025         (netbuffer_suite):
1026           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1027           for the time being, since it's broken, see #393099.
1028
1029 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * tests/check/Makefile.am:
1032           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1033
1034 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1035
1036         * configure.ac:
1037           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1038           so that GST_BASE_CFLAGS can go inbetween them, making sure
1039           we use uninstalled gst-libs headers
1040         * docs/libs/Makefile.am:
1041         * ext/alsa/Makefile.am:
1042         * ext/cdparanoia/Makefile.am:
1043         * ext/gnomevfs/Makefile.am:
1044         * ext/libvisual/Makefile.am:
1045         * ext/ogg/Makefile.am:
1046         * ext/theora/Makefile.am:
1047         * ext/vorbis/Makefile.am:
1048         * gst-libs/gst/audio/Makefile.am:
1049         * gst-libs/gst/cdda/Makefile.am:
1050         * gst-libs/gst/interfaces/Makefile.am:
1051         * gst-libs/gst/riff/Makefile.am:
1052         * gst-libs/gst/rtp/Makefile.am:
1053         * gst-libs/gst/tag/Makefile.am:
1054         * gst/adder/Makefile.am:
1055         * gst/audioconvert/Makefile.am:
1056         * gst/audiorate/Makefile.am:
1057         * gst/audioresample/Makefile.am:
1058         * gst/playback/Makefile.am:
1059         * gst/tcp/Makefile.am:
1060         * gst/videoscale/Makefile.am:
1061         * gst/volume/Makefile.am:
1062         * sys/ximage/Makefile.am:
1063         * sys/xvimage/Makefile.am:
1064         * tests/icles/Makefile.am:
1065           adapt
1066
1067 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1068
1069         * gst-libs/gst/interfaces/xoverlay.c:
1070         (gst_x_overlay_handle_events):
1071         * gst-libs/gst/interfaces/xoverlay.h:
1072         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1073         (gst_ximagesink_set_xwindow_id),
1074         (gst_ximagesink_set_event_handling),
1075         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1076         (gst_ximagesink_get_property), (gst_ximagesink_init),
1077         (gst_ximagesink_class_init):
1078         * sys/ximage/ximagesink.h:
1079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1080         (gst_xvimagesink_set_xwindow_id),
1081         (gst_xvimagesink_set_event_handling),
1082         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1083         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1084         (gst_xvimagesink_class_init):
1085         * sys/xvimage/xvimagesink.h:
1086         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1087         Add a method to the XOverlay interface to allow disabling of 
1088         event handling in x[v]imagesink elements. This will let X events
1089         propagate to parent windows which can be usefull in some cases.
1090         Be carefull that the application is then responsible of pushing
1091         navigation events and expose events to the video sink.
1092         Fixes: #387138.
1093
1094 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1095
1096         * gst-libs/gst/tag/gstvorbistag.c:
1097         * tests/check/libs/tag.c: (GST_START_TEST):
1098           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1099           (fixes #392070).
1100
1101 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * configure.ac:
1104         * docs/Makefile.am:
1105         * docs/design/Makefile.am:
1106           Dist design docs.
1107
1108 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1109
1110         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1111         typo. Fixes: #390063.
1112
1113 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1114
1115         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1117         caps leak.
1118         * win32/common/config.h: Updated.
1119
1120 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1121
1122         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1123         (setup_gdpdepay_streamheader):
1124         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1125         (setup_gdppay_streamheader):
1126           Fix the dp tests, but activating the pads for the streamheader tests
1127           too and cleaning up conditionaly
1128
1129 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1130
1131         * gst/ffmpegcolorspace/avcodec.h:
1132         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1133         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1134         (gst_ffmpegcsp_avpicture_fill):
1135         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1136         (img_get_alpha_info):
1137         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1138         other end of the word. Fixes: #387073.
1139
1140         Add some inconsequential branch hints in a couple of places.
1141
1142 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1145         (gst_ffmpeg_caps_to_smpfmt):
1146           The "signed" field in raw audio caps is of boolean type, trying to
1147           extract the value with _get_int() will fail (fix to keep in sync with
1148           the copy in gst-ffmpeg)
1149
1150 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1153         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1154         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1155         (cleanup_gdpdepay):
1156         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1157         * tests/check/elements/subparse.c: (teardown_subparse):
1158         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1159         * tests/check/elements/videorate.c: (cleanup_videorate):
1160         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1161         * tests/check/elements/volume.c: (cleanup_volume):
1162         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1163         (cleanup_vorbisdec):
1164         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1165         (cleanup_vorbistag):
1166           consistent pad (de)activation
1167
1168 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1169
1170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1171           Forgot to register the extensions.
1172
1173 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1174
1175         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1176         (plugin_init):
1177           Add typefinder for VIVO files (my christmas present to the 90s).
1178
1179 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst/playback/gstdecodebin.c: (type_found):
1182           Special-case the text/plain media type: we only want to recognise it
1183           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1184           parser, but not if the entire stream is of text/plain type. If the
1185           entire stream is text/plain, we should just error out.
1186
1187           This fixes playback of audio files with lyrics in totem. Totem can't
1188           distinguish between text files and subtitle files and passes any
1189           .txt file with the same basename as the main file to playbin as
1190           suburi, and playbin will then throw a 'subtitle found, but no video
1191           stream' error, which isn't entirely helpful. See #380342.
1192
1193           Also, with this change we'll show a slightly more correct error
1194           message in case totem passes a playlist file to us (although a
1195           custom error message wording instead of the default text would
1196           probably not be a bad idea either).
1197
1198           Same problem also needs to be fixed for playbin+decodebin2.
1199
1200         * tests/check/Makefile.am:
1201         * tests/check/elements/decodebin.c: (src_handoff_cb),
1202         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1203         (decodebin_suite):
1204           Add simple unit test for decodebin for the above.
1205
1206 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1209         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1210           Refuse to change state to READY when we failed to create any of the
1211           required elements in our instance init function.
1212
1213 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * docs/libs/gst-plugins-base-libs-sections.txt:
1216           Small docs fixes/updates.
1217
1218         * gst-libs/gst/video/gstvideosink.h:
1219           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1220           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1221           removed from the base sink API between 0.9.6 and 0.9.7).
1222           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1223           accessor macros, so we don't do a runtime GObject type check every
1224           time we use them.
1225
1226 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1227
1228         * Makefile.am:
1229         * gst-plugins-base.doap:
1230         * gst-plugins-base.spec.in:
1231           add doap file
1232
1233 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         Patch by: Jens Granseuer <jensgr at gmx net>
1236
1237         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1238         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1239         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1240         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1242           Declare variables at the beginning of a block. Fixes #383195.
1243
1244 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1245
1246         * configure.ac:
1247         Bump version nano - back to CVS.
1248
1249
1250 === release 0.10.11 ===
1251
1252 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1253
1254         * configure.ac:
1255           releasing 0.10.11, "Dumb things"
1256
1257 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1260         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1261         Handle the case where an element has multiple pads with 
1262         unfixed caps as well as still possibly producing more dynamic 
1263         pads by storing each case as a distinct entry in the dynamic list.
1264         Fixes #38223 again.
1265
1266 2006-12-04  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst/playback/gstdecodebin.c: (close_pad_link):
1269         Fix #382223, add more dynamic caps handling.
1270
1271 2006-12-04  Wim Taymans  <wim@fluendo.com>
1272
1273         reviewed by: <delete if not using a buddy>
1274
1275         * gst-libs/gst/audio/gstringbuffer.h:
1276         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1277         (gst_netaddress_set_ip4_interface),
1278         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1279         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1280         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1281         (gst_netaddress_get_ttl):
1282         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1283         * gst/playback/gstdecodebin.c: (close_pad_link):
1284         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1285         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1286         * win32/common/config.h:
1287
1288 2006-12-01  Michael Smith  <msmith@fluendo.com>
1289
1290         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1291           Delete bad debug code.
1292           Fixes #381219
1293
1294 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1295
1296         * gst/videoscale/vs_4tap.c:
1297         * win32/MANIFEST:
1298         * win32/common/config.h:
1299         * win32/vs8/libgstvideoscale.vcproj:
1300         Fix compilation on win32 under VS8
1301         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1302         Partially fixes #381175
1303
1304 2006-11-30  Michael Smith  <msmith@fluendo.com>
1305
1306         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1307         (GST_START_TEST):
1308           It would be very bad if, after a discont buffer, we thought every
1309           single following buffer was also discont. So, add to the test to
1310           ensure that this isn't the case.
1311           
1312         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1313           ... it was the case. So fix it.
1314
1315 2006-11-28  Wim Taymans  <wim@fluendo.com>
1316
1317         * gst/playback/gstplaybasebin.c: (check_queue_event):
1318         Improve debug.
1319
1320         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1321         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1322         padtemplate caps. Refixes #357577.
1323
1324 2006-11-28  Wim Taymans  <wim@fluendo.com>
1325
1326         * gst/playback/gstplaybasebin.c: (check_queue_event),
1327         (queue_threshold_reached), (queue_out_of_data),
1328         (gen_preroll_element):
1329         Add event probe to see when EOS is in a queue and we can disable the
1330         underrun signals. Fixes #357577.
1331
1332 2006-11-28  Edward Hervey  <edward@fluendo.com>
1333
1334         * gst/playback/Makefile.am:
1335         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1336         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1337         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1338         (gst_decode_bin_init), (gst_decode_bin_dispose),
1339         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1340         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1341         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1342         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1343         (connect_element), (expose_pad), (type_found),
1344         (pad_added_group_cb), (pad_removed_group_cb),
1345         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1346         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1347         (are_raw_caps), (multi_queue_overrun_cb),
1348         (multi_queue_underrun_cb), (gst_decode_group_new),
1349         (get_current_group), (group_demuxer_event_probe),
1350         (gst_decode_group_control_demuxer_pad),
1351         (gst_decode_group_control_source_pad),
1352         (gst_decode_group_check_if_blocked),
1353         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1354         (gst_decode_group_hide), (gst_decode_group_free),
1355         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1356         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1357         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1358         (plugin_init):
1359         New decodebin2 element.
1360         Closes #370092
1361         * gst/playback/gstplay-marshal.list:
1362         Added marshallers for new signals in decodebin2
1363         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1364         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1365         is set.
1366
1367 2006-11-28  Wim Taymans  <wim@fluendo.com>
1368
1369         * gst/playback/gstplaybasebin.c: (setup_source),
1370         (gst_play_base_bin_change_state):
1371         Disable rtsp:// uris for the release, it's not good enough yet.
1372         Remove unused var.
1373
1374 2006-11-26  Wim Taymans  <wim@fluendo.com>
1375
1376         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1377         (theora_dec_push_forward), (theora_dec_push_reverse),
1378         (theora_handle_data_packet), (theora_dec_decode_buffer),
1379         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1380         (theora_dec_chain_forward), (theora_dec_chain):
1381         Implement reverse playback.
1382
1383         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1384         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1385         (vorbis_dec_chain_forward):
1386         Clear buffers used for reverse playback in _reset.
1387         No need to set the eos flag, we clip samples using the segment.
1388
1389 2006-11-24  Wim Taymans  <wim@fluendo.com>
1390
1391         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1392         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1393         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1394         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1395         Some cleanups.
1396         Handle continued pages in reverse mode.
1397
1398 2006-11-24  Wim Taymans  <wim@fluendo.com>
1399
1400         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1401         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1402         (vorbis_dec_flush_decode):
1403         Small cleanups.
1404         Don't try to add invalid timestamps.
1405         Clipping will unref the buffer.
1406
1407 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1408
1409         * gst/adder/gstadder.h:
1410         * gst/audiotestsrc/gstaudiotestsrc.h:
1411           remove obsolete _factory_init protos
1412
1413 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1414
1415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1416           Fix spacing in debug message.
1417
1418 2006-11-23  Wim Taymans  <wim@fluendo.com>
1419
1420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1421         (gst_ogg_demux_chain):
1422         Don't just ignore return values from _pad_push().
1423         Small debug improvements.
1424
1425 2006-11-23  Michael Smith  <msmith@fluendo.com>
1426
1427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1428           If our incoming buffer is marked as DISCONT, then increment the page
1429           number (so that the discontinuity is marked in the final ogg
1430           bitstream) and flush the previous page.
1431
1432 2006-11-22  Michael Smith  <msmith@fluendo.com>
1433
1434         * ext/theora/gsttheoraenc.h:
1435         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1436         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1437         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1438         (theora_enc_chain), (theora_enc_change_state):
1439           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1440
1441         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1442         (GST_START_TEST), (theoraenc_suite):
1443           Enable discontinuity test, fix it.
1444
1445 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1448         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1449         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1450         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1451         (gst_text_overlay_change_state):
1452         * ext/pango/gsttextoverlay.h:
1453           Some textoverlay fixes: for one, in the video chain function,
1454           actually wait for a text buffer to come in if there is none at the
1455           moment and there should be one; also, deal more gracefully with
1456           incoming buffers that do not have a timestamp or duration; discard
1457           text buffer when not needed any longer. Fixes #341681.
1458
1459         * tests/check/Makefile.am:
1460         * tests/check/elements/.cvsignore:
1461         * tests/check/elements/textoverlay.c:
1462         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1463         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1464         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1465         (test_video_waits_for_text_send_text_newsegment_thread),
1466         (test_video_waits_for_text_shutdown_element),
1467         (test_render_continuity_push_video_buffers_thread),
1468         (textoverlay_suite):
1469           Add some unit tests for textoverlay.
1470
1471 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1474           Avoid integer underflow when the found probability for mp3 is
1475           smaller than the 'penalty' we subtract if there's not a clean
1476           mp3 header sync at offset 0.
1477
1478 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1479
1480         * docs/libs/gst-plugins-base-libs-sections.txt:
1481           Add some new symbols to the docs
1482
1483 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1484
1485         * tests/check/Makefile.am:
1486         * tests/check/elements/ffmpegcolorspace.c:
1487         (ffmpegcolorspace_suite):
1488           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1489           (for now not for valgrinding though, since it takes too long).
1490
1491 2006-11-20  Wim Taymans  <wim@fluendo.com>
1492
1493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1494         (gst_ffmpeg_pixfmt_to_caps):
1495         Fix RGBA32 caps. Fixes #357038.
1496
1497 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * gst-libs/gst/interfaces/mixertrack.h:
1500           Add FIXME so we can add some padding here in 0.11
1501
1502 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1503
1504         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1505           Fix GstBaseRTPAudioPayload structure so the whole GObject
1506           inheritance business actually works (parent class instance structure
1507           must always come first in the derived class instance structure).
1508
1509 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1510
1511         * gst/videotestsrc/Makefile.am:
1512         * tests/check/Makefile.am:
1513           Make sure our checks and the videotestsrc plugin link against the
1514           local uninstalled gst libs and not any installed gst libs that
1515           might happen to exist as well.
1516
1517         * tests/check/elements/adder.c: (message_received),
1518         (test_event_message_received), (test_play_twice_message_received):
1519         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1520           Fix compiler warnings when compiling against core with disabled
1521           debugging system.
1522
1523 2006-11-16  Michael Smith  <msmith@fluendo.com>
1524
1525         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1526         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1527           Fix audiorate, so that it accurately sets offsets and timestamps.
1528           Doesn't change the fundamental algorithmic decisions; so should be
1529           safe.
1530
1531         * tests/check/Makefile.am:
1532           Enable audiorate test now that it passes.
1533
1534 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1535
1536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1537           clear xv when going to NULL, remove // commented non-existant proto
1538
1539         * tests/examples/seek/seek.c: (main):
1540           add missing tooltip description for scrub and play_scrub
1541
1542 2006-11-14  David Schleef  <ds@schleef.org>
1543
1544         * configure.ac:
1545           Bump liboil requirement to 0.3.8.
1546         * gst-libs/gst/riff/riff-media.c:
1547           Add Dirac fourcc.
1548         * gst/videoscale/vs_image.h:
1549         * gst/videoscale/vs_scanline.h:
1550           Use liboil's stdint.h.
1551         * gst/videotestsrc/videotestsrc.c:
1552           Remove liboil related ifdef's, since they aren't needed now, and
1553           won't work with future versions.
1554
1555 2006-11-14  David Schleef  <ds@schleef.org>
1556
1557         * gst/videoscale/Makefile.am:
1558         * gst/videoscale/gstvideoscale.c:
1559         * gst/videoscale/gstvideoscale.h:
1560         * gst/videoscale/vs_4tap.c:
1561         * gst/videoscale/vs_4tap.h:
1562         * gst/videoscale/vs_image.c:
1563         * gst/videoscale/vs_image.h:
1564         * gst/videoscale/vs_scanline.c:
1565         * gst/videoscale/vs_scanline.h:
1566           Add a 4-tap image scaler.  Theoretically looks much prettier.
1567           The tap calculation could use some improvement.
1568
1569 2006-11-14  Wim Taymans  <wim@fluendo.com>
1570
1571         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1572
1573         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1574         (gst_riff_parse_strf_iavs):
1575         * gst/subparse/gstsubparse.c: (convert_encoding):
1576         * gst/tcp/gstmultifdsink.c:
1577         (gst_multi_fd_sink_handle_client_write):
1578         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1579         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1580         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1581         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1582         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1583         (gst_ximagesink_ximage_new):
1584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1585         Various gsize and gssize printf fixes. Fixes #372507.
1586
1587 2006-11-13  Wim Taymans  <wim@fluendo.com>
1588
1589         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1590         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1591         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1592         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1593         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1594         * ext/vorbis/vorbisdec.h:
1595         First stab at vorbis reverse playback.
1596
1597 2006-11-13  Wim Taymans  <wim@fluendo.com>
1598
1599         * gst-libs/gst/audio/gstbaseaudiosink.c:
1600         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1601         * gst-libs/gst/audio/gstbaseaudiosink.h:
1602         Make the clock sync code more accurate wrt resampling and playback
1603         at different rates.
1604         
1605         * gst-libs/gst/audio/gstringbuffer.c:
1606         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1607         * gst-libs/gst/audio/gstringbuffer.h:
1608         Use better algorithm to interpolate sample rates. 
1609
1610 2006-11-13  Michael Smith  <msmith@fluendo.com>
1611
1612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1613           Improve a debug line slightly.
1614
1615         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1616           Call gst_riff_init() in plugin_init, to avoid getting errors from
1617           the debug system (unrelated changes to another plugin made this turn
1618           up; not sure why).
1619
1620 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1623
1624         * win32/common/libgsttag.def:
1625           Add missing symbol (#366492).
1626
1627 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1628
1629         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1630           Don't unref a NULL pad.
1631
1632 2006-11-09  Wim Taymans  <wim@fluendo.com>
1633
1634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1635         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1636         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1637         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1638         (gst_ogg_demux_loop):
1639         Implement first stab at reverse playback.
1640
1641 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1642
1643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1644         (gst_riff_create_video_template_caps):
1645           add h263/h264 variants to the caps, Fixes #363118
1646
1647 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1650         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1651           Use g_strerror instead of strerror so we get UTF-8.
1652
1653 2006-11-03  David Schleef  <ds@schleef.org>
1654
1655         * ext/ogg/gstoggdemux.c:
1656         * ext/ogg/gstoggmux.c:
1657           Add/remove KW-DIRAC header here, since it is ogg-specific.
1658
1659 2006-11-03  Michael Smith  <msmith@fluendo.com>
1660
1661         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1662           Recognise more mpeg4 elementary video streams.
1663
1664 2006-11-02  Edward Hervey  <edward@fluendo.com>
1665
1666         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1667         Lower the probability of mp3 typefinding functions if we don't find a
1668         valid mp3 header at the start of the file.
1669         Closes #369482
1670
1671 2006-11-02  Wim Taymans  <wim@fluendo.com>
1672
1673         * ext/theora/gsttheoradec.h:
1674         * ext/theora/theoradec.c: (gst_theora_dec_init),
1675         (theora_dec_sink_event), (theora_dec_chain_forward),
1676         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1677         (theora_dec_chain):
1678         Document and partially implement an algorithm for doing reverse playback
1679         of theora video.
1680
1681 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1682
1683         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1684
1685         * win32/common/config.h:
1686         * win32/common/interfaces-enumtypes.c:
1687         * win32/common/libgsttag.def:
1688         * win32/vs8/gst-plugins-base.sln:
1689         * win32/vs8/libgstaudioresample.vcproj:
1690         * win32/vs8/libgstinterfaces.vcproj:
1691         * win32/vs8/libgstogg.vcproj:
1692         * win32/vs8/libgstriff.vcproj:
1693         * win32/vs8/libgsttag.vcproj:
1694         * win32/vs8/libgsttheora.vcproj:
1695         * win32/vs8/libgstvideoscale.vcproj:
1696         * win32/vs8/libgstvorbis.vcproj:
1697           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1698           to libgsttag.def; add missing dependencies for some vs8 projects;
1699           re-arrange placement of .def files in vs8 projects (#366334).
1700
1701 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         * ext/ogg/gstogg.c:
1704           Remove unused variable.
1705
1706         * ext/ogg/gstoggdemux.c:
1707           Fix Wim's surname in plugin description.
1708
1709 2006-10-31  Wim Taymans  <wim@fluendo.com>
1710
1711         * gst-plugins-base.spec.in:
1712         spec new .h file. Fixes #368310.
1713
1714 2006-10-31  Michael Smith  <msmith@fluendo.com>
1715
1716         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1717         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1718         (gst_multi_fd_sink_get_stats),
1719         (gst_multi_fd_sink_remove_client_link),
1720         (gst_multi_fd_sink_queue_buffer),
1721         (gst_multi_fd_sink_handle_clients):
1722         * gst/tcp/gstmultifdsink.h:
1723           Make using the remove or clear signals threadsafe.
1724           Make calling get-stats with an invalid fd not segfault.
1725           Fixes 368273.
1726
1727 2006-10-31  Wim Taymans  <wim@fluendo.com>
1728
1729         * gst-libs/gst/rtp/Makefile.am:
1730         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1731         (gst_base_rtp_audio_payload_init):
1732         Fix and activate base audio payloader.
1733
1734 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1737         (plugin_init):
1738           Add typefinder for QuickTime Image Files (see #366156).
1739
1740 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1743           Another typo fix (#366212).
1744
1745 2006-10-27  Wim Taymans  <wim@fluendo.com>
1746
1747         * gst/volume/gstvolume.c: (volume_transform_ip):
1748         Use stream time to synchronize volume property instead of rather random
1749         timestamps. This is needed when gnonlin does its time shifting.
1750
1751 2006-10-27  Wim Taymans  <wim@fluendo.com>
1752
1753         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1754
1755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1756         Remove the pad from the element in release_pad. Fixes #364812.
1757
1758 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1759
1760         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1762           Explicitly create our custom buffer classes at a thread-safe
1763           location as well, since g_type_class_ref() doesn't seem to be
1764           entirely thread-safe either (#365501; also see #349410).
1765
1766 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1769         (gst_riff_parse_info):
1770           If strings in INFO chunk are not UTF-8, do something similar to
1771           what we do for ID3v1 tags: check a number of environment variables
1772           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1773           character sets to try, otherwise try the current locale and/or fall
1774           back on ISO-8859-1. Fixes #360552.
1775
1776 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * gst/videotestsrc/gstvideotestsrc.c:
1779         (gst_video_test_src_pattern_get_type),
1780         (gst_video_test_src_set_pattern):
1781         * gst/videotestsrc/gstvideotestsrc.h:
1782         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1783         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1784         (gst_video_test_src_checkers8):
1785         * gst/videotestsrc/videotestsrc.h:
1786           Add a bunch of exciting new checkers patterns.
1787
1788 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * gst/subparse/Makefile.am:
1791         * gst/subparse/gstsubparse.c:
1792         (gst_sub_parse_data_format_autodetect),
1793         (gst_sub_parse_format_autodetect), (handle_buffer),
1794         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1795         * gst/subparse/gstsubparse.h:
1796         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1797         (parse_tmplayer):
1798         * gst/subparse/tmplayerparse.h:
1799           Add support for TMPlayer-type subtitles (#362845).
1800
1801         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1802         (GST_START_TEST), (subparse_suite):
1803           Add some basic unit tests for the above.
1804
1805 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * tests/check/elements/audiorate.c: (test_injector_base_init),
1808         (test_injector_class_init), (test_injector_chain),
1809         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1810         (GST_START_TEST), (audiorate_suite):
1811           More tests for audiorate: inject buffers to check behaviour when
1812           buffers overlap.
1813
1814 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1815
1816         * tests/check/Makefile.am:
1817         * tests/check/elements/.cvsignore:
1818         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1819         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1820           Add some basic unit tests for audiorate. Disabled at the moment
1821           since it doesn't pass yet (see bug #363119).
1822
1823 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1826         (parse_subrip), (handle_buffer):
1827           Add missing closing tags for markup and fix broken markup,
1828           otherwise pango won't render anything (fixes #357531). Also,
1829           make sure the text we send out is always NUL-terminated
1830           (better safe than sorry etc.).
1831
1832         * tests/check/elements/subparse.c: (test_srt_do_test),
1833         (test_srt):
1834           Some more tests for .srt incl. tests for the above stuff.
1835
1836 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1837
1838         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1840         Patch by: Stefan Kost  <ensonic@users.sf.net>
1841         Try to redraw borders only when needed. Apparently this consumes
1842         resources on small devices... :-O (#363607)
1843
1844 2006-10-20  Michael Smith  <msmith@fluendo.com>
1845
1846         * gst/tcp/gstmultifdsink.c:
1847         (gst_multi_fd_sink_client_queue_buffer):
1848           If caps change, then update the client's idea of the caps so that we
1849           don't end up re-sending streamheaders for every single buffer after
1850           the caps change.
1851
1852 2006-10-20  Michael Smith  <msmith@fluendo.com>
1853
1854         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1855         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1856           Set caps on pushed buffers; fix up refcounting of caps objects.
1857
1858 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1861         (plugin_init):
1862           Typefind mmsh header data packet to application/x-mmsh (#362625).
1863
1864 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1865
1866         * tests/check/Makefile.am:
1867         * tests/check/elements/.cvsignore:
1868         * tests/check/elements/subparse.c: (buffer_from_static_string),
1869         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1870         (GST_START_TEST), (subparse_suite):
1871           Add very simple unit test for subparse.
1872
1873 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1876         (parse_subrip):
1877           Strip trailing newlines from subtitle text output.
1878
1879 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1880
1881         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1882         (gst_sub_parse_change_state):
1883           Fix memleak; clear subparse->textbuf n state change function.
1884
1885 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1886
1887         * gst/subparse/gstsubparse.c:
1888         (gst_sub_parse_data_format_autodetect):
1889           Don't require subrip (.srt) files to start with a chunk number of 1.
1890
1891 2006-10-18  Wim Taymans  <wim@fluendo.com>
1892
1893         * gst-libs/gst/audio/gstbaseaudiosink.c:
1894         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1895         * gst-libs/gst/audio/gstbaseaudiosink.h:
1896         Extract rate from the NEWSEGMENT event.
1897         Use commit_full to also take rate adjustment into account when writing
1898         samples to the ringbuffer.
1899         
1900         * gst-libs/gst/audio/gstringbuffer.c:
1901         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1902         (gst_ring_buffer_read):
1903         * gst-libs/gst/audio/gstringbuffer.h:
1904         Added _commit_full() to also take rate into account.
1905         Use simple interpolation algorithm to resample audio.
1906         API: gst_ring_buffer_commit_full()
1907
1908         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1909         * tests/examples/seek/seek.c: (segment_done):
1910         Don't try to seek with 0.0 rate, just pause instead.
1911         Remove bogus debug line.
1912
1913 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1916         (setup_source):
1917           Catch async errors when starting up the subtitle bin, so we can
1918           stop waiting and continue with the main film instead of hanging
1919           forever. Fixes #339366.
1920
1921         * tests/check/elements/playbin.c: (playbin_suite):
1922           Enable unit test for the above.
1923
1924 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * tests/check/Makefile.am:
1927         * tests/check/elements/.cvsignore:
1928         * tests/check/elements/playbin.c: (GST_START_TEST),
1929         (gst_red_video_src_uri_get_type),
1930         (gst_red_video_src_uri_get_protocols),
1931         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1932         (gst_red_video_src_uri_handler_init),
1933         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1934         (gst_red_video_src_create), (gst_red_video_src_class_init),
1935         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1936           Some small and basic unit tests for playbin; not very useful yet,
1937           but at least a start.
1938
1939 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         * gst/playback/gstplaybin.c: (setup_sinks):
1942           The old pad activation spiel.
1943
1944 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * gst/playback/gstplaybasebin.c: (setup_source):
1947           Don't hang forever if the subbin already fails to start up in 
1948           the state change to PAUSED (#339366).
1949
1950 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1951
1952         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1953         (gst_tuner_set_channel), (gst_tuner_get_channel),
1954         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1955         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1956         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1957         (gst_tuner_find_channel_by_name):
1958           Fix some function guards, add some more function guards.
1959
1960 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1961
1962         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1963         (remove_element_chain):
1964         Don't return a pad from get_our_ghost_pad unless it is actually the
1965         one we want.
1966         Change a cast in remove_element_chain slightly.
1967
1968 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1969
1970         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1971         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1972         Segment seeking needs to use the rate and set stop to -1.
1973
1974 2006-10-13  Wim Taymans  <wim@fluendo.com>
1975
1976         * gst-libs/gst/audio/gstbaseaudiosink.c:
1977         (gst_base_audio_sink_setcaps):
1978         Don't crash when ringbuffer is not yet created.
1979         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1980         Fixes #361634.
1981
1982         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1983         * gst/playback/gststreamselector.c:
1984         (gst_stream_selector_request_new_pad):
1985         Activate pads befre adding them to running elements.
1986
1987 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1988
1989         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1990         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1991         updater when we start grabing the slider. Don't wait for the
1992         pipeline to be PAUSED.
1993
1994 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1995
1996         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1997         (gst_mixer_set_volume), (gst_mixer_get_volume),
1998         (gst_mixer_set_mute), (gst_mixer_set_option),
1999         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2000         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2001         (gst_mixer_option_changed):
2002           Guard mixer interface functions against bogus arguments.
2003
2004 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2005
2006         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2007         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2008         (msg_state_changed), (main): Use state-changed messages to trigger
2009         start/stop of scale update timer. Indeed the scale slider was
2010         jumping here and there because the update timer was activated 
2011         before seek completed. This fixes instant applying of rate changes
2012         by pressing the spinbutton like a crazy man !
2013
2014 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2017
2018         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2019         (gst_basertppayload_finalize):
2020           Fix two small memory leaks (#361456).
2021
2022 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2023
2024         * tests/examples/seek/seek.c: (do_seek),
2025         (rate_spinbutton_changed_cb): When changing spinbutton we try
2026         to change the rate on the fly.
2027
2028 2006-10-10  Wim Taymans  <wim@fluendo.com>
2029
2030         * gst-libs/gst/riff/riff-ids.h:
2031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2032         (gst_riff_create_audio_template_caps):
2033         Add WMS caps.
2034
2035 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2036
2037         Patch by: Josep Torre Valles <josep@fluendo.com>
2038
2039         * ext/gnomevfs/gstgnomevfssink.c:
2040         * ext/gnomevfs/gstgnomevfssrc.c:
2041         Fix URI interface implementation return type.
2042         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2043         Fix what looks like a copy/paste issue when assigning values.
2044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2045         (gst_audio_filter_template_get_type):
2046         Cast to prevent Forte warnings.
2047         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2048         Fix URI interface implementation return type.
2049         gst_pad_query_position requires a signed integer pointer as
2050         3rd parameter, GstClockTime is unsigned.
2051         * gst/audioconvert/audioconvert.c:
2052         Fix integer overflow when treated as signed.
2053         * gst/audioresample/resample.c: (resample_add_input_data):
2054         Cast to prevent warnings on Forte.
2055         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2056         Fix integer overflow when treated as signed.
2057         * gst/ffmpegcolorspace/imgconvert_template.h:
2058         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2059         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2060         (cleanup_decodebin):
2061         Who initialises a guint to -1!
2062         Cast function pointers to prevent warnings on Forte.
2063         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2064         (queue_threshold_reached):
2065         Cast function pointers correctly to prevent warnings on Forte.
2066         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2067         Cast function pointers correctly to prevent warnings on Forte.
2068         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2069         Obvious change to unsigned, 0xEF > max signed char.
2070         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2071         GstClockTime is unsigned, initialise correctly.
2072         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2073         Cast so pointer arithemetic doesn't cause warnings on Forte.
2074         * gst/videorate/gstvideorate.c:
2075         Use correct return value.
2076         * tests/examples/seek/scrubby.c:
2077         GstClockTime is unsigned, initialise correctly.
2078
2079 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2082
2083         * gst/typefind/gsttypefindfunctions.c:
2084           Recognise XML files and XML-like files shorter than 256 bytes as
2085           well (fixes #359237).
2086
2087 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2088
2089         Patch by: Renato Filho <renato.filho@indt.org.br>
2090         
2091         * gst/typefind/gsttypefindfunctions.c:
2092         Added typefind functions to video/x-nuv media.
2093         
2094 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2095
2096         * gst-libs/gst/interfaces/xoverlay.c:
2097         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2098           Some more guards against invalid input.
2099
2100 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2101
2102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2103         Useless goto.
2104         * tests/examples/seek/seek.c: (do_seek),
2105         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2106         seek example to experiment with rates != 1.0 (reverse playback !)
2107
2108 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2109
2110         * gst-libs/gst/interfaces/xoverlay.c:
2111           Unref message in doc-example (spotted by Robert McQueen)
2112
2113 2006-10-06  Wim Taymans  <wim@fluendo.com>
2114
2115         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2116         (mpeg1_parse_header), (mpeg1_sys_type_find):
2117         printf fix.
2118
2119 2006-10-06  Wim Taymans  <wim@fluendo.com>
2120
2121         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2122         (close_pad_link):
2123         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2124         Activate dynamic pads before adding them to the element.
2125
2126 2006-10-06  Michael Smith  <msmith@fluendo.com>
2127
2128         * gst-libs/gst/floatcast/floatcast.h:
2129           Fix obviously-bogus macros; use the correct types.
2130
2131 2006-10-06  Wim Taymans  <wim@fluendo.com>
2132
2133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2134         (gst_base_rtp_depayload_change_state):
2135         Also call parent state change function to activate pads.
2136
2137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2138         (mpeg1_parse_header), (mpeg1_sys_type_find):
2139         Add some more debug info in mpeg typefinding.
2140
2141 2006-10-06  Michael Smith  <msmith@fluendo.com>
2142
2143         * ext/theora/theoradec.c: (theora_dec_chain):
2144           Zero byte theora packets are valid and well-defined; don't warn on
2145           them.
2146
2147 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2148
2149         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2150         (gst_multi_fd_sink_get_stats), (find_limits),
2151         (gst_multi_fd_sink_queue_buffer):
2152           API: add dropped_buffers to the get-stats GValueArray
2153
2154 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2155
2156         * ext/alsa/gstalsadeviceprobe.c:
2157         (gst_alsa_device_property_probe_get_values):
2158         * ext/alsa/gstalsasink.c: (set_hwparams):
2159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2160         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2162         (gst_ogg_mux_process_best_pad):
2163         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2164         (gst_ogg_parse_chain):
2165         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2166         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2167         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2168         (gst_vorbis_enc_buffer_check_discontinuous):
2169         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2170         * gst-libs/gst/audio/gstbaseaudiosink.c:
2171         (gst_base_audio_sink_render):
2172         * gst-libs/gst/cdda/gstcddabasesrc.c:
2173         (gst_cdda_base_src_handle_track_seek):
2174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2175         (gst_base_rtp_depayload_push_full):
2176         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2177         * gst/audioresample/resample.c: (resample_input_pushthrough):
2178         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2179         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2180         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2181         (wavpack_type_find):
2182         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2183         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2184         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2185         * tests/check/elements/volume.c: (GST_START_TEST):
2186           Printf format fixes.
2187
2188 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2189
2190         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2191           Fix a simple mistake (see the docs)
2192           Fixes #359580
2193
2194 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * docs/plugins/Makefile.am:
2197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2198         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2199         * docs/plugins/gst-plugins-base-plugins.args:
2200         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2201         * docs/plugins/inspect/plugin-adder.xml:
2202         * docs/plugins/inspect/plugin-alsa.xml:
2203         * docs/plugins/inspect/plugin-audioconvert.xml:
2204         * docs/plugins/inspect/plugin-audiorate.xml:
2205         * docs/plugins/inspect/plugin-audioresample.xml:
2206         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2207         * docs/plugins/inspect/plugin-cdparanoia.xml:
2208         * docs/plugins/inspect/plugin-decodebin.xml:
2209         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2210         * docs/plugins/inspect/plugin-gdp.xml:
2211         * docs/plugins/inspect/plugin-gnomevfs.xml:
2212         * docs/plugins/inspect/plugin-libvisual.xml:
2213         * docs/plugins/inspect/plugin-ogg.xml:
2214         * docs/plugins/inspect/plugin-pango.xml:
2215         * docs/plugins/inspect/plugin-playbin.xml:
2216         * docs/plugins/inspect/plugin-subparse.xml:
2217         * docs/plugins/inspect/plugin-tcp.xml:
2218         * docs/plugins/inspect/plugin-theora.xml:
2219         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2220         * docs/plugins/inspect/plugin-video4linux.xml:
2221         * docs/plugins/inspect/plugin-videorate.xml:
2222         * docs/plugins/inspect/plugin-videoscale.xml:
2223         * docs/plugins/inspect/plugin-videotestsrc.xml:
2224         * docs/plugins/inspect/plugin-volume.xml:
2225         * docs/plugins/inspect/plugin-vorbis.xml:
2226         * docs/plugins/inspect/plugin-ximagesink.xml:
2227         * docs/plugins/inspect/plugin-xvimagesink.xml:
2228           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2229
2230 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2233
2234         * ext/vorbis/Makefile.am:
2235         * ext/vorbis/vorbis.c: (plugin_init):
2236         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2237         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2238         * ext/vorbis/vorbisparse.h:
2239         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2240         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2241         (gst_vorbis_tag_parse_packet):
2242         * ext/vorbis/vorbistag.h:
2243           Add new vorbistag element which derives from vorbisparse
2244           and is essentially the same as well, only that it implements
2245           the GstTagSetter interface and can modify the stream's
2246           vorbiscomment on the fly (#335635).
2247
2248         * tests/check/Makefile.am:
2249         * tests/check/elements/.cvsignore:
2250         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2251         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2252         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2253         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2254           Add unit test for new vorbistag element.
2255
2256 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2257
2258         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2259         (vorbis_parse_push_headers), (vorbis_parse_chain):
2260           Set BOS flag in packet structure to fix 'jump depends
2261           on unitialized value' errors in valgrind; various minor
2262           clean-ups.
2263
2264 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2265
2266         * gst/playback/gstdecodebin.c: (close_pad_link):
2267         Fix typo in a debug statement.
2268
2269         * gst/playback/gstplaybasebin.c: (probe_triggered),
2270         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2271         (gen_source_element), (source_new_pad), (analyse_source),
2272         (setup_source):
2273         When handling no_more_pads in new_decoded_pad, make sure to treat
2274         subtitle pads correctly. Fixes playback with subtitle files.
2275
2276         Move a recurring message to LOG level.
2277
2278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2279         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2280         which ends up as -1 when cast to an int. Make the logic handle the
2281         max value as an unsigned mask and only change the colorkey when it's
2282         a value we recognise.
2283
2284 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2285
2286         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2287         Removed empty * between paragraphs
2288
2289 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2290
2291         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2292         * gst-libs/gst/rtp/README:
2293         Moved some documentation into .c file
2294
2295 2006-09-29  Wim Taymans  <wim@fluendo.com>
2296
2297         * gst/playback/gstdecodebin.c: (no_more_pads):
2298         Fix compilation.
2299
2300 2006-09-29  Wim Taymans  <wim@fluendo.com>
2301
2302         * gst/playback/gstdecodebin.c: (new_caps):
2303         Remove g_print
2304
2305         * gst/playback/gstplaybin.c:
2306         Add some docs.
2307
2308 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2309
2310         * tests/check/Makefile.am:
2311           Re-enable cddabasesrc test to see if it works again
2312           now.
2313
2314 2006-09-29  Wim Taymans  <wim@fluendo.com>
2315
2316         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2317         (gen_source_element):
2318         Handle invalid URIs a bit more gracefully.
2319
2320 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2321
2322         * tests/check/pipelines/oggmux.c:
2323           Remove obsolete comment.
2324
2325 2006-09-29  Michael Smith  <msmith@fluendo.com>
2326
2327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2328         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2329         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2330         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2331         (gst_ogg_mux_collected):
2332           Commit patch from James "Doc" Livingston, adds proper EOS handling
2333           in oggmux. GStreamer can, for the first time ever, create a valid
2334           Ogg file! Yay!
2335
2336         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2337         (oggmux_suite):
2338           Reenable tests now that they pass.
2339
2340 2006-09-29  Wim Taymans  <wim@fluendo.com>
2341
2342         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2343         Stop reading commands when EOF (we read 0) as well.
2344
2345 2006-09-28  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2348         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2349         (find_dynamic), (unlinked), (close_link):
2350         Implement delayed caps linking needed for element with a lot of
2351         different caps on the src pads that get fixed at runtime.
2352         Improve management of dynamic elements.
2353
2354         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2355         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2356         (gen_preroll_element), (remove_groups), (unknown_type),
2357         (add_element_stream), (no_more_pads_full), (no_more_pads),
2358         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2359         (new_decoded_pad), (setup_subtitle), (array_has_value),
2360         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2361         (analyse_source), (remove_decoders), (make_decoder),
2362         (remove_source), (setup_source), (finish_source), (prepare_output),
2363         (gst_play_base_bin_change_state):
2364         * gst/playback/gstplaybasebin.h:
2365         Use more _CAST instead of full type checking casts.
2366         Small cleanups, plug some leaks.
2367         Handle dynamic sources.
2368         Add some helper functions to create lists of strings used for
2369         blacklisting and other stuff.
2370         Refactor some code dealing with analysing the source.
2371         Re-enable sources without pads (like cd:// or other selfcontained
2372         elements).
2373
2374 2006-09-28  Wim Taymans  <wim@fluendo.com>
2375
2376         * gst-libs/gst/audio/gstbaseaudiosink.c:
2377         (gst_base_audio_sink_render):
2378         When we have a timestamp, we can still perform clipping.
2379         When we have no clock, we must play the sample ASAP.
2380
2381 2006-09-28  Wim Taymans  <wim@fluendo.com>
2382
2383         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2384         Set caps on outgoing buffers.
2385
2386         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2387         (gst_video_rate_event), (gst_video_rate_chain):
2388         * gst/videorate/gstvideorate.h:
2389         Fix videorate some more. Fixes #357977
2390
2391 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * tests/check/elements/adder.c: (adder_suite):
2394           Don't set timeout to 6 seconds when we're running
2395           in valgrind ... (and how is 6 seconds longer than
2396           the default anyway?)
2397
2398 2006-09-28  Wim Taymans  <wim@fluendo.com>
2399
2400         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2401         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2402         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2403         Keep sink and src segment to keep track of time and support more
2404         input formats.
2405         Fix bogus next_offset and run_time calculation, don't understand how
2406         this could have worked before. Fixes #357976.
2407         Remove some unneeded vars.
2408
2409 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2410
2411         * gst/playback/gstplaybin.c: (remove_sinks):
2412           Only remove visualisation from visbin if there is a visbin (or:
2413           don't throw warnings when closing totem without playing a file).
2414
2415 2006-09-27  Wim Taymans  <wim@fluendo.com>
2416
2417         * gst-libs/gst/audio/gstbaseaudiosink.c:
2418         (gst_base_audio_sink_render):
2419         Add some more info in a WARNING.
2420
2421         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2422         (gst_base_audio_src_create):
2423         Handle PAUSE in create function, use new -core addition to
2424         wait for playing. Fixes pausing and resuming capture from an
2425         audiosrc.
2426
2427         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2428         (gst_ring_buffer_read):
2429         Constify some more.
2430         Caller supports interrupted reads now.
2431
2432 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2433
2434         * tests/check/Makefile.am:
2435           Another attempt to make the gen64 buildbot happy.
2436
2437 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2438
2439         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2440
2441         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2442         (gst_visual_chain), (gst_visual_change_state):
2443           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2444           correctly. Fixes #357800
2445
2446 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2447
2448         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2449           Add timeout to _get_state() so we see which pipeline it is
2450           that causes trouble on the gen64 build bot.
2451
2452 2006-09-27  Wim Taymans  <wim@fluendo.com>
2453
2454         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2455         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2456         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2457         (gst_base_rtp_depayload_set_gst_timestamp):
2458         the source pad always uses fixed caps.
2459
2460 2006-09-27  Wim Taymans  <wim@fluendo.com>
2461
2462         * docs/libs/gst-plugins-base-libs-docs.sgml:
2463         * docs/libs/gst-plugins-base-libs-sections.txt:
2464         * gst-libs/gst/audio/gstaudioclock.c:
2465         * gst-libs/gst/audio/gstaudioclock.h:
2466         * gst-libs/gst/audio/gstaudiosink.c:
2467         * gst-libs/gst/audio/gstaudiosink.h:
2468         * gst-libs/gst/audio/gstaudiosrc.c:
2469         * gst-libs/gst/audio/gstbaseaudiosink.c:
2470         (gst_base_audio_sink_render):
2471         * gst-libs/gst/audio/gstbaseaudiosink.h:
2472         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2473         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2474         * gst-libs/gst/audio/gstringbuffer.h:
2475         Added docs for the audio libs.
2476
2477 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2478
2479         * tests/check/Makefile.am:
2480           Temporarily disable test that fails on the bots for unknown reasons.
2481
2482 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2483
2484         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2485         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2486         Moved AudioCodecType into priv
2487         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2488
2489 2006-09-25  Wim Taymans  <wim@fluendo.com>
2490
2491         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2492         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2493         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2494         (new_pad):
2495         Cleanups and small leak fixes.
2496         Added Depayloaders to valid list of autopluggable elements.
2497
2498 2006-09-25  Wim Taymans  <wim@fluendo.com>
2499
2500         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2501         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2502         (gen_video_element), (gen_text_element), (gen_audio_element),
2503         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2504         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2505         Detect NO_PREROLL state change returns and disable clock distribution to
2506         the sinks so that sync is disabled.
2507         Avoid some type checking and do simple casts instead.
2508         Small cleanups, fix some FIXMEs.
2509         Be more robust when linking user specified elements, catch an report
2510         errors. Fixes #357404.
2511         Fix some leaks in the error paths.
2512
2513 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2514
2515         * ChangeLog:
2516           ChangeLog surgery for missing bug-number
2517
2518 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2519
2520         Patch by: Peter Kjellerstedt  <pkj at axis com>
2521
2522         * gst/playback/test.c:
2523           Fix compilation with uClibc and -Werror (#357591).
2524
2525 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2528           Parse dates that are followed by a time as well (#357532).
2529
2530         * tests/check/libs/tag.c: (test_vorbis_tags):
2531           Add unit test for this.
2532
2533 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2536         (gst_audio_convert_transform_caps):
2537         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2538         * gst/videotestsrc/videotestsrc.h:
2539           A few array const-ifications.
2540
2541 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         * tests/check/Makefile.am:
2544           See if this makes the build bots happy.
2545
2546         * tests/check/libs/cddabasesrc.c:
2547           UTF8-ise my name.
2548
2549 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2550
2551         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2552
2553         * gst/subparse/samiparse.c: (handle_start_font),
2554         (fix_invalid_entities):
2555           More case-insensitivity for certain tags; recognise entities with
2556           decimal codes as special entities as well (#357330).
2557
2558 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         * gst-libs/gst/Makefile.am:
2561           Need to build tag directory before cdda.
2562
2563 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * docs/libs/gst-plugins-base-libs-sections.txt:
2566         * gst-libs/gst/cdda/Makefile.am:
2567         * gst-libs/gst/cdda/gstcddabasesrc.c:
2568         (gst_cdda_base_src_base_init):
2569         * gst-libs/gst/cdda/gstcddabasesrc.h:
2570         * gst-libs/gst/tag/tag.h:
2571         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2572         (gst_tag_register_musicbrainz_tags):
2573           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2574           depend on libgsttag. This is required so we can extract/read tags like
2575           DISCID without depending on libgstcddabasesrc (which used to register
2576           them).
2577
2578         * gst-libs/gst/tag/gstvorbistag.c:
2579           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2580           tags (also see #347848).
2581
2582         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2583           Log vorbis comments we are actually writing. Const-ify array.
2584
2585 2006-09-23  Wim Taymans  <wim@fluendo.com>
2586
2587         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2588         Improve buffering a bit by avoiding a deadlock because we cannot assume
2589         the underrun is always called.
2590
2591 2006-09-23  Wim Taymans  <wim@fluendo.com>
2592
2593         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2594
2595         * gst-libs/gst/riff/riff-ids.h:
2596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2597         (gst_riff_create_audio_template_caps):
2598         Added MPEG-4 AAC and id and caps. Fixes #357289
2599         Added WMA9 Lossless id.
2600
2601 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * ext/gnomevfs/gstgnomevfssrc.c:
2604           Fix misleading docs addition.
2605
2606         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2607           Get rid of compiler warning the right way.
2608
2609 2006-09-22  Wim Taymans  <wim@fluendo.com>
2610
2611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2612         (gst_base_rtp_depayload_finalize),
2613         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2614         (gst_base_rtp_depayload_push_full),
2615         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2616         (gst_base_rtp_depayload_process),
2617         (gst_base_rtp_depayload_set_gst_timestamp),
2618         (gst_base_rtp_depayload_queue_release):
2619         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2620         Small cleanups.
2621         Fix some leaks.
2622         Refactored the process method and added methods to push from the process
2623         vmethod.
2624         Use _scale functions.
2625         API: gst_base_rtp_depayload_push_ts
2626         API: gst_base_rtp_depayload_push
2627
2628         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2629         timestamps are uint.
2630
2631 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2632
2633         * gst-libs/gst/interfaces/xoverlay.c:
2634           Remove unused statement from doc example.
2635
2636 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2637
2638         * gst-libs/gst/interfaces/videoorientation.c:
2639         (gst_video_orientation_iface_init),
2640         (gst_video_orientation_get_hflip),
2641         (gst_video_orientation_get_vflip),
2642         (gst_video_orientation_get_hcenter),
2643         (gst_video_orientation_get_vcenter),
2644         (gst_video_orientation_set_hflip),
2645         (gst_video_orientation_set_vflip),
2646         (gst_video_orientation_set_hcenter),
2647         (gst_video_orientation_set_vcenter):
2648           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2649           in ChangeLog)
2650
2651 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2652
2653         * tests/check/Makefile.am:
2654         * tests/check/elements/.cvsignore:
2655         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2656         (create_rgb_conversions), (rgb_conversion_free),
2657         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2658         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2659           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2660           but disable for now since it doesn't pass (something wrong with
2661           RGBA somewhere).
2662
2663 2006-09-21  Wim Taymans  <wim@fluendo.com>
2664
2665         * gst/playback/gstplaybasebin.c: (group_commit),
2666         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2667         (queue_out_of_data), (gen_preroll_element),
2668         (preroll_remove_overrun), (probe_triggered):
2669         Refactor handling of overrun detection.
2670         Separate handling of group completion and deadlock detection when doing
2671         network buffering. This should fix some deadlocks that were not detected
2672         because the group was completed.
2673         Add more comments, improve debugging.
2674
2675 2006-09-21  Wim Taymans  <wim@fluendo.com>
2676
2677         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2678         * tests/check/libs/audio.c:
2679         Some more compilation fixes.
2680
2681 2006-09-21  Wim Taymans  <wim@fluendo.com>
2682
2683         * gst-libs/gst/audio/gstringbuffer.c:
2684         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2685         (gst_ring_buffer_read):
2686         Early morning compilation fix.
2687
2688 2006-09-20  Wim Taymans  <wim@fluendo.com>
2689
2690         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2691         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2692         * tests/check/elements/videorate.c: (GST_START_TEST):
2693         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2694         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2695         Fix some warnings.
2696
2697 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2700         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2701         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2702           Handcrafted merge to help CVS understanding what I changed and what
2703           not.
2704
2705 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2706
2707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2708         (gst_xvimagesink_get_times):
2709           change colorkey behaviour back according to #354773 comment 6/7
2710
2711 2006-09-19  Michael Smith  <msmith@fluendo.com>
2712
2713         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2714         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2715         (gst_multi_fd_sink_recover_client),
2716         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2717         (gst_multi_fd_sink_get_property):
2718         * gst/tcp/gstmultifdsink.h:
2719           Implement stubbed out properties unit-type, units-soft-max,
2720           units-max, to allow specifying maximum sizes in units other than
2721           buffers.
2722           Fixes #355935
2723
2724 2006-09-19  Wim Taymans  <wim@fluendo.com>
2725
2726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2727         (gst_riff_create_audio_template_caps):
2728         Reorder the audio formats a bit for clarity.
2729         Detect and create caps for MSGSM and MSN (WAV49).
2730         Fixes #356596.
2731
2732         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2733         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2734         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2735         Small cleanups, move error handling out of normal flow for clarity.
2736
2737 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2738
2739         * docs/libs/gst-plugins-base-libs-docs.sgml:
2740         * docs/libs/gst-plugins-base-libs.types:
2741         * gst-libs/gst/interfaces/Makefile.am:
2742         * gst-libs/gst/interfaces/videoorientation.c:
2743         (gst_video_orientation_get_type),
2744         (gst_video_orientation_iface_init),
2745         (gst_video_orientation_get_hflip),
2746         (gst_video_orientation_get_vflip),
2747         (gst_video_orientation_get_hcenter),
2748         (gst_video_orientation_get_vcenter),
2749         (gst_video_orientation_set_hflip),
2750         (gst_video_orientation_set_vflip),
2751         (gst_video_orientation_set_hcenter),
2752         (gst_video_orientation_set_vcenter):
2753         * gst-libs/gst/interfaces/videoorientation.h:
2754           API: Add new interface to control video orientation (fixes #354908)
2755
2756 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * gst/videotestsrc/gstvideotestsrc.c:
2759           Use G_UNLIKELY in _create and log one more detail.
2760           
2761         (gst_video_test_src_get_times), (gst_video_test_src_create):
2762         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2763           Use gst_util_uint64_scale_int in _get_times().
2764
2765 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2766
2767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2768           Give better warning message (add object and detail).
2769
2770 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2771
2772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2773         (gst_xvimagesink_get_times):
2774           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2775           #354773), use gst_util_uint64_scale_int in _get_times()
2776
2777 2006-09-18  Michael Smith  <msmith@fluendo.com>
2778
2779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2780           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2781           always true, leading to dropping all timestamps.
2782
2783 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2784
2785         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2786         (gst_visual_chain), (gst_visual_change_state):
2787           update to work also with libvisual 0.4 API, fix double unref (#355914)
2788           
2789         * tools/gst-launch-ext.1.in:
2790         * tools/gst-visualise.1.in:
2791           remove references to old man-pages
2792
2793         * tests/examples/seek/seek.c: (main):
2794           add real meadi-buttons, add tool-tips for the seek-options, arrange
2795           seek options in a table
2796
2797 2006-09-18  Michael Smith  <msmith@fluendo.com>
2798
2799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2800         (gst_ogg_mux_push_buffer):
2801           Don't generate out-of-order timestamps from oggmux, instead clamp
2802           output timestamps to be >= the previously output ts.
2803           Fixes #355595
2804
2805 2006-09-18  Michael Smith  <msmith@fluendo.com>
2806
2807         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2808         (gst_multi_fd_sink_class_init):
2809           Updates, fixes, and typo corrections for multifdsink. No functional
2810           changes.
2811
2812 2006-09-17  Michael Smith  <msmith@fluendo.com>
2813
2814         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2815           Don't crash on truncated files - check that we got an 8 byte buffer
2816           before trying to memcmp it.
2817
2818 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2819
2820         * gst/playback/gstplaybasebin.c: (get_active_source):
2821           Make stream-switching appear instant to the application
2822           (ie. make sure that a g_object_get on 'current-foo' returns
2823           the stream previously set with g_object_set(). Totem needs
2824           this to update stream-related meta-info (like audio-codec)
2825           correctly when switching streams.
2826
2827 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2828
2829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2830         (gst_alsa_mixer_ensure_track_list):
2831           Try harder to guess which mixer track is the master mixer
2832           track (instead of just taking the first one that has a pvolume).
2833           Fixes #342228.
2834
2835 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2836
2837         reviewed by: <delete if not using a buddy>
2838
2839         * gst-libs/gst/audio/audio.h:
2840         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2841
2842 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2843
2844         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2845         (gst_audio_convert_transform_caps):
2846           Get structure-name just once.
2847
2848 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2849
2850         * tests/check/elements/audioresample.c: (GST_START_TEST):
2851         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2852         * tests/check/elements/volume.c: (GST_START_TEST):
2853         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2854         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2855         (test_pipeline), (GST_START_TEST):
2856         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2857         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2858           Fix big batch of compiler warnings.
2859
2860 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2861
2862         * ext/gnomevfs/gstgnomevfssrc.c:
2863           Add docs about icydemux usage in connection with gnomevfssrc
2864
2865         * ext/libvisual/visual.c:
2866         * ext/ogg/gstoggaviparse.c:
2867         * ext/ogg/gstoggdemux.c:
2868         * ext/ogg/gstoggmux.c:
2869         * ext/ogg/gstoggparse.c:
2870         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2871         * gst-libs/gst/audio/gstaudiosink.c:
2872         * gst-libs/gst/audio/gstaudiosrc.c:
2873         * gst/audiorate/gstaudiorate.c:
2874           More G_OBJECT macro fixing.
2875
2876         * gst/audiotestsrc/gstaudiotestsrc.h:
2877           Fix wrong info in header due to copy & paste
2878
2879 2006-09-15  Wim Taymans  <wim@fluendo.com>
2880
2881         * gst-libs/gst/audio/gstbaseaudiosink.c:
2882         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2883         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2884         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2885         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2886         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2887         Do the delay calculation in the source/sink base classes as this is
2888         specific for the capture/playback mode.
2889         Try to fixate a bit better, like round depth up to a multiple of 8
2890         bigger than width.
2891         Handle underruns correctly by marking DISCONT on buffers and adjusting
2892         timestamps to handle the gap.
2893         Set offset/offset_end correctly on buffers.
2894
2895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2896         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2897         (gst_ring_buffer_read):
2898         Remove resync and underrun recovery from the ringbuffer.
2899         Fix ringbuffer read code on under/overrun.
2900
2901 2006-09-15  Wim Taymans  <wim@fluendo.com>
2902
2903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2904         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2905         (queue_threshold_reached), (gst_play_base_bin_set_property),
2906         (gst_play_base_bin_get_property):
2907         * gst/playback/gstplaybasebin.h:
2908         Don't use a 0 low watermark when buffering, it is catching starvation
2909         way too late. Instead, use a 3 second queue with 30 and 95
2910         percent low/high watermarks. 
2911         Added queue-min-threshold property to configure low watermark.
2912         Use new _buffering message API.
2913         Make queue_threshold variable big enough to store a uint64 time value.
2914         API: playbin::queue-min-threshold property.
2915
2916 2006-09-15  Wim Taymans  <wim@fluendo.com>
2917
2918         * configure.ac:
2919         We require 0.10.10.1 now because of _wait_preroll().
2920
2921         * gst-libs/gst/audio/gstbaseaudiosink.c:
2922         (gst_base_audio_sink_render):
2923         Use gst_base_sink_wait_preroll().
2924
2925 2006-09-15  Wim Taymans  <wim@fluendo.com>
2926
2927         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2928         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2929         Use DEBUG_OBJECT more.
2930
2931 === release 0.10.10 ===
2932
2933 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2934
2935         patch by: Michael Smith <msmith at fluendo dot com>
2936
2937         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2938         (gst_multi_fd_sink_client_queue_buffer),
2939         (gst_multi_fd_sink_new_client):
2940         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2941         (multifdsink_suite):
2942           Fix implementation of sync-method 'next-keyframe'
2943           Closes #354594
2944
2945 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2946
2947         patch by: Wim Taymans <wim at fluendo dot com>
2948
2949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2950         This patch removes the RANDOM flag that was incorrectly introduced with
2951         revision 1.91.  Fixes #354590
2952
2953 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2954
2955         * tests/check/Makefile.am:
2956           Random variation in Makefile line to see if it makes the
2957           gen64-base-full bot any happier.
2958
2959 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2962           Disable test that fails at the moment (killed after timeout).
2963
2964 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2965
2966         Patch by: James Livingston  <doclivingston at gmail.com>
2967
2968         * tests/check/Makefile.am:
2969         * tests/check/pipelines/.cvsignore:
2970         * tests/check/pipelines/oggmux.c: (get_page_codec),
2971         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2972         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2973         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2974         (test_theora_vorbis), (oggmux_suite):
2975           Add simple unit test for oggmux from #337026 with checking for the
2976           EOS flags disabled for the time being.
2977
2978 2006-09-04  Wim Taymans  <wim@fluendo.com>
2979
2980         patch by: Alessandro Dessina <alessandro nnva org>
2981
2982         * ext/ogg/gstoggmux.c:
2983         Add cmml caps to oggmux. Fixes #353912
2984
2985 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2988           Returning a return value often helps. In this case, we
2989           don't need the return value anyway, so just get rid of it.
2990           Should make build bots much happier.
2991
2992 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2993
2994         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2995         (paint_get_structure), (gst_video_test_src_get_size),
2996         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2997         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2998         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2999         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3000         * gst/videotestsrc/videotestsrc.h:
3001           Add support for AYUV and the various RGBA formats. Initialise
3002           fields of paintinfo structs allocated on the stack.
3003
3004         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3005         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3006         (check_rgb_buf), (videotestsrc_suite):
3007           Add unit tests for videotestsrc's RGB output.
3008
3009 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * gst/videotestsrc/gstvideotestsrc.c:
3012         (gst_video_test_src_pattern_get_type),
3013         (gst_video_test_src_set_pattern):
3014         * gst/videotestsrc/gstvideotestsrc.h:
3015         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3016         (gst_video_test_src_black), (gst_video_test_src_white),
3017         (gst_video_test_src_red), (gst_video_test_src_green),
3018         (gst_video_test_src_blue):
3019         * gst/videotestsrc/videotestsrc.h:
3020           Add more uni-colour patterns ("white", "red", "green", and "blue").
3021
3022 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3023
3024         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3025           Fix stride for YVYU, should be word-aligned (#353658).
3026
3027 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3028
3029         * gst/adder/gstadder.c: (gst_adder_src_event):
3030           Fix build.
3031
3032 2006-08-31  Edward Hervey  <edward@fluendo.com>
3033
3034         * gst/adder/gstadder.c: (forward_event_func),
3035         (gst_adder_src_event), (gst_adder_collected),
3036         (gst_adder_change_state):
3037         * gst/adder/gstadder.h:
3038         Remember the start position asked in the incoming seeks, so we can
3039         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3040         of assuming it will always be 0).
3041
3042 2006-08-31  Edward Hervey  <edward@fluendo.com>
3043
3044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3045         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3046         (gst_ogg_demux_loop):
3047         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3048
3049 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3050
3051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3052         (gst_ffmpegcsp_get_unit_size):
3053           Return FALSE instead of returning a random false unit
3054           size when the format isn't known/supported (even if
3055           this shouldn't happen under normal circumstances).
3056
3057 2006-08-29  Wim Taymans  <wim@fluendo.com>
3058
3059         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3060
3061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3062         (gst_gnome_vfs_src_start):
3063         Try harder to get the size from a uri by using _info_uri() when
3064         _info_from_handle() does not give us enough info. 
3065         Also follow symlinks when getting the size.
3066         Partially Fixes #332864.
3067
3068 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3069
3070         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3071
3072         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3073         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3074         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3075         (gst_alsa_mixer_set_record):
3076         * ext/alsa/gstalsamixertrack.c:
3077         (gst_alsa_mixer_track_update_alsa_capabilities),
3078         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3079         (gst_alsa_mixer_track_update):
3080         * ext/alsa/gstalsamixertrack.h:
3081           Improve and fix mixer track handling, in particular better handling
3082           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3083           separate track objects for tracks that have both capture and playback
3084           volume (and label them differently as well so they're not mistakenly
3085           assumed to be duplicates); classify mixer tracks that only affect
3086           the audible volume of something (rather than the capture volume)
3087           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3088           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3089           (following the meaning documented in the mixer interface header
3090           file); add support for alsa's exclusive cswitch groups; update/sync
3091           state/flags better if mixer settings are changed by another
3092           application. Fixes #336075.
3093
3094 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3095
3096         * gst/playback/gstplaybin.c:
3097           Improve docs: add section about BUFFERING messages sent by playbin.
3098
3099 2006-08-29  Michael Smith  <msmith@fluendo.com>
3100
3101         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3102         (gst_vorbis_enc_buffer_check_discontinuous),
3103         (gst_vorbis_enc_chain):
3104           Ignore explicit DISCONT marked on buffers (which is often spurious,
3105           particularly when using multiple segments), in favour of solely
3106           using the timestamps/durations.
3107
3108 2006-08-29  Edward Hervey  <edward@fluendo.com>
3109
3110         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3111         Don't rely on incoming buffers offset anymore, since it is completely
3112         broken when using multiple segments.
3113         Instead convert the incoming buffers timestamp to running time, and
3114         then convert that value to the offsets.
3115         Also inform GstSegment of the last outputted stop position, which is
3116         needed if we received several segments with an unknown stop value.
3117
3118 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3119
3120         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3121           fix buffer unreffing on a header push failure
3122
3123 2006-08-28  Wim Taymans  <wim@fluendo.com>
3124
3125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3126         (gst_audio_rate_chain):
3127         Make the metadata of the buffer writable before changing its
3128         flags.
3129
3130 2006-08-28  Wim Taymans  <wim@fluendo.com>
3131
3132         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3133         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3134         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3135         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3136         Fix audiorate some more.
3137         Reset and resync counters on flush and READY.
3138         Handle the DISCONT flag correctly.
3139         Use GstSegment to track position.
3140         Fail when not negotiated.
3141         Fixes #353234.
3142
3143 2006-08-25  Michael Smith  <msmith@fluendo.com>
3144
3145         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3146           Fix spelling.
3147           Remove accidently included debug line.
3148
3149 2006-08-25  Wim Taymans  <wim@fluendo.com>
3150
3151         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3152         Small cleanups.
3153         If a buffer is received with no caps, make the buffer metadata
3154         writable and set the caps, making sure that we don't screw up the
3155         refcounts.
3156
3157 2006-08-25  Michael Smith  <msmith@fluendo.com>
3158
3159         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3160         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3161           Fix memory leaks and misleading debug messages, add a couple of
3162           comments.
3163
3164         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3165         (gst_multi_fd_sink_render):
3166           Do not use gst_buffer_make_writable() in a basesink render method,
3167           as it may incorrectly unref the buffer. Instead, use convoluted
3168           dance to avoid copying the buffer except when we need to.
3169
3170 2006-08-25  Michael Smith  <msmith@fluendo.com>
3171
3172         * ext/vorbis/vorbisenc.c:
3173         (gst_vorbis_enc_buffer_check_discontinuous):
3174           Allow very small discontinuities in the timestamps. These we can't
3175           do anything useful with anyway (because vorbis's timestamps have
3176           only sample granularity), and are commonly produced by elements with
3177           minor bugs. Allow up to 1/2 a sample out.
3178           Fixes #351742.
3179
3180 2006-08-24  Wim Taymans  <wim@fluendo.com>
3181
3182         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3183         (play_scrub_toggle_cb), (main):
3184         Add a checkbox to enable play scrubbing. Makes it possible to disable
3185         normal scrubbing.
3186
3187 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * tests/check/elements/.cvsignore:
3190           make buildbot happy
3191
3192 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3195         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3196         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3197         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3198         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3199         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3200         (gst_ogm_text_parse_strip_trailing_zeroes),
3201         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3202         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3203           Refactor ogm parse, do better input checking, misc. clean-ups.
3204           Cache incoming events and push them once the source pad has
3205           been created. Don't pass unterminated strings to sscanf().
3206           Strip trailing zeroes from subtitle text output, since they
3207           are not valid UTF-8. Don't push vorbiscomment packets on
3208           the subtitle text pad. Output perfect streams if possible.
3209
3210 2006-08-23  Wim Taymans  <wim@fluendo.com>
3211
3212         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3213         Waits for tasks to settle down so that we clean up correctly for 
3214         valgrind.
3215
3216 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3217
3218         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3219           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3220           actually return return value in taglists_are_equal.
3221
3222 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3223
3224         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3225           Fix crash due to broken bitstream parsing on x86-64: can't make
3226           any assumptions about sizeof(struct) due to alignment/packing
3227           differences on different architectures. Fixes #351790.
3228
3229 2006-08-22  Wim Taymans  <wim@fluendo.com>
3230
3231         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3232         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3233         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3234         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3235         (gst_riff_parse_info):
3236         Protect public functions against bad input.
3237         Do some cleanups.
3238         Fix documentation.
3239
3240 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3241
3242         * gst-libs/gst/riff/riff-ids.h:
3243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3244           Add voxware audio IDs (even if we can't play it) (#351795).
3245
3246 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * gst-libs/gst/riff/riff-media.c:
3249         (gst_riff_create_video_template_caps),
3250         (gst_riff_create_audio_template_caps),
3251         (gst_riff_create_iavs_template_caps):
3252           Const-ify some arrays and use G_N_ELEMENTS instead
3253           of wasting oodles of RAM on terminator bits.
3254
3255 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3256
3257         * gst-libs/gst/tag/gstvorbistag.c:
3258         (gst_tag_list_to_vorbiscomment_buffer):
3259         * tests/check/libs/tag.c: (GST_START_TEST):
3260           And the same for _to_vorbiscomment_buffer(): allow
3261           id_data_len == 0 for speex.
3262
3263 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3264
3265         * configure.ac:
3266         * docs/plugins/Makefile.am:
3267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3269         * docs/plugins/inspect/plugin-gdp.xml:
3270         * gst/gdp/Makefile.am:
3271         * tests/check/Makefile.am:
3272           Move GDP plugin to -base from -bad.  Closes #347783.
3273
3274 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3275
3276         * gst-libs/gst/tag/gstvorbistag.c:
3277         (gst_tag_list_from_vorbiscomment_buffer):
3278           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3279           Also add some checks to make sure we don't memcmp() beyond the end of
3280           vorbiscomment buffer if the ID to check for is larger than the buffer.
3281
3282         * tests/check/libs/tag.c: (GST_START_TEST):
3283           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3284
3285 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3288         (gst_vorbis_enc_set_metadata):
3289           Use vorbis comment utility functions from libgsttag
3290           instead of re-inventing the wheel (partially fixes #347091).
3291
3292 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3293
3294         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3295         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3296         as some that won't.
3297
3298 2006-08-21  Wim Taymans  <wim@fluendo.com>
3299
3300         * docs/libs/Makefile.am:
3301         * docs/libs/gst-plugins-base-libs-sections.txt:
3302         * docs/libs/gst-plugins-base-libs.types:
3303         Don't try to GObject scan the netbuffer as it's not a GObject.
3304         Fixes #351308.
3305
3306         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3307         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3308         Document GstNetBuffer.
3309
3310 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3311
3312         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3313         (audioconvert_suite):
3314           Add testcase for caps-size-explosion
3315
3316 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3317
3318         * gst/audioconvert/gstaudioconvert.c:
3319         (gst_audio_convert_get_unit_size), (set_structure_widths):
3320           Lower debug, use g_assert in _get_unit_size
3321
3322         * gst/audioresample/gstaudioresample.c:
3323         (audioresample_get_unit_size):
3324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3325         (gst_ffmpegcsp_get_unit_size):
3326         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3327           use g_assert in _get_unit_size
3328
3329 2006-08-18  Wim Taymans  <wim@fluendo.com>
3330
3331         * docs/libs/gst-plugins-base-libs-sections.txt:
3332         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3333         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3334         (gst_rtp_buffer_get_payload_buffer):
3335         * gst-libs/gst/rtp/gstrtpbuffer.h:
3336         Document GstRTPBuffer.
3337         Added function to efficiently strip payload headers.
3338         API: gst_rtp_buffer_get_payload_subbuffer()
3339
3340 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3343         (gst_tag_to_vorbis_comments):
3344           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3345           tags and deserialise them properly as well (#347091).
3346           Add some more gtk-doc blurbs and also some g_return_if_fail().
3347
3348         * tests/check/libs/tag.c: (GST_START_TEST),
3349         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3350           More tests.
3351
3352 2006-08-17  Wim Taymans  <wim@fluendo.com>
3353
3354         * ext/ogg/Makefile.am:
3355         * ext/ogg/gstogg.c: (plugin_init):
3356         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3357         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3358         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3359         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3360         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3361         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3362         Added ogg-in-avi parser element. Fixes #140139.
3363
3364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3365         Fixed a bug in oggdemux debug code.
3366
3367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3368         (gst_riff_create_audio_template_caps):
3369         Recognise Ogg in the AVI extensible wave format.
3370
3371 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3374           Make buffer durations add up (duration should be next_ts-ts for
3375           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3376           from CVS.
3377
3378         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3379         (test_buffer_timestamps), (cddabasesrc_suite):
3380           Add unit test for the above.
3381
3382         * tests/check/Makefile.am:
3383           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3384           to see what happens.
3385
3386 2006-08-16  Wim Taymans  <wim@fluendo.com>
3387
3388         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3389         (gst_alsasink_open):
3390         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3391         (gst_alsasrc_open):
3392         Avoid setting and using a NULL device name.
3393         Print more info when we fail to open a device.
3394
3395 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3396
3397         * docs/libs/gst-plugins-base-libs-sections.txt:
3398         * gst-libs/gst/tag/tag.h:
3399         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3400           API: add gst_tag_parse_extended_comment() (#351426).
3401
3402         * tests/check/Makefile.am:
3403         * tests/check/libs/.cvsignore:
3404         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3405           Add unit test for gst_tag_parse_extended_comment().
3406
3407 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3408
3409         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3411           Fix leak (#351502).
3412
3413 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3416         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3417         * docs/plugins/gst-plugins-base-plugins.args:
3418         * gst/playback/gstplaybin.c:
3419           Document playbin.
3420           
3421         * docs/plugins/inspect/plugin-adder.xml:
3422         * docs/plugins/inspect/plugin-alsa.xml:
3423         * docs/plugins/inspect/plugin-audioconvert.xml:
3424         * docs/plugins/inspect/plugin-audiorate.xml:
3425         * docs/plugins/inspect/plugin-audioresample.xml:
3426         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3427         * docs/plugins/inspect/plugin-cdparanoia.xml:
3428         * docs/plugins/inspect/plugin-decodebin.xml:
3429         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3430         * docs/plugins/inspect/plugin-gnomevfs.xml:
3431         * docs/plugins/inspect/plugin-ogg.xml:
3432         * docs/plugins/inspect/plugin-pango.xml:
3433         * docs/plugins/inspect/plugin-playbin.xml:
3434         * docs/plugins/inspect/plugin-subparse.xml:
3435         * docs/plugins/inspect/plugin-tcp.xml:
3436         * docs/plugins/inspect/plugin-theora.xml:
3437         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3438         * docs/plugins/inspect/plugin-video4linux.xml:
3439         * docs/plugins/inspect/plugin-videorate.xml:
3440         * docs/plugins/inspect/plugin-videoscale.xml:
3441         * docs/plugins/inspect/plugin-videotestsrc.xml:
3442         * docs/plugins/inspect/plugin-volume.xml:
3443         * docs/plugins/inspect/plugin-vorbis.xml:
3444         * docs/plugins/inspect/plugin-ximagesink.xml:
3445         * docs/plugins/inspect/plugin-xvimagesink.xml:
3446           Update to CVS version.
3447
3448 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3449
3450         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3451         (gst_play_bin_set_property), (gst_play_bin_get_property),
3452         (value_list_append_structure_list),
3453         (gst_play_bin_handle_redirect_message),
3454         (gst_play_bin_handle_message):
3455           API: GstPlayBin::connection-speed
3456           Add "connection-speed" property; re-order redirect messages with
3457           multiple redirect locations depending on the minimum bitrate if
3458           that information is available and a connection speed is set
3459           (#350399).
3460
3461 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * gst/playback/gstplaybin.c:
3464           Update max volume to the same value that the volume element uses.
3465
3466 2006-08-14  Wim Taymans  <wim@fluendo.com>
3467
3468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3469         Less uglyness..
3470
3471 2006-08-14  Wim Taymans  <wim@fluendo.com>
3472
3473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3474         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3475         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3476         Add some more debug info.
3477         Don't crash when a seek failed.
3478         Actually return the result of the seek instead of TRUE.
3479         Ignore multiple BOS pages with the same serial so that we don't create
3480         the same stream multiple times.
3481         Post an error when we fail to do the initial seek.
3482
3483 2006-08-13  Wim Taymans  <wim@fluendo.com>
3484
3485         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3486         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3487         Small code cleanup.
3488
3489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3490         (gst_alsa_mixer_new):
3491         Remove hack that always set the device to hw:0*.
3492         Properly find the card name for whatever device was configured.
3493         Do some better debugging.
3494         Fixes #350784.
3495
3496         * ext/alsa/gstalsamixerelement.c:
3497         (gst_alsa_mixer_element_set_property),
3498         (gst_alsa_mixer_element_change_state):
3499         Cleanups.
3500         Handle setting of a NULL device name better.
3501
3502 2006-08-11  Wim Taymans  <wim@fluendo.com>
3503
3504         * gst/adder/gstadder.c:
3505         Don't clip float values. Fixes #350900.
3506
3507 2006-08-11  Andy Wingo  <wingo@pobox.com>
3508
3509         * gst/tcp/gsttcp.c: Really fix the build?
3510
3511         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3512         fixes the build.
3513
3514 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3517           Float caps shouldn't have a "signed" field.
3518
3519 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3522           Implement SEEKING query in its most basic form, so that we can
3523           at least check if we're seekable or not (#350655).
3524
3525 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3528           The checks here are not even close to anything that would
3529           justify MAXIMUM probability, lowering to POSSIBLE until someone
3530           fixes the checks (case at hand: quicktime redirection files
3531           might start with 00 00 01 XX and pass the checks here just
3532           fine, see #350399).
3533
3534 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         Patch by: Sjoerd Simons  <sjoerd at luon net>
3537
3538         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3539           Better detection for multipart/x-mixed-replace: accept leading
3540           whitespaces before the boundary marker as well (as our very own
3541           multipartmux used to produce) (#349068).
3542
3543 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         Patch by: Young-Ho Cha  <ganadist at chollian net>
3546
3547         * gst-libs/gst/riff/riff-ids.h:
3548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3549         (gst_riff_create_audio_template_caps):
3550           Detect DTS audio streams (#350157).
3551
3552 2006-08-05  Andy Wingo  <wingo@pobox.com>
3553
3554         * ext/theora/gsttheoraparse.h:
3555         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3556         (theora_parse_dispose, theora_parse_set_property)
3557         (theora_parse_get_property, theora_parse_munge_granulepos)
3558         (theora_parse_push_buffer, theora_parse_change_state):
3559         API: GstTheoraParse::synchronization-points
3560         Add a property 'synchronization-points' to fix badly synchronized oggs.
3561
3562 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3563
3564         * tests/check/Makefile.am:
3565         * tests/check/libs/.cvsignore:
3566         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3567         (fixed_caps_have_channel_positions), (GST_START_TEST),
3568         (audio_suite), (main):
3569           Add a few tests for the channel position stuff in libgstaudio.
3570
3571 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3574         (gst_alsa_detect_channels):
3575         * ext/alsa/gstalsasink.c:
3576           Add support for cards that (only) do more than 8 channels,
3577           like the Delta 44 (#345188).
3578
3579         * gst-libs/gst/audio/multichannel.c:
3580         (gst_audio_check_channel_positions):
3581         * gst-libs/gst/audio/multichannel.h:
3582           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3583           unspecified channel position and cannot be combined with any
3584           of the other audio channel positions; adjust position layout
3585           checks accordingly (#345188).
3586
3587 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3590           Recognise ancient RealAudio files (see #349779).
3591
3592 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3593
3594         Patch by: Jens Granseuer  <jensgr at gmx net>
3595
3596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3597           Add typefinder for Interplay's MVE format (#348973).
3598
3599 2006-08-02  Wim Taymans  <wim@fluendo.com>
3600
3601         Patch by: Marcel Moreaux <marcelm at luon dot net>
3602
3603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3604         (gst_base_rtp_depayload_add_to_queue):
3605         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3606         Handle RTP sequence number rollover.
3607         Disable jitterbuffer by default.
3608
3609 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3610
3611         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3612         (audioresample_set_caps):
3613         Don't leak references to the incoming caps. Clean them up when
3614         stopping.
3615
3616         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3617         (gst_video_scale_finalize):
3618         Don't leak our temporary pixel buffer.
3619
3620         * tests/check/Makefile.am:
3621         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3622         (GST_START_TEST), (simple_launch_lines_suite):
3623
3624         Fix leaks and re-enable the test for valgrind checking.
3625
3626 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         Patch by: Sjoerd Simons  <sjoerd at luon net>
3629
3630         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3631         (plugin_init):
3632           Add typefind function for multipart/x-mixed-replace (#348916).
3633
3634 2006-07-28  Wim Taymans  <wim@fluendo.com>
3635
3636         * gst/adder/gstadder.c: (gst_adder_setcaps),
3637         (gst_adder_query_duration):
3638         Fix leak in duration query.
3639         Reflow some docs and notes.
3640
3641 2006-07-28  Michael Smith  <msmith@fluendo.com>
3642
3643         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3644         (vorbisenc_suite):
3645           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3646           aspect of it.
3647
3648 2006-07-28  Michael Smith  <msmith@fluendo.com>
3649
3650         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3651         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3652         (gst_vorbis_enc_push_buffer),
3653         (gst_vorbis_enc_buffer_check_discontinuous),
3654         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3655         * ext/vorbis/vorbisenc.h:
3656           Handle discontinuities in the input vorbis stream correctly,
3657           so that the output is properly timestamped (and has good granulepos
3658           values). Needs some oggmux fixes too.
3659
3660 2006-07-27  Wim Taymans  <wim@fluendo.com>
3661
3662         patch by: Kai Vehmanen <kv2004 eca cx>
3663
3664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3665         (gst_base_rtp_depayload_chain),
3666         (gst_base_rtp_depayload_handle_sink_event),
3667         (gst_base_rtp_depayload_change_state):
3668         Don't send multiple newsegments with different formats.
3669         Fixes #348677.
3670
3671 2006-07-26  Wim Taymans  <wim@fluendo.com>
3672
3673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3674         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3675         Make seeking in ogg more accurate again by doing the more correct
3676         granuletime to stream time conversion.
3677
3678 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3679
3680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3681         (gst_multi_fd_sink_new_client):
3682           debug a little more understandably
3683           do not use goto as a substitute for break, especially if
3684           break is also being used
3685
3686 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3689         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3690           Remove GLib-2.6 compatibility cruft.
3691
3692 2006-07-24  Wim Taymans  <wim@fluendo.com>
3693
3694         * gst-libs/gst/audio/gstbaseaudiosink.c:
3695         (gst_base_audio_sink_render):
3696         Don't try to align a sample to an unknown value.
3697
3698 2006-07-24  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst-libs/gst/audio/gstbaseaudiosink.c:
3701         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3702         When the audio clock is slaved to another clock, never try to align
3703         samples but trust the rate interpolation algorithm.
3704
3705 2006-07-24  Wim Taymans  <wim@fluendo.com>
3706
3707         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3708         Don't try to calculate silence samples, base class does this much
3709         better now.
3710
3711         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3712         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3713         (gst_ring_buffer_acquire):
3714         Calculate silence samples correctly.
3715
3716         * gst-libs/gst/audio/gstringbuffer.h:
3717         Add _CAST macro.
3718
3719 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3722           Limit search for the first markup tag to the first few kB of
3723           the file. If we don't find one there, it's highly unlikely that
3724           this is an XML(-ish) file.
3725
3726 2006-07-21  Andy Wingo  <wingo@pobox.com>
3727
3728         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3729         test to the one in vorbisenc. Also commented out.
3730
3731         * tests/check/pipelines/vorbisenc.c: 
3732         (test_discontinuity): New test, commented out until Mike lands
3733         some elite vorbisenc patches.
3734
3735         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3736         Bufferstraw was actually factored out of these tests. Now we share
3737         code yay.
3738
3739         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3740         for bufferstraw addition to gstcheck.
3741
3742 2006-07-21  Wim Taymans  <wim@fluendo.com>
3743
3744         * ext/theora/theoradec.c: (clip_buffer):
3745         Better clipping.
3746
3747 2006-07-21  Wim Taymans  <wim@fluendo.com>
3748
3749         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3750         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3751         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3752         Fix leak.
3753         Avoid type casting when we can.
3754
3755         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3756         Fix mem leak.
3757
3758 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3759
3760         * ext/alsa/gstalsamixerelement.c:
3761         (gst_alsa_mixer_element_change_state):
3762           Make state change fail if the specified device can't be opened
3763           for some reason.
3764
3765 2006-07-20  Wim Taymans  <wim@fluendo.com>
3766
3767         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3768         (cb_newpad), (main):
3769         Example of a small audio/video player using decodebin.
3770
3771 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst-libs/gst/riff/riff-ids.h:
3774           Add 'fact' chunk id
3775
3776 2006-07-19  Wim Taymans  <wim@fluendo.com>
3777
3778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3779         (gst_base_rtp_depayload_chain),
3780         (gst_base_rtp_depayload_change_state):
3781         Don't assert when not negotiated but post a meaningfull 
3782         error message. Fixes #347918.
3783
3784         * gst-libs/gst/rtp/gstbasertppayload.c:
3785         Add comment about better default MTU size.
3786
3787         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3788         Small cleanups, start docs.
3789
3790 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         Patch by: Martin Szulecki
3793
3794         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3795           If "device-name" is requested and the device is not
3796           open, try to temporarily open it to obtain this
3797           information (#342494).
3798
3799 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3800
3801         * gst-libs/gst/tag/gstid3tag.c:
3802           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3803
3804         * gst-libs/gst/tag/gsttageditingprivate.h:
3805         * gst-libs/gst/tag/gstvorbistag.c:
3806           Some more random const-ifications.
3807
3808 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3809
3810         * gst-libs/gst/riff/riff-ids.h:
3811         * gst-libs/gst/riff/riff-media.c:
3812         (gst_riff_create_video_template_caps):
3813           Add more FOURCCs (sort list to make stuff easier to find),
3814           add comment what those 16 bytes in struct _gst_riff_strh according to
3815           one avi-dumper are
3816
3817 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * gst-libs/gst/audio/multichannel.c:
3820         (gst_audio_check_channel_positions),
3821         (gst_audio_fixate_channel_positions):
3822           Const-ify two arrays.
3823
3824 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3827           Fix typo, so that alsasink also advertises 8 channels
3828           if that's supported (tags: can, worms, open, alsa, ph34r).
3829
3830 2006-07-17  Wim Taymans  <wim@fluendo.com>
3831
3832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3833         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3834         *sigh*, when is the compiler going to warn when the comments
3835         are out-of-sync with the code.. Refix case of busted theora
3836         headers with 0 granule pos.
3837
3838 2006-07-14  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3841         (gst_base_rtp_depayload_wait),
3842         (gst_base_rtp_depayload_change_state),
3843         (gst_base_rtp_depayload_set_property),
3844         (gst_base_rtp_depayload_get_property):
3845         Fix 99% cpu load by waiting for absolute times on the
3846         clock. Fixes #347300.
3847
3848 2006-07-14  Andy Wingo  <wingo@pobox.com>
3849
3850         * ext/theora/gsttheoraparse.h: 
3851         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3852         (theora_parse_push_headers, theora_parse_clear_queue)
3853         (theora_parse_drain_queue_prematurely, )
3854         (theora_parse_sink_event, theora_parse_change_state): Queue events
3855         until we initialized our state, like in vorbisparse.
3856
3857         * ext/vorbis/vorbisparse.h: 
3858         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3859         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3860         (vorbis_parse_drain_queue_prematurely, )
3861         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3862         until we have initialized our state. Fixes seeking after an
3863         initial pad block.
3864
3865 2006-07-14  Andy Wingo  <wingo@pobox.com>
3866
3867         Patch by: Iain Holmes <iaingnome@gmail.com>
3868         
3869         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3870
3871 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3872
3873         * configure.ac:
3874         Bump nano back to CVS
3875
3876 === release 0.10.9 ===
3877
3878 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3879
3880         * configure.ac:
3881           releasing 0.10.9, "I walk the line"
3882
3883 2006-07-14  Michael Smith  <msmith@fluendo.com>
3884
3885         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3886           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3887           (commonly happens when running this test under valgrind) when trying
3888           to remove the buffer probe.
3889
3890 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3891
3892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3893         Fix missing g_unlock from the previous commit
3894
3895 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3896
3897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3898         (gst_ximagesink_change_state):
3899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3900         (gst_xvimagesink_change_state):
3901         Implement a locking order to ensure we always take the object lock
3902         before the x_lock and never vice-versa.
3903
3904 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3905
3906         * gst/playback/gstdecodebin.c: (find_compatibles):
3907         Fix a caps leak when linking (#347304)
3908
3909         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3910         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3911         (gst_ximagesink_change_state):
3912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3913         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3914         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3915         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3916         Don't leak shared memory resources. Use the object lock to protect
3917         against the xcontext disappearing while returning a buffer from the
3918         pipeline. (#347304)
3919
3920 2006-07-12  Edward Hervey  <edward@fluendo.com>
3921
3922         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3923         (vorbis_handle_comment_packet):
3924         gst_tag_list_merge() returns a new object. Take that into account when
3925         using it. This avoids memleak.
3926         Revert previous commit which is not needed.
3927
3928 2006-07-12  Edward Hervey  <edward@fluendo.com>
3929
3930         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3931         Reset the decoder in finalize so that all fields get cleared.
3932
3933 2006-07-12  Wim Taymans  <wim@fluendo.com>
3934
3935         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3936         (gst_base_audio_src_set_clock),
3937         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3938         Don't try to post an error message when setting the clock fails
3939         as this can happen when adding an element to a bin which will then
3940         deadlock. Fixes #347296.
3941
3942 2006-07-12  Edward Hervey  <edward@fluendo.com>
3943
3944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3945         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3946         (vorbis_handle_type_packet):
3947         Post tag messages on the bus even if we're not initialized.
3948         If we're not initialized, we still postpone the event pushing of tags.
3949
3950 2006-07-12  Wim Taymans  <wim@fluendo.com>
3951
3952         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3953         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3954         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3955         Revert last two changes that broke the freeze.
3956
3957 2006-07-12  Wim Taymans  <wim@fluendo.com>
3958
3959         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3960         basesink calculates silence sample correctly for us.
3961
3962 2006-07-12  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3965         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3966         Calculate correct silence samples so we don't fill our ringbuffer
3967         with noise.
3968
3969 2006-07-12  Edward Hervey  <edward@fluendo.com>
3970
3971         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3972         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3973         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3974         * ext/vorbis/vorbisdec.h:
3975         Delay sending events (newsegment, tags) until the decoder is properly
3976         initialized.
3977         Fixes #347295
3978
3979 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3980
3981         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3982         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3983           Patch from #347221 adding a test for audioconvert
3984           channel remappings.
3985
3986 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3989         (gst_ssa_parse_parse_line):
3990           Don't include the terminating NUL in the buffer size,
3991           it's only there for extra paranoia (would add random
3992           '*' characters at the end of each subtitle since the
3993           terminator itself is not valid UTF-8 technically).
3994           Also fix indenting after boilerplate macro.
3995
3996 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         * gst/playback/gstdecodebin.c: (close_pad_link):
3999           Also emit 'unknown-type' signal (which should really be
4000           called unhandled-type) if we found potential decoders/demuxers
4001           in the registry but none of them worked in the end (as in the
4002           case where the plugins don't exist any longer but are still
4003           listed in the registry). Fixes #329798.
4004
4005 2006-07-08  Andy Wingo  <wingo@pobox.com>
4006
4007         * theoraparse.c (theora_parse_push_buffer)
4008         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4009         Add some more debugging. Fix granulepos reconstruction in the face
4010         of discontinuities.
4011
4012 2006-07-06  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst-libs/gst/audio/gstbaseaudiosink.c:
4015         (gst_base_audio_sink_class_init),
4016         (gst_base_audio_sink_provide_clock):
4017         Use gobject_class instead of G_OBJECT_CLASS (klass)
4018
4019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4020         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4021         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4022         (gst_base_audio_src_get_time),
4023         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4024         (gst_base_audio_src_create_ringbuffer):
4025         Fix latency and buffer-time constants and properties ala basesink.
4026         Implement pull based scheduling. Fixes #346527.
4027         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4028         one segment.
4029         Refuse slaving to another clock instead of silently not working.
4030         Only provide a clock when we are actually able to do so.
4031         Various small cleanups and compiler hints.
4032
4033 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4034
4035         Patch by: Lutz Mueller <lutz at topfrose de>
4036
4037         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4038         (plugin_init):
4039           Add typefinding for text/html (#346581).
4040
4041 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4044         (xml_check_first_element), (xml_type_find), (smil_type_find):
4045           Fix SMIL typefinding, make xml_check_first_element() more
4046           useful.
4047
4048 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4051         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4052         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4053         * gst/playback/gstplaybasebin.h:
4054           Protect list of elements with a subtitle-encoding property and
4055           the subtitle encoding member itself with a lock of their own
4056           instead of using the object lock. This prevents a dead-lock in
4057           the element-remove callback in some circumstances when shutting
4058           down playbin.
4059
4060 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4061
4062         * win32/common/libgsttag.def:
4063         Export some new functions.
4064         * win32/vs6/libgstogg.dsp:
4065         Add a link to libgsttag-0.10.lib.
4066
4067 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4070           Some const-ification.
4071
4072 2006-07-04  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4075         Improve checking if we are dealing with a stream. Added some
4076         more uris that need buffering.
4077
4078 2006-07-03  Edward Hervey  <edward@fluendo.com>
4079
4080         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4081         Remove unused variable.
4082
4083 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4084
4085         * Makefile.am:
4086           include lcov.mak
4087         * configure.ac:
4088           add GCOV_LIBS to GST_LIBS
4089
4090 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4091
4092         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4093
4094         * ext/alsa/gstalsasrc.c:
4095           Add 32 bps to template caps and increase channels range
4096           from [1,2] to [1,MAX]. See #346326.
4097
4098 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4101           Recognise 'WMVA' video codec fourcc (#345879).
4102           
4103 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4104          
4105         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4106           Fixed nasty memory leak
4107
4108 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4109
4110         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4111         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4112           fix logging
4113
4114 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4115
4116         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4117         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4118         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4119         Protect remove_fakesink using a mutex, so that we don't try and
4120         remove the fakesink simultaneously from multiple threads.
4121
4122         When going from READY to PAUSED, restore the fakesink, so that
4123         it is there when decodebin gets reused.
4124
4125 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4126
4127         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4129         * gst-libs/gst/rtp/gstbasertppayload.c:
4130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4131         * gst/tcp/gstmultifdsink.c:
4132         * gst/tcp/gsttcpclientsink.c:
4133         * gst/tcp/gsttcpclientsrc.c:
4134         * gst/tcp/gsttcpserversink.c:
4135         * gst/tcp/gsttcpserversrc.c:
4136         * gst/videorate/gstvideorate.c:
4137         * gst/videotestsrc/gstvideotestsrc.c:
4138         * sys/v4l/gstv4ljpegsrc.c:
4139         * sys/v4l/gstv4lmjpegsink.c:
4140         * sys/v4l/gstv4lsrc.c:
4141         * tests/examples/seek/scrubby.c:
4142         * tests/examples/seek/seek.c:
4143           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4144
4145 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4148           Second field in GEnumValue shouldn't be a description,
4149           but a stringified version of the enum value.
4150
4151 2006-06-22  Wim Taymans  <wim@fluendo.com>
4152
4153         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4154         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4155         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4156         Avoid type checking in buffer casts.
4157         Avoid caps copy in buffer_alloc when we can.
4158         Use pad_peer_accept.
4159
4160 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4161
4162         * gst-libs/gst/tag/tag.h:
4163           Oops, make that 'Since: 0.10.9'.
4164
4165 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * docs/libs/gst-plugins-base-libs-sections.txt:
4168         * gst-libs/gst/tag/tag.h:
4169         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4170         (gst_tag_image_type_get_type):
4171           API: add GstTagImageType enum to describe images contained
4172           in image tags (#345641).
4173
4174 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4175
4176         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4177           Fix warnings with gst-inspect: "buffers-min" property
4178           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4179           typo in property description.
4180
4181 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4182
4183         Patch by: Cody Russell <bratsche at gnome org>
4184
4185         * gst/audioresample/gstaudioresample.c:
4186         (gst_audioresample_class_init):
4187         * gst/playback/gststreamselector.c:
4188         (gst_stream_selector_class_init):
4189         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4190         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4191         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4192         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4193         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4194         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4195         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4196         * gst/videotestsrc/gstvideotestsrc.c:
4197         (gst_video_test_src_class_init):
4198         * gst/volume/gstvolume.c: (gst_volume_class_init):
4199           Avoid unnecessary class cast check in class_init
4200           functions (#337747).
4201
4202 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4203
4204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4205         (gst_text_overlay_video_chain):
4206           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4207           and doesn't validate its input either (and neither did
4208           textoverlay it seems). Let's do that then and fix #345206.
4209
4210 2006-06-19  Wim Taymans  <wim@fluendo.com>
4211
4212         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4213         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4214         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4215         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4216         (find_syncframe), (find_limits), (assign_value),
4217         (count_burst_unit), (gst_multi_fd_sink_new_client),
4218         (gst_multi_fd_sink_handle_client_write),
4219         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4220         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4221         (gst_multi_fd_sink_change_state):
4222         * gst/tcp/gstmultifdsink.h:
4223         Added shiny new burst-on-connect methods.
4224         Add properties to control the minimal amount of data queued.
4225         Small cleanups.
4226         API: bytes-min property
4227         API: time-min property
4228         API: buffers-min property
4229         API: burst-unit property
4230         API: burst-value property
4231         API: add-full signal
4232
4233         * gst/tcp/gsttcp-marshal.list:
4234         Added new marshaller code for the new signal.
4235
4236         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4237         (multifdsink_suite):
4238         Added testcases for new burst methods.
4239
4240 2006-06-19  Edward Hervey  <edward@fluendo.com>
4241
4242         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4243         Implement clipping for accurate seeking.
4244         Closes #345225
4245
4246 2006-06-19  Wim Taymans  <wim@fluendo.com>
4247
4248         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4249
4250         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4251         (gst_video_scale_transform):
4252         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4253
4254 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * configure.ac:
4257           Fix --disable-external (can't set conditionals conditionally,
4258           #343602).
4259
4260 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4261
4262         * tests/check/elements/audioresample.c: (test_reuse),
4263         (audioresample_suite):
4264           Add test case for bug #342789 fixed below.
4265
4266 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4267
4268         * gst/audioresample/gstaudioresample.c:
4269         (gst_audioresample_class_init), (gst_audioresample_init),
4270         (audioresample_start), (audioresample_stop),
4271         (gst_audioresample_set_property), (gst_audioresample_get_property):
4272           Implement GstBaseTransform::start and ::stop so that audioresample
4273           can clear its internal state properly and be reused instead of
4274           causing non-negotiated errors with playbin under some circumstances
4275           (#342789).
4276
4277         * tests/check/elements/audioresample.c: (setup_audioresample),
4278         (cleanup_audioresample):
4279           Need to set element state here so that ::start and ::stop are
4280           called.
4281
4282 2006-06-16  Wim Taymans  <wim@fluendo.com>
4283
4284         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4285
4286         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4287         Parse extra data better, apparently it's right behind
4288         the normal strf header size. Fixes #343500.
4289
4290 2006-06-16  Wim Taymans  <wim@fluendo.com>
4291
4292         * ext/alsa/gstalsasink.c: (set_hwparams):
4293         If we fail to set the buffer_time and period_time alsa
4294         parameters, post a warning and leave alsa select a 
4295         default instead of failing. Fixes #342085
4296
4297 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4298
4299         * docs/libs/gst-plugins-base-libs-sections.txt:
4300         * gst-libs/gst/cdda/gstcddabasesrc.h:
4301           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4302           out in the header file and shouldn't be listed in the docs.
4303
4304         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4305           Must dereference pointer to fourcc in the debug statement.
4306
4307 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4308
4309         * docs/libs/Makefile.am:
4310         * docs/libs/gst-plugins-base-libs-docs.sgml:
4311         * docs/libs/gst-plugins-base-libs-sections.txt:
4312         * docs/libs/gst-plugins-base-libs.types:
4313         add remaining symbols into correct setions
4314         
4315         * gst-libs/gst/audio/gstringbuffer.c:
4316         fix incomplete docs
4317         
4318         * gst-libs/gst/audio/gstringbuffer.h:
4319         comment out not yet implemented function
4320         
4321         
4322         * gst-libs/gst/floatcast/floatcast.h:
4323         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4324         add short descriptions
4325         
4326         
4327         * gst-libs/gst/interfaces/propertyprobe.c:
4328         fix return value docs   
4329         
4330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4331         simplify debug logging
4332         
4333         * gst-libs/gst/riff/riff-read.h:
4334         sync function prototype and docs
4335         
4336         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4337         remove left over symbol
4338
4339 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * autogen.sh:
4342         * configure.ac:
4343         * docs/Makefile.am:
4344           Use GST_PLUGIN_DOCS macro in configure.ac, add
4345           --enable-plugin-docs default to autogen.sh and use
4346           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4347
4348 2006-06-15  Wim Taymans  <wim@fluendo.com>
4349
4350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4351         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4352         (gst_ogg_demux_loop):
4353         Combine GstFlowReturn from the source pads to give a
4354         meaningfull result to the upstream peer or to stop the
4355         processing task in case of errors.
4356
4357 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4358
4359         * gst/playback/gststreaminfo.c: (cb_probe):
4360           Try GST_TAG_CODEC as fallback when extracting the
4361           codec name; more debug info.
4362
4363 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * ext/ogg/Makefile.am:
4366         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4367           Extract language tags from ogm subtitle streams, so that
4368           the subtitle menu choices are labelled correctly in
4369           Totem (fixes #344708).
4370
4371 2006-06-14  Wim Taymans  <wim@fluendo.com>
4372
4373         Patch by: Alessandro Decina <alessandro at nnva dot org>
4374
4375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4376         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4377         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4378         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4379         Fix various leaks. Fixes #343699.
4380         Add x-smoke mime type.
4381
4382 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4383
4384         * gst-libs/gst/riff/riff-ids.h:
4385           Add IDs for 'bext' chunks (see #343837).
4386
4387 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         Patch by: Young-Ho Cha  <ganadist at chollian net>
4390
4391         * gst/subparse/samiparse.c: (sami_context_pop_state),
4392         (handle_start_font), (end_sami_element):
4393           Honour font face tags in SAMI subtitles (#344503).
4394
4395 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4396
4397         * po/POTFILES.in:
4398           add missing files containing translatable strings
4399
4400 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4401
4402         * docs/libs/tmpl/.cvsignore:
4403           we don't want those *.sgml files in CVS either
4404
4405 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4406
4407         * docs/libs/.cvsignore:
4408         * tests/check/elements/.cvsignore:
4409         * tests/check/libs/.cvsignore:
4410           ignore more
4411
4412 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4413
4414         * docs/libs/Makefile.am:
4415           also commiting the changed Makefile.am (added more libs to the
4416           doc-build)
4417
4418 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4419
4420         * docs/libs/gst-plugins-base-libs-docs.sgml:
4421         * docs/libs/gst-plugins-base-libs-sections.txt:
4422         * docs/libs/gst-plugins-base-libs.types:
4423           first batch of reordering things, add index & hierarchy
4424
4425 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4426
4427         * configure.ac:
4428           use GST_PKG_CHECK_MODULES, cleans up output
4429
4430 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4431
4432         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4433           Add support for burn:// URIs (#343385); const-ify things a bit,
4434           use G_N_ELEMENTS instead of hard-coded array size.
4435
4436 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         Patch by: Young-Ho Cha  <ganadist at chollian net>
4439
4440         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4441           Fix up broken entities before passing them to libxml *sigh*.
4442           (#343303).
4443           
4444 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4445
4446         * configure.ac:
4447           back to TRUNK
4448
4449 === release 0.10.8 ===
4450
4451 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4452
4453         * configure.ac:
4454           releasing 0.10.8, "Moar gij ziet mij nie"
4455
4456 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         * configure.ac:
4459         * po/af.po:
4460         * po/az.po:
4461         * po/cs.po:
4462         * po/en_GB.po:
4463         * po/hu.po:
4464         * po/it.po:
4465         * po/nb.po:
4466         * po/nl.po:
4467         * po/or.po:
4468         * po/sq.po:
4469         * po/sr.po:
4470         * po/sv.po:
4471         * po/uk.po:
4472         * po/vi.po:
4473         * win32/common/config.h:
4474           0.10.7.2 prerelease
4475
4476 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4477
4478         * docs/libs/tmpl/gstaudio.sgml:
4479         * docs/libs/tmpl/gstcolorbalance.sgml:
4480         * docs/libs/tmpl/gstmixer.sgml:
4481         * docs/libs/tmpl/gstringbuffer.sgml:
4482         * docs/libs/tmpl/gsttuner.sgml:
4483         * docs/libs/tmpl/gstxoverlay.sgml:
4484         * gst-libs/gst/audio/audio.c:
4485         * gst-libs/gst/audio/gstringbuffer.c:
4486         * gst-libs/gst/interfaces/colorbalance.c:
4487         * gst-libs/gst/interfaces/mixer.c:
4488         * gst-libs/gst/interfaces/tuner.c:
4489         * gst-libs/gst/interfaces/xoverlay.c:
4490           move last template doc snippets to source code and delete them
4491
4492 2006-06-06  Michael Smith  <msmith@fluendo.com>
4493
4494         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4495         (theora_parse_drain_queue):
4496           Mark DELTA_UNIT on non-keyframes.
4497
4498 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4499
4500         * gst-libs/gst/audio/gstbaseaudiosink.c:
4501         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4502         * gst-libs/gst/audio/gstbaseaudiosink.h:
4503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4504         (gst_ring_buffer_samples_done):
4505         * gst-libs/gst/audio/gstringbuffer.h:
4506         Document better the fact that latency_time and buffer_time are values
4507         stored in microseconds, and not the usual GStreamer nanoseconds.
4508         Change the variables (compatibly) that store them from GstClockTime 
4509         to guint64 to make it more clear that they're not storing clock times.
4510         Also, remove the bogus property description that says the user can
4511         specify -1 to get the default value, since that's never been the case.
4512
4513         When computing the default segment size for the ring buffer, make it
4514         an integer number of samples.
4515
4516         When the sub-class indicates a delay greater than the number of
4517         samples we've written return 0 from the audio sink get_time method.
4518
4519 2006-06-02  Michael Smith  <msmith@fluendo.com>
4520
4521         * tests/check/elements/audioconvert.c: (set_channel_positions),
4522         (get_float_mc_caps), (get_int_mc_caps):
4523         * tests/check/elements/audioresample.c:
4524         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4525         * tests/check/elements/videorate.c:
4526         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4527         * tests/check/elements/volume.c:
4528         * tests/check/elements/vorbisdec.c:
4529         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4530           Don't busy-wait in tests; this was causing test timeouts very
4531           frequently when running under valgrind.
4532
4533 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4534
4535         * gst/tcp/README:
4536         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4537         (gst_multi_fd_sink_remove_client_link),
4538         (gst_multi_fd_sink_client_queue_caps),
4539         (gst_multi_fd_sink_client_queue_buffer),
4540         (gst_multi_fd_sink_handle_client_write),
4541         (gst_multi_fd_sink_render):
4542         * gst/tcp/gstmultifdsink.h:
4543           make multifdsink properly deal with streamheader:
4544           - streamheader is taken from caps
4545           - buffers marked with IN_CAPS are not sent
4546           - streamheaders are sent, on connection, from the caps of the
4547             buffer where the client gets positioned to
4548           - further streamheader changes are done every time the client
4549             will receive a buffer with different caps
4550         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4551         (gst_multifdsink_create_streamheader):
4552           add tests for this
4553
4554 2006-06-02  Michael Smith  <msmith@fluendo.com>
4555
4556         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4557           Reinstate limit on channel count. Vorbis does not define the meaning
4558           of > 6 channels, so they're just independent channels. Gstreamer
4559           currently has no mechanism to represent N independent channels.
4560
4561 2006-06-02  Michael Smith  <msmith@fluendo.com>
4562
4563         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4564           Don't arbitrarily restrict channel counts and rate in vorbis.
4565           In terms of effects likely on real-world files, this fixes 96kHz
4566           playback of vorbis.
4567
4568 2006-06-02  Michael Smith  <msmith@fluendo.com>
4569
4570         * gst/audioconvert/audioconvert.c: (float):
4571           More correct float->int conversion.
4572
4573 2006-06-02  Michael Smith  <msmith@fluendo.com>
4574
4575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4576           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4577           value. Fixes g-critical on trying to play back ogg containing
4578           unknown codec.
4579
4580 2006-06-02  Wim Taymans  <wim@fluendo.com>
4581
4582         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4583         (setup_source):
4584         * gst/playback/gstplaybasebin.h:
4585         Make the subtitle detection work from any thread so we don't
4586         deadlock. Fixes #343397.
4587
4588 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4589
4590         * gst/volume/Makefile.am:
4591           Seriously, it's not *that* hard to get compilation right.  Even
4592           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4593
4594 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4595
4596         * gst/volume/gstvolume.c: (volume_choose_func),
4597         (volume_update_real_volume), (gst_volume_class_init),
4598         (gst_volume_init), (volume_process_float), (volume_process_int16),
4599         (volume_process_int16_clamp), (volume_set_caps),
4600         (volume_transform_ip), (plugin_init):
4601         * gst/volume/gstvolume.h:
4602         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4603         another property desc., remove unused param from process function
4604         
4605         * tests/check/elements/volume.c: (volume_suite):
4606         reactivate the passthrough test
4607
4608 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4609
4610         * ext/alsa/gstalsamixerelement.h:
4611         * ext/alsa/gstalsamixeroptions.h:
4612         * ext/alsa/gstalsamixertrack.h:
4613         * ext/gnomevfs/gstgnomevfssink.h:
4614         * ext/gnomevfs/gstgnomevfssrc.h:
4615         * ext/theora/gsttheoradec.h:
4616         * ext/theora/gsttheoraenc.h:
4617         * ext/theora/gsttheoraparse.h:
4618         * ext/vorbis/vorbisparse.h:
4619         * gst-libs/gst/audio/gstaudioclock.h:
4620         * gst-libs/gst/audio/gstaudiofilter.h:
4621         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4622         * gst/audioconvert/gstaudioconvert.h:
4623         * gst/audioresample/gstaudioresample.h:
4624         * gst/audiotestsrc/gstaudiotestsrc.h:
4625         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4626         * gst/playback/gststreamselector.h:
4627         * gst/tcp/gstmultifdsink.h:
4628         * gst/tcp/gsttcpclientsink.h:
4629         * gst/tcp/gsttcpclientsrc.h:
4630         * gst/tcp/gsttcpserversink.h:
4631         * gst/tcp/gsttcpserversrc.h:
4632         * gst/videorate/gstvideorate.h:
4633         * gst/videoscale/gstvideoscale.h:
4634         * gst/videotestsrc/gstvideotestsrc.h:
4635         * gst/volume/gstvolume.h:
4636         * sys/v4l/gstv4ljpegsrc.h:
4637         * sys/v4l/gstv4lmjpegsink.h:
4638         * sys/v4l/gstv4lmjpegsrc.h:
4639         * sys/v4l/gstv4lsrc.h:
4640         * sys/ximage/ximagesink.h:
4641         * sys/xvimage/xvimagesink.h:
4642         * tests/old/testsuite/alsa/sinesrc.h:
4643         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4644
4645 2006-05-31  Wim Taymans  <wim@fluendo.com>
4646
4647         * ext/libvisual/visual.c: (gst_visual_reset),
4648         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4649         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4650         Handle DISCONT.
4651         Use running time before doing QoS.
4652         Handle mono too.
4653
4654 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4655
4656         * docs/libs/Makefile.am:
4657           set a magic variable to indicate we know the docs are incomplete
4658
4659 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4660
4661         * win32/common/libgstvideo.def:
4662           export gst_video_calculate_display_ratio
4663         * win32/vs6/libgstvideoscale.dsp:
4664           add link to libgstvideo-0.10.lib
4665
4666 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst/playback/gstplaybasebin.c: (gen_source_element):
4669           Throw a more comprehensible error for rtsp:// URIs (rather
4670           than erroring out with a negotiation error later on) until
4671           we fix playbin to handle rtspsrc etc.
4672
4673 2006-05-30  Wim Taymans  <wim@fluendo.com>
4674
4675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4676         (gst_text_overlay_text_event):
4677         Added some FIXMEs.
4678
4679 2006-05-30  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4682         (gst_adder_request_new_pad), (gst_adder_release_pad):
4683         * gst/adder/gstadder.h:
4684         Implement release_request_pad.
4685         Make padcounter atomic.
4686
4687         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4688         Added check for release_pad in adder.
4689
4690 2006-05-30  Wim Taymans  <wim@fluendo.com>
4691
4692         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4693         Fix build again.
4694
4695 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4696
4697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4698         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4699         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4700         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4701         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4702         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4703         (gst_ogg_demux_bisect_forward_serialno),
4704         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4705         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4706           add more debugging
4707           clean up printf formats for granulepos and serialno
4708
4709 2006-05-30  Michael Smith  <msmith@fluendo.com>
4710
4711         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4712         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4713         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4714         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4715         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4716         * ext/vorbis/vorbisenc.h:
4717           Multi-channel caps negotiation, so we can do proper multichannel
4718           vorbis encoding, negotiated through audioconvert.
4719
4720 2006-05-30  Wim Taymans  <wim@fluendo.com>
4721
4722         * tests/check/elements/adder.c: (test_event_message_received),
4723         (test_play_twice_message_received), (GST_START_TEST),
4724         (adder_suite):
4725         Added check to show that #339935 is fixed with ongoing
4726         adder and collectpads fixes.
4727
4728 2006-05-29  Wim Taymans  <wim@fluendo.com>
4729
4730         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4731         Don't leak pad name.
4732
4733 2006-05-29  Wim Taymans  <wim@fluendo.com>
4734
4735         * gst/adder/gstadder.c: (gst_adder_query_duration),
4736         (forward_event_func), (forward_event), (gst_adder_src_event):
4737         Fix adder seeking.
4738         Make query/seeking code threadsafe.
4739
4740         * tests/check/Makefile.am:
4741         * tests/check/elements/adder.c: (test_event_message_received),
4742         (GST_START_TEST), (test_play_twice_message_received):
4743         Fix adder test case.
4744
4745 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         Patch by: Young-Ho Cha  <ganadist at chollian net>
4748
4749         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4750         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4751         (set_encoding_element), (decodebin_element_added_cb),
4752         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4753         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4754         * gst/playback/gstplaybasebin.h:
4755           Add 'subtitle-encoding' property to playbin, so applications can
4756           force a subtitle encoding for non-UTF8 subtitles (#342268).
4757
4758         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4759         (gst_sub_parse_set_property):
4760           Rename recently-added 'encoding' property to 'subtitle-encoding'
4761           (so it can be proxied by playbin/decodebin in a generic way
4762           with less danger of false positives).
4763
4764 2006-05-29  Michael Smith  <msmith@fluendo.com>
4765
4766         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4767         (append_with_other_format), (set_structure_widths),
4768         (gst_audio_convert_transform_caps):
4769           Patch from #341562: give more specific audio caps in get_caps, so
4770           that basetransform  can make better decisions on what caps to
4771           negotiate.
4772
4773 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4774
4775         * tests/check/elements/volume.c:
4776         make it compile again
4777
4778 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4779
4780         * tests/check/elements/volume.c: (volume_suite):
4781         disable test until #343196 gets resolved
4782
4783 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4784
4785         * gst/adder/gstadder.c: (gst_adder_get_type):
4786         Make it easier to copy&paste
4787         
4788         * gst/volume/Makefile.am:
4789         * gst/volume/gstvolume.c: (volume_update_real_volume),
4790         (gst_volume_set_volume), (gst_volume_set_mute),
4791         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4792         (volume_transform_ip), (volume_update_mute),
4793         (volume_update_volume):
4794         * gst/volume/gstvolume.h:
4795         Add own debug category, move duplicate code to helper function, fix
4796         property texts, add more comments and prepare ffor liboil-goodness
4797         
4798         * tests/check/Makefile.am:
4799         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4800         add test for mute and passtrough case, be a bit more verbose to track
4801         failure
4802         
4803         * tests/check/generic/states.c: (GST_START_TEST):
4804         catch elements that fail to instantiate
4805
4806 2006-05-28  Edward Hervey  <edward@fluendo.com>
4807
4808         * tests/check/pipelines/simple-launch-lines.c:
4809         * tests/check/pipelines/theoraenc.c:
4810         * tests/check/pipelines/vorbisenc.c:
4811         Comment out tests using parse_launch() if core was built without
4812         parsing capabilities.
4813
4814 2006-05-27  Edward Hervey  <edward@fluendo.com>
4815
4816         * tests/check/Makefile.am:
4817         Extra bonus points for whoever explains to ensonic that you are meant
4818         to test unit tests thoroughly before commiting them, especially if
4819         you know it's going to break.
4820         De-activated element/adder tests.
4821
4822 2006-05-27  Edward Hervey  <edward@fluendo.com>
4823
4824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4825         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4826         Marking caps conversion issues as GST_WARNING is way too verbose,
4827         Moving them to GST_LOG.
4828
4829 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * README:
4832           Replace current README (containing the release notes from
4833           some 0.9.x version) with a proper README taken from the core.
4834
4835 2006-05-26  Wim Taymans  <wim@fluendo.com>
4836
4837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4838         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4839         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4840         (vorbis_dec_change_state):
4841         Small cleanups.
4842         Add some FIXMEs
4843         Clip output samples to segment boundaries.
4844
4845 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4846
4847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4848         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4849         Improve the errors produced on bad output, including some human
4850         readable description strings.
4851         Handle the (theoretical for ximagesink) case where the XServer 
4852         has a different idea about the size required for a particular 
4853         frame and gives us too small a memory allocation.
4854
4855 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4856
4857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4858         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4859         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4860         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4861         Improve the errors produced on bad output, including some human 
4862         readable description strings.
4863         Handle RGB Xv formats properly by transforming them into our 
4864         big-endian caps description.
4865         Use gst_caps_truncate to ensure that we never try and choose a
4866         non-fixed caps in buffer_alloc.
4867         Handle the case where the XServer has a different idea about the size
4868         required for a particular frame and gives us too small a memory
4869         allocation.
4870         Use -1 to indicate 'no image format', because 0 is a valid XServer
4871         image format number.
4872         Put RGB Xv formats at the end of the caps, so that we always prefer
4873         YUV format frames.
4874         Iterate the available Xv Encodings to determine the maximum width and
4875         height, and then return that in our caps.
4876         (Closes #315312, #337544)
4877
4878 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4879
4880         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4881         When there is only one unfinished pad and it receives an event that
4882         doesn't match our requirements, we need to set alldone=FALSE so that
4883         the fakesink is not removed yet.
4884
4885 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4888           Use gst_type_find_helper_for_buffer() to find the type
4889           of stream from the first packet.
4890
4891         * configure.ac:
4892           Bump requirements to core CVS (needed for vorbis
4893           typefinding to work).
4894
4895 2006-05-24  Edward Hervey  <edward@fluendo.com>
4896
4897         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4898         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4899         contain.  Else they play perfectly fine with qtdemux.
4900
4901 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4902
4903         * ext/theora/theoradec.c:
4904         * ext/theora/theoraenc.c:
4905         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4906         * gst/audiorate/gstaudiorate.c:
4907           make more debug catagories static
4908         
4909         * tests/check/Makefile.am:
4910         * tests/check/elements/adder.c: (message_received),
4911         (test_event_message_received), (GST_START_TEST),
4912         (test_play_twice_message_received), (adder_suite):
4913           added test case for using element twice, extra bonus points for anyone
4914           who can make these test run reliably
4915
4916 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * ext/theora/theoradec.c: (theora_dec_chain):
4919           Make work with time-stamped input buffers that do not
4920           have a granulepos in BUFFER_OFFSET_END (like theora
4921           buffers coming from matroskademux). Fixes #342448.
4922
4923 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         Patch by: Peter Kjellerstedt  <pkj at axis com>
4926
4927         * gst/tcp/Makefile.am:
4928           fdstresstest doesn't need Gtk+, fix compilation if 
4929           gtk is not available (#342566).
4930
4931 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4932          
4933         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4934           80 line columns
4935           Removed redundant floor()
4936
4937 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4938
4939         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4940           On second thought, just skip JUNK chunks automatically, so
4941           the caller doesn't have to handle this. Fixes #342345.
4942           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4943           not GST_FLOW_ERROR.
4944
4945 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4946
4947         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4948           Don't bail out on JUNK chunks with a size of 0 (would try to
4949           pull_range 0 bytes before, which sources don't like too much).
4950           See #342345.
4951
4952 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4953
4954         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4956         Use the gstutil scaling function to preserve 64 bits while calculating
4957         output width and height from the display-aspect-ratio. (A continuation
4958         of #341542)
4959
4960 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4961
4962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4963         (gst_xvimagesink_buffer_alloc):
4964         * sys/xvimage/xvimagesink.h:
4965         When performing buffer allocations, remember the caps and image format
4966         we return so that if the same caps are asked for next time we can
4967         return them immediately without doing any caps intersections.
4968
4969 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4970          
4971         * gst-libs/gst/rtp/README:
4972           Some new documentation
4973         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4974           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4975         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4976         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4977           New RTP audio base payloader class. Supports frame or sample based
4978           codecs.  Not enabled in Makefile.am until approved.
4979
4980 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * tests/check/elements/alsa.c: (test_device_property_probe):
4983           Fix test case: don't try to free NULL GValueArray when there
4984           are no devices.
4985
4986 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * tests/check/Makefile.am:
4989         * tests/check/elements/alsa.c: (test_device_property_probe),
4990         (alsa_suite), (main):
4991           Add simple test that runs a device property probe on alsasrc,
4992           alsasink and alsamixer. Disable valgrind check for now (too
4993           many leaks in libasound, and valgrind ignored my suppressions
4994           additions).
4995
4996 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4997
4998         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4999         (gst_alsa_device_property_probe_probe_property),
5000         (gst_alsa_device_property_probe_needs_probe),
5001         (gst_alsa_device_property_probe_get_values),
5002         (gst_alsa_type_add_device_property_probe_interface):
5003         * ext/alsa/gstalsadeviceprobe.h:
5004         * ext/alsa/gstalsamixerelement.c:
5005         (gst_alsa_mixer_element_init_interfaces):
5006         * ext/alsa/gstalsamixerelement.h:
5007           Clean up and simplify alsa device probing. Make it actually work
5008           for multiple classes. Don't cache results any longer.
5009
5010         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5011         (gst_alsasink_init):
5012         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5013         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5014         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5015           Make alsasink and alsasrc implement the GstPropertyProbe interface
5016           for device probing (#342181).
5017           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5018
5019 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * gst/subparse/samiparse.c: (handle_start_font):
5022           Don't ignore return value of strtol (++compiler_happiness).
5023
5024 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         Patch by: Young-Ho Cha  <ganadist chollian net>
5027
5028         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5029         (gst_sub_parse_class_init), (gst_sub_parse_init),
5030         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5031         (convert_encoding):
5032         * gst/subparse/gstsubparse.h:
5033           Add 'encoding' property (#341681).
5034
5035         * gst/subparse/samiparse.c: (characters_sami):
5036           Output is pango markup, so we need to escape text
5037           between tags (#342143).
5038
5039 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * gst-libs/gst/audio/multichannel.c:
5042         (gst_audio_check_channel_positions):
5043           It's okay to have caps with channels=1 and a channel position
5044           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5045           (deinterleavers might want to keep the position in the caps,
5046           so that they can be re-interleaved again properly later).
5047           Leave check for unexpected 2-channel layouts intact for now.
5048
5049 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5050
5051         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5052         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5053         basesrc can do its job correctly.
5054
5055 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5056
5057         * ext/alsa/Makefile.am:
5058         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5059         (gst_alsa_detect_formats), (get_channel_free_structure),
5060         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5061         (gst_alsa_probe_supported_formats):
5062         * ext/alsa/gstalsa.h:
5063         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5064           Refactor and improve caps probing code: probe signedness
5065           when we probe the supported formats/widths; set endianness
5066           to the one we actually probed for (ie. cpu endianness).
5067           
5068         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5069         (gst_alsasrc_close):
5070         * ext/alsa/gstalsasrc.h:
5071           Implement caps probing for alsasrc.
5072
5073 2006-05-15  Wim Taymans  <wim@fluendo.com>
5074
5075         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5076         (theora_dec_src_query), (theora_dec_src_event),
5077         (theora_dec_sink_event), (theora_handle_comment_packet),
5078         (theora_handle_data_packet), (theora_dec_change_state):
5079         Cleanups, add some G_LIKELY.
5080         Use segment helpers instead of our own wrong code.
5081         Clear queued buffers on seek and READY.
5082
5083         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5084         (vorbis_dec_convert), (vorbis_dec_src_query),
5085         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5086         (vorbis_handle_comment_packet), (vorbis_dec_push),
5087         (vorbis_handle_data_packet), (vorbis_dec_chain),
5088         (vorbis_dec_change_state):
5089         * ext/vorbis/vorbisdec.h:
5090         Remove old useless packetno variable.
5091         Do position query properly.
5092         Add some G_LIKELY.
5093         Do cleanup of queued buffers in new helper function
5094         and use it.
5095
5096 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5099           Query supported sample rates. Fixes #341732.
5100
5101 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5102
5103         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5104         (gst_decode_bin_change_state): Make decodebin reusable
5105         when going from PAUSE_TO_READY and then back to PAUSED.
5106         Fixes #331678.
5107
5108 2006-05-15  Wim Taymans  <wim@fluendo.com>
5109
5110         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5111         (vorbis_dec_convert), (vorbis_dec_src_query),
5112         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5113         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5114         (vorbis_dec_clean_queued), (vorbis_dec_push),
5115         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5116         Cleanups. Use refcounting and DEBUG_OBJECT.
5117         Reset segment on flush, use code methods instead of our
5118         own wrong version.
5119         Fix potential memleak.
5120
5121 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5124         (gst_alsasink_init):
5125         * ext/alsa/gstalsasink.h:
5126           Don't leak allocated snd_output_t structure if there's
5127           more than one alsasink instance at a time (#341873).
5128           Also fix GObject macros in header file.
5129           
5130 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * gst/subparse/gstsubparse.c:
5133         (gst_sub_parse_data_format_autodetect):
5134           Don't use libxml functions in the typefinding code.
5135
5136 2006-05-15  Wim Taymans  <wim@fluendo.com>
5137
5138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5139         Fix seeking performance in the case where a non-header 
5140         packet has a 0 granulepos (busted theora case). 
5141         Fixes #341719
5142         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5143          the first place, you limelight stealer you)
5144
5145 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * gst/subparse/gstsubparse.c:
5148         (gst_sub_parse_data_format_autodetect):
5149           Improve SAMI typefinding: handle case where there are
5150           whitespaces or newlines in front of the first <SAMI>
5151           tag (#169936).
5152
5153 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * configure.ac:
5156           Build video4linux plugin even if there's no XVIDEO, just
5157           without implementing the GstXOverlay interface (#334002).
5158          
5159 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * configure.ac:
5162         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5163         (plugin_init):
5164           Add tentative support for libvisual-0.4 (#336881).
5165
5166 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         Patch by: Young-Ho Cha <ganadist at chollian net>
5169
5170         * gst/subparse/samiparse.c: (handle_start_font):
5171           Need to map "silver" colour explicitly (#169936).
5172
5173 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5174
5175         Patch by: Young-Ho Cha  <ganadist at chollian net>
5176
5177         * gst/subparse/Makefile.am:
5178         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5179         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5180         (gst_sub_parse_format_autodetect), (feed_textbuf),
5181         (gst_subparse_type_find), (plugin_init):
5182         * gst/subparse/gstsubparse.h:
5183         * gst/subparse/samiparse.c:
5184         * gst/subparse/samiparse.h:
5185           Add support for SAMI subtitles (#169936).
5186
5187 2006-05-14  Michael Smith  <msmith@fluendo.com>
5188
5189         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5190           Fix #341696: crash when mixing L+R+C to mono or stereo.
5191         * tests/check/Makefile.am:
5192         * tests/check/elements/audioconvert.c: (set_channel_positions),
5193         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5194         (audioconvert_suite):
5195           Add test for the above, including some generic framework bits for
5196           testing multichannel things.
5197
5198 === release 0.10.7 ===
5199
5200 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5201
5202         * configure.ac:
5203           releasing 0.10.7, "Leave the gun"
5204
5205 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5206
5207         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5209         Fix the build.
5210
5211 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5212
5213         * docs/libs/gst-plugins-base-libs-docs.sgml:
5214         * docs/libs/gst-plugins-base-libs-sections.txt:
5215         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5216         * gst-libs/gst/video/video.h:
5217         * gst/videoscale/Makefile.am:
5218         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5220         * tests/check/Makefile.am:
5221         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5222         (main):
5223           Fix integer overflow problem with pixel-aspect-ratio calculations
5224           in videoscale and xvimagesink (#341542)
5225
5226 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         * gst-libs/gst/tag/gstid3tag.c:
5229           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5230
5231 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5232
5233         * win32/MANIFEST:
5234           update win32 files listing
5235
5236 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5237
5238         patch by: Sjoerd Simons (sjoerd@luon.net)
5239
5240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5241         (group_create), (group_destroy), (add_stream),
5242         (gst_play_base_bin_get_property),
5243         (gst_play_base_bin_get_streaminfo_value_array):
5244         * gst/playback/gstplaybasebin.h:
5245           API: GstPlayBaseBin::stream-info-value-array property
5246           use a more bindings-friendly way of exposing streaminfo
5247           using a GValueArray.  Tested in ipython.
5248           Closes #341114
5249
5250 2006-05-11  Wim Taymans  <wim@fluendo.com>
5251
5252         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5253         (queue_underrun_cb), (queue_filled_cb):
5254         Also catch queue underruns but don't do anything yet.
5255         Refactor and comment queue enlarging code a bit.
5256
5257         * gst/playback/gstplaybasebin.c: (queue_overrun),
5258         (queue_threshold_reached), (queue_out_of_data),
5259         (gen_preroll_element):
5260         If a queue over/underruns check that we don't create nasty
5261         deadlocks when the min-threshold is not reached but the
5262         max-bytes is. In those cases disable max-bytes when we
5263         know that the queue is fed timed data.
5264         Add more comments.
5265
5266 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * gst/playback/gstplaybin.c: (gen_audio_element):
5269           Make playbin automatically plug an 'audioresample'
5270           element before the audio sink as well. This solves
5271           problems with sinks that only accept a very specific
5272           sample rate, like esdsink (e.g. #340379).
5273
5274 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * gst/playback/gstplaybasebin.c: (gen_source_element):
5277           Make http sources send special headers so that we receive
5278           icecast metadata if the http stream is an icecast stream
5279           (otherwise the server will just ignore them). This also
5280           means that from now on users will need the 'icydemux'
5281           element from gst-plugins-good installed if they want to
5282           listen to icecast radio streams. (#341432, #333657).
5283
5284 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5285
5286         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5287         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5288           remove stupid example from docs - it should come with a simple
5289           C program instead.
5290           Clean up/fix docs
5291         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5292         (fail_if_can_read), (GST_START_TEST),
5293         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5294           add a test for changing streamheader which exposes a bug in
5295           multifdsink
5296
5297 2006-05-11  Michael Smith  <msmith@fluendo.com>
5298
5299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5300         (gst_gnome_vfs_src_received_headers_callback):
5301         * ext/gnomevfs/gstgnomevfssrc.h:
5302           Don't set icy-caps unless we have a sane interval value. Move
5303           interval to a local variable; we never use it outside this function.
5304
5305 2006-05-11  Wim Taymans  <wim@fluendo.com>
5306
5307         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5309         Register special buffer types along with the objects so
5310         that they are not registered at runtime from N different
5311         streaming threads since they are not threadsafe.
5312
5313 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5314
5315         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5316         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5317           add two more tests, one doing streamheader
5318
5319 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5320
5321         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5322           clean up the bufqueue when shutting down
5323         * tests/check/Makefile.am:
5324         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5325         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5326         (main):
5327           add a test for the leak that was just fixed
5328
5329 2006-05-10  Wim Taymans  <wim@fluendo.com>
5330
5331         * gst/adder/gstadder.c: (gst_adder_setcaps),
5332         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5333         (gst_adder_src_event), (gst_adder_sink_event),
5334         (gst_adder_class_init), (gst_adder_finalize),
5335         (gst_adder_request_new_pad), (gst_adder_collected):
5336         * gst/adder/gstadder.h:
5337         Updated some docs. Added comments and FIXMEs all over the place.
5338         Improve debugging info.
5339         Fix leak on finalize by not calling the parent.
5340         Implement duration query.
5341         Make event forwarding threadsafe.
5342         Correctly send NEWSEGMENT at start and after flush.
5343         Handle EOS correctly.
5344         Post error when not negotiated.
5345
5346         * tests/check/elements/adder.c: (GST_START_TEST):
5347         Added FIXME in the test.
5348
5349 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5352         (gst_text_overlay_halign_get_type),
5353         (gst_text_overlay_wrap_mode_get_type):
5354         * ext/theora/theoradec.c: (theora_handle_type_packet),
5355         (theora_handle_data_packet):
5356         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5357         (theora_enc_sink_setcaps), (theora_enc_chain):
5358         * gst-libs/gst/cdda/gstcddabasesrc.c:
5359         (gst_cdda_base_src_mode_get_type):
5360         * gst/audiotestsrc/gstaudiotestsrc.c:
5361         (gst_audiostestsrc_wave_get_type):
5362         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5363         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5364         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5365         (gst_sync_method_get_type), (gst_unit_type_get_type),
5366         (gst_client_status_get_type):
5367         * gst/videoscale/gstvideoscale.c:
5368         (gst_video_scale_method_get_type):
5369         * gst/videotestsrc/gstvideotestsrc.c:
5370         (gst_video_test_src_pattern_get_type):
5371         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5372         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5373         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5374         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5375         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5376         (paint_setup_RGB565), (paint_setup_xRGB1555):
5377           Const-ify GEnumValue and GFlagsValue arrays. Use
5378           GST_ROUND_UP_* macros instead of home-made ones.
5379
5380 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5381
5382         * configure.ac:
5383           Require core CVS for the new newsegment stuff.
5384
5385 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5386
5387         Patch by: Sjoerd Simons  <sjoerd at luon net>
5388
5389         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5390           Register nick for enum value (#341160).
5391
5392 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5393
5394         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5395         (plugin_init):
5396          backout typefind patch #340375
5397          
5398         * tests/check/elements/adder.c: (message_received),
5399         (GST_START_TEST), (adder_suite):
5400           redo, signal-handling of test
5401
5402 2006-05-09  Wim Taymans  <wim@fluendo.com>
5403
5404         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5405         (gst_adder_collected):
5406         * gst/adder/gstadder.h:
5407         Remove bogus segment merging and forwarding, we don't
5408         care about timestamps anyway and we just produce a
5409         continuous stream. 
5410         Also create a nice NEWSEGMENT event when we start.
5411         Use _scale_int some more.
5412
5413 2006-05-09  Edward Hervey  <edward@fluendo.com>
5414
5415         * tests/icles/stress-xoverlay.c:
5416         Fix if core was built without parsing support.
5417
5418 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5421           Add SEDG (Samsung MPEG-4) fourcc.
5422
5423 2006-05-09  Edward Hervey  <edward@fluendo.com>
5424
5425         * tests/icles/stress-xoverlay.c:
5426         * tests/examples/volume/volume.c:
5427         Fix if core was built without parsing support.
5428
5429         * tests/examples/seek/seek.c:
5430         Disable the parse_launch example if core was built without parsing
5431         support.
5432
5433 2006-05-08  Edward Hervey  <edward@fluendo.com>
5434
5435         * autogen.sh: (CONFIGURE_DEF_OPT): 
5436         libtoolize on Darwin/MacOSX is called glibtoolize
5437
5438 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5439
5440         * tests/check/Makefile.am:
5441         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5442           Disable the adder test, until the build-slaves posses the kindness to 
5443           either like it or to give valid reason for not doing so 
5444
5445 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5446
5447         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5448         (adder_suite):
5449           Shuffle NULL state change around and raise timeout more
5450
5451 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5452
5453         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5454         (mp4_type_find), (plugin_init):
5455           Add typefind to distinguish between "audio/x-m4a" and new type
5456           "video/mp4". Fixes #340375
5457
5458         * tests/check/elements/adder.c: (adder_suite):
5459           Raise timeout to make buildbot happy
5460
5461 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5462
5463         * gst/adder/gstadder.c: (gst_adder_sink_event),
5464         (gst_adder_request_new_pad), (gst_adder_change_state):
5465         * gst/adder/gstadder.h:
5466         * tests/check/Makefile.am:
5467         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5468         (adder_suite), (main):
5469           Add sink-event handling to adder. It tries to merge incomming
5470           newsegment-events. Added test to check if segment_done is comming
5471           through. Fixes #340060
5472
5473 2006-05-05  Andy Wingo  <wingo@pobox.com>
5474
5475         * ext/theora/theoraparse.c (gst_theora_parse_init)
5476         (theora_parse_src_convert, theora_parse_src_query):
5477         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5478         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5479         query functions on the source pads of the theora and vorbis parse
5480         elements. Fixes position querying when doing a remux.
5481
5482 2006-05-05  Michael Smith  <msmith@fluendo.com>
5483
5484         * ext/theora/theoraparse.c: (parse_granulepos),
5485         (theora_parse_drain_queue_prematurely),
5486         (theora_parse_queue_buffer), (theora_parse_sink_event):
5487           Fix flushing.
5488           Fix invalid granulepos outputs when starting with a non-keyframe.
5489
5490 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5491
5492         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5493         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5494         Rearrange MPEG system stream detection, fixing some memleaks in the
5495         process.
5496         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5497         they clean up their data correctly.
5498         Remove unused ogganx caps and move the 'is_annodex' check to inside
5499         the 'is_ogg' if statement.
5500
5501 2006-05-05  Wim Taymans  <wim@fluendo.com>
5502
5503         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5504         Properly remove ghostpads. Fixes #340392
5505
5506 2006-05-04  David Schleef  <ds@schleef.org>
5507
5508         * gst/typefind/gsttypefindfunctions.c:
5509
5510 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5511
5512         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5513         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5514
5515         When typefinding an MP3 in push-based mode, don't penalise the
5516         probability down to 74% when we found 5 valid frames just because we
5517         can't peek the end of the file.
5518
5519         Make the probability for detecting MPEG Transport Streams based on the
5520         number of sequential headers we successfully detected.
5521
5522 2006-05-03  Wim Taymans  <wim@fluendo.com>
5523
5524         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5525         (vorbis_dec_push), (vorbis_dec_chain):
5526         Still produce an error when we receive an empty packet.
5527
5528 2006-05-03  Wim Taymans  <wim@fluendo.com>
5529
5530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5531         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5532         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5533         Mark buffers with DISCONT after seek and after activating new
5534         chains.
5535
5536         * ext/theora/gsttheoradec.h:
5537         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5538         (theora_get_query_types), (theora_dec_sink_event),
5539         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5540         (theora_dec_change_state):
5541         Fix frame counter.
5542         Detect and mark DISCONT buffers.
5543
5544         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5545         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5546         (vorbis_dec_change_state):
5547         * ext/vorbis/vorbisdec.h:
5548         Use GstSegment.
5549         Detect and mark DISCONT buffers.
5550         Don't crash on 0 sized buffers.
5551
5552 2006-05-03  Wim Taymans  <wim@fluendo.com>
5553
5554         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5555         (volume_transform_ip):
5556         Increase "volume" property to 10.0. Fixes #340369.
5557         Set the process function to NULL when capsnego fails so that
5558         we properly error out.
5559
5560 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5561
5562         * gst/playback/gstplaybin.c: (add_sink):
5563         * gst/playback/test.c: (main):
5564         * gst/playback/test5.c: (dump_element_stats):
5565         * gst/playback/test6.c: (main):
5566           free caps using gst_caps_unref, don't leak caps-strings
5567
5568 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5571         (plugin_init):
5572           Refine musepack typefinding a bit. Return MAXIMUM
5573           probability when we detect stream version 7 to make
5574           sure the mpeg audio typefinder doesn't trump us.
5575
5576 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5577
5578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5579           Protect against unexpected NULL strf_data buffer.
5580
5581 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5582
5583         * tests/check/elements/audioconvert.c: (verify_convert),
5584         (GST_START_TEST):
5585           interpret the out[] buffer in the order the bytes are actually
5586           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5587           Other tests should use BYTE_ORDER since the array is filled in
5588           with actual values
5589
5590 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5591
5592         * tests/check/elements/audioconvert.c: (verify_convert),
5593         (GST_START_TEST):
5594           when a test fails, give an indication of which it is
5595
5596 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5597
5598         * gst-libs/gst/cdda/gstcddabasesrc.c:
5599           compile fix; strtol() needs <stdlib.h>
5600
5601 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5602
5603         * ext/alsa/gstalsamixerelement.c:
5604         * ext/alsa/gstalsasrc.c:
5605         * ext/cdparanoia/gstcdparanoiasrc.c:
5606         * ext/gnomevfs/gstgnomevfssink.c:
5607         * ext/gnomevfs/gstgnomevfssrc.c:
5608         * ext/ogg/gstoggdemux.c:
5609         * ext/ogg/gstoggmux.c:
5610         * ext/ogg/gstoggparse.c:
5611         * ext/ogg/gstogmparse.c:
5612         * ext/pango/gstclockoverlay.c:
5613         * ext/pango/gsttextoverlay.c:
5614         * ext/pango/gsttextrender.c:
5615         * ext/pango/gsttimeoverlay.c:
5616         * ext/theora/theoradec.c:
5617         * ext/theora/theoraenc.c:
5618         * ext/vorbis/vorbisdec.c:
5619         * ext/vorbis/vorbisenc.c:
5620         * gst-libs/gst/audio/gstaudiofilter.c:
5621         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5622         * gst/audioconvert/gstaudioconvert.c:
5623         * gst/audiorate/gstaudiorate.c:
5624         * gst/audioresample/gstaudioresample.c:
5625         * gst/audiotestsrc/gstaudiotestsrc.c:
5626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5627         * gst/playback/gstdecodebin.c:
5628         * gst/playback/gstplaybin.c:
5629         * gst/playback/gststreamselector.c:
5630         * gst/subparse/gstsubparse.c:
5631         * gst/tcp/gstmultifdsink.c:
5632         * gst/tcp/gsttcpclientsink.c:
5633         * gst/tcp/gsttcpclientsrc.c:
5634         * gst/tcp/gsttcpserversink.c:
5635         * gst/tcp/gsttcpserversrc.c:
5636         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5637         * gst/videorate/gstvideorate.c:
5638         * gst/videoscale/gstvideoscale.c:
5639         * gst/videotestsrc/gstvideotestsrc.c:
5640         * gst/volume/gstvolume.c:
5641         * sys/v4l/gstv4ljpegsrc.c:
5642         * sys/v4l/gstv4lmjpegsink.c:
5643         * sys/v4l/gstv4lmjpegsrc.c:
5644         * sys/v4l/gstv4lsrc.c:
5645         * sys/ximage/ximagesink.c:
5646         * sys/xvimage/xvimagesink.c:
5647         * tests/check/libs/cddabasesrc.c:
5648           make GstElementDetails const
5649
5650 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5651
5652         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5653         (gst_adder_init):
5654           send events from src-pad to all sink-pads fixes #338657
5655
5656 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5659         (alsasink_parse_spec):
5660           query width capabilities from alsa, fixes #338919
5661
5662 2006-04-28  Wim Taymans  <wim@fluendo.com>
5663
5664         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5665         (gst_multi_fd_sink_remove_client_link):
5666         * gst/tcp/gstmultifdsink.h:
5667         Fix race condition in multifdsink that can lead to spurious 
5668         duplicate clients. this patch adds a new signal that is fired when
5669         multifdsink has removed all references to the fd.
5670         Fixes #339574.
5671         Updated documentation.
5672         API: client-fd-removed signal added
5673
5674 2006-04-28  Michael Smith  <msmith@fluendo.com>
5675
5676         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5677           When asking g_value_array_new to prealloc elements, we may as well
5678           ask for the right number of elements.
5679
5680 2006-04-28  Wim Taymans  <wim@fluendo.com>
5681
5682         * gst-libs/gst/audio/gstbaseaudiosink.c:
5683         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5684         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5685         patch to make timestamp checking more tollerant to rounding 
5686         errors given that real discontinuities are to be marked on
5687         buffers. Fixes some asf files and #338778.
5688         Also avoid some crashers when we receive an event in the 
5689         NULL state.
5690
5691 2006-04-28  Michael Smith  <msmith@fluendo.com>
5692
5693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5694         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5695         (gst_gnome_vfs_src_get_property),
5696         (gst_gnome_vfs_src_send_additional_headers_callback),
5697         (gst_gnome_vfs_src_received_headers_callback),
5698         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5699         (gst_gnome_vfs_src_stop):
5700         * ext/gnomevfs/gstgnomevfssrc.h:
5701           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5702           proper shared support within icydemux.
5703
5704 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5705
5706         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5707         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5708           fix up docs
5709           fix a leak when no caps negotiated
5710           fix counting of input frames
5711         * tests/check/elements/.cvsignore:
5712         * tests/check/elements/videorate.c: (assert_videorate_stats),
5713         (GST_START_TEST), (videorate_suite):
5714           add tests for these
5715
5716 2006-04-28  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst-libs/gst/audio/gstringbuffer.c:
5719         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5720         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5721         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5722         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5723         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5724         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5725         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5726         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5727         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5728         Check arguments passed to public functions instead of
5729         crashing.
5730
5731 2006-04-28  Wim Taymans  <wim@fluendo.com>
5732
5733         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5734         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5735         GstBaseAudioSrc must be live or it does not work.
5736
5737         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5738         Don't set live to TRUE as this is the default in the parentclass.
5739
5740 2006-04-28  Wim Taymans  <wim@fluendo.com>
5741
5742         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5743         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5744         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5745         fixation cases better. Fixes #338991
5746
5747 2006-04-28  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5750         Handle 0/1 framerate correctly Fixes #331901.
5751
5752 2006-04-28  Wim Taymans  <wim@fluendo.com>
5753
5754         * tests/check/elements/audioconvert.c: (get_float_caps),
5755         (GST_START_TEST), (audioconvert_suite):
5756         Added check for correct clipping when doing float samples
5757         in audioconvert.
5758
5759 2006-04-28  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5762         (gst_video_rate_chain):
5763         Print more debugging info.
5764
5765 2006-04-28  Wim Taymans  <wim@fluendo.com>
5766
5767         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5768         (resample_set_state_from_caps):
5769         Add support for other formats audioresample can handle such as
5770         32 bits in and float and 64 bits float. Fixes #301759
5771
5772 2006-04-28  Wim Taymans  <wim@fluendo.com>
5773
5774         * gst/audioconvert/audioconvert.c: (float):
5775         correctly clip float samples > 1.0. Fixes #338718
5776
5777 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         Patch by: Young-Ho Cha  <ganadist at chollian net>
5780
5781         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5782         (gst_text_overlay_render_text):
5783           Don't strip newlines from the text. Also, center lines
5784           within multi-line paragraphs (#339405).
5785
5786 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5789           Fix wavpack typefinding to work in more cases (don't peek
5790           for chunks of multiple hundred kBs at once, but process
5791           things step-by-step in smaller units). Fixes #339786.
5792
5793 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5794
5795         * configure.ac:
5796           back to HEAD
5797
5798 === release 0.10.6 ===
5799
5800 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5801
5802         * configure.ac:
5803           releasing 0.10.6, "Chao"
5804
5805 2006-04-26  David Schleef  <ds@schleef.org>
5806
5807         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5808           Fixes #338897.
5809
5810 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5811
5812         * configure.ac:
5813         * win32/common/config.h:
5814           new prerelease
5815
5816 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5817
5818         patch by: Wim Taymans
5819
5820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5821         (gst_ogg_demux_perform_seek):
5822           make sure correct newsegments are sent, so that the decoder
5823           and the demuxer agree on timestamps.  Fixes playback of a lot
5824           of Ogg files that do not start from 0.  Fixes #339833.
5825
5826 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5827
5828         Patch by: Edward Hervey  <edward@fluendo.com>
5829
5830         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5831         * tests/check/Makefile.am:
5832         * tests/check/elements/videorate.c: (assert_videorate_stats),
5833         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5834         (videorate_suite), (main):
5835           Fix an infinite loop if frames are passed in with wrongly ordered
5836           timestamps.  Fixes #339013.
5837
5838 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5839
5840         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5843           fix typefinding on some ISO files.  Fixes #339212.
5844
5845 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5846
5847         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5850           add another H264 fourcc.  Fixes #339047.
5851
5852 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5853
5854         Patch by: Jan Schmidt
5855
5856         * gst/playback/gststreamselector.c:
5857         (gst_stream_selector_bufferalloc):
5858           Restore old StreamSelector behaviour.
5859           Fixes #338419.
5860
5861 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5862
5863         * configure.ac:
5864         * win32/common/config.h:
5865           prerelease
5866
5867 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5870
5871         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5872         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5873           Fix some memory leaks: on finalize, free buffers left in the queue
5874           before destroying the queue; in _push(), unref rtp_buf even if
5875           the process vfunc returned a NULL buffer as output buffer (#337548);
5876           demote some recuring debug messages to LOG level.
5877
5878 2006-04-11  Wim Taymans  <wim@fluendo.com>
5879
5880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5881         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5882         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5883         (gst_ogg_demux_loop):
5884         More cleanups.
5885         Respect segment stop when emiting EOS or SEGMENT_DONE.
5886         Fixes (#337945).
5887
5888 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst/playback/gststreamselector.c:
5891         (gst_stream_selector_get_property):
5892           Don't leak pad name.
5893
5894 2006-04-10  Michael Smith  <msmith@fluendo.com>
5895
5896         * tests/check/Makefile.am:
5897         * tests/check/gst-plugins-base.supp:
5898           Suppress an old libtheora bug (fixed in more recent versions), so 
5899           that FC4 buildslaves can pass.
5900
5901 2006-04-10  Wim Taymans  <wim@fluendo.com>
5902
5903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5904         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5905         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5906         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5907         (gst_ogg_demux_loop):
5908         Don't leak events.
5909         Remember what error we got when finding chains, if we
5910         were shutdown, that would not be an error.
5911
5912 2006-04-10  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst-libs/gst/audio/gstbaseaudiosink.c:
5915         (gst_base_audio_sink_event):
5916         Starting the ringbuffer when we did not acquire it can cause
5917         a deadlock, is pointless and causes nasty things for
5918         subclasses. 
5919         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5920
5921 2006-04-10  Wim Taymans  <wim@fluendo.com>
5922
5923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5924         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5925         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5926         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5927         (gst_ogg_demux_deactivate_current_chain),
5928         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5929         (gst_ogg_demux_bisect_forward_serialno),
5930         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5931         Add some more debugging.
5932
5933 2006-04-10  Wim Taymans  <wim@fluendo.com>
5934
5935         * ext/theora/theoradec.c: (theora_dec_src_event),
5936         (theora_handle_data_packet):
5937         Some more debug info.
5938
5939         * tests/examples/seek/seek.c: (start_seek), (main):
5940         Print element messages too.
5941
5942 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5943
5944         * gst/audioresample/debug.h:
5945           replace debug macros with variable number of parameters
5946           by a simple alias to gstreamer standard debug macros 
5947          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5948           supported by MSVC 6.0 and 7.1)
5949         * gst/audioresample/resample.h:
5950           define M_PI and rint for WIN32
5951         * win32/common/libgstaudio.def:
5952         * win32/common/libgstriff.def:
5953         * win32/common/libgsttag.def:
5954         * win32/common/libgstvideo.def:
5955           add new exported functions
5956         * win32/vs6:
5957           update project files
5958
5959 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5960
5961         * ext/alsa/gstalsamixeroptions.c:
5962         (gst_alsa_mixer_options_class_init):
5963         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5966         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5967         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5968         * gst-libs/gst/audio/gstaudiofilter.c:
5969         (gst_audio_filter_class_init):
5970         * gst-libs/gst/audio/gstaudiosink.c:
5971         (gst_audioringbuffer_class_init):
5972         * gst-libs/gst/audio/gstaudiosrc.c:
5973         (gst_audioringbuffer_class_init):
5974         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5975         * gst-libs/gst/interfaces/colorbalancechannel.c:
5976         (gst_color_balance_channel_class_init):
5977         * gst-libs/gst/interfaces/mixeroptions.c:
5978         (gst_mixer_options_class_init):
5979         * gst-libs/gst/interfaces/mixertrack.c:
5980         (gst_mixer_track_class_init):
5981         * gst-libs/gst/interfaces/tunerchannel.c:
5982         (gst_tuner_channel_class_init):
5983         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5984         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5985         (gst_netbuffer_class_init):
5986         * gst-libs/gst/rtp/gstbasertppayload.c:
5987         (gst_basertppayload_class_init):
5988         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5989         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5990         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5991         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5992         * gst/playback/gststreamselector.c:
5993         (gst_stream_selector_class_init):
5994         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5995         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5996         * sys/v4l/gstv4lcolorbalance.c:
5997         (gst_v4l_color_balance_channel_class_init):
5998         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5999         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6000         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6001         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6002         (gst_v4l_tuner_norm_class_init):
6003         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6005         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6006         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6007
6008 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6009
6010         * ext/pango/gsttextrender.h:
6011         * gst-libs/gst/audio/gstaudiosink.h:
6012         * gst-libs/gst/audio/gstaudiosrc.h:
6013         * gst-libs/gst/audio/gstbaseaudiosink.h:
6014         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6015         * gst-libs/gst/audio/gstringbuffer.h:
6016         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6017         * gst-libs/gst/rtp/gstbasertppayload.h:
6018         * gst-libs/gst/video/gstvideofilter.h:
6019         * gst-libs/gst/video/gstvideosink.h:
6020         * gst/playback/gstplaybasebin.h:
6021         * gst/tcp/gstmultifdsink.h:
6022         * sys/v4l/gstv4lelement.h:
6023         Fix broken GObject macros
6024
6025 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6026
6027         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6028         More debug to trace why my USB headset is not working with gst
6029
6030 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6031
6032         * gst/playback/gstplaybasebin.c: (group_destroy):
6033         Clean up our group elements properly in the case where it never 
6034         got committed - it still got added unconditionally to the bin.
6035
6036 2006-04-07  Wim Taymans  <wim@fluendo.com>
6037
6038         * ext/theora/theoradec.c: (theora_dec_sink_event),
6039         (theora_handle_data_packet), (theora_dec_chain):
6040         Unref unhandled events.
6041         Protect against empty buffers.
6042         Perform QoS on running time.
6043
6044 2006-04-07  Michael Smith  <msmith@fluendo.com>
6045
6046         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6047         (gst_vorbis_enc_chain):
6048           Remove leaks from vorbisenc.
6049           Mostly minor changes, the only significant one is that now the
6050           buffers we set as 'streamheader' on the caps are copies of the
6051           original buffers, to avoid circular refcounting problems.
6052
6053 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6054
6055         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6056           Don't remove our mute-probe if someone else already did so.
6057           Don't set a 2nd one if there is already one pending on the pad.
6058
6059         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6060         (do_playbin_seek):
6061           When a seek fails, ensure that playbin is still set back to playing.
6062           
6063         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6064         (mpeg_ts_type_find), (plugin_init):
6065           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6066
6067 2006-04-06  Andy Wingo  <wingo@pobox.com>
6068
6069         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6070         (gst_video_rate_init): Caps-related parameters should not be reset
6071         by a flush -- move their inits to the instance init function.
6072         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6073         is not OK, just return the result.
6074
6075         * gst/audiotestsrc/gstaudiotestsrc.c
6076         (gst_audio_test_src_class_init)
6077         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6078         broken by Stefan's commit on 24 March.
6079
6080         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6081         buffers being pushed out. Fixes oggmux ! multifdsink.
6082
6083 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6084
6085         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6086         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6087         * ext/vorbis/vorbisdec.h:
6088         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6089         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6090         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6091         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6092         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6093         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6094         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6095         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6096         (gst_vorbis_enc_buffer_from_packet),
6097         (gst_vorbis_enc_buffer_from_header_packet),
6098         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6099         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6100         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6101         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6102         (gst_vorbis_enc_change_state):
6103         * ext/vorbis/vorbisenc.h:
6104           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6105           vorbisenc adhere to the official nomenclature; use boilerplate
6106           macro.
6107
6108 2006-04-04  Andy Wingo  <wingo@pobox.com>
6109
6110         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6111         Whoops, fix bug introduced. Bad hacker!
6112         
6113         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6114         Properly handle the case where you get EOS before any buffers are
6115         received. Use gst_buffer_make_metadata_writable where appropriate.
6116
6117         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6118         is often negative -- make it signed so as not to wrap around.
6119         Fixes segfaults introduced on 9 March.
6120
6121 2006-04-03  Wim Taymans  <wim@fluendo.com>
6122
6123         * ext/theora/gsttheoradec.h:
6124         * ext/theora/theoradec.c: (theora_dec_src_event):
6125         Don't try to store a gdouble in a gboolean.
6126         Small cleanups.
6127
6128 2006-04-03  Michael Smith  <msmith@fluendo.com>
6129
6130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6131           Oggmux sucks.
6132           Make it suck slightly less by writing out the final page.
6133           Still can't encode a vorbis-in-ogg file correctly, though.
6134
6135 2006-04-03  Andy Wingo  <wingo@pobox.com>
6136
6137         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6138         a g_print.
6139
6140         * ext/theora/theora.c (plugin_init): Register theoraparse.
6141
6142         * ext/theora/gsttheoraparse.h: 
6143         * ext/theora/theoraparse.c: New files implementing a theora
6144         parser. Now we can properly remux ogg/theora+vorbis, yay.
6145
6146         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6147
6148 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6149
6150         * gst/audiotestsrc/gstaudiotestsrc.c:
6151           Fixed the sample pipeline (see #323798)
6152
6153 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6154
6155         * configure.ac:
6156         * win32/common/config.h:
6157         * win32/common/config.h.in:
6158           use AS_VERSION and AS_NANO
6159           more cleanups
6160
6161 2006-03-31  Andy Wingo  <wingo@pobox.com>
6162
6163         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6164         uninitialized variable return that would happen.
6165         
6166         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6167         uninitialized variable return that would never happen.
6168
6169         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6170         (vorbis_parse_sink_event): Add an event function to flush our
6171         state on a seek, and to drain buffers on a premature EOS.
6172         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6173         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6174         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6175         (vorbis_parse_drain_queue): Queue up buffers until we can set
6176         their timestamps and granulepos values.
6177
6178         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6179         and keep track of data needed for deriving granulepos and
6180         timestamps for buffers.
6181
6182 2006-03-29  Wim Taymans  <wim@fluendo.com>
6183
6184         Patch by: j^ <j at bootlab dot org>
6185
6186         * ext/alsa/gstalsamixerelement.c:
6187         (gst_alsa_mixer_element_class_init):
6188         * ext/alsa/gstalsasink.c:
6189         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6190         * ext/ogg/gstoggdemux.c:
6191         * ext/ogg/gstoggmux.c:
6192         * ext/ogg/gstoggparse.c:
6193         * ext/pango/gstclockoverlay.c:
6194         * ext/pango/gsttextoverlay.c:
6195         * ext/pango/gsttextrender.c:
6196         * ext/pango/gsttimeoverlay.c:
6197         * ext/theora/theoradec.c:
6198         * ext/theora/theoraenc.c:
6199         * ext/vorbis/vorbisdec.c:
6200         * ext/vorbis/vorbisenc.c:
6201         * gst/audioconvert/gstaudioconvert.c:
6202         * gst/subparse/gstsubparse.c:
6203         * gst/tcp/gstmultifdsink.c:
6204         * gst/tcp/gsttcpclientsink.c:
6205         * gst/tcp/gsttcpclientsrc.c:
6206         * gst/tcp/gsttcpserversink.c:
6207         * gst/tcp/gsttcpserversrc.c:
6208           better/unified long descriptions
6209           Fixes #336477
6210
6211 2006-03-29  Wim Taymans  <wim@fluendo.com>
6212
6213         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6214         (stop_seek):
6215         Don't let double and triple clicks mess up our state.
6216
6217 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         * gst/playback/gstplaybin.c: (gen_video_element),
6220         (gen_text_element), (gen_audio_element), (gen_vis_element):
6221           Error out gracefully when we can't create any of the usual
6222           conversion elements for some reason. Also, don't try to
6223           create an audioscale (sic) element that's not used anyway.
6224
6225 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6226
6227         * gst/playback/gstplaybasebin.c: (setup_source):
6228           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6229           element for a particular protocol, that's confusing for users.
6230           Instead, post a RESOURCE_FAILED error, so that our own error
6231           message is actually shown in totem etc. (#336303).
6232
6233 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6236
6237         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6238         (gst_gnome_vfs_src_get_icy_metadata):
6239           Fix some minor memory leaks (#336194).
6240
6241 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * ext/gnomevfs/gstgnomevfs.c:
6244         (gst_gnome_vfs_location_to_uri_string):
6245         * ext/gnomevfs/gstgnomevfs.h:
6246         * ext/gnomevfs/gstgnomevfssink.c:
6247         (gst_gnome_vfs_sink_set_property):
6248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6249           Make gnomevfssink accept filenames as well as URIs for the
6250           "location" property, just like gnomevfssrc does (and
6251           filesrc/filesink do) (#336190).
6252
6253 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6254
6255         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6256           set to NULL before unreffing, fixes a valgrind leak.
6257           Why was this not triggering the error that an object needs to
6258           be NULL before unreffing ?
6259         * win32/common/config.h:
6260           update
6261
6262 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * gst/subparse/gstsubparse.c: (convert_encoding),
6265         (gst_sub_parse_change_state):
6266         * gst/subparse/gstsubparse.h:
6267           Text subtitle files may or may not be UTF-8. If it's not, we
6268           don't really want to see '?' characters in place of non-ASCII
6269           characters like accented characters. So let's assume the input
6270           is UTF-8 until we come across text that is clearly not. If it's
6271           not UTF-8, we don't really know what it is, so try the following:
6272           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6273           is set; if not, check (b) if the current locale encoding is
6274           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6275           the current locale encoding is UTF-8 and the environment variable
6276           was not set to any particular encoding. Not perfect, but better
6277           than nothing (and better than before, I think) (fixes #172848).
6278
6279 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6280
6281         * configure.ac:
6282           update core requirement to 0.10.4.1 because of async_playback
6283           vmethod on GstBaseSink
6284
6285 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6286
6287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6288         * gst/adder/gstadder.c: (gst_adder_init):
6289         use DEBUG_FUNCPTR for collectpads
6290
6291 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6292
6293         * docs/plugins/Makefile.am:
6294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6296         * ext/cdparanoia/gstcdparanoiasrc.c:
6297         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6298         (gst_gnome_vfs_sink_class_init):
6299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6301         * ext/ogg/gstoggmux.c:
6302         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6303         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6304         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6305         * ext/pango/gsttextoverlay.c:
6306         * ext/pango/gsttextrender.c:
6307         * ext/theora/theoradec.c:
6308         * ext/theora/theoraenc.c:
6309         * ext/vorbis/vorbisdec.c:
6310         * ext/vorbis/vorbisenc.c:
6311         * gst-libs/gst/audio/gstaudiofilter.c:
6312         (gst_audio_filter_base_init):
6313         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6314         (gst_audio_filter_template_base_init):
6315         * gst/adder/gstadder.c: (gst_adder_get_type):
6316         * gst/adder/gstadder.h:
6317         * gst/audioconvert/gstaudioconvert.c:
6318         * gst/audiotestsrc/gstaudiotestsrc.c:
6319         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6320         (gst_audio_test_src_create):
6321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6322         * gst/playback/gstdecodebin.c:
6323         * gst/playback/gstplaybin.c:
6324         * gst/playback/gststreamselector.c:
6325         (gst_stream_selector_base_init):
6326         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6327         * gst/volume/gstvolume.c:
6328         * sys/v4l/gstv4lmjpegsink.c:
6329         * sys/v4l/gstv4lmjpegsrc.c:
6330         * tests/check/libs/cddabasesrc.c:
6331         * tests/old/examples/gob/gst-identity2.gob:
6332           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6333           define GstElementDetails at the top
6334
6335 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6336
6337         * win32/common/libgstinterfaces.def:
6338         Add a lot of export functions for gst-python
6339         * win32/vs6/libgstinterfaces.dsp:
6340         Add a missing include folder in the project configuration
6341         
6342 2006-03-23  Wim Taymans  <wim@fluendo.com>
6343
6344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6345         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6346         (gst_base_audio_src_change_state):
6347         Fix audio sources, forgot to make the ringbuffer
6348         startable...
6349
6350 2006-03-23  Wim Taymans  <wim@fluendo.com>
6351
6352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6353         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6354         (gst_base_audio_src_change_state):
6355         unparent instead of unref the ringbuffer.
6356
6357 2006-03-23  Wim Taymans  <wim@fluendo.com>
6358
6359         * gst-libs/gst/audio/gstbaseaudiosink.c:
6360         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6361         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6362         Implement new async_play vmethod to start slaving and allow
6363         playback start in case of async PLAY state changes. 
6364
6365         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6366         Enable QoS with new method in base class.
6367
6368 2006-03-23  Wim Taymans  <wim@fluendo.com>
6369
6370         Patch by: Julien MOUTTE <julien at moutte dot net>
6371
6372         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6373         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6374         Partially handle 0 framerate, only EOS after the first frame
6375         is missing.
6376
6377 2006-03-23  Wim Taymans  <wim@fluendo.com>
6378
6379         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6380
6381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6382         (gst_riff_create_video_template_caps):
6383         * gst/ffmpegcolorspace/avcodec.h:
6384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6385         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6386         (gst_ffmpegcsp_avpicture_fill):
6387         * gst/ffmpegcolorspace/imgconvert.c:
6388         Patch for support of YVU9 AVI files (#334822)
6389
6390 2006-03-22  Edward Hervey  <edward@fluendo.com>
6391
6392         * docs/design/design-decodebin.txt:
6393         Added design document for new decodebin
6394         (Target Caps): text/x-pango-markup is also a default target caps.
6395
6396 2006-03-22  Wim Taymans  <wim@fluendo.com>
6397
6398         * gst-libs/gst/audio/gstbaseaudiosink.c:
6399         (gst_base_audio_sink_dispose):
6400         Since we _parent the ringbuffer, we also need to
6401         _unparent instead of a plain _unref.
6402
6403 2006-03-22  Wim Taymans  <wim@fluendo.com>
6404
6405         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6406         (stop_seek), (scrub_toggle_cb), (main):
6407         Add scrub checkbox.
6408
6409 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6412         (gst_ogg_parse_chain):
6413           Fix very inefficient usage of linked lists (#335365).
6414
6415 2006-03-21  Edward Hervey  <edward@fluendo.com>
6416
6417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6418         * gst/playback/gstplaybin.c: (handoff):
6419         * gst/playback/gststreamselector.c:
6420         (gst_stream_selector_set_property):
6421         gcc 4.1 unreferenced pointer fixes.
6422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6424         gst_buffer_ref() now takes a GstBuffer*.
6425
6426 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6427
6428         * sys/xvimage/xvimagesink.c:
6429         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6430         by Jan Schmidt.
6431
6432 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6433
6434         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6435         (id3v1_type_find), (apetag_type_find), (plugin_init):
6436           Can't do tag preferences via probability, as tags would then
6437           lose against types that are recognised with MAXIMUM probability
6438           (like .wav); so let all tag typefinders return MAXIMUM themselves
6439           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6440           that we can prefer APE to ID3v1 (fixes #335028).
6441           
6442 2006-03-17  Wim Taymans  <wim@fluendo.com>
6443
6444         * gst-libs/gst/audio/gstbaseaudiosink.c:
6445         (gst_base_audio_sink_change_state):
6446         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6447         (gst_ring_buffer_may_start):
6448         * gst-libs/gst/audio/gstringbuffer.h:
6449         Only start playback if we are playing.
6450         should fix #330748.
6451
6452 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6453
6454         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6455         * win32/common/config.h:
6456           Revert accidental commits to these files.
6457
6458 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6461
6462         * tests/Makefile.am:
6463           Don't try to build tests in tests/icles if we
6464           don't have X (#323852)
6465
6466 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * gst-libs/gst/tag/gstid3tag.c:
6469           Add TXXX frame identifiers for replaygain stuff as used
6470           by some taggers (see #323721).
6471
6472 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6473
6474         * gst/playback/gststreamselector.c:
6475         (gst_stream_selector_set_property),
6476         (gst_stream_selector_bufferalloc):
6477           Preserve the existing buggy streamselector behaviour by performing
6478           a fallback buffer allocation when downstream isn't linked yet.
6479           This should really be fixed in playbin by blocking pads until it's
6480           linked them.
6481           Also, use gst_pad_alloc_buffer instead of
6482           gst_pad_alloc_buffer_and_set.
6483
6484 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst-libs/gst/tag/gstid3tag.c:
6487           Don't crash on unknown ID3v2 TXXX frames.
6488           
6489 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6490
6491         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6492           Chain up to the parent finalize method.
6493           Add 32-bit sample size to the template caps.
6494
6495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6496         (gst_riff_create_video_template_caps):
6497           Add the fourcc that the VMWare codec uses.
6498           
6499         * gst/playback/gststreamselector.c:
6500         (gst_stream_selector_set_property),
6501         (gst_stream_selector_bufferalloc),
6502         (gst_stream_selector_request_new_pad):
6503           For the active pad, forward buffer-alloc requests, otherwise
6504           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6505           having to memcpy every frame when used by playbin.
6506
6507         * gst/tcp/gstmultifdsink.c:
6508         (gst_multi_fd_sink_handle_client_write):
6509           Get negotiated caps from the sink pad, rather than the sink
6510           pad's peer.
6511
6512 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6515         
6516         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6517           Don't forget to set src->callbacks_pushed to FALSE again when
6518           popping them, otherwise re-activation in a different mode won't
6519           work (#334620).
6520
6521 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         Patch by: Sebastien Moutte  <sebastien moutte net>
6524
6525         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6526         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6527         (gst_ffmpeg_smpfmt_to_caps):
6528           Replace __VA_ARGS__ caps creation macros with varargs functions.
6529           Makes things compile on MSVC (#320765), looks nicer, and we can
6530           tell the compiler to check for the NULL terminator.
6531
6532 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6535
6536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6537           Make sure the buffer we copy into is really always big
6538           enough, this time for real (#333488).
6539           
6540 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6543           Add support for 24bpp DIB (#305279).
6544
6545 2006-03-14  Wim Taymans  <wim@fluendo.com>
6546
6547         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6548         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6550         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6551         (gst_video_scale_init), (gst_video_scale_src_event):
6552         Re-enable QoS after the release.
6553         Rework videoscale to use the base class src_event handler.
6554
6555 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * configure.ac:
6558           back to CVS.
6559
6560 === release 0.10.5 ===
6561
6562 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6563
6564         * configure.ac:
6565           releasing 0.10.5, "Net"
6566
6567 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         * docs/plugins/Makefile.am:
6570           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6571           
6572 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6575         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6576         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6577           Add cdparanoiasrc to docs.
6578
6579         * gst-libs/gst/cdda/gstcddabasesrc.c:
6580           More GstCddaBaseSrc docs.
6581
6582 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         * docs/libs/gst-plugins-base-libs-sections.txt:
6585         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6586         * gst-libs/gst/tag/tag.h:
6587           API: libgsttag: new method gst_tag_from_id3_user_tag().
6588
6589 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6592           NULL-terminate array of mpeg4 video file extensions.
6593           Fixes crash on PPC (#334226).
6594
6595 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * ext/gnomevfs/gstgnomevfssrc.c:
6598         (gst_gnome_vfs_src_check_get_range):
6599           gnome_vfs_uri_is_local() alone is not a good indicator
6600           whether we can operate in pull-mode with a specific URI,
6601           as it returns FALSE for file:// URIs that point to an
6602           NFS-mounted path. Be more conservative here: whitelist
6603           local files, blacklist http URIs and use the old
6604           mechanism for anything else (fixes #334216).
6605
6606 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6607
6608         * configure.ac:
6609           back to trunk
6610
6611 === release 0.10.4 ===
6612
6613 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6614
6615         * configure.ac:
6616           releasing 0.10.4, "Power"
6617
6618 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6619
6620         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6621         Disable max-lateness by setting it to -1 for now, so that 
6622         we can bed QoS stuff in thoroughly between now and the next
6623         release.
6624
6625 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         Patch by: Fabrizio Gennari
6628
6629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6630           Make sure we don't read beyond the palette buffer in case of
6631           broken or manipulated files (#333488)
6632
6633 2006-03-10  Edward Hervey  <edward@fluendo.com>
6634
6635         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6636         Fix for variable not initialized.
6637
6638 2006-03-09  Wim Taymans  <wim@fluendo.com>
6639
6640         * ext/libvisual/visual.c: (gst_visual_get_type),
6641         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6642         (gst_visual_chain):
6643         Small cleanups.
6644
6645         * ext/theora/gsttheoradec.h:
6646         * ext/theora/theoradec.c: (gst_theora_dec_init),
6647         (gst_theora_dec_reset), (_theora_granule_time),
6648         (theora_dec_src_convert), (theora_dec_sink_convert),
6649         (theora_dec_src_query), (theora_dec_src_event),
6650         (theora_dec_sink_event), (theora_handle_comment_packet),
6651         (theora_handle_header_packet), (theora_dec_push),
6652         (theora_handle_data_packet), (theora_dec_chain),
6653         (theora_dec_change_state):
6654         Add simple QoS.
6655
6656 2006-03-09  Wim Taymans  <wim@fluendo.com>
6657
6658         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6659         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6660         Some cleanups.
6661
6662 2006-03-09  Wim Taymans  <wim@fluendo.com>
6663
6664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6665         Don't try to activate NULL chains.
6666
6667 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6670           Fix invalid memory access to region before peek'd data (#332964).
6671
6672 2006-03-09  Wim Taymans  <wim@fluendo.com>
6673
6674         Patch by: Christophe Fergeau
6675
6676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6677         * ext/pango/gsttextrender.c: (gst_text_render_init):
6678         * gst/adder/gstadder.c: (gst_adder_init):
6679         Don't leak padtemplates, closes #333510.
6680
6681 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6684           Fix invalid memory access: make sure string passed to
6685           regexec() is NUL-termianted.
6686
6687 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6690         (mp3_type_find):
6691           Refactor mpeg/audio typefinding to make it more maintainable
6692           and easier to fine-tune. Make probing into middle of the file
6693           work properly (fixes #333900, also see #152688).
6694
6695 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         * gst/typefind/gsttypefindfunctions.c:
6698         (utf8_type_find_have_valid_utf8_at_offset):
6699           Remove part from previous commit that was bogus:
6700           g_utf8_validate() does in fact not accept embedded
6701           zeroes, so we don't need to check for those (thanks
6702           to Mike for the hint).
6703
6704 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst/typefind/gsttypefindfunctions.c:
6707         (utf8_type_find_count_embedded_zeroes),
6708         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6709           Make plain/text typefinder more conservative: firstly, check
6710           for embedded zeroes, which are perfectly valid UTF-8 characters,
6711           but also a fairly good sign that something is not a plain text
6712           file; secondly, probe into the middle of the file if possible.
6713           If we can't probe into the middle, limit the probability value
6714           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6715
6716 2006-03-08  Michael Smith  <msmith@fluendo.com>
6717
6718         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6719           Make typefind function name for mpeg4 video unique.
6720
6721 2006-03-08  Wim Taymans  <wim@fluendo.com>
6722
6723         * ext/libvisual/visual.c: (gst_visual_init),
6724         (gst_visual_clear_actors), (gst_visual_dispose),
6725         (gst_visual_reset), (gst_visual_src_setcaps),
6726         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6727         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6728         (gst_visual_chain), (gst_visual_change_state):
6729         Cleanups, post nice errors.
6730         Handle sink and src events.
6731         Implement simple QoS.
6732
6733         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6734         Use new basesink methods to configure max-lateness.
6735         Small doc update.
6736
6737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6738         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6739         Debug statement cleanups.
6740
6741         * gst/volume/gstvolume.c: (gst_volume_class_init):
6742         Simple cleanup.
6743
6744 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6747         (gst_text_overlay_init), (gst_text_overlay_set_property),
6748         (gst_text_overlay_get_property):
6749           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6750           as string type properties, but mark them deprecated. Add
6751           'halignment' and 'valignment' properties that use enums
6752           instead of strings.
6753
6754 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         Patch by: Fabrizio Gennari
6757
6758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6759           Allow palettes with less than 256 colours in AVI files
6760           (#333488)
6761
6762 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6763
6764         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6765         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6766         pad. We were releasing the queued text buffer when we should keep
6767         it until video pad gets EOS or discard the text buffer because it's
6768         too old. That was eating the last subtitle buffer. Add some more
6769         debug.
6770
6771 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6774         (gst_text_overlay_video_chain):
6775           Fix invalid memory access (we can't access a buffer after it's been
6776           pushed downstream without taking a reference); fix memory leak (if
6777           there's no text to render, bail out before allocating stuff).
6778
6779 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6782         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6783         * ext/pango/gsttextoverlay.h:
6784           If input is plain text, escape it before passing it to
6785           pango_layout_set_markup().
6786
6787 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6790           Don't ignore flow return from gst_pad_push().
6791
6792 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         Patch by: Fabrizio Gennari
6795
6796         * ext/libvisual/visual.c: (gst_visual_getcaps),
6797         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6800         (gst_vorbisenc_convert_sink):
6801         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6802         (gst_audio_duration_from_pad_buffer):
6803         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6804         (gst_audio_filter_chain):
6805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6806         (gst_base_rtp_depayload_setcaps):
6807         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6808         (gst_video_get_size):
6809         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6810           Don't leak references returned by gst_pad_get_parent()
6811           (#333663)
6812
6813 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6814
6815         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6816           change location param details
6817         * gst/volume/gstvolume.c: (plugin_init):
6818           correct plugin description
6819
6820 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6823         (gst_gnome_vfs_src_check_get_range):
6824           Override GstBaseSrc::check_get_range() in order to avoid opening
6825           the resource just to check whether we can operate in pull-mode or
6826           not - we can predict that pretty well from the URI alone. Should
6827           fix problems with last.fm (#331690). (Requires latest core CVS).
6828
6829 2006-03-06  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6832         (gst_video_sink_class_init):
6833         Throw away frames that are later than 20 ms.
6834
6835 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         Patch by: Fabrizio Gennari
6838
6839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6840           Set depth on WMA caps (#333545)
6841
6842 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6843
6844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6845         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6846           put Theora BOS pages before others.  This hardcodes
6847           the Ogg/Theora I profile, but hey.
6848
6849 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6850
6851         * ext/ogg/README:
6852           updated with some examples
6853         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6854         (granulepos_add), (theora_buffer_from_packet):
6855         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6856         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6857         (gst_vorbisenc_chain):
6858           implement strategy from ext/ogg/README
6859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6860         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6861         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6862         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6863           Fix muxer so that oggz-validate is happy with all streams;
6864           except for no eos mark, and the BOS page ordering
6865         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6866         (check_buffer_granulepos):
6867         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6868           update tests to check for OFFSET being set as requested
6869           fixed type of granulepos, it's not a ClockTime
6870
6871 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6872
6873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6874         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6875         Check that the xvimage we are creating has a correct size
6876         before returning it. (#314897)
6877
6878 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6881           Give id3 and ape tag typefinders a rank slightly higher
6882           than PRIMARY to ensure they're always run before any of
6883           the other typefinders (in particular wav and mp3) (#324186).
6884
6885 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6888           Add support for '3IVD' fourcc (#333403).
6889
6890 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * configure.ac:
6893           Bump requirements to GStreamer CVS for the new error enum.
6894
6895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6896           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6897           space left on the device (fixes #333352).
6898
6899 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6900
6901         * win32/vs6:
6902           add a project file for libgstvolume
6903           update the workspace
6904
6905 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6906
6907         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6908         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6909         (GST_START_TEST):
6910           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6911           Set IN_CAPS on header buffers
6912
6913 2006-03-02  Wim Taymans  <wim@fluendo.com>
6914
6915         * docs/plugins/Makefile.am:
6916         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6917         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6918         Add audioresample to docs.
6919
6920         * gst/audioconvert/gstaudioconvert.c:
6921         Add revision date.
6922
6923         * gst/audioresample/gstaudioresample.c:
6924         (gst_audioresample_base_init), (gst_audioresample_class_init),
6925         (gst_audioresample_init), (gst_audioresample_dispose),
6926         (audioresample_get_unit_size), (audioresample_transform_caps),
6927         (resample_set_state_from_caps), (audioresample_transform_size),
6928         (audioresample_set_caps), (audioresample_event),
6929         (audioresample_do_output), (audioresample_transform),
6930         (audioresample_pushthrough), (gst_audioresample_set_property),
6931         (gst_audioresample_get_property), (plugin_init):
6932         * gst/audioresample/gstaudioresample.h:
6933         Added docs.
6934         Small code cleanups.
6935
6936 2006-03-02  Wim Taymans  <wim@fluendo.com>
6937
6938         * docs/plugins/Makefile.am:
6939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6941         Added videoscale to docs.
6942
6943         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6944         (gst_video_rate_swap_prev), (gst_video_rate_event),
6945         (gst_video_rate_chain):
6946         Fix typo in docs.
6947
6948         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6949         (gst_video_scale_init), (gst_video_scale_prepare_size),
6950         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6951         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6952         * gst/videoscale/gstvideoscale.h:
6953         Added docs, examples.
6954         Some code cleanups.
6955         Post errors instead of g_warning.
6956
6957 2006-03-02  Wim Taymans  <wim@fluendo.com>
6958
6959         * docs/libs/gst-plugins-base-libs-docs.sgml:
6960         * docs/libs/gst-plugins-base-libs-sections.txt:
6961         * docs/libs/gst-plugins-base-libs.types:
6962         * docs/plugins/Makefile.am:
6963         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6964         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6965         Added some more docs to libs and plugins.
6966
6967         * gst-libs/gst/audio/gstringbuffer.c:
6968         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6969         * gst-libs/gst/audio/gstringbuffer.h:
6970         Document ringbuffer some more.
6971
6972         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6973         (gst_video_rate_setcaps), (gst_video_rate_reset),
6974         (gst_video_rate_init), (gst_video_rate_flush_prev),
6975         (gst_video_rate_swap_prev), (gst_video_rate_event),
6976         (gst_video_rate_chain), (gst_video_rate_change_state):
6977         * gst/videorate/gstvideorate.h:
6978         Fix videorate to use segments.
6979         Make it work with 0/1 framerates (closes #331903)
6980         Handle EOS correctly.
6981         Added docs.
6982
6983 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6986         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6987         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6988           In state change function, first chain up to parent class,
6989           then handle downwards state change stuff. Remove some
6990           commented out cruft from 0.8 code.
6991
6992 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6995         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6996         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6997         (gst_ogm_parse_chain):
6998           Don't remove/re-add source pad if the new caps are the same as
6999           the old caps anyway (#333042). When removing source pad, don't
7000           unref it afterwards - we didn't ref it when adding. Sprinkle some
7001           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7002           after using gst_pad_get_parent(). Return downstream flow return
7003           value in chain function.
7004
7005 2006-03-02  Wim Taymans  <wim@fluendo.com>
7006
7007         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7008         * docs/plugins/gst-plugins-base-plugins.args:
7009         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7010         * docs/plugins/gst-plugins-base-plugins.interfaces:
7011         * docs/plugins/gst-plugins-base-plugins.signals:
7012         Fix hierarchy, added some more elements to the docs.
7013
7014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7015         (gst_ffmpegcsp_get_type):
7016         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7017         Fix docs for ffmpegcolorspace.
7018
7019 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7022         (apetag_type_find), (ape_type_find), (plugin_init):
7023           Some typefinding fine-tuning:
7024           - rank ID3/APE tags in order of preference via probabilities, so that
7025             ID3v2 > APEv2 > APEv1 > ID3v1.
7026           - three or four bytes don't really justify MAXIMUM probability,
7027             change those to 'very likely' (musepack and monkeysaudio).
7028
7029 2006-03-01  Wim Taymans  <wim@fluendo.com>
7030
7031         * docs/plugins/Makefile.am:
7032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7034         * ext/alsa/gstalsamixer.c:
7035         * ext/alsa/gstalsamixer.h:
7036         * ext/alsa/gstalsamixerelement.c:
7037         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7038         * ext/alsa/gstalsamixerelement.h:
7039         * ext/alsa/gstalsasink.c:
7040         * ext/alsa/gstalsasink.h:
7041         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7042         (gst_alsasrc_init):
7043         * ext/alsa/gstalsasrc.h:
7044         Added alsa docs.
7045         Small code cleanups.
7046
7047 2006-03-01  Wim Taymans  <wim@fluendo.com>
7048
7049         * ext/theora/Makefile.am:
7050         Dist new header too,
7051
7052 2006-03-01  Wim Taymans  <wim@fluendo.com>
7053
7054         * docs/plugins/Makefile.am:
7055         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7057         * ext/gnomevfs/gstgnomevfssink.h:
7058         * ext/gnomevfs/gstgnomevfssrc.h:
7059         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7060         * ext/vorbis/vorbisdec.h:
7061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7062         * ext/vorbis/vorbisenc.h:
7063         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7064         (vorbis_parse_chain), (vorbis_parse_change_state):
7065         * ext/vorbis/vorbisparse.h:
7066         * gst/audioconvert/gstaudioconvert.h:
7067         * gst/tcp/gsttcpserversink.h:
7068         * gst/videotestsrc/gstvideotestsrc.c:
7069         * gst/videotestsrc/gstvideotestsrc.h:
7070         * gst/volume/gstvolume.c:
7071         * gst/volume/gstvolume.h:
7072         Fix some more docs.
7073         Added docs for vorbisdec and vorbisparse.
7074         Fix vorbisparse.
7075
7076 2006-03-01  Wim Taymans  <wim@fluendo.com>
7077
7078         * docs/plugins/Makefile.am:
7079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7081         * ext/pango/gstclockoverlay.h:
7082         * ext/pango/gsttextoverlay.h:
7083         * ext/pango/gsttextrender.h:
7084         * ext/pango/gsttimeoverlay.h:
7085         * ext/theora/gsttheoradec.h:
7086         * ext/theora/gsttheoraenc.h:
7087         * ext/theora/theoradec.c:
7088         * ext/theora/theoraenc.c:
7089         * gst/audioconvert/gstaudioconvert.h:
7090         * gst/audiotestsrc/gstaudiotestsrc.h:
7091         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7092         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7093         * gst/tcp/gstmultifdsink.h:
7094         Updated/added documentation.
7095
7096         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7097         (gst_text_overlay_halign_get_type),
7098         (gst_text_overlay_wrap_mode_get_type),
7099         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7100         (gst_text_overlay_init), (gst_text_overlay_set_property),
7101         (gst_text_overlay_get_property):
7102         Fix up properties to be enums instead of string to make bindings,
7103         introspection and automatic GUI creation possible.
7104         Add getters for the properties.
7105
7106 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7107
7108         * gst/audiotestsrc/gstaudiotestsrc.c:
7109           added defines of M_PI and M_PI_2
7110         * gst/ffmpegcolorspace/avcodec.h:
7111           removed #include "stdint.h" for win32 as _stdint.h is 
7112           autogenerated to win32/common
7113         * win32/common/libgstaudio.def:
7114         * win32/common/libgsttag.def:
7115           added some exports
7116         * win32/vs6:
7117           some project files bugs corrected
7118         * win32/vs7:
7119           project files are reset to the default vs7 configuration 
7120           (they link to msvcr71.dll using default optimizations)
7121           
7122 2006-02-28  Wim Taymans  <wim@fluendo.com>
7123
7124         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7125         Fix some docs.
7126
7127 2006-02-28  Edward Hervey  <edward@fluendo.com>
7128
7129         * ext/alsa/gstalsasrc.c:
7130         Set proper class on the ElementDetails:
7131         Source/Audio instead of Src/Audio/
7132
7133 2006-02-28  Edward Hervey  <edward@fluendo.com>
7134
7135         * gst/videoscale/vs_scanline.c:
7136         (vs_scanline_resample_nearest_RGBA):
7137         Revert optimization in videoscale. It should go in liboil and have
7138         an appropriate liboil function.
7139
7140 2006-02-28  Wim Taymans  <wim@fluendo.com>
7141
7142         * gst-libs/gst/audio/gstbaseaudiosink.c:
7143         (gst_base_audio_sink_provide_clock):
7144         Don't try to provide a clock in the NULL state.
7145
7146 2006-02-28  Wim Taymans  <wim@fluendo.com>
7147
7148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7149         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7150         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7151         (gst_ogg_demux_deactivate_current_chain),
7152         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7153         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7154         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7155         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7156         Use GstSegment infrastructure to remove duplicated code
7157         and handle more seek cases correctly.
7158
7159 2006-02-28  Wim Taymans  <wim@fluendo.com>
7160
7161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7162         (gst_ffmpegcsp_transform):
7163         Don't ignore return code from ffmpeg convert function.
7164
7165         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7166         Split out some long statements to ease debugging.
7167
7168 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7169
7170         * ext/libvisual/visual.c: (gst_visual_init),
7171         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7172         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7173         being able to renegotiate the size. Instead, use the negotiation
7174         algorithm from the goom plugin to pick an initial output caps. 
7175
7176         Also, allow theoretical libvisual plugins that might support non-GL 
7177         output even if they also do GL.
7178
7179 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7180
7181         * ext/libvisual/visual.c: (gst_visual_init),
7182         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7183         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7184         possible negotiation issues.
7185
7186 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7187
7188         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7189
7190 2006-02-24  Michael Smith  <msmith@fluendo.com>
7191
7192         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7193         (cmml_type_find), (plugin_init):
7194           Fix CMML type find function to not require a specific minor version
7195           of the CMML header.
7196
7197           Add an MPEG4 video elementary stream typefind function.
7198
7199 2006-02-04  Michael Smith  <msmith@fluendo.com>
7200
7201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7202         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7203         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7204         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7205         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7206         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7207           Annodex support in ogg demuxer. Doesn't do very much without the
7208           other annodex patches (to come).
7209
7210 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7213
7214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7215           Pick up palette for MS video v1 (#327028)
7216
7217 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7220         (gst_ffmpegcsp_caps_remove_format_info),
7221         (gst_ffmpegcsp_get_unit_size):
7222           The 'palette_data' field from incoming RGB caps shouldn't be
7223           proxied on outgoing YUV caps; also, restrict unit size
7224           adjustment in case of paletted data only to the unit that
7225           actually has a palette. Fixes #330711.
7226
7227 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7230         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7231         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7232         (gst_ffmpegcsp_get_unit_size):
7233           Plug some memory leaks.
7234
7235 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         * sys/ximage/Makefile.am:
7238         * sys/xvimage/Makefile.am:
7239           Add some _CFLAGS and _LIBS that seem to be missing
7240           and/or required for Cygwin (see #317048).
7241
7242 2006-02-22  Wim Taymans  <wim@fluendo.com>
7243
7244         * ext/alsa/gstalsasrc.c:
7245         Fix description as pointed out by caugier.
7246
7247 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7248
7249         Reviewed by : Edward Hervey  <edward@fluendo.com>
7250
7251         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7252         (qt_type_find):
7253         Better 3gp typefinding (#331526).
7254
7255 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7256
7257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7258           Don't send EOS event here, the base class will send one for us.
7259
7260         * gst/playback/gstplaybasebin.c: (prepare_output):
7261           Subpictures without video stream aren't allowed either.
7262         
7263         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7264           Fix debug statement copy'n'paste-o.
7265
7266 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7269           Fix issues with mixer keeping state when muting/unmuting
7270           and when changing the volume whilst muted (see #331763
7271           and #331765).
7272
7273 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7276         (parse_subrip), (gst_sub_parse_format_autodetect):
7277           Set right caps given that we send escaped text. Also,
7278           honour <i></i>, <b></b> and <u></u> markers that can be found
7279           in .srt files (fixes #310202).
7280
7281 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * gst-libs/gst/audio/mixerutils.c:
7284         (element_factory_rank_compare_func):
7285           Make order in which elements are tried more determinable.
7286
7287 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7288
7289         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7290         (remove_element_chain), (cleanup_decodebin),
7291         (gst_decode_bin_change_state): Make decodebin reusable by
7292         fixing remove_element_chain first and then introduce a
7293         cleaner in state change to ->NULL. (Closes #331678)
7294
7295 2006-02-19  Wim Taymans  <wim@fluendo.com>
7296
7297         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7298         use 0666 mask when creating files so umask gets applied
7299         correctly. Fixes #331295.
7300
7301 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * gst/subparse/Makefile.am:
7304         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7305         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7306         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7307         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7308         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7309         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7310         * gst/subparse/gstssaparse.h:
7311         * gst/subparse/gstsubparse.c: (plugin_init):
7312           Add very basic parser for SSA subtitle streams (as often
7313           found in matroska files).
7314
7315 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7318           That should be text/x-pango-markup, not text/x-pango-layout.
7319
7320 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7321
7322         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7323         Polishing.
7324
7325 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7326
7327         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7328         (gst_text_overlay_finalize), (gst_text_overlay_init),
7329         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7330         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7331         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7332         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7333         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7334         Fix state change deadlock.
7335
7336 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7337
7338         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7339         (gst_text_overlay_finalize), (gst_text_overlay_init),
7340         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7341         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7342         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7343         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7344         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7345         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7346         and subtitles files.
7347
7348 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7349
7350         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7351         should be considered as raw.
7352
7353 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7354
7355         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7356         (cb_probe):
7357         * gst/playback/gststreaminfo.h: Introduce language informations.
7358
7359 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7360
7361         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7362         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7363         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7364         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7365         Set shared memory segments to be deleted as soon as we have attached,
7366         that way they get cleaned up automatically if we crash.
7367
7368 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7369
7370         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7371         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7372         functions are called with lock held.
7373
7374 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7375
7376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7377         (gst_text_overlay_finalize), (gst_text_overlay_init),
7378         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7379         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7380         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7381         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7382         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7383         (gst_text_overlay_change_state): Refactoring of textoverlay
7384         without collectpads. This now supports sparse subtitles coming
7385         from a demuxer instead of a sub file. Seeking is still broken 
7386         though. Need to discuss with wtay some more on how to handle
7387         seeking correctly.
7388         * ext/pango/gsttextoverlay.h:
7389         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7390         subtitles coming from the demuxer.
7391
7392 2006-02-17  Wim Taymans  <wim@fluendo.com>
7393
7394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7395         (gst_vorbisenc_convert_sink):
7396         Use some more scaling functions.
7397
7398 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         * ext/cdparanoia/gstcdparanoiasrc.c:
7401         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7402         (gst_cd_paranoia_paranoia_callback),
7403         (gst_cd_paranoia_src_signal_is_being_watched),
7404         (gst_cd_paranoia_src_read_sector):
7405         * ext/cdparanoia/gstcdparanoiasrc.h:
7406           Add back 'transport-error' and 'uncorrected-error' signals and
7407           make them actually be fired when bad stuff happens (#319340).
7408
7409 2006-02-17  Wim Taymans  <wim@fluendo.com>
7410
7411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7412         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7413         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7414         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7415         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7416         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7417         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7418         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7419         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7420         (gst_ring_buffer_clear):
7421         Small cleanups.
7422         Added some G_LIKELY.
7423
7424 2006-02-17  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst-libs/gst/audio/TODO:
7427         Update TODO
7428
7429         * gst-libs/gst/audio/gstbaseaudiosink.c:
7430         (gst_base_audio_sink_get_offset):
7431         When trying to play samples ASAP and we don't have a
7432         previous sample, try to play at position 0 instead of
7433         an invalid position.
7434
7435 2006-02-17  Wim Taymans  <wim@fluendo.com>
7436
7437         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7438         (gst_alsasink_reset):
7439         Also release lock when we get an error in _reset();
7440         fix an error message.
7441
7442 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7443
7444         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7445         (gst_alsasink_init), (get_channel_free_structure),
7446         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7447         (gst_alsasink_close):
7448         * ext/alsa/gstalsasink.h:
7449           Add support for more than 2 channels (#326720).
7450
7451 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7454           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7455           with 4 or 6 channels, assume a default channel layout to make things
7456           work (not sure there's anything else we can do in those cases).
7457
7458 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7459
7460         * gst-libs/gst/audio/multichannel.c:
7461           Minor docs fix.
7462
7463         * gst-libs/gst/riff/Makefile.am:
7464         * gst-libs/gst/riff/riff-ids.h:
7465         * gst-libs/gst/riff/riff-media.c:
7466         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7467           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7468           channels and a channel layout map.
7469           
7470 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7471
7472         Reviewed by Edward Hervey  <edward@fluendo.com>
7473
7474         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7475         C-level optimization of the RGBA nearest neighbour function.
7476         Eventually this might end up in liboil with vectorized versions.
7477
7478 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         * gst-libs/gst/audio/multichannel.c:
7481         (gst_audio_get_channel_positions):
7482           When we have more than 2 channels, but no channel layout is
7483           specified in the caps, return some default channel layout
7484           to the caller and warn about about a possibly buggy element
7485           (could be buggy filtercaps as well of course) (#317038).
7486
7487 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7490           Add gst-libs/gst/cdda to list of lib search paths.
7491
7492 2006-02-15  Andy Wingo  <wingo@pobox.com>
7493
7494         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7495         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7496         to the Lord Jesus that I do not have to touch the ogg muxer ever
7497         again.
7498
7499 2006-02-15  Edward Hervey  <edward@fluendo.com>
7500
7501         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7502         quicktime movie files can also contain 'uuid' atoms.
7503
7504 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst/audioconvert/plugin.c: (plugin_init):
7507           Register the GstAudioChannelPosition enum type with the type
7508           system in the plugin_init function, so that it is known before
7509           any element actually makes use of multi-channel stuff. This is
7510           required for example if one wants to be able to deserialise/use
7511           a caps string with channel positions before any pipeline has
7512           been setup and started, like with gst-launch.
7513
7514 2006-02-14  Wim Taymans  <wim@fluendo.com>
7515
7516         * gst-libs/gst/audio/gstringbuffer.c:
7517         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7518         (gst_ring_buffer_samples_done), (wait_segment),
7519         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7520         Add some compiler G_(UN_)LIKELY help.
7521         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7522         make sure they can exit their functions. Should fix #330748
7523
7524 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7525
7526         * Makefile.am:
7527         * configure.ac:
7528         * win32/MANIFEST:
7529         * win32/common/_stdint.h:
7530           Windows does not have long long; copy the generated _stdint.h
7531         * win32/common/interfaces-enumtypes.c:
7532         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7533         (gst_mixer_track_flags_get_type),
7534         (gst_tuner_channel_flags_get_type):
7535         * win32/common/multichannel-enumtypes.c:
7536         (gst_audio_channel_position_get_type):
7537           update
7538
7539 2006-02-13  Wim Taymans  <wim@fluendo.com>
7540
7541         * gst-libs/gst/audio/gstbaseaudiosink.c:
7542         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7543         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7544         Always sync on first sample we receive when starting.
7545
7546 2006-02-13  Wim Taymans  <wim@fluendo.com>
7547
7548         * gst/playback/gstplaybin.c: (gen_vis_element):
7549         Update vis bin docs.
7550         Move queue after tee so we don't queue video buffers but
7551         audio samples instead. Fixes problems where the video queue
7552         is filled and the audio queue empty.
7553
7554 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7555
7556         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7557           No need to push an EOS event here, GstBaseSrc will do that for us
7558           when we return FLOW_UNEXPECTED.
7559           
7560 2006-02-12  Wim Taymans  <wim@fluendo.com>
7561
7562         * gst-libs/gst/audio/gstbaseaudiosink.c:
7563         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7564         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7565         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7566         Use scale functions when possible.
7567         Fix error messages.
7568         Free clockid when after waiting for EOS.
7569         Use G_(UN_)LIKLY when it makes sense.
7570         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7571
7572 2006-02-12  Edward Hervey  <edward@fluendo.com>
7573
7574         * gst/playback/gstplaybasebin.c: (prepare_output): 
7575         Remove stray semi-colon (fixes #330888).
7576
7577 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7578
7579         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7581         Fix up the XShm call testing so that we catch errors, and don't
7582         cause new ones by attempting to detach from a segment we failed
7583         to attach to. Fixes #312439.
7584
7585 2006-02-10  Edward Hervey  <edward@fluendo.com>
7586
7587         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7588         Added flv file typefind (video/x-flv).
7589
7590 2006-02-10  Edward Hervey  <edward@fluendo.com>
7591
7592         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7593         (gst_riff_create_video_template_caps):
7594         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7595         Also added the caps to the default set of riff video caps.
7596
7597 2006-02-09  Andy Wingo  <wingo@pobox.com>
7598
7599         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7600         time and the end time of the last packet in the page.
7601         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7602         on the pages in our queue, set the duration as well. Reflow a
7603         debug statement.
7604         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7605         Fixes bad muxing order.
7606
7607 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7608
7609         * gst-libs/gst/rtp/gstbasertppayload.c:
7610         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7611           update seqnum before setting it on the packet; this makes sure
7612           that the timestamp and seqnum properties match after pushing
7613           a buffer
7614
7615 2006-02-09  Andy Wingo  <wingo@pobox.com>
7616
7617         * gst-libs/gst/audio/gstringbuffer.c
7618         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7619         overflow after 13.5 hours of recording. Kapow!
7620
7621         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7622         the buffer size -- we don't care about underrun/overrun reporting
7623         right now, just need to return a useful value.
7624
7625 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7626
7627         * configure.ac:
7628           Back to CVS
7629
7630 === release 0.10.3 ===
7631
7632 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7633
7634         * configure.ac:
7635           releasing 0.10.3, "Under Pressure"
7636
7637 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * configure.ac:
7640         Drat. Bump libtool version number for new API.
7641         Prelease 0.10.2.3 (of 0.10.3)
7642
7643 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7644
7645         * configure.ac:
7646         * win32/common/config.h:
7647         0.10.2.2 prerelease (of 0.10.3).
7648
7649 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7650
7651         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7652           Revert Andy's newsegment change pending a more correct
7653           fix.
7654
7655 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7656
7657         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7658         (qt_type_find), (plugin_init):
7659           detect more files as 3gp
7660           group and reorder the iso file formats
7661
7662 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         * ext/vorbis/vorbis.c: (plugin_init):
7665           Register musicbrainz tags, so apps don't have to.
7666
7667 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7670         (gst_tag_to_vorbis_tag):
7671           Make sure we called gst_tag_register_musicbrainz_tags()
7672           before possibly mapping a vorbiscomment string from/to a
7673           musicbrainz tag.
7674
7675 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7676
7677         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7678           In case we can't find the required number of consecutive
7679           mpeg audio frames to positively identify an MPEG audio
7680           stream, check if there's at least a valid mpeg audio
7681           frame right at offset 0 and if so suggest mpeg/audio
7682           caps with a very low probability (#153004).
7683
7684 2006-02-07  Andy Wingo  <wingo@pobox.com>
7685
7686         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7687         a TIME segment if we get timestamped buffers. Requires recent
7688         fixes in core to work properly.
7689
7690 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * gst/playback/gstplaybasebin.c: (prepare_output):
7693           Don't print the URI as part of the error message, it
7694           makes error dialogs look rather ugly, especially if
7695           the URI is very long or has characters in it that
7696           need escaping.
7697
7698 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7699
7700         * gst/playback/gstplaybasebin.c: (prepare_output):
7701           Error out if we have only text or subtitles, but nothing
7702           else. Also error out if we have subtitles but no video
7703           stream.
7704
7705 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7708           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7709           Post an error message on the bus when we encounter an
7710           error, which will hopefully be more meaningful than the
7711           'Internal Flow Error' message users get to see if we
7712           just return GST_FLOW_ERROR.
7713
7714 2006-02-07  Andy Wingo  <wingo@pobox.com>
7715
7716         * configure.ac (GST_MAJORMINOR): Update core version req to
7717         0.10.2.2, for the collectpads API addition (#330244).
7718
7719 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7720
7721         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7722           Return FALSE from plugin_init() when GnomeVFS can't
7723           be initialised for some reason (#328423).
7724
7725 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7726
7727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7728         Stick to seeking theory until i find the bug.
7729         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7730
7731 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7732
7733         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7734         (theora_enc_finalize), (theora_enc_sink_setcaps),
7735         (theora_set_header_on_caps), (theora_enc_chain),
7736         (theora_enc_change_state):
7737         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7738           Make theoraenc and the tests leak free. Like, really.
7739
7740 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7741
7742         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7743         (theora_enc_finalize), (theora_enc_sink_setcaps):
7744           Add a finalize method to ensure we clean up state even if
7745           someone omitted the state change back to NULL.
7746
7747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7748         (gst_vorbisenc_chain):
7749           Free some more leaked bits.
7750
7751         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7752         (stop_pipeline):
7753           Wait for state changes to happen if they're ASYNC.
7754
7755           This ought to teach those fancy pants buildbots a lesson.
7756
7757 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7758
7759         * gst-libs/gst/tag/gstid3tag.c:
7760           Add mapping for ID3 International Standard Recording Code
7761           tag "TSRC"
7762
7763 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7764
7765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7766           Don't leak tag names.
7767
7768 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7769
7770         * docs/libs/gst-plugins-base-libs-docs.sgml:
7771         * docs/libs/gst-plugins-base-libs-sections.txt:
7772         * gst-libs/gst/tag/gstid3tag.c:
7773         * gst-libs/gst/tag/gstvorbistag.c:
7774         * gst-libs/gst/tag/tags.c:
7775           Split libgsttag docs into multiple sections.
7776
7777 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * docs/libs/Makefile.am:
7780         * docs/libs/gst-plugins-base-libs-docs.sgml:
7781         * docs/libs/gst-plugins-base-libs-sections.txt:
7782         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7783         * gst-libs/gst/tag/gstvorbistag.c:
7784         * gst-libs/gst/tag/tag.h:
7785         * gst-libs/gst/tag/tags.c:
7786           Add libgsttag to the docs.
7787
7788 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7789
7790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7791         (gst_text_overlay_init), (gst_text_overlay_src_event),
7792         (gst_text_overlay_collected): Fix clockoverlay.
7793
7794 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         * docs/libs/compiling.sgml:
7797           Fix typo: it's pkg-config, not pkg-gconfig
7798
7799         * docs/libs/gst-plugins-base-libs-docs.sgml:
7800         * docs/libs/gst-plugins-base-libs-sections.txt:
7801         * docs/libs/tmpl/gstgconf.sgml:
7802           There is no libgstgconf in 0.10, remove it
7803           from the docs.
7804
7805 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7806
7807         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7808         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7809         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7810         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7811         (gst_sub_parse_class_init), (gst_sub_parse_init),
7812         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7813         (parse_mpsub), (parser_state_init), (handle_buffer),
7814         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7815         * gst/subparse/gstsubparse.h: Introduce seeking code.
7816
7817 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7820           Add comment about LANGUAGE tag inconsistency (we want
7821           ISO-639-1, but extract three-letter identifiers?)
7822
7823         * po/POTFILES.in:
7824           Add two translatable files.
7825
7826 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * gst-libs/gst/tag/Makefile.am:
7829         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7830         * gst-libs/gst/tag/tag.h:
7831         * gst-libs/gst/tag/tags.c:
7832         (gst_tag_register_musicbrainz_tags_internal),
7833         (gst_tag_register_musicbrainz_tags):
7834           Forward-port some tags stuff from the 0.8 branch. This is
7835           mostly the addition of musicbrainz tags and their mapping
7836           to vorbistags, and a vorbistag mapping of the language tag.
7837
7838 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7839
7840         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7841         refactoring.
7842
7843 2006-02-04  David Schleef  <ds@schleef.org>
7844
7845         * ext/ogg/gstoggmux.c:
7846         * gst/typefind/gsttypefindfunctions.c:
7847           Add Dirac typefinding and add dirac format to oggmux.
7848
7849 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         * gst/playback/gstdecodebin.c: (try_to_link_1):
7852           Don't put essential function call into
7853           g_return_*() macro, otherwise it'll all be
7854           replaced by NOOPs when compiling with
7855           G_DISABLE_CHECKS defined.
7856
7857 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7858
7859         * ext/ogg/gstoggdemux.c:
7860         * ext/ogg/gstoggparse.c:
7861         * gst/tcp/gsttcpserversink.c:
7862         * sys/v4l/v4lsrc_calls.c:
7863         * sys/v4l/v4lsrc_calls.h:
7864         Just make it compile with --disable-gst-debug.
7865
7866 2006-02-03  Wim Taymans  <wim@fluendo.com>
7867
7868         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7869         (gst_alsasink_class_init), (gst_alsasink_init),
7870         (gst_alsasink_write), (gst_alsasink_reset):
7871         * ext/alsa/gstalsasink.h:
7872         Add lock to protect alsa calls.
7873         Implement reset to flush samples ASAP, does not work
7874         with dmix though.
7875
7876 2006-02-02  Wim Taymans  <wim@fluendo.com>
7877
7878         * gst-libs/gst/audio/gstbaseaudiosink.c:
7879         (gst_base_audio_sink_provide_clock):
7880         Ugh.. getting late I guess...
7881
7882 2006-02-02  Wim Taymans  <wim@fluendo.com>
7883
7884         * gst-libs/gst/audio/gstbaseaudiosink.c:
7885         (gst_base_audio_sink_provide_clock),
7886         (gst_base_audio_sink_set_property),
7887         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7888         Don't try to provide a clock when we are not negotiated since
7889         we might not be able to make it run.
7890
7891 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * gst/playback/gstdecodebin.c: (try_to_link_1):
7894           Unlinking two source pads is ... hard.
7895
7896 2006-02-02  Wim Taymans  <wim@fluendo.com>
7897
7898         * gst-libs/gst/audio/TODO:
7899         Updated.
7900
7901         * gst-libs/gst/audio/gstbaseaudiosink.c:
7902         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7903         On EOS, wait till the last sample is played before posting EOS.
7904
7905 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7906
7907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7908           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7909           setting queue_delay to zero. Also avoid thread being started if
7910           queue_delay is zero.
7911
7912 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7915           Make test work again by connecting fakesinks to each decoded pad,
7916           which makes the pipeline wait until each fakesink has a buffer
7917           queued before going to PAUSED state. At that point we know the
7918           decodebin pads are negotiated.
7919
7920 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7923         (gst_cdda_base_src_handle_event):
7924         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7925           Pass unhandled queries to the parent class's query function.
7926
7927 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7930         (gst_ogg_pad_src_query):
7931         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7932         * ext/theora/theoradec.c: (theora_dec_src_query),
7933         (theora_dec_sink_query):
7934         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7935         (vorbis_dec_sink_query):
7936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7937         (gst_vorbisenc_sink_query):
7938         * gst/adder/gstadder.c: (gst_adder_query):
7939           Pass unhandled queries upstream instead of just
7940           dropping them (#326447). Also, fix supported
7941           query types list for some elements.
7942
7943 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7944
7945         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7946         (paris_type_find), (ilbc_type_find), (plugin_init):
7947           Fix typefinding for audio/x-au, audio/x-paris and
7948           audio/iLBC-sh. We cannot use the START_WITH macros
7949           here, because there can only be one typefind factory
7950           with the same name (caps), so the second one would
7951           replace the first one and the first one would never
7952           be called when doing typefinding (see #161712).
7953           
7954
7955 2006-01-31  Wim Taymans  <wim@fluendo.com>
7956
7957         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7958         (vorbis_handle_header_packet), (vorbis_dec_push),
7959         (vorbis_handle_data_packet):
7960         Use scale_int when we can, add some more scaling.
7961         Check packettype before parsing it.
7962
7963 2006-01-31  Wim Taymans  <wim@fluendo.com>
7964
7965         * ext/theora/theoradec.c: (_theora_granule_time),
7966         (theora_dec_src_convert), (theora_dec_sink_convert):
7967         Call right _scale functions.
7968         Use parameter instead of some other random value.
7969
7970 2006-01-31  Wim Taymans  <wim@fluendo.com>
7971
7972         * ext/theora/theoradec.c: (_theora_granule_frame),
7973         (_theora_granule_time), (_inc_granulepos),
7974         (theora_dec_src_convert), (theora_dec_sink_convert),
7975         (theora_handle_type_packet), (theora_handle_data_packet),
7976         (theora_dec_chain):
7977         Use higher precision timestamps calculation.
7978         Convert some other conversions to _scale.
7979
7980 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7981
7982         * gst/audiotestsrc/gstaudiotestsrc.c:
7983         (gst_audio_test_src_create_sine_table), (plugin_init):
7984         * gst/volume/gstvolume.c: (plugin_init):
7985           initialize gst_controller before using
7986
7987 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7988
7989         * tests/check/pipelines/theoraenc.c:
7990         * tests/check/pipelines/vorbisenc.c:
7991         Define constant using G_GINT64_CONSTANT to avoid errors when
7992         passing it around - otherwise it gets truncated to 32 bits.
7993
7994         Fixes failing tests.
7995
7996 2006-01-31  Andy Wingo  <wingo@pobox.com>
7997
7998         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7999         caps being set doesn't have a framerate value. Basically a stopgap
8000         measure.
8001
8002         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8003         technically correct enough to put into core though.
8004         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8005         DURATION. Fixes theoraenc ! oggmux.
8006
8007         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8008         fraction, not double.
8009
8010 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8011
8012         * win32/vs7:
8013         add vs7 project files created by Sergey Scobich
8014
8015 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8016
8017         * win32/vs8:
8018         add vs8 project files created by Sergey Scobich
8019         
8020 2006-01-30  Andy Wingo  <wingo@pobox.com>
8021
8022         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8023         timestamp + duration, not just timestamp -- ogg pages should be
8024         ordered by stop time. Necessary fix given the change in vorbis
8025         timestamps.
8026
8027         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8028         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8029         (granulepos_add): New function, handles the messiness of adjusting
8030         granulepos values.
8031         (theora_buffer_from_packet):
8032         (theora_enc_chain):
8033         (theora_enc_sink_event): Use granulepos_add, not +.
8034
8035         * tests/check/pipelines/theoraenc.c
8036         (check_buffer_granulepos_from_starttime): Just check the frame
8037         count, not the actual granulepos -- we can't dictate to the
8038         encoder when it should be placing keyframes.
8039
8040 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8041
8042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8043           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8044           play an http:// stream from a server that's not serving
8045
8046 2006-01-30  Andy Wingo  <wingo@pobox.com>
8047
8048         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8049         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8050         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8051         available.
8052
8053         * ext/theora/gsttheoraenc.h:
8054         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8055         although theoraenc was timestamping correctly. Added handling of
8056         streams that start with nonzero timestamps.
8057
8058         * tests/check/Makefile.am:
8059         * tests/check/pipelines/theoraenc.c: New file, basically does same
8060         tests as vorbisenc.
8061
8062         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8063
8064 2006-01-30  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst-libs/gst/audio/gstaudiosink.c:
8067         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8068         (gst_audioringbuffer_pause):
8069         Implement pause that does not wait for completion.
8070
8071         * gst-libs/gst/audio/gstbaseaudiosink.c:
8072         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8073         Don't drop buffers when going to PAUSED but perform preroll on
8074         remaining samples now that core base class supports this.
8075
8076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8077         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8078         (gst_ring_buffer_commit):
8079         Pause should not signal waiters.
8080         Implement return value of _commit correctly.
8081
8082 2006-01-30  Andy Wingo  <wingo@pobox.com>
8083
8084         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8085
8086         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8087         updated to timestamp from the first sample, not the last.
8088         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8089         special care of granulepos and timestamp for header packets.
8090         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8091         when the first buffer has a nonzero timestamp.
8092
8093         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8094         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8095         case when the first audio buffer we get has a nonzero timestamp.
8096         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8097         properly timestamp vorbis buffers with the time of the first
8098         sample, not the last.
8099         
8100         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8101         vorbis_granule_time_copy -- now it takes the granule/subgranule
8102         offset into account.
8103
8104         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8105         timestamps, durations, and granulepos on buffers produced by
8106         vorbisenc.
8107
8108 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8109
8110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8111         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8112           Patch from Eric Jonas to support conversions to/from UYVY 
8113           (Fixes: #324626)
8114
8115 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8116
8117         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8118         (setup_subtitle), (setup_source), (set_active_source):
8119         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8120         (gen_text_element), (gen_audio_element), (gen_vis_element),
8121         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8122
8123 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8124
8125         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8126         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8127                 use gst_guint64_to_gdouble to be compliant with vs6
8128         * gst/playback/gstdecodebin.c: (try_to_link_1)
8129         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8130                 use G_GINT64_CONSTANT for int64 constants
8131         * win32/common/libgstinterfaces.def:
8132                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8133         * win32/vs6:
8134                 update and add new project files
8135                 
8136 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8137
8138         * Makefile.am:
8139         * win32/MANIFEST:
8140         * win32/common/interfaces-enumtypes.c:
8141         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8142         (gst_mixer_track_flags_get_type),
8143         (gst_tuner_channel_flags_get_type):
8144         * win32/common/interfaces-enumtypes.h:
8145         * win32/common/multichannel-enumtypes.c:
8146         (gst_audio_channel_position_get_type):
8147         * win32/common/multichannel-enumtypes.h:
8148           add a win32-update rule like in core, and copy over enumtypes files
8149
8150 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8151
8152         * win32/MANIFEST:
8153         * win32/common/config.h:
8154         * win32/common/config.h.in:
8155           add config files just like in core
8156
8157 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8158
8159         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8160           Make gcc-4.1 happy (part of #327357).
8161
8162 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8163
8164         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8165         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8166         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8167         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8168         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8169         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8170           Update all error messages.  All of them should either use
8171           the default translated message, or actually provide a
8172           translatable string.
8173           Make the string for channel count problems meaningful.
8174
8175 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8176
8177         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8178           check for and throw RESOURCE_BUSY
8179
8180 2006-01-27  David Schleef  <ds@schleef.org>
8181
8182         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8183           checked in this change -- it requires liboil features not
8184           in 0.3.6.  Revert parts.
8185
8186 2006-01-27  David Schleef  <ds@schleef.org>
8187
8188         * REQUIREMENTS:
8189         * configure.ac: update liboil requirement to 0.3.6
8190         * gst/videoscale/Makefile.am:
8191         * gst/videoscale/vs_scanline.c: liboilify
8192
8193 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8194
8195         * ext/libvisual/visual.c: (get_buffer):
8196           When pad_alloc returns a GstFlowReturn other
8197           than GST_FLOW_OK, make sure it is passed upstream.
8198
8199 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8200
8201         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8202         (gst_alsasink_class_init):
8203           Free the device name string.
8204
8205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8206         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8207         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8208           Don't remove a pad from the collectpads structure until it
8209           is released - it's a request pad, and may receive data again
8210           if the element gets moved back to PLAYING state.
8211
8212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8213           Ensure we turn on double buffering on the Xv port, and
8214           set the colour key to something dark and mysterious that
8215           isn't black.
8216
8217 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8218
8219         * ext/alsa/gstalsaplugin.c: (plugin_init):
8220         * ext/cdparanoia/gstcdparanoiasrc.c:
8221         (gst_cd_paranoia_src_base_init), (plugin_init):
8222         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8224           - a library should not call setlocale. see "Libraries" node in
8225             gettext manual
8226           - make sure all plugins that use translation do bindtextdomain
8227             to point to the localedir
8228         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8229         (setup_sinks), (plugin_init):
8230           all this, and check for NULL when creating sinks
8231
8232 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8233
8234         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8235         (plugin_init): Make typefinding of subtitles work again.
8236
8237 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8240         (mp3_type_frame_length_from_header), (mp3_type_find),
8241         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8242         (plugin_init):
8243           Backport a bunch of typefinding fixes from the 0.8 branch.
8244           Also, improve wavpack typefinding: if we can't peek the
8245           entire wavpack block, try to parse the bits we can get and
8246           see if we find what we're looking for in those.
8247
8248 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8249
8250         * sys/ximage/ximagesink.c:
8251         (gst_ximagesink_calculate_pixel_aspect_ratio):
8252         * sys/xvimage/xvimagesink.c:
8253         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8254         more cases of pixel aspect ratio.
8255
8256 2006-01-26  Edward Hervey  <edward@fluendo.com>
8257
8258         * gst/playback/gstdecodebin.c: (pad_probe):
8259         Also consider the flush-start and tag events as unblockers
8260         for the pad probes.
8261
8262 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8263
8264         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8265         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8266         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8267         On the fly visualisation switch, works disabling, enabling as
8268         well but it won't be able to enable vis in a playbin that was
8269         created with no visualisation.
8270
8271 2006-01-25  Wim Taymans  <wim@fluendo.com>
8272
8273         * gst-libs/gst/audio/gstbaseaudiosink.c:
8274         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8275         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8276         resume after pause.
8277
8278 2006-01-25  Wim Taymans  <wim@fluendo.com>
8279
8280         * gst-libs/gst/audio/gstbaseaudiosink.c:
8281         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8282         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8283         Improve debugging.
8284         Post error when caps cannot be parsed.
8285         Resync on discontinuity in the stream.
8286         Clip samples to segment boundaries.
8287         return WRONG_STATE sooner when we are flushing.
8288
8289         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8290         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8291         Make audiosrc operate in TIME.
8292         Set TIMESTAMP and DURATION on buffers.
8293
8294 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8295
8296         * tests/examples/seek/seek.c: (main):
8297           Output tag messages as well.
8298
8299 2006-01-23  Edward Hervey  <edward@fluendo.com>
8300
8301         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8302         (free_pad_probes), (remove_fakesink), (pad_probe),
8303         (close_pad_link), (gst_decode_bin_change_state):
8304         Replace GstPadBlockCallback with pad probes that detect
8305         first buffer AND eos before removing fakesink.
8306         Fixes hang with demuxers doing EOS while pre-rolling.
8307         Solves #328279
8308
8309 2006-01-23  Andy Wingo  <wingo@pobox.com>
8310
8311         * ext/alsa/gstalsasink.c:
8312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8313         (gst_base_rtp_depayload_setcaps),
8314         (gst_base_rtp_depayload_add_to_queue),
8315         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8316         
8317         Patch by: Jens Granseuer <jensgr at gmx dot net>
8318
8319 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8320
8321         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8322         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8323         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8324         frames. We might get a frame destroyed after changing state to
8325         NULL, adding a safety check on xcontext.
8326
8327 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * gst-libs/gst/interfaces/xoverlay.c:
8330           Fix prepare-xwindow-id code example in the docs - we need to
8331           ignore all messages that aren't element messages as well.
8332           
8333 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8334
8335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8336           I think one day i'll completely undestand how caps negotiation
8337           is supposed to work. This refactoring handles buffer_alloc
8338           called with caps we can't handle. We definitely don't want a
8339           set_caps with those caps, so we define and allocate a buffer
8340           we would like to receive.
8341
8342 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         * gst/playback/gstplaybasebin.c: (setup_source):
8345           Free iterator when done.
8346
8347 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8348
8349         * gst-libs/gst/audio/gstbaseaudiosink.c:
8350         (gst_base_audio_sink_render):
8351           Fix playback of non-synchronised streams by assuming a rate
8352           of 1.0 instead of a random one.
8353
8354           Makes this work again:
8355
8356           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8357           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8358           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8359           audioresample ! alsasink
8360
8361 === release 0.10.2 ===
8362
8363 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8364
8365         * configure.ac:
8366           releasing 0.10.2, "Then the devil is six"
8367
8368 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8369
8370         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8371         * gst/playback/gststreamselector.c:
8372         (gst_stream_selector_set_property):
8373           Comment out broken code that connects to the state-changed signal.
8374           At this point, changing current stream selection is broken, but 
8375           stuff like gst-launch playbin current-audio=1 works and filters
8376           to the chosen stream.
8377
8378 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8379
8380         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8381           Fix #327216 (null dereference in vorbisdec)
8382
8383 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8386           Post taglist actually on bus instead of just freeing it
8387           (fixes #327114 and totem bug #327080).
8388
8389         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8390           Use gst_element_found_tags_for_pad(), so that the tags
8391           are sent downstream as an event as well.
8392
8393 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8394
8395         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8396         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8397         (gst_ximagesink_buffer_alloc):
8398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8399         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8400         (gst_xvimagesink_buffer_alloc):
8401           move all regularly occurring messages to GST_LOG level
8402           add some more object logs
8403
8404 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8405
8406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8407           fix a silly segfault
8408
8409 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8410
8411         * docs/libs/gst-plugins-base-libs-docs.sgml:
8412         * docs/libs/gst-plugins-base-libs-sections.txt:
8413         * gst-libs/gst/audio/mixerutils.c:
8414         * gst-libs/gst/audio/mixerutils.h:
8415           Add docs for mixerutils stuff.
8416
8417 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8418
8419         * gst/playback/gstplaybasebin.c: (setup_source):
8420           Fix playback for sources that emit raw audio or
8421           raw video streams (e.g.: cd audio sources) (#325984).
8422
8423 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8424
8425         * gst-libs/gst/audio/mixerutils.c:
8426         (gst_audio_mixer_filter_do_filter):
8427           actually save the element we create
8428
8429 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8430
8431         * gst-libs/gst/cdda/gstcddabasesrc.c:
8432         (gst_cdda_base_src_handle_track_seek):
8433           No need to post a tag message on the bus when seeking
8434           within the same track, only post it when the current
8435           track changes.
8436
8437 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8438
8439         * gst/playback/gstplaybasebin.c: (group_destroy),
8440         (probe_triggered), (new_decoded_pad), (mute_group_type),
8441         (set_active_source):
8442         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8443         * gst/playback/gststreamselector.c:
8444         (gst_stream_selector_base_init),
8445         (gst_stream_selector_set_property),
8446         (gst_stream_selector_request_new_pad):
8447           Reenable stream selection. These mechanisms need a complete overhaul
8448           in the face of 0.8->0.10 changes though.
8449
8450 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * ext/ogg/gstoggdemux.c:
8453           Change the pad template to src_%d to match the pads that 
8454           are created from it. decodebin needs this information in order
8455           to decide that oggdemux is capable of producing multiple pads
8456           (and hence needs queues inserted).
8457
8458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8459         (gst_ogg_mux_collected):
8460           Make debug output more useful by using GST_PTR_FORMAT.
8461
8462 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8463
8464         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8467           Set depth and width for alaw/mulaw (fixes #326601).
8468
8469 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8470
8471         * tests/icles/Makefile.am:
8472           don't build the tests if we don't have the libs
8473
8474 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8477         (gst_cd_paranoia_paranoia_callback):
8478           Don't try to free NULL pointers.
8479
8480 2006-01-10  Edward Hervey  <edward@fluendo.com>
8481
8482         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8483         (gst_audio_rate_change_state), (plugin_init):
8484         Add debugging category.
8485         Fix type issues.
8486         Add case for incoming buffers without valid offset/offset_end.
8487
8488 2006-01-10  Michael Smith  <msmith@fluendo.com>
8489
8490         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8491           Don't leak GCond in audio sources.
8492
8493 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8494
8495         * gst/playback/gstplaybin.c: (gen_audio_element):
8496           Don't leak an autoaudiosink/alsasink when we generate
8497           a new audio element. (old code, I guess)
8498
8499 2006-01-10  Michael Smith  <msmith@fluendo.com>
8500
8501         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8502           Support float audio in audiorate.
8503           Use width rather than depth for selecting sample width.
8504
8505 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * gst/videotestsrc/videotestsrc.h:
8508           Use GLib types here (that way we don't have to include the
8509           generated _stdint.h header, which makes life easier for win32
8510           folks that don't use autotools for the build) (#325990, patch
8511           by: Sergey Scobich).
8512
8513 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8514
8515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8516         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8517         (gst_ring_buffer_pause), (wait_segment):
8518         * gst-libs/gst/audio/gstringbuffer.h:
8519           Name (private) union, makes Forte compiler happy (this time
8520           for real) (#324900).
8521
8522 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         * gst-libs/gst/audio/Makefile.am:
8525           Link against libgstinterfaces, needed for mixer
8526           and property probe stuff.
8527
8528 2006-01-09  Edward Hervey  <edward@fluendo.com>
8529
8530         * gst-libs/gst/Makefile.am:
8531
8532 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * gst-libs/gst/audio/Makefile.am:
8535         * gst-libs/gst/audio/mixerutils.c:
8536         (gst_audio_mixer_filter_do_filter),
8537         (gst_audio_mixer_filter_check_element),
8538         (gst_audio_mixer_filter_probe_feature),
8539         (element_factory_rank_compare_func),
8540         (gst_audio_default_registry_mixer_filter):
8541         * gst-libs/gst/audio/mixerutils.h:
8542           Add gst_audio_default_registry_mixer_filter() utility
8543           function.
8544
8545 2006-01-03  Michael Smith  <msmith@fluendo.com>
8546
8547         * gst/audioresample/resample.h:
8548           As before, but for o_buf
8549
8550 2006-01-03  Michael Smith  <msmith@fluendo.com>
8551
8552         * gst/audioresample/resample.h:
8553           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8554           since we do arithmetic on it.
8555
8556 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8557
8558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8559         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8560         (gst_ring_buffer_pause), (wait_segment):
8561         * gst-libs/gst/audio/gstringbuffer.h:
8562           Sun's Forte compiler doesn't seem to like anonymous structs,
8563           so use same setup as in GstBaseSrc (fixes #324900).
8564
8565 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8566
8567         * configure.ac:
8568         * gst/volume/Makefile.am:
8569         * gst/volume/demo.c:
8570           move old example to tests/examples/volume/volune.c
8571         * tests/examples/Makefile.am:
8572         * tests/examples/seek/seek.c: (main):
8573           change window-close event from "delete-event" to "destroy"
8574         * tests/examples/volume/Makefile.am:
8575         * tests/examples/volume/volume.c: (value_changed_callback),
8576         (setup_gui), (message_received), (eos_message_received), (main):
8577           fix event handling and bus usage
8578
8579 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8580
8581         * gst/audiotestsrc/gstaudiotestsrc.c:
8582         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8583         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8584         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8585         (gst_audio_test_src_create_square),
8586         (gst_audio_test_src_create_saw),
8587         (gst_audio_test_src_create_triangle),
8588         (gst_audio_test_src_create_silence),
8589         (gst_audio_test_src_create_white_noise),
8590         (gst_audio_test_src_create_pink_noise),
8591         (gst_audio_test_src_init_sine_table),
8592         (gst_audio_test_src_create_sine_table),
8593         (gst_audio_test_src_change_wave),
8594         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8595         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8596         * gst/audiotestsrc/gstaudiotestsrc.h:
8597           update to basesrc changes, implement segmented seeking and eos
8598           handling, add a 'sine-tab' waveform for performance critical playback
8599
8600 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         * po/POTFILES.in:
8603           ... and this time the other modified file that I missed last time.
8604
8605 2005-12-29  Michael Smith  <msmith@fluendo.com>
8606
8607         * gst/playback/gstdecodebin.c: (new_pad):
8608           Fix non-C89 variable declaration not at the start of a block. Should
8609           help some compilers.
8610
8611 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8612
8613         * tests/check/Makefile.am:
8614           And now fix 'make distcheck' (builddir != srcdir)
8615
8616 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * configure.ac:
8619         * ext/cdparanoia/Makefile.am:
8620         * ext/cdparanoia/gstcdparanoia.c:
8621         * ext/cdparanoia/gstcdparanoia.h:
8622         * ext/cdparanoia/gstcdparanoiasrc.c:
8623         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8624         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8625         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8626         (gst_cd_paranoia_paranoia_callback),
8627         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8628         (gst_cd_paranoia_src_set_property),
8629         (gst_cd_paranoia_src_get_property), (plugin_init):
8630         * ext/cdparanoia/gstcdparanoiasrc.h:
8631           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8632           plugin again (there are still fixes required to playbin to make
8633           cdda:// uris work there).
8634
8635 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * tests/check/Makefile.am:
8638           Fix test case compilation.
8639
8640 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * gst-libs/gst/cdda/gstcddabasesrc.c:
8643         (gst_cdda_base_src_update_duration),
8644         (gst_cdda_base_src_calculate_cddb_id):
8645           An integer is not a string. Fix access to uninitialised variable.
8646
8647         * tests/check/Makefile.am:
8648           Add cddabasesrc unit test; also actually enable the vorbis test.
8649
8650         * tests/check/generic/states.c:
8651           Blacklist new cd audio elements as well.
8652
8653         * tests/check/libs/cddabasesrc.c:
8654           Unit test for GstCddaBaseSrc (discid calculation mostly).
8655
8656 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8657
8658         * docs/libs/Makefile.am:
8659         * docs/libs/gst-plugins-base-libs-docs.sgml:
8660         * docs/libs/gst-plugins-base-libs-sections.txt:
8661         * docs/libs/gst-plugins-base-libs.types:
8662           Add docs for libgstcdda/GstCddaBaseSrc.
8663
8664         * gst-libs/gst/interfaces/mixertrack.h:
8665           Do one struct member per line with a semicolon at the end, that way
8666           even gtk-doc might parse it without complaining.
8667
8668 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * configure.ac:
8671         * gst-libs/gst/Makefile.am:
8672         * gst-libs/gst/cdda/Makefile.am:
8673         * gst-libs/gst/cdda/base64.c:
8674         * gst-libs/gst/cdda/base64.h:
8675         * gst-libs/gst/cdda/gstcddabasesrc.c:
8676         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8677         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8678         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8679         (gst_cdda_base_src_get_property),
8680         (gst_cdda_base_src_get_track_from_sector),
8681         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8682         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8683         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8684         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8685         (gst_cdda_base_src_uri_get_protocols),
8686         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8687         (gst_cdda_base_src_uri_handler_init),
8688         (gst_cdda_base_src_setup_interfaces),
8689         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8690         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8691         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8692         (gst_cdda_base_src_add_tags),
8693         (gst_cdda_base_src_add_index_associations),
8694         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8695         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8696         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8697         (gst_cdda_base_src_create):
8698         * gst-libs/gst/cdda/gstcddabasesrc.h:
8699         * gst-libs/gst/cdda/sha1.c:
8700         * gst-libs/gst/cdda/sha1.h:
8701           Add new libgstcdda with GstCddaBaseSrc class.
8702
8703 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * ext/gnomevfs/gstgnomevfssink.h:
8706           Use GstBaseSinkClass as parent_class member for class struct, not
8707           GstBaseSink.
8708
8709 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         Patch by: Michael Benes
8712
8713         * gst/videotestsrc/gstvideotestsrc.c:
8714         (gst_video_test_src_class_init), (gst_video_test_src_start):
8715           Add start method to reset running time and number of frames sent
8716           when starting up (fixes #324696)
8717
8718 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * docs/plugins/Makefile.am:
8721         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8722         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8723         * docs/plugins/gst-plugins-base-plugins.args:
8724         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8725         * docs/plugins/gst-plugins-base-plugins.signals:
8726           Add docs stuff for gnomevfssrc and gnomevfssink.
8727
8728         * ext/gnomevfs/gstgnomevfssrc.c:
8729           Fix example pipeline in gtk-doc blurb.
8730
8731 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8732
8733         * ext/gnomevfs/Makefile.am:
8734         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8735         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8736         (gst_gnome_vfs_handle_get_type), (plugin_init):
8737         * ext/gnomevfs/gstgnomevfs.h:
8738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8739         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8740         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8741         (gst_gnome_vfs_sink_set_property),
8742         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8743         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8744         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8745         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8746         (gst_gnome_vfs_sink_uri_get_type),
8747         (gst_gnome_vfs_sink_uri_get_protocols),
8748         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8749         (gst_gnome_vfs_sink_uri_handler_init):
8750         * ext/gnomevfs/gstgnomevfssink.h:
8751           Port gnomevfssink; add gtk-doc blurb.
8752
8753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8754         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8755         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8756         (gst_gnome_vfs_src_uri_get_type),
8757         (gst_gnome_vfs_src_uri_get_protocols),
8758         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8759         (gst_gnome_vfs_src_uri_handler_init),
8760         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8761         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8762         (gst_gnome_vfs_src_send_additional_headers_callback),
8763         (gst_gnome_vfs_src_received_headers_callback),
8764         (gst_gnome_vfs_src_push_callbacks),
8765         (gst_gnome_vfs_src_pop_callbacks),
8766         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8767         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8768         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8769         * ext/gnomevfs/gstgnomevfssrc.h:
8770           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8771           file; add gtk-doc blurb with example pipelines.
8772
8773 === release 0.10.1 ===
8774
8775 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8776
8777         * configure.ac:
8778           releasing 0.10.1, "Dobro Dedek"
8779
8780 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8781
8782         * gst/typefind/gsttypefindfunctions.c:
8783         iLBC30 and iLBC20 added to typefind.
8784
8785 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         * gst-libs/gst/audio/gstbaseaudiosink.c:
8788         (gst_base_audio_sink_class_init):
8789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8790         (gst_base_audio_src_class_init):
8791           update strings, values are in microseconds
8792           change the default sink buffer time to something that is smaller
8793           (to help software volume mixing have a slightly lower delay) but
8794           still be acceptable on Wim's laptop
8795
8796 2005-12-20  Edward Hervey  <edward@fluendo.com>
8797
8798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8799         Made a quack, forgot to add DUCK to the riff video template.
8800
8801 2005-12-19  Edward Hervey  <edward@fluendo.com>
8802
8803         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8804         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8805         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8806         (gst_ogm_parse_chain):
8807         Make sure pads are initialized correctly.
8808         * gst-libs/gst/riff/riff-ids.h:
8809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8810         (gst_riff_create_video_template_caps):
8811         Add a whole bunch of FOURCC <=> MimeType.
8812         Extend the riff video pad template to support the newly added fourcc.
8813
8814 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8817         (gst_ogg_demux_activate_chain):
8818           Extra debug output when activating/deactivating chains.
8819
8820         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8821         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8822         (unlinked):
8823           Remove a queue from our list when it becomes unlinked.
8824           Don't add queues to elements in class 'Demux' if they
8825           can only produce one pad 
8826
8827 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8828
8829         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8830         (gst_video_sink_get_type): Add a debug category.
8831
8832 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8833
8834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8835         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8836           Handle downstream newsegment by sending our own newsegment before the
8837           next buffer to be released. (#323900)
8838
8839 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8840
8841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8842         (gst_base_rtp_depayload_set_gst_timestamp):
8843           add queue delay to new segment as well (as opposed to just the first
8844           buffer). (bug #322347)
8845
8846 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8847
8848         * ext/libvisual/visual.c: (make_valid_name):
8849           change some char* into char[]
8850         * gst/audiotestsrc/gstaudiotestsrc.c:
8851         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8852         (gst_audio_test_src_create):
8853         * gst/audiotestsrc/gstaudiotestsrc.h:
8854           prepare to handle EOS and SEGMENT_DONE
8855
8856 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * tests/check/generic/states.c: (GST_START_TEST):
8859           Blacklist cdparanoia element in state test.
8860
8861 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8862
8863           Patch by: Benjamin Pineau
8864
8865         * gst/tcp/gsttcp.c:
8866         * gst/tcp/gsttcpclientsink.c:
8867         * gst/tcp/gsttcpserversink.c:
8868         * gst/tcp/gsttcpserversrc.c:
8869           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8870
8871 2005-12-15  Michael Smith  <msmith@fluendo.com>
8872
8873         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8874         (gst_video_rate_chain):
8875           Fix timestamping for videorate when the first buffer it sees has a
8876           non-zero timestamp. Fix some misleading debug output.
8877
8878 2005-12-15  Michael Smith  <msmith@fluendo.com>
8879
8880         * gst/audioresample/gstaudioresample.c:
8881           Don't leak all input buffers to audioresample.
8882
8883 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8886           Don't operate on empty text buffers. Strip newlines and
8887           tabs only from the end of the text, but leave them intact
8888           in the middle. Fix typo in gtk-doc description.
8889
8890 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8891
8892         * gst/playback/gstplaybasebin.c:
8893         * gst/playback/gstplaybin.c: (handoff):
8894           Make sure the video frame buffer we return to apps via the
8895           "frame" property always has caps set on it. Modify
8896           _gst_gvalue_set_object() macro to handle NULL objects
8897           gracefully too.
8898
8899 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8900
8901         * gst/audiotestsrc/gstaudiotestsrc.c:
8902         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8903         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8904         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8905         (gst_audio_test_src_create):
8906         * gst/audiotestsrc/gstaudiotestsrc.h:
8907         Adjust to some recent api changes and add wtays new cool seeking
8908         capabillities
8909
8910 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * ext/alsa/Makefile.am:
8913         * ext/alsa/gstalsadeviceprobe.c:
8914         * ext/alsa/gstalsadeviceprobe.h:
8915           Helper functions to add device probing via the GstPropertyProbe
8916           interface to a class.
8917
8918         * ext/alsa/gstalsamixer.h:
8919           Comment out GST_ALSA_MIXER, it returns a struct that's not
8920           used.
8921
8922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8923           Add some debug info. 
8924
8925         * ext/alsa/gstalsamixerelement.c:
8926         (gst_alsa_mixer_element_interface_supported),
8927         (gst_implements_interface_init),
8928         (gst_alsa_mixer_element_init_interfaces),
8929         (gst_alsa_mixer_element_class_init),
8930         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8931         (gst_alsa_mixer_element_set_property),
8932         (gst_alsa_mixer_element_get_property),
8933         (gst_alsa_mixer_element_change_state):
8934         * ext/alsa/gstalsamixerelement.h:
8935           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8936           for device handling (gnome-volume-control will need that).
8937
8938 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8939
8940         * ext/Makefile.am: fix cdparanoia entry
8941         * gst-plugins-base.spec.in: add cdparanoia
8942
8943 2005-12-12  Michael Smith  <msmith@fluendo.com>
8944
8945         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8946           Use the correct function to free list of typefind factories.
8947
8948 2005-12-12  Wim Taymans  <wim@fluendo.com>
8949
8950         * gst/videotestsrc/gstvideotestsrc.c:
8951         (gst_video_test_src_class_init), (gst_video_test_src_init),
8952         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8953         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8954         (gst_video_test_src_create):
8955         * gst/videotestsrc/gstvideotestsrc.h:
8956         Implement seeking in videotestsrc.
8957         Small cleanups.
8958
8959 2005-12-12  Wim Taymans  <wim@fluendo.com>
8960
8961         * ext/cdparanoia/Makefile.am:
8962         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8963         (gst_paranoia_endian_get_type), (_do_init),
8964         (cdparanoia_class_init), (cdparanoia_init),
8965         (cdparanoia_set_property), (cdparanoia_get_property),
8966         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8967         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8968         (cdparanoia_convert), (cdparanoia_get_query_types),
8969         (cdparanoia_query), (cdparanoia_set_index),
8970         (cdparanoia_uri_set_uri):
8971         * ext/cdparanoia/gstcdparanoia.h:
8972         Partially ported cdparanoia now that basesrc can support a
8973         plugin like this..
8974
8975 2005-12-12  Wim Taymans  <wim@fluendo.com>
8976
8977         * tests/examples/seek/scrubby.c: (main):
8978         Set higher priority for bus events so they don't get reordered with
8979         gtk gui events.
8980
8981         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8982         (flush_toggle_cb), (main):
8983         Added checkbox to disable flushing seeks. 
8984         Disable scrubbing when doing non flushing seeks.
8985
8986 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8987
8988         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8989         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8990         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8991         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8992           Implement some sort of event handling that doesn't rely on
8993           g_return_if_fail; make sure we always push the last chunk of an 
8994           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8995           state change function; remove some old cruft. Seeking is still
8996           rather unlikely to work though.
8997
8998         * tools/.cvsignore:
8999           Ignore more.
9000
9001 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9002
9003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9004         Fixed a leak of the current image reference when cleaning up.
9005         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9006
9007 2005-12-09  Michael Smith  <msmith@fluendo.com>
9008
9009         * tools/Makefile.am:
9010         * tools/gst-launch-ext-m.m:
9011           Remove gst-launch-ext. It doesn't work, and is no longer
9012           particularly useful.
9013
9014 2005-12-08  Luca Ognibene  <luogni@tin.it>
9015
9016         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9017           don't pass random values to ogmparse convert function.
9018           Make seeking possible in the exile1.ogm file.
9019
9020 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9021
9022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9023         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9024           Work around refcount problem with g_value_set_object() that occur
9025           if the core has been compiled against GLib-2.6 (g_value_set_object()
9026           will only g_object_ref() the element, but the caller will
9027           gst_object_unref() it and bad things will happen due to the way
9028           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9029           totem for people on FC4 using Thomas's 0.10 RPMs.
9030           
9031 2005-12-07  Edward Hervey  <edward@fluendo.com>
9032
9033         Time to welcome ogm to 0.10 :)
9034         
9035         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9036         (gst_ogg_pad_typefind):
9037         Oggdemux can now properly typefind elements with dynamic pads.
9038         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9039         Properly set caps on src pad, and set caps on outgoing buffers.
9040
9041 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9042
9043         * ext/alsa/gstalsamixer.h:
9044         * ext/alsa/gstalsamixerelement.h:
9045         * ext/alsa/gstalsamixeroptions.h:
9046         * ext/alsa/gstalsamixertrack.h:
9047         * ext/alsa/gstalsasink.c:
9048         * ext/alsa/gstalsasink.h:
9049         * ext/alsa/gstalsasrc.c:
9050         * ext/alsa/gstalsasrc.h:
9051         * ext/cdparanoia/gstcdparanoia.h:
9052         * ext/gnomevfs/gstgnomevfsuri.h:
9053         * ext/ogg/gstoggdemux.c:
9054         * ext/ogg/gstoggmux.c:
9055         * ext/pango/gsttextoverlay.h:
9056         * ext/theora/theoradec.c:
9057         * ext/theora/theoraenc.c:
9058         * ext/vorbis/vorbisdec.h:
9059         * ext/vorbis/vorbisenc.c:
9060         * ext/vorbis/vorbisenc.h:
9061         * ext/vorbis/vorbisparse.h:
9062         * gst-libs/gst/audio/gstaudioclock.h:
9063         * gst-libs/gst/audio/gstaudiosink.c:
9064         * gst-libs/gst/audio/gstaudiosink.h:
9065         * gst-libs/gst/audio/gstaudiosrc.c:
9066         * gst-libs/gst/audio/gstaudiosrc.h:
9067         * gst-libs/gst/audio/gstbaseaudiosink.c:
9068         * gst-libs/gst/audio/gstbaseaudiosink.h:
9069         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9070         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9071         * gst-libs/gst/audio/gstringbuffer.h:
9072         * gst-libs/gst/audio/multichannel.h:
9073         * gst-libs/gst/floatcast/floatcast.h:
9074         * gst-libs/gst/interfaces/colorbalance.c:
9075         * gst-libs/gst/interfaces/colorbalance.h:
9076         * gst-libs/gst/interfaces/colorbalancechannel.h:
9077         * gst-libs/gst/interfaces/mixer.h:
9078         * gst-libs/gst/interfaces/mixeroptions.h:
9079         * gst-libs/gst/interfaces/mixertrack.h:
9080         * gst-libs/gst/interfaces/navigation.h:
9081         * gst-libs/gst/interfaces/propertyprobe.h:
9082         * gst-libs/gst/interfaces/tuner.h:
9083         * gst-libs/gst/interfaces/tunerchannel.h:
9084         * gst-libs/gst/interfaces/tunernorm.h:
9085         * gst-libs/gst/interfaces/xoverlay.h:
9086         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9087         * gst-libs/gst/riff/riff-ids.h:
9088         * gst-libs/gst/riff/riff-media.h:
9089         * gst-libs/gst/riff/riff-read.h:
9090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9091         * gst-libs/gst/rtp/gstbasertppayload.c:
9092         * gst-libs/gst/rtp/gstbasertppayload.h:
9093         * gst-libs/gst/rtp/gstrtpbuffer.c:
9094         * gst-libs/gst/rtp/gstrtpbuffer.h:
9095         * gst-libs/gst/tag/gsttageditingprivate.h:
9096         * gst-libs/gst/tag/gstvorbistag.c:
9097         (gst_tag_list_from_vorbiscomment_buffer):
9098         * gst-libs/gst/tag/tag.h:
9099         * gst-libs/gst/video/video.h:
9100         * gst/adder/gstadder.c:
9101         * gst/adder/gstadder.h:
9102         * gst/audioconvert/audioconvert.c:
9103         * gst/audioconvert/audioconvert.h:
9104         * gst/audioconvert/gstaudioconvert.c:
9105         * gst/audioconvert/gstchannelmix.c:
9106         * gst/audioconvert/gstchannelmix.h:
9107         * gst/audiorate/gstaudiorate.c:
9108         * gst/audioresample/buffer.h:
9109         * gst/audioresample/functable.h:
9110         * gst/audioresample/gstaudioresample.c:
9111         * gst/audioresample/resample.h:
9112         * gst/ffmpegcolorspace/avcodec.h:
9113         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9114         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9115         * gst/ffmpegcolorspace/imgconvert.c:
9116         * gst/ffmpegcolorspace/imgconvert_template.h:
9117         * gst/playback/gstdecodebin.c:
9118         * gst/playback/gstplaybasebin.h:
9119         * gst/playback/gstplaybin.c:
9120         * gst/playback/gststreaminfo.h:
9121         * gst/tcp/gstfdset.c:
9122         * gst/tcp/gstfdset.h:
9123         * gst/tcp/gstmultifdsink.c:
9124         * gst/tcp/gstmultifdsink.h:
9125         * gst/tcp/gsttcp.h:
9126         * gst/tcp/gsttcpclientsrc.c:
9127         * gst/tcp/gsttcpclientsrc.h:
9128         * gst/tcp/gsttcpplugin.h:
9129         * gst/tcp/gsttcpserversink.c:
9130         * gst/tcp/gsttcpserversrc.c:
9131         * gst/typefind/gsttypefindfunctions.c:
9132         * gst/videorate/gstvideorate.c:
9133         * gst/videotestsrc/gstvideotestsrc.h:
9134         * gst/videotestsrc/videotestsrc.h:
9135         * sys/v4l/gstv4lcolorbalance.h:
9136         * sys/v4l/gstv4ltuner.h:
9137         * sys/v4l/gstv4lxoverlay.h:
9138         * sys/v4l/v4l_calls.h:
9139         * sys/v4l/videodev_mjpeg.h:
9140         * tests/check/elements/audioconvert.c:
9141         * tests/check/elements/audioresample.c:
9142         * tests/check/elements/audiotestsrc.c:
9143         * tests/check/elements/videotestsrc.c:
9144         * tests/check/elements/volume.c:
9145         * tests/examples/seek/scrubby.c:
9146         * tests/examples/seek/seek.c:
9147           expand tabs
9148
9149 === release 0.10.0 ===
9150
9151 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9152
9153         * configure.ac:
9154           releasing 0.10.0, "Mont-d'or"
9155
9156 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9157
9158         * tests/examples/seek/Makefile.am:
9159         Build fix for when gtk is not available.
9160
9161 2005-12-05  Andy Wingo  <wingo@pobox.com>
9162
9163         * ext/libvisual/visual.c: (get_buffer):
9164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9165         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9166         * ext/theora/theoradec.c: (theora_handle_data_packet):
9167         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9168         (theora_enc_chain):
9169         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9170         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9171         Update for alloc_buffer changes.
9172
9173 2005-12-05  Andy Wingo  <wingo@pobox.com>
9174
9175         patch by: Kai Vehmanen <kv2004 eca cx>
9176         
9177         * gst-libs/gst/rtp/gstbasertpdepayload.c
9178         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9179
9180 2005-12-04  Andy Wingo  <wingo@pobox.com>
9181
9182         patch by: Sebastien Cote <sebas642 yahoo ca>
9183         
9184         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9185         Fixes #319172.
9186
9187 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         * docs/plugins/Makefile.am:
9190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9192         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9193         * ext/pango/gstclockoverlay.c:
9194         * ext/pango/gsttextoverlay.c: 
9195         * ext/pango/gsttextrender.c:
9196         * ext/pango/gsttimeoverlay.c:
9197           Add gtk-doc blurbs to pango elements.
9198
9199 2005-12-02  Wim Taymans  <wim@fluendo.com>
9200
9201         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9202         * gst/audioresample/buffer.h:
9203         * gst/audioresample/gstaudioresample.c:
9204         * gst/audioresample/gstaudioresample.h:
9205         * gst/audioresample/resample.c: (resample_input_flush),
9206         (resample_input_pushthrough), (resample_input_eos),
9207         (resample_get_output_size_for_input),
9208         (resample_get_input_size_for_output), (resample_get_output_size),
9209         (resample_get_output_data):
9210         * gst/audioresample/resample.h:
9211         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9212         Fix audioresample, seek torture, new segments, reverse negotiation
9213         etc.. work fine.
9214
9215 2005-12-02  Wim Taymans  <wim@fluendo.com>
9216
9217         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9218         Small cleanups.
9219
9220 2005-12-02  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/audioconvert/gstaudioconvert.c:
9223         (gst_audio_convert_transform):
9224         Post errors.
9225
9226 === release 0.9.7 ===
9227
9228 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9229
9230         * configure.ac:
9231           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9232
9233 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9234
9235         * Makefile.am:
9236         * po/hu.po:
9237         * win32/MANIFEST:
9238         * win32/gst.sln:
9239           add win32 MANIFEST file
9240           do something to the hungarian translation
9241
9242 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         * ext/Makefile.am:
9245           Add $(PANGO_DIR) to SUBDIRS
9246
9247         * ext/pango/gstclockoverlay.c:
9248         * ext/pango/gsttimeoverlay.c:
9249           Fix and improve element descriptions.
9250
9251 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9252
9253         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9254         * docs/plugins/inspect/plugin-libvisual.xml:
9255         * docs/plugins/inspect/plugin-pango.xml:
9256           add pango plugin to docs
9257
9258 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9259
9260         * configure.ac:
9261         * ext/Makefile.am:
9262           moved pango to base
9263
9264 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9265
9266         * configure.ac:
9267         * tests/Makefile.am:
9268         * tests/icles/.cvsignore:
9269         * tests/icles/Makefile.am:
9270         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9271         (close_display), (resize_window), (move_window), (create_window),
9272         (terminate_playback), (pause_playback), (start_playback), (main):
9273           add stress test for xoverlay from Julien
9274
9275 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9276
9277         * docs/libs/tmpl/gstcolorbalance.sgml:
9278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9279         * gst-libs/gst/rtp/gstbasertppayload.c:
9280         * gst-libs/gst/rtp/gstrtpbuffer.c:
9281         * gst-libs/gst/rtp/gstrtpbuffer.h:
9282           Do burger's rename for rtp payloaders and depayloaders
9283
9284 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * win32/:
9287           add Visual Studio 6 build files
9288
9289 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9290
9291         * docs/libs/gst-plugins-base-libs-docs.sgml:
9292         * docs/libs/gst-plugins-base-libs-sections.txt:
9293         * docs/libs/tmpl/gstaudio.sgml:
9294         * docs/libs/tmpl/gstringbuffer.sgml:
9295         * gst-libs/gst/interfaces/xoverlay.c:
9296         * gst-libs/gst/video/gstvideofilter.c:
9297         * gst-libs/gst/video/gstvideosink.c:
9298           update documentation
9299
9300 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9301
9302         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9303         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9304         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9305         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9306         (gst_multi_fd_sink_get_stats),
9307         (gst_multi_fd_sink_remove_client_link),
9308         (gst_multi_fd_sink_handle_client_read),
9309         (gst_multi_fd_sink_client_queue_data),
9310         (gst_multi_fd_sink_client_queue_caps),
9311         (gst_multi_fd_sink_client_queue_buffer),
9312         (gst_multi_fd_sink_new_client),
9313         (gst_multi_fd_sink_handle_client_write),
9314         (gst_multi_fd_sink_recover_client),
9315         (gst_multi_fd_sink_queue_buffer),
9316         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9317         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9318         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9319         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9320         * gst/tcp/gstmultifdsink.h:
9321         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9322         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9323         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9324         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9325         (gst_tcp_client_sink_set_property),
9326         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9327         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9328         * gst/tcp/gsttcpclientsink.h:
9329         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9330         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9331         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9332         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9333         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9334         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9335         * gst/tcp/gsttcpclientsrc.h:
9336         * gst/tcp/gsttcpplugin.c: (plugin_init):
9337         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9338         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9339         (gst_tcp_server_sink_finalize),
9340         (gst_tcp_server_sink_handle_server_read),
9341         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9342         (gst_tcp_server_sink_set_property),
9343         (gst_tcp_server_sink_get_property),
9344         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9345         * gst/tcp/gsttcpserversink.h:
9346         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9347         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9348         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9349         (gst_tcp_server_src_set_property),
9350         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9351         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9352         * gst/tcp/gsttcpserversrc.h:
9353           more borgifying
9354
9355 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9356
9357         * docs/plugins/Makefile.am:
9358         * docs/plugins/gst-plugins-base-plugins.args:
9359         * docs/plugins/inspect/plugin-libvisual.xml:
9360         * gst/audioconvert/plugin.h:
9361         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9362         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9363         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9364         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9365         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9366         (plugin_init):
9367         * gst/audiotestsrc/gstaudiotestsrc.c:
9368         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9369         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9370         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9371         (gst_audio_test_src_get_query_types),
9372         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9373         (gst_audio_test_src_create_square),
9374         (gst_audio_test_src_create_saw),
9375         (gst_audio_test_src_create_triangle),
9376         (gst_audio_test_src_create_silence),
9377         (gst_audio_test_src_create_white_noise),
9378         (gst_audio_test_src_init_pink_noise),
9379         (gst_audio_test_src_generate_pink_noise_value),
9380         (gst_audio_test_src_create_pink_noise),
9381         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9382         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9383         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9384         (plugin_init):
9385         * gst/audiotestsrc/gstaudiotestsrc.h:
9386         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9387         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9388         (gst_sub_parse_init), (gst_sub_parse_formats),
9389         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9390         (convert_encoding), (get_next_line),
9391         (gst_sub_parse_data_format_autodetect),
9392         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9393         (gst_sub_parse_loop), (gst_sub_parse_chain),
9394         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9395         (plugin_init):
9396         * gst/subparse/gstsubparse.h:
9397         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9398         (gst_video_rate_base_init), (gst_video_rate_class_init),
9399         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9400         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9401         (gst_video_rate_init), (gst_video_rate_event),
9402         (gst_video_rate_chain), (gst_video_rate_set_property),
9403         (gst_video_rate_get_property), (gst_video_rate_change_state),
9404         (plugin_init):
9405         * gst/videoscale/gstvideoscale.c:
9406         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9407         (gst_video_scale_src_template_factory),
9408         (gst_video_scale_sink_template_factory),
9409         (gst_video_scale_get_type), (gst_video_scale_base_init),
9410         (gst_video_scale_class_init), (gst_video_scale_init),
9411         (gst_video_scale_set_property), (gst_video_scale_get_property),
9412         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9413         (gst_video_scale_prepare_size), (parse_caps),
9414         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9415         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9416         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9417         (plugin_init):
9418         * gst/videoscale/gstvideoscale.h:
9419         * gst/videotestsrc/gstvideotestsrc.c:
9420         (gst_video_test_src_pattern_get_type),
9421         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9422         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9423         (gst_video_test_src_set_pattern),
9424         (gst_video_test_src_set_property),
9425         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9426         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9427         (gst_video_test_src_event), (gst_video_test_src_get_times),
9428         (gst_video_test_src_create), (plugin_init):
9429         * gst/videotestsrc/gstvideotestsrc.h:
9430         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9431         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9432         (gst_video_test_src_black):
9433         * gst/videotestsrc/videotestsrc.h:
9434           borgify further
9435           clean up docs a little
9436
9437 2005-11-30  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9440         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9441         (gst_basertppayload_event), (gst_basertppayload_push),
9442         (gst_basertppayload_change_state):
9443         * gst-libs/gst/rtp/gstbasertppayload.h:
9444         closed #320644.
9445
9446 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9447
9448         * docs/libs/gst-plugins-base-libs-docs.sgml:
9449         * docs/libs/gst-plugins-base-libs-sections.txt:
9450         * gst-libs/gst/video/gstvideofilter.c:
9451         * gst-libs/gst/video/gstvideosink.c:
9452         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9453
9454 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9455
9456         * LICENSE:
9457           move
9458         * po/af.po:
9459         * po/az.po:
9460         * po/cs.po:
9461         * po/en_GB.po:
9462         * po/hu.po:
9463         * po/it.po:
9464         * po/nb.po:
9465         * po/nl.po:
9466         * po/or.po:
9467         * po/sq.po:
9468         * po/sr.po:
9469         * po/sv.po:
9470         * po/uk.po:
9471         * po/vi.po:
9472         * Makefile.am:
9473           update
9474         * scripts/autoplugins.sh:
9475           remove
9476
9477 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9478
9479         * Makefile.am:
9480         * configure.ac:
9481         * examples/Makefile.am:
9482         * examples/capsfilter/Makefile.am:
9483         * examples/capsfilter/capsfilter1.c:
9484         * examples/gob/Makefile.am:
9485         * examples/gob/gst-identity2.gob:
9486         * examples/indexing/.cvsignore:
9487         * examples/indexing/Makefile.am:
9488         * examples/indexing/indexmpeg.c:
9489         * examples/seeking/.cvsignore:
9490         * examples/seeking/Makefile.am:
9491         * examples/seeking/cdparanoia.c:
9492         * examples/seeking/cdplayer.c:
9493         * examples/seeking/chained.c:
9494         * examples/seeking/scrubby.c:
9495         * examples/seeking/seek.c:
9496         * examples/stats/Makefile.am:
9497         * examples/stats/mp2ogg.c:
9498         * examples/switch/.cvsignore:
9499         * examples/switch/Makefile.am:
9500         * examples/switch/switcher.c:
9501         * tests/Makefile.am:
9502         * tests/check/generic/.cvsignore:
9503         * tests/check/pipelines/.cvsignore:
9504         * tests/examples/Makefile.am:
9505         * tests/examples/seek/Makefile.am:
9506           reorganize stuff under tests/
9507
9508 2005-11-30  Edward Hervey  <edward@fluendo.com>
9509
9510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9511         Go away you stupid GstStaticPadTemplate memleak.
9512
9513 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9514
9515         * gst-libs/gst/net/Makefile.am:
9516         * gst-libs/gst/net/README:
9517         * gst-libs/gst/net/gstnetbuffer.c:
9518         * gst-libs/gst/net/gstnetbuffer.h:
9519           this was moved to "netbuffer"
9520
9521 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9522
9523         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9524         (gst_video_filter_class_init), (gst_video_filter_init):
9525         * gst-libs/gst/video/gstvideofilter.h:
9526           borgify name to bring in line with other classes
9527
9528 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9529
9530         * gst/audioscale/.cvsignore:
9531         * gst/audioscale/Makefile.am:
9532         * gst/audioscale/README:
9533         * gst/audioscale/audioscale.vcproj:
9534         * gst/audioscale/dtof.c:
9535         * gst/audioscale/dtos.c:
9536         * gst/audioscale/functable.c:
9537         * gst/audioscale/gstaudioscale.c:
9538         * gst/audioscale/gstaudioscale.h:
9539         * gst/audioscale/private.h:
9540         * gst/audioscale/resample.c:
9541         * gst/audioscale/resample.h:
9542         * gst/audioscale/test.c:
9543           remove
9544
9545 2005-11-30  Edward Hervey  <edward@fluendo.com>
9546
9547         * gst-libs/gst/netbuffer/Makefile.am:
9548         really, really tired
9549
9550 2005-11-30  Edward Hervey  <edward@fluendo.com>
9551
9552         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9553         Update for new GstTypeFindFactory _register()
9554
9555 2005-11-30  Edward Hervey  <edward@fluendo.com>
9556
9557         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9558         Let's not override libgstnet from core for no reason...
9559         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9560         Ok, maybe not so quick next time.
9561
9562 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9563
9564         * configure.ac:
9565         * gst-libs/gst/Makefile.am:
9566           moved gst-libs/gst/net to netbuffer through CVS surgery
9567           remove old directory
9568           updating build to accomodate
9569           (#322257)
9570
9571 2005-11-29  Andy Wingo  <wingo@pobox.com>
9572
9573         * pkgconfig/gstreamer-plugins-base.pc.in:
9574         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9575         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9576         (#322257).
9577
9578 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9579
9580         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9581         3rd time's the charm. Correct ref-counting for discarded buffers.
9582
9583 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9584
9585         * gst/playback/gststreamselector.c:
9586         (gst_stream_selector_class_init),
9587         (gst_stream_selector_set_property),
9588         (gst_stream_selector_get_property),
9589         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9590         Fix ref-counting
9591
9592 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/subparse/gstsubparse.c: (feed_textbuf):
9595           Don't access already unref'ed buffer.
9596
9597 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9598
9599         * gst/playback/gststreamselector.c:
9600         (gst_stream_selector_class_init), (gst_stream_selector_init),
9601         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9602         (gst_stream_selector_get_property),
9603         (gst_stream_selector_get_linked_pad),
9604         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9605         * gst/playback/gststreamselector.h:
9606         Add the active-pad property for playbin to use shortly. Ignore buffers
9607         from any other pad, returning GST_FLOW_NOT_LINKED
9608
9609 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9610
9611         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9612         patch from bug #322704 (Alessandro Decina).
9613
9614 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9615
9616         * gst-libs/gst/audio/Makefile.am:
9617           folded audiofilter into the audio library
9618
9619 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9620
9621         * gst/videoscale/gstvideoscale.h:
9622         * gst/videoscale/gstvideoscale.c:
9623           remove unimplemented scale methods
9624
9625 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9628           Don't leak caps.
9629
9630 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9631
9632         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9633         (gst_ximagesink_setcaps):
9634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9635         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9636         happens (only visible on ximagesink but bug is in xv too) set_caps was
9637         destroying the internal x[v]image used to memcpy non locally alloced
9638         buffers so that it got renewed on next _chain. The issue is that 
9639         _expose will try to put that image as it reffed it in _put.
9640         Using gst_buffer_unref instead of destroy fixes it !
9641
9642 2005-11-28  Edward Hervey  <edward@fluendo.com>
9643
9644         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9645         (try_to_link_1), (queue_filled_cb):
9646         Better use of the queues. Start with a small size queue and only increase
9647         the size of the queues when the other queues are empty.
9648
9649 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9650
9651         * gst-libs/gst/video/Makefile.am:
9652           compile in copied-over videofilter into the video library
9653         * gst-libs/gst/video/videosink.h:
9654           rename the header to gstvideosink.h since it's a base GstObject class
9655         * sys/ximage/ximagesink.h:
9656         * sys/xvimage/xvimagesink.h:
9657           use the new header
9658
9659 2005-11-28  Wim Taymans  <wim@fluendo.com>
9660
9661         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9662         * gst/playback/gstplaybasebin.h:
9663         Prepare to handle errors betters.
9664
9665         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9666         Set sinks to PAUSED first before adding and linking them so that
9667         we don't interrupt dataflow.
9668
9669 2005-11-28  Wim Taymans  <wim@fluendo.com>
9670
9671         * gst-libs/gst/audio/TODO:
9672         Updated TODO
9673
9674         * gst-libs/gst/audio/gstaudiosink.c:
9675         (gst_audioringbuffer_open_device),
9676         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9677         (gst_audioringbuffer_release):
9678         Small cleanups.
9679
9680         * gst-libs/gst/audio/gstbaseaudiosink.c:
9681         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9682         (gst_base_audio_sink_change_state):
9683         Slave to the master clock when going to PLAYING and unslave when
9684         going to PAUSED.
9685
9686         * gst-libs/gst/audio/gstringbuffer.c:
9687         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9688         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9689         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9690         (gst_ring_buffer_clear_all), (wait_segment),
9691         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9692         (gst_ring_buffer_advance):
9693         * gst-libs/gst/audio/gstringbuffer.h:
9694         Add some docs and cleanups.
9695
9696 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9697
9698         * sys/xvimage/xvimagesink.c:
9699         (gst_xvimagesink_navigation_send_event): Fix navigation events
9700         coordinates translation with pixel aspect ratios.
9701
9702 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9703
9704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9705         Use calculated video geometry from _setcaps instead of buffer
9706         caps to respect pixel aspect ratio. (fixes #322388)
9707
9708 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9709
9710         * docs/libs/tmpl/gstcolorbalance.sgml:
9711         * docs/libs/tmpl/gstmixer.sgml:
9712         * docs/libs/tmpl/gstxoverlay.sgml:
9713         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9714         interface.
9715
9716 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9717
9718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9719         Refuse to create an XvImage if we can't find the format.
9720
9721 2005-11-28  Edward Hervey  <edward@fluendo.com>
9722
9723         * gst-libs/gst/riff/riff-media.c:
9724         (gst_riff_create_audio_template_caps):
9725         Add ATRAC3 to the list of riff-possible audio caps.
9726         I know we still don't have a plugin for atrac3, but it's saner to output
9727         that than a cryptic mimetype.
9728
9729 2005-11-27  Edward Hervey  <edward@fluendo.com>
9730
9731         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9732         Don't try to create a zero-sized subbuffer.
9733
9734 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9735
9736         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9737         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9738         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9739         (gst_ximagesink_expose): Fixed a tricky race.
9740         * sys/ximage/ximagesink.h:
9741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9742         (gst_xvimagesink_expose): Fixed a tricky race.
9743         * sys/xvimage/xvimagesink.h:
9744
9745 2005-11-27  Edward Hervey  <edward@fluendo.com>
9746
9747         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9748         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9749         Remove unused properties, and add queues between demuxers and decoders
9750         so that a lot more files can preroll properly.
9751
9752 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9753
9754         * gst-libs/gst/net/Makefile.am:
9755         * gst-libs/gst/rtp/Makefile.am:
9756         * gst-libs/gst/tag/Makefile.am:
9757           remove silly include
9758         * gst/tags/Makefile.am:
9759         * gst/tags/gsttagediting.c:
9760         * gst/tags/gsttageditingprivate.h:
9761         * gst/tags/tagedit.vcproj:
9762           remove directory, is as good as empty
9763
9764 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9765
9766         * configure.ac:
9767           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9768         * gst-libs/Makefile.am:
9769         * gst-libs/gst/audio/Makefile.am:
9770         * gst-libs/gst/interfaces/Makefile.am:
9771         * gst-libs/gst/net/Makefile.am:
9772         * gst-libs/gst/riff/Makefile.am:
9773         * gst-libs/gst/rtp/Makefile.am:
9774         * gst-libs/gst/tag/Makefile.am:
9775         * gst-libs/gst/video/Makefile.am:
9776           and use them
9777
9778 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9779
9780         * docs/libs/tmpl/gstcolorbalance.sgml:
9781         * docs/libs/tmpl/gstmixer.sgml:
9782         * docs/libs/tmpl/gstxoverlay.sgml:
9783         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9784         * sys/ximage/ximagesink.h:
9785         * sys/xvimage/xvimagesink.h: More and more documentation.
9786
9787 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9788
9789         * docs/libs/gst-plugins-base-libs-docs.sgml:
9790         * docs/libs/gst-plugins-base-libs-sections.txt:
9791         * docs/libs/tmpl/gstcolorbalance.sgml:
9792         * docs/libs/tmpl/gstmixer.sgml:
9793         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9794         to documentation.
9795
9796 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9797
9798         * docs/plugins/Makefile.am:
9799         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9801         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9802
9803 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9804
9805         * docs/plugins/Makefile.am:
9806         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9808         * docs/plugins/inspect/plugin-adder.xml:
9809         * docs/plugins/inspect/plugin-alsa.xml:
9810         * docs/plugins/inspect/plugin-audioconvert.xml:
9811         * docs/plugins/inspect/plugin-audiorate.xml:
9812         * docs/plugins/inspect/plugin-audioresample.xml:
9813         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9814         * docs/plugins/inspect/plugin-decodebin.xml:
9815         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9816         * docs/plugins/inspect/plugin-gnomevfs.xml:
9817         * docs/plugins/inspect/plugin-ogg.xml:
9818         * docs/plugins/inspect/plugin-playbin.xml:
9819         * docs/plugins/inspect/plugin-subparse.xml:
9820         * docs/plugins/inspect/plugin-tcp.xml:
9821         * docs/plugins/inspect/plugin-theora.xml:
9822         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9823         * docs/plugins/inspect/plugin-video4linux.xml:
9824         * docs/plugins/inspect/plugin-videorate.xml:
9825         * docs/plugins/inspect/plugin-videoscale.xml:
9826         * docs/plugins/inspect/plugin-videotestsrc.xml:
9827         * docs/plugins/inspect/plugin-volume.xml:
9828         * docs/plugins/inspect/plugin-vorbis.xml:
9829         * docs/plugins/inspect/plugin-ximagesink.xml:
9830         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9831         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9832
9833 2005-11-26  Edward Hervey  <edward@fluendo.com>
9834
9835         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9836         Properly return GstFlowReturn from gst_pad_push in chain functions.
9837
9838 2005-11-25  Michael Smith  <msmith@fluendo.com>
9839
9840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9841         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9842         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9843         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9844           Handle various conditions better when we don't understand a stream.
9845           Removes a heap of CRITICALs on ogg streams containing unknown data.
9846
9847 2005-11-24  Andy Wingo  <wingo@pobox.com>
9848
9849         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9850         Be threadsafe.
9851
9852 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9853
9854         * configure.ac: back to HEAD
9855
9856 === release 0.9.6 ===
9857
9858 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9859
9860         * configure.ac:
9861           releasing 0.9.6, "White Eight"
9862
9863 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9864
9865         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9866         * docs/plugins/inspect/plugin-sine.xml:
9867           remove sinesrc some more
9868
9869 2005-11-23  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9872         If we are reading too slowly, jump forward in the ringbuffer
9873         instead of blocking.
9874
9875 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9876
9877         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9878         (gst_visual_chain):
9879         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9880         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9881         (gst_videorate_chain):
9882         * gst/videotestsrc/gstvideotestsrc.c:
9883         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9884         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9885         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9886         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9888         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9889           Updates for API changes
9890
9891 2005-11-23  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst-libs/gst/audio/gstbaseaudiosink.c:
9894         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9895         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9896         Fix for calibration API change.
9897
9898 2005-11-23  Michael Smith <msmith@fluendo.com>
9899
9900         * gst-libs/gst/audio/multichannel.c:
9901         (gst_audio_get_channel_positions),
9902         (gst_audio_set_channel_positions),
9903         (gst_audio_set_structure_channel_positions_list),
9904         (gst_audio_fixate_channel_positions):
9905           Use gst_value_array_*() functions on value arrays, not
9906           gst_value_list_*().
9907
9908 2005-11-23  Edward Hervey  <edward@fluendo.com>
9909
9910         * autogen.sh:
9911         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9912         Fixes autogen
9913
9914 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9915
9916         * check/Makefile.am:
9917         * check/elements/videotestsrc.c: (setup_videotestsrc),
9918         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9919         (main):
9920           add a test for videotestsrc
9921
9922 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9923
9924         * gst/sine/.cvsignore:
9925         * gst/sine/Makefile.am:
9926         * gst/sine/gstsinesrc.c:
9927         * gst/sine/gstsinesrc.h:
9928         * gst/sine/sinesrc.vcproj:
9929           and remove sinesrc from the repository.  Closes #321446
9930
9931 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9932
9933         * configure.ac:
9934         * gst-plugins-base.spec.in:
9935           remove sinesrc from the build
9936
9937 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9938
9939         * check/Makefile.am:
9940         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9941         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9942         (main):
9943           add a test for audiotestsrc, testing all waves.  Even seems
9944           leak-free at first glance, nice job Stefan
9945
9946 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9947
9948         * po/af.po:
9949         * po/az.po:
9950         * po/cs.po:
9951         * po/en_GB.po:
9952         * po/hu.po:
9953         * po/it.po:
9954         * po/nb.po:
9955         * po/nl.po:
9956         * po/or.po:
9957         * po/sq.po:
9958         * po/sr.po:
9959         * po/sv.po:
9960         * po/uk.po:
9961         * po/vi.po:
9962           Translation string updates
9963
9964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9965         (gst_v4lsrc_set_caps):
9966         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9967         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9968         * sys/v4l/v4lsrc_calls.h:
9969           Improve v4lsrc, by making it work again.
9970
9971 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * ext/libvisual/visual.c: (gst_visual_chain):
9974           Fix the fps calculations.
9975
9976         * gst/ffmpegcolorspace/avcodec.h:
9977           Move structure element for clarity
9978
9979         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9980         * gst-libs/gst/interfaces/tunernorm.h:
9981         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9982         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9983         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9984         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9985         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9986         (gst_v4lmjpegsrc_getcaps):
9987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9988         (gst_v4lsrc_set_caps):
9989         * sys/v4l/gstv4lsrc.h:
9990         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9991         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9992         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9993         * sys/v4l/v4lsrc_calls.h:
9994           Fractional framerates...
9995
9996 2005-11-22  Wim Taymans  <wim@fluendo.com>
9997
9998         * gst-libs/gst/audio/gstbaseaudiosink.c:
9999         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10000         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10001         And we provide a clock by default, of course...
10002
10003 2005-11-22  Wim Taymans  <wim@fluendo.com>
10004
10005         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10006         This clock can be slaved to a master clock now.
10007
10008         * gst-libs/gst/audio/gstbaseaudiosink.c:
10009         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10010         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10011         (gst_base_audio_sink_set_clock),
10012         (gst_base_audio_sink_set_property),
10013         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10014         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10015         * gst-libs/gst/audio/gstbaseaudiosink.h:
10016         Handle slaving the internal clock to the clock selected in the
10017         pipeline.
10018         Add property to make the basesink not provide a clock.
10019
10020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10021         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10022         (gst_base_rtp_depayload_wait):
10023         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10024         We can use the clock in GstElement, no need to store it ourselves.
10025
10026 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10027
10028         * docs/libs/tmpl/gstaudio.sgml:
10029           update
10030         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10031         (gst_paranoia_endian_get_type):
10032         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10033         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10034         * gst/audiotestsrc/gstaudiotestsrc.c:
10035         (gst_audiostestsrc_wave_get_type):
10036         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10037         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10038         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10039         (gst_sync_method_get_type), (gst_unit_type_get_type),
10040         (gst_client_status_get_type), (gst_multifdsink_class_init),
10041         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10042         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10043         (gst_multifdsink_get_property):
10044         * gst/tcp/gstmultifdsink.h:
10045         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10046         * gst/videotestsrc/gstvideotestsrc.c:
10047         (gst_videotestsrc_pattern_get_type):
10048           remove deprecated properties
10049           fix up enums to correctly have short lowercase dashed nicks
10050
10051 2005-11-22  Michael Smith <msmith@fluendo.com>
10052
10053         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10054         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10055           Add underscore.
10056
10057 2005-11-22  Michael Smith <msmith@fluendo.com>
10058
10059         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10060         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10061           Use utility method for scaling clocktime for fractional framerates.
10062
10063 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10064
10065         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10066         (gst_visual_chain):
10067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10068         * ext/theora/theoradec.c: (theora_handle_type_packet):
10069         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10070         (theora_enc_chain):
10071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10072         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10073         * gst-libs/gst/video/video.h:
10074         * gst/ffmpegcolorspace/avcodec.h:
10075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10076         (gst_ffmpeg_caps_to_pixfmt):
10077         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10078         (gst_ffmpegcsp_set_caps):
10079         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10080         (gst_videorate_setcaps), (gst_videorate_blank_data),
10081         (gst_videorate_chain):
10082         * gst/videotestsrc/gstvideotestsrc.c:
10083         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10084         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10085         (gst_videotestsrc_event), (gst_videotestsrc_create):
10086         * gst/videotestsrc/gstvideotestsrc.h:
10087         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10088         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10089         (gst_ximagesink_get_times), (gst_ximagesink_init):
10090         * sys/ximage/ximagesink.h:
10091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10092         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10093         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10094         * sys/xvimage/xvimagesink.h:
10095           Convert elements to use fractions for their framerate.
10096           V4L elements to come later tonight.
10097
10098 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10099
10100         * gst-libs/gst/audio/audio.c:
10101         * gst-libs/gst/audio/audio.h:
10102           remove some deprecated functions
10103
10104 2005-11-22  Andy Wingo  <wingo@pobox.com>
10105
10106         * Update for gst_tag_setter API changes.
10107
10108 2005-11-22  Andy Wingo  <wingo@pobox.com>
10109
10110         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10111         (gst_ogg_demux_perform_seek):
10112         * ext/theora/theoradec.c (theora_dec_sink_event):
10113         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10114         update-funcnames.
10115
10116 2005-11-22  Wim Taymans  <wim@fluendo.com>
10117
10118         * examples/seeking/seek.c: (main):
10119         Give higher priority to bus signals than the gtk events
10120         to fix a race condition in the segment looping.
10121
10122 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * ext/theora/Makefile.am:
10125         * ext/vorbis/Makefile.am:
10126         * gst-libs/gst/tag/Makefile.am:
10127         * gst-plugins-base.spec.in:
10128           Rename libgsttagedit to libgsttag (#322117).
10129
10130 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10134           Call gst_x_overlay_prepare_xwindow_id() to give applications
10135           a final chance to set their own xwindow id before the video
10136           sink creates its own window.
10137
10138 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10139
10140         * sys/xvimage/xvimagesink.c:
10141         (gst_xvimagesink_navigation_send_event): Handle navigation
10142         events correcly with borders if applicable.
10143
10144 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         Patch by: Luca Ognibene
10147
10148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10149         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10151         (gst_ffmpegcsp_caps_remove_format_info):
10152         * gst/ffmpegcolorspace/imgconvert.c:
10153         * gst/ffmpegcolorspace/imgconvert_template.h:
10154           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10155           #318353); use gst_structure_has_name().
10156
10157 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10158
10159         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10160         (gst_ximagesink_class_init): Add debug macros on functions.
10161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10162         (gst_xvimagesink_xwindow_draw_borders),
10163         (gst_xvimagesink_xvimage_put),
10164         (gst_xvimagesink_xwindow_update_geometry),
10165         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10166         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10167         (gst_xvimagesink_xcontext_clear),
10168         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10169         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10170         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10171         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10172         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10173         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10174         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10175         expose while being PAUSED, out of data flow navigation events, etc..
10176
10177 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10178
10179         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10180         * gst-libs/gst/audio/audio.h:
10181           fix prototype - wondering why the test worked regardless
10182
10183 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10184
10185         * check/Makefile.am:
10186         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10187         * gst-libs/gst/audio/audio.h:
10188           add a method that returns a proper GstClockTime
10189
10190 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10191
10192         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10193         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10194         * gst-libs/gst/interfaces/xoverlay.h:
10195           Remove everything having to do with the desired size; add 
10196           gst_x_overlay_prepare_xwindow_id() function; remove the
10197           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10198           post a message on the bus instead (#321816).
10199
10200         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10202         (gst_xvimagesink_xoverlay_init):
10203           Remove desired size stuff (#321816).
10204
10205 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10208         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10209         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10210           Terminate vararg functions with NULL instead of 0 to 
10211           make gcc4 happy.
10212
10213 2005-11-21  Andy Wingo  <wingo@pobox.com>
10214
10215         patch by: Sebastien Cote <sebas642@yahoo.ca>
10216         
10217         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10218         * gst-libs/gst/rtp/gstrtpbuffer.c
10219         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10220
10221 2005-11-21  Andy Wingo  <wingo@pobox.com>
10222
10223         * gst/playback/gstplaybin.c (gen_audio_element) 
10224         (gen_video_element): Use the new MISSING_PLUGIN core error
10225         category. Closes #320060.
10226
10227         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10228         * gst/videorate/gstvideorate.c (gst_videorate_event):
10229         * ext/theora/theoradec.c (theora_dec_sink_event): 
10230         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10231         stream lock.
10232
10233         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10234         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10235         stream lock changes.
10236
10237 2005-11-21  Wim Taymans  <wim@fluendo.com>
10238
10239         * gst-libs/gst/audio/gstbaseaudiosink.c:
10240         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10241         (gst_base_audio_sink_provide_clock),
10242         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10243         (gst_base_audio_sink_change_state):
10244         * gst/audioresample/gstaudioresample.c:
10245         Segment update fix.
10246
10247 2005-11-21  Andy Wingo  <wingo@pobox.com>
10248
10249         * *.h:
10250         * *.c: Ran scripts/update-macros. Oh yes.
10251
10252 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         * sys/ximage/Makefile.am:
10255         * sys/ximage/ximage.c:
10256           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10257           remove your old libgstximage.* manually if necessary).
10258
10259 2005-11-21  Michael Smith <msmith@fluendo.com>
10260
10261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10262           Minimal fix for bug #320200: set the min/max bitrate in the correct
10263           units. A better fix would be to upgrade to the RATEMANAGE2
10264           interface, rather than using the deprecated interface used here, but
10265           that would require an update in our libvorbis dependency (to 1.1),
10266           which is probably undesirable.
10267
10268 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10269
10270         * ext/libvisual/visual.c: (get_buffer):
10271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10272         (gst_base_audio_src_fixate):
10273         * gst/audioconvert/gstaudioconvert.c:
10274         (gst_audio_convert_fixate_caps):
10275         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10276         * gst/audiotestsrc/gstaudiotestsrc.c:
10277         (gst_audiotestsrc_src_fixate):
10278         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10279         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10280         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10281         * gst/videotestsrc/gstvideotestsrc.c:
10282         (gst_videotestsrc_src_fixate):
10283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10285           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10286           (#322027)
10287
10288
10289 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10292         (gst_riff_create_iavs_caps):
10293         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10294         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10295         (gst_riff_parse_info):
10296         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10299           Fixes for GST_FOURCC_FORMAT API change.
10300
10301 2005-11-21  Andy Wingo  <wingo@pobox.com>
10302
10303         patch by: Alessandro Dessina <alessandro nnva org>
10304
10305         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10306         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10307         (gst_ogg_parse_chain):
10308         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10309         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10310         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10311         gst_value_list calls on arrays. Fixes #321962.
10312
10313 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10314
10315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10316         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10317         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10318         * gst/adder/gstadder.c: (gst_adder_init),
10319         (gst_adder_request_new_pad), (gst_adder_collected),
10320         (gst_adder_change_state):
10321           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10322           API change.
10323
10324 2005-11-21  Michael Smith <msmith@fluendo.com>
10325
10326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10327         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10328           Properly handle pad_push return values.
10329
10330 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10331
10332         * gst-libs/gst/tag/Makefile.am:
10333         * gst-libs/gst/tag/gstvorbistag.c:
10334         (gst_tag_list_to_vorbiscomment_buffer):
10335           Remove obsolete vorbistag element and debug category.
10336
10337         * gst/playback/gstplaybasebin.c: (check_queue):
10338           Don't divide by 0 when queue-threshold is 0.
10339
10340         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10341           Don't modify an existing pixel-aspect-ratio if we fail to read
10342           a new one.
10343
10344 2005-11-20  Wim Taymans  <wim@fluendo.com>
10345
10346         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10347         (gst_vorbisenc_push_packet):
10348         GST_PAD_IS_USABLE is gone, use the return value of
10349         the push or pad_alloc_buffer instead.
10350
10351 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10352
10353         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10354         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10355         (gst_ximagesink_ximage_destroy),
10356         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10357         (gst_ximagesink_xwindow_new),
10358         (gst_ximagesink_xwindow_update_geometry),
10359         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10360         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10361         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10362         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10363         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10364         (gst_ximagesink_navigation_send_event),
10365         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10366         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10367         (gst_ximagesink_finalize), (gst_ximagesink_init),
10368         (gst_ximagesink_class_init):
10369         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10370         This new version brings correct software scaling, non flickering
10371         window while resizing, pixel aspect ratio handling, usage of
10372         hardware buffer pools, out of data flow event thread for 
10373         navigation and handling of expose events even when being PAUSED,
10374         a new property to keep video aspect ratio when resizing, etc...
10375
10376 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10377
10378         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10379         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10380         handling of PAR.
10381
10382 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10383
10384         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10385         Unsetting IS_SINK flag from the fakesink, so decodebin
10386         never behaves as a sink.
10387
10388 2005-11-17  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10391         (gst_base_audio_src_change_state):
10392         Fix the audiosrc base class again, we did not unflush.
10393
10394 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10395
10396         * examples/seeking/seek.c: (make_dv_pipeline),
10397         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10398         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10399         to ogg/vorbis/theora pipeline.
10400
10401 2005-11-17  Wim Taymans  <wim@fluendo.com>
10402
10403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10404         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10405         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10406         Fix EOS on multiple streams.
10407         More debugging.
10408
10409 2005-11-16  Wim Taymans  <wim@fluendo.com>
10410
10411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10412         (gst_ogg_demux_perform_seek):
10413         Segment done must include stream time.
10414
10415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10416         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10417         (gst_ogg_mux_change_state):
10418         Fix ogg muxer again.
10419
10420 2005-11-16  Wim Taymans  <wim@fluendo.com>
10421
10422         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10423         Fix compile again.
10424
10425 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10426
10427         * ext/libvisual/visual.c: (gst_visual_init):
10428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10429         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10430         (gst_ogg_parse_chain):
10431         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10432         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10433         * ext/theora/theoradec.c: (gst_theora_dec_init):
10434         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10436         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10437         * gst/adder/gstadder.c: (gst_adder_class_init),
10438         (gst_adder_dispose):
10439         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10440         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10441         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10442           Fix a whole set of pad template leaks
10443
10444 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10445
10446         * check/generic/states.c: (GST_START_TEST):
10447           fix the test so that it only checks for elements that are part of
10448           this source module
10449
10450 2005-11-16  Michael Smith <msmith@fluendo.com>
10451
10452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10453         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10454         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10455         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10456         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10457         (gst_ogg_mux_change_state):
10458           Fix leaking collectpads.
10459
10460 2005-11-16  Edward Hervey  <edward@fluendo.com>
10461
10462         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10463         (gst_videorate_event), (gst_videorate_chain):
10464         Handle segment seeks
10465
10466 2005-11-16  Wim Taymans  <wim@fluendo.com>
10467
10468         * gst-libs/gst/audio/gstbaseaudiosink.c:
10469         (gst_base_audio_sink_provide_clock),
10470         (gst_base_audio_sink_change_state):
10471         Set ringbuffer to non-flushing when going to PAUSED, set to
10472         flushing again when going to READY.
10473
10474         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10475         (gst_ring_buffer_stop):
10476         Start in flushing mode by default.
10477         Don't set flushing in the _stop method, let the app call
10478         this explicitly.
10479
10480 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10481
10482         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10483         * gst-libs/gst/video/videosink.h: Add helper function needed
10484         for video sinks.
10485
10486 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * gst/videoscale/gstvideoscale.c:
10489         (gst_videoscale_handle_src_event):
10490           Don't leak reference to pad parent.
10491
10492 2005-11-16  Wim Taymans  <wim@fluendo.com>
10493
10494         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10495         Set ringbuffer to flushing when stopping so that we don't
10496         block on wait_segment anymore and livelock.
10497
10498 2005-11-16  Wim Taymans  <wim@fluendo.com>
10499
10500         * examples/seeking/seek.c: (send_event), (do_seek),
10501         (loop_toggle_cb), (segment_done), (main):
10502         Added looping checkbox.
10503
10504 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10505
10506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10507         (gst_ogg_demux_init):
10508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10509         (gst_vorbis_dec_init):
10510           revert unrefs, they don't pass make check
10511
10512 2005-11-15  Johan Dahlin  <johan@gnome.org>
10513
10514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10515         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10516         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10517         (gst_vorbis_dec_init):
10518         Fix pad template leaks. 
10519
10520 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10523           Make state change function thread safe.
10524
10525 2005-11-15  Edward Hervey  <edward@fluendo.com>
10526
10527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10528         (gst_ogg_demux_class_init):
10529         Implement GstElement::send_event, so we can send seek events
10530         in GST_STATE_READY
10531
10532 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10533
10534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10535         Discovered how to take away flickering while resizing the
10536         window. Please don't put that in ximagesink, refactoring in
10537         progress.
10538
10539 2005-11-14  Michael Smith <msmith@fluendo.com>
10540
10541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10542         (gst_multifdsink_render):
10543           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10544
10545 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * gst/playback/gstplaybin.c: (gen_audio_element):
10548           Use autoaudiosink, it tends to be more widely available than
10549           autoaudiiosink.
10550           
10551 2005-11-14  Andy Wingo  <wingo@pobox.com>
10552
10553         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10554         as well if it is available. Fixes #316442.
10555
10556 2005-11-14  Michael Smith <msmith@fluendo.com>
10557
10558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10559         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10560         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10561         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10562         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10563         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10565         (gst_vorbisenc_change_state):
10566           Fix a small memory leak in vorbisenc.
10567           Fix large memory leaks in oggmux, also fix lots of state change
10568           bugs in oggmux.
10569
10570 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10571
10572         * gst/videotestsrc/gstvideotestsrc.c:
10573         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10574         (gst_videotestsrc_src_fixate):
10575           move fixation to a fixate function
10576           remove negotiate function, basesrc's is good enough
10577           fixes a bug for check when using the element alone
10578
10579 2005-11-13  Edward Hervey  <edward@fluendo.com>
10580
10581         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10582         (key_toggle_cb), (main):
10583         Added checkboxes for adding/removing the accurate and key_unit seek
10584         flags.
10585
10586 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10587
10588         * configure.ac: back to HEAD
10589
10590 === release 0.9.5 ===
10591
10592 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10593
10594         * configure.ac:
10595           releasing 0.9.5, "No No Kia"
10596
10597 2005-11-11  Edward Hervey  <edward@fluendo.com>
10598
10599         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10600         Added parse-launch syntax seeking mode for the seeking example.
10601         This should help stress-test even more cases.
10602         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10603
10604 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * sys/xvimage/xvimagesink.c:
10607         (gst_xvimagesink_navigation_send_event):
10608           Check whether peer pad exists before sending navigation events
10609           to it.
10610
10611 2005-11-11  Michael Smith <msmith@fluendo.com>
10612
10613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10614         (gst_vorbisenc_buffer_from_packet):
10615         * ext/vorbis/vorbisenc.h:
10616           Set duration on encoded buffers. This allows oggmux's
10617           max_page_delay parameter to actually work.
10618
10619 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10620
10621         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10622         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10623         (gst_ffmpegcsp_avpicture_fill):
10624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10625         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10626           Make palettes work again (see #132341). Use our own macros
10627           for rounding up.
10628
10629 2005-11-10  Andy Wingo  <wingo@pobox.com>
10630
10631         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10632         string doober.
10633
10634 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10635
10636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10637         (gst_ffmpegcsp_transform_caps):
10638           Prefer passthrough in transform_caps
10639
10640 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10641
10642         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10643           check for ALSA errors properly, instead of relying on ALSA's
10644           error strings to serve to the user.
10645
10646 2005-11-10  Wim Taymans  <wim@fluendo.com>
10647
10648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10649         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10650         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10651         Modernise the seek code.
10652
10653 2005-11-10  Michael Smith <msmith@fluendo.com>
10654         
10655         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10656         (setup_substreams), (set_active_source):
10657           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10658           trying to go to NULL if we failed to read a file.
10659
10660 2005-11-10  Wim Taymans  <wim@fluendo.com>
10661
10662         * gst/audiotestsrc/gstaudiotestsrc.c:
10663         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10664         (gst_audiotestsrc_create):
10665         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10666         (gst_sinesrc_get_times), (gst_sinesrc_create):
10667         * gst/videotestsrc/gstvideotestsrc.c:
10668         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10669         (gst_videotestsrc_create):
10670         The base class can now sync for us.
10671
10672 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10675           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10676           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10677           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10678           format=(fourcc)I420" ! xvimagesink
10679
10680 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10683         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10684         (gst_sinesrc_newsegment):
10685           Send newsegment event in TIME format, set duration if
10686           num-buffers is set, fix duration querying.
10687
10688 2005-11-10  Michael Smith <msmith@fluendo.com>
10689
10690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10691         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10692         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10693         (gst_ogg_mux_collected):
10694          Fix EOS handling, partially. Now forwarding an EOS event once we have
10695          EOS on all pads works correctly. However, we still don't properly set
10696          EOS on the actual ogg stream pages.
10697
10698 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10701           Set elements to NULL state before disposing of them.
10702
10703 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10704
10705         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10708         (gst_base_rtp_depayload_init),
10709         (gst_base_rtp_depayload_set_gst_timestamp):
10710         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10711           We need to send a newsegment event for each instance, not
10712           just for the first instance of this class (get rid of
10713           static variable in function). (#321011).
10714           
10715 2005-11-08  Michael Smith <msmith@fluendo.com>
10716
10717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10718         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10719         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10720         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10721           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10722           This makes us mux things correctly according to the ogg muxing
10723           rules. Still not handling EOS correctly right now, though.
10724
10725 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * gst/audioconvert/gstaudioconvert.c:
10728           Fix typo in docs. 
10729
10730 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10733         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10734           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10735           creating a new chain; should fix live streaming. Also
10736           add more debug output and fix a typo.
10737
10738 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10739
10740         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * gst/volume/gstvolume.c: (volume_set_caps):
10743           Fix compilation on Solaris with Forte. (#320923)
10744
10745 2005-11-08  Wim Taymans  <wim@fluendo.com>
10746
10747         * gst-libs/gst/audio/gstbaseaudiosink.c:
10748         (gst_base_audio_sink_render):
10749         No need to do a typecheck.
10750
10751 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * ext/alsa/gstalsa.h:
10754           We register a debug category, so let's use it.
10755
10756 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10757
10758         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10759         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10760         Fixed a small problem.
10761
10762 2005-11-04  Wim Taymans  <wim@fluendo.com>
10763
10764         * examples/seeking/Makefile.am:
10765         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10766         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10767         (make_playerbin_pipeline), (format_value), (update_scale),
10768         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10769         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10770         (print_usage), (main):
10771         Added app for playback speed testing.
10772
10773         * examples/seeking/seek.c: (dynamic_link),
10774         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10775         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10776         (message_received), (main):
10777         Updated seek example.
10778
10779 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10780
10781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10782         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10783         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10784         (gst_base_rtp_depayload_set_clock):
10785         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10786         Don't sleep on the bench (system clock) when you have a nice 
10787         comfortable bed (Gstreamer clock) to sleep on.
10788
10789 2005-11-03  Wim Taymans  <wim@fluendo.com>
10790
10791         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10792         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10793         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10794         Handle the case where a pad_block failed.
10795
10796 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10797
10798         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10799
10800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10801         (gst_base_rtp_depayload_add_to_queue),
10802         (gst_base_rtp_depayload_push),
10803         (gst_base_rtp_depayload_set_gst_timestamp),
10804         (gst_base_rtp_depayload_queue_release):
10805           Fixes some bugs in the depayloader's queuing/de-queueing code.
10806
10807 2005-10-31  Michael Smith <msmith@fluendo.com>
10808
10809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10810         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10811         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10812           Patch from Alessandro Decina <alessandro@nnva.org>.
10813           Make oggdemux only find the final time in a chain, not per-pad,
10814           since the per-pad information can be very expensive to locate, and
10815           it isn't used anywhere. This makes reading a file containing
10816           OggSkeleton reasonably fast.
10817           Also, make chain finding work when there are logical bitstreams that
10818           can't be decoded. Fixes #319110.
10819
10820 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10821
10822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10823         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10824         (gst_base_rtp_depayload_chain),
10825         (gst_base_rtp_depayload_add_to_queue),
10826         (gst_base_rtp_depayload_push),
10827         (gst_base_rtp_depayload_set_gst_timestamp),
10828         (gst_base_rtp_depayload_queue_release),
10829         (gst_base_rtp_depayload_start_thread),
10830         (gst_base_rtp_depayload_set_property),
10831         (gst_base_rtp_depayload_get_property):
10832         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10833         Some random fixes, to fullfill the desires of thomas.
10834
10835 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10836
10837         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10838         (gst_base_rtp_depayload_add_to_queue),
10839         (gst_base_rtp_depayload_push):
10840         Fixed the queueing algorithm.
10841
10842 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10843
10844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10845         (gst_base_rtp_depayload_push):
10846         A small fix
10847
10848 2005-10-31  Wim Taymans  <wim@fluendo.com>
10849
10850         * gst-libs/gst/audio/gstringbuffer.h:
10851         Don't break ABI.
10852
10853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10854         (gst_ffmpeg_caps_to_pixfmt):
10855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10856         (gst_ffmpegcsp_set_caps):
10857         Some more comments.
10858         Handle missing required caps fields better.
10859
10860 2005-10-31  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst-libs/gst/audio/gstbaseaudiosink.c:
10863         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10864         (gst_base_audio_sink_render):
10865         * gst-libs/gst/audio/gstringbuffer.c:
10866         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10867         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10868         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10869         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10870         (gst_ring_buffer_read):
10871         * gst-libs/gst/audio/gstringbuffer.h:
10872         Add flushing mode to the ringbuffer so that it in all cases does
10873         not try to handle more audio. This makes sure it does not try to
10874         block anymore when flushing and fixes a livelock.
10875
10876 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10879         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10880         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10881           Explicitly check for -1 values before doing a conversion
10882           and always map them to -1. (#315545)
10883
10884 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10885
10886         * gst/playback/gstplaybin.c: (gen_video_element):
10887           first try autovideosink, then xvimagesink, then error out
10888         * po/POTFILES.in:
10889           add translatable file
10890         * po/af.po:
10891         * po/az.po:
10892         * po/cs.po:
10893         * po/en_GB.po:
10894         * po/hu.po:
10895         * po/it.po:
10896         * po/nb.po:
10897         * po/nl.po:
10898         * po/or.po:
10899         * po/sq.po:
10900         * po/sr.po:
10901         * po/sv.po:
10902         * po/uk.po:
10903         * po/vi.po:
10904           update translations
10905
10906 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10907
10908         * gst-libs/gst/rtp/gstbasedepayload.c:
10909         * gst-libs/gst/rtp/gstbasedepayload.h:
10910           Minor cleanups
10911
10912 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * gst/playback/.cvsignore:
10915         * gst/playback/decodetest.c:
10916         * gst/playback/test3.c:
10917           Port these two tests as well.
10918
10919 2005-10-27  Wim Taymans  <wim@fluendo.com>
10920
10921         * ext/theora/theoradec.c: (theora_dec_src_query),
10922         (theora_dec_sink_event):
10923         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10924         (theora_enc_change_state):
10925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10926         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10927         Take proper locks when handling events.
10928
10929 2005-10-27  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10932         (gst_adder_change_state):
10933         Fix timestamps and fix deadlock when stopping the collectpads.
10934
10935 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10936
10937         * gst-libs/gst/rtp/gstrtpbuffer.h:
10938         Declaring the payload types as strings too so that they can be used
10939         in the padtemplate inialization.
10940
10941 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10942
10943         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10944
10945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10946         (gst_base_rtp_depayload_class_init):
10947         Fixes a small but nasty bug. The derived elements no longer segfaults
10948         on finalization.
10949
10950 2005-10-26  Michael Smith <msmith@fluendo.com>
10951
10952         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10953           When clearing an audioconvert context, set tmpbufsize to zero, so
10954           we'll allocate it again later if required.
10955           This fixes audioconvert re-negotiating formats, which previously
10956           segfaulted with a NULL destination buffer.
10957
10958 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10959
10960         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10961         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10962         (gst_base_rtp_depayload_set_gst_timestamp),
10963         (gst_base_rtp_depayload_queue_release):
10964         Fixed a smalll memleak.
10965
10966 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10967         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10968         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10969         (gst_base_rtp_depayload_finalize),
10970         (gst_base_rtp_depayload_setcaps),
10971         (gst_base_rtp_depayload_add_to_queue),
10972         (gst_base_rtp_depayload_push),
10973         (gst_base_rtp_depayload_set_gst_timestamp),
10974         (gst_base_rtp_depayload_queue_release),
10975         (gst_base_rtp_depayload_thread),
10976         (gst_base_rtp_depayload_change_state):
10977         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10978         Changed the C++ comments to C comments
10979
10980 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10983         * gst/tcp/gsttcpclientsrc.h:
10984         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10985         * gst/tcp/gsttcpserversrc.h:
10986           Remove unused 'curoffset' structure member.
10987
10988 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10989
10990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10991         (gst_base_rtp_depayload_base_init),
10992         (gst_base_rtp_depayload_finalize):
10993         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10994         * gst-libs/gst/rtp/gstbasertppayload.h:
10995           The pad-template on the sinkpad should be set by the derived classes.
10996           Also added some useful macros.
10997
10998 2005-10-24  Wim Taymans  <wim@fluendo.com>
10999
11000         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11001         Correctly flush decoder samples even if we could not
11002         copy them to an output buffer. Fixes #319618.
11003
11004 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11005
11006         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11008         the caps against our xcontext caps.
11009
11010 2005-10-24  Wim Taymans  <wim@fluendo.com>
11011
11012         * gst-libs/gst/audio/gstbaseaudiosink.c:
11013         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11014         Remove g_print
11015         Use sync property from baseclass to disable sync.
11016
11017 2005-10-24  Wim Taymans  <wim@fluendo.com>
11018
11019         * gst-libs/gst/audio/gstbaseaudiosink.c:
11020         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11021         Buffers with no timestamps get aligned with previous buffers or
11022         on underrun, played ASAP.
11023
11024 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11025
11026         * gst-libs/gst/video/video.h:
11027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11028         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11030         here comes my change on caps for framerate and geometry range.
11031         We are now accepting 1 to MAXINT for width and height, and from
11032         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11033         to be blended correctly in videomixer.
11034
11035 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11036
11037         * configure.ac:
11038           back to HEAD
11039
11040 === release 0.9.4 ===
11041
11042 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11043
11044         * NEWS:
11045         * RELEASE:
11046         * configure.ac:
11047           releasing 0.9.4, "Velociraptor"
11048
11049 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11050
11051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11052         * po/POTFILES.in:
11053           STOPPED -> FAILED
11054
11055 2005-10-21  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11058         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11059         (pad_blocked), (close_pad_link), (new_pad):
11060         Don't try to remove elements twice.
11061
11062 2005-10-21  Wim Taymans  <wim@fluendo.com>
11063
11064         * ext/theora/theoradec.c: (theora_dec_src_query),
11065         (theora_dec_sink_event):
11066         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11067         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11068         (vorbis_handle_data_packet):
11069         * ext/vorbis/vorbisdec.h:
11070         Fix old naming.
11071
11072         * gst-libs/gst/audio/gstbaseaudiosink.c:
11073         (gst_base_audio_sink_render):
11074         Don't try to sync on buffers without a timestamp.
11075
11076 2005-10-21  Wim Taymans  <wim@fluendo.com>
11077
11078         * ext/theora/theoradec.c: (theora_dec_src_query),
11079         (theora_dec_sink_event):
11080         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11081         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11082         (vorbis_handle_data_packet):
11083         * ext/vorbis/vorbisdec.h:
11084         Fix old naming.
11085
11086 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11089         (gst_vorbisenc_src_query):
11090           Implement position and duration queries.
11091
11092         * gst/playback/test3.c: (update_scale), (main):
11093           Fix for async state changes and print nicer output.
11094
11095 2005-10-20  Wim Taymans  <wim@fluendo.com>
11096
11097         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11098         (dump_element_stats), (main):
11099         * gst/playback/test6.c: (main):
11100         Fix tests again
11101
11102 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11103
11104         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11105         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11106           Don't use functions for position queries when handling
11107           duration queries.
11108
11109 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11112         (vorbis_handle_data_packet), (vorbis_dec_chain),
11113         (vorbis_dec_change_state):
11114         * ext/vorbis/vorbisdec.h:
11115           Vorbis streams can be embedded in other container formats
11116           than ogg, container formats where the demuxer might set 
11117           timestamps on encoded vorbis buffers instead of those silly 
11118           granulepos thingies. In short: make vorbisdec handle 
11119           timestamps on incoming buffers as well.
11120
11121 2005-10-20  Wim Taymans  <wim@fluendo.com>
11122
11123         * gst/playback/gstplaybasebin.c: (group_destroy),
11124         (gst_play_base_bin_change_state):
11125         Fix leak.
11126         Handle case where playbasebin is now ASYNC because
11127         decodebin is.
11128
11129 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/audioconvert/Makefile.am:
11132         * gst/audioconvert/bufferframesconvert.c:
11133         * gst/audioconvert/plugin.c: (plugin_init):
11134         * gst/audioconvert/plugin.h:
11135           And bye bye buffer-frames-convert
11136
11137 2005-10-19  Wim Taymans  <wim@fluendo.com>
11138
11139         * check/elements/audioconvert.c:
11140         * docs/libs/tmpl/gstaudio.sgml:
11141         * docs/libs/tmpl/gstcolorbalance.sgml:
11142         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11143         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11144         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11145         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11146         * gst-libs/gst/audio/audio.h:
11147         * gst/audioconvert/audioconvert.h:
11148         * gst/audioconvert/gstaudioconvert.c:
11149         (gst_audio_convert_parse_caps):
11150         * gst/volume/gstvolume.c:
11151         Bye bye buffer-frames.
11152
11153 2005-10-19  Wim Taymans  <wim@fluendo.com>
11154
11155         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11156         (query_positions_elems), (query_positions_pads), (update_scale),
11157         (do_seek), (set_update_scale), (message_received), (main):
11158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11159         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11160         (gst_ogg_demux_loop):
11161         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11162         * ext/theora/theoradec.c: (theora_dec_src_query),
11163         (theora_dec_sink_event):
11164         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11165         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11166         * gst/adder/gstadder.c: (gst_adder_query):
11167         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11168         * gst/playback/test3.c: (update_scale):
11169         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11170         (dump_element_stats), (main):
11171         * gst/playback/test6.c: (main):
11172         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11173         Query API update.
11174
11175 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11178         (xml_check_first_element), (xml_type_find), (smil_type_find),
11179         (plugin_init):
11180           Add typefinding for SMIL and for generic XML. Based on patch by
11181           Akos Maroy (#308663).
11182
11183 2005-10-18  Wim Taymans  <wim@fluendo.com>
11184
11185         * gst/playback/Makefile.am:
11186         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11187         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11188         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11189         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11190         (gst_decode_bin_change_state):
11191         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11192         (gst_play_bin_send_event_to_sink):
11193         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11194         (dump_element_stats), (main):
11195         * gst/playback/test6.c: (main):
11196         Make playbin async, it'll commit state to paused when all streams
11197         are detected.
11198         Remove ugly hack.
11199         Added test6.c to show async behaviour.
11200
11201 2005-10-18  Wim Taymans  <wim@fluendo.com>
11202
11203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11204         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11205         Fix for segment-start/stop API change.
11206
11207 2005-10-18  Wim Taymans  <wim@fluendo.com>
11208
11209         * check/Makefile.am:
11210         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11211         (main):
11212         Add future test for clock selection.
11213
11214 2005-10-18  Wim Taymans  <wim@fluendo.com>
11215
11216         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11217         (gst_alsasink_close):
11218         Set handle to NULL.
11219
11220         * gst-libs/gst/audio/gstringbuffer.c:
11221         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11222         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11223         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11224         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11225         (gst_ring_buffer_read):
11226         More debug info.
11227
11228 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11229
11230         * gst/audiotestsrc/Makefile.am:
11231         * gst/sine/Makefile.am:
11232         * gst/volume/Makefile.am:
11233           fix broken build of controllerized plugins
11234
11235 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11236
11237         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11240         (gst_riff_create_video_template_caps):
11241           Add support for Indeo-3 (IV32).
11242
11243 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11244
11245         * configure.ac:
11246           rewrite
11247
11248 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11249
11250         * gst-libs/gst/video/video.c: (gst_video_get_size):
11251         * gst/audiotestsrc/gstaudiotestsrc.c:
11252           doc updates
11253
11254 2005-10-17  Andy Wingo  <wingo@pobox.com>
11255
11256         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11257         with the collectpads change.
11258         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11259
11260         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11261
11262         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11263
11264         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11265         alloc_buffer flow return to callers.
11266         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11267         change. Fix some memleaks in theoraenc.
11268
11269         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11270         in strange circumstance.
11271
11272 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11273
11274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11275         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11276         from caps, let's use the caps...
11277
11278 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11279
11280         * configure.ac:
11281           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11282
11283 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         * gst-libs/gst/interfaces/Makefile.am:
11286           fix silly typo
11287
11288 2005-10-16  Andy Wingo  <wingo@pobox.com>
11289
11290         * gst/playback/gstdecodebin.c
11291         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11292         function!
11293         (try_to_link_1): Increase kraziness level.
11294
11295 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11296
11297         * configure.ac:
11298           restructure like the core one
11299         * gst-libs/gst/audio/Makefile.am:
11300         * gst-libs/gst/interfaces/Makefile.am:
11301         * gst-libs/gst/net/Makefile.am:
11302         * gst-libs/gst/riff/Makefile.am:
11303         * gst-libs/gst/rtp/Makefile.am:
11304         * gst-libs/gst/tag/Makefile.am:
11305         * gst-libs/gst/video/Makefile.am:
11306           use correct linker flags, now the libs are properly versioned
11307         * check/elements/audioconvert.c: (verify_convert):
11308         * ext/alsa/gstalsaplugin.c:
11309         * ext/cdparanoia/gstcdparanoia.c:
11310         * ext/gnomevfs/gstgnomevfs.c:
11311         * ext/libvisual/visual.c:
11312         * ext/ogg/gstogg.c:
11313         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11314         * ext/theora/theora.c:
11315         * ext/vorbis/vorbis.c:
11316         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11317         * gst-libs/gst/tag/gsttagediting.c:
11318         * gst-libs/gst/video/video.c:
11319         * gst/adder/gstadder.c:
11320         * gst/audioconvert/plugin.c:
11321         * gst/audiorate/gstaudiorate.c:
11322         * gst/audioresample/gstaudioresample.c:
11323         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11324         * gst/audioscale/gstaudioscale.c:
11325         * gst/audioscale/resample.c:
11326         * gst/audiotestsrc/gstaudiotestsrc.c:
11327         * gst/ffmpegcolorspace/gstffmpeg.c:
11328         * gst/playback/gstdecodebin.c: (close_pad_link):
11329         * gst/playback/gstplaybin.c: (gen_video_element),
11330         (gen_audio_element):
11331         * gst/sine/gstsinesrc.c:
11332         * gst/subparse/gstsubparse.c:
11333         * gst/tags/gsttagediting.c:
11334         * gst/tcp/gsttcpplugin.c:
11335         * gst/typefind/gsttypefindfunctions.c:
11336         * gst/videorate/gstvideorate.c:
11337         * gst/videoscale/gstvideoscale.c:
11338         * gst/videotestsrc/gstvideotestsrc.c:
11339         * gst/volume/gstvolume.c:
11340         * sys/v4l/gstv4l.c:
11341         * sys/ximage/ximage.c:
11342         * sys/xvimage/xvimagesink.c:
11343           fix up defines
11344
11345 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * ext/vorbis/vorbisenc.c:
11348         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11349         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11350         (gst_tag_to_vorbis_comments):
11351           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11352
11353 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11354
11355         * examples/stats/mp2ogg.c:
11356         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11357           typo fixes
11358
11359 2005-10-13  Michael Smith <msmith@fluendo.com>
11360
11361         * ext/ogg/gstoggmux.c:
11362           Use magic glib macros to define constants as 64 bit, to ensure
11363           appropriate vararg passing.
11364
11365 2005-10-13  Michael Smith <msmith@fluendo.com>
11366
11367         * ext/ogg/gstoggmux.c:
11368         * gst/audioconvert/audioconvert.c: (float):
11369           Don't use LL suffix, as it's not portable, and neither of these
11370           uses required it anyway.
11371
11372 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11373
11374         * examples/indexing/indexmpeg.c: (main):
11375         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11376         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11377         (cdparanoia_convert), (cdparanoia_query):
11378         * ext/cdparanoia/gstcdparanoia.h:
11379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11380         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11381         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11383         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11384         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11386         (gst_multifdsink_render), (gst_multifdsink_start),
11387         (gst_multifdsink_stop):
11388         * gst/tcp/gstmultifdsink.h:
11389         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11390         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11391         (gst_tcpclientsink_stop):
11392         * gst/tcp/gsttcpclientsink.h:
11393         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11394         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11395         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11396         * gst/tcp/gsttcpclientsrc.h:
11397         * gst/tcp/gsttcpserversink.h:
11398         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11399         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11400         (gst_tcpserversrc_stop):
11401         * gst/tcp/gsttcpserversrc.h:
11402         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11403         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11404         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11405           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11406           moved bitshift from macro to enum definition
11407
11408 2005-10-12  Wim Taymans  <wim@fluendo.com>
11409
11410         * examples/seeking/Makefile.am:
11411         Oops.
11412
11413 2005-10-12  Wim Taymans  <wim@fluendo.com>
11414
11415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11416         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11417         Don't assert on normal stuff.
11418
11419         * gst/playback/gstplaybin.c: (do_playbin_seek):
11420         API fix.
11421
11422 2005-10-12  Wim Taymans  <wim@fluendo.com>
11423
11424         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11425         * examples/seeking/Makefile.am:
11426         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11427         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11428         (do_seek), (set_update_scale), (message_received), (main):
11429         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11430         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11431         Update for _get_state() API change.
11432
11433 2005-10-11  Wim Taymans  <wim@fluendo.com>
11434
11435         * gst-libs/gst/audio/gstbaseaudiosink.c:
11436         (gst_base_audio_sink_render):
11437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11438         (gst_base_audio_src_create):
11439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11440         (gst_ring_buffer_read):
11441         Cleanups.
11442         Commit and read from ringbuffer in samples rather than bytes.
11443
11444 2005-10-11  Wim Taymans  <wim@fluendo.com>
11445
11446         * gst-libs/gst/audio/gstbaseaudiosink.c:
11447         (gst_base_audio_sink_render):
11448         Respect segment rate and accum when scheduling samples.
11449
11450 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11451
11452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11453         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11454         EOS correctly, that needs more work.
11455
11456 2005-10-11  Wim Taymans  <wim@fluendo.com>
11457
11458         * check/generic/states.c: (GST_START_TEST):
11459         remove old property.
11460
11461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11462         (gst_ogg_demux_perform_seek):
11463         * ext/theora/theoradec.c: (theora_dec_sink_event):
11464         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11465         (vorbis_handle_data_packet):
11466         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11467         (gst_base_rtp_depayload_set_gst_timestamp):
11468         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11469         Update for newsegment API change.
11470
11471 2005-10-11  Michael Smith <msmith@fluendo.com>
11472
11473         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11474         (do_playbin_seek), (gst_play_bin_send_event):
11475           Override send_event differently, so that we can takes bits of
11476           functionality from GstPipeline (special handling for seeks,
11477           including pausing/resuming, and resetting stream time) and still get
11478           the appropriate behaviour of only forwarding event to a single sink,
11479           rather than all of them.
11480           Unfortunately requires a lot of code duplication, but the
11481           alternatives are equally ugly in the end.
11482
11483 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11484
11485         * check/elements/audioconvert.c: (setup_audioconvert),
11486         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11487         (GST_START_TEST), (audioconvert_suite):
11488           clean up tests a little, fix some leaks.
11489
11490 2005-10-10  Wim Taymans  <wim@fluendo.com>
11491
11492         * ext/alsa/gstalsasink.c:
11493         Also allow unsigned int.
11494
11495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11496         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11497         Small cleanup
11498
11499 2005-10-10  Wim Taymans  <wim@fluendo.com>
11500
11501         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11502         Small update, use API as stated in design docs.
11503
11504         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11505         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11506         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11507         (message_received), (main):
11508         Updated seek example for GOption. Some usability improvements.
11509
11510 2005-10-10  Wim Taymans  <wim@fluendo.com>
11511
11512         * gst/audioconvert/audioconvert.h:
11513         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11514         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11515         Alloc temp storage somewhere else where we can do it more
11516         portable.
11517
11518 2005-10-10  Wim Taymans  <wim@fluendo.com>
11519
11520         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11521         (gst_tcpserversrc_start):
11522         Don't block in accept while doing the state change, move
11523         to poll and make cancellable.
11524
11525 2005-10-09  Philippe Khalaf <burger@speedy.org>
11526
11527         * gst-libs/gst/rtp/rtpbasedepayload.c:
11528         Set timestamp and add queue delay to timestamp
11529         * gst-libs/gst/rtp/rtpbuffer.h:
11530         Set correct payload type for h263
11531
11532 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * gst/audiotestsrc/gstaudiotestsrc.c:
11535         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11536         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11537         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11538         (gst_audiotestsrc_create_triangle),
11539         (gst_audiotestsrc_create_silence),
11540         (gst_audiotestsrc_create_white_noise),
11541         (gst_audiotestsrc_init_pink_noise),
11542         (gst_audiotestsrc_generate_pink_noise_value),
11543         (gst_audiotestsrc_create_pink_noise),
11544         (gst_audiotestsrc_change_wave):
11545         * gst/audiotestsrc/gstaudiotestsrc.h:
11546           fixed typo, added pink noise
11547
11548 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11551         (plugin_init):
11552           Add wavpack and spc typefind functions from 0.8 branch.
11553
11554 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11555
11556         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11557         (ar_type_find), (msdos_type_find), (plugin_init):
11558           Add typefind functions for tar archives, ar archives,
11559           RAR archives, and msdos-executables (dlls, exe, etc.).
11560           Some of those would be wrongly identified as mpeg
11561           streams of some sort before (#315550).
11562
11563 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11564
11565         * configure.ac:
11566         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11568         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11569         * gst/audiotestsrc/Makefile.am:
11570         * gst/audiotestsrc/gstaudiotestsrc.c:
11571         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11572         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11573         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11574         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11575         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11576         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11577         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11578         (gst_audiotestsrc_create_silence),
11579         (gst_audiotestsrc_create_white_noise),
11580         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11581         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11582         (gst_audiotestsrc_start), (plugin_init):
11583         * gst/audiotestsrc/gstaudiotestsrc.h:
11584           add new plugin and element
11585         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11586           use gobject_class
11587
11588 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11591         (gst_adder_init), (gst_adder_request_new_pad),
11592         (gst_adder_change_state):
11593           Add query function to source pad, so adder reports the correct
11594           time/sample position when queried (#315457); fix state change
11595           function; use GST_DEBUG_FUNCPTR() for pad functions.
11596
11597 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11598
11599         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11600           Fix leaks in typefind registration
11601           Clean up the gratuitous commenting and whitespacing a little
11602
11603 2005-10-08  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11606         Only actually wait for the thread to be stopped if it's 
11607         running.
11608
11609 2005-10-08  Wim Taymans  <wim@fluendo.com>
11610
11611         * gst-libs/gst/audio/gstbaseaudiosink.c:
11612         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11613         If we receive EOS we can start playback of what we had.
11614
11615 2005-10-08  Wim Taymans  <wim@fluendo.com>
11616
11617         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11618         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11619         (gst_multifdsink_stop):
11620         Fix crasher when going to NULL multiple times.
11621
11622 2005-10-06  Wim Taymans  <wim@fluendo.com>
11623
11624         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11625         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11626         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11628         patch from Edgard Lima <edgard.lima@indt.org.br>
11629         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11630
11631 2005-10-06  Wim Taymans  <wim@fluendo.com>
11632
11633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11634         Report the FLOW_RETURN as string in the error message.
11635
11636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11637         Don't assert when clearing an unnegotiated buffer.
11638
11639 2005-10-04  Michael Smith <msmith@fluendo.com>
11640
11641         * gst/playback/gstplaybasebin.c: (group_destroy),
11642         (gen_preroll_element), (remove_groups), (setup_source):
11643         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11644         (setup_sinks), (gst_play_bin_send_event),
11645         (gst_play_bin_change_state):
11646           Set state to NULL before removing from bin. Fix refcounting.
11647
11648 2005-10-04  Michael Smith <msmith@fluendo.com>
11649
11650         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11651           Correct refcounting in send_event() function. Previously was wrong
11652           if the first sink was unable to handle the event.
11653
11654 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * configure.ac:
11657           back to development
11658
11659 === release 0.9.3 ===
11660
11661 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11662
11663         * configure.ac:
11664           Releasing 0.9.3, "De Facto"
11665
11666 2005-10-03  Andy Wingo  <wingo@pobox.com>
11667
11668         * gst/playback/gstdecodebin.c (try_to_link_1)
11669         (remove_element_chain): set element to NULL before removing it.
11670
11671 2005-10-02  Johan Dahlin  <johan@gnome.org>
11672
11673         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11674         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11675         MT safe.
11676
11677 2005-10-02  Andy Wingo  <wingo@pobox.com>
11678
11679         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11680         (gst_ring_buffer_prepare_read): 
11681         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11682         Demote to LOG.
11683
11684 2005-09-29  Wim Taymans  <wim@fluendo.com>
11685
11686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11687         * ext/theora/theoradec.c: (theora_handle_data_packet):
11688         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11689         Propagate error codes from alloc_buffer too.
11690
11691 2005-09-29  Wim Taymans  <wim@fluendo.com>
11692
11693         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11694         We use fixed caps.
11695
11696         * gst/playback/Makefile.am:
11697         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11698         (dump_element_stats), (main):
11699         Added example stream introspection code.
11700
11701 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11702
11703         * gst/adder/gstadder.c: (gst_adder_collected):
11704           fix adder for float elements
11705
11706 2005-09-28  Wim Taymans  <wim@fluendo.com>
11707
11708         * gst-libs/gst/audio/gstbaseaudiosink.c:
11709         (gst_base_audio_sink_class_init),
11710         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11711         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11712         (gst_base_audio_src_class_init),
11713         (gst_base_audio_src_provide_clock):
11714         get_clock -> provide_clock
11715
11716 2005-09-28  Andy Wingo  <wingo@pobox.com>
11717
11718         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11719         and unlocking.
11720
11721         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11722         unlocking.
11723
11724         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11725         Actually add the pad template.
11726         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11727
11728         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11729         I'm at it...
11730
11731         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11732         from fdsrc. Get caps in create() instead of start() so it can be
11733         interrupted. Interruption somewhat untested.
11734
11735         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11736         Proper EOS handling.
11737
11738 2005-09-27  Andy Wingo  <wingo@pobox.com>
11739
11740         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11741
11742         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11743
11744         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11745
11746         * gst/tcp/gsttcp.h: 
11747         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11748         out of tcpclientsrc.c. Cancellable.
11749         (gst_tcp_socket_read): Made private, cancellable, with better
11750         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11751         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11752         whole buffer, and better diagnostics.
11753         (gst_tcp_gdp_read_caps): Same.
11754
11755         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11756
11757 2005-09-26  Andy Wingo  <wingo@pobox.com>
11758
11759         * gst/sine/gstsinesrc.h:
11760         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11761         change the 'sync' property to 'is-live' and implement it halfway,
11762         update for controller api change.
11763
11764         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11765         controller api change.
11766
11767 2005-09-24  Wim Taymans  <wim@fluendo.com>
11768
11769         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11770         * gst-libs/gst/audio/gstaudiosink.c:
11771         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11772         (gst_audioringbuffer_stop):
11773         * gst-libs/gst/audio/gstbaseaudiosink.c:
11774         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11775         (gst_base_audio_sink_change_state):
11776         * gst-libs/gst/audio/gstbaseaudiosink.h:
11777         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11778         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11779         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11780         * gst-libs/gst/audio/gstringbuffer.h:
11781         Fix sync again. Moved sample alignment to basesink.
11782
11783 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11784
11785         * docs/plugins/Makefile.am:
11786         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11787         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11788         * gst/volume/gstvolume.c:
11789           add/fix docs
11790         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11791         * gst-libs/gst/audio/audio.h:
11792           add conversion macros for frames <-> clocktime
11793
11794 2005-09-23  David Schleef  <ds@schleef.org>
11795
11796         * gst/audioresample/Makefile.am:
11797         * gst/audioresample/debug.h:
11798         * gst/audioresample/gstaudioresample.c:
11799         * gst/audioresample/resample.c: Convert to using gst debugging
11800
11801 2005-09-22  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11804         (gst_play_bin_send_event):
11805         Only seek on one sink, the first one that succeeds.
11806
11807 2005-09-22  Michael Smith <msmith@fluendo.com>
11808
11809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11810         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11811         Don't flush encoder state unless we have an initialised encoder.
11812         Clear out encoder state on PAUSED_TO_READY.
11813
11814 2005-09-22  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst-libs/gst/rtp/gstbasertppayload.c:
11817         (gst_basertppayload_class_init), (gst_basertppayload_init),
11818         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11819         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11820         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11821         (gst_basertppayload_set_property),
11822         (gst_basertppayload_get_property),
11823         (gst_basertppayload_change_state):
11824         * gst-libs/gst/rtp/gstbasertppayload.h:
11825         Added max-ptime to control amount of data in the rtp packets.
11826
11827 2005-09-21  Andy Wingo  <wingo@pobox.com>
11828
11829         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11830         thingies.
11831
11832         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11833         can be called multiple times, dogs.
11834
11835 2005-09-21  Wim Taymans  <wim@fluendo.com>
11836
11837         * gst-libs/gst/rtp/gstbasertppayload.c:
11838         (gst_basertppayload_class_init), (gst_basertppayload_init),
11839         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11840         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11841         (gst_basertppayload_push), (gst_basertppayload_get_property),
11842         (gst_basertppayload_change_state):
11843         Allow 0 ssrc too.
11844
11845 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11846
11847         * docs/libs/compiling.sgml:
11848           fixing typos
11849
11850 2005-09-20  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst-libs/gst/rtp/gstbasertppayload.c:
11853         (gst_basertppayload_class_init), (gst_basertppayload_init),
11854         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11855         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11856         (gst_basertppayload_push), (gst_basertppayload_set_property),
11857         (gst_basertppayload_get_property),
11858         (gst_basertppayload_change_state):
11859         * gst-libs/gst/rtp/gstbasertppayload.h:
11860         Added property to configure sequence number offsets.
11861
11862 2005-09-20  Wim Taymans  <wim@fluendo.com>
11863
11864         * gst-libs/gst/rtp/gstbasertppayload.c:
11865         (gst_basertppayload_class_init), (gst_basertppayload_init),
11866         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11867         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11868         (gst_basertppayload_push), (gst_basertppayload_set_property),
11869         (gst_basertppayload_get_property),
11870         (gst_basertppayload_change_state):
11871         * gst-libs/gst/rtp/gstbasertppayload.h:
11872         Make timestamp offset configurable.
11873
11874 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11875
11876         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11877           fix wrong pop/unref
11878
11879 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11880
11881         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst-libs/gst/interfaces/propertyprobe.c:
11884         (gst_property_probe_probe_property_name),
11885         (gst_property_probe_needs_probe_name),
11886         (gst_property_probe_get_values_name),
11887         (gst_property_probe_probe_and_get_values_name):
11888           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11889           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11890
11891 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * check/Makefile.am:
11894           have some tests be disabled for valgrinding
11895         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11896         (GST_START_TEST):
11897         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11898           Fix A Leak.  Chain To Parent Finalize.
11899
11900 2005-09-19  Wim Taymans  <wim@fluendo.com>
11901
11902         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11903         Fixed wav pipeline.
11904
11905 2005-09-19  Wim Taymans  <wim@fluendo.com>
11906
11907         * gst-libs/gst/rtp/gstbasertppayload.c:
11908         (gst_basertppayload_class_init), (gst_basertppayload_init),
11909         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11910         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11911         (gst_basertppayload_push), (gst_basertppayload_get_property),
11912         (gst_basertppayload_change_state):
11913         Posting ERROR and WARNING messages is good.
11914
11915 2005-09-19  Wim Taymans  <wim@fluendo.com>
11916
11917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11918         (gst_base_rtp_depayload_add_to_queue),
11919         (gst_base_rtp_depayload_push),
11920         (gst_base_rtp_depayload_set_gst_timestamp),
11921         (gst_base_rtp_depayload_queue_release):
11922         This one was not supposed to go in.
11923
11924 2005-09-19  Wim Taymans  <wim@fluendo.com>
11925
11926         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11927         Fix for bus API.
11928
11929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11930         (gst_base_rtp_depayload_chain),
11931         (gst_base_rtp_depayload_add_to_queue),
11932         (gst_base_rtp_depayload_push),
11933         (gst_base_rtp_depayload_set_gst_timestamp),
11934         (gst_base_rtp_depayload_queue_release):
11935         Some cleanups.
11936
11937         * gst-libs/gst/rtp/gstbasertppayload.c:
11938         (gst_basertppayload_class_init), (gst_basertppayload_init),
11939         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11940         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11941         (gst_basertppayload_get_property),
11942         (gst_basertppayload_change_state):
11943         Added debugging category.
11944
11945 2005-09-18  David Schleef  <ds@schleef.org>
11946
11947         * gst/playback/gstdecodebin.c: free plugin list correctly
11948         * gst/playback/gstplaybin.c: emit warning if autovideosink
11949           and autoaudiosink can't be found (instead of segfaulting)
11950
11951 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11952
11953         * check/elements/audioconvert.c: (GST_START_TEST):
11954           try out 24 bit conversion
11955
11956 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11957
11958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11959         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11960         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11961         * ext/vorbis/vorbisenc.h:
11962           Fix EOS handling.  Still needs a fix in the ogg muxer to
11963           mark the last page as eos.
11964
11965 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11966
11967         * common/gtk-doc-plugins.mak:
11968         * docs/plugins/Makefile.am:
11969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11970         * gst/ffmpegcolorspace/Makefile.am:
11971         * gst/ffmpegcolorspace/avcodec.h:
11972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11973         * gst/tcp/gstmultifdsink.c:
11974           fix up ffmpegcolorspace docs; extract header
11975
11976 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * common/gtk-doc-plugins.mak:
11979         * docs/plugins/Makefile.am:
11980         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11981         * ext/theora/Makefile.am:
11982         * ext/theora/gsttheoraenc.h:
11983         * ext/theora/theoraenc.c:
11984         * ext/vorbis/vorbisenc.c:
11985           pick up signals and args for vorbis; add some docs for vorbis
11986
11987 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11988
11989         * common/gstdoc-scangobj:
11990         * common/gtk-doc-plugins.mak:
11991         * docs/libs/Makefile.am:
11992         * docs/plugins/gst-plugins-base-plugins.args:
11993         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11994         * docs/plugins/gst-plugins-base-plugins.interfaces:
11995         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11996         * docs/plugins/gst-plugins-base-plugins.signals:
11997           only scanobj stuff from our source module.  Not sure yet
11998           if that's correct, given the hierarchy stuff :)
11999
12000 2005-09-15  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst/audioconvert/gstaudioconvert.c:
12003         And enable 24 bits mode as well..
12004
12005 2005-09-15  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst-libs/gst/rtp/Makefile.am:
12008         * gst-libs/gst/rtp/gstbasertppayload.c:
12009         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12010         (gst_basertppayload_class_init), (gst_basertppayload_init),
12011         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12012         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12013         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12014         (gst_basertppayload_set_property),
12015         (gst_basertppayload_get_property),
12016         (gst_basertppayload_change_state):
12017         * gst-libs/gst/rtp/gstbasertppayload.h:
12018         Added rtp payloader base class.
12019
12020 2005-09-15  Andy Wingo  <wingo@pobox.com>
12021
12022         * configure.ac (plugindir): Remove the EOL matcher from the
12023         regexp, as it causes me problems. Libtool? Make? Who knows?
12024
12025 2005-09-14  David Schleef  <ds@schleef.org>
12026
12027         * check/generic/states.c: 
12028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12029         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12030           Fixes for changes in registry API.
12031
12032         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12033           to GST_PLUGIN_LDFLAGS.
12034         * ext/libvisual/visual.c: Make the library shut up.
12035         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12036         * gst-libs/gst/audio/gstaudiofilter.c: same
12037
12038 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12039
12040         * docs/plugins/Makefile.am:
12041         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12042         * docs/plugins/inspect/plugin-libvisual.xml:
12043         * docs/plugins/tmpl/element-tcpserversink.sgml:
12044         * ext/theora/theoraenc.c:
12045           add libvisual plugin and theoraenc element to docs
12046
12047 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12048
12049         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12050         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12051         * ext/theora/theoraenc.c:
12052           add theoraenc
12053
12054 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * gst/audioconvert/Makefile.am:
12057           Audioconvert derives from GstBaseTransform and should
12058           link to the library with our base elements to avoid
12059           unresolved symbols. Makes things work with MinGW (#316160)
12060
12061         * gst/playback/test4.c: (main):
12062           Fix MinGW build problem and use g_usleep() instead of 
12063           sleep() (#316162)
12064
12065 2005-09-12  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/audioconvert/audioconvert.c: (float),
12068         (audio_convert_prepare_context), (audio_convert_convert):
12069         * gst/audioconvert/audioconvert.h:
12070         Cleanups, speedups, simplifications, added back support
12071         for 24 bits.
12072
12073 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12074
12075         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12076         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12077         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12078         * docs/plugins/tmpl/element-tcpserversink.sgml:
12079         * gst/ffmpegcolorspace/gstffmpeg.c:
12080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12081         * gst/videotestsrc/gstvideotestsrc.c:
12082         * gst/volume/gstvolume.c:
12083           add more elements to the docs
12084
12085 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12086
12087         * check/Makefile.am:
12088         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12089         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12090           Add extra tests for basetransform based components. 
12091           Comment out the test_element_negotiation test until we decide
12092           if it's testing correct behaviour.
12093         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12094         (gst_visual_chain), (gst_visual_change_state):
12095           Slightly more correct but still bogus timestamping.
12096           Fix state change function.
12097         * gst/audioconvert/gstaudioconvert.c:
12098         (gst_audio_convert_class_init):
12099         * gst/audioresample/gstaudioresample.c:
12100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12101         (gst_ffmpegcsp_class_init):
12102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12103         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12104         (gst_videoscale_prepare_image):
12105         * gst/volume/gstvolume.c: (gst_volume_class_init),
12106         (volume_transform_ip):
12107           Basetransform updates. Enable passthrough modes.
12108         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12109         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12110         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12111           Negotiation fix that allows the window to return to the original
12112           size and renegotiate passthrough upstream. Extra debug output.
12113
12114 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         * gst/sine/gstsinesrc.c:
12117         * gst/volume/gstvolume.c:
12118           fix up header include
12119
12120 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12121
12122         * gst-libs/gst/audio/gstbaseaudiosink.c:
12123         (gst_base_audio_sink_render):
12124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12125         * gst/volume/gstvolume.c: (gst_volume_class_init),
12126         (volume_transform):
12127           fixing lost sync, some more debugging
12128
12129 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12130
12131         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12132         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12134         (gst_xvimagesink_check_xshm_calls):
12135           Fix compilation when XShm is not available.
12136
12137 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12138
12139         * ext/libvisual/visual.c: (gst_visual_dispose),
12140         (gst_visual_getcaps), (gst_visual_src_setcaps),
12141         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12142         (gst_visual_change_state):
12143           Finish fixing up libvisual plugin so that it runs. 
12144
12145 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12146
12147         * ext/vorbis/vorbisenc.c:
12148         * gst-libs/gst/tag/gstvorbistag.c:
12149           gsttaginterface.h -> gsttagsetter.h
12150
12151 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12152
12153         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12154           added another test that failes for me (test is not active by default)
12155
12156 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12157
12158         * configure.ac:
12159           v4l2 is no longer in gst-plugins-base
12160
12161 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12162
12163         * configure.ac:
12164           In the output at the end, don't show the first plugin on the same
12165           line as "Core plug-ins, always built:".
12166           Indent the output as for other plugin categories
12167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12168           #define that can be used to not use peer buffer_alloc functions for
12169           test purposes.
12170         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12171         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12172         (gst_ximagesink_show_frame):
12173         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12174         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12175         (gst_xvimagesink_show_frame):
12176           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12177           fails gracefully instead of XError aborting or deadlocking.
12178
12179 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12180
12181         * ext/libvisual/Makefile.am:
12182           link against gst-base-libs
12183
12184 2005-09-06  David Schleef  <ds@schleef.org>
12185
12186         * configure.ac: Enable libvisual plugin.
12187         * ext/libvisual/Makefile.am:
12188         * ext/libvisual/visual.c: Fixes to make it compile.
12189
12190 === release 0.9.2 ===
12191
12192 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12193
12194         * NEWS:
12195         * RELEASE:
12196         * configure.ac:
12197         * docs/random/ChangeLog-0.8:
12198           releasing 0.9.2, "Spoon"
12199
12200 2005-09-05  Michael Smith <msmith@fluendo.com>
12201
12202         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12203           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12204           that in the vorbisenc element.
12205
12206 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12207
12208         * common/gtk-doc-plugins.mak:
12209         * docs/plugins/Makefile.am:
12210           fix distcheck
12211         * gst/audioresample/resample.c:
12212           fix wrong docstring
12213
12214 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12215
12216         * common/gst-xmlinspect.py:
12217         * common/gtk-doc-plugins.mak:
12218           only inspect plugins for this given package
12219           require gst-python 0.9
12220
12221 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12222
12223         * Makefile.am:
12224         * autogen.sh:
12225         * common/gst-xmlinspect.py:
12226         * configure.ac:
12227         * docs/Makefile.am:
12228         * docs/plugins/inspect/plugin-alsa.xml:
12229         * docs/plugins/inspect/plugin-audioresample.xml:
12230         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12231         * docs/plugins/inspect/plugin-ogg.xml:
12232         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12233         * docs/plugins/tmpl/element-multifdsink.sgml:
12234         * docs/plugins/tmpl/element-tcpserversink.sgml:
12235         * docs/plugins/tmpl/element-vorbisenc.sgml:
12236         * gst-plugins-base.spec.in:
12237           various doc-related updates
12238
12239 2005-08-31  Wim Taymans  <wim@fluendo.com>
12240
12241         * gst-libs/gst/audio/gstbaseaudiosink.c:
12242         (gst_base_audio_sink_render):
12243         Resync if the buffer timestamps drift more than a 10th 
12244         of a second.
12245
12246 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12247
12248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12249         (gst_v4lsrc_get_property):
12250           The 'timestamp-offset' property is registered as an int64, so
12251           let's use g_value_{set|get}_int64() in our setter and getter
12252           functions (makes it work and fixes warnings with gst-inspect).
12253
12254 2005-08-30  Wim Taymans  <wim@fluendo.com>
12255
12256         * check/elements/audioconvert.c: (setup_audioconvert):
12257         * check/elements/audioresample.c: (setup_audioresample):
12258         * check/elements/volume.c: (setup_volume):
12259         Fix checks.
12260
12261 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12262
12263         * common/gtk-doc-plugins.mak:
12264         * common/plugins.xsl:
12265         * docs/plugins/Makefile.am:
12266           make module a param
12267
12268 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12269
12270         * examples/seeking/seek.c: (make_mp3_pipeline),
12271         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12272         (play_cb), (pause_cb), (stop_cb):
12273           update the example
12274
12275 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12276
12277         * gst/volume/gstvolume.c: (gst_volume_class_init),
12278         (volume_transform):
12279           do not update controlled params, if buffer has no timestamp
12280
12281 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12282
12283         * configure.ac:
12284         * gst/sine/Makefile.am:
12285         * gst/volume/Makefile.am:
12286           controllerized elements also need to link against controller-libs ;)
12287
12288 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12289
12290         * docs/libs/tmpl/gstcolorbalance.sgml:
12291         * docs/libs/tmpl/gstgconf.sgml:
12292         * docs/libs/tmpl/gstmixer.sgml:
12293         * docs/libs/tmpl/gstringbuffer.sgml:
12294         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12295         (gst_sinesrc_create):
12296         * gst/volume/gstvolume.c: (gst_volume_class_init),
12297         (volume_transform):
12298           controllerized two audio plugins
12299
12300 2005-08-29  Andy Wingo  <wingo@pobox.com>
12301
12302         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12303         (vorbis_handle_data_packet): Fix some int overflow errors.
12304
12305         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12306         -1.
12307         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12308         valid.
12309         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12310         if it's valid. Fixed streaming-mode playback.
12311
12312         * check/elements/volume.c (cleanup_volume): Fix for running
12313         CK_FORK=no.
12314
12315         * check/elements/audioconvert.c: Convert from native endian, not
12316         little endian.
12317
12318 2005-08-29  Michael Smith <msmith@fluendo.com>
12319
12320         * ext/ogg/Makefile.am:
12321         * ext/ogg/gstogg.c: (plugin_init):
12322         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12323         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12324         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12325         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12326         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12327         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12328         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12329         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12330         Add an ogg parser element.
12331
12332 2005-08-28  Andy Wingo  <wingo@pobox.com>
12333
12334         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12335
12336 2005-08-26  Wim Taymans  <wim@fluendo.com>
12337
12338         * gst/audioconvert/audioconvert.c: (if), (float),
12339         (audio_convert_get_func_index), (check_default),
12340         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12341         (audio_convert_clean_context), (audio_convert_get_sizes),
12342         (audio_convert_convert):
12343         Cleanups.
12344
12345 2005-08-26  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/audioconvert/audioconvert.c: (if), (float),
12348         (audio_convert_get_func_index), (check_default),
12349         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12350         (audio_convert_clean_context), (audio_convert_get_sizes),
12351         (audio_convert_convert):
12352         More elegant and working temp buffer selection algo.
12353
12354 2005-08-26  Wim Taymans  <wim@fluendo.com>
12355
12356         * gst/audioconvert/audioconvert.c: (if), (float),
12357         (audio_convert_get_func_index), (check_default),
12358         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12359         (audio_convert_clean_context), (audio_convert_get_sizes),
12360         (get_temp_buffer), (audio_convert_convert):
12361         Use realloc else we lose our original data.
12362
12363 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12364
12365         * gst/audioresample/gstaudioresample.c:
12366           use base class' newsegment to properly timestamp
12367
12368 2005-08-26  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst/audioconvert/audioconvert.c: (if), (float),
12371         (audio_convert_get_func_index), (check_default),
12372         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12373         (audio_convert_clean_context), (audio_convert_get_sizes),
12374         (get_temp_buffer), (audio_convert_convert):
12375         * gst/audioconvert/gstaudioconvert.c:
12376         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12377         (gst_audio_convert_transform_caps),
12378         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12379         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12380         Oops, allocate enough space to perform the channel mix.
12381
12382 2005-08-26  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst/audioconvert/Makefile.am:
12385         * gst/audioconvert/audioconvert.c: (if), (float),
12386         (audio_convert_get_func_index), (check_default),
12387         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12388         (audio_convert_clean_context), (audio_convert_get_sizes),
12389         (get_temp_buffer), (audio_convert_convert):
12390         * gst/audioconvert/audioconvert.h:
12391         * gst/audioconvert/gstaudioconvert.c:
12392         (gst_audio_convert_class_init), (gst_audio_convert_init),
12393         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12394         (gst_audio_convert_get_unit_size),
12395         (gst_audio_convert_transform_caps),
12396         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12397         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12398         * gst/audioconvert/gstaudioconvert.h:
12399         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12400         (gst_channel_mix_fill_identical),
12401         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12402         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12403         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12404         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12405         (gst_channel_mix_mix):
12406         * gst/audioconvert/gstchannelmix.h:
12407         Cleanups, librarify a bit, optimize, better negotiation and more.
12408
12409 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12410
12411         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12412         Another from MikeS:
12413         During typefinding, don't support negative offsets
12414         (offsets from the end of the stream) in our typefind->peek() function
12415         - nothing embedded in ogg ever needs them. However, we need to recognise
12416         those requests and reject them, otherwise we return invalid pointers.
12417
12418 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12419
12420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12421         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12422         (vorbisdec_finalize), (vorbis_handle_type_packet):
12423           Big shout-out to MikeS for fixing this giant memory leak.
12424           Huzzah!
12425
12426 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12427
12428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12429         (audio_convert_get_unit_size):
12430           plug some leaks
12431
12432 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12433
12434         * check/Makefile.am:
12435         * check/elements/audioconvert.c: (setup_audioconvert),
12436         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12437         (GST_START_TEST), (audioconvert_suite), (main):
12438           add a test for audioconvert
12439         * gst/audioresample/gstaudioresample.c:
12440         * gst/audioresample/gstaudioresample.h:
12441           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12442           note that for buffers of 1/3 sec this means DURATION(c) is 
12443           one nanosecond more than for a and b
12444
12445 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12446
12447         * check/Makefile.am:
12448         * check/elements/audioresample.c: (setup_audioresample),
12449         (cleanup_audioresample), (fail_unless_perfect_stream),
12450         (test_perfect_stream_instance), (GST_START_TEST),
12451           add a check for audioresample
12452         (audioresample_suite), (main):
12453         * check/elements/volume.c: (GST_START_TEST):
12454           remove unused method
12455         * gst/audioresample/gstaudioresample.c:
12456           set correct buffer parameters since we're changing them
12457         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12458           add some debug
12459
12460 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12461
12462         * gst/audioresample/debug.c:
12463         * gst/audioresample/gstaudioresample.c:
12464           add room for extra overlap samples when asked to transform size
12465           protect against possible mem corruption and check for discrepancies
12466           between written size and outbuffer's size so we can warn for
12467           potential problems
12468         * gst/audioresample/resample.c: (resample_init),
12469         (resample_get_output_size_for_input), (resample_get_output_size),
12470         (resample_set_n_channels), (resample_set_format):
12471           set debug level based on RESAMPLE_DEBUG env var
12472           make sure that get_output_size* returns a whole number of
12473           sample_size
12474           set sample_size each time either channel or format is set
12475         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12476         * gst/audioresample/resample_functable.c:
12477         (resample_scale_functable):
12478         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12479           remove r->sample_size, it's done in resample.c now
12480           add some debugging to the ref implementation
12481           make sure we only give back bytes that are wholes of the sample
12482           size
12483
12484 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12485         * gst/playback/gstplaybasebin.c: (fill_buffer):
12486         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12487
12488 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12489
12490         * gst/volume/gstvolume.c:
12491           made set_caps function static
12492
12493 2005-08-24  Wim Taymans  <wim@fluendo.com>
12494
12495         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12496         (gst_vorbisenc_change_state):
12497         Stop leaking taglists.
12498
12499 2005-08-24  Wim Taymans  <wim@fluendo.com>
12500
12501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12502         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12503         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12504         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12505         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12506         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12507         Parse seeking events better.
12508         Unref static caps.
12509         Generate correct newsegment events, fixes seeking in live oggs.
12510
12511         * ext/theora/theoradec.c: (theora_dec_src_query),
12512         (theora_dec_src_event), (theora_dec_src_getcaps),
12513         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12514         Use newsegment values to report correct play time.
12515
12516         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12517         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12518         * ext/vorbis/vorbisdec.h:
12519         Parse and use newsegment values to report correct play time.
12520
12521         * gst-libs/gst/audio/gstbaseaudiosink.c:
12522         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12523         Clear ringbuffer on flush.
12524         Use newsegment values to calculate playback time.
12525
12526         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12528         Basesink does newsegment calculations for us now.
12529
12530 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12531
12532         * check/Makefile.am:
12533         * configure.ac:
12534           add core's plugins to the mix so that playbin works
12535         * check/generic/states.c: (GST_START_TEST):
12536           set a 0 timeout on pipelines, so they don't force the next
12537           state change
12538         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12539         (gst_play_base_bin_change_state):
12540           remove the crappy error handling and do GST error handling
12541
12542 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * check/Makefile.am:
12545         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12546           add same test as to core, it bitches out on playbin atm.
12547
12548 2005-08-24  Wim Taymans  <wim@fluendo.com>
12549
12550         * configure.ac:
12551         Remove audioscale.
12552
12553 2005-08-24  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12556         (gst_videoscale_prepare_size), (parse_caps),
12557         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12558         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12559         (gst_videoscale_transform):
12560         * gst/videoscale/gstvideoscale.h:
12561         Refactor, make use of BaseTranform really well.
12562
12563 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12564
12565         * configure.ac:
12566           compile audioresample
12567         * gst/audioresample/Makefile.am:
12568         * gst/audioresample/buffer.c:
12569         * gst/audioresample/functable.c:
12570         * gst/audioresample/gstaudioresample.c:
12571         * gst/audioresample/gstaudioresample.h:
12572         * gst/audioresample/resample.c:
12573         (resample_get_output_size_for_input):
12574         * gst/audioresample/resample.h:
12575         * gst/audioresample/resample_chunk.c:
12576         * gst/audioresample/resample_functable.c:
12577         * gst/audioresample/resample_ref.c:
12578           port to use basetransform; doesn't work in all cases yet
12579
12580 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12581
12582         * gst/audioconvert/gstaudioconvert.c:
12583         (gst_audio_convert_class_init), (gst_audio_convert_init),
12584         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12585         (audio_convert_fixate_caps), (audio_convert_set_caps),
12586         (audio_convert_transform),
12587         (gst_audio_convert_buffer_to_default_format),
12588         (gst_audio_convert_buffer_from_default_format),
12589         (gst_audio_convert_channels):
12590         * gst/audioconvert/gstchannelmix.c:
12591         * gst/audioconvert/gstchannelmix.h:
12592           port to basetransform
12593         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12594         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12595         (gst_ffmpegcsp_get_unit_size):
12596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12597         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12598           fix for basetransform changes
12599
12600 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12601
12602         * check/Makefile.am:
12603           Add CHECK_CFLAGS and LDFLAGS
12604
12605         * gst/playback/gstplaybasebin.c: (fill_buffer):
12606           GST_MESSAGE_SRC became a GObject
12607
12608 2005-08-24  Wim Taymans  <wim@fluendo.com>
12609
12610         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12611         (gst_ring_buffer_clear_all):
12612         * gst-libs/gst/audio/gstringbuffer.h:
12613         Added function to clear the ringbuffer.
12614
12615 2005-08-24  Andy Wingo  <wingo@pobox.com>
12616
12617         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12618         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12619         of _open and _close.
12620
12621         * sys/v4l/gstv4lxoverlay.h:
12622         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12623         an Xv connection here, instead of all the time. Make Xv only be
12624         loaded if you axe for it. Kindof a workaround for buggy behaviour
12625         of Xv when using remote xservers (XvQueryExtension would block).
12626         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12627         replace the _open and _close public API. Only start the xv
12628         connection if necessary.
12629         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12630
12631 2005-08-23  David Schleef  <ds@schleef.org>
12632
12633         * gst/audioresample/Makefile.am: Leet audioresampling code
12634         * gst/audioresample/buffer.c:
12635         * gst/audioresample/buffer.h:
12636         * gst/audioresample/debug.c:
12637         * gst/audioresample/debug.h:
12638         * gst/audioresample/functable.c:
12639         * gst/audioresample/functable.h:
12640         * gst/audioresample/gstaudioresample.c:
12641         * gst/audioresample/gstaudioresample.h:
12642         * gst/audioresample/resample.c:
12643         * gst/audioresample/resample.h:
12644         * gst/audioresample/resample_chunk.c:
12645         * gst/audioresample/resample_functable.c:
12646         * gst/audioresample/resample_ref.c:
12647
12648 2005-08-23  Wim Taymans  <wim@fluendo.com>
12649
12650         * examples/seeking/seek.c: (make_vorbis_pipeline),
12651         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12652         Small seek updates.
12653
12654 2005-08-23  Andy Wingo  <wingo@pobox.com>
12655
12656         * gst-libs/gst/audio/gstbaseaudiosrc.c
12657         (gst_base_audio_src_fixate): Only fixate endianness if it is
12658         present in the caps.
12659
12660 2005-08-22  Andy Wingo  <wingo@pobox.com>
12661
12662         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12663         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12664         device-name property.
12665
12666         * gst-libs/gst/audio/gstaudiosrc.h:
12667         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12668         close_device in the ring buffer, like gstaudiosink.
12669
12670         * ext/alsa/gstalsamixer.h:
12671         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12672         macro to implement the interface without much code. Cleanups. 
12673
12674         * ext/alsa/gstalsasrc.h:
12675         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12676         READY.
12677
12678         * ext/alsa/Makefile.am: Add new files.
12679         * ext/alsa/gstalsamixerelement.c: 
12680         * ext/alsa/gstalsamixerelement.c: Split element code out from
12681         mixer code so that alsasrc can be a mixer too.
12682
12683 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12686         (GST_START_TEST):
12687         * check/elements/vorbisdec.c: (setup_vorbisdec),
12688         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12689         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12690         (vorbis_handle_identification_packet),
12691         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12692         (vorbis_handle_header_packet), (vorbis_dec_push),
12693         (vorbis_dec_chain):
12694           use the setup/teardown methods to save code.  save code is good.
12695
12696 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12697
12698         * check/Makefile.am:
12699           add ext dir for plugins
12700           add vorbisdec test conditionally
12701         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12702         (GST_START_TEST), (volume_suite):
12703           add a test with wrong caps
12704         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12705         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12706           add a vorbisdec test
12707         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12708         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12709           clean up debug output
12710         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12711           yay, fix a segfault/security issue in vorbisdec
12712           gst-launch fakesrc ! vorbisdec wasn't happy
12713         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12714         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12715         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12716         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12717         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12718         (gst_vorbisenc_set_metadata), (get_constraints_string),
12719         (update_start_message), (gst_vorbisenc_setup),
12720         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12721         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12722         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12723         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12724         * ext/vorbis/vorbisenc.h:
12725           march in line
12726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12727         (gst_ffmpegcsp_transform):
12728           have the kow come home
12729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12730           debug my func ptr
12731         * gst/volume/gstvolume.c: (volume_set_caps):
12732           add a debug
12733
12734 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12735
12736         * Makefile.am:
12737         * check/.cvsignore:
12738         * check/Makefile.am:
12739         * check/elements/.cvsignore:
12740         * check/elements/volume.c: (chain_func), (event_func),
12741         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12742         (main):
12743         * configure.ac:
12744           add unit test structure for gst-plugins-base
12745           add a test for volume
12746         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12747         (gst_volume_set_volume), (gst_volume_get_volume),
12748         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12749         (volume_funcfind), (volume_process_float), (volume_process_int16),
12750         (volume_set_caps), (volume_transform), (volume_update_mute),
12751         (volume_update_volume), (volume_set_property),
12752         (volume_get_property):
12753           document a little; use basetransform vmethod _set_caps
12754
12755 2005-08-19  Andy Wingo  <wingo@pobox.com>
12756
12757         * ext/alsa/gstalsamixertrack.h:
12758         * ext/alsa/gstalsamixertrack.c:
12759         * ext/alsa/gstalsamixeroptions.h:
12760         * ext/alsa/gstalsamixeroptions.c:
12761         * ext/alsa/gstalsamixer.h:
12762         * ext/alsa/gstalsamixer.c: Port to 0.9.
12763
12764         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12765         Remove gstalsa.c and alsaclock. No more cruft here.
12766         
12767 2005-08-18  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12770         (gst_base_rtp_depayload_chain),
12771         (gst_base_rtp_depayload_add_to_queue),
12772         (gst_base_rtp_depayload_push),
12773         (gst_base_rtp_depayload_queue_release):
12774         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12775         Fix for RTPBuffer changes.
12776
12777         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12778         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12779         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12780         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12781         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12782         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12783         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12784         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12785         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12786         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12787         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12788         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12789         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12790         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12791         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12792         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12793         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12794         (gst_rtpbuffer_get_payload):
12795         * gst-libs/gst/rtp/gstrtpbuffer.h:
12796         Don't subclass GstBuffer but add methods and helper functions
12797         to construct and manipulate RTP packets in regular GstBuffers.
12798
12799 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12800
12801         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12802           moved statement below switch
12803         * gst/volume/gstvolume.c: (gst_volume_class_init):
12804           added debug ptr
12805
12806 2005-08-16  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12809         (gst_base_audio_src_change_state):
12810         Open and close device in READY<->NULL state change.
12811
12812 2005-08-16  Andy Wingo  <wingo@pobox.com>
12813
12814         * examples/seeking/Makefile.am: Don't compile non-compiling
12815         compiled objects with the compiler.
12816
12817         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12818         elements.
12819
12820 2005-08-12  Philippe Khalaf <burger@speedy.org>
12821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12822         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12823           Made a thread to release the queue.
12824           Removed timestamp conversion for now.
12825
12826 2005-08-10  Philippe Khalaf <burger@speedy.org>
12827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12828         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12829           Added rtp timestamp -> gst timestamp conversion.
12830           Fixed several problems with queue.
12831
12832 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * gst-libs/gst/audio/gstaudioclock.h:
12835         * gst-libs/gst/audio/gstaudiofilter.h:
12836         * gst-libs/gst/audio/gstaudiosink.h:
12837         * gst-libs/gst/audio/gstaudiosrc.h:
12838         * gst-libs/gst/audio/gstbaseaudiosink.h:
12839         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12840         * gst-libs/gst/audio/gstringbuffer.h:
12841         * gst-libs/gst/net/gstnetbuffer.h:
12842         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12843         * gst-libs/gst/rtp/gstrtpbuffer.h:
12844           Add padding (you will need to rebuild gst-plugins-base,
12845           gst-plugins and all applications afterwards!)
12846
12847 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12850         (gst_riff_parse_chunk):
12851           Fix bug in debug message and add some more debug messages.
12852
12853 2005-08-08  Edward Hervey  <edward@fluendo.com>
12854
12855         * gst-libs/gst/riff/riff-media.c:
12856         backported updates since branch
12857
12858 2005-08-08  Andy Wingo  <wingo@pobox.com>
12859
12860         * gst-libs/gst/audio/gstbaseaudiosink.c
12861         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12862         like good elements should. Close on READY->NULL too.
12863
12864         * gst-libs/gst/audio/gstaudiosink.c
12865         (gst_audioringbuffer_open_device,
12866         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12867         (gst_audioringbuffer_release): Updates for new ring buffer API,
12868         hook into the new audio sink api.
12869
12870         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12871         (GstAudioSinkClass.close): Just open and close the device -- no
12872         resource allocation or configuration.
12873         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12874         vmethods, handle device setup and resource allocation.
12875
12876         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12877         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12878         base class API.
12879
12880         * gst-libs/gst/audio/gstringbuffer.h
12881         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12882         New vmethods.
12883
12884         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12885         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12886         New API functions. The device should be opened before acquiring
12887         and closed after releasing.
12888
12889 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * gst-libs/gst/interfaces/mixer.h:
12892           Reset padding to GST_PADDING.
12893
12894 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12895
12896         * gst/playback/gstplaybin.c: (remove_sinks):
12897           Remove visualization from parent explicitely; works around some
12898           apparent refcount issue that I haven't tracked down yet.
12899
12900 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12901
12902         * ext/alsa/gstalsasink.c: (set_hwparams):
12903           Assign debug category, add negotiation debug msgs.
12904
12905 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12906
12907         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12908           Fix error code for file-not-found to NOT_FOUND.
12909
12910 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12911
12912         * common/gtk-doc-plugins.mak:
12913         * docs/plugins/Makefile.am:
12914         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12915         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12916           renamed to actual element names, so much nicer to look at
12917         * docs/plugins/tmpl/gstmultifdsink.sgml:
12918           remove
12919         * docs/plugins/tmpl/multifdsink.sgml:
12920         * docs/plugins/tmpl/tcpserversink.sgml:
12921           add
12922         * ext/alsa/gstalsa.c:
12923         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12924         * ext/ogg/gstoggmux.c:
12925         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12926         * gst/playback/gstdecodebin.c:
12927         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12928         * gst/tcp/gsttcpserversink.c:
12929           various fixes and documentation additions
12930
12931 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12932
12933         * common/Makefile.am:
12934         * common/gstdoc-scangobj:
12935         * common/gtk-doc-plugins.mak:
12936         * common/gtk-doc.mak:
12937           add a custom scangobj that uses the registry
12938           add a custom gtk-doc-plugins.mak that uses it
12939           some doc build fixes
12940         * configure.ac:
12941         * docs/Makefile.am:
12942         * docs/plugins/Makefile.am:
12943         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12944         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12945         * docs/plugins/gst-plugins-base-plugins.types:
12946         * docs/plugins/tmpl/gstmultifdsink.sgml:
12947           add docs for one element, multifdsink
12948         * gst/adder/gstadder.h:
12949         * gst/volume/gstvolume.h:
12950           don't privatize enum
12951         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12952         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12953         (gst_sync_method_get_type), (gst_client_status_get_type),
12954         (gst_multifdsink_class_init),
12955         (gst_multifdsink_client_queue_buffer),
12956         (gst_multifdsink_handle_client_write):
12957         * gst/tcp/gstmultifdsink.h:
12958         * gst/tcp/gsttcp.h:
12959         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12960         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12961         (gst_tcpclientsink_render):
12962         * gst/tcp/gsttcpclientsink.h:
12963         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12964         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12965         (gst_tcpclientsrc_start):
12966         * gst/tcp/gsttcpclientsrc.h:
12967         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12968         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12969         * gst/tcp/gsttcpserversrc.h:
12970         * gst/typefind/gsttypefindfunctions.c:
12971           remove superfluous Type stuff
12972
12973 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12974
12975         * gst/playback/gstplaybin.c: (gen_video_element):
12976           Enable videoscale.
12977
12978 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12979
12980         * gst-libs/gst/gconf/gconf.c:
12981         * gst-libs/gst/gconf/gconf.h:
12982           Fix some Andy Problem [tm].
12983
12984 2005-08-04  Andy Wingo  <wingo@pobox.com>
12985
12986         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12988         (gst_ffmpegcsp_get_size): Adapt to API changes.
12989
12990         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12991         Implement an in-place do-nothing transform.
12992
12993 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12994
12995         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12996         (gst_ximagesink_renegotiate_size):
12997           Do not set new window sizes yet if we prepare a new buffer size
12998           for upstream renegotiation (software scaling) at some point in the
12999           future, because this new size waqs not actually accepted yet. Once
13000           accepted, renegotiation later on will set the new sizes just fine.
13001           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13002           embedding testcase.
13003
13004 2005-08-03  Andy Wingo  <wingo@pobox.com>
13005
13006         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13007         (gst_ximagesink_buffer_alloc): 
13008         Protect the height, width, and desired_caps with the pool_lock.
13009         Fixes videotestsrc ! queue ! ximagesink.
13010
13011 2005-08-02  Edward Hervey  <edward@fluendo.com>
13012
13013         * gst/volume/gstvolume.c:
13014         include left from controller cleanup
13015
13016 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13018           Stop collectpads before calling the parent state
13019           change function on PAUSED->READY.
13020
13021 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13022         * configure.ac:
13023           When testing for X libs, use the X CFlags 
13024         * gst/adder/gstadder.c: (gst_adder_change_state):
13025           Stop the collectpads before calling parent state change function
13026           on PAUSED->READY, otherwise we deadlock deactivating pads.
13027
13028 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13029
13030         * configure.ac:
13031         * docs/libs/tmpl/gstcolorbalance.sgml:
13032         * docs/libs/tmpl/gstmixer.sgml:
13033         * examples/Makefile.am:
13034         * gst/sine/Makefile.am:
13035         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13036         (gst_sinesrc_set_property), (plugin_init):
13037         * gst/sine/gstsinesrc.h:
13038         * gst/volume/Makefile.am:
13039         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13040         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13041         (volume_process_float), (volume_process_int16),
13042         (volume_set_property), (plugin_init):
13043         * gst/volume/gstvolume.h:
13044           deactivate and remove dparams (libgstcontrol)
13045
13046 2005-07-29  Wim Taymans  <wim@fluendo.com>
13047
13048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13049         Convert me to BaseTransform!! help..
13050
13051 2005-07-29  Andy Wingo  <wingo@pobox.com>
13052
13053         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13054         sinks.
13055
13056         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13057         support of both endiannesses.
13058
13059 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13060
13061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13062           Fix confusing debug message (s/event/query/)
13063
13064 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * gst/videotestsrc/videotestsrc.h:
13067           Use "_stdint.h" instead of <stdint.h>
13068
13069 2005-07-27  Wim Taymans  <wim@fluendo.com>
13070
13071         * ext/vorbis/Makefile.am:
13072         Revert wrong commit.
13073
13074 2005-07-27  Wim Taymans  <wim@fluendo.com>
13075
13076         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13077         More compilation fixen.
13078
13079 2005-07-27  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst-libs/gst/audio/gstbaseaudiosink.c:
13082         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13083         (gst_base_audio_sink_create_ringbuffer),
13084         (gst_base_audio_sink_change_state):
13085         Fix compilation.
13086
13087 2005-07-27  Wim Taymans  <wim@fluendo.com>
13088
13089         * examples/seeking/seek.c: (setup_dynamic_link),
13090         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13091         (query_positions_elems), (query_positions_pads), (do_seek):
13092         Update seek example.
13093
13094         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13095         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13096         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13097         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13098         (gst_ogg_demux_handle_event),
13099         (gst_ogg_demux_deactivate_current_chain),
13100         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13101         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13102         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13103         (gst_ogg_demux_loop):
13104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13105         * ext/theora/theoradec.c: (theora_dec_src_event),
13106         (theora_dec_src_getcaps), (theora_dec_sink_event),
13107         (theora_dec_push), (theora_dec_chain):
13108         * ext/vorbis/Makefile.am:
13109         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13110         (vorbis_dec_sink_event), (vorbis_dec_push),
13111         (vorbis_handle_data_packet):
13112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13113         (gst_vorbisenc_chain):
13114         * gst/playback/gststreaminfo.c: (cb_probe):
13115         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13116         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13117         * gst/videoscale/gstvideoscale.c:
13118         (gst_videoscale_handle_src_event):
13119         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13120         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13121         (gst_ximagesink_navigation_send_event):
13122         * sys/xvimage/xvimagesink.c:
13123         (gst_xvimagesink_navigation_send_event):
13124         Various event updates and cleanups
13125
13126 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13127
13128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13129           Fix segfault for I420/YV12.
13130
13131 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13132
13133         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13134           Report bitrate.
13135
13136 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13137
13138         * gst/playback/gstplaybin.c: (gen_video_element),
13139         (gen_audio_element):
13140           Switch to auto*sink elements as default sinks; add volume element
13141           so that volume control in totem works.
13142
13143 2005-07-21  Wim Taymans  <wim@fluendo.com>
13144
13145         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13146         * gst/playback/gstplaybin.c: (setup_sinks),
13147         (gst_play_bin_change_state):
13148         Refcount fix and more comments.
13149
13150 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13151
13152         * sys/ximage/Makefile.am:
13153         * sys/ximage/ximage.c: (plugin_init):
13154         * sys/ximage/ximagesink.c:
13155         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13156         
13157
13158 2005-07-21  Wim Taymans  <wim@fluendo.com>
13159
13160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13161         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13162         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13163         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13164         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13165         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13166         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13167         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13168         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13169         Generate correct disconts for live chained oggs.
13170
13171         * gst-libs/gst/audio/gstbaseaudiosink.c:
13172         (gst_base_audio_sink_render),
13173         (gst_base_audio_sink_create_ringbuffer),
13174         (gst_base_audio_sink_change_state):
13175         Handle discont math correctly.
13176
13177         * gst/playback/gstplaybin.c: (add_sink):
13178         Some small debug cleanup.
13179
13180 2005-07-21  Wim Taymans  <wim@fluendo.com>
13181
13182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13183         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13184         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13185         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13186         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13187         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13188         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13189         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13190         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13191         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13192         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13193         (gst_ogg_demux_change_state), (gst_ogg_print):
13194         Reorganize code to send the right disconts when in streaming
13195         mode.
13196
13197 2005-07-20  Andy Wingo  <wingo@pobox.com>
13198
13199         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13200         fix (?), fixes a seggie mcfalterson (#310894).
13201
13202 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13203
13204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13205         (gst_ogg_mux_set_header_on_caps):
13206         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13208         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13209         * gst-libs/gst/audio/multichannel.c:
13210         (gst_audio_set_channel_positions),
13211         (gst_audio_set_structure_channel_positions_list):
13212         * gst/playback/gstdecodebin.c: (dynamic_create):
13213         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13214         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13215           Fixes for API changes in core.
13216
13217 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13218
13219         * gst/playback/gstplaybasebin.c: (fill_buffer):
13220           Use _new_custom() so we can set custom message types for buffering
13221           messages.
13222
13223 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13224
13225         * configure.ac:
13226         * gst-libs/gst/Makefile.am:
13227         * gst-libs/gst/gconf/.cvsignore:
13228         * gst-libs/gst/gconf/Makefile.am:
13229         * gst-libs/gst/gconf/test-gconf.c:
13230         * pkgconfig/Makefile.am:
13231         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13232         * pkgconfig/gstreamer-gconf.pc.in:
13233           Remove gconf stuff, use gconf elements instead from now on.
13234
13235 2005-07-20  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst-libs/gst/audio/TODO:
13238         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13239         (gst_audio_clock_get_internal_time):
13240         * gst-libs/gst/audio/gstaudioclock.h:
13241         * gst-libs/gst/audio/gstbaseaudiosink.c:
13242         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13243         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13244         (gst_base_audio_sink_render),
13245         (gst_base_audio_sink_create_ringbuffer),
13246         (gst_base_audio_sink_change_state):
13247         Make sure the audio clock always returns an increasing value.
13248
13249 2005-07-19  Andy Wingo  <wingo@pobox.com>
13250
13251         * gst/videotestsrc/: Cleanups.
13252
13253 2005-07-19  Wim Taymans  <wim@fluendo.com>
13254
13255         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13256         Better debugging.
13257
13258 2005-07-19  Wim Taymans  <wim@fluendo.com>
13259
13260         * examples/seeking/seek.c: (make_dv_pipeline),
13261         (make_vorbis_theora_pipeline), (query_rates),
13262         (query_positions_elems), (query_positions_pads), (do_seek):
13263         Make correct DV pipeline.
13264
13265 2005-07-18  Andy Wingo  <wingo@pobox.com>
13266
13267         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13268         default. Also because it's the only thing that really works. (This
13269         is used in the GConf elements).
13270         Use AS_LIBTOOL_TAGS.
13271
13272 2005-07-18  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst/playback/gstdecodebin.c: (remove_element_chain):
13275         * gst/playback/gstplaybin.c: (add_sink):
13276         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13277         (gst_stream_info_set_mute):
13278         * gst/playback/gststreamselector.c:
13279         (gst_stream_selector_get_linked_pad),
13280         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13281         More leak and compile fixes.
13282
13283 2005-07-18  Wim Taymans  <wim@fluendo.com>
13284
13285         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13286         (query_rates), (query_positions_elems), (query_positions_pads),
13287         (do_seek), (seek_cb), (stop_seek):
13288         Updated seek example. 
13289
13290         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13291         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13292         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13293         * gst/playback/gstplaybin.c: (add_sink):
13294         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13295         (gst_stream_info_set_mute):
13296         Some refcount leak fixes.
13297
13298 2005-07-16  Wim Taymans  <wim@fluendo.com>
13299
13300         * gst-libs/gst/audio/gstbaseaudiosink.c:
13301         (gst_base_audio_sink_render):
13302         Align samples even if we have roundoff errors in the 
13303         timestamp conversion.
13304
13305 2005-07-16  Wim Taymans  <wim@fluendo.com>
13306
13307         * docs/libs/tmpl/gstringbuffer.sgml:
13308         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13309         (query_rates), (query_positions_elems), (query_positions_pads),
13310         (update_scale), (do_seek):
13311         Updated seek example.
13312
13313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13314         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13315         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13316         (gst_ogg_demux_loop):
13317         Push out correct discont values.
13318
13319         * ext/theora/theoradec.c: (theora_dec_src_convert),
13320         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13321         (theora_dec_sink_event), (theora_handle_type_packet),
13322         (theora_handle_header_packet), (theora_dec_push),
13323         (theora_handle_data_packet), (theora_dec_chain),
13324         (theora_dec_change_state):
13325         Better timestamping.
13326
13327         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13328         (vorbis_dec_sink_event), (vorbis_dec_push),
13329         (vorbis_handle_data_packet), (vorbis_dec_chain):
13330         * ext/vorbis/vorbisdec.h:
13331         Better timestamping.
13332
13333         * gst-libs/gst/audio/gstbaseaudiosink.c:
13334         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13335         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13336         Handle syncing on timestamps instead of sample offsets. Make
13337         use of DISCONT values as described in design docs.
13338
13339         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13340         (gst_base_audio_src_get_time):
13341         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13342         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13343         (gst_ring_buffer_read):
13344         * gst-libs/gst/audio/gstringbuffer.h:
13345         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13346         (gst_ximagesink_show_frame):
13347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13348         Correcly convert buffer timestamp to stream time.
13349
13350 2005-07-16  Wim Taymans  <wim@fluendo.com>
13351
13352         * gst/audioconvert/gstaudioconvert.c:
13353         (gst_audio_convert_get_buffer):
13354         Timestamp buffers correctly.
13355
13356         * gst/playback/gstplaybin.c: (gen_video_element):
13357         Make internal fakesink silent.
13358
13359 2005-07-15  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst/ffmpegcolorspace/Makefile.am:
13362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13363         (gst_ffmpegcsp_caps_remove_format_info),
13364         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13365         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13366         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13367         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13368         Ported ffmpegcolorspace to basetransform.
13369
13370         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13371         * gst/volume/gstvolume.c: (volume_transform):
13372         Ported to new API.
13373
13374 2005-07-14  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst/videotestsrc/Makefile.am:
13377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13378         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13379         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13380         (gst_videotestsrc_init), (gst_videotestsrc_event),
13381         (gst_videotestsrc_create), (gst_videotestsrc_start),
13382         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13383         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13384         (gst_videotestsrc_get_property):
13385         * gst/videotestsrc/gstvideotestsrc.h:
13386         Make videotestsrc a pushsrc.
13387
13388 2005-07-14  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst/tcp/gstfdset.c: (gst_fdset_free):
13391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13392         (gst_multifdsink_add), (gst_multifdsink_remove),
13393         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13394         (gst_multifdsink_remove_client_link),
13395         (gst_multifdsink_client_queue_data),
13396         (gst_multifdsink_client_queue_caps),
13397         (gst_multifdsink_client_queue_buffer),
13398         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13399         (gst_multifdsink_stop):
13400         * gst/tcp/gstmultifdsink.h:
13401         0.8 backporting.
13402
13403         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13404         Also draw image when not from a pool.
13405
13406 2005-07-14  Wim Taymans  <wim@fluendo.com>
13407
13408         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13409         (mute_stream), (silence_stream):
13410         Small debug additions.
13411
13412 2005-07-14  Wim Taymans  <wim@fluendo.com>
13413
13414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13415         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13416         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13417         Better error recovery, ignore unconnected pads and
13418         non-fatal errors.
13419
13420 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13421
13422         * docs/libs/tmpl/gstaudio.sgml:
13423         * docs/libs/tmpl/gstcolorbalance.sgml:
13424         * docs/libs/tmpl/gstgconf.sgml:
13425         * docs/libs/tmpl/gstmixer.sgml:
13426         * docs/libs/tmpl/gstringbuffer.sgml:
13427         * docs/libs/tmpl/gsttuner.sgml:
13428         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13429         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13430         (gst_tcpclientsrc_class_init):
13431         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13432         (gst_tcpserversrc_class_init):
13433         * sys/v4l/gstv4lelement.c:
13434           more autistic cleanliness in functions/names/defines
13435
13436 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13437
13438         * configure.ac:
13439           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13440           added manually to each Makefile.am so we are sure it goes
13441           *last* and doesn't add -L flags before linking in libs of our
13442           own, like, say, internal .la libs, that then accidentally pick
13443           up the installed copy.
13444         * docs/libs/Makefile.am:
13445         * ext/alsa/Makefile.am:
13446         * ext/cdparanoia/Makefile.am:
13447         * ext/gnomevfs/Makefile.am:
13448         * ext/libvisual/Makefile.am:
13449         * ext/ogg/Makefile.am:
13450         * ext/theora/Makefile.am:
13451         * ext/vorbis/Makefile.am:
13452         * gst-libs/gst/video/Makefile.am:
13453         * gst/adder/Makefile.am:
13454         * gst/audioconvert/Makefile.am:
13455         * gst/audiorate/Makefile.am:
13456         * gst/audioscale/Makefile.am:
13457         * gst/ffmpegcolorspace/Makefile.am:
13458         * gst/playback/Makefile.am:
13459         * gst/sine/Makefile.am:
13460         * gst/subparse/Makefile.am:
13461         * gst/tags/Makefile.am:
13462         * gst/tcp/Makefile.am:
13463         * gst/typefind/Makefile.am:
13464         * gst/videorate/Makefile.am:
13465         * gst/videoscale/Makefile.am:
13466         * gst/videotestsrc/Makefile.am:
13467         * gst/volume/Makefile.am:
13468         * sys/v4l/Makefile.am:
13469         * sys/ximage/Makefile.am:
13470         * sys/xvimage/Makefile.am:
13471           adapt properly to this change. This should make sure that
13472           plugins and libs properly link to the as-yet-uninstalled
13473           copies of stuff like libgstinterfaces and libgstvideo
13474
13475 2005-07-13  Andy Wingo  <wingo@pobox.com>
13476
13477         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13478         (gst_v4lsrc_fixate): Fixate on format as well.
13479
13480         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13481         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13482         buffer points to it.
13483         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13484         rather just doing X calls ourselves. Also fixes a memleak.
13485
13486 2005-07-12  Andy Wingo  <wingo@pobox.com>
13487
13488         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13489         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13490         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13491         TRUE to avoid deadlocks if an element holds on to our buffers.
13492
13493 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13494
13495         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13496         (gst_sinesrc_init), (gst_sinesrc_create),
13497         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13498         (gst_sinesrc_start):
13499         * gst/sine/gstsinesrc.h:
13500           removing num-buffers property before moving it
13501
13502 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13503
13504         * configure.ac:
13505           use overridable ERROR_CFLAGS
13506         * docs/libs/gst-plugins-base-libs.types:
13507         * docs/libs/tmpl/gstringbuffer.sgml:
13508         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13509         (gst_alsasink_class_init):
13510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13511         (gst_alsasrc_class_init):
13512         * gst-libs/gst/audio/audio.h:
13513         * gst-libs/gst/audio/gstaudioclock.h:
13514         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13515         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13516         (gst_audio_filter_link), (gst_audio_filter_init),
13517         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13518         (gst_audio_filter_get_property),
13519         (gst_audio_filter_class_add_pad_templates):
13520         * gst-libs/gst/audio/gstaudiofilter.h:
13521         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13522         (gst_audio_filter_template_get_type),
13523         (gst_audio_filter_template_base_init),
13524         (gst_audio_filter_template_class_init),
13525         (gst_audio_filter_template_init),
13526         (gst_audio_filter_template_set_property),
13527         (gst_audio_filter_template_get_property), (plugin_init),
13528         (gst_audio_filter_template_setup),
13529         (gst_audio_filter_template_filter),
13530         (gst_audio_filter_template_filter_inplace):
13531         * gst-libs/gst/audio/gstaudiosink.c:
13532         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13533         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13534         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13535         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13536         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13537         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13538         * gst-libs/gst/audio/gstaudiosink.h:
13539         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13540         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13541         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13542         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13543         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13544         (gst_audio_src_class_init), (gst_audio_src_init),
13545         (gst_audio_src_create_ringbuffer):
13546         * gst-libs/gst/audio/gstaudiosrc.h:
13547         * gst-libs/gst/audio/gstbaseaudiosink.c:
13548         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13549         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13550         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13551         (gst_base_audio_sink_set_property),
13552         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13553         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13554         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13555         (gst_base_audio_sink_create_ringbuffer),
13556         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13557         * gst-libs/gst/audio/gstbaseaudiosink.h:
13558         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13559         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13560         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13561         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13562         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13563         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13564         (gst_base_audio_src_event), (gst_base_audio_src_create),
13565         (gst_base_audio_src_create_ringbuffer),
13566         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13567         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13569         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13570         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13571         (gst_ring_buffer_debug_spec_caps),
13572         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13573         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13574         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13575         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13576         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13577         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13578         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13579         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13580         (gst_ring_buffer_clear):
13581         * gst-libs/gst/audio/gstringbuffer.h:
13582         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13583         (gst_video_sink_class_init), (gst_video_sink_get_type):
13584         * gst-libs/gst/video/videosink.h:
13585         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13586         (gst_multifdsink_class_init),
13587         (gst_multifdsink_handle_client_write),
13588         (gst_multifdsink_change_state):
13589         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13590         (gst_tcpclientsink_setcaps):
13591         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13592         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13593         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13594         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13595         (gst_ximagesink_send_pending_navigation),
13596         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13597         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13599         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13600         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13601         (gst_xvimagesink_send_pending_navigation),
13602         (gst_xvimagesink_navigation_send_event),
13603         (gst_xvimagesink_set_xwindow_id),
13604         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13605         (gst_xvimagesink_get_type):
13606         more macro splitting
13607
13608 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13609
13610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13611           plug a memleak, allows me to import 1479 albums in one go
13612           in jamboree
13613         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13614         (vorbis_handle_type_packet), (vorbis_dec_chain),
13615         (vorbis_dec_change_state):
13616           fix some format strings
13617
13618 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13619
13620         * docs/libs/tmpl/gstcolorbalance.sgml:
13621         * docs/libs/tmpl/gstmixer.sgml:
13622         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13623         (gst_alsasink_set_property), (gst_alsasink_get_property):
13624         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13625         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13626           add device property
13627
13628 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13629
13630         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13631         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13632         (audiocast_register_listener), (audiocast_thread_run),
13633         (gst_gnomevfssrc_send_additional_headers_callback),
13634         (gst_gnomevfssrc_received_headers_callback),
13635         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13636         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13637         (gst_gnomevfssrc_get_size):
13638           add/clean up debugging
13639         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13640           cleanups
13641
13642 2005-07-07  Andy Wingo  <wingo@pobox.com>
13643
13644         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13645         framerate. Need to get a handle on when exactly this function is
13646         called, tho.
13647
13648         * sys/v4l/v4lsrc_calls.h:
13649         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13650         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13651         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13652
13653         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13654         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13655         v4lelements are sources.
13656
13657         * sys/v4l/gstv4lxoverlay.h:
13658         * sys/v4l/gstv4lxoverlay.c:
13659         * sys/v4l/gstv4ltuner.h:
13660         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13661         
13662         * sys/v4l/gstv4lsrc.h:
13663         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13664         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13665         or something should handle that. Made a live source.
13666
13667         * sys/v4l/gstv4lelement.h:
13668         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13669         signals. Some cleanups.
13670
13671         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13672
13673         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13674         stuff.
13675
13676         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13677         stuff.
13678
13679         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13680
13681 2005-07-07  Wim Taymans  <wim@fluendo.com>
13682
13683         * ext/theora/theoradec.c: (theora_get_query_types),
13684         (theora_dec_src_getcaps), (theora_dec_push):
13685         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13687         Remove deprecated/unused query types.
13688
13689 2005-07-06  Wim Taymans  <wim@fluendo.com>
13690
13691         * ext/alsa/Makefile.am:
13692         * ext/alsa/gstalsaplugin.c: (plugin_init):
13693         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13694         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13695         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13696         (gst_alsasrc_class_init), (gst_alsasrc_init),
13697         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13698         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13699         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13700         (gst_alsasrc_reset):
13701         * ext/alsa/gstalsasrc.h:
13702         * gst-libs/gst/audio/Makefile.am:
13703         * gst-libs/gst/audio/gstaudiosink.c:
13704         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13705         (gst_audioringbuffer_start):
13706         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13707         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13708         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13709         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13710         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13711         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13712         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13713         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13714         * gst-libs/gst/audio/gstaudiosrc.h:
13715         * gst-libs/gst/audio/gstbaseaudiosink.c:
13716         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13717         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13718         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13720         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13721         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13722         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13723         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13724         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13725         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13726         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13727         (gst_baseaudiosrc_change_state):
13728         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13729         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13730         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13731         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13732         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13733         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13734         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13735         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13736         * gst-libs/gst/audio/gstringbuffer.h:
13737         Added audiosource base classes.
13738         Ported alsasrc, still very basic.
13739
13740 2005-07-06  Wim Taymans  <wim@fluendo.com>
13741
13742         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13743         (theora_dec_push), (theora_handle_data_packet):
13744         Prepare for better timestamp fix later.
13745
13746         * gst/audioconvert/gstaudioconvert.c:
13747         List most accurate caps first
13748
13749         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13750         Use proper pad task function.
13751
13752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13753         (gst_xvimagesink_show_frame):
13754         Fix deadlock when alloc failed.
13755
13756 2005-07-05  Andy Wingo  <wingo@pobox.com>
13757
13758         * ext/gnomevfs/gstgnomevfssrc.c:
13759         * gst/sine/gstsinesrc.c:
13760         * gst/tcp/gsttcpserversrc.c:
13761         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13762
13763         * sys/v4l/: Port from 0.8.
13764
13765         * Many files: Null if we got it....
13766
13767 2005-07-05  Andy Wingo  <wingo@pobox.com>
13768
13769         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13770         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13771         Signedness fixes.
13772
13773 2005-07-05  Wim Taymans  <wim@fluendo.com>
13774
13775         * configure.ac:
13776         * gst/tcp/Makefile.am:
13777         * gst/tcp/README:
13778         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13779         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13780         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13781         (is_sync_frame), (gst_multifdsink_handle_client_write),
13782         (gst_multifdsink_render), (gst_multifdsink_start),
13783         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13784         * gst/tcp/gstmultifdsink.h:
13785         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13786         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13787         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13788         * gst/tcp/gsttcp.h:
13789         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13790         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13791         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13792         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13793         * gst/tcp/gsttcpclientsink.h:
13794         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13795         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13796         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13797         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13798         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13799         * gst/tcp/gsttcpclientsrc.h:
13800         * gst/tcp/gsttcpplugin.c: (plugin_init):
13801         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13802         * gst/tcp/gsttcpserversink.h:
13803         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13804         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13805         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13806         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13807         (gst_tcpserversrc_stop):
13808         * gst/tcp/gsttcpserversrc.h:
13809         * gst/tcp/gsttcpsink.c:
13810         * gst/tcp/gsttcpsink.h:
13811         * gst/tcp/gsttcpsrc.c:
13812         * gst/tcp/gsttcpsrc.h:
13813         Ported tcp plugins to 0.9. 
13814         
13815
13816 2005-07-05  Andy Wingo  <wingo@pobox.com>
13817
13818         * gst/playback/gstplaybasebin.c (fill_buffer):
13819         message_new_application fixen.
13820
13821         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13822         Style fix.
13823
13824 2005-07-04  Wim Taymans  <wim@fluendo.com>
13825
13826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13827         Set caps on output buffer.
13828
13829 2005-07-04  Andy Wingo  <wingo@pobox.com>
13830
13831         * ext/gnomevfs/gstgnomevfssrc.c
13832         (gst_gnomevfssrc_received_headers_callback) 
13833         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13834         hopefully.
13835
13836         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13837         No refcount leakage.
13838
13839         * configure.ac: Enable -Werror.
13840         
13841         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13842         * gst/audioconvert/bufferframesconvert.c
13843         (buffer_frames_convert_fixate):
13844         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13845         (gst_audio_convert_fixate):
13846         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13847         (gst_sinesrc_create): Fixate func changes.
13848         
13849         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13850         (gst_ximagesink_buffer_alloc): Unused var.
13851
13852 2005-07-01  Andy Wingo  <wingo@pobox.com>
13853
13854         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13855         getcaps to do explicit caps. Needs to be done in all decoders,
13856         possibly via a base class.
13857
13858         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13859
13860         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13861         caps on the sink pad, just rely on the pad template. Also, setting
13862         ANY caps on a pad is not valid because the caps are not fixed.
13863
13864         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13865         caps on the buffer, and get the width from the desired_caps if
13866         they're set.
13867         (gst_ximagesink_renegotiate_size): Implement via setting the
13868         desired_caps on the ximagesink.
13869         (gst_ximagesink_setcaps): Only reset the width of the player if it
13870         wasn't already set. Not sure if this is right.
13871         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13872
13873         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13874         that the user wants. NULL unless the window has been resized.
13875
13876         * gst/volume/gstvolume.c (volume_transform): Adapt to
13877         basetransform refcount changes.
13878         
13879 2005-07-01  Andy Wingo  <wingo@pobox.com>
13880
13881         * gst/videoscale/gstvideoscale.c:
13882         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13883         from BaseTransform, implements a transform_caps. Removed dead code
13884         including some PAR stuff that was never reached -- should probably
13885         be added back somehow.
13886
13887 2005-07-01  Andy Wingo  <wingo@pobox.com>
13888
13889         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13890         come later.
13891
13892 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13893
13894         * configure.ac:
13895         * docs/libs/Makefile.am:
13896         * docs/libs/gst-plugins-libs.types:
13897         * ext/alsa/Makefile.am:
13898         * ext/alsa/gstalsamixer.h:
13899         * ext/alsa/gstalsamixeroptions.h:
13900         * ext/alsa/gstalsamixertrack.h:
13901         * gst-libs/gst/Makefile.am:
13902         * gst-libs/gst/colorbalance/.cvsignore:
13903         * gst-libs/gst/colorbalance/Makefile.am:
13904         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13905         * gst-libs/gst/colorbalance/colorbalance.c:
13906         * gst-libs/gst/colorbalance/colorbalance.h:
13907         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13908         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13909         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13910         * gst-libs/gst/interfaces/Makefile.am:
13911         * gst-libs/gst/interfaces/colorbalance.c:
13912         (gst_color_balance_class_init):
13913         * gst-libs/gst/interfaces/colorbalance.h:
13914         * gst-libs/gst/interfaces/interfaces-marshal.list:
13915         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13916         * gst-libs/gst/interfaces/mixer.h:
13917         * gst-libs/gst/interfaces/mixeroptions.h:
13918         * gst-libs/gst/interfaces/navigation.c:
13919         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13920         * gst-libs/gst/interfaces/tuner.h:
13921         * gst/volume/Makefile.am:
13922         * gst/volume/gstvolume.c:
13923         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13924         * sys/ximage/Makefile.am:
13925         * sys/ximage/ximagesink.c:
13926         * sys/xvimage/Makefile.am:
13927         * sys/xvimage/xvimagesink.c:
13928           fold in all interfaces into an interfaces dir, preserving CVS
13929           history
13930
13931 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13932
13933         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13934           Fix build after riff changes.
13935
13936 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13937
13938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13939         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13940         (gst_riff_create_video_template_caps),
13941         (gst_riff_create_audio_template_caps),
13942         (gst_riff_create_iavs_template_caps):
13943         * gst-libs/gst/riff/riff-media.h:
13944         * gst-libs/gst/riff/riff-read.h:
13945         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13946           Add gst_riff_init() to initialize the debug category, instead
13947           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13948
13949 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13950
13951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13952           Oops, I shouldn't apply hacks.
13953
13954 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13955
13956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13957           Remove pad_loop function which doesn't work.
13958
13959 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13960
13961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13962           Send EOS when deactivating.
13963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13964         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13965         (gen_preroll_element), (probe_triggered), (mute_stream),
13966         (silence_stream), (new_decoded_pad), (setup_substreams),
13967         (set_active_source):
13968         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13969         (remove_sinks), (add_sink):
13970         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13971           Change for new probe API.
13972
13973 2005-06-29  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13976         * gst-libs/gst/audio/gstbaseaudiosink.c:
13977         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13978         (gst_baseaudiosink_change_state):
13979         * gst-libs/gst/audio/gstbaseaudiosink.h:
13980         * gst-libs/gst/audio/gstringbuffer.c:
13981         (gst_ringbuffer_set_callback):
13982         Fix compilation error.
13983         Ringbuffer starts out as not running.
13984         Free our clock in dispose.
13985         When releasing the ringbuffer we need to renegotiate so
13986         clear the pad caps.
13987
13988 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * autogen.sh:
13991         * configure.ac:
13992         * docs/Makefile.am:
13993         * docs/libs/Makefile.am:
13994         * docs/libs/gst-plugins-libs-docs.sgml:
13995         * docs/libs/gst-plugins-libs-sections.txt:
13996         * docs/libs/gst-plugins-libs.types:
13997         * docs/libs/tmpl/gstaudio.sgml:
13998         * docs/libs/tmpl/gstcolorbalance.sgml:
13999         * docs/libs/tmpl/gstringbuffer.sgml:
14000         * gst-libs/gst/audio/gstringbuffer.c:
14001         (gst_ringbuffer_set_callback):
14002           reinstate gtk-doc docs for plugin libs
14003
14004 2005-06-28  Wim Taymans  <wim@fluendo.com>
14005
14006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14007         (gst_ogg_demux_init):
14008         Removed pad loop function.
14009
14010 2005-06-28  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14013         If we're building a chain we are not in an error case
14014         when we queue a buffer.
14015
14016 2005-06-28  Andy Wingo  <wingo@pobox.com>
14017
14018         * *.c: Don't cast to GstObject before reffing/unreffing.
14019
14020 2005-06-27  Andy Wingo  <wingo@pobox.com>
14021
14022         * gst/videotestsrc/gstvideotestsrc.c
14023         (gst_videotestsrc_activate_push): Activation API changes.
14024
14025         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14026         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14027         they have refs on the decodebin.
14028
14029         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14030         parent class.
14031         (gst_ogg_pad_typefind): Don't leak a pad ref.
14032         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14033         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14034         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14035
14036 2005-06-27  Edward Hervey  <edward@fluendo.com>
14037
14038         * ext/theora/theoradec.c: (theora_dec_change_state): 
14039         re-arranged call to parent's state change in order to avoid locks (or
14040         worse).
14041
14042 2005-06-26  Edward Hervey  <edward@fluendo.com>
14043
14044         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14045         2nd argument of 'unknow-type' signal is a GstCaps and not a
14046         GstMiniObject
14047
14048 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14049         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14050           Set the worker thread's running flag to TRUE before starting the
14051           thread.
14052         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14053           Catch a failure to add typefind to the bin.
14054
14055 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14056
14057         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14058         (gst_sinesrc_init), (gst_sinesrc_create),
14059         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14060         (gst_sinesrc_start):
14061         * gst/sine/gstsinesrc.h:
14062           add num-buffers and timestamp-offset properties
14063         * gst/videotestsrc/gstvideotestsrc.c:
14064         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14065         (gst_videotestsrc_get_property):
14066           add timestamp-offset property
14067
14068 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14069
14070         * configure.ac: add videorate
14071         * gst-plugins-base.spec.in: add videorate
14072
14073 2005-06-23  Wim Taymans  <wim@fluendo.com>
14074
14075         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14076         (gst_videorate_getcaps), (gst_videorate_setcaps),
14077         (gst_videorate_event), (gst_videorate_chain):
14078         Fixed videorate, fixating an already fixated caps is not
14079         an error.
14080
14081 2005-06-23  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/ogg/README:
14084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14085         Buffer on caps is not boxed anymore.
14086
14087 2005-06-22  Wim Taymans  <wim@fluendo.com>
14088
14089         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14091         Set buffers on caps as miniobjects and not as boxed.
14092
14093 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14094
14095         * configure.ac:
14096           back to HEAD
14097
14098 === release 0.9.1 ===
14099
14100 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14101
14102         * .cvsignore:
14103         * NEWS:
14104         * README:
14105         * RELEASE:
14106         * configure.ac:
14107         * po/af.po:
14108         * po/az.po:
14109         * po/cs.po:
14110         * po/en_GB.po:
14111         * po/hu.po:
14112         * po/it.po:
14113         * po/nb.po:
14114         * po/nl.po:
14115         * po/or.po:
14116         * po/sq.po:
14117         * po/sr.po:
14118         * po/sv.po:
14119         * po/uk.po:
14120         * po/vi.po:
14121           updates for release
14122
14123 2005-06-09  Andy Wingo  <wingo@pobox.com>
14124
14125         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14126         
14127 2005-06-09  Andy Wingo  <wingo@pobox.com>
14128
14129         * configure.ac:
14130         * gst-libs/gst/Makefile.am:
14131         * gst-libs/gst/net/Makefile.am:
14132         Add gstnet to build.
14133
14134 2005-06-09  Andy Wingo  <wingo@pobox.com>
14135
14136         * gst-libs/gst/gconf/gconf.c:
14137         * gst/playback/test.c:
14138         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14139         fixes.
14140
14141         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14142
14143         * ext/theora/theoraenc.c (theora_enc_chain): 
14144         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14145
14146         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14147         RealPad.
14148
14149 2005-06-02  Wim Taymans  <wim@fluendo.com>
14150
14151         * gst-libs/gst/net/Makefile.am:
14152         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14153         * pkgconfig/gstreamer-libs.pc.in:
14154         Added net stuff, version net lib.
14155
14156 2005-06-02  Wim Taymans  <wim@fluendo.com>
14157
14158         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14159         (query_rates), (query_positions_elems), (query_positions_pads),
14160         (do_seek):
14161         Updated seek example.
14162
14163 2005-06-02  Andy Wingo  <wingo@pobox.com>
14164
14165         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14166         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14167         list.
14168
14169         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14170         remove the typefind, the bin dispose will do it for us. When it's
14171         removed and unreffed, the signal handler will be disconnected,
14172         too.
14173         (unlinked): It's too difficult to disconnect from unlinked
14174         handlers, as they are on pads not elements. Just punt if the pads
14175         aren't grandkids of the bin.
14176
14177 2005-06-02  Wim Taymans  <wim@fluendo.com>
14178
14179         * ext/ogg/README:
14180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14181         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14183         * ext/theora/theoradec.c: (theora_dec_src_query),
14184         (theora_handle_data_packet):
14185         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14186         (theora_enc_chain):
14187         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14188         (vorbis_handle_data_packet):
14189         * gst/audioconvert/bufferframesconvert.c:
14190         (buffer_frames_convert_chain):
14191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14192         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14193         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14194         (gst_ffmpegcsp_chain):
14195         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14196         (gst_videorate_getcaps), (gst_videorate_setcaps),
14197         (gst_videorate_event), (gst_videorate_chain):
14198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14199         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14200         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14201         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14202         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14203         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14204         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14205         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14206         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14207         Cleanups and buffer alloc.
14208
14209 2005-05-31  Wim Taymans  <wim@fluendo.com>
14210
14211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14212         Don't try to call the delay method when the device is not
14213         opened.
14214
14215 2005-05-31  Wim Taymans  <wim@fluendo.com>
14216
14217         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14218         Get actual segment size and buffer size after opening
14219         the device.
14220
14221 2005-05-30  Wim Taymans  <wim@fluendo.com>
14222
14223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14224         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14225         Also FLUSH upstream, makes the loop function exit faster.
14226         
14227         * ext/theora/theoradec.c: (theora_dec_src_query):
14228         Some more debug info in the query.
14229         
14230         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14231         (gst_ximagesink_setcaps):
14232         Release lock on par error, better error reporting.
14233
14234 2005-05-26  Wim Taymans  <wim@fluendo.com>
14235
14236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14237         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14238         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14239         Clear chains in READY
14240         Queue packets until the chain is activated.
14241
14242 2005-05-25  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst-libs/gst/audio/gstaudiosink.c:
14245         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14246         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14247         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14248         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14249         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14250         (gst_audiosink_create_ringbuffer):
14251         * gst-libs/gst/audio/gstbaseaudiosink.c:
14252         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14253         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14254         (gst_baseaudiosink_set_property), (build_linear_format),
14255         (debug_spec_caps), (debug_spec_buffer),
14256         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14257         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14258         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14259         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14261         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14262         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14263         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14264         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14265         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14266         (wait_segment), (gst_ringbuffer_commit),
14267         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14268         (gst_ringbuffer_clear):
14269         Various small cleanups.
14270
14271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14272         (gst_audio_convert_change_state):
14273         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14274         No need to take the locks anymore.
14275
14276 2005-05-25  Wim Taymans  <wim@fluendo.com>
14277
14278         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14279         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14280         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14281         (type_found):
14282         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14283         (group_destroy), (group_commit), (queue_overrun),
14284         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14285         (mute_stream), (new_decoded_pad), (setup_substreams),
14286         (setup_source), (mute_group_type), (set_active_source),
14287         (gst_play_base_bin_change_state):
14288         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14289         (gen_video_element), (gen_text_element), (gen_audio_element),
14290         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14291         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14292         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14293         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14294         Some playbin cleanups mostly refcounting sloppyness.
14295
14296 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14297
14298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14299           Work with streaming input.
14300
14301 2005-05-25  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14304         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14305         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14306         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14307         No need to take the STREAM lock anymore.
14308
14309 2005-05-25  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14312         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14313         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14314         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14315         (gst_ogg_demux_sink_activate):
14316         * ext/theora/theoradec.c: (theora_dec_src_event),
14317         (theora_handle_comment_packet), (theora_dec_chain),
14318         (theora_dec_change_state):
14319         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14320         (vorbis_handle_data_packet), (vorbis_dec_chain),
14321         (vorbis_dec_change_state):
14322         Remove STREAM locks as they are taken in core now.
14323         Never set bogus granulepos on vorbis/theora.
14324         Fix leaks in theoradec tag parsing.
14325
14326 2005-05-25  Wim Taymans  <wim@fluendo.com>
14327
14328         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14329         Fix memleaks, GST_BUFFER_DATA() is not freed.
14330
14331 2005-05-25  Wim Taymans  <wim@fluendo.com>
14332
14333         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14334         Open non-blocking, set to blocking mode afterwards to avoid
14335         lockups when audio device is busy.
14336
14337 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14338
14339         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14340           This can't be good.
14341
14342 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14345         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14346         (gst_audio_convert_setcaps):
14347           Implement instant setup switching.
14348
14349 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14350
14351         * gst/playback/gstplaybasebin.c: (probe_triggered):
14352           Fix missing unlock.
14353         * gst/playback/gstplaybin.c: (add_sink):
14354           First add, then link (otherwise pad link fails).
14355
14356 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14357
14358         * examples/Makefile.am:
14359         fix buildbot (make distcheck)
14360
14361 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14362
14363         * gst/playback/gstplaybin.c: (gen_vis_element):
14364           Remove some wrong code. Doesn't work yet.
14365
14366 2005-05-19  Wim Taymans  <wim@fluendo.com>
14367
14368         * gst-libs/gst/net/Makefile.am:
14369         * gst-libs/gst/net/README:
14370         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14371         (gst_netbuffer_class_init), (gst_netbuffer_init),
14372         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14373         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14374         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14375         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14376         * gst-libs/gst/net/gstnetbuffer.h:
14377         Added buffer subclass to store extra to/from addresses for
14378         network sources/sinks.
14379
14380 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14381
14382         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14383           Don't lock an unassigned variable.
14384
14385 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14386
14387         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14388           Increase buffer for video, decrease buffer for other media types.
14389         * gst/playback/gstplaybin.c: (gen_video_element),
14390         (gen_audio_element):
14391           Change names for debugging purposes.
14392
14393 2005-05-18  Wim Taymans  <wim@fluendo.com>
14394
14395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14396         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14397         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14398         (gst_ffmpegcsp_chain):
14399         Enable buffer alloc passthrough if the source and dest
14400         formats are the same.
14401
14402 2005-05-17  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14405         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14406         (gst_ogg_demux_chain_unlocked):
14407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14408         (gst_audio_convert_caps_remove_format_info),
14409         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14410         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14412         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14413         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14414         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14415         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14416         (gst_ffmpegcsp_get_property):
14417         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14418         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14419         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14420         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14421         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14422         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14423         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14424         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14425         Leak fixes in oggdemux.
14426         Some cleanups in audioconvert.
14427         Make passthrough work along with buffer_alloc etc.
14428         Make buffer_alloc and buffer recycling actually work in
14429         xvimagesink.
14430
14431 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14432
14433         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14434           make the compiler happy
14435
14436 2005-05-17  Wim Taymans  <wim@fluendo.com>
14437
14438         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14439         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14440         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14441         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14442         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14443         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14444         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14445         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14446         (gst_xvimagesink_set_xwindow_id):
14447         * sys/xvimage/xvimagesink.h:
14448         Port xvimagesink to new MiniObject.
14449
14450 2005-05-17  Wim Taymans  <wim@fluendo.com>
14451
14452         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14453         (gst_audiofilter_chain):
14454         * gst-libs/gst/audio/gstaudiosink.c:
14455         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14456         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14457         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14458         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14459         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14460         (gst_audiosink_create_ringbuffer):
14461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14462         (gst_audio_convert_caps_remove_format_info),
14463         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14464         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14466         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14467         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14468         Fix passthrough in ffmpegcolorspace.
14469         Fix memset in audiosink on wrong memory.
14470
14471 2005-05-16  David Schleef  <ds@schleef.org>
14472
14473         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14474         to GstMiniObject.
14475
14476 2005-05-16  David Schleef  <ds@schleef.org>
14477
14478         Port from GstData to GstMiniObject.
14479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14481         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14482         (gst_ogg_mux_collected):
14483         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14484         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14485         (theora_handle_data_packet):
14486         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14487         (theora_set_header_on_caps), (theora_enc_chain):
14488         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14489         (vorbis_handle_comment_packet):
14490         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14491         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14492         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14493         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14494         * gst/audioconvert/gstaudioconvert.c:
14495         (gst_audio_convert_get_buffer):
14496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14497         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14498         (mute_stream), (silence_stream):
14499         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14500         * gst/volume/gstvolume.c: (volume_transform):
14501         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14502         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14503         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14504         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14505         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14506         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14507         (gst_ximagesink_buffer_alloc):
14508         * sys/ximage/ximagesink.h:
14509
14510 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14511
14512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14513         (fill_buffer), (check_queue), (queue_threshold_reached),
14514         (queue_out_of_data):
14515         * gst/playback/gstplaybasebin.h:
14516           Post buffer-fullness on the bus.
14517
14518 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14519
14520         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14521         (try_to_link_1):
14522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14523         (group_commit), (probe_triggered), (setup_source),
14524         (gst_play_base_bin_change_state):
14525         * gst/playback/gstplaybasebin.h:
14526         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14527         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14528         (gst_play_bin_change_state):
14529           Move setup_output_pads into a virtual function, remove
14530           group-switch (no longer needed) and redirect (handled by bus
14531           now) signals.
14532
14533 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14534
14535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14536         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14537         (get_active_group), (get_building_group), (group_destroy),
14538         (group_commit), (check_queue), (queue_overrun),
14539         (queue_threshold_reached), (queue_out_of_data),
14540         (gen_preroll_element), (remove_groups), (unknown_type),
14541         (add_element_stream), (no_more_pads), (probe_triggered),
14542         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14543         (setup_substreams), (setup_source), (finish_source),
14544         (prepare_output), (muted_group_change_state),
14545         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14546         (gst_play_base_bin_change_state):
14547         * gst/playback/gstplaybasebin.h:
14548         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14549         (gst_play_bin_init), (gst_play_bin_set_property),
14550         (gen_video_element), (gen_text_element), (gen_audio_element),
14551         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14552         (gst_play_bin_change_state):
14553         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14554         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14555         (stream_info_change_state), (gst_stream_info_set_mute),
14556         (gst_stream_info_get_property):
14557         * gst/playback/gststreaminfo.h:
14558         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14559         (gst_stream_selector_get_linked_pad),
14560         (gst_stream_selector_getcaps),
14561         (gst_stream_selector_get_linked_pads),
14562         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14563         * gst/playback/gststreamselector.h:
14564           Rough port of playbin. Needs some more work, but is mostly done,
14565           and uses a few locks in important places, which should make stuff
14566           like chain-switches clean. Still uses GST_STATE() in a few places,
14567           which isn't all that good an idea, subtitles/elements disabled
14568           because no elements to test with and thus probably broken, query
14569           and event handling moved to GstBin, internal thread removed
14570           alltogether because the pipeline does that for us now. Can play
14571           Ogg/Vorbis files. Haven't tested anything else yet.
14572
14573 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14574
14575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14576           Do no-more-pads (needed for autoplugging).
14577
14578 2005-05-10  Andy Wingo  <wingo@pobox.com>
14579
14580         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14581         message to the bus with the tags. Still not sent downstream tho.
14582
14583         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14584         get_parent.
14585         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14586         avoid refcounting hassles.
14587
14588 2005-05-09  Andy Wingo  <wingo@pobox.com>
14589
14590         * gst/volume/Makefile.am:
14591         * gst/volume/demo.c
14592         * gst/volume/gstvolume.h
14593         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14594         basetransform. Probably need an audio filter base class.
14595
14596 2005-05-09  Wim Taymans  <wim@fluendo.com>
14597
14598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14599         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14600         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14601         (gst_vorbisenc_chain):
14602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14603         (gst_audio_convert_caps_remove_format_info),
14604         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14605         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14606         Make caps writable before writing to it.
14607         Fix negotiation in audioconvert some more.
14608
14609 2005-05-09  Wim Taymans  <wim@fluendo.com>
14610
14611         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14612         (gst_videorate_getcaps), (gst_videorate_setcaps),
14613         (gst_videorate_event), (gst_videorate_chain):
14614         Better negotiation.
14615
14616 2005-05-09  Wim Taymans  <wim@fluendo.com>
14617
14618         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14619         (gst_videorate_getcaps), (gst_videorate_setcaps),
14620         (gst_videorate_blank_data), (gst_videorate_init),
14621         (gst_videorate_event), (gst_videorate_chain),
14622         (gst_videorate_change_state):
14623         Port videorate, do a better job at negotiation while we're at
14624         it.
14625
14626 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14627
14628         * configure.ac:
14629           Disable libvisual
14630
14631         * examples/Makefile.am:
14632         * gst-libs/gst/audio/Makefile.am:
14633         * gst-libs/gst/riff/Makefile.am:
14634         * gst-libs/gst/tag/Makefile.am:
14635         * gst-libs/gst/video/Makefile.am:
14636           Fixups for missing variables.
14637
14638 2005-05-09  Wim Taymans  <wim@fluendo.com>
14639
14640         * examples/seeking/seek.c: (make_theora_pipeline),
14641         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14642         (query_rates), (query_positions_elems), (query_positions_pads),
14643         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14645         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14646         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14647         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14648         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14650         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14651         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14652         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14653         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14654         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14655         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14656         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14657         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14658         (theora_dec_src_convert), (theora_dec_sink_convert),
14659         (theora_dec_src_query), (theora_dec_sink_query),
14660         (theora_dec_src_event), (theora_dec_sink_event),
14661         (theora_handle_comment_packet), (theora_handle_type_packet),
14662         (theora_handle_header_packet), (theora_handle_data_packet),
14663         (theora_dec_chain):
14664         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14665         (vorbis_dec_convert), (vorbis_dec_src_query),
14666         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14667         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14668         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14669         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14671         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14672         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14673         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14674         (gst_play_bin_query):
14675         * gst/playback/test3.c: (update_scale):
14676         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14677         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14678         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14679         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14680         (gst_videotestsrc_src_query):
14681         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14682         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14683         (paint_hline_YUV9):
14684         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14685         Port to new query API.
14686         Updated seek.
14687         Cleanups in x[v]imagesink
14688
14689 2005-05-09  Andy Wingo  <wingo@pobox.com>
14690
14691         * ext/alsa/gstalsasink.h:
14692         * ext/gnomevfs/gstgnomevfssrc.c:
14693         (gst_gnomevfssrc_get_icy_metadata):
14694         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14695         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14696         * ext/theora/theoradec.c (theora_dec_src_query)
14697         (theora_dec_src_event, theora_dec_sink_event)
14698         (theora_handle_comment_packet, theora_handle_data_packet):
14699         * ext/theora/theoraenc.c (theora_enc_chain):
14700         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14701         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14702         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14703         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14704         (qt_type_find):
14705         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14706         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14707         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14708         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14709         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14710         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14711         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14712         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14713         (paint_setup_RGB565, paint_setup_xRGB1555):
14714         * gst/videotestsrc/videotestsrc.h:
14715         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14716         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14717         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14718         GCC4 fixes.
14719         
14720         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14721         gst_pad_query_position. Fixes oggdemux.
14722
14723 2005-05-08  David Schleef  <ds@schleef.org>
14724
14725         * configure.ac: Require liboil.
14726         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14727         a few more.
14728         * gst/videotestsrc/videotestsrc.c:
14729         * gst/videotestsrc/videotestsrc.h:
14730
14731 2005-05-06  Wim Taymans  <wim@fluendo.com>
14732
14733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14734         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14735         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14736         Well, unreffing a buffer right before pushing it is asking
14737         for trouble..
14738
14739 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14740
14741         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14742
14743 2005-05-06  Wim Taymans  <wim@fluendo.com>
14744
14745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14746         (gst_audio_convert_caps_remove_format_info),
14747         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14748         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14750         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14751         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14752         * gst/sine/Makefile.am:
14753         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14754         (gst_sinesrc_class_init), (gst_sinesrc_init),
14755         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14756         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14757         (gst_sinesrc_update_freq):
14758         * gst/sine/gstsinesrc.h:
14759         * gst/tcp/gstmultifdsink.c:
14760         * sys/xvimage/xvimagesink.c:
14761         Fixed negotiation wrt _peer_get_caps()
14762         Some cleanups.
14763
14764
14765 2005-05-06  Wim Taymans  <wim@fluendo.com>
14766
14767         * gst-libs/gst/audio/gstaudiosink.c:
14768         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14769         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14770         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14771         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14772         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14773         (gst_audiosink_create_ringbuffer):
14774         * gst-libs/gst/audio/gstbaseaudiosink.c:
14775         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14776         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14777         (gst_baseaudiosink_set_property), (build_linear_format),
14778         (debug_spec_caps), (debug_spec_buffer),
14779         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14780         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14781         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14782         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14783         * gst-libs/gst/audio/gstbaseaudiosink.h:
14784         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14785         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14786         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14787         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14788         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14789         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14790         (wait_segment), (gst_ringbuffer_commit),
14791         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14792         (gst_ringbuffer_clear):
14793         * gst-libs/gst/audio/gstringbuffer.h:
14794         Make the base audiosink return an error when there is no
14795         audiobuffer negotiated.
14796
14797 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14798
14799         * ext/Makefile.am:
14800         Disable cdparanoia until someone ports it!
14801
14802 2005-05-06  Wim Taymans  <wim@fluendo.com>
14803
14804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14805         (gst_ogg_demux_sink_activate):
14806         And revert after wingo's revert.. sigh..
14807
14808 2005-05-05  Andy Wingo  <wingo@pobox.com>
14809
14810         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14811         GObject.
14812         * configure.ac: Return audiorate and subparse from the ghetto.
14813         Re-enable -Wall -Werror.
14814         * gst/subparse/gstsubparse.c:
14815         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14816         or chain-based. Cleaned up a bit. Not tested.
14817         
14818 2005-05-05  Christian Schaller <christian@fluendo.com> 
14819
14820         * Makefile.am: remove stuff that is not building
14821         * configure.ac: remove stuff that is not building
14822         * examples/Makefile.am: remove stuff that is not building
14823         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14824         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14825         * sys/Makefile.am: remove stuff that is not building
14826         * testsuite/Makefile.am: remove stuff that is not building
14827
14828 2005-05-05  Andy Wingo  <wingo@pobox.com>
14829
14830         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14831         * gst-libs/gst/tag/gstvorbistag.c:
14832         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14833         * gst/adder/gstadder.h:
14834         * gst/audioconvert/gstchannelmix.c:
14835         (gst_audio_convert_fill_one_other):
14836         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14837         (gst_audiorate_init), (gst_audiorate_chain):
14838         * gst/playback/gstplaybasebin.c: (setup_source):
14839         * gst/playback/test3.c: (update_scale):
14840         Some GCC4 fixes
14841         
14842         * po/af.po:
14843         * po/az.po:
14844         * po/cs.po:
14845         * po/en_GB.po:
14846         * po/hu.po:
14847         * po/it.po:
14848         * po/nb.po:
14849         * po/nl.po:
14850         * po/or.po:
14851         * po/sq.po:
14852         * po/sr.po:
14853         * po/sv.po:
14854         * po/uk.po:
14855         * po/vi.po: Foo
14856
14857 2005-05-05  Wim Taymans  <wim@fluendo.com>
14858
14859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14860         (gst_audio_convert_caps_remove_format_info),
14861         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14862         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14863         * gst/videotestsrc/gstvideotestsrc.c:
14864         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14865         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14866         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14867         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14868         Don't ignore _push() return values.
14869         Make sure no processing is done when shutting down.
14870         Videotestsrc pad activation fix.
14871
14872 2005-05-05  Wim Taymans  <wim@fluendo.com>
14873
14874         * gst/adder/Makefile.am:
14875         * gst/adder/gstadder.c: (gst_adder_setcaps),
14876         (gst_adder_class_init), (gst_adder_init),
14877         (gst_adder_request_new_pad), (gst_adder_collected),
14878         (gst_adder_change_state):
14879         * gst/adder/gstadder.h:
14880         Ported adder as an example of a mixer element using
14881         collect pads. Needs more negotiation work.
14882
14883 2005-05-05  Wim Taymans  <wim@fluendo.com>
14884
14885         * ext/theora/theoradec.c: (_inc_granulepos),
14886         (theora_dec_src_event), (theora_dec_sink_event),
14887         (theora_handle_comment_packet), (theora_handle_type_packet),
14888         (theora_handle_header_packet), (theora_handle_data_packet),
14889         (theora_dec_chain):
14890         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14891         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14892         (theora_push_buffer), (theora_push_packet),
14893         (theora_enc_sink_event), (theora_enc_chain),
14894         (theora_enc_change_state), (theora_enc_set_property),
14895         (theora_enc_get_property):
14896         Added stream lock to decoder so that we can serialize
14897         the discont event.
14898         More theoraenc porting, recover from errors, do clean
14899         shutdown.
14900
14901 2005-05-05  Wim Taymans  <wim@fluendo.com>
14902
14903         * ext/ogg/Makefile.am:
14904         * ext/ogg/README:
14905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14906         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14907         (gst_ogg_print):
14908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14909         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14910         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14911         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14912         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14913         (gst_ogg_mux_change_state):
14914         Ported ogg muxer.
14915
14916 2005-05-05  Wim Taymans  <wim@fluendo.com>
14917
14918         * docs/design-audiosinks.txt:
14919         * gst-libs/gst/audio/TODO:
14920         * gst-libs/gst/audio/gstaudiosink.c:
14921         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14922         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14923         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14924         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14925         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14926         (gst_audiosink_create_ringbuffer):
14927         * gst-libs/gst/audio/gstbaseaudiosink.c:
14928         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14929         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14930         (gst_baseaudiosink_set_property), (build_linear_format),
14931         (debug_spec_caps), (debug_spec_buffer),
14932         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14933         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14934         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14935         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14937         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14938         (gst_ringbuffer_release), (gst_ringbuffer_play),
14939         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14940         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14941         (gst_ringbuffer_set_sample), (wait_segment),
14942         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14943         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14944         More work on the audiosink, mostly debugging and a race in
14945         shutdown.
14946
14947 2005-04-28  Wim Taymans  <wim@fluendo.com>
14948
14949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14950         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14951         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14952         (vorbis_dec_src_query), (vorbis_dec_src_event),
14953         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14954         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14955         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14956         Don't crap out when seeking back to position 0.
14957
14958 2005-04-28  Wim Taymans  <wim@fluendo.com>
14959
14960         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14961         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14962         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14963         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14964         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14965         Make audio sink configurable, use alsasink as default.
14966
14967 2005-04-28  Wim Taymans  <wim@fluendo.com>
14968
14969         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14970         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14971         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14972         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14973         (vorbis_dec_change_state):
14974         * ext/vorbis/vorbisdec.h:
14975         Refactor, use STREAM_LOCK.
14976
14977 2005-04-28  Wim Taymans  <wim@fluendo.com>
14978
14979         * ext/theora/theoradec.c: (_inc_granulepos),
14980         (theora_dec_sink_event), (theora_handle_comment_packet),
14981         (theora_handle_type_packet), (theora_handle_header_packet),
14982         (theora_handle_data_packet), (theora_dec_chain),
14983         (theora_dec_change_state):
14984         Refactor a bit, use STREAM_LOCK.
14985
14986 2005-04-28  Wim Taymans  <wim@fluendo.com>
14987
14988         * ext/alsa/Makefile.am:
14989         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14990         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14991         (gst_alsa_link), (gst_alsa_close_audio):
14992         * ext/alsa/gstalsaplugin.c: (plugin_init):
14993         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14994         (gst_alsasink_dispose), (gst_alsasink_base_init),
14995         (gst_alsasink_class_init), (gst_alsasink_init),
14996         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14997         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14998         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14999         (gst_alsasink_reset):
15000         * ext/alsa/gstalsasink.h:
15001         Implement alsasink with simple open/write/close API. 
15002         Make alsa dir build by disabling compilation of code.
15003
15004 2005-04-28  Wim Taymans  <wim@fluendo.com>
15005
15006         * gst-libs/gst/audio/Makefile.am:
15007         * gst-libs/gst/audio/audio.h:
15008         * gst-libs/gst/audio/audioclock.c:
15009         * gst-libs/gst/audio/audioclock.h:
15010         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15011         (gst_audio_clock_class_init), (gst_audio_clock_init),
15012         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15013         * gst-libs/gst/audio/gstaudioclock.h:
15014         * gst-libs/gst/audio/gstaudiosink.c:
15015         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15016         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15017         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15018         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15019         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15020         (gst_audiosink_create_ringbuffer):
15021         * gst-libs/gst/audio/gstbaseaudiosink.c:
15022         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15023         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15024         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15025         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15026         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15027         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15028         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15029         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15030         * gst-libs/gst/audio/gstbaseaudiosink.h:
15031         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15032         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15033         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15034         (gst_ringbuffer_release), (gst_ringbuffer_play),
15035         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15036         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15037         (gst_ringbuffer_set_sample), (wait_segment),
15038         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15039         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15040         * gst-libs/gst/audio/gstringbuffer.h:
15041         Make ringbuffer faster and more simple by removing the locks
15042         in the playback thread.
15043         Add sample accurate playback based on buffer sample offsets.
15044         Make the baseaudiosink provide a clock.
15045         Parse caps in the base class.
15046         Correctly handle seeking, flushing and state changes.
15047
15048 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15049
15050         * configure.ac:
15051         * gst/audioconvert/Makefile.am:
15052         * gst/audioscale/Makefile.am:
15053           Fix part of the build.  Come on guys, autogen didn't even work :)
15054
15055 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15056
15057         * configure.ac:
15058         * gst-libs/gst/Makefile.am:
15059         * gst-libs/gst/media-info/.cvsignore:
15060         * gst-libs/gst/media-info/Makefile.am:
15061         * gst-libs/gst/media-info/README:
15062         * gst-libs/gst/media-info/media-info-priv.c:
15063         * gst-libs/gst/media-info/media-info-priv.h:
15064         * gst-libs/gst/media-info/media-info-test.c:
15065         * gst-libs/gst/media-info/media-info.c:
15066         * gst-libs/gst/media-info/media-info.h:
15067         * gst-libs/gst/media-info/media-info.vcproj:
15068         * pkgconfig/Makefile.am:
15069         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15070         * pkgconfig/gstreamer-media-info.pc.in:
15071           Remove media-info, which is also successed by playbin (see Totem
15072           implementation).
15073
15074 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15075
15076         * configure.ac:
15077         * examples/Makefile.am:
15078         * examples/gstplay/.cvsignore:
15079         * examples/gstplay/Makefile.am:
15080         * examples/gstplay/player.c:
15081         * gst-libs/gst/Makefile.am:
15082         * gst-libs/gst/play/.cvsignore:
15083         * gst-libs/gst/play/Makefile.am:
15084         * gst-libs/gst/play/play.c:
15085         * gst-libs/gst/play/play.h:
15086         * gst-libs/gst/play/play.vcproj:
15087         * pkgconfig/Makefile.am:
15088         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15089         * pkgconfig/gstreamer-play.pc.in:
15090           Remove libgstplay, playbin is now the official successor.
15091
15092 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15093
15094         * configure.ac:
15095         * gst-libs/gst/Makefile.am:
15096         * gst-libs/gst/xwindowlistener/Makefile.am:
15097         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15098         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15099           Remove deprecated xwindowlistener (I've moved xwindowlistening
15100           in the v4l/v4l2 plugins over to serverside).
15101
15102 2005-04-25  David Schleef  <ds@schleef.org>
15103
15104         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15105         to examples/dynparams.  Examples do not belong interspersed with
15106         source code.
15107         * examples/dynparams/demo-dparams.c:
15108         * gst/sine/Makefile.am:
15109         * gst/sine/demo-dparams.c:
15110
15111 2005-04-25  David Schleef  <ds@schleef.org>
15112
15113         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15114         * gst-libs/gst/audio/Makefile.am:
15115         * gst-libs/gst/riff/Makefile.am:
15116         * gst-libs/gst/tag/Makefile.am:
15117         * gst-libs/gst/video/Makefile.am:
15118         * gst-libs/gst/xwindowlistener/Makefile.am:
15119
15120         Convert to 0.9 API, seems to work:
15121         * sys/ximage/Makefile.am:
15122         * sys/ximage/ximagesink.c:
15123
15124 2005-04-24  David Schleef  <ds@schleef.org>
15125
15126         Link plugins against libraries:
15127         * ext/alsa/Makefile.am:
15128         * gst/tcp/Makefile.am:
15129
15130         Remove asm code that should be in liboil
15131         * gst/videoscale/Makefile.am:
15132         * gst/videoscale/videoscale_x86_asm.s:
15133
15134         gettext wants these checked in:
15135         * po/af.po:
15136         * po/az.po:
15137         * po/cs.po:
15138         * po/en_GB.po:
15139         * po/hu.po:
15140         * po/it.po:
15141         * po/nb.po:
15142         * po/nl.po:
15143         * po/or.po:
15144         * po/sq.po:
15145         * po/sr.po:
15146         * po/sv.po:
15147         * po/uk.po:
15148         * po/vi.po:
15149
15150 2005-04-24  David Schleef  <ds@schleef.org>
15151
15152         Convert gst_main() to g_main_loop_run()
15153         * gst/playback/decodetest.c: (main):
15154         * gst/playback/test2.c: (main):
15155         * gst/playback/test3.c: (main):
15156         * gst/playback/test4.c: (main):
15157
15158         Link plugins against libraries:
15159         * ext/libvisual/Makefile.am:
15160         * sys/xvimage/Makefile.am:
15161
15162 2005-04-24  David Schleef  <ds@schleef.org>
15163
15164         * configure.ac: Remove idct and resample libs
15165         * gst-libs/gst/Makefile.am: same
15166
15167         Remove usage of gst_library_load():
15168         * ext/alsa/gstalsaplugin.c: (plugin_init):
15169         * ext/libvisual/visual.c: (plugin_init):
15170         * ext/ogg/gstogg.c: (plugin_init):
15171         * ext/theora/theora.c: (plugin_init):
15172         * ext/vorbis/vorbis.c: (plugin_init):
15173         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15174         * gst/audioscale/gstaudioscale.c:
15175         * gst/adder/gstadder.c: (plugin_init):
15176         * gst/audioconvert/plugin.c: (plugin_init):
15177         * sys/ximage/ximagesink.c: (plugin_init):
15178         * sys/xvimage/xvimagesink.c: (plugin_init):
15179         * gst/tcp/gsttcpplugin.c: (plugin_init):
15180
15181         Link plugins against libraries:
15182         * ext/ogg/Makefile.am:
15183         * ext/theora/Makefile.am:
15184         * ext/vorbis/Makefile.am:
15185         * gst/audioconvert/Makefile.am:
15186
15187         Create proper libraries:
15188         * gst-libs/gst/riff/Makefile.am:
15189         * gst-libs/gst/audio/Makefile.am:
15190         * gst-libs/gst/video/Makefile.am:
15191
15192         Move resample library to audioscale plugin directory:
15193         * gst-libs/gst/resample/Makefile.am:
15194         * gst-libs/gst/resample/README:
15195         * gst-libs/gst/resample/dtof.c:
15196         * gst-libs/gst/resample/dtos.c:
15197         * gst-libs/gst/resample/functable.c:
15198         * gst-libs/gst/resample/private.h:
15199         * gst-libs/gst/resample/resample.c:
15200         * gst-libs/gst/resample/resample.h:
15201         * gst-libs/gst/resample/resample.vcproj:
15202         * gst-libs/gst/resample/test.c:
15203         * gst/audioscale/Makefile.am:
15204         * gst/audioscale/README:
15205         * gst/audioscale/dtof.c:
15206         * gst/audioscale/dtos.c:
15207         * gst/audioscale/functable.c:
15208         * gst/audioscale/private.h:
15209         * gst/audioscale/resample.c:
15210         * gst/audioscale/resample.h:
15211         * gst/audioscale/test.c:
15212
15213         Move tagedit library to gst-libs:
15214         * gst-libs/gst/tag/Makefile.am:
15215         * gst-libs/gst/tag/gstid3tag.c:
15216         * gst-libs/gst/tag/gsttagediting.c:
15217         * gst-libs/gst/tag/gsttageditingprivate.h:
15218         * gst-libs/gst/tag/gstvorbistag.c:
15219         * gst/tags/Makefile.am:
15220         * gst/tags/gstid3tag.c:
15221         * gst/tags/gstvorbistag.c:
15222
15223         Fix for core changes:
15224         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15225         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15226         (gst_sinesrc_getrange):
15227
15228 2005-04-23  David Schleef  <ds@schleef.org>
15229
15230         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15231         in gst-plugins in a long time, and properly belongs in liboil.
15232         * gst-libs/gst/idct/Makefile.am:
15233         * gst-libs/gst/idct/README:
15234         * gst-libs/gst/idct/dct.h:
15235         * gst-libs/gst/idct/doieee:
15236         * gst-libs/gst/idct/fastintidct.c:
15237         * gst-libs/gst/idct/floatidct.c:
15238         * gst-libs/gst/idct/idct.c:
15239         * gst-libs/gst/idct/idct.h:
15240         * gst-libs/gst/idct/idtc.vcproj:
15241         * gst-libs/gst/idct/ieeetest.c:
15242         * gst-libs/gst/idct/intidct.c:
15243
15244 2005-04-20  Wim Taymans  <wim@fluendo.com>
15245
15246         * docs/design-audiosinks.txt:
15247         * gst-libs/gst/audio/Makefile.am:
15248         * gst-libs/gst/audio/TODO:
15249         * gst-libs/gst/audio/gstaudiosink.c:
15250         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15251         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15252         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15253         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15254         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15255         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15256         (gst_audiosink_class_init), (gst_audiosink_init),
15257         (gst_audiosink_create_ringbuffer):
15258         * gst-libs/gst/audio/gstaudiosink.h:
15259         * gst-libs/gst/audio/gstbaseaudiosink.c:
15260         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15261         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15262         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15263         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15264         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15265         (gst_baseaudiosink_create_ringbuffer),
15266         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15267         * gst-libs/gst/audio/gstbaseaudiosink.h:
15268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15269         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15270         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15271         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15272         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15273         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15274         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15275         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15276         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15277         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15278         * gst-libs/gst/audio/gstringbuffer.h:
15279         An attempt at a set of audio base classes together with some
15280         design docs.
15281
15282 2005-04-20  Wim Taymans  <wim@fluendo.com>
15283
15284         * gst/audioconvert/Makefile.am:
15285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15286         (gst_audio_convert_caps_remove_format_info),
15287         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15288         (gst_audio_convert_channels):
15289         Link against audio libs.
15290         Fix audio convert plugin.
15291
15292 2005-04-20  Wim Taymans  <wim@fluendo.com>
15293
15294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15295         (gst_ogg_demux_sink_activate):
15296         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15297         (theora_set_header_on_caps), (theora_enc_sink_event),
15298         (theora_enc_chain):
15299         Fix theora encoder.
15300
15301 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15302
15303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15304         * gst/playback/gstdecodebin.c: (find_compatibles):
15305           Work with staticpadtemplates in elementfactories.
15306
15307 2005-04-12  Wim Taymans  <wim@fluendo.com>
15308
15309         * gst/playback/README:
15310         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15311         (compare_ranks), (print_feature), (gst_decode_bin_init),
15312         (dynamic_create), (dynamic_free), (find_compatibles),
15313         (mimetype_is_raw), (close_pad_link), (got_redirect),
15314         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15315         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15316         (gst_decode_bin_change_state):
15317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15318         (gst_play_base_bin_init), (group_destroy), (group_commit),
15319         (check_queue), (queue_overrun), (queue_threshold_reached),
15320         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15321         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15322         (got_redirect), (setup_source), (play_base_eos),
15323         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15324         (gst_play_base_bin_remove_element):
15325         * gst/playback/gstplaybasebin.h:
15326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15327         (gst_play_bin_init), (gst_play_bin_dispose),
15328         (gst_play_bin_set_property), (gen_video_element),
15329         (gen_text_element), (gen_audio_element), (remove_sinks),
15330         (gst_play_bin_send_event):
15331         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15332         (stream_info_change_state), (gst_stream_info_set_mute):
15333         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15334         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15335         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15336         (gst_stream_selector_chain):
15337         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15338         (main):
15339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15340         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15341         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15342         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15343         Raw and crude port of decodebin. 
15344         Make playbin compile.
15345
15346 2005-04-06  Wim Taymans  <wim@fluendo.com>
15347
15348         * ext/gnomevfs/Makefile.am:
15349         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15350         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15351         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15352         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15353         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15354         (gst_gnomevfssrc_stop):
15355         * ext/ogg/Makefile.am:
15356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15357         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15358         * ext/theora/Makefile.am:
15359         * ext/theora/theoradec.c: (_inc_granulepos),
15360         (theora_dec_sink_event), (theora_dec_chain):
15361         * ext/vorbis/Makefile.am:
15362         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15363         (vorbis_dec_sink_event), (vorbis_dec_chain):
15364         * gst-libs/gst/audio/Makefile.am:
15365         * sys/xvimage/Makefile.am:
15366         Make gnomevfssrc extend the source base class.
15367         Fix linking against libs in various plugins.
15368
15369 2005-04-06  Andy Wingo  <wingo@pobox.com>
15370
15371         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15372         GST_BASE_LIBS.
15373
15374         * configure.ac: Add check and AC_SUBST for libgstbase.
15375
15376 2005-03-31  Wim Taymans  <wim@fluendo.com>
15377
15378         * examples/seeking/Makefile.am:
15379         * examples/seeking/cdparanoia.c: (main):
15380         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15381         (play_cb), (pause_cb), (stop_cb), (main):
15382         * examples/seeking/playbin.c:
15383         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15384         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15385         (make_sid_pipeline), (make_vorbis_pipeline),
15386         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15387         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15388         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15389         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15390         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15391         (stop_cb), (main):
15392         * examples/seeking/spider_seek.c:
15393         * examples/seeking/vorbisfile.c:
15394         * ext/gnomevfs/Makefile.am:
15395         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15397         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15398         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15399         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15400         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15401         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15402         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15403         * ext/ogg/README:
15404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15405         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15406         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15407         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15408         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15409         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15410         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15411         (gst_ogg_demux_factory_filter), (compare_ranks),
15412         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15413         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15414         (gst_ogg_chain_new), (gst_ogg_chain_free),
15415         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15416         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15417         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15418         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15419         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15420         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15421         (gst_ogg_demux_get_prev_page),
15422         (gst_ogg_demux_deactivate_current_chain),
15423         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15424         (gst_ogg_demux_bisect_forward_serialno),
15425         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15426         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15427         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15428         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15429         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15430         (gst_ogg_demux_change_state), (gst_ogg_print):
15431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15432         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15433         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15434         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15435         (gst_ogg_mux_loop):
15436         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15437         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15438         (theora_dec_src_convert), (theora_dec_sink_convert),
15439         (theora_dec_src_query), (theora_dec_src_event),
15440         (theora_dec_sink_event), (theora_dec_chain),
15441         (theora_dec_change_state):
15442         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15443         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15444         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15445         (theora_enc_change_state):
15446         * ext/vorbis/Makefile.am:
15447         * ext/vorbis/oggvorbisenc.c:
15448         * ext/vorbis/oggvorbisenc.h:
15449         * ext/vorbis/vorbis.c: (plugin_init):
15450         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15451         (vorbis_dec_src_query), (vorbis_dec_src_event),
15452         (vorbis_dec_sink_event), (vorbis_dec_chain),
15453         (vorbis_dec_change_state):
15454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15455         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15456         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15457         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15458         (gst_vorbisenc_change_state):
15459         * ext/vorbis/vorbisenc.h:
15460         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15461         * gst-libs/gst/audio/audioclock.c:
15462         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15463         (gst_audiofilter_init), (gst_audiofilter_chain):
15464         * gst-libs/gst/audio/testchannels.c: (main):
15465         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15466         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15467         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15468         (gmip_find_track_streaminfo), (gmip_find_track_format):
15469         * gst-libs/gst/media-info/media-info.c:
15470         (gst_media_info_read_idler):
15471         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15472         (gst_play_get_all_by_interface):
15473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15474         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15475         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15476         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15477         (gst_riff_parse_info):
15478         * gst-libs/gst/riff/riff-read.h:
15479         * gst-libs/gst/riff/riff.c: (plugin_init):
15480         * gst-libs/gst/video/Makefile.am:
15481         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15482         (gst_videosink_class_init), (gst_videosink_get_type):
15483         * gst-libs/gst/video/videosink.h:
15484         * gst/audioconvert/bufferframesconvert.c:
15485         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15486         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15487         * gst/audioconvert/channelmixtest.c: (main):
15488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15489         (gst_audio_convert_chain),
15490         (gst_audio_convert_caps_remove_format_info),
15491         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15492         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15493         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15494         (gst_audio_convert_buffer_to_default_format),
15495         (gst_audio_convert_buffer_from_default_format),
15496         (gst_audio_convert_channels):
15497         * gst/audioconvert/gstchannelmix.h:
15498         * gst/ffmpegcolorspace/avcodec.h:
15499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15500         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15501         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15502         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15503         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15504         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15505         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15506         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15507         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15508         (dv_type_find):
15509         * gst/videotestsrc/gstvideotestsrc.c:
15510         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15511         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15512         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15513         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15514         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15515         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15516         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15518         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15519         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15520         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15521         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15522         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15523         (gst_xvimagesink_navigation_send_event),
15524         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15525         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15526         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15527         * sys/xvimage/xvimagesink.h:
15528         Plugin port to 0.9, ogg/theora playback should work in the seek
15529         example now.
15530         Removed old examples.
15531         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15532         explained in 0.9 TODO doc.
15533
15534
15535 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15536
15537         * autogen.sh:
15538         * configure.ac:
15539         * ext/Makefile.am:
15540         * gst/Makefile.am:
15541         * po/POTFILES.in:
15542         * po/af.po:
15543         * po/az.po:
15544         * po/cs.po:
15545         * po/en_GB.po:
15546         * po/hu.po:
15547         * po/it.po:
15548         * po/nb.po:
15549         * po/nl.po:
15550         * po/or.po:
15551         * po/sq.po:
15552         * po/sr.po:
15553         * po/sv.po:
15554         * po/uk.po:
15555         * po/vi.po:
15556         * sys/Makefile.am:
15557         * testsuite/Makefile.am:
15558           remove a whole bunch of plugins.  This module now contains a set
15559           of free reference plugins/elements as agreed.
15560
15561 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * configure.ac:
15564           hunting season on 0.9 is now OPEN
15565
15566 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15567
15568         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15569           Kick the hell out of gcc for not warning me about a symbol conflict.
15570
15571 2005-02-22  Luca Ognibene  <luogni@tin.it>
15572
15573         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15576           Don't leak caps string (fixes #168134)
15577
15578         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15579         (gst_jpegenc_init), (gst_jpegenc_finalize),
15580         (gst_jpegenc_change_state):
15581           Don't leak line buffers and context struct (fixes #168133).
15582
15583 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * configure.ac:
15586         * ext/dirac/gstdiracdec.cc:
15587         (gst_diracdec_chain):
15588           Since dirac 0.5.0 the framerate in dirac is expressed as a
15589           rational number. Fix build and up requirement to 0.5.0, and
15590           also pass parameters to gst_diracdec_link in the right order
15591           (fixes #167959).
15592
15593 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15594
15595         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15596         * ext/faad/gstfaad.h:
15597         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15598         certain invalid muxed streams, where some packets will contain 
15599         junk after decoder data. Partially fixes #149158.
15600
15601 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15602         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15603           Make sure we only write to writable buffers
15604
15605 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * gst-libs/gst/riff/riff-media.c:
15608         (gst_riff_create_audio_caps_with_data):
15609           Do actually fix invalid RIFF fmt header values for alaw
15610           and mulaw audio instead of just saying so.
15611
15612         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15613           Give gst_riff_create_audio_caps_with_data() a chance to
15614           fix up broken format header fields before extracting any
15615           parameters from the header. (fixes #167633)
15616
15617 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15618
15619         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * gst/audioconvert/bufferframesconvert.c:
15622         (buffer_frames_convert_link):
15623           Don't leak othercaps. (fixes #167878)
15624
15625 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15626
15627         * configure.ac:
15628         * ext/libvisual/visual.c: (gst_visual_srclink),
15629         (gst_visual_change_state):
15630           Support libvisual 0.2.0.
15631
15632 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15635         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15636           Use same rowstrides for I420 as used everywhere else.
15637
15638 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15641           Declare variables at beginning of block and make gcc-2.95 happy
15642           (fixes # 167482, patch by Gergely Nagy).
15643           
15644         * gst/tcp/gsttcpclientsrc.c:
15645         * gst/tcp/gsttcpclientsrc.h:
15646           Move some includes into the header, so that struct sockaddr_in is
15647           defined when it should be defined on FreeBSD as well (fixes
15648           #167483).
15649           
15650         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15651           Don't pass uninitialised values to setsockopt() here either.
15652
15653 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15654
15655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15656
15657         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15658           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15659
15660 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15661
15662         * gst/playback/gstplaybin.c: (add_sink):
15663           Invert bin_add/link order to workaround deadlock in opt.
15664
15665 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15666
15667         * gst/modplug/gstmodplug.cc:
15668           Add missing break causing position queries to fail.
15669
15670 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15671
15672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15673           Granpos can apparently be -1, which screws up calculations...
15674
15675 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15676
15677         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15678         (gst_ximagesink_send_pending_navigation),
15679         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15680         (gst_ximagesink_init):
15681         * sys/ximage/ximagesink.h:
15682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15683         (gst_xvimagesink_send_pending_navigation),
15684         (gst_xvimagesink_navigation_send_event),
15685         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15686         * sys/xvimage/xvimagesink.h:
15687           Use a mutex protected list to marshal navigation
15688           events into the stream thread from whichever thread
15689           sends them.
15690
15691 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15692
15693         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15694           Display current position and track length; misc. clean-ups.
15695           
15696         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15697         (speed_init), (speed_chain):
15698           Add query function, so that the stream length and current position
15699           get adjusted when queried (note that current position queries may
15700           still be wrong if the audio sink returns values based on buffer
15701           timestamps instead of passing on the query).
15702
15703 2005-02-13  Benjamin Otte  <otte@gnome.org>
15704
15705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15706         (gst_audio_convert_channels):
15707           create channel conversion matrix when linking
15708         * gst/audioconvert/.cvsignore:
15709         * gst/audioconvert/Makefile.am:
15710         * gst/audioconvert/channelmixtest.c: (main):
15711           add (ugly) test that ensures stereo <=> mono conversion works
15712           correctly
15713
15714 2005-02-13  Benjamin Otte  <otte@gnome.org>
15715
15716         * gst/audioconvert/gstchannelmix.h:
15717           include missing header file
15718         * gst/audioconvert/gstchannelmix.c:
15719         (gst_audio_convert_fill_compatible):
15720           use same sign for both channels when converting to/from compatible
15721           channel. Previously used different signs made the signals cancel
15722           each other out and appear like silence. (fixes #167269)
15723
15724 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15725
15726         * gst/ffmpegcolorspace/avcodec.h:
15727         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15728         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15729         (gst_ffmpegcsp_avpicture_fill):
15730         * gst/ffmpegcolorspace/imgconvert.c:
15731           Convert to and from YV12 (fixes #156379).
15732
15733 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15734
15735         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15736         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15737         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15738         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15739         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15740         methods from chain and negotiation and vice versa (Fixes #166142).
15741         * sys/ximage/ximagesink.h: Add stream_lock.
15742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15743         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15744         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15745         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15746
15747 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15748
15749         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15750           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15751           error message when we can't open the DVD device (when dvdnav_open()
15752           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15753           the above). Send something more useful instead (fixes #167117).
15754
15755 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15756
15757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15758         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15759         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15760         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15761         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15762         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15763         methods from chain and negotiation and vice versa (Fixes #166142).
15764         Fix a possible bug of images in the buffer pool being discarded because
15765         we are looking at the wrong geometry.
15766         * sys/xvimage/xvimagesink.h: Add stream_lock.
15767
15768 2005-02-11  David Schleef  <ds@schleef.org>
15769
15770         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15771         unsigned int. (fixes #167128)
15772
15773 2005-02-11  David Schleef  <ds@schleef.org>
15774
15775         * gst/librfb/Makefile.am: Testing stuff before committing is
15776           for wimps... and people with fast machines.  Fix stupid
15777           mistake.
15778
15779 2005-02-11  David Schleef  <ds@schleef.org>
15780
15781         * configure.ac: Pull in librfb from my CVS tree, because it is
15782           too small and annoying to be separate.  Move rfbsrc plugin
15783           to gst/.
15784         * ext/Makefile.am:
15785         * ext/librfb/Makefile.am:
15786         * ext/librfb/gstrfbsrc.c:
15787         * gst/librfb/Makefile.am:
15788         * gst/librfb/gstrfbsrc.c:
15789         * gst/librfb/rfb.c:
15790         * gst/librfb/rfb.h:
15791         * gst/librfb/rfbbuffer.c:
15792         * gst/librfb/rfbbuffer.h:
15793         * gst/librfb/rfbbytestream.c:
15794         * gst/librfb/rfbbytestream.h:
15795         * gst/librfb/rfbcontext.h:
15796         * gst/librfb/rfbdecoder.c:
15797         * gst/librfb/rfbdecoder.h:
15798         * gst/librfb/rfbutil.h:
15799
15800 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * gst/speed/Makefile.am:
15803         * gst/speed/demo-mp3.c: (main):
15804         * gst/speed/filter.func:
15805         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15806         (speed_class_init), (speed_init), (speed_chain_int16),
15807         (speed_chain_float32), (speed_chain), (speed_set_property),
15808         (speed_get_property), (speed_change_state):
15809         * gst/speed/gstspeed.h:
15810           Fix speed element and make it chain-based (fixes #156467),
15811           and make it handle more than one channel.
15812
15813 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15814
15815         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15816         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15817         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15818         * ext/dts/gstdtsdec.h:
15819           Don't clobber the stack constructing the channels array.
15820           Make the element chain-based. DTS tracks can now be played.
15821           
15822 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15823
15824         * gst-libs/gst/audio/multichannel.h:
15825         * gst-libs/gst/gconf/gconf.h:
15826         * gst-libs/gst/idct/idct.h:
15827         * gst-libs/gst/media-info/media-info-priv.h:
15828         * gst-libs/gst/play/play.h:
15829         * gst-libs/gst/resample/private.h:
15830         * gst-libs/gst/resample/resample.h:
15831         * gst-libs/gst/riff/riff-ids.h:
15832         * gst-libs/gst/video/video.h:
15833         * gst-libs/gst/video/videosink.h:
15834           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15835           missing, so that they work when included from C++ code.
15836
15837 2005-02-09  David Schleef  <ds@schleef.org>
15838
15839         * testsuite/gst-lint: Check for non-statically scoped
15840           parent_class variables.  This won't be a problem once
15841           plugins are loaded with RTLD_LOCAL.
15842
15843 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15844
15845         * ext/mplex/gstmplexibitstream.cc:
15846           gcc madness.
15847
15848 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15849
15850         * ext/ogg/gstogmparse.c:
15851         * gst/debug/gstnavigationtest.c:
15852           Die, thou faulty symbol pollutors (non-static parent_class).
15853
15854 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15855
15856         * ext/mplex/gstmplexibitstream.cc:
15857           Fix event handling (#165525).
15858
15859 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15860
15861         * ext/mikmod/gstmikmod.c:
15862         * gst/modplug/gstmodplug.cc:
15863           Add missing endianness to template (fixes #165509).
15864
15865 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15866
15867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15868           Fix wrong order of reading of optional bytes (#165290).
15869
15870 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15871
15872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15873           Implement FILLER event awareness.
15874
15875 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15876
15877         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15878           Fix track calculations (#166208).
15879
15880 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15881
15882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15883
15884         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15885         * ext/libpng/gstpngenc.c:
15886           Fix byte-order, use proper fixed caps. Fixes #164197.
15887
15888 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15889
15890         * configure.ac:
15891           Add dvdlpcmdec 
15892
15893         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15894         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15895           Don't push buffers if the src pad isn't negotiated yet.
15896           
15897         * gst/audioconvert/gstaudioconvert.c:
15898         (gst_audio_convert_buffer_to_default_format),
15899         (gst_audio_convert_buffer_from_default_format):
15900           Add support for 24-bit width.
15901
15902         * gst/dvdlpcmdec/.cvsignore:
15903         * gst/dvdlpcmdec/Makefile.am:
15904         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15905         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15906         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15907         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15908         (plugin_init):
15909         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15910           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15911           format. Needs support for the channels maps if someone can find 
15912           a DVD LPCM track with > 2 channels.
15913
15914         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15915         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15916         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15917         * gst/mpegstream/gstdvddemux.h:
15918         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15919         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15920         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15921         * gst/mpegstream/gstmpegdemux.h:
15922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15923         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15924         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15925         (gst_mpeg_parse_handle_src_query),
15926         (gst_mpeg_parse_handle_src_event):
15927           Use audio/x-dvd-lpcm for LPCM output.
15928           Add DTS output.
15929
15930 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15931
15932         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15933
15934         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15935         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15936           Add BGRA handling (#165736).
15937
15938 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15939
15940         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15941
15942         * gst/law/alaw-decode.c: (alawdec_link):
15943         * gst/law/alaw-encode.c: (alawenc_link):
15944         * gst/law/mulaw-decode.c: (mulawdec_link):
15945         * gst/law/mulaw-encode.c: (mulawenc_link):
15946           Fix caps memleaks (#166600).
15947
15948 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         * ext/tarkin/mem.h:
15951         * ext/tarkin/wavelet.h:
15952         * ext/tarkin/yuv.h:
15953         * gst/ffmpegcolorspace/avcodec.h:
15954           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15955           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15956
15957 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15958
15959         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15961         (gst_xvimagesink_change_state):
15962           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15963           Xv video (and thereby regenerate Xv colourkey) in clear() so
15964           that PLAY -> READY -> PLAY works (fixes #162504).
15965
15966 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15967
15968         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15969           Switch to list instead of range, since MJPEG-devices really just
15970           support decimations, not any size.
15971
15972 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15973         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15974         (gst_mpeg2dec_reset), (free_all_buffers),
15975         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15976         * ext/mpeg2dec/gstmpeg2dec.h:
15977           The libmpeg2 user-allocated buffer management is awkward, 
15978           to say the least. Hopefully this fixes things.
15979
15980 2005-02-04  Andy Wingo  <wingo@pobox.com>
15981
15982         * gst/audioconvert/bufferframesconvert.c
15983         (buffer_frames_convert_fixate): New function, fixates to 256
15984         frames per buffer by default. (Much better than 1.)
15985         (buffer_frames_convert_init): Set the fixate function for both src
15986         and sink pad.
15987         (buffer_frames_convert_link): After success setting nonfixed caps,
15988         get the negotiated caps so we can know how many buffer-frames it
15989         will be. No idea how this worked at all before.
15990
15991 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15992
15993         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15994         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15995         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15996         (handle_sequence), (handle_picture):
15997         * ext/mpeg2dec/gstmpeg2dec.h:
15998           Rearrange buffer tracking and refcounting and refactor
15999           a little for readability. 
16000
16001 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16002         * sys/v4l/gstv4l.c: (plugin_init):
16003         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16004         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16005         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16006         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16007         * sys/v4l/gstv4ljpegsrc.h:
16008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16009         * sys/v4l/v4l_calls.h:
16010         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16011         (gst_v4lsrc_get_fps):
16012         * sys/v4l/v4lsrc_calls.h:
16013           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16014           you jpeg inside rgb frames" driver.
16015           Don't error in the v4lsrc link function, just return 
16016           REFUSED.
16017
16018 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16019
16020         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16021         (gst_qcamsrc_open):
16022           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16023
16024 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16025
16026         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16027           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16028
16029 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16030
16031         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16032           Reset negotiated state on PAUSED->READY.
16033
16034 2005-02-02  David Schleef  <ds@schleef.org>
16035
16036         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16037         whereever possible.  (Fixes #165997)
16038         * examples/capsfilter/capsfilter1.c: (main):
16039         * examples/dynparams/filter.c: (create_ui):
16040         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16041         * examples/seeking/chained.c: (main):
16042         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16043         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16044         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16045         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16046         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16047         * examples/switch/switcher.c: (main):
16048         * ext/dv/demo-play.c: (main):
16049         * ext/faad/gstfaad.c: (gst_faad_change_state):
16050         * ext/mad/gstmad.c: (gst_mad_chain):
16051         * ext/smoothwave/demo-osssrc.c: (main):
16052         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16053         (gst_gconf_render_bin_from_description),
16054         (gst_gconf_get_default_audio_sink),
16055         (gst_gconf_get_default_video_sink),
16056         (gst_gconf_get_default_audio_src),
16057         (gst_gconf_get_default_video_src),
16058         (gst_gconf_get_default_visualization_element):
16059         * gst/level/demo.c: (main):
16060         * gst/level/plot.c: (main):
16061         * gst/playback/gstplaybin.c: (gen_video_element),
16062         (gen_audio_element):
16063         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16064         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16065         * gst/sine/demo-dparams.c: (main):
16066         * gst/spectrum/demo-osssrc.c: (main):
16067         * gst/speed/demo-mp3.c: (main):
16068         * gst/volume/demo.c: (main):
16069         * testsuite/embed/embed.c: (main):
16070
16071 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16072
16073         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16074         (gst_tcpclientsink_finalize):
16075         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16076         (gst_tcpclientsrc_finalize):
16077         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16078         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16079         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16080         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16081           Don't leak the hostname when shutting down.
16082           In tcpserversrc, take a copy of the default hostname.
16083
16084 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16085
16086         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16087           Set caps to systemstream=TRUE.
16088
16089 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16090
16091         * testsuite/Makefile.am:
16092           Fix more OSX buildbots.
16093
16094 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16095
16096         * ext/mpeg2dec/gstmpeg2dec.c:
16097           Don't send things to NULL PAD_PEERs
16098
16099         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16100           Copy-on-write the incoming buffer.
16101
16102         * gst/mpegstream/gstdvddemux.h:
16103         * gst/mpegstream/gstmpegclock.h:
16104         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16105         (normal_seek), (gst_mpeg_demux_handle_src_event):
16106         * gst/mpegstream/gstmpegdemux.h:
16107         * gst/mpegstream/gstmpegpacketize.h:
16108         * gst/mpegstream/gstmpegparse.c:
16109         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16110         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16111         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16112         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16113         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16114         * gst/mpegstream/gstmpegparse.h:
16115         * gst/mpegstream/gstrfc2250enc.h:
16116           Various changes to the way time is computed that make seeking and
16117           total time estimation much better here.
16118           Use G_BEGIN/END_DECLS instead of __cplusplus
16119
16120         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16121           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16122
16123 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16124
16125         * gst/subparse/gstsubparse.c:
16126           Fix OSX buildbot.
16127
16128 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16129
16130         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16131         (theora_enc_chain), (theora_enc_change_state):
16132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16133         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16134         (gst_vorbisenc_change_state):
16135         * ext/vorbis/vorbisenc.h:
16136           Set granulepos and timestamp correctly for streams not
16137           starting at 0, taking into account the initial delay.
16138
16139 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * gst/mpegstream/gstdvddemux.c:
16142           Add audio/x-dts to audio pad template caps
16143
16144 2005-01-30  David Schleef  <ds@schleef.org>
16145
16146         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16147         (create_context), (gst_polypsink_link): Fix silly endianness
16148         bug.  Add some debugging.  Remove float from caps; it doesn't
16149         work.  Attempt to get remote audio working.
16150
16151 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16152
16153         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16154           Add 3IV2 fourcc.
16155
16156 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16157
16158         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16159         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16160         (gst_avi_demux_stream_data):
16161         * gst/avi/gstavidemux.h:
16162           Invert DIB images. Fixes #132341.
16163
16164 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16167         (gst_ffmpegcsp_chain):
16168           D'oh, reference the palette data, not the palette structure.
16169           Fixes color distortion in #132341.
16170
16171 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16172
16173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16174           PAR can be non-fixed when not provided as argument (#162626).
16175
16176 2005-01-29  David Moore  <dcm@acm.org>
16177
16178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16179
16180         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16181         (gst_qtdemux_loop_header):
16182           Re-apply patch from #142272 that allows non-seekable sources,
16183           re-proposed by Daniel Drake <dsd@gentoo.org>.
16184
16185 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16186
16187         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16188           Use the src template for creating the src pad (#162330).
16189
16190 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16191
16192         * configure.ac:
16193         * ext/musepack/Makefile.am:
16194         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16195         (gst_musepackdec_init), (gst_musepackdec_dispose),
16196         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16197         (gst_musepack_stream_init), (gst_musepackdec_loop),
16198         (gst_musepackdec_change_state):
16199         * ext/musepack/gstmusepackdec.cpp:
16200         * ext/musepack/gstmusepackdec.h:
16201         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16202         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16203         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16204         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16205         * ext/musepack/gstmusepackreader.cpp:
16206         * ext/musepack/gstmusepackreader.h:
16207           Update to 1.1 API (#165446).
16208
16209 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * ext/Makefile.am:
16212           Unbreak buildbot.
16213
16214 2005-01-28  Andy Wingo  <wingo@pobox.com>
16215
16216         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16217         to reflect a different dubious internet source. Add a reference
16218         and some commentary.
16219
16220 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16221
16222         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16223         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16224         * gst/playback/gststreamselector.h:
16225           Be more selective when we're redoing caps negotiation from
16226           within the chain function on a stream change.
16227
16228 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16229
16230         * configure.ac:
16231         * ext/Makefile.am:
16232         * ext/amrnb/Makefile.am:
16233         * ext/amrnb/amrnb.c: (plugin_init):
16234         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16235         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16236         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16237         (gst_amrnbdec_state_change):
16238         * ext/amrnb/amrnbdec.h:
16239         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16240         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16241         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16242         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16243         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16244         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16245         * ext/amrnb/amrnbparse.h:
16246           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16248           Add AMR-NB/-WB raw formats.
16249         * ext/alsa/gstalsa.c: (gst_alsa_link):
16250           Keep valid time when changing format.
16251         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16252         (qtdemux_parse_trak):
16253           Add some more format-specific options (#140141, #143555, #155163).
16254
16255 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16256
16257         * gst/matroska/matroska-demux.c:
16258         (gst_matroska_demux_parse_blockgroup):
16259           Fix logic error in timing of subtitle stream synchronization.
16260         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16261           Add skip-chunk, which is found in kodak-camera streams.
16262
16263 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * po/LINGUAS:
16266         * po/vi.po:
16267           Adding Vietnamese translation (submitted by Clytie Siddall)
16268
16269 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16270
16271         * gst/playback/gstdecodebin.c: (try_to_link_1):
16272           Use realpad for signal.
16273
16274 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16277           Fix category so decodebin picks it up.
16278
16279 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16280
16281         * ext/mad/Makefile.am:
16282         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16283         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16284         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16285         (found_type), (gst_id3demux_bin_change_state):
16286         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16287         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16288         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16289         (gst_id3_tag_change_state), (plugin_init):
16290         * ext/mad/gstmad.h:
16291           Add id3demuxbin (which is a simple bin consisting of id3demux
16292           and typefind), take over rank from id3demux, remove typefind
16293           code from id3demux. Makes all broken mp3s that I know of work,
16294           and thereby fixes #152688.
16295
16296 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16297
16298         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16299
16300         * ext/mad/gstmad.c: (gst_mad_src_event):
16301         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16302           Allow seeks on audio pad, make mad forward those (#164826).
16303         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16304           Set duration (#165335).
16305
16306 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16307
16308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16309         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16310         (gst_asf_demux_process_ext_content_desc),
16311         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16312         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16313         * gst/asfdemux/gstasfdemux.h:
16314           Improve metadata display, e.g. if the metadata comes before the
16315           streams are loaded (which is perfectly valid).
16316
16317 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16318
16319         * tools/gst-launch-ext-m.m:
16320           Fix AVI/ASF pipelines (#165340).
16321
16322 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16323         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16324         build failure on amd64
16325
16326 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16329         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16330           Check environment variables GST_ID3V2_TAG_ENCODING,
16331           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16332           list of character encodings to force interpretation of non-unicode
16333           strings stored in an ID3v2 tag to a particular encoding. If none
16334           is specified, try to use current locale's encoding, then fall back
16335           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16336         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16337         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16338           Check environment variables GST_ID3V1_TAG_ENCODING,
16339           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16340           list of character encodings to use in case a string encountered
16341           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16342           specified, try to use the current locale's encoding, then fall
16343           back to ISO-8859-1 (which will always succeed).
16344
16345 2005-01-25  Benjamin Otte  <otte@gnome.org>
16346
16347         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16348           - on half framerate, compute the rate in advance so the comparisons
16349             don't compare wrong values
16350           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16351             behaviour
16352           - don't use mad_header_decode anymore, mad_frame_decode does that
16353             automatically
16354           - when getting rid of consumed bytes, reset the stream's skiplen
16355           (fixes #163867)
16356
16357 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16358
16359         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16360           Use 1/2 a second for default max_discont, as PES streams from DVB
16361           seem to have larger spacings in the SCR. 
16362           Fix a typo.
16363
16364 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16365
16366         * gst/playback/gstplaybasebin.c: (group_commit):
16367           Notify delayed stream-info availability.
16368
16369 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16370         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16371         (gst_a52dec_handle_event), (gst_a52dec_chain):
16372         Add some debug output. Check that a discont has a valid
16373         time associated.
16374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16375         (gst_alsa_sink_loop):
16376         Ignore TAG events. A little extra debug for broken timestamps.
16377         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16378         (dvdnavsrc_change_state):
16379         Ensure we send a discont to engage the link before we send any
16380         other events.
16381         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16382         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16383         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16384         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16385         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16386         dvd://title works in totem because typefinding sends a seek that ends
16387         up going back to chapter 1 regardless.
16388         * ext/mpeg2dec/gstmpeg2dec.c:
16389         * ext/mpeg2dec/gstmpeg2dec.h:
16390         Output correct timestamps and handle disconts.
16391         * ext/ogg/gstoggdemux.c: (get_relative):
16392         Small guard against a null dereference.
16393         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16394         (gst_textoverlay_set_property):
16395         Free memory when done. Don't call gst_event_filler_get_duration on
16396         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16397         g_warning.
16398         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16399         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16400         (gst_sw_srclink), (gst_smoothwave_chain):
16401         Draw solid lines, prettier colours.
16402         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16403         Add a default palette that'll work for some movies.
16404         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16405         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16406         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16407         * gst/mpegstream/gstdvddemux.h:
16408         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16409         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16411         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16412         * gst/mpegstream/gstmpegparse.h:
16413         Use PTM/NAV events when for timestamp adjustment when connected to 
16414         dvdnavsrc. Don't use many discont events where one suffices.
16415         * gst/playback/gstplaybasebin.c: (group_destroy),
16416         (gen_preroll_element), (gst_play_base_bin_add_element):
16417         * gst/playback/gstplaybasebin.h:
16418         Make sure we remove subtitles from the same bin we put them in.
16419         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16420         (gst_subparse_buffer_format_autodetect),
16421         (gst_subparse_change_state):
16422         Fix some memleaks and invalid accesses.
16423         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16424         (oggskel_type_find), (cmml_type_find), (plugin_init):
16425         Some typefind functions for Annodex v3.0 files
16426         * gst/wavparse/gstwavparse.h:
16427         GstRiffReadClass is the correct parent class.
16428
16429 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * gst-libs/gst/riff/riff-media.c:
16432         (gst_riff_create_video_caps_with_data):
16433           Add extradata to huffyuv (fixes #165013).
16434         * gst-libs/gst/riff/riff-read.c:
16435         (gst_riff_read_strf_vids_with_data):
16436           Fix extradata extraction if it is in the chunk size.
16437
16438 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16439
16440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16443         (gst_quarktv_change_state), (gst_quarktv_dispose):
16444           Memory free'ing location fix (#164708).
16445
16446 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16447
16448         * gst/playback/gstplaybasebin.c: (group_commit),
16449         (gen_preroll_element), (probe_triggered), (gen_source_element),
16450         (setup_source), (gst_play_base_bin_change_state),
16451         (gst_play_base_bin_add_element):
16452           Don't block for streams.
16453         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16454         (gst_stream_info_set_mute):
16455           Use gst_pad_set_active_recursive.
16456
16457 2005-01-25  Andy Wingo  <wingo@pobox.com>
16458
16459         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16460         for #ifndef HAVE_XVIDEO.
16461
16462 2005-01-24  Jeffrey C. Ollie
16463
16464         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16465
16466         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16467         * ext/gsm/gstgsmdec.h:
16468         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16469         * ext/gsm/gstgsmenc.h:
16470         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16471         was given by property. Add proper buffer timestamps and offsets.
16472
16473 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst-libs/gst/riff/riff-media.c:
16476         (gst_riff_create_audio_caps_with_data):
16477           Audio can be <8000Hz.
16478
16479 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16480
16481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16482           Explicit state change to workaround refcount bugs.
16483
16484 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16485
16486         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16487         (gst_avimux_riff_get_avi_header):
16488           Fix...
16489
16490 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16493         (gst_riff_read_element_data):
16494         * gst-libs/gst/riff/riff-read.h:
16495           Add _peek version (req'ed in CDXA).
16496         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16497         (gst_cdxaparse_loop):
16498           Fix parsing in playbin.
16499         * gst/playback/gstdecodebin.c: (close_pad_link):
16500           Ignore current_ pads, they cause major annoyance.
16501
16502 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16503
16504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16505           Safety guard.
16506
16507 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16510           Fix padding...
16511
16512 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16515           Allow for 0-sized buffers. Fixes length query problems in
16516           starwars.mkv from the testsuite.
16517
16518 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16519
16520         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16521         (gst_video_box_i420), (gst_video_box_chain):
16522           Fix row strides for I420 (fixes #163159)
16523           
16524 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16525
16526         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16527           MPEG2 has a useful rate property, so we can actually use that.
16528           For MPEG-1, continue using the bytes/time properties.
16529
16530 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16531
16532         * gst-libs/gst/riff/riff-media.c:
16533         (gst_riff_create_video_caps_with_data),
16534         (gst_riff_create_video_template_caps):
16535           Add intel-h263.
16536
16537 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16538
16539         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16540           Fail if caps negotiation fails. Should fix #162184, and should
16541           definately be in there regardless of it fixing the actual bug.
16542         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16543         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16544         (gst_avimux_riff_get_avix_header),
16545         (gst_avimux_riff_get_video_header),
16546         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16547         (gst_avimux_start_file), (gst_avimux_handle_event),
16548         (gst_avimux_change_state):
16549         * gst/avi/gstavimux.h:
16550           Refactor structure writing to use GST_WRITE_UINT macros, add
16551           metadata writing support.
16552
16553 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16556           Elements may already be destroyed when this function is called.
16557
16558 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16561         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16562           More memory leak fixes (#149162).
16563
16564 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16565
16566         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16567         (gst_qtdemux_add_stream):
16568           Fix two memleaks.
16569
16570 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16573           Argh...
16574
16575 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16576
16577         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16578           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16579           when fixating to six channels in Totem.
16580
16581 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16582
16583         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16584           Fix compile warnings on Solaris 10 buildbot
16585
16586 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16587
16588         * ext/dvdread/dvdreadsrc.c: (_read):
16589           Don't read beyond the last cell in a chapter (fixes 
16590           invalid memory access)
16591
16592 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16593
16594         * ext/dvdread/stream_labels.c:
16595         (dvdreadsrc_get_audio_stream_labels):
16596           Use NULL for an empty GList instead of g_list_alloc(); fix 
16597           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16598           of GString (easier to bulk free later)
16599
16600 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16601
16602         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16605         (gst_ffmpeg_pixfmt_to_caps):
16606           Fix BGRA32 caps (#164209).
16607
16608 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16609
16610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16613         (gst_ffmpeg_caps_to_pixfmt):
16614           alpha_mask can be RGBA/ABGR. Fixes #164265.
16615
16616 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16617
16618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16619
16620         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16621         (gst_mpeg2dec_alloc_buffer):
16622         * ext/mpeg2dec/gstmpeg2dec.h:
16623           Crop if decoding size is not the actual image size (#163676).
16624
16625 2005-01-17  Steve Baker  <steve@stevebaker.org>
16626
16627         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16630         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16631           Add libsndfile typefind functions (#163309).
16632
16633 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16634
16635         * tools/gst-launch-ext-m.m:
16636           Add .aac, fix .m1v/.m2v (#163891).
16637
16638 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16639
16640         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16641           Sanity check, don't wait endlessly since the clock might not
16642           actually run at this point (which is a deadlock). Fixes #164069.
16643
16644 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16645
16646         * gst/playback/gstplaybasebin.c: (probe_triggered):
16647           Of course, only pause if group is done...
16648
16649 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16650
16651         * gst/playback/gstplaybasebin.c: (probe_triggered):
16652           Thread safety.
16653
16654 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16655
16656         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16657           Don't return state change success when the parent
16658           failed.
16659
16660 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16661
16662         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16663           Free events (fix memleak in #162905).
16664
16665 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16666
16667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16668
16669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16670         (gst_ffmpeg_caps_to_pixfmt):
16671           Fix for depth = 15. Fixes #161675.
16672
16673 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16676           Set FPS correctly, even for webcams and the like.
16677         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16678           Don error on setting while capturing.
16679
16680 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16681
16682         * ext/dv/gstdvdec.c:
16683         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16684         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16685           I'm a bad boy. using /1001. to force C to do float division
16686           and not integer division (as it did in my last commit)
16687           Thanks to David I. Lehn for pointing this mistake.
16688
16689 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16690
16691         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16692           Revert Johan's 1.35->1.36 since it breaks compat.
16693
16694 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16695
16696         * ext/dv/gstdvdec.c:
16697         * ext/libfame/gstlibfame.c:
16698         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16699         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16700           replace framerate aproximations by their real value
16701           (24000/1001, 30000/1001, 60000/1001)
16702           Finish fixing bug #164049
16703
16704 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16705
16706         * ext/ogg/gstoggmux.c:
16707           eos/bos debugging
16708         * gst/tcp/gstmultifdsink.c:
16709         * gst/tcp/gstmultifdsink.h:
16710         * gst/tcp/gsttcp.c:
16711         * gst/tcp/gsttcp.h:
16712         * gst/tcp/gsttcpclientsink.c:
16713         * gst/tcp/gsttcpclientsrc.c:
16714         * gst/tcp/gsttcpserversink.c:
16715         * gst/tcp/gsttcpserversrc.c:
16716           improve reusability of elements after state changes and errors
16717           make multifdsink throw away streamheaders when receiving new ones
16718
16719 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16720
16721         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16722           Fix for if items are already in list...
16723
16724 2005-01-12  Benjamin Otte  <otte@gnome.org>
16725
16726         * gst/adder/gstadder.c: (gst_adder_loop):
16727           fix adder a bit so it doesn't screw up with events as much anymore
16728
16729 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16730
16731         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16732         (pixbufscale_scale), (gst_pixbufscale_chain):
16733         * ext/gdk_pixbuf/pixbufscale.h:
16734           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16735           to ensure rowstrides are calculated the same way as 
16736           ffmpegcolorspace
16737           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16738           that we pick up duration and offset also.
16739
16740 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16743         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16744           Reusability fixes.
16745
16746 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16749         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16750         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16751         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16752           Update flags when requested.
16753
16754 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16755
16756         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16757           Fix dmix.
16758
16759 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16760
16761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16762         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16763         (probe_triggered), (new_decoded_pad), (gen_source_element),
16764         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16765         * gst/playback/gstplaybasebin.h:
16766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16767         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16768         (gst_play_bin_change_state):
16769           Implement group-switch signal for use in apps to clear metadata
16770           cache, clean up subtitle, add suburi property instead of # hack,
16771           some error-out fixes.
16772
16773 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16776           Debug.
16777         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16778           If we got a state change in the _get handler, don't return success.
16779
16780 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16781
16782         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16783         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16784           Make jpegdec quiet on MJPEG decoding
16785         * gst/asfdemux/README:
16786           Fix mimetypes for MJPEG and H263
16787
16788 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * ext/theora/theoradec.c: (theora_dec_chain):
16791           Fix broken code generation by gcc by swapping arguments.
16792         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16793           Fix \n in debug.
16794
16795 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16796
16797         * TODO:
16798           delete this file, it is by far outdated
16799         * ext/alsa/gstalsa.1: remove
16800         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16801         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16802         (gst_alsa_get_caps):
16803           Add HW probing for supported sample rates. Fixes #161704
16804
16805 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16808           Don't crash, biatch! :).
16809
16810 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16811
16812         * ext/musepack/gstmusepackreader.cpp:
16813         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16814           Some work on tags - still doesn't work in playbin...
16815         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16816           Handle events...
16817
16818 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16819
16820         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16821           Also shove tags on kid pads.
16822
16823 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16824
16825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16826           Don't bail on unknown events.
16827         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16828           Don't crash on events before negotiation.
16829         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16830           Send tags on pads, too.
16831         * gst/playback/gststreamselector.c:
16832         (gst_stream_selector_request_new_pad):
16833           Forward events on first pad if no input was selected yet.
16834
16835 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16836
16837         * gst/playback/gstplaybasebin.c: (setup_substreams):
16838           Don't disable streamtype if the stream doesn't exist, since
16839           then playing a video after audio will disable both and nothing
16840           will happen. Fixes the testsuite.
16841
16842 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16843
16844         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16845         (gst_v4l_xoverlay_set_xwindow_id):
16846         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16847         (gst_v4l2_xoverlay_set_xwindow_id):
16848           Add debug categories, fix overlay disabling.
16849
16850 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16851
16852         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16853         * ext/alsa/gstalsa.h:
16854           Add HW probing for period_count/size and buffer_size MIX/MAX
16855           Adjust default/user defined value if out of bounds
16856           Should fix bug #162024
16857
16858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16861           Fix warning (#161191).
16862
16863 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16864
16865         * ext/dvdread/stream_labels.c:
16866         (dvdreadsrc_get_audio_stream_labels):
16867           Fix warning (init the good variable in switch default)
16868
16869 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16870
16871         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16872
16873         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16874           Fix gcc-2.95 compile (#163485).
16875
16876 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * configure.ac:
16879         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16880         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16881         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16882         (gst_flacenc_change_state):
16883         * ext/flac/gstflacenc.h:
16884           Update for API change in flac-1.1.1. Update requirement in
16885           configure.ac. Fixes #162974.
16886
16887 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * gst/playback/gstplaybasebin.c: (group_destroy):
16890           Remove hack to get rid of assert and get rid of unlinked
16891           signals properly.
16892
16893 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16894
16895         * gst/playback/gstplaybasebin.c: (setup_source):
16896           Set source to NULL so that resources are free'ed. Fixes issues
16897           with playback of CDDA and similar device-accessing things.
16898
16899 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * testsuite/embed/Makefile.am:
16902           test->noinst, fix make test in buildbot.
16903
16904 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16905
16906         * ext/dvdread/stream_labels.c: new file
16907         * ext/dvdread/stream_labels.h: new file
16908         * ext/dvdread/Makefile.am:
16909         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16910           Extract audio stream label from DVD IFO files.
16911           It only dump them on the console for now, still have to
16912           make playbin aware of them.
16913
16914 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16915
16916         * gst/playback/gstplaybasebin.c: (setup_source):
16917           Fix hanging subs.
16918
16919 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16922         (gen_preroll_element), (remove_groups), (setup_subtitle),
16923         (gen_source_element), (setup_source):
16924         * gst/playback/gstplaybasebin.h:
16925           Multiple .sub files is just a stupid idea... Fix some threading
16926           mistakes. Interestingly, external .sub files cause playbin to
16927           hang, I don't know why... Parsing fixes contributed by Fran??ois
16928           Kooman <fkooman@tuxed.net>.
16929
16930 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16931
16932         * testsuite/embed/Makefile.am:
16933           Fix buildbot.
16934
16935 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16936
16937         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16938
16939         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16940         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16941         (gst_pngenc_set_property):
16942         * ext/libpng/gstpngenc.h:
16943           Add compression level property (#163323).
16944
16945 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * configure.ac:
16948         * examples/capsfilter/capsfilter1.c: (main):
16949         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16950         * ext/dvdread/Makefile.am:
16951         * ext/dvdread/demo-play:
16952         * ext/dvdread/demo-play.c:
16953         * gconf/gstreamer.schemas.in:
16954         * gst-libs/gst/gconf/gconf.c:
16955         * sys/v4l/TODO:
16956         * testsuite/Makefile.am:
16957         * testsuite/embed/Makefile.am:
16958         * testsuite/embed/embed.c: (cb_expose), (main):
16959           Remove all references to xvideosink, fix examples (#140845).
16960         * gst/playback/gstplaybasebin.c: (group_destroy):
16961           Apparently, disposal does not unlink - so do explicitely.
16962         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16963           Add debug.
16964
16965 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16966
16967         * README: fix PKG_CONFIG_PATH instructions, what was there
16968         previously was breaking default search path, not nice. 
16969         Fixes #163358
16970
16971 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16974         (gst_audioscale_chain):
16975           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16976           when resampling - how the ^@$^!@^! is this possible?!?
16977
16978 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16981           Reset variables on READY.
16982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16983         (gst_matroska_mux_loop):
16984           Require data before writing header.
16985
16986 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16987
16988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16989
16990         * ext/mad/gstmad.c: (gst_mad_chain):
16991           Don't call mad_stream_sync() directly after recovering sync.
16992           Fixes #151661.
16993
16994 2005-01-09  Martin Eikermann  <meiker@upb.de>
16995
16996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16999         (snapshot_handler), (gst_snapshot_sinkconnect),
17000         (gst_snapshot_chain):
17001           Allocate resources when required, fix recursive signal emission
17002           and fix caps. Fixes #161667.
17003
17004 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17005
17006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17009         (gst_pngdec_chain):
17010           Handle only 8-bppc (bits-per-pixel-component) images, better
17011           error handling and correct strides. Fixes #163177.
17012         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17013         (gst_pngenc_chain):
17014           Better error handling. Fixes #163348.
17015
17016 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17019         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17020         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17021         (dvdnavsrc_uri_handler_init):
17022           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17023         * gst/playback/gstplaybasebin.c: (gen_source_element):
17024           Add MMS to streaming URIs.
17025
17026 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17027
17028         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17029         * sys/xvimage/xvimagesink.c:
17030         (gst_xvimagesink_navigation_send_event):
17031           Check for pad availability before sending event.
17032
17033 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * gst-plugins.spec.in:
17036           Add subparse.
17037
17038 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17039
17040         * configure.ac:
17041           Since we use functions from CVS, up requirement.
17042
17043 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * gst/playback/Makefile.am:
17046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17047         (group_destroy), (group_commit), (group_is_muted),
17048         (gen_preroll_element), (add_stream), (unknown_type),
17049         (probe_triggered), (preroll_unlinked), (mute_stream),
17050         (silence_stream), (new_decoded_pad), (setup_substreams),
17051         (setup_source), (get_active_source), (mute_group_type),
17052         (muted_group_change_state), (set_active_source),
17053         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17054         (play_base_eos), (gst_play_base_bin_change_state):
17055         * gst/playback/gstplaybasebin.h:
17056         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17057         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17058         (gst_stream_info_dispose), (stream_info_mute_pad),
17059         (stream_info_change_state), (gst_stream_info_set_mute):
17060         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17061         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17062         (gst_stream_selector_init), (gst_stream_selector_dispose),
17063         (gst_stream_selector_get_linked_pad),
17064         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17065         (gst_stream_selector_get_linked_pads),
17066         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17067         * gst/playback/gststreamselector.h:
17068           Adding stream selection support plus required properties for
17069           applications to use this. Fully fixes #100931.
17070
17071 2005-01-08  Benjamin Otte  <otte@gnome.org>
17072
17073         * gst/games/gstpuzzle.c: (nav_event_handler):
17074           - handle nav events differently: forward every event no matter if it
17075             was handled or not.
17076           - translate events
17077           You can now cheat by using navigationtest ! puzzle and moving the
17078           mouse close to the edge of a tile. ;)
17079
17080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * configure.ac:
17083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17084         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17085         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17086         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17087         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17088         (gst_ogm_parse_plugin_init):
17089         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17090         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17091         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17092         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17093         * ext/pango/gsttextoverlay.h:
17094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17095         (gst_matroska_demux_handle_seek_event),
17096         (gst_matroska_demux_sync_streams),
17097         (gst_matroska_demux_parse_blockgroup),
17098         (gst_matroska_demux_subtitle_caps),
17099         (gst_matroska_demux_plugin_init):
17100         * gst/matroska/matroska-ids.h:
17101         * gst/playback/gstdecodebin.c: (close_pad_link):
17102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17103         (gen_preroll_element), (remove_groups), (add_stream),
17104         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17105         (setup_source):
17106         * gst/playback/gstplaybasebin.h:
17107         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17108         * gst/subparse/Makefile.am:
17109         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17110         (gst_subparse_base_init), (gst_subparse_class_init),
17111         (gst_subparse_init), (gst_subparse_formats),
17112         (gst_subparse_eventmask), (gst_subparse_event),
17113         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17114         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17115         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17116         (parse_mpsub_deinit), (parse_mpsub_init),
17117         (gst_subparse_buffer_format_autodetect),
17118         (gst_subparse_format_autodetect), (gst_subparse_loop),
17119         (gst_subparse_change_state), (gst_subparse_type_find),
17120         (plugin_init):
17121         * gst/subparse/gstsubparse.h:
17122         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17123         (plugin_init):
17124           Add subtitle support, .sub parser (supports SRT and MPsub),
17125           OGM text support, Matroska UTF-8 text support, deadlock fixes
17126           all over the place, subtitle awareness in decodebin/playbin
17127           and some fixes to textoverlay to handle subtitles in a stream
17128           correctly. Fixes #100931.
17129
17130 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17131
17132         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17133           Check for pad availability before doing a query on it.
17134
17135 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17136
17137         * ext/dv/gstdvdec.c:
17138           really fix bpp24/32 dvdec caps (classic rgba indeed)
17139         * gst/asfdemux/gstasfdemux.c:
17140         (gst_asf_demux_process_ext_content_desc):
17141           don't send text tags if they are empty (bis repetita)
17142
17143 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17144
17145         * ext/dv/gstdvdec.c:
17146          remove unneeded comment from dvdec
17147           (related to DV 4CC codes in AVI files)
17148           moved them in gstreamer/docs/random/mimetypes
17149         * gst/asfdemux/gstasfdemux.c:
17150         (gst_asf_demux_process_ext_content_desc):
17151          don't send text tags if they are empty
17152          fix mem leak on error path
17153         * gst/ffmpegcolorspace/avcodec.h:
17154         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17155         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17156         (gst_ffmpegcsp_avpicture_fill):
17157         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17158         * gst/ffmpegcolorspace/imgconvert_template.h:
17159          adds BGR32 and BGRA32 to ffmpegcolorspace
17160           (still bad colors, fixing it on next commit)
17161           helps with dvdec outputing BGR32
17162
17163 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17164
17165         * ext/dv/gstdvdec.c:
17166          Fix audio caps i just broke (missing ',')
17167         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17168         (gst_matroska_mux_reset):
17169          Fix typo + add FIXME about old "x-gst-metadata" crap
17170
17171 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17172
17173         * ext/dv/demo-play.c: (main):
17174          xvideosink -> xvimagesink
17175         * ext/dv/gstdvdec.c:
17176          change rgb 32/32 caps to 24/32 (no alpha)
17177          change nb of channels to be a list (2 or 4, not 2)
17178          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17179         * gst/asfdemux/gstasfdemux.c:
17180         (gst_asf_demux_process_ext_content_desc):
17181          Add 'date/year' to extracted metadata list
17182
17183 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17186           The return value of fixate_to does not imply that the requested
17187           value was set, so don't assume.
17188
17189 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17190
17191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17192
17193         * ext/libpng/gstpngdec.c:
17194         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17195         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17196         * ext/libpng/gstpngenc.h:
17197           Alpha support (encoder; #163161), mime fixage.
17198
17199 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17200
17201         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17204         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17205         (gst_faac_set_property), (gst_faac_get_property):
17206         * ext/faac/gstfaac.h:
17207           Allow for ADTS output (#153434).
17208
17209 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17210
17211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17212           Fix against template (#150576).
17213
17214 2005-01-06  Benjamin Otte  <otte@gnome.org>
17215
17216         * gst/games/gstpuzzle.c: (draw_puzzle):
17217           don't draw a puzzle if either width or height of tiles would be 0.
17218
17219 2005-01-06  Benjamin Otte  <otte@gnome.org>
17220
17221         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17222         (gst_puzzle_class_init), (gst_puzzle_finalize):
17223           no memleaks, please
17224         (gst_puzzle_create), (gst_puzzle_init),
17225         (gst_puzzle_set_property), (gst_puzzle_setup):
17226           change initialization code around so we don't reshuffle on resize
17227         (draw_puzzle):
17228           fix another stupid typo
17229
17230 2005-01-06  Benjamin Otte  <otte@gnome.org>
17231
17232         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17233           fix stupid typo that borked copying on YUY2
17234
17235 2005-01-06  Benjamin Otte  <otte@gnome.org>
17236
17237         * gst/games/gstpuzzle.c: (draw_puzzle):
17238           fix edges when image sizes aren't multiples of tile sizes
17239
17240 2005-01-06  Benjamin Otte  <otte@gnome.org>
17241
17242         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17243           make RGB endianness work correctly
17244         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17245           refactor and fix race with initial shuffling
17246         (nav_event_handler):
17247           allow using the mouse to puzzle
17248         (draw_puzzle):
17249           insist on tiles having width and height as multiples of 4 to get
17250           clean YUV image handling
17251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17252         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17253           s/DEBUG/LOG/ for common messages
17254         (gst_xvimagesink_navigation_send_event):
17255           fix mouse event translation to not include screen PAR
17256         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17257           fix mouse event translation to actually work
17258
17259 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17260
17261         * gst/asfdemux/gstasfdemux.c:
17262         (gst_asf_demux_process_ext_content_desc):
17263          Extract TrackNumber metadata + clean up code
17264         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17265          Hope this is the good fix (var used unitialised)
17266
17267 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * ext/faad/gstfaad.c: (gst_faad_chain):
17270           Only increment timestamp if it's valid. Fixes raw AAC streams.
17271
17272 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17273
17274         * configure.ac:
17275         * gst/games/Makefile.am:
17276         * gst/games/gstpuzzle.c:
17277           add a puzzle game with...
17278         * gst/games/gstvideoimage.c:
17279         * gst/games/gstvideoimage.h:
17280           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17281           from videotestsrc and made into something that would be a nice
17282           library for a lot of other plugins.
17283
17284 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17285
17286         * configure.ac:
17287          don't compile faad plugin if a RC of 2.0 is found
17288          Fixes #155346 (and FC1 buildbot)
17289         * gst/asfdemux/gstasfdemux.c:
17290         (gst_asf_demux_process_ext_content_desc):
17291          try to make Solaris compiler happier
17292
17293 2005-01-06  Paul Jack  <pjack@sfaf.org>
17294
17295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17298           Fix segfault (#161667).
17299
17300 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17303           Fix framerate reporting.
17304
17305 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17306
17307         * gst-libs/gst/riff/riff-ids.h:
17308         * gst/wavenc/riff.h:
17309          Add AMR (VBR and CBR) ids to riff.h audio codec list
17310         * gst/asfdemux/gstasfdemux.c:
17311         (gst_asf_demux_process_ext_content_desc),
17312         (gst_asf_demux_process_object):
17313           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17314
17315 2005-01-05  Martin Eikermann  <meiker@upb.de>
17316
17317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17320         (gst_dvd_demux_handle_discont):
17321         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17322         (gst_mpeg_demux_handle_discont):
17323           Recreate pads on new-media (#160730).
17324         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17325           Send discont even if manager changes timestamps (#161929).
17326
17327 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17328
17329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17332           Fix invalid memory access (#159211).
17333
17334 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * examples/gstplay/player.c: (main):
17337           Don't iterate.
17338         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17339           Add visualizations.
17340         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17341         (gst_a52dec_handle_frame):
17342           Set duration.
17343         * ext/dvdnav/gst-dvd:
17344           Add audioconvert. Fixes #161325.
17345         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17346           Explicitely case to gint64. Possible valgrind error.
17347         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17348         (gst_play_tick_callback), (gst_play_change_state),
17349         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17350         (gst_play_set_location), (gst_play_get_location),
17351         (gst_play_seek_to_time), (gst_play_set_data_src),
17352         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17353         (gst_play_set_visualization), (gst_play_connect_visualization),
17354         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17355         (gst_play_new):
17356           Use playbin. Fixes #139749 and #147744.
17357         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17358           Add genre tag.
17359         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17360         (audioscale_get_type), (gst_audioscale_base_init),
17361         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17362         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17363         (gst_audioscale_link), (gst_audioscale_get_buffer),
17364         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17365         (gst_audioscale_init), (gst_audioscale_dispose),
17366         (gst_audioscale_chain), (gst_audioscale_set_property),
17367         (gst_audioscale_get_property), (plugin_init):
17368           Indent properly.
17369         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17370           Fix LPCM.
17371         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17372         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17373         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17374           Add more metadata (fixes #162656).
17375
17376 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * configure.ac:
17379           back to cvs
17380
17381 === release 0.8.7 ===
17382
17383 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17384
17385         * NEWS:
17386         * RELEASE:
17387         * configure.ac:
17388           releasing 0.8.7, "Hyperspace"
17389
17390 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17391
17392         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17393
17394         * gst/playback/gstplaybasebin.c:
17395          Fix for #162924 - free caps after use, not before
17396
17397 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17400
17401         * gst/playback/gstplaybasebin.c:
17402         * gst/wavparse/gstwavparse.c:
17403           Fix for #154773 - fixes playback of small .wav files
17404
17405 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17406
17407         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17408
17409         * gst/audioscale/gstaudioscale.c:
17410           Fix for #162819 - make audioscale reusable
17411           Fixes playback of more than one file with playbin/totem
17412
17413 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * gst/ffmpegcolorspace/avcodec.h:
17416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17417         * gst/ffmpegcolorspace/imgconvert.c:
17418           clean up the mess that made me cry and avoid needless duplication
17419
17420 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17421
17422         * gst/ffmpegcolorspace/imgconvert.c:
17423           give some indication of why we're segfaulting
17424
17425 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * configure.ac:
17428           Fix indentation, fix v4l2 plugin detection.
17429         * ext/Makefile.am:
17430           Fix libmms location (Maciej, use diff -u!).
17431         * ext/alsa/gstalsa.c: (gst_alsa_init):
17432           Initialize caps cache to NULL.
17433         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17434           Only change state on audiosink if it exists.
17435
17436 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17437
17438         * gst/matroska/matroska-demux.c:
17439         * gst/matroska/matroska-ids.h:
17440         * gst/matroska/matroska-demux.h:
17441         Fix Vorbis streams failing to decode in some files, where cluster_time
17442         isn't 0, because then it doesn't send codec_priv before actual data.
17443         Remove time-based test and replace it with marker set on beginning of
17444         new stream
17445
17446 2004-12-28  David Schleef  <ds@schleef.org>
17447
17448         Merge patch from Ronald fixing problems with streaming
17449         text.
17450         * ext/cairo/gstcairo.c: (plugin_init):
17451         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17452         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17453         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17454         (gst_textoverlay_font_init), (gst_textoverlay_init),
17455         (gst_textoverlay_set_property):
17456         * ext/cairo/gsttextoverlay.h:
17457
17458 2004-12-27  David Schleef  <ds@schleef.org>
17459
17460         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17461         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17462         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17463         (gst_textoverlay_font_init), (gst_textoverlay_init),
17464         (gst_textoverlay_set_property): Improvements to actually
17465         render text as white on black outline on video, including
17466         font selection and horizontal/vertical alignment.  (Ronald's
17467         christmas present)
17468         * ext/cairo/gsttextoverlay.h:
17469
17470 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17471
17472         * ext/ogg/gstogg.c:
17473         * ext/ogg/gstogmparse.c:
17474           fix ogm[audio/video]parse plugin registration
17475           (riff won't load if bytestream is already loaded)
17476
17477 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/audioconvert/gstchannelmix.c:
17480           fix for GLIB < 2.4
17481
17482 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17483
17484         * Makefile.am:
17485         * configure.ac:
17486           disable docs again until it actually passes make distcheck.
17487
17488 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17491         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17492         (plugin_init):
17493           Add 3GP (variables name Q3GP because they can't start with a
17494           number). Add samr audio fourcc (used in .3gp files), decoder
17495           is work in progress. Also do a GST_WARNING instead of ERROR
17496           in case of unknown nodes, to decrease output.
17497
17498 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17499
17500         * Makefile.am:
17501           really fix dist
17502
17503 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505         * configure.ac:
17506         * ext/speex/gstspeexdec.h:
17507         * ext/speex/gstspeexenc.h:
17508           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17509           Fix detection code in configure.ac
17510
17511 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17512
17513         * gst/matroska/matroska-demux.c:
17514         (gst_matroska_demux_parse_blockgroup):
17515           Save position, so that queries give proper return values. Don't
17516           know how this could ever have worked before...
17517
17518 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * configure.ac:
17521           Put additional LAME check inside the conditional.  Fixes #152339
17522
17523 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17526         (gst_avi_demux_stream_scan):
17527           Add some more debug. Fix logic error when setting movi offset
17528           while reading index.
17529
17530 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17531
17532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17533         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17534         (gst_avi_demux_process_next_entry):
17535           Add some debugging. Better detection of broken indexes and the
17536           accompanying index recovery. No infinite loops on state changes
17537           when we're still in our loopfunction.
17538
17539 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * configure.ac:
17542           Fix up.
17543
17544 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17545
17546         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17547
17548         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17549           Normalizing the value before setting
17550         (gst_sunaudiomixer_get_volume):
17551           Normalizing the value after getting. Fixes bug# 161980
17552
17553 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17554
17555         * Makefile.am: Make sure docs gets disted
17556         * docs/Makefile.am: Make sure all needed files get disted
17557         * gst-plugins.spec.in: latest updates
17558
17559 2004-12-22  Wim Taymans  <wim@fluendo.com>
17560
17561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17562         Revert patch 1.38 as clock distribution over schedulers does
17563         not work correcly in the core yet.
17564
17565 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17566
17567         * sys/oss/README: remove this file, which predates my birth
17568           (and which content is by far outdated)
17569
17570 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17571
17572         * Makefile.am:
17573         * configure.ac:
17574         * docs/Makefile.am:
17575         * docs/libs/Makefile.am:
17576         * docs/libs/gst-plugins-libs-docs.sgml:
17577         * docs/libs/gst-plugins-libs-sections.txt:
17578         * docs/libs/tmpl/gstgconf.sgml:
17579         * docs/upload.mak:
17580         * docs/version.entities.in:
17581           Added boilerplate gtk-doc files for plugin-libs documentation.
17582
17583 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17584
17585         * gst/auparse/gstauparse.c: fix int and float audio caps
17586
17587 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17588
17589         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17590         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17591           g_assert() can be a macro, don't use #ifdef inside it.
17592
17593 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17594
17595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17596
17597         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17598         (gst_videorate_init), (gst_videorate_chain),
17599         (gst_videorate_change_state):
17600           Event handling (fixes #159986).
17601
17602 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17603
17604         * gst-libs/gst/riff/riff-media.c:
17605         (gst_riff_create_video_caps_with_data):
17606           Add BLZ0 (Blizzard's version of DivX) fourcc.
17607
17608 2004-12-18  David Schleef  <ds@schleef.org>
17609
17610         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17611         portability fix.
17612
17613 2004-12-18  David Schleef  <ds@schleef.org>
17614
17615         * gst/tta/ttadec.h: Disable some header code that isn't used
17616         and clearly isn't portable.
17617
17618 2004-12-18  David Schleef  <ds@schleef.org>
17619
17620         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17621         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17622         (avcodec_get_pix_fmt), (avpicture_layout),
17623         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17624         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17625         Fix code to not use GCC extensions (and c99 extensions that
17626         Forte does not like.)
17627
17628 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17629
17630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17631
17632         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17633         (gst_deinterlace_chain):
17634           Rowstride fixes. Fixes #161039.
17635         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17636         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17637         (gst_video_crop_getcaps), (gst_video_crop_link),
17638         (gst_video_crop_i420), (gst_video_crop_chain),
17639         (gst_video_crop_change_state):
17640           Rework of negotiation. Actually works now. Fixes #158650.
17641
17642 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17643
17644         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17645           That was very stupid.
17646
17647 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst/matroska/matroska-demux.c:
17650         (gst_matroska_demux_parse_blockgroup):
17651           Fix possible crasher.
17652
17653 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17654
17655         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17656         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17657           Lace sizes can be zero.
17658
17659 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17660
17661         * ext/musepack/gstmusepackdec.cpp:
17662           Fetch error return values. Fixes #161624.
17663         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17664           Really EOS.
17665
17666 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17669           Work for truncated (unfinished download etc.) files. Fixes #160514.
17670
17671 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17674           Fix for integer overflow. Makes #156001 not crash. Probably masks
17675           the real bug.
17676
17677 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17678
17679         * gst/ac3parse/gstac3parse.c: (plugin_init):
17680           Parsers never have ranks. Fixes #159651.
17681
17682 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17683
17684         * gst/playback/gstdecodebin.c: (compare_ranks):
17685           make sure the facotries are ordered the same every time even if they
17686           have the same rank by using the name
17687         * gst/playback/gstdecodebin.c: (find_compatibles):
17688           make sure we don't add factories to the list twice
17689
17690 2004-12-16  David Schleef  <ds@schleef.org>
17691
17692         * configure.ac: look for musepack headers as musepack/*.h
17693         (fixes #159847)
17694         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17695         * ext/musepack/gstmusepackreader.h: same
17696
17697 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17698
17699         * gst-libs/gst/riff/riff-read.c:
17700         (gst_riff_read_strf_auds_with_data):
17701           Read extradata correctly (fixes #155879).
17702
17703 2004-12-16  David Schleef  <ds@schleef.org>
17704
17705         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17706         audio.  does _not_ attempt or allow conversion unless channels
17707         is 1 or 2.
17708
17709 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17710
17711         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17712
17713 2004-12-16  David Schleef  <ds@schleef.org>
17714
17715         * gst/audioscale/gstaudioscale.c: the resample library only
17716         handles 1 or 2 channels.  Change caps to compensate.
17717
17718 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17719
17720         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17721         (gst_matroska_demux_audio_caps):
17722           Some MPEG-AAC hacks, because else it doesn't work...
17723
17724 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17725
17726         * gst-libs/gst/riff/riff-media.c:
17727         (gst_riff_create_video_caps_with_data),
17728         (gst_riff_create_video_template_caps):
17729           Add h264.
17730
17731 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17732
17733         * gst-libs/gst/audio/Makefile.am:
17734           Try to fix buildbot.
17735
17736 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17737
17738         * gst/tcp/gstmultifdsink.c:
17739           Clean up and uniformize debugging.
17740
17741 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17742
17743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17746         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17748         (gst_mpeg_demux_change_state):
17749           Reset on ready. Fixes 160276.
17750
17751 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17752
17753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17754
17755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17756         (gst_ffmpegcsp_pad_link):
17757           Fix memleak (#154815).
17758
17759 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17760
17761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17762
17763         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17764         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17765         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17766         * ext/musicbrainz/gsttrm.h:
17767           Add support for using a proxy server when getting a trm id from
17768           the MusicBrainz database (#149613).
17769
17770 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17771
17772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17775         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17776           Fix memleaks (#157233).
17777
17778 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17779
17780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17781
17782         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17783         * gst-libs/gst/resample/resample.h:
17784         * gst/audioscale/gstaudioscale.c:
17785           Fix memleak (#159215).
17786
17787 2004-12-16  Toni Willberg  <toniw@iki.fi>
17788
17789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17790
17791         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17792         * sys/oss/oss_probe.c: (main):
17793           Check for mono/stereo support (similar to samplerate probing),
17794           fixes #159433. Also add missing copyright header to oss_probe.c.
17795
17796 2004-12-15  David Schleef  <ds@schleef.org>
17797
17798         * configure.ac: add audioresample and cairo plugins.  Remove
17799         HAVE_MMX stuff, because it's not used.
17800         * ext/Makefile.am: same
17801         * ext/audioresample/Makefile.am: You are not ready for an
17802         audio resampling element based on audioresample.
17803         * ext/audioresample/gstaudioresample.c:
17804         * ext/audioresample/gstaudioresample.h:
17805         * ext/cairo/Makefile.am: You are not ready for overlay elements
17806         based on cairo.  Don't look too closely, these elements kinda
17807         suck right now.
17808         * ext/cairo/gstcairo.c: new
17809         * ext/cairo/gsttextoverlay.c: new
17810         * ext/cairo/gsttextoverlay.h: new
17811         * ext/cairo/gsttimeoverlay.c: new
17812         * ext/cairo/gsttimeoverlay.h: new
17813         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17814         problem with compilers that don't support variadic macros.
17815
17816 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17817
17818         Reviewed by:  David Schleef  <ds@schleef.org>
17819
17820         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17821         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17822         bit.  Also ran indent-gst.
17823         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17824         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17825         (gst_sunaudiosrc_setparams):
17826
17827 2004-12-14  David Schleef  <ds@schleef.org>
17828
17829         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17830         output rate to 16000.  Should fix #160235.
17831
17832 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17833
17834         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17835         Add typefinding for mpeg2 pes streams
17836
17837 2004-12-13  David Schleef  <ds@schleef.org>
17838
17839         * configure.ac:  Applied patch from bug #143659, making default
17840         sources and sinks OS-dependent (for Solaris), and added code
17841         for OS/X.
17842         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17843
17844 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17845
17846         * gst-libs/gst/riff/riff-media.c:
17847           forgot to add h2.64 to avidemux template caps
17848
17849 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17850
17851         * gst/wavenc/riff.h:
17852         * gst-libs/gst/riff/riff-media.c:
17853         * gst-libs/gst/riff/riff-ids.h:
17854         * gst/avi/gstavimux.c
17855         add 4CC code for VideoSoft h264 in AVI (VSSH)
17856           fixes bug #160655
17857         remove s323 from riff, it's quicktime specific :(
17858
17859 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17860
17861         * gst/asfdemux/README
17862         * gst/wavenc/riff.h
17863         * gst-libs/gst/riff/riff-ids.h
17864         * gst-libs/gst/riff/riff-media.c
17865         * gst/qtdemux/qtdemux.c:
17866           add new 4CC codes for h263 related codecs
17867           fixes partially bug #155163
17868
17869 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17870
17871         * configure.ac: Update polyaudio requirement to 0.7
17872         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17873
17874 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17875
17876         * gst/interleave/deinterleave.c:
17877         fix my name's spelling! :)
17878
17879 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17880
17881         * AUTHORS ChangeLog
17882         * gst/auparse/gstauparse.c
17883         * gst/interleave/deinterleave.c
17884         * gst/law/:
17885                 alaw-decode.c alaw-encode.c
17886                 mulaw-decode.c mulaw-encode.c
17887         * gst/oneton/gstoneton.c
17888         * sys/osxaudio/:
17889                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17890         * sys/osxvideo/:
17891                 cocoawindow.h cocoawindow.m
17892                 osxvideosink.h osxvideosink.m
17893
17894         put the same mail address for Zaheer Abbas Merali everywhere
17895
17896 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17897
17898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17899           Align by packetsize, and assert that we a packet available before
17900           playing. The first makes webstreams work (they often include
17901           trailing padding data in a packet), the second allows pausing a
17902           ASF stream in totem without getting demux errors afterwards.
17903
17904 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * ext/ogg/gstoggdemux.c: (get_relative):
17907           Check for non-NULL before accessing member (end-of-chain).
17908
17909 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17910
17911         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17912         (cdparanoia_set_property), (cdparanoia_get_property):
17913         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17914         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17915         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17916         (dvdreadsrc_init), (dvdreadsrc_set_property),
17917         (dvdreadsrc_get_property):
17918         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17919         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17920           Synchronize property names where not yet the case. Devices are
17921           now device=X, other versions are deprecated (but still exist).
17922           Also use g_free() unconditionally.
17923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17924         (setup_source), (gst_play_base_bin_get_property):
17925           Expose source.
17926
17927 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17928
17929         * configure.ac: move GCONF macro outside conditional for the am
17930           conditional. Fixes #160439
17931
17932 2004-12-08  David Schleef  <ds@schleef.org>
17933
17934         * tools/gst-visualise-m.m: Switch to elements that currently
17935         exist.
17936
17937 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17938
17939         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17940           We love wrong commas.
17941
17942 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * gst/matroska/matroska-demux.c:
17945         (gst_matroska_demux_handle_src_query):
17946           Don't set DEFAULT, unsupported - makes length display incorrectly
17947           in some cases.
17948
17949 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17950
17951         * gst/monoscope/README: remove blurb about files being GPL
17952         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17953         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17954           monoscope is now effectively LGPL licensed
17955
17956 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17957
17958         * gst/monoscope/README: Update information to be more correct
17959         * gst/monoscope/convolve.c: Relicense to LGPL
17960         * gst/monoscope/convolve.h: Relicense to LGPL
17961
17962 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17963
17964         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17965           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17967           set default_duration for mpeg1 audio
17968
17969 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17970
17971         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17972         * ext/alsa/gstalsa.h:
17973           refactor big chunks of the core caps negotiation code to make it
17974           a lot faster, because people claim it's really slow
17975           (actually, just cache the getcaps when the device is opened)
17976
17977 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17980         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17981         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17982         (gst_a52dec_change_state), (plugin_init):
17983         * ext/a52dec/gsta52dec.h:
17984           Do something useful with timestamps. Make chain-based (since
17985           there's really no reason to be loopbased).
17986         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17987           Update current_byte/frame correctly.
17988
17989 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17990
17991         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17992         (gst_ape_demux_stream_init):
17993           Forward tags, too.
17994
17995 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17998           Let's make sure we're done typefinding when detecting tags.
17999
18000 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18001
18002         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18003         (gst_ebml_read_init), (gst_ebml_read_use_event),
18004         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18005         (gst_ebml_read_seek), (gst_ebml_read_skip),
18006         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18007         (gst_ebml_read_master):
18008         * gst/matroska/ebml-read.h:
18009         * gst/matroska/matroska-demux.c:
18010         (gst_matroska_demux_parse_contents),
18011         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18012           Disgustingly evil hack for working around INTERRUPT events and
18013           their extremely annoying habit of being a pain in the ass. We
18014           simply peek a cluster before reading any of it.
18015
18016 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18017
18018         * ext/musepack/gstmusepackdec.cpp:
18019           There's also floating point libmusepacks.
18020
18021 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18022
18023         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18024         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18025           Set DURATION even if source buffer didn't. Also use increasing
18026           timestamps.
18027         * gst-libs/gst/riff/riff-media.c:
18028         (gst_riff_create_audio_caps_with_data):
18029           Block_align can have larger values than 8192.
18030
18031 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18032
18033         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18034         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18035         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18036         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18037           Fix caps.
18038
18039 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18042           Fix logic bug.
18043
18044 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18045
18046         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18047           Yay, another one.
18048
18049 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18050
18051         * ext/esd/esdsink.c: (gst_esdsink_chain):
18052           Make error actually say something useful (fixes #156798).
18053         * gst-libs/gst/riff/riff-media.c:
18054         (gst_riff_create_video_caps_with_data),
18055         (gst_riff_create_video_template_caps):
18056           Add Intel Video 5.0 fourcc (IV50).
18057
18058 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18059
18060         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18061         detection on mono and stereo mp3 files.
18062
18063 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18064
18065         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18066           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18067           the contained stream).
18068
18069 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18070
18071         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18072           Oops, remove debug.
18073
18074 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18075
18076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * gst/law/alaw-decode.c: (alawdec_getcaps):
18079         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18080           Prevent warnings when negotiating caps (fixes #159338).
18081
18082 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18083
18084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18085         (gst_ffmpegcsp_chain):
18086           Remove old leftover that shouldn't be there...
18087
18088 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18089
18090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18093           Don't forward DISCONT events (fixes #159684).
18094
18095 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18096
18097         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18098           Unlink manually since sometimes bin disposal (and therefore
18099           pad unlinking) is delayed, which will cause a new media file
18100           to not be able to start playing instantly.
18101
18102 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18103
18104         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18105           On mute of an unlinked stream, check for pad availability so
18106           we don't crash on unlinked pad.
18107
18108 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18109
18110         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18111         (gst_avi_demux_massage_index):
18112           Fix quite humiliating bug in omitting 0-sized index chunks but
18113           forgetting to count them for timestamps.
18114
18115 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18118           Actually leave the loop if we failed to sync. Don't crash.
18119
18120 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18121
18122         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18123         (gst_dvd_demux_process_private):
18124         * gst/mpegstream/gstdvddemux.h:
18125           Fix crash (#159759). Doesn't work, though. :-(.
18126
18127 2004-11-28  Benjamin Otte  <otte@gnome.org>
18128
18129         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18130           more overwriting protection due to modifying channels one by one
18131           instead of all at once
18132
18133 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * gst/audioconvert/gstchannelmix.c:
18136         (gst_audio_convert_fill_normalize):
18137           Normalize using absolute values.
18138
18139 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18140
18141         * configure.ac:
18142         * ext/Makefile.am:
18143         * ext/directfb/Makefile.am:
18144         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18145         (gst_directfbvideosink_get_pixel_format),
18146         (gst_directfbvideosink_get_format_from_fourcc),
18147         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18148         (gst_directfbvideosink_sink_link),
18149         (gst_directfbvideosink_change_state),
18150         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18151         (gst_directfbvideosink_buffer_alloc),
18152         (gst_directfbvideosink_interface_supported),
18153         (gst_directfbvideosink_interface_init),
18154         (gst_directfbvideosink_navigation_send_event),
18155         (gst_directfbvideosink_navigation_init),
18156         (gst_directfbvideosink_set_property),
18157         (gst_directfbvideosink_get_property),
18158         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18159         (gst_directfbvideosink_base_init),
18160         (gst_directfbvideosink_class_init),
18161         (gst_directfbvideosink_get_type), (plugin_init):
18162         * ext/directfb/directfbvideosink.h: Adding a first version of
18163         directfbvideosink.
18164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18165         more.
18166
18167 2004-11-28  Benjamin Otte  <otte@gnome.org>
18168
18169         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18170           walk the samples backwards if out_channels > in_channels so we don't
18171           overwrite data
18172
18173 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18174
18175         * gst/audioconvert/Makefile.am:
18176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18177         (gst_audio_convert_link), (gst_audio_convert_change_state),
18178         (gst_audio_convert_channels):
18179         * gst/audioconvert/gstchannelmix.c:
18180         (gst_audio_convert_unset_matrix),
18181         (gst_audio_convert_fill_identical),
18182         (gst_audio_convert_fill_compatible),
18183         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18184         (gst_audio_convert_fill_others),
18185         (gst_audio_convert_fill_normalize),
18186         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18187         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18188         * gst/audioconvert/gstchannelmix.h:
18189           Implement a channel mixer.
18190
18191 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18192
18193         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18194         * ext/alsa/gstalsa.h:
18195         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18196         Make alsasink actually honor gst_element_set_clock and use that
18197         clock instead of its internal one.
18198
18199 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18200
18201         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18202         (gst_play_base_bin_change_state): nullify source and decoder when
18203         going from READY to NULL so that we don't try to do weird stuff with
18204         them when going from NULL to READY
18205         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18206         instead of g_object_unref
18207         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18208         it should be correct
18209         (gst_play_bin_change_state): don't call remove_sinks if we are
18210         currently disposing the object
18211
18212 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18213
18214         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18215           Don't forget bass if it's there. Else left channel is silent...
18216
18217 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18220         (gst_a52dec_change_state):
18221           Don't do sample adjusting anymore, we use float audio now.
18222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18223           Don't fixate to non-existing properties.
18224
18225 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18226
18227         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18228         (gst_a52dec_change_state):
18229           Advertise that we can do surround sound.
18230
18231 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18232
18233         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18234           Add buffer-frames=0.
18235         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18236         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18237         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18238         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18239         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18240         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18241         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18242         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18243         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18244         * ext/dvdread/dvdreadsrc.h:
18245           Add seeking, querying for bytes, sectors, title, angle and
18246           chapter. Handle multiple chapters. Relicense to LGPL because
18247           Billy agreed on that (thanks Billy!).
18248
18249 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18250
18251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18252         call parent dispose method
18253
18254 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18255
18256         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18257         (gst_audio_clock_get_internal_time):
18258         Fix active <-> inactive transitions: ensure time value always
18259         grows and avoid abrupt value changes.
18260
18261 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18262
18263         * configure.ac:
18264         * gst/tta/Makefile.am:
18265         * gst/tta/crc32.h:
18266         * gst/tta/filters.h:
18267         * gst/tta/gsttta.c:
18268         * gst/tta/gstttadec.c:
18269         * gst/tta/gstttadec.h:
18270         * gst/tta/gstttaparse.c:
18271         * gst/tta/gstttaparse.h:
18272         * gst/tta/ttadec.h:
18273           added TTA parser and decoder
18274
18275 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18276
18277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18278         (probe_triggered), (check_queue), (buffer_underrun),
18279         (buffer_running), (buffer_overrun), (gen_source_element),
18280         (setup_source):
18281         * gst/playback/gstplaybasebin.h:
18282           Implement buffering. Needs some more work.
18283
18284 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * ext/theora/theoradec.c: (theora_dec_chain):
18287           Fix ilog mask range overflow.
18288
18289 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18292           Don't omit the last (which in case of dmix is the only :) )
18293           channel count. Don't set channels if <= 2.
18294
18295 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18296
18297         * gst/playback/gstplaybin.c: (gen_video_element),
18298         (gen_audio_element): Removed 2 obsolete comments
18299
18300 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18301
18302         * ext/vorbis/oggvorbisenc.c
18303         * ext/vorbis/vorbisenc.c :
18304           change description fields of those plugins to differentiate them
18305           (pitivi show Encoders by description, they had the same one)
18306
18307 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18308
18309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18312         (gst_play_bin_set_property), (gen_video_element),
18313         (gen_audio_element):
18314           Refcounting fixes for provided audio-/videosinks.
18315
18316 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * gst/playback/gstplaybin.c: (gen_video_element),
18319         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18320           Don't reference all sinks, but only the video- and audiosinks.
18321           The vis. element should be disposed when we're done with it.
18322           We don't have any reason to keep it around. This fixes warnings
18323           when reusing playbin for playing multiple audio files with
18324           vis. enabled. Also release audio device on pause - idea stolen
18325           from Rhythmbox.
18326
18327 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18328
18329         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18330         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18331         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18332         * ext/alsa/gstalsaplugin.c: (plugin_init):
18333         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18334         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18335         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18336         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18337         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18338         (gst_faad_change_state), (plugin_init):
18339         * ext/faad/gstfaad.h:
18340         * ext/vorbis/vorbis.c: (plugin_init):
18341         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18342         * gst-libs/gst/audio/Makefile.am:
18343         * gst-libs/gst/audio/audio.c: (plugin_init):
18344         * gst-libs/gst/audio/multichannel.c:
18345         (gst_audio_check_channel_positions),
18346         (gst_audio_get_channel_positions),
18347         (gst_audio_set_channel_positions),
18348         (gst_audio_set_structure_channel_positions_list),
18349         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18350         (gst_audio_fixate_channel_positions):
18351         * gst-libs/gst/audio/multichannel.h:
18352         * gst-libs/gst/audio/testchannels.c: (main):
18353         * gst/audioconvert/gstaudioconvert.c:
18354         (gst_audio_convert_class_init), (gst_audio_convert_init),
18355         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18356         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18357         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18358         * gst/audioconvert/plugin.c: (plugin_init):
18359           Surround sound support.
18360
18361 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18362
18363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18364           Fix position for discont if we're close as well. Nitpicking, but
18365           saves a few milliseconds of extra waiting or skipping.
18366
18367 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18368
18369         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18370           We sometimes need parsers for playback, so add those too.
18371
18372 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18373
18374         * configure.ac:
18375         * gst/apetag/Makefile.am:
18376         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18377         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18378         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18379         (gst_ape_demux_get_src_query_types),
18380         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18381         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18382         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18383         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18384         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18385         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18386         (gst_ape_demux_change_state):
18387         * gst/apetag/apedemux.h:
18388         * gst/apetag/apetag.c: (plugin_init):
18389         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18390         (plugin_init):
18391           APE v1/2 tag reader plus typefind function.
18392
18393 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18394
18395         * configure.ac:
18396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18397         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18398           Remove hacks for older core. Require newer core version
18399           accordingly.
18400
18401 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18402
18403         * gst/cdxaparse/Makefile.am:
18404         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18405         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18406         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18407         * gst/cdxaparse/gstcdxaparse.h:
18408         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18409         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18410         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18411         (gst_cdxastrip_get_src_query_types),
18412         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18413         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18414         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18415         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18416         * gst/cdxaparse/gstcdxastrip.h:
18417           SVCD/VCD header stripping separated from CDXA image parsing.
18418         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18419         (plugin_init):
18420           Add VCD/SVCD header typefinding for VCD/SVCD.
18421         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18422         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18423         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18424         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18425         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18426         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18427         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18428         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18429         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18430         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18431         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18432         * sys/vcd/vcdsrc.h:
18433           Fix up, add seeking, querying, URI interface. Works in totem now.
18434
18435 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18436
18437         * configure.ac:
18438           back to CVS
18439
18440 === release 0.8.6 ===
18441
18442 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18443
18444         * NEWS:
18445         * RELEASE:
18446         * configure.ac:
18447         * po/af.po:
18448         * po/az.po:
18449         * po/cs.po:
18450         * po/en_GB.po:
18451         * po/hu.po:
18452         * po/it.po:
18453         * po/nb.po:
18454         * po/nl.po:
18455         * po/or.po:
18456         * po/sq.po:
18457         * po/sr.po:
18458         * po/sv.po:
18459         * po/uk.po:
18460           releasing 0.8.6, "IOU Love"
18461
18462 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18465
18466         * gst/playback/gstplaybasebin.c:
18467           Fix unplayable files error handling.  Fixes #158365
18468
18469 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18472
18473         * gst/typefind/gsttypefindfunctions.c:
18474           Fix broken mp3 typefinding.  Fixes #158375
18475
18476 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18477
18478         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18479
18480         * ext/ogg/gstoggdemux.c:
18481           Fix sync on broken files.  Fixes #158976
18482
18483 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18484
18485         patch by: Edward Hervey <bilboed@bilboed.com>
18486
18487         * ext/libpng/gstpngenc.c:
18488           Copy over buffer properties.  Fixes #158832
18489
18490 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18491
18492         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18493
18494         * ext/dvdread/dvdreadsrc.c:
18495           Fixes invalid reads (#158462)
18496
18497 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18498
18499         * sys/v4l/gstv4lsrc.c:
18500         * sys/v4l/gstv4lsrc.h:
18501         * sys/v4l/v4lsrc_calls.c:
18502           Probe less and cache it.  Fixes #159187.
18503
18504 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18505
18506         * gst/videorate/gstvideorate.c:
18507           Handle all video formats. Fixes #159186.
18508
18509 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18510         * gst/synaesthesia/gstsynaesthesia.c:
18511         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18512         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18513         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18514         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18515         (gst_synaesthesia_change_state), (plugin_init):
18516         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18517         Force 320x200 output, as that's the only thing the underlying
18518         synaesthesia implementation supports. Still needs to be made
18519         re-entrant.
18520
18521 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18522
18523         * configure.ac:
18524           Fix mpeg2enc configure check (similar to mplex check below).
18525
18526 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18527
18528         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18531           Fix for gcc-2.95 (fixes #158221).
18532
18533 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18536           Re-add clock distribution hack (until new core is released).
18537           Fixes #158125.
18538
18539 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18540         * configure.ac:
18541           fix mplex configure check segfaulting on some systems (bug #140994)
18542
18543 2004-11-13  Benjamin Otte  <otte@gnome.org>
18544
18545         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18546           add debugging
18547         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18548           do a wait when we enter the loop func with no data available to
18549           write instead of getting into an 100% CPU loop by just returning and
18550           being called again by the scheduler
18551
18552 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18553
18554         * configure.ac:
18555         * ext/libvisual/visual.c: (gst_visual_get_type),
18556         (libvisual_log_handler), (gst_visual_getcaps),
18557         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18558         (plugin_init):
18559           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18560         * ext/smoothwave/Makefile.am:
18561         * ext/smoothwave/demo-osssrc.c: (main):
18562         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18563         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18564         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18565         (plugin_init):
18566         * ext/smoothwave/gstsmoothwave.h:
18567           Make gstsmoothwave a working element in the 20th century.
18568
18569         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18570           Fix incorrect link function
18571
18572 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18573
18574         * gst/volume/gstvolume.c:
18575           Allow buffer-frames=0.
18576
18577 2004-11-12 Iain <iaingnome@gmail.com>
18578
18579         * configure.ac: Check for polypaudio
18580
18581         * ext/Makefile.am: Build the polyp dir
18582
18583         * ext/polyp: The polypsink sources.
18584
18585 2004-10-30 Iain <iaingnome@gmail.com>
18586
18587         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18588         caps to reflect the new number of channels.
18589
18590 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18591
18592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18593           Fix for negotiation order problem. This would show when the
18594           ALSA loopfuction was called before any other function. ALSA
18595           wouldn't do anything because we're not negotiated yet, leading
18596           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18597
18598 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18599
18600         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18601
18602         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18603           No warnings (#157986).
18604
18605 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18608           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18609
18610 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18613           Signal no-more-pads (so it works in playbin).
18614
18615 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * ext/musepack/gstmusepackreader.cpp:
18618           Workaround for older core.
18619
18620 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18621
18622         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18623           Actually test for odd width/height rather than testing whether
18624           a temporary variable that was 0 before we subtracted 1 is now
18625           not equal to zero (which it always is).
18626
18627 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18628
18629         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18630         Fix compilation if HAVE_XVIDEO is not defined
18631
18632 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18633
18634         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18635         Fix compilation if HAVE_XVIDEO is not defined
18636
18637 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18638
18639         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18640         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18641         (gst_goom_change_state), (plugin_init):
18642         Use the bytestream adapter so goom doesn't depend on the input
18643         buffer size.
18644         Add a debug category
18645
18646 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18647
18648         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18649           Only set hardware parameters *after* negotiation. Before
18650           negotiation, it will set ANY and that seems to cause crashes
18651           (see e.g. #151288, #153227).
18652
18653 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18654
18655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18656           This seems to be antique leftover. It needs to pass error
18657           checking.
18658         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18659         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18660         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18661         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18662           Fix GstXOverlay implementation (#151059).
18663
18664 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18667           Don't assert (#157853).
18668
18669 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18672           Fix bytes/samples confustion.
18673         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18674           Fix for underrun (#144389).
18675
18676 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18677
18678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18679           Disable halfway-seek for pending release (since it needs a new
18680           core release).
18681
18682 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684         * sys/v4l/gstv4lsrc.c:
18685         * sys/v4l/gstv4lsrc.h:
18686         * sys/v4l/v4lsrc_calls.c:
18687           add autoprobe-fps property so we can separate autoprobing parts
18688
18689 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18690
18691         * sys/v4l/gstv4lsrc.c:
18692         * sys/v4l/v4lsrc_calls.c:
18693         initialise fourcc to catch unset fourcc's, and debug
18694
18695 2004-11-09  Wim Taymans  <wim@fluendo.com>
18696
18697         * gst/playback/README:
18698         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18699         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18700         (gst_play_bin_dispose), (gst_play_bin_set_property),
18701         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18702         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18703         (gst_play_bin_get_formats), (gst_play_bin_convert),
18704         (gst_play_bin_get_query_types), (gst_play_bin_query):
18705         Cleanups and some more documentation.
18706
18707 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18708
18709         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18710         (gst_cacasink_init), (gst_cacasink_chain):
18711         * ext/libcaca/gstcacasink.h:
18712         Cacasink inherits from VideoSink, so let that store the clock.
18713
18714 2004-11-09  Wim Taymans  <wim@fluendo.com>
18715
18716         * gst/playback/README:
18717         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18718         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18719         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18720         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18721         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18722         (setup_sinks):
18723         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18724         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18725         * gst/playback/gststreaminfo.h:
18726         Updated README.
18727         Only switch groups if all streams have muted (EOSed).
18728         Send Tags in sync with the stream playback instead of in
18729         the playback/preroll phase.
18730         Some cleanups, free the fakesrc elements.
18731
18732 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18733
18734         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18735           buffer-frames property was missing
18736         * ext/arts/gst_arts.c:
18737           rate missing from sinkcaps
18738         * ext/audiofile/gstafparse.c:
18739         * ext/audiofile/gstafsink.c:
18740         * ext/audiofile/gstafsrc.c:
18741         * ext/swfdec/gstswfdec.c:
18742           int audio doesn't know buffer-frames
18743         * ext/cdparanoia/gstcdparanoia.c:
18744           int audio doesn't know chunksize either
18745         * ext/nas/nassink.c:
18746           it's endianness, not endianess
18747         * gst-libs/gst/audio/audio.h:
18748           make float standard pad template caps really describe float
18749         * gst/law/mulaw.c: (linear_factory):
18750           signed only, please
18751         * gst/mpegstream/gstdvddemux.c:
18752           widths of 20 are not valid
18753
18754 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18755
18756         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18757
18758         * po/LINGUAS:
18759         * po/it.po:
18760           Add Italian
18761
18762 2004-11-08  Wim Taymans  <wim@fluendo.com>
18763
18764         * gst/playback/README:
18765         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18766         * gst/playback/gstplaybasebin.c: (probe_triggered),
18767         (gst_play_base_bin_change_state):
18768         Updated README, added more comments for fixmes etc..
18769
18770 2004-11-08  Wim Taymans  <wim@fluendo.com>
18771
18772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18773         We can remove this hack now.
18774
18775 2004-11-08  Wim Taymans  <wim@fluendo.com>
18776
18777         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18778         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18779         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18780         Only mix AYUV for maximum quality.
18781
18782 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18783
18784         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18785         (gst_ogg_demux_push), (gst_ogg_pad_push):
18786           Let's act as if we're synchronized now! :).
18787         * ext/theora/theoradec.c: (theora_dec_chain):
18788           Add some debug.
18789
18790 2004-11-08  Wim Taymans  <wim@fluendo.com>
18791
18792         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18793         (gst_alpha_set_property), (gst_alpha_sink_link),
18794         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18795         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18796         (gst_alpha_init_params), (gst_alpha_chain):
18797         Implement alpha functions for AYUV too, this increases
18798         accuracy quite a bit.
18799
18800 2004-11-08  Wim Taymans  <wim@fluendo.com>
18801
18802         * gst/ffmpegcolorspace/avcodec.h:
18803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18804         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18805         (gst_ffmpegcsp_avpicture_fill):
18806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18807         (gst_ffmpegcsp_caps_remove_format_info):
18808         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18809         (shrink12), (img_get_alpha_info), (deinterlace_line),
18810         (deinterlace_line_inplace):
18811         * gst/ffmpegcolorspace/imgconvert_template.h:
18812         Added AYUV colorspace and handle RGBA a bit more respectful.
18813
18814 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18815
18816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18817           Actually always send a discont (cornercase when resending the
18818           same serial-tagged chain twice).
18819
18820 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18821
18822         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18823         (gst_ximagesink_finalize):
18824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18825         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18826
18827 2004-11-08  Wim Taymans  <wim@fluendo.com>
18828
18829         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18830         Don't segfault on NULL data.
18831
18832 2004-11-08  Wim Taymans  <wim@fluendo.com>
18833
18834         * gst/playback/gstdecodebin.c: (unlinked):
18835         * gst/playback/gstplay-marshal.list:
18836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18837         (gst_play_base_bin_init), (group_create), (get_active_group),
18838         (get_building_group), (group_destroy), (group_commit),
18839         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18840         (add_element_stream), (no_more_pads), (probe_triggered),
18841         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18842         (state_change), (setup_source), (gst_play_base_bin_get_property),
18843         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18844         (gst_play_base_bin_link_stream),
18845         (gst_play_base_bin_get_streaminfo):
18846         * gst/playback/gstplaybasebin.h:
18847         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18848         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18849         Add support for chained ogg files. Prepare for playlist
18850         support. This patch introduces the concept of pad groups, which
18851         together compose one playable media file.
18852
18853 2004-11-07  David Schleef  <ds@schleef.org>
18854
18855         * testsuite/gst-lint: Check for pad templates that aren't statically
18856         scoped.
18857
18858 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * configure.ac:
18861         * ext/Makefile.am:
18862         * ext/musepack/Makefile.am:
18863         * ext/musepack/gstmusepackdec.cpp:
18864         * ext/musepack/gstmusepackdec.h:
18865         * ext/musepack/gstmusepackreader.cpp:
18866         * ext/musepack/gstmusepackreader.h:
18867           Add musepack decoder.
18868         * ext/faad/gstfaad.c: (gst_faad_base_init):
18869           Make pad templates static.
18870         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18871         (plugin_init):
18872           Add musepack typefinder, make mp3 typefinding work halfway stream,
18873           which doesn't actually work yet because id3demux doesn't implement
18874           _get_length().
18875
18876 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18879         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18880           Fix interrupt event handling (#144436).
18881
18882 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18883
18884         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18885           Hide unused glory.
18886
18887 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18888
18889         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18890
18891         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18892           Fix weird caps (#157548).
18893
18894 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18895
18896         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18897
18898         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18899           Add missing NULL terminator (#157543).
18900
18901 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18902
18903         * gst/tcp/gsttcp.h:
18904         * gst/tcp/gsttcpclientsink.c:
18905         * gst/tcp/gsttcpclientsrc.c:
18906         * gst/tcp/gsttcpserversink.c:
18907         * gst/tcp/gsttcpserversrc.c:
18908           ports can go up to 65535.  Move common defines to gsttcp.h
18909
18910 2004-11-05  Wim Taymans  <wim@fluendo.com>
18911
18912         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18913         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18914         Added two more colorspaces.
18915
18916 2004-11-05  Wim Taymans  <wim@fluendo.com>
18917
18918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18919         (gst_ffmpegcsp_avpicture_fill):
18920         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18921         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18922         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18923         More stride fixes.
18924
18925 2004-11-05  Wim Taymans  <wim@fluendo.com>
18926
18927         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18928         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18929         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18930         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18931         (gst_videomixer_loop):
18932         More stride fixes.
18933
18934 2004-11-05  Benjamin Otte  <otte@gnome.org>
18935
18936         * ext/mad/gstmad.c: (gst_mad_chain):
18937           don't overflow data buffer. Flush not needed sync data when syncing
18938           failed.
18939
18940 2004-11-04  Wim Taymans  <wim@fluendo.com>
18941
18942         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18943         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18944         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18945         (gst_alpha_init_params), (gst_alpha_chain),
18946         (gst_alpha_change_state):
18947         Updated the chroma keying algorithm with something more
18948         sophisticated.
18949
18950 2004-11-03  Wim Taymans  <wim@fluendo.com>
18951
18952         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18953         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18954         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18955         Fix stride issues. Does not completely work for odd
18956         heights.
18957
18958 2004-11-03  Wim Taymans  <wim@fluendo.com>
18959
18960         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18961         (gst_alpha_chroma_key), (gst_alpha_chain):
18962         Fix stride issues. Does not completely work for odd
18963         heights.
18964
18965 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18966
18967         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18968         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18969         leak fixes
18970
18971 2004-11-03  Wim Taymans  <wim@fluendo.com>
18972
18973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18974         (gst_ffmpegcsp_avpicture_fill):
18975         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18976         (avpicture_alloc):
18977         * gst/ffmpegcolorspace/imgconvert_template.h:
18978         Use correct _fill function to get correct strides.
18979
18980 2004-11-02  David Schleef  <ds@schleef.org>
18981
18982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18983         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18984         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18985         Change all g_print()s to debugging.  Add a bunch of consistency
18986         checks.
18987
18988 2004-11-02  Wim Taymans  <wim@fluendo.com>
18989
18990         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18991         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18992         (unlinked), (no_more_pads), (close_link):
18993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18994         (unknown_type), (add_element_stream), (new_decoded_pad),
18995         (removed_decoded_pad), (setup_source):
18996         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18997         (gst_stream_info_class_init), (gst_stream_info_init),
18998         (gst_stream_info_new), (gst_stream_info_dispose),
18999         (stream_info_mute_pad), (gst_stream_info_set_property),
19000         (gst_stream_info_get_property):
19001         * gst/playback/gststreaminfo.h:
19002         Fix playback of multiple files.
19003         a slightly different approach to handling dynamic pad removals.
19004         This one only looks at pads that we have linked.
19005
19006 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19007
19008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19009         free" warning from libc.
19010
19011 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19012
19013         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19014         (get_unconnected_element), (remove_starting_from), (pad_removed),
19015         (close_link):
19016           Implement support for dynamic pad changing. We listen to "live"
19017           pad removals (i.e. while playing) and re-setup autoplugging
19018           after that. Playbasebin/playbin need some more work for this
19019           to finally work, but decodebin supports (and replugs) chained
19020           ogg now.
19021
19022 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19023
19024         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19025         (gst_alsa_finalize):
19026         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19027         (gst_cdaudio_finalize):
19028         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19029         (cdparanoia_finalize):
19030         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19031         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19032         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19033         (dvdreadsrc_finalize):
19034         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19035         (gst_flacdec_finalize):
19036         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19037         (gst_flacenc_finalize):
19038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19039         (gst_gnomevfssink_finalize):
19040         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19041         (gst_gnomevfssrc_finalize):
19042         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19043         (gst_fameenc_finalize):
19044         * ext/nas/nassink.c: (gst_nassink_class_init),
19045         (gst_nassink_finalize):
19046         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19047         (gst_sdlvideosink_class_init):
19048         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19049         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19050         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19051         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19052         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19053         (gst_x_window_listener_dispose):
19054         * gst/audioscale/gstaudioscale.c:
19055         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19056         (play_on_demand_finalize):
19057         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19058         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19059         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19060         (cdplayer_finalize):
19061         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19062         (gst_glimagesink_class_init):
19063         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19064         (gst_osselement_finalize):
19065         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19066         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19067         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19068           Fixes a bunch of problems with finalize and dispose functions,
19069           either assumptions that dispose is only called once, or not calling
19070           the parent class dispose/finalize function
19071
19072 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19073
19074         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19075           added two api precondition guards
19076           use g_strdup with getenv to fix crash when using ENVVAR
19077
19078 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19079         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19080         (gst_esdsink_finalize):
19081         Use a finalize function, not dispose, and more importantly,
19082         call the parent class finalize function too
19083
19084 2004-11-01  Johan Dahlin  <johan@gnome.org>
19085
19086         * ext/ogg/gstoggdemux.c:
19087         * gst/tags/gstvorbistag.c:
19088         Plug leaks.
19089
19090 2004-10-31  Benjamin Otte  <otte@gnome.org>
19091
19092         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19093           lotsa memleaks today. But they're all small...
19094
19095 2004-10-31  Benjamin Otte  <otte@gnome.org>
19096
19097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19098           another memleak crushed
19099
19100 2004-10-31  Benjamin Otte  <otte@gnome.org>
19101
19102         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19103           fix memleak
19104
19105 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19106
19107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19108           Hack to prevent crash when going to READY inside signal handler
19109           while this function is active.
19110
19111 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19112
19113         * gst/ffmpegcolorspace/Makefile.am:
19114         * gst/ffmpegcolorspace/avcodec.h:
19115         * gst/ffmpegcolorspace/common.h:
19116         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19117         * gst/ffmpegcolorspace/dsputil.h:
19118         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19120         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19121         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19122         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19123         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19124         (gst_ffmpegcsp_avpicture_fill):
19125         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19126         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19127         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19128         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19129         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19130         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19131         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19132         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19133         * gst/ffmpegcolorspace/imgconvert.c:
19134         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19135         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19136         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19137         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19138         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19139         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19140         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19141         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19142         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19143         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19144         (grow21), (grow22), (grow41), (grow44), (conv411),
19145         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19146         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19147         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19148         (avpicture_free), (is_yuv_planar), (img_convert),
19149         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19150         (deinterlace_line_inplace), (deinterlace_bottom_field),
19151         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19152         * gst/ffmpegcolorspace/imgconvert_template.h:
19153         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19154         * gst/ffmpegcolorspace/mmx.h:
19155         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19156         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19157         (av_freep), (avcodec_get_context_defaults),
19158         (avcodec_alloc_context), (avcodec_init):
19159           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19160           handling plus update from ffmpeg CVS. Large clean-up.
19161
19162 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/playback/Makefile.am:
19165           We need the marshallers for decodebin, too.
19166
19167 2004-10-30  David Schleef  <ds@schleef.org>
19168
19169         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19170           quicktime typefinding work with 64-bit offsets.
19171
19172 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19173
19174         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19175           Set EOS on the element when processing an EOS event.
19176         * ext/speex/gstspeexdec.h:
19177         * ext/speex/gstspeexenc.h:
19178           Only keep a const ptr to the mode
19179         * gst-libs/gst/riff/riff-media.c:
19180         (gst_riff_create_audio_caps_with_data),
19181         (gst_riff_create_audio_template_caps):
19182           Allow WMAV3, with up to 6 channels.
19183         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19184           Don't call gst_pad_set_event_function on a sink pad.
19185         * gst/mpegstream/gstdvddemux.c:
19186         (gst_dvd_demux_get_subpicture_stream),
19187         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19188           Copy the explicit caps that were set across to the cur_* pads,
19189           instead of trying to use a possibly non-existent negotiated caps.
19190           Reset the type of subpicture pads to UNKNOWN after calling
19191           init_stream, so that the caps get set.
19192
19193 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19194
19195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19196
19197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19198           Don't touch buffer if it is of size 0 (fixes #151064).
19199
19200 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19201
19202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19203           Synchronized discont handling.
19204
19205 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19208         (gst_ogg_demux_push):
19209           Make seeking sort-of exact again (fixes #156387).
19210
19211 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19212
19213         * gst/playback/gstplaybasebin.c: (unknown_type),
19214         (add_element_stream), (new_decoded_pad),
19215         (gst_play_base_bin_change_state):
19216         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19217         (gst_stream_info_init), (gst_stream_info_new),
19218         (gst_stream_info_dispose), (gst_stream_info_get_property):
19219         * gst/playback/gststreaminfo.h:
19220           Make caps explicitely available. Makes testing for unsupported
19221           types possible. Improves error reporting.
19222
19223 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * gst/audioconvert/gstaudioconvert.c:
19226         (gst_audio_convert_buffer_to_default_format):
19227           Really don't touch read-only buffers (#156563).
19228
19229 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19230
19231         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19234           Fix memleak (#155223).
19235
19236 2004-10-29  Wim Taymans  <wim@fluendo.com>
19237
19238         * gst/tcp/.cvsignore:
19239         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19240         (gst_multifdsink_class_init), (gst_multifdsink_init),
19241         (gst_multifdsink_add), (gst_multifdsink_remove),
19242         (gst_multifdsink_remove_client_link), (is_sync_frame),
19243         (gst_multifdsink_new_client),
19244         (gst_multifdsink_handle_client_write),
19245         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19246         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19247         (gst_multifdsink_get_property):
19248         * gst/tcp/gstmultifdsink.h:
19249         Added burst on connect sync_method, deprecated sync_clients,
19250         streamlined the sync code some more.
19251
19252 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19253
19254         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19255         (gst_play_base_bin_change_state):
19256           Improve error reporting.
19257
19258 2004-10-28  Wim Taymans  <wim@fluendo.com>
19259
19260         * gst/tcp/Makefile.am:
19261         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19262         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19263         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19264         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19265         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19266         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19267         (gst_fdset_wait):
19268         Added more locks around fdset structures. Fixed/reworked
19269         the poll array resizing code.
19270         Added stress test for fdset.
19271
19272 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19273
19274         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19275         fix build
19276
19277 2004-10-28  Benjamin Otte  <otte@gnome.org>
19278
19279         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19280           fix link function to always query channels and query width for
19281           floats
19282         * configure.ac:
19283           add equalizer dir
19284         * gst/equalizer/Makefile.am:
19285         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19286         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19287         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19288         (arg_to_scale), (setup_filter),
19289         (gst_iir_equalizer_compute_frequencies),
19290         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19291         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19292         (plugin_init):
19293           add an equalizer
19294
19295 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19296
19297         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19298
19299         * po/LINGUAS:
19300         * po/nb.po:
19301           Added Norwegian Bokmaal translation
19302
19303 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19304
19305         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19306           Don't break on options (fixes #156488).
19307
19308 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19309
19310         * configure.ac:
19311         * ext/cdaudio/Makefile.am:
19312         * sys/Makefile.am:
19313           fix build on older automake
19314
19315 2004-10-26  Wim Taymans  <wim@fluendo.com>
19316
19317         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19318         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19319         Allow a little margin when negotiating the framerate.
19320
19321 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19322
19323         * gst/level/gstlevel.c:
19324           synchonised naming of pads and pad-templates
19325
19326 2004-10-26  Wim Taymans  <wim@fluendo.com>
19327
19328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19329         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19330         (_find_streams_check), (gst_ogg_demux_push):
19331         Fix EOS again. Needs to be done in a better way. We should not
19332         remove the pad if there is no new chained stream.
19333
19334 2004-10-26 Iain <iaingnome@gmail.com>
19335
19336         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19337         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19338         of the caps.
19339         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19340         pad.
19341         (interleave_release_pad): Remove the pad.
19342         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19343         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19344         the set device.
19345         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19346         attrs
19347         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19348         (gst_xvimagesink_finalize): Free the par.
19349
19350 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19353         (gst_avimux_stop_file):
19354           First calculate the rate, and only then use it. Hdr.rate is a
19355           multiple and not a derivative of hdr.scale. Scale is not the
19356           same as blockalign but is solely related to rate.
19357
19358 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19359
19360         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19361         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19362           Implement seeking.
19363
19364 2004-10-25  James Henstridge  <james@jamesh.id.au>
19365
19366         Reviewed by:  David Schleef  <ds@schleef.org>
19367
19368         * examples/gstplay/player.c: (got_stream_length), (main):
19369         * examples/seeking/cdplayer.c: (update_scale):
19370         * examples/seeking/seek.c: (format_value), (update_scale):
19371         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19372         (stop_seek):
19373         Build fixes on AMD64.
19374
19375 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19376
19377         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19378
19379         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19380         Fix for some v4l cards which hang in v4lsrc
19381
19382 2004-10-25  Wim Taymans  <wim@fluendo.com>
19383
19384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19385         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19386         Make sure to remove the pad when a new chain is
19387         encountered. Set some vars to NULL so we don't try
19388         to reference freed memory.
19389
19390 2004-10-25  Wim Taymans  <wim@fluendo.com>
19391
19392         * examples/seeking/Makefile.am:
19393         * examples/seeking/cdplayer.c: (update_scale):
19394         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19395         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19396         (format_value), (update_scale), (iterate), (start_seek),
19397         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19398         (print_usage), (main):
19399         Added some more examples, update others.
19400
19401 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19404         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19405         * ext/theora/theoradec.c: (theora_dec_chain):
19406         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19407           Add codec-name metadata.
19408
19409 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19410
19411         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19414         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19415         * ext/alsa/gstalsamixertrack.h:
19416         * po/POTFILES.in:
19417           ALSA mixer track label internationalization (#154054).
19418
19419 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19420
19421         * ext/theora/theoradec.c: (theora_dec_chain):
19422           Export bitrate as metadata.
19423
19424 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19425
19426         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19427         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19428         * ext/alsa/gstalsamixertrack.h:
19429           Fix names, fix loop.
19430
19431 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19434         (speex_dec_convert):
19435           sinkconvert function so oggdemux can get the file length (totem).
19436
19437 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19438
19439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19440
19441         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19442           Don't push incomplete packets.
19443         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19444           Fix MPEG-4 audio typefinding.
19445
19446 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19447
19448         * sys/v4l/Makefile.am:
19449         * sys/v4l/gstv4l.c: (plugin_init):
19450         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19451         (gst_v4lelement_init), (gst_v4lelement_dispose),
19452         (gst_v4lelement_change_state):
19453         * sys/v4l/gstv4lelement.h:
19454         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19455         (gst_v4l_xoverlay_close), (idle_refresh),
19456         (gst_v4l_xoverlay_set_xwindow_id):
19457         * sys/v4l/gstv4lxoverlay.h:
19458         * sys/v4l/v4l-overlay_calls.c:
19459         * sys/v4l/v4l_calls.h:
19460         * sys/v4l2/Makefile.am:
19461         * sys/v4l2/gstv4l2.c: (plugin_init):
19462         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19463         (gst_v4l2element_init), (gst_v4l2element_dispose),
19464         (gst_v4l2element_change_state):
19465         * sys/v4l2/gstv4l2element.h:
19466         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19467         (gst_v4l2_xoverlay_close), (idle_refresh),
19468         (gst_v4l2_xoverlay_set_xwindow_id):
19469         * sys/v4l2/gstv4l2xoverlay.h:
19470         * sys/v4l2/v4l2-overlay_calls.c:
19471         * sys/v4l2/v4l2_calls.h:
19472           Remove client-side overlay handling, use the X-server v4l plugin
19473           for that. Nicer overlay, less code. Also make the plugin
19474           compileable without X (but then without overlay, obviously).
19475           Makes xwindowlistener obsolete, should we remove that?
19476
19477 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19480         (gst_osssrc_src_query):
19481         * sys/oss/gstosssrc.h:
19482           OK, so people want offset in DEFAULT. This time, actually fix all
19483           cases.
19484         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19485           Add FPS properly.
19486
19487 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * gst/asfdemux/gstasfmux.c:
19490         * gst/avi/gstavimux.c:
19491           Framerate.
19492
19493 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19494
19495         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19496           Fix properties (channel, norm, frequency).
19497
19498 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19499
19500         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19501           Flag typo.
19502         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19503           No warnings.
19504
19505 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19506
19507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19508           Fix hang.
19509
19510 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19511
19512         * sys/v4l2/gstv4l2element.h:
19513           Yet Another Hack (tm) for kernel header borkedness.
19514         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19515         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19516         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19517         (gst_v4l2src_change_state):
19518         * sys/v4l2/gstv4l2src.h:
19519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19520         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19521           Fix caps, keep track of state, work.
19522
19523 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19526           Quiet.
19527
19528 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19531           Don't mix bytes and samples.
19532
19533 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * ext/ogg/gstoggmux.c:
19536           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19537           and theora. Any is incorrect.
19538         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19539           Fix caps.
19540         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19541         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19542         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19543         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19544         * sys/v4l/gstv4lmjpegsrc.h:
19545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19546         (gst_v4lsrc_change_state):
19547         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19548         (gst_v4lmjpegsrc_capture_stop):
19549           Fix caps. Keep track of internal state. Work.
19550
19551 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * ext/Makefile.am:
19554           Fix the build fixes.
19555
19556 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19559         (gst_ogg_demux_src_event), (_find_chain_seek),
19560         (gst_ogg_pad_push):
19561           Check for pad availability before using it.
19562         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19563           Fix parsing of chained ogg. Needs more work on the decoder side.
19564
19565 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19566
19567         * gst/spectrum/Makefile.am:
19568         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19569         (idle_func):
19570           Fix demo and reenable it. Yes, I'm currently playing with audio
19571           analysis tools
19572
19573 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19576           We love it if files that start at zero work too...
19577
19578 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19579
19580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19581           Handle files with missing EOS headers.
19582
19583 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19584
19585         * gst/tcp/gsttcpserversink.c:
19586         (gst_tcpserversink_handle_server_read),
19587         (gst_tcpserversink_init_send):
19588         Zero some variables first (need for accept not to return EINVAL)
19589
19590 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19593         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19594         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19595         (theora_dec_chain):
19596         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19597         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19598           Seeking and querying finetune.
19599
19600 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19601
19602         * configure.ac:
19603         * ext/Makefile.am:
19604         * ext/raw1394/Makefile.am:
19605           fix the build
19606
19607 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19610           Wrong return.
19611         * gst/playback/Makefile.am:
19612         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19613         * gst/playback/gstplay-marshal.list:
19614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19615           Fix marshallers.
19616
19617 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19620           Silence.
19621
19622 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19623
19624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19625         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19626         (gst_ogg_pad_push):
19627           Yay for non-lineair granulepos in theora.
19628
19629 2004-10-18  Wim Taymans  <wim@fluendo.com>
19630
19631         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19632         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19633         * ext/dv/gstdvdec.h:
19634         Make sure we renegotiate aspect ratio when the camera switches.
19635
19636 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19637
19638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19639         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19640           Start at zero.
19641         * ext/theora/theoradec.c: (theora_dec_chain):
19642           Skip headers. Bad idea for chained ogg, but fixes seeking.
19643
19644 2004-10-18  Wim Taymans  <wim@fluendo.com>
19645
19646         * configure.ac:
19647         I swear, this is the last time I touch this.
19648
19649 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19650
19651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19652         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19653         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19654           Faster seeking.
19655         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19656           Time-to-default conversion.
19657         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19658           Don't error on unknown packets, just skip. We should probably
19659           read them if we want to support chained ogg.
19660
19661 2004-10-18  Wim Taymans  <wim@fluendo.com>
19662
19663         * configure.ac:
19664         Added cdaudio to wrong list.
19665
19666 2004-10-18  Wim Taymans  <wim@fluendo.com>
19667
19668         * configure.ac:
19669         Revive cdaudio.
19670
19671 2004-10-18  Wim Taymans  <wim@fluendo.com>
19672
19673         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19674         (gst_dvdec_video_link), (gst_dvdec_push):
19675         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19676         (gst_smokeenc_resync), (gst_smokeenc_chain):
19677         Fix mimetype on smoke encoder.
19678         Add aspect ratio to dvdec. Not sure if these
19679         values are correct though....
19680
19681 2004-10-18  Wim Taymans  <wim@fluendo.com>
19682
19683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19684         Fix vorbis property descriptions and ranges.
19685
19686 2004-10-18  Wim Taymans  <wim@fluendo.com>
19687
19688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19689         Really do nothing when no data is available.
19690         Go to the playing state when the stream is not seekable
19691         instead of failing.
19692
19693 2004-10-18  Wim Taymans  <wim@fluendo.com>
19694
19695         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19696         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19697         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19698         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19699         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19700         Added uri handler for cd://
19701         Port to new API.
19702
19703 2004-10-18  Wim Taymans  <wim@fluendo.com>
19704
19705         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19706         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19707         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19708         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19709         (remove_prerolls), (unknown_type), (add_element_stream),
19710         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19711         (gst_play_base_bin_remove_element),
19712         (gst_play_base_bin_link_stream):
19713         * gst/playback/gstplaybin.c: (gen_video_element),
19714         (gen_vis_element), (remove_sinks), (setup_sinks):
19715         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19716         (gst_stream_info_get_type), (gst_stream_info_class_init),
19717         (gst_stream_info_init), (gst_stream_info_new),
19718         (gst_stream_info_dispose), (stream_info_mute_pad),
19719         (gst_stream_info_set_property), (gst_stream_info_get_property):
19720         * gst/playback/gststreaminfo.h:
19721         Add sink padtemplate to decodebin.
19722         Added some more comments.
19723         Make queue size configurable in playbasebin.
19724         Added possibility to use elements as sinks (ex cdaudio).
19725
19726 2004-10-15  Wim Taymans  <wim@fluendo.com>
19727
19728         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19729         (gst_speexenc_chain):
19730         Fix speex timestamps so that it gets muxed properly.
19731
19732 2004-10-15  Wim Taymans  <wim@fluendo.com>
19733
19734         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19735         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19736         (gst_dv1394src_init), (gst_dv1394src_dispose),
19737         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19738         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19739         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19740         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19741         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19742         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19743         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19744         * ext/raw1394/gstdv1394src.h:
19745         Added conversion/query functions.
19746         Update buffer timestamps,
19747         Added signals.
19748         Added uri dv:// so it might play from the firewire in playbin.
19749         Fix a possible leak.
19750         Added debugging.
19751
19752 2004-10-15  Wim Taymans  <wim@fluendo.com>
19753
19754         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19755         (gst_dv1394src_init), (gst_dv1394src_set_property),
19756         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19757         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19758         * ext/raw1394/gstdv1394src.h:
19759         Added AV/C VTR control support needed for some cameras.
19760         Added automatic port detection.
19761         Added properties for selecting the channel.
19762         The configure.ac script is not yet updated to reflect the
19763         new libavc1394 and librom1394 dependencies.
19764
19765 2004-10-15  Wim Taymans  <wim@fluendo.com>
19766
19767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19768         (qtdemux_parse), (gst_qtdemux_handle_esds):
19769         An esds box is not a container.
19770         Fix parsing of mp4v boxes.
19771         Do not try to renegotiate fps for each frame. Need to
19772         find a better method. This should fix mp4 playback.
19773
19774 2004-10-14  David Schleef  <ds@schleef.org>
19775
19776         * configure.ac: update for swfdec-0.3 and liboil-0.2
19777         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19778         * ext/swfdec/gstswfdec.h: same
19779         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19780         * gst/videotestsrc/videotestsrc.c: same
19781
19782 2004-10-14  Wim Taymans  <wim@fluendo.com>
19783
19784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19785         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19786         (is_sync_frame), (gst_multifdsink_new_client),
19787         (gst_multifdsink_handle_client_write),
19788         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19789         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19790         Turn warnings into info.
19791         Don't allow a state change in the streaming thread.
19792
19793 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * ext/vorbis/oggvorbisenc.c:
19796         * ext/vorbis/vorbisdec.c:
19797           fix template sample rate
19798
19799 2004-10-13  Wim Taymans  <wim@fluendo.com>
19800
19801         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19802         Decoding the header first fixes some problems in resyncing
19803         in more mp3s.
19804
19805 2004-10-12  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/playback/gstplaybin.c: (gen_video_element),
19808         (gen_vis_element), (remove_sinks), (setup_sinks):
19809         Added vis plugin support, need to configure the vis
19810         element to activate it.
19811
19812 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19815         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19816           Some debug.
19817         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19818         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19819         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19820         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19821         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19822         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19823         * gst/avi/gstavidemux.h:
19824           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19825           recovery (where, if part of the index is broken, we will still read
19826           the rest of the index and recover the broken part by stream
19827           scanning). More broken media support. EOS workarounds. General AVI
19828           braindamage headache recovery. Aspirin included.
19829
19830 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19833         (cdparanoia_event), (cdparanoia_query):
19834           Get rid of hideous lead-in.
19835
19836 2004-10-11  Wim Taymans  <wim@fluendo.com>
19837
19838         * gst/playback/gstplaybasebin.c: (setup_source):
19839         Wrong var used to get g_list_next.
19840
19841 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19842
19843         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19844         (cdparanoia_get), (cdparanoia_open):
19845           Report discid as metadata, add duration.
19846
19847 2004-10-11  Wim Taymans  <wim@fluendo.com>
19848
19849         * gst/playback/gstplaybasebin.c: (setup_source):
19850         Cleanup the previous pipeline a little earlier for the
19851         case that a source element provides raw data.
19852
19853 2004-10-11  Benjamin Otte  <otte@gnome.org>
19854
19855         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19856           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19857           consuming the last 128 bytes, even though it was valid mp3 data.
19858
19859 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19860
19861         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19862         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19863         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19864         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19865
19866 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19867
19868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19869         Fix for webcams that support only specific width or height
19870
19871 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19872
19873         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19876           Fix wrong discont event setup (fixes #154967).
19877
19878 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19879
19880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19883           Error out on invalid data (fixes #154807).
19884
19885 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19886
19887         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * ext/dvdread/dvdreadsrc.c: (_read):
19890           Make titles > 0 work again (fixes #154834).
19891
19892 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19893
19894         * gst-libs/gst/riff/riff-media.c:
19895         (gst_riff_create_video_template_caps):
19896           WMV3 missing in template caps.
19897
19898 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19899
19900         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19901           OK, so the original code was too strict. It makes random AVI files
19902           hang for seconds upon opening, which is unacceptable and is far
19903           beyond the original goal of getting multiple chunks for one-chunk
19904           sounc stream files. So now do just that.
19905
19906 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19907
19908         * gst/playback/gstplaybasebin.c: (setup_source),
19909         (gst_play_base_bin_change_state):
19910           Actually clean up streaminfo if output fails. This would trigger
19911           if, for example, there was no CD in the drive. No preroll, so
19912           a streaminfo structure is created, but the subsequent state change
19913           of the thread fails.
19914         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19915           Don't change state if parent failed.
19916
19917 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19918
19919         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19920         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19921         (gen_video_element), (remove_sinks):
19922           Add small bits of code for screenshot handling.
19923
19924 2004-10-08  Wim Taymans  <wim@fluendo.com>
19925
19926         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19927         (gen_video_element), (gen_audio_element), (setup_sinks):
19928         Don't assume the user provided sinks are named "sink"...
19929
19930 2004-10-08  Wim Taymans  <wim@fluendo.com>
19931
19932         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19933         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19934         (gst_play_base_bin_link_stream):
19935         Do not try to autoplug sources that generate raw streams like
19936         cdparanoia.
19937         disconnect the preroll overrun signal when we don't need it anymore.
19938
19939 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19940
19941         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19942         Added reworked patch from #154903 from milosz derezynski (deadchip).
19943
19944 2004-10-08  Wim Taymans  <wim@fluendo.com>
19945
19946         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19947         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19948         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19949         (cdparanoia_convert), (cdparanoia_uri_get_type),
19950         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19951         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19952         * ext/cdparanoia/gstcdparanoia.h:
19953         This adds the cdda://<tracknum> uri.
19954
19955 2004-10-08  Wim Taymans  <wim@fluendo.com>
19956
19957         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19958         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19959         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19961         (unknown_type), (gst_play_base_bin_remove_element),
19962         (gst_play_base_bin_link_stream):
19963         * gst/playback/gstplaybasebin.h:
19964         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19965         (gst_play_bin_set_property), (gen_video_element),
19966         (gen_audio_element), (setup_sinks):
19967         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19968         (gst_stream_info_get_type), (gst_stream_info_class_init),
19969         (gst_stream_info_init), (gst_stream_info_new),
19970         (gst_stream_info_dispose), (stream_info_mute_pad),
19971         (gst_stream_info_set_property), (gst_stream_info_get_property):
19972         * gst/playback/gststreaminfo.h:
19973         Reuse the audio and video bins.
19974         Some internal cleanups in the stream selection code.
19975
19976 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19977
19978         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19979         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19980         * sys/ximage/ximagesink.h:
19981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19982         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19983         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19984         not coming from those elements. Moreover these elements should not keep
19985         the xid they have been given when in NULL state.
19986
19987 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19990         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19991         * sys/ximage/ximagesink.h:
19992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19993         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19994         * sys/xvimage/xvimagesink.h:
19995           Actually only create a new toplevel window if we're not gonna
19996           embed it right after.
19997
19998 2004-10-07  Wim Taymans  <wim@fluendo.com>
19999
20000         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20001         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20002         * gst/playback/gstplaybin.c: (setup_sinks):
20003         Implement muting/unmuting of streams, mute streams that are not
20004         used.
20005
20006 2004-10-07  Wim Taymans  <wim@fluendo.com>
20007
20008         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20009         (plugin_init):
20010         Added lame audio/x-ac3 typefind function.
20011
20012 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20013
20014         * configure.ac:
20015           bump nano to cvs
20016
20017 === release 0.8.5 ===
20018
20019 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20020
20021         * NEWS:
20022         * RELEASE:
20023         * configure.ac:
20024           releasing 0.8.5, "Take You On"
20025
20026 2004-10-06  Wim Taymans  <wim@fluendo.com>
20027
20028         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20029         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20030         (no_more_pads), (close_link), (type_found):
20031         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20032         * gst/playback/gstplaybin.c: (gen_video_element):
20033         Do not signal the no_more_pads after the first pad when
20034         we are plugging a non dynamic element with multiple
20035         output pads (like swfdec, dvdec, ...).
20036
20037 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20038
20039         * configure.ac:
20040           bump for prerelease
20041
20042 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20043
20044         * gst/wavparse/gstwavparse.c:
20045           add ATRAC3 to STATIC CAPS to fix a warning
20046
20047         * gst/matroska/ebml-read.c:
20048         * gst-libs/gst/riff/riff-read.c:
20049           fix typos
20050
20051 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20052
20053         * gst-libs/gst/riff/riff-media.c:
20054           generate caps for ATRAC3 audio streams
20055
20056         * gst/realmedia/rmdemux.c:
20057           generate caps for ATRAC3 audio streams
20058
20059 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20060
20061         * gst/wavparse/Makefile.am
20062         * gst/wavparse/riff.h
20063         * gst/wavparse/wavparse.vcproj
20064           riff.h removal (unused and duplication with riff-ids.h)
20065
20066 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20067
20068         * gst/wavparse/gstwavparse.h
20069           remove duplicated defines for audio codec codes
20070
20071         * gst-libs/gst/riff/riff-ids.h
20072         * gst/wavenc/riff.h:
20073           add "4CC" code for ATRAC3 audio streams
20074           add "4CC" code for ITU_G721_ADPCM (unused for now)
20075
20076 2004-10-06  Wim Taymans  <wim@fluendo.com>
20077
20078         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20079         Actually _do_ negotiation. Pass gdouble as arg instead
20080         of guint64 for the framerate.
20081
20082 2004-10-06  Wim Taymans  <wim@fluendo.com>
20083
20084         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20085         (find_compatibles), (close_pad_link), (try_to_link_1),
20086         (no_more_pads), (close_link), (type_found):
20087         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20088         * gst/playback/gstplaybin.c: (gen_video_element),
20089         (gen_audio_element):
20090         Set state on newly added element to READY so that negotiation
20091         can happen ASAP.
20092         Addes some more debug info.
20093         Do not try to plug pads with multiple caps structures or ANY
20094         because it is too dangerous since we do not do dynamic
20095         replugging.
20096
20097 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20098
20099         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20100
20101         * po/LINGUAS:
20102         * po/or.po:
20103           add Oriya translation
20104
20105 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20106
20107         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20108           Prevent overwrite of size member. Makes audio sound crappy.
20109
20110 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20111
20112         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20113         Add rmvb to the list of known RealMedia extensions
20114
20115 2004-10-05  Wim Taymans  <wim@fluendo.com>
20116
20117         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20118         (mngdec_openstream), (mngdec_closestream),
20119         (mngdec_handle_sink_event), (mngdec_readdata),
20120         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20121         (mngdec_getcanvasline), (mngdec_refresh),
20122         (gst_mngdec_change_state):
20123         Set the framerate correctly.
20124
20125 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20126
20127         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20128           There was something wrong with the index massaging.
20129
20130 2004-10-04  Wim Taymans  <wim@fluendo.com>
20131
20132         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20133         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20134         (gst_smokedec_chain):
20135         * ext/jpeg/gstsmokedec.h:
20136         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20137         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20138         * ext/jpeg/gstsmokeenc.h:
20139         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20140         (smokecodec_decode_new), (smokecodec_info_free),
20141         (smokecodec_set_quality), (smokecodec_get_quality),
20142         (smokecodec_set_threshold), (smokecodec_get_threshold),
20143         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20144         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20145         (smokecodec_encode), (smokecodec_parse_id),
20146         (smokecodec_parse_header), (smokecodec_decode):
20147         * ext/jpeg/smokecodec.h:
20148         * ext/jpeg/smokeformat.h:
20149         Updated smoke, new bitstream, allows embedding in ogg.
20150
20151 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20154           Fix seeking in some files. All this code is no longer needed (and
20155           actually breaks stuff) because we now synchronize the full index
20156           right when reading the header.
20157
20158 2004-10-04  Wim Taymans  <wim@fluendo.com>
20159
20160         * configure.ac:
20161         configure update for libmng.
20162
20163 2004-10-04  Wim Taymans  <wim@fluendo.com>
20164
20165         * ext/libmng/Makefile.am:
20166         * ext/libmng/gstmng.c: (plugin_init):
20167         * ext/libmng/gstmng.h:
20168         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20169         (gst_mngdec_base_init), (gst_mngdec_class_init),
20170         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20171         (gst_mngdec_loop), (gst_mngdec_get_property),
20172         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20173         (mngdec_closestream), (mngdec_handle_sink_event),
20174         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20175         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20176         (gst_mngdec_change_state):
20177         * ext/libmng/gstmngdec.h:
20178         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20179         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20180         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20181         (gst_mngenc_chain), (gst_mngenc_get_property),
20182         (gst_mngenc_set_property):
20183         * ext/libmng/gstmngenc.h:
20184         Added basic MNG decoder. Needs more work. The encoder does
20185         not work yet.
20186
20187 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20188
20189         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20190         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20191         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20192           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20193           no-more-pads.
20194
20195 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * configure.ac:
20198           you need at least 1.0.4 of speex
20199
20200 2004-10-04 Iain <iaingnome@gmail.com>
20201
20202         * ext/speex/gstspeexdec.h: Revert the includes changes.
20203
20204         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20205
20206 2004-09-30 Iain <iaingnome@gmail.com>
20207
20208         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20209         found during init or set as a property instead of hardcoding /dev/audio
20210
20211 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20214         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20215         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20216         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20217         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20218         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20219         (gst_rmdemux_dump_data):
20220           Use debug category, fix EOS handling. filesrc ! rmdemux now
20221           works.
20222
20223 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20224
20225         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20226         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20227         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20228           Improve allocation, cutting and sorting of the index. How takes a
20229           few seconds instead of minutes.
20230
20231 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20232
20233         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20234           fixed compilation
20235
20236 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * gst-libs/gst/riff/riff-media.c:
20239         (gst_riff_create_video_caps_with_data),
20240         (gst_riff_create_video_template_caps):
20241           Add wing commander format mimetype/fourccs.
20242         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20243           Don't crash if some value is 0.
20244
20245 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * gst-libs/gst/riff/riff-media.c:
20248         (gst_riff_create_video_caps_with_data),
20249         (gst_riff_create_video_template_caps):
20250           Add DIB fourcc (raw, palettized 8-bit RGB).
20251         * gst-libs/gst/riff/riff-read.c:
20252         (gst_riff_read_strf_vids_with_data):
20253           Oops, fix strf_data reading bug.
20254         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20255           Use a non-NULL tag.
20256         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20257           Time for hacks. Sorry Dave. At least one quicktime movie (a
20258           trailer) that I've encountered contains multiple video tracks.
20259           One of those is the actual video track, the other are one-frame
20260           tracks (images). Unfortunately, the number of frames according
20261           to the trak header is 1 for each, so that doesn't help. So
20262           instead, I look at the duration and discard tracks with a
20263           duration shorter than 20% of the length of the stream. Better
20264           than nothing.
20265
20266 2004-10-01  Christian Schaller <christian@fluendo.com>
20267
20268         * ext/ivorbis/vorbis.c:
20269           Patch from Phil Blundell (Bug 152341)
20270
20271 2004-10-01  Wim Taymans  <wim@fluendo.com>
20272
20273         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20274         (speex_dec_get_formats), (speex_dec_convert),
20275         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20276         (speex_dec_chain), (gst_speexdec_get_property),
20277         (gst_speexdec_set_property):
20278         Small cleanups.
20279
20280 2004-10-01  Wim Taymans  <wim@fluendo.com>
20281
20282         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20283         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20284         (gst_wavparse_other), (gst_wavparse_loop),
20285         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20286         (gst_wavparse_srcpad_event):
20287         * gst/wavparse/gstwavparse.h:
20288         Added some more debugging info.
20289         Fix the case where the length of the file is 0.
20290         Make sure we seek to sample borders.
20291
20292 2004-10-01  Wim Taymans  <wim@fluendo.com>
20293
20294         * gst/playback/README:
20295         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20296         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20297         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20298         Add some debug info to decodebin, update README
20299
20300 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20301
20302         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20303           Don't use g_print(); use GST_DEBUG().
20304
20305 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20306
20307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20308         (gst_ogg_mux_queue_pads):
20309           Handle EOS properly.
20310
20311 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20312
20313         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20316         (gst_faad_chain), (gst_faad_change_state):
20317         * ext/faad/gstfaad.h:
20318           Allow playback of raw (unframed) MPEG AAC files (#148993).
20319
20320 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20321
20322         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20323
20324         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20325           Throw error if we didn't recognize the stream. Fixes #152289.
20326
20327 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20330           Fix negotiation.
20331
20332 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20333
20334         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20335
20336         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20337           Fix memleak.
20338
20339 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20340
20341         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20342
20343         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20344           Solve #152805.
20345         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20346           Solve 152806.
20347
20348 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * gst-libs/gst/riff/riff-media.c:
20351         (gst_riff_create_video_caps_with_data),
20352         (gst_riff_create_audio_caps_with_data):
20353           Add codec_data handling (like asfdemux used to do).
20354         * gst/asfdemux/gstasf.c: (plugin_init):
20355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20356         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20357           Use riff-media for caps creation instead of our own (mostly
20358           broken) copy of its functions.
20359
20360 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20363           Don't actually error out if we get another return value than
20364           -EINVAL. Opposite to what I first thought, drivers have random
20365           return values for this, although -EINVAL is the expected return
20366           value. Since this is not fatal, we shouldn't use
20367           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20368
20369 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20370
20371         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20372         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20373         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20374         (dvdreadsrc_get), (dvdreadsrc_open_file),
20375         (dvdreadsrc_change_state):
20376           Fix. Don't do one big huge loop around the whole DVD, that will
20377           cache all data and thus eat sizeof(dvd) (several GB) before we
20378           see something.
20379         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20380           Actually NULL'ify event after using it.
20381         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20382         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20383         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20384         (gst_ebml_read_seek), (gst_ebml_read_skip):
20385           Handle events.
20386         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20387         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20388         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20389           Fix timing (this will probably break if I seek using menus, but
20390           I didn't get there yet). VOBs and normal DVDs should now work.
20391           Add a mpeg2-only pad with high rank so this get autoplugged for
20392           MPEG-2 movies.
20393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20394         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20395         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20396         (gst_mpeg_demux_get_audio_stream),
20397         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20398         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20399           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20400           MPEG-1 but use dvddemux for MPEG-2.
20401         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20402         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20403         (gst_mpeg_parse_parse_packhead):
20404           Timing. Only add pad template if it exists. Add sink template from
20405           class and not from ourselves. This means we will always use the
20406           correct sink template even if it is not the one defined in this
20407           file.
20408
20409 2004-09-29  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20412         (gst_mpeg_demux_parse_pes):
20413         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20414         Fix playback of mpeg again, timestamps where screwed up by
20415         patch 1.61.
20416
20417 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20418
20419         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20420           Only return true if we actually filled something in. Prevents
20421           player applications from showing a random length for flac files.
20422         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20423         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20424         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20425         (gst_riff_read_strf_vids_with_data),
20426         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20427           OK, ok, so I implemented event handling. Apparently it's normal
20428           that we receive random events at random points without asking
20429           for it.
20430         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20431         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20432         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20433         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20434         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20435         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20436         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20437         * gst/avi/gstavidemux.h:
20438           Implement non-lineair chunk handling and subchunk processing.
20439           The first solves playback of AVI files where the audio and video
20440           data of individual buffers that we read are not synchronized.
20441           This should not happen according to the wonderful AVI specs, but
20442           of course it does happen in reality. It is also a prerequisite for
20443           the second. Subchunk processing allows us to cut chunks in small
20444           pieces and process each of these pieces separately. This is
20445           required because I've seen several AVI files with incredibly large
20446           audio chunks, even some files with only one audio chunk for the
20447           whole file. This allows for proper playback including seeking.
20448           This patch is supposed to fix all AVI A/V sync issues.
20449         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20450         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20451           Work.
20452         * gst/modplug/gstmodplug.cc:
20453           Proper return value setting for the query() function.
20454         * gst/playback/gstplaybasebin.c: (setup_source):
20455           Being in non-playing state (after, e.g., EOS) is not necessarily
20456           a bad thing. Allow for that. This fixes playback of short files.
20457           They don't actually playback fully now, because the clock already
20458           runs. This means that small files (<500kB) with a small length
20459           (<2sec) will still not or barely play. Other files, such as mod
20460           or flx, will work correctly, however.
20461
20462 2004-09-28  Wim Taymans  <wim@fluendo.com>
20463
20464         * ext/speex/gstspeex.c: (plugin_init):
20465         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20466         (gst_speex_dec_class_init), (speex_dec_get_formats),
20467         (speex_get_event_masks), (speex_get_query_types),
20468         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20469         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20470         (gst_speexdec_get_property), (gst_speexdec_set_property),
20471         (speex_dec_change_state):
20472         * ext/speex/gstspeexdec.h:
20473         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20474         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20475         (gst_speexenc_base_init), (gst_speexenc_class_init),
20476         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20477         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20478         (gst_speexenc_src_query), (gst_speexenc_init),
20479         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20480         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20481         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20482         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20483         (gst_speexenc_chain), (gst_speexenc_get_property),
20484         (gst_speexenc_set_property), (gst_speexenc_change_state):
20485         * ext/speex/gstspeexenc.h:
20486         Rewrote speex encoder, make sure it can be embedded in ogg.
20487         Implemented speex decoder.
20488
20489 2004-09-28  Christian Schaller <christian@fluendo.com>
20490
20491         * configure.ac:
20492         Remove kioslave plugin. Markey is brewing a new working one
20493         * ext/Makefile.am: Remove kioslave plugin
20494         * ext/kio: remove
20495         * gst-plugins.spec.in: remove kio plugin from spec
20496
20497 2004-09-27  Wim Taymans  <wim@fluendo.com>
20498
20499         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20500         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20501         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20502         (gst_multifdsink_new_client),
20503         (gst_multifdsink_handle_client_write),
20504         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20505         (gst_multifdsink_handle_clients):
20506         * gst/tcp/gstmultifdsink.h:
20507         Make syncing to keyframes actually work for new clients and lagging
20508         clients.
20509
20510 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20511
20512         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20513         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20514         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20515         * gst/debug/gstnavigationtest.h:
20516           make navigationtest display button-press and button-release events
20517
20518 2004-09-26 Iain <iaingnome@gmail.com>
20519
20520         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20521         the channels have received a new media event.
20522         (interleave_buffered_loop): Compresses a new media event on all
20523         channels into one.
20524
20525 2004-09-26 Iain <iaingnome@gmail.com>
20526
20527         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20528         call the sinkpad's default event handler and not the srcpads. He also
20529         says this is confusing :)
20530         (gst_wavenc_stop_file): Company says that seek events only go upstream
20531         we should send a discontinuous downstream instead.
20532
20533 2004-09-25  Christian Schaller <christian@fluendo.com>
20534
20535         * Update SPEC file to be usable in conjunction with Fedora Core,
20536           Fedora.us and freshrpms packages
20537         * Fix typo in multifilesrc test Makefile
20538
20539 2004-09-24  Wim Taymans  <wim@fluendo.com>
20540
20541         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20542         Only signal the no_more_pads signal when we have
20543         added the stream to our list.
20544
20545 2004-09-24  Wim Taymans  <wim@fluendo.com>
20546
20547         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20548         (new_decoded_pad):
20549         * gst/playback/gstplaybasebin.h:
20550         * gst/playback/gstplaybin.c: (setup_sinks):
20551         Don't try to preroll or decode more than one audio/video
20552         track.
20553
20554 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20555
20556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20557           Throw error if we failed to find a suitable output. This should
20558           throw an error if we successfully set up a pipeline (e.g. because
20559           we recognized a media file) but found no decodable streams in it
20560           (e.g. because it contains only media stream types for which we
20561           have no decoders, or because it's not a media type).
20562
20563 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * ext/dirac/Makefile.am:
20566         * ext/dirac/gstdirac.cc:
20567         * ext/dirac/gstdiracdec.cc:
20568         * ext/dirac/gstdiracdec.h:
20569           Do something. Don't actually know if this works because I don't
20570           have a demuxer yet.
20571         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20572           Add channels=1 to caps returned from _getcaps().
20573         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20574         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20575         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20576         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20577         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20578         (gst_ogm_parse_change_state):
20579           Separate between audio/video so ogmaudioparse actually uses the
20580           audio pad templates. Both audio and video work now, including
20581           autoplugging. Also use sometimes-srcpad hack.
20582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20583           Handle events better. Don't hang on infinite loops.
20584         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20585         (gst_avi_demux_init), (gst_avi_demux_reset),
20586         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20587         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20588         (gst_avi_demux_change_state):
20589         * gst/avi/gstavidemux.h:
20590           Improve A/V sync. Still not perfect.
20591         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20592         (gst_ebml_read_skip):
20593           Handle events better.
20594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20595         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20596         (qtdemux_audio_caps):
20597           Add IMA4. Improve event handling. Save offset after a seek when
20598           the headers are at the end of the file so that we don't end up in
20599           an infinite loop.
20600         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20601           Add low-priority typefind support for files with no length.
20602
20603 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20604
20605         * testsuite/multifilesink/Makefile.am:
20606         fix typo
20607
20608 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20609
20610         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20612         mistakes from thaytan's patches.
20613
20614 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20615
20616         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20617           For completeness, XSync in the destroy function as xvimage does.
20618
20619 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20620
20621         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20622            Correct caps negotiation
20623         * gst/volume/gstvolume.c: (volume_chain_float),
20624         (volume_chain_int16):
20625            Modify debug output to be little more informative
20626         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20628         (gst_xvimagesink_xvimage_destroy):
20629           Add XSync calls after detaching from the shared memory segment to
20630           avoid a crash.
20631
20632 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20633
20634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20635         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20636         * ext/vorbis/vorbis.c: (plugin_init):
20637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20638         (gst_vorbisenc_chain):
20639         * ext/vorbis/vorbisenc.h:
20640         remove explicit newmedia support from oggmux and vorbisenc
20641         add debug category to vorbisenc
20642         * gst/multifilesink/gstmultifilesink.c:
20643         (gst_multifilesink_class_init), (gst_multifilesink_init),
20644         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20645         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20646         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20647         (plugin_init):
20648         * gst/multifilesink/gstmultifilesink.h:
20649         add support for streamheader in multifilesink
20650
20651 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20652
20653         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20654         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20655         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20656           Prevent infinite loops. More correct error reporting.
20657         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20658           Error out if negotiation fails.
20659         * gst/playback/gstplaybasebin.c: (setup_source),
20660         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20661         (gst_play_base_bin_found_tag):
20662           Error/tag forwarding. Pre-roll fixes for source errors on state
20663           changes (e.g. "file does not exist") to prevent hangs.
20664
20665 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20666
20667         * testsuite/multifilesink/Makefile.am:
20668         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20669         (gst_newmedia_class_init), (gst_newmedia_init),
20670         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20671         (newfile_signal), (test_signal), (main):
20672         * testsuite/multifilesink/multifilesrc_test.c: (main):
20673         * testsuite/multifilesink/oggtheora_test.c:
20674         (gst_newmedia_base_init), (gst_newmedia_class_init),
20675         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20676         (test_format), (newfile_signal), (test_signal), (main):
20677         * testsuite/multifilesink/oggvorbis_test.c:
20678         (gst_newmedia_base_init), (gst_newmedia_class_init),
20679         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20680         (test_format), (newfile_signal), (test_signal), (main):
20681         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20682         (gst_newmedia_class_init), (gst_newmedia_init),
20683         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20684         (newfile_signal), (test_signal), (main):
20685         New media tests
20686
20687 2004-09-20  Christian Schaller <christian@fluendo.com>
20688
20689         * Fix mikmod license to LGPL as they have relicensed
20690         * Move Dirac and Effectv into LGPL section of README_license
20691
20692 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20693
20694         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20695         (gst_mad_change_state):
20696           Allow for mp3 rate/channels changes. However, only very
20697           conservatively. Reason that we *have* to enable this is smiply
20698           because the mad find_sync() function is not good enough, it will
20699           regularly sync on random data as valid frames and therefore make
20700           us provide random caps as *final* caps of the stream. The best fix
20701           I could think of is to simply require several of the same stream
20702           changes in a row before we change caps.
20703           The actual testcase that works now is #
20704         * ext/ogg/Makefile.am:
20705         * ext/ogg/gstogg.c: (plugin_init):
20706         * ext/ogg/gstogmparse.c:
20707           OGM support (video only for now; I need an audio sample file).
20708         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20709         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20710         (gst_asf_demux_add_video_stream):
20711           WMV extradata.
20712         * gst/playback/gstplaybasebin.c: (unknown_type):
20713           Don't error out on single unknown-types after all. It's wrong.
20714           If we found type of video and audio but not of a subtitle stream,
20715           it will still error out (which is unwanted). Will find a better fix
20716           later on.
20717         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20718         (ogmaudio_type_find), (plugin_init):
20719           OGM support.
20720
20721 2004-09-20  Johan Dahlin  <johan@gnome.org>
20722
20723         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20724         after setting caps.
20725
20726 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20727
20728         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20729         * gst/wavenc/gstwavenc.h:
20730         Added newmedia support to wavenc
20731
20732 2004-09-17  Wim Taymans  <wim@fluendo.com>
20733
20734         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20735         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20736         (gst_fdset_fd_can_write), (gst_fdset_wait):
20737         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20738         (gst_multifdsink_init), (gst_multifdsink_add),
20739         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20740         (gst_multifdsink_remove_client_link),
20741         (gst_multifdsink_client_queue_buffer),
20742         (gst_multifdsink_handle_client_write),
20743         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20744         (gst_multifdsink_close), (gst_multifdsink_change_state):
20745         * gst/tcp/gstmultifdsink.h:
20746         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20747         (gst_tcpserversink_removed):
20748         Small cleanups in fdset.c
20749         Use a hastable to map fd to the client structure for faster
20750         lookup in _remove and get_stats.
20751         Added virtual function to close the fds.
20752         Handle clients even when the select/poll call was unblocked because
20753         of a command.
20754         Implement syncing to keyframe in the recovery procedure.
20755
20756 2004-09-16 Iain <iaingnome@gmail.com>
20757
20758         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20759         try caps.
20760
20761 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20764           Caps are only set if the type of the stream is unknown, but this
20765           is initialized in ->init_stream(), so set to UNKNOWN after calling
20766           ->init_stream() so that capsnego starts.
20767
20768 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20769
20770         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20771         (gst_avi_demux_stream_data):
20772           Just hardcode for raw audio then. AVI audio sucks.
20773
20774 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20775
20776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20777         * gst/matroska/matroska-mux.c: (audiosink_templ),
20778         (gst_matroska_mux_audio_pad_link):
20779         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20780         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20781
20782 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20783
20784         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20785         (gst_avi_demux_stream_data):
20786           Try to fix a/v sync issues.
20787
20788 2004-09-15  David Schleef  <ds@schleef.org>
20789
20790         * configure.ac: remove NASM check, since we don't use it.  Update
20791         dirac check to 0.4
20792         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20794         Initialized variables.
20795         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20796         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20797         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20798         SVQ3 format
20799
20800 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20803         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20804         * gst/avi/gstavidemux.h:
20805           Fix for compressed audio (mp3) timestamp generation. How did this
20806           ever work?
20807
20808 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20811           Volume is a double not a float.
20812
20813 2004-09-15  Wim Taymans  <wim@fluendo.com>
20814
20815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20816         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20817         Don't close the fd in multifdsink as we didn't open it in the
20818         first place. Some cleanups.
20819
20820 2004-09-15  Wim Taymans  <wim@fluendo.com>
20821
20822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20824         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20825         Fix the case where the muxer would mark pages as delta
20826         frames when they are not (vorbis only ogg).
20827
20828 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20831         (gst_play_base_bin_change_state):
20832           Handle the case where we failed to setup a clear pipeline. This
20833           will throw an error (or EOS, another nice case) and if you don't
20834           catch that, the app will wait for the signal forever (and thus
20835           hang).
20836
20837 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20838
20839         * ext/gnomevfs/gstgnomevfssink.c:
20840         (gst_gnomevfssink_uri_get_protocols):
20841         * ext/gnomevfs/gstgnomevfssrc.c:
20842         (gst_gnomevfssrc_uri_get_protocols):
20843         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20844         * ext/gnomevfs/gstgnomevfsuri.h:
20845           Use _uri_new() instead of _open(), so it doesn't take as long and
20846           Christophe's computer won't hang.
20847         * gst/playback/gstplaybasebin.c: (unknown_type):
20848           Throw error on unknown media type, so apps actually display it.
20849
20850 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20851
20852         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20853           this script to work on Solaris since bash shell handles echo
20854           differenly than bash.
20855
20856 2004-09-17  Wim Taymans  <wim@fluendo.com>
20857
20858         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20859         (setup_source), (gst_play_base_bin_set_property),
20860         (gst_play_base_bin_add_element):
20861         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20862         Some more work on making sure seeking pauses the pipeline and
20863         that changing the uri actually does something.
20864
20865 2004-09-17  Wim Taymans  <wim@fluendo.com>
20866
20867         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20869         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20870         (gst_tcpserversink_close):
20871         Be a bit more paranoid when freeing memory.
20872
20873 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20874
20875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20876         (qtdemux_parse_trak):
20877           Don't crash by dividing by zero (see sample movie in #126922).
20878
20879 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20882           Don't touch non-existing data (fixes crash on file in #140147).
20883
20884 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20885
20886         * gst/playback/gstplaybasebin.c:
20887         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20888           Handle double disposals, and proper change of URIs.
20889
20890 2004-09-13  Martin Eikermann <meiker@upb.de>
20891
20892         * gst/mpegstream/gstmpegparse.c:
20893           fix synchronistation for streams recorded from digital PCR
20894           fixes bug #119376
20895
20896 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * ext/gnomevfs/Makefile.am:
20899         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20900         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20901         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20902         (gst_gnomevfssink_uri_get_type),
20903         (gst_gnomevfssink_uri_get_protocols),
20904         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20905         (gst_gnomevfssink_uri_handler_init),
20906         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20907         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20909         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20910         (gst_gnomevfssrc_uri_get_type),
20911         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20912         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20913         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20914         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20915         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20916         * ext/gnomevfs/gstgnomevfsuri.h:
20917           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20918           of fake URIs to see which this version of Gnome-VFS likes, and
20919           uses that for the Gst-URI interface. Makes playbin support http://
20920           streams. Also fix up some stupid behaviour in gnomevfssrc.
20921
20922 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20925         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20926         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20927         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20928           Update mixer (to sync with other sessions) if we try to obtain
20929           a new value. This makes alsamixer work accross applications.
20930         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20931           Only call sync functions if we're running, else alsalib asserts.
20932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20933           Sometimes fails to compile. Possibly a gcc bug.
20934         * gst/playback/gstplaybin.c: (gen_video_element),
20935         (gen_audio_element):
20936           Add a reference to an application-provided object, because we lose
20937           this same reference if we add it to the bin. If we don't do this,
20938           we can only use this object once and thus crash if we go from
20939           ready to playing, back to ready and back to playing again.
20940           Also add an audioscale element because several cheap soundcards -
20941           like mine - don't support all samplerates.
20942         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20943         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20944           Fix wrong order or PAR calls. Makes automatically obtained PAR
20945           from the X server atually being used.
20946
20947 2004-09-12  David Schleef  <ds@schleef.org>
20948
20949         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20950         #151887, #152102, #152247.
20951         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20952         * examples/seeking/cdparanoia.c: same
20953         * examples/seeking/cdplayer.c: same
20954         * examples/seeking/seek.c: same
20955         * examples/seeking/spider_seek.c: same
20956         * examples/seeking/vorbisfile.c: same
20957         * examples/stats/mp2ogg.c: same
20958         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20959         (gst_esdsink_dispose): Dispose of element properly.
20960         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20961         fixes.
20962         * ext/nas/nassink.c: (gst_nassink_class_init),
20963         (gst_nassink_dispose): Dispose of element correctly.
20964         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20965         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20966         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20967         Fix 64-bit warning.
20968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20969         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20970         Fix 64-bit warning.
20971
20972 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20973
20974         * configure.ac : change speex detection as 1.1.6 now uses
20975           .pc/pkg-config and they changed their headers location.
20976
20977 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20978
20979         * gst/matroska/matroska-mux.h:
20980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20981         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20982         (gst_matroska_mux_write_data):
20983           Write multiple blocks/frames per cluster.
20984                 Write meta-seek information (seek heads).
20985
20986 2004-09-09  Scott Wheeler <wheeler@kde.org>
20987
20988         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20989         (gst_play_bin_set_property), (gst_play_bin_get_property),
20990         (gen_audio_element), (gen_audio_element):
20991           Add a volume element / property to the pipeline.
20992
20993 2004-09-07  Wim Taymans  <wim@fluendo.com>
20994
20995         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20996         Copy timestamps from the master pad to the output buffers.
20997
20998 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20999
21000         * ext/raw1394/gstdv1394src.c:
21001           throw errors when applicable
21002
21003 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21004
21005         * gst/matroska/ebml-ids.h:
21006         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21007         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21009           automatically convert unix time <-> ebml time when reading/writing
21010           a date, use gst_ebml_write_uint to write CUETIME,
21011           not gst_ebml_write_date.
21012         * gst/matroska/matroska-ids.h:
21013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21014         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21015         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21016         (gst_matroska_mux_write_data):
21017           Write track and segment UIDs, write muxing date, write
21018           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21019           Create cues for audio only files.
21020
21021 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21024         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21025           Re-commit ALSA switches.
21026         * gst/adder/gstadder.c: (gst_adder_loop):
21027           64-bit fix (#151416).
21028         * gst/debug/progressreport.c: (gst_progressreport_report):
21029           64-bit fix (#151419).
21030         * gst/matroska/matroska-demux.c:
21031         (gst_matroska_demux_parse_contents):
21032           64-bit fix (#151420).
21033         * gst/playback/test3.c: (update_scale):
21034           64-bit fix (#151421).
21035
21036 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21037
21038         * configure.ac:
21039           bump nano to cvs
21040
21041 === release 0.8.4 ===
21042
21043 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21044
21045         * configure.ac: releasing 0.8.4, "Alias"
21046
21047 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21048
21049         * ext/theora/Makefile.am:
21050           fix makefile.  Fixes #151462.
21051
21052 2004-08-30  Wim Taymans  <wim@fluendo.com>
21053
21054         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21055         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21056         (gst_multifdsink_remove_client_link),
21057         (gst_multifdsink_client_queue_buffer),
21058         (gst_multifdsink_handle_client_write):
21059         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21060         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21061         Fix some memory leaks.
21062
21063 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21064
21065         Patch by: David Schleef
21066
21067         * configure.ac:
21068         * sys/Makefile.am:
21069           rename our detection macro for V4L2.  Fixes #151236.
21070
21071 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21072
21073         Patch by: David Schleef
21074
21075         * configure.ac:
21076           check to define LAMEPRESET.  Fixes #151232.
21077
21078 2004-08-27  David Schleef  <ds@schleef.org>
21079
21080         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21081         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21082         (gst_glimagesink_fixate):  Move local variable declarations to
21083         make gcc-2.95 happy.
21084
21085 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21086
21087         * configure.ac:
21088           bump nano for prerelease
21089
21090 2004-08-27  David Schleef  <ds@schleef.org>
21091
21092         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21093         * sys/sunaudio/gstsunaudiosrc.c:
21094         * sys/sunaudio/gstsunaudiosrc.h:
21095
21096 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21097
21098         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21099         handle EOS correctly
21100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21101         * gst/matroska/matroska-mux.h:
21102         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21103         VFW compatibility mode
21104
21105 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         patch by: Zaheer Abbas Merali
21108
21109         * ext/ogg/gstoggmux.c:
21110         * ext/vorbis/vorbisenc.c:
21111         * ext/vorbis/vorbisenc.h:
21112           handle NEWMEDIA
21113
21114 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21115
21116         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21117         fix byte order reversion on little endian machines.
21118         * gst/matroska/matroska-mux.c: (audiosink_templ),
21119         (gst_matroska_mux_audio_pad_link):
21120         add TTA codec to the list of supported codecs.
21121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21122         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21123         (gst_matroska_mux_write_data):
21124         * gst/matroska/matroska-mux.h:
21125         write segment duration correctly, write muxing app string, fixes bugs
21126         #140897 and #140898.
21127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21128         wait for all pads to be negotiated before starting to mux.
21129
21130 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21131
21132         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21133         * ext/lame/gstlame.h:
21134         Added new media support to lame
21135
21136 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21137
21138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21139         send vorbis headers at the beginning of a stream, fixes bug #141554.
21140         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21141         bug #148950.
21142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21143         (gst_matroska_demux_plugin_init):
21144         * gst/matroska/matroska-ids.h:
21145         enable demuxing of TTA audio streams, fixes bug #148951.
21146         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21147         enable typefinding for TTA audio files, fixes bug #148711.
21148         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21149         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21150         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21151
21152 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21153
21154         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21155         (gst_riff_read_element_data), (gst_riff_read_seek),
21156         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21157         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21158         <teuf@gnome.org>
21159
21160 2004-08-23 Iain <iaingnome@gmail.com>
21161
21162         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21163         tags. They appear to be handled differently to normal.
21164         (tag_list_to_id3_tag_foreach): Ditto.
21165
21166 2004-08-22  Wim Taymans  <wim@fluendo.com>
21167
21168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21169         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21170         Make sure we never send -1 granulepos.
21171
21172 2004-08-20  Wim Taymans  <wim@fluendo.com>
21173
21174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21175         (gst_ogg_mux_loop):
21176         I will accept bitchslappings with non sharp objects.
21177
21178 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21179
21180         * configure.ac:
21181         Clean up the test for lame presets
21182
21183 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21184
21185         * configure.ac:
21186         * ext/lame/Makefile.am:
21187         * ext/lame/gstlame.c: (gst_lame_class_init),
21188         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21189         Only enable lame presets if version of lame has presets in API
21190
21191 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21192         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21193         * gst/udp/gstudpsrc.h:
21194           Don't call gst_pad_push in a get function. Fixes #150449
21195
21196 2004-08-18  Wim Taymans  <wim@fluendo.com>
21197
21198         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21199         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21200         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21201         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21202         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21203         (gst_fdset_wait):
21204         * gst/tcp/gstfdset.h:
21205         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21206         (gst_multifdsink_client_queue_buffer),
21207         (gst_multifdsink_handle_client_write):
21208         * gst/tcp/gstmultifdsink.h:
21209         Some extra checks in gstfdset.
21210         Only use send() when the fd is a socket. Don't try to
21211         read from write only fds.
21212
21213 2004-08-18  Wim Taymans  <wim@fluendo.com>
21214
21215         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21216         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21217         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21218         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21219         (gst_fdset_wait):
21220         Add more locking and bounds checking.
21221
21222 2004-08-18  Wim Taymans  <wim@fluendo.com>
21223
21224         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21225         Realloc test fdset in the lock and right before starting
21226         the poll call. Bump the limit to 4096.
21227
21228 2004-08-17  David Schleef  <ds@schleef.org>
21229
21230         * sys/sunaudio/Makefile.am:
21231         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21232         of rates and channels.  Make debugging less obnoxious.
21233
21234         Patch from Balamurali Viswanathan implementing a mixer for
21235         Sun audio.  (bug #144091):
21236         * sys/sunaudio/gstsunelement.c:
21237         * sys/sunaudio/gstsunelement.h:
21238         * sys/sunaudio/gstsunmixer.c:
21239         * sys/sunaudio/gstsunmixer.h:
21240
21241 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21242
21243         * gst/audioscale/gstaudioscale.c:
21244         * gst/audioscale/gstaudioscale.h:
21245         made audioscale resample from any sample rate to any sample rate
21246
21247 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21248
21249         * ext/libpng/gstpngdec.c:
21250           error out on unsupported types
21251
21252 2004-08-17  Iain <iaingnome@gmail.com>
21253
21254         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21255         mid_side and loose_mid_side properties if its a stereo stream.
21256
21257 2004-08-17  Wim Taymans  <wim@fluendo.com>
21258
21259         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21260         (theora_get_formats), (theora_dec_src_convert),
21261         (theora_dec_sink_convert), (theora_dec_src_query),
21262         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21263         Add a debug line.
21264
21265 2004-08-17  Wim Taymans  <wim@fluendo.com>
21266
21267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21268         (gst_ogg_pad_push):
21269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21270         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21271         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21272         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21273         Mark delta units in the muxer.
21274         Try to decode the packet after an out-of-sync error from
21275         libogg.
21276
21277 2004-08-17  Wim Taymans  <wim@fluendo.com>
21278
21279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21280         (gst_multifdsink_init), (gst_multifdsink_add),
21281         (gst_multifdsink_client_queue_buffer),
21282         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21283         * gst/tcp/gstmultifdsink.h:
21284         Added option to send a keyframe to clients as the first buffer.
21285         Make timeout property writable.
21286
21287 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21288
21289         patch by: Wim Taymans
21290
21291         * gst/tcp/gstfdset.c:
21292         * gst/tcp/gstmultifdsink.c:
21293           fix index comparison, should include 0
21294
21295 2004-08-16  Wim Taymans  <wim@fluendo.com>
21296
21297         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21298         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21299         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21300         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21301         (gst_fdset_wait):
21302           copy when reallocing for poll so the select arguments don't get
21303           changed during the call
21304
21305 2004-08-16  Wim Taymans  <wim@fluendo.com>
21306
21307         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21308         (gst_theora_enc_class_init), (theora_enc_sink_link),
21309         (theora_buffer_from_packet), (theora_enc_chain):
21310         Fix bug where buffers were not marked as keyframes
21311         correctly.
21312
21313 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21314
21315         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21316         (gst_lame_preset_get_type), (gst_lame_class_init):
21317         describe the enum values for vbr mode and presets more verbosely
21318
21319 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21320
21321         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21322         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21323         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21324         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21325         * ext/lame/gstlame.h:
21326         add preset property to lame so it can use lame presets
21327
21328 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21329
21330         * ext/lame/gstlame.c: (gst_lame_get_property):
21331         whoops forgot break, thanks teuf
21332
21333 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21334
21335         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21336         (gst_lame_class_init), (gst_lame_src_getcaps),
21337         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21338         (gst_lame_get_property), (gst_lame_setup):
21339         * ext/lame/gstlame.h:
21340         fix lame's broken vbr stuff, allow it to resample if need be, and also
21341         make xing header optional
21342
21343 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21344
21345         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21346         added getcaps function so samplerate doesnt get fixated to silly values
21347
21348 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21349
21350         * ext/lame/gstlame.c: (gst_lame_src_link):
21351         revert previous fix
21352
21353 2004-08-12  Johan Dahlin  <johan@gnome.org>
21354
21355         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21356         checks. Doesn't matter what state we are in. Interfaces are a
21357         compile time thing, not runtime. It also broke the python bindings.
21358
21359 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21360
21361         * ext/lame/gstlame.c: (gst_lame_src_link):
21362         made source pad link function check if sinkpad is ok..fixes the problem
21363         where core fixates the output rate of lame stupidly
21364
21365 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21366
21367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21368         * sys/v4l/v4l_calls.c:
21369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21370           fix fixate function to handle nonsimple caps.
21371           remove bogus check in _link
21372           cleanups
21373
21374 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21375
21376         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21377         set default compression ratio parameter to 0.0 so bitrate parameter
21378         works :)
21379
21380 2004-08-11  David Schleef  <ds@schleef.org>
21381
21382         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21383
21384 2004-08-11  David Schleef  <ds@schleef.org>
21385
21386         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21387         before.
21388
21389 2004-08-11  David Schleef  <ds@schleef.org>
21390
21391         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21392
21393 2004-08-11  David Schleef  <ds@schleef.org>
21394
21395         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21396           license field
21397         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21398         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21399           LGPL.
21400         * gst/auparse/gstauparse.c: Fix plugin license field.
21401         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21402         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21403         * gst/rtp/gstrtp.c: Fix plugin license field.
21404
21405 2004-08-11  Wim Taymans  <wim@fluendo.com>
21406
21407         * gst/tcp/Makefile.am:
21408         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21409         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21410         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21411         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21412         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21413         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21414         (gst_fdset_fd_can_write), (gst_fdset_wait):
21415         * gst/tcp/gstfdset.h:
21416         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21417         (gst_multifdsink_class_init), (gst_multifdsink_init),
21418         (gst_multifdsink_add), (gst_multifdsink_remove),
21419         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21420         (gst_multifdsink_remove_client_link),
21421         (gst_multifdsink_handle_client_read),
21422         (gst_multifdsink_client_queue_data),
21423         (gst_multifdsink_client_queue_caps),
21424         (gst_multifdsink_client_queue_buffer),
21425         (gst_multifdsink_handle_client_write),
21426         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21427         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21428         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21429         (gst_multifdsink_close):
21430         * gst/tcp/gstmultifdsink.h:
21431         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21432         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21433         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21434         (gst_tcpserversink_close):
21435         * gst/tcp/gsttcpserversink.h:
21436         Abstracted away the select call, implemented poll (yes we ran into
21437         the 1024 limit in production).
21438
21439 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * gst/tcp/gsttcp.c:
21442         * gst/tcp/gsttcpplugin.c:
21443           improve debuggging, remove assert
21444
21445 2004-08-10  Wim Taymans  <wim@fluendo.com>
21446
21447         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21448         (gst_client_status_get_type), (gst_multifdsink_class_init),
21449         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21450         (gst_multifdsink_handle_client_read),
21451         (gst_multifdsink_handle_client_write),
21452         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21453         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21454         (gst_multifdsink_get_property):
21455         * gst/tcp/gstmultifdsink.h:
21456         * gst/tcp/gsttcp-marshal.list:
21457         Starting to prepare for specifying buffer time in other units
21458         than buffers. Expose remove reason in signal.
21459
21460 2004-08-10  Wim Taymans  <wim@fluendo.com>
21461
21462         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21463         (gst_multifdsink_remove), (gst_multifdsink_clear),
21464         (gst_multifdsink_remove_client_link),
21465         (gst_multifdsink_handle_client_read),
21466         (gst_multifdsink_client_queue_data),
21467         (gst_multifdsink_client_queue_buffer),
21468         (gst_multifdsink_handle_client_write),
21469         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21470         (gst_multifdsink_chain), (gst_multifdsink_close):
21471         * gst/tcp/gstmultifdsink.h:
21472         Added more debugging info. Changed the way clients are
21473         removed from the lists. Fixed a bug where a bad file descriptor
21474         could cause many clients to be removed.
21475
21476 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21477
21478         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21479           allow all pixel-aspect-ratios, not just 1:1
21480
21481 2004-08-09  David Schleef  <ds@schleef.org>
21482
21483         * sys/glsink/ARB_multitexture.h:  Remove old files.
21484         * sys/glsink/EXT_paletted_texture.h:
21485         * sys/glsink/NV_register_combiners.h:
21486         * sys/glsink/gstgl_nvimage.c:
21487         * sys/glsink/gstgl_pdrimage.c:
21488         * sys/glsink/gstgl_rgbimage.c:
21489         * sys/glsink/gstglsink.c:
21490         * sys/glsink/gstglsink.h:
21491         * sys/glsink/gstglxwindow.c:
21492         * sys/glsink/regcomb_yuvrgb.c:
21493
21494 2004-08-09  David Schleef  <ds@schleef.org>
21495
21496         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21497         GL sink plugin.  (Bug #147302)
21498
21499         * configure.ac: Test for OpenGL
21500         * sys/Makefile.am: Use test for OpenGL
21501         * sys/glsink/Makefile.am:
21502         * sys/glsink/glimagesink.c: rewrite
21503         * sys/glsink/glimagesink.h: rewrite
21504
21505 2004-08-09  David Schleef  <ds@schleef.org>
21506
21507         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21508         sane framerates.
21509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21511         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21512
21513 2004-08-09  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21516         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21517         (gst_multifdsink_client_remove),
21518         (gst_multifdsink_handle_client_read),
21519         (gst_multifdsink_handle_client_write),
21520         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21521         Do a bit more logging, make the client_read code more robust.
21522
21523 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21524
21525         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21526         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21527         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21528         (gst_jpegdec_init), (gst_jpegdec_chain):
21529         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21530         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21531           cleanups, debugging fixes and memleak plugging
21532
21533 2004-08-09  Wim Taymans  <wim@fluendo.com>
21534
21535         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21536         (theora_get_formats), (theora_dec_src_convert),
21537         (theora_dec_sink_convert), (theora_dec_src_query),
21538         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21539         (theora_dec_change_state):
21540         Don't crash on missing header packets.
21541
21542 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21543
21544         * po/LINGUAS:
21545         * po/sq.po:
21546           Added Albanian translation (Laurent Dhima)
21547         * po/cs.po:
21548           updated
21549
21550 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         * ext/lame/gstlame.c:
21553           fix/add debugging
21554
21555 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21556
21557         * sys/ximage/ximagesink.c:
21558         * sys/xvimage/xvimagesink.c:
21559           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21560
21561 2004-08-06  Wim Taymans  <wim@fluendo.com>
21562
21563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21564         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21565         (gst_multifdsink_client_remove),
21566         (gst_multifdsink_handle_client_read),
21567         (gst_multifdsink_handle_client_write),
21568         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21569         Make sure we don't try to read more from a client that what
21570         ioctl says us or we deadlock.
21571
21572 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21573
21574         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21575         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21576         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21577           decouple running_time and n_frames so it can handle changing
21578           framerate while running
21579
21580 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21581
21582         * po/nl.po:
21583         * po/sv.po:
21584           updated translations
21585
21586 2004-08-04  Benjamin Otte  <otte@gnome.org>
21587
21588         * gst/videotestsrc/gstvideotestsrc.c:
21589         (gst_videotestsrc_get_capslist), (generate_capslist),
21590         (plugin_init):
21591           generate the list of supported caps at startup and reuse it instead
21592           of always generating it
21593
21594 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21595
21596         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21597           whoops, last checkin broke normal build
21598
21599 2004-08-03  Benjamin Otte  <otte@gnome.org>
21600
21601         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21602         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21603         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21604         (gst_alsa_mixer_get_option):
21605         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21606         (dvdnavsrc_print_event):
21607         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21609         (gst_ogg_mux_pad_unlink):
21610         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21611         (gst_multipart_mux_pad_unlink):
21612         * gst/videofilter/gstvideobalance.c:
21613         (gst_videobalance_colorbalance_set_value):
21614         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21615         (gst_videomixer_pad_unlink):
21616         * po/uk.po:
21617         * sys/oss/gstossmixer.c:
21618         * sys/v4l/gstv4lcolorbalance.c:
21619         * sys/v4l/gstv4ltuner.c:
21620         * sys/v4l/v4lsrc_calls.c:
21621         * sys/v4l2/gstv4l2colorbalance.c:
21622         * sys/v4l2/gstv4l2tuner.c:
21623           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21624
21625 2004-08-03  Benjamin Otte  <otte@gnome.org>
21626
21627         * examples/dynparams/filter.c: (ui_control_create):
21628         * examples/gstplay/player.c: (print_tag):
21629         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21630         * ext/gdk_pixbuf/gstgdkanimation.c:
21631         (gst_gdk_animation_iter_may_advance):
21632         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21633         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21634         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21635         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21637         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21638         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21639         * gst/sine/demo-dparams.c: (main):
21640         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21641         * testsuite/alsa/formats.c: (create_pipeline):
21642         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21643           fixes for G_DISABLE_ASSERT and friends
21644         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21645         (mp3_type_frame_length_from_header), (mp3_type_find),
21646         (plugin_init):
21647           require mp3 typefinding to have at least MIN_HEADERS valid headers
21648           add typefinding for AAC adts files
21649
21650 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21651
21652         * sys/ximage/ximagesink.c:
21653         (gst_ximagesink_calculate_pixel_aspect_ratio):
21654         * sys/xvimage/xvimagesink.c:
21655         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21656         Make sure we calculate pixel-aspect-ratio using floating point maths
21657
21658 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21659
21660         * po/uk.po:
21661           updated translation
21662
21663 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21664
21665         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21667           add debugging for display PAR calculation
21668
21669 2004-08-02  David Schleef  <ds@schleef.org>
21670
21671         * configure.ac: Fix mikmod CFLAGS.
21672
21673 2004-07-27  Benjamin Otte  <otte@gnome.org>
21674
21675         * gst/audioscale/gstaudioscale.c:
21676         - fix templates to only support S16, it's the only format that works
21677         - make caps nego code use try_set_caps_nonfixed and fixation instead
21678         of try_set_caps twice, which is not nice for autopluggers
21679         - change rank to secondary, so autopluggers can pick it up after
21680         audioconvert
21681
21682 2004-08-02  Iain <iain@prettypeople.org>
21683
21684         * gst/interleave/interleave.c (interleave_init),
21685         (interleave_request_new_pad),
21686         (interleave_pad_removed),
21687         (interleave_buffered_loop): Use the real pad count, not the artificial
21688         one.
21689
21690 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * configure.ac: bump nano back to development
21693
21694 === release 0.8.3 ===
21695
21696 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * configure.ac: releasing 0.8.3, "Water"
21699
21700 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * sys/xvimage/xvimagesink.c:
21703         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21704         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21705         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21706         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21707         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21708         * sys/xvimage/xvimagesink.h:
21709           apply similar PAR fixes as to ximagesink
21710
21711 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21712
21713         patch from: Benjamin Otte
21714
21715         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21716           add link function to lame.  Fixes #148986.
21717
21718 2004-08-02  Johan Dahlin  <johan@gnome.org>
21719
21720         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21721         fix debugging log
21722
21723 2004-07-30  David Schleef  <ds@schleef.org>
21724
21725         * gst/videomixer/Makefile.am: Fix things that should have been
21726         fixed in the last checkin.
21727
21728 2004-07-30  David Schleef  <ds@schleef.org>
21729
21730         * gst/multipart/Makefile.am: Fix things that should have been
21731         fixed in the last checkin.
21732
21733 2004-07-30  David Schleef  <ds@schleef.org>
21734
21735         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21736
21737 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21738
21739         * configure.ac:
21740           bump nano for prerelease
21741         * po/af.po:
21742         * po/az.po:
21743         * po/cs.po:
21744         * po/en_GB.po:
21745         * po/hu.po:
21746         * po/nl.po:
21747         * po/sr.po:
21748         * po/sv.po:
21749         * po/uk.po:
21750           updates
21751
21752 2004-07-30  Wim Taymans  <wim@fluendo.com>
21753
21754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21755         (gst_multifdsink_add), (gst_multifdsink_remove),
21756         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21757         (gst_multifdsink_client_remove),
21758         (gst_multifdsink_handle_client_write),
21759         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21760         * gst/tcp/gstmultifdsink.h:
21761         Recover from a select with a bad file descriptor by removing
21762         the client.
21763
21764 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         * configure.ac:
21767           fix requirement of core
21768         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21769         (gst_play_pipeline_setup):
21770           don't use colorspace element.  do use hermescolorspace element.
21771           make macro to get a colorspace element.
21772           mark strings for translation.
21773         * po/POTFILES.in:
21774           add play.c
21775         * po/af.po:
21776         * po/az.po:
21777         * po/cs.po:
21778         * po/en_GB.po:
21779         * po/hu.po:
21780         * po/nl.po:
21781         * po/sr.po:
21782         * po/sv.po:
21783         * po/uk.po:
21784           update translations
21785
21786 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21787
21788         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21789         fix default for newmedia flag
21790
21791 2004-07-30  Wim Taymans  <wim@fluendo.com>
21792
21793         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21794         (gst_theora_dec_init), (theora_get_formats),
21795         (theora_dec_src_convert), (theora_dec_sink_convert),
21796         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21797         (theora_dec_chain), (theora_dec_set_property),
21798         (theora_dec_get_property):
21799         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21800         (gst_theora_enc_class_init), (gst_theora_enc_init),
21801         (theora_enc_sink_link), (theora_enc_chain),
21802         (theora_enc_set_property), (theora_enc_get_property):
21803         Added cropping option to theora decoder.
21804         Added border option to theora encoder.
21805
21806 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21807
21808         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21809         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21810         (gst_pngenc_set_property):
21811         * ext/libpng/gstpngenc.h:
21812         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
21813
21814 2004-07-30  Wim Taymans  <wim@fluendo.com>
21815
21816         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21817         (theora_enc_sink_link), (theora_enc_chain),
21818         (theora_enc_set_property), (theora_enc_get_property):
21819         Fix encoding of non-multiple-of-16 video.
21820
21821 2004-07-29  David Schleef  <ds@schleef.org>
21822
21823         * configure.ac: make test for audiofile more strict
21824
21825 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21826
21827         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21828           give different names to typefind functions
21829
21830 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21831
21832         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21833         (gst_ximagesink_calculate_pixel_aspect_ratio),
21834         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21835         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21836         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21837         (gst_ximagesink_get_property), (gst_ximagesink_init):
21838         * sys/ximage/ximagesink.h:
21839           allocate PAR's dynamically.
21840           use autodetected PAR if no object-set PAR is given.
21841           add workaround for directfb's X not setting physical size.
21842           fix to xvimagesink will follow tomorrow.
21843
21844 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21845
21846         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21847         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21848         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21849         (gst_shout2send_class_init), (gst_shout2send_init),
21850         (set_shout_metadata), (gst_shout2send_set_metadata),
21851         (gst_shout2send_chain), (gst_shout2send_set_property),
21852         (gst_shout2send_get_property), (gst_shout2send_connect),
21853         (gst_shout2send_change_state):
21854         * ext/shout2/gstshout2.h:
21855         - fix for sending mp3 audio to icecast2 server, if pad link function not
21856         called before PAUSED state
21857         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21858         - added tagging support for mp3 audio broadcasted
21859         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21860         debug info
21861
21862 2004-07-28  Wim Taymans  <wim@fluendo.com>
21863
21864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21865         (gst_ogg_demux_push):
21866         Return query failure when we don't know the length of
21867         an ogg stream insteda of returning TRUE with a bogus value.
21868
21869 2004-07-28  Wim Taymans  <wim@fluendo.com>
21870
21871         * ext/theora/theoradec.c: (theora_get_formats),
21872         (theora_dec_src_convert), (theora_dec_sink_convert),
21873         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21874         (theora_dec_chain):
21875         Don't screw up the 1 Chroma for 1 luma sample situation when we
21876         have an odd offset/width by adding a black border in those cases.
21877
21878 2004-07-28  Wim Taymans  <wim@fluendo.com>
21879
21880         * ext/theora/theoradec.c: (theora_get_formats),
21881         (theora_dec_src_convert), (theora_dec_sink_convert),
21882         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21883         (theora_dec_chain):
21884         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21885         Added first attempt at cropping of the image as required by the
21886         theora spec. We need more properties in the caps (offset_x,
21887         offset_y,stride) to implement this correctly.
21888
21889 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21890
21891         * ext/dvdnav/README:
21892           Update the README to use dvddemux
21893         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21894           Ensure getcaps returns a subset of the template caps
21895         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21896         (gst_mpeg2subt_init):
21897           Ensure getcaps returns a subset of the template caps
21898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21899         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21900         (gst_dvd_demux_get_subpicture_stream),
21901         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21902         * gst/mpegstream/gstdvddemux.h:
21903           Set the explicit caps on the current_video pad before pushing
21904           anything
21905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21906         (gst_mpeg_demux_get_audio_stream):
21907           Free caps used to gst_pad_set_explicit_caps, which takes a const
21908           GstCaps *
21909
21910 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21911
21912         * configure.ac: update GStreamer requirement to 0.8.4 because of
21913           GstFraction.
21914
21915 2004-07-28  Wim Taymans  <wim@fluendo.com>
21916
21917         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21918         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21919         Add the pad to the element after setting up the caps. This
21920         makes it a lot easier to autoplug.
21921
21922 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21923
21924         * gst/median/gstmedian.c:
21925         * gst/mpeg2subt/gstmpeg2subt.c:
21926         * gst/mpegaudioparse/gstmpegaudioparse.c:
21927         * gst/mpegstream/gstdvddemux.c:
21928         * gst/mpegstream/gstmpegdemux.c:
21929         * gst/mpegstream/gstmpegpacketize.c:
21930         * gst/rtjpeg/gstrtjpeg.c:
21931         * gst/rtjpeg/gstrtjpegdec.c:
21932         * gst/rtjpeg/gstrtjpegenc.c:
21933         * gst/sine/gstsinesrc.c:
21934         * gst/smooth/gstsmooth.c:
21935         * gst/smpte/gstsmpte.c:
21936         * gst/smpte/gstsmpte.h:
21937         * gst/stereo/gststereo.c:
21938         * gst/videofilter/gstgamma.c:
21939         * gst/videofilter/gstvideobalance.c:
21940         * gst/videofilter/gstvideofilter.c:
21941         * gst/videofilter/gstvideoflip.c:
21942         * gst/videoscale/gstvideoscale.c:
21943         * gst/videoscale/videoscale.c:
21944         * gst/videotestsrc/gstvideotestsrc.c:
21945         * gst/videotestsrc/videotestsrc.c:
21946         * gst/wavenc/gstwavenc.c:
21947         * gst/wavparse/gstwavparse.c:
21948           fix local includes and 64 bits constants
21949
21950 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21951
21952         * win32/gst.sln:
21953         * gst-libs/gst/*/*.vcproj:
21954         * gst/*/*.vcproj:
21955           more working plugins
21956
21957 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21958
21959         * testsuite/alsa/Makefile.am:
21960         * testsuite/alsa/srcstate.c:
21961         add test for alsasrc changing state
21962
21963 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21964
21965         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21966         (gst_silence_get):
21967         * gst/silence/gstsilence.h:
21968         fix silence generation for 16bit raw audio
21969
21970 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21971
21972         * gst/matroska/matroska-demux.c:
21973         (gst_matroska_demux_parse_metadata),
21974         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21975         * gst/mpegaudio/common.c:
21976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21977         (gst_videoscale_getcaps), (gst_videoscale_link),
21978         (gst_videoscale_src_fixate), (gst_videoscale_init),
21979         (gst_videoscale_finalize):
21980         * gst/videoscale/gstvideoscale.h:
21981         * gst/videotestsrc/gstvideotestsrc.c:
21982         (gst_videotestsrc_get_capslist):
21983         * gst/wavenc/gstwavenc.c:
21984         * sys/oss/gstossmixer.c: (fill_labels):
21985         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21986         (gst_ximagesink_handle_xevents),
21987         (gst_ximagesink_calculate_pixel_aspect_ratio),
21988         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21989         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21990         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21991         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21992         (gst_ximagesink_init), (gst_ximagesink_class_init):
21993         * sys/ximage/ximagesink.h:
21994         * sys/xvimage/xvimagesink.c:
21995         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21996         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21997         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21998         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21999         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22000         * sys/xvimage/xvimagesink.h:
22001           first batch of pixel aspect ratio commits.
22002
22003 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22004
22005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22006         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22007         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22008           handle stride, needs work if we want to move stride handling
22009           upstream, but works correctly for our purposes.
22010
22011 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22012
22013         * gst/videoscale/README:
22014           add testing examples
22015         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22016         (gst_videoscale_chain):
22017         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22018         (gst_videoscale_get_size):
22019           add get_size function that handles stride like videotestsrc.
22020           fixes conversion for YUV formats for as much as I can test them.
22021
22022 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22023
22024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22025         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22027         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22028         (gst_xvimagesink_xvimage_put):
22029           further cleanups, logging, error handling and synchronizing
22030
22031 2004-07-27  Wim Taymans  <wim@fluendo.com>
22032
22033         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22034         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22035         (gst_videomixer_pad_set_property),
22036         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22037         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22038         (gst_videomixer_class_init), (gst_videomixer_init),
22039         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22040         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22041         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22042         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22043         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22044         (gst_videomixer_loop), (plugin_init):
22045         Be a nicer negotiation citizen and provide a getcaps function on
22046         the srcpad. This also fixes a crash when resizing.
22047
22048 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22049
22050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22051         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22052
22053 2004-07-27  Wim Taymans  <wim@fluendo.com>
22054
22055         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22056         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22057         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22058         (gst_pngenc_set_property):
22059         * ext/libpng/gstpngenc.h:
22060         Added snapshot property to pngenc.
22061         removed g_print from pngdec
22062
22063 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22064
22065         * gst/ac3parse/ac3parse.vcproj
22066         * gst/adder/adder.vcproj
22067         * gst/alpha/alpha.vcproj
22068         * gst/alpha/alphacolor.vcproj
22069         * gst/asfdemux/asf.vcproj
22070         * gst/audioconvert/audioconvert.vcproj
22071         * gst/audiorate/audiorate.vcproj
22072         * gst/audioscale/audioscale.vcproj
22073         * gst/auparse/auparse.vcproj
22074         * gst/avi/avi.vcproj
22075         * gst/cdxaparse/cdxaparse.vcproj
22076         * gst/chart/chart.vcproj
22077         * gst/colorspace/colorspace.vcproj
22078         * gst/cutter/cutter.vcproj
22079         * gst/debug/debug.vcproj
22080         * gst/debug/efence.vcproj
22081         * gst/debug/navigationtest.vcproj
22082         * gst/deinterlace/deinterlace.vcproj
22083         * gst/effectv/effectv.vcproj
22084         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22085         * gst/filter/filter.vcproj
22086         * gst/flx/flxdec.vcproj
22087         * gst/goom/goom.vcproj
22088         * gst/interleave/interleave.vcproj
22089         * gst/law/alaw.vcproj
22090         * gst/law/mulaw.vcproj
22091         * gst/matroska/matroska.vcproj
22092         * gst/median/median.vcproj
22093         * gst/mixmatrix/mixmatrix.vcproj
22094         * gst/mpeg1sys/mpeg1systemencode.vcproj
22095         * gst/mpeg1videoparse/mp1videoparse.vcproj
22096         * gst/mpeg2sub/mpeg2subt.vcproj
22097         * gst/mpegaudio/mpegaudio.vcproj
22098         * gst/mpegaudioparse/mpegaudioparse.vcproj
22099         * gst/mpegstream/mpegstream.vcproj
22100         * gst/multifilesink/multifilesink.vcproj
22101         * gst/multipart/multipart.vcproj
22102         * gst/oneton/oneton.vcproj
22103         * gst/overlay/overlay.vcproj
22104         * gst/passthrough/passthrough.vcproj
22105         * gst/qtdemux/qtdemux.vcproj
22106         * gst/realmedia/rmdemux.vcproj
22107         * gst/rtjpeg/rtjpeg.vcproj
22108         * gst/rtp/rtp.vcproj
22109         * gst/silence/silence.vcproj
22110         * gst/sine/sinesrc.vcproj
22111         * gst/smooth/smooth.vcproj
22112         * gst/smpte/smpte.vcproj
22113         * gst/spectrum/spectrum.vcproj
22114         * gst/speed/speed.vcproj
22115         * gst/stereo/stereo.vcproj
22116         * gst/switch/switch.vcproj
22117         * gst/tags/tagedit.vcproj
22118         * gst/tcp/tcp.vcproj
22119         * gst/typefind/typefindfunctions.vcproj
22120         * gst/udp/udp.vcproj
22121         * gst/videobox/videobox.vcproj
22122         * gst/videocrop/videocrop.vcproj
22123         * gst/videodrop/videodrop.vcproj
22124         * gst/videofilter/gamma.vcproj
22125         * gst/videofilter/videobalance.vcproj
22126         * gst/videofilter/videofilter.vcproj
22127         * gst/videofilter/videoflip.vcproj
22128         * gst/videoflip/videoflip.vcproj
22129         * gst/videomixer/videomixer.vcproj
22130         * gst/videorate/videorate.vcproj
22131         * gst/videoscale/videoscale.vcproj
22132         * gst/videotestsrc/videotestsrc.vcproj
22133         * gst/virtualdub/virtualdub.vcproj
22134         * gst/volenv/volenv.vcproj
22135         * gst/volume/volume.vcproj
22136         * gst/wavenc/wavenc.vcproj
22137         * gst/wavparse/wavparse.vcproj
22138         * gst/y4m/y4menc.vcproj
22139         * gst-libs/gst/audio/audio.vcproj
22140         * gst-libs/gst/audio/audiofilter.vcproj
22141         * gst-libs/gst/colorbalance/colorbalance.vcproj
22142         * gst-libs/gst/idct/idtc.vcproj
22143         * gst-libs/gst/media-info/media-info.vcproj
22144         * gst-libs/gst/mixer/mixer.vcproj
22145         * gst-libs/gst/navigation/navigation.vcproj
22146         * gst-libs/gst/play/play.vcproj
22147         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22148         * gst-libs/gst/resample/resample.vcproj
22149         * gst-libs/gst/riff/riff.vcproj
22150         * gst-libs/gst/tuner/tuner.vcproj
22151         * gst-libs/gst/video/video.vcproj
22152         * gst-libs/gst/xoverlay/xoverlay.vcproj
22153           avoid problems with math.h, fix release dependancy
22154           rename GStreamer-0.8.lib to libgstreamer.lib
22155
22156 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22157
22158         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22160         the atom is not available we have to unlock the mutex. Fixes #148023
22161
22162 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22163
22164         * gst-libs/gst/media-info/media-info.h:
22165           issue for a vararg macro with MSVC
22166
22167 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22168
22169         * gst/effectv/effectv.vcproj
22170         * gst-libs/gst/idct/idct.vcproj:
22171         * gst-libs/gst/media-info/media-info.vcproj:
22172         * gst-libs/gst/navigation/navigation.vcproj:
22173         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22174         * gst-libs/gst/video/video.vcproj:
22175         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22176           fixes for build problems
22177
22178 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22179
22180         * gst-libs/gst/audio/audio.def:
22181         * gst-libs/gst/audio/riff.def:
22182           add some definitions needed by plugins
22183
22184 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22185
22186         * gst/asfdemux/gstasfmux.c
22187           Fix some 64 bits constants to be glib friendly
22188
22189 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22190
22191         * gst/ac3parse/gstac3parse.c
22192         * gst/audioscale/gstaudioscale.c
22193         * gst/auparse/gstauparse.c
22194         * gst/colorspace/gstcolorspace.c
22195         * gst/colorspace/yuv2rgb.h
22196           local include fixes
22197
22198 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22199
22200         * win32/gst.sln
22201           add more plugins to the build
22202
22203 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22204
22205         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22206         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22207
22208 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22211         (gst_level_set_property), (gst_level_get_property),
22212         (gst_level_base_init), (gst_level_class_init):
22213           add debugging categories.  cleanups.
22214
22215 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22216
22217         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22218         (gst_videoscale_planar411), (gst_videoscale_planar400),
22219         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22220         (gst_videoscale_scale_nearest_str1),
22221         (gst_videoscale_scale_nearest_str2),
22222         (gst_videoscale_scale_nearest_str4),
22223         (gst_videoscale_scale_nearest_16bit),
22224         (gst_videoscale_scale_nearest_24bit):
22225           fixed stride issues
22226           tested with 320x240 -> 321, 322, 324 x240
22227           tested with YV12, I420, YUY2, UYVY
22228           fixed packed422rev (don't think it could have worked before)
22229           by testing with UYVY
22230
22231 2004-07-26  Benjamin Otte  <otte@gnome.org>
22232
22233         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22234         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22235         (plugin_init):
22236           add debugging category, add error checks like checking return values
22237           of setup calls, make sure it still works after
22238           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22239
22240 2004-07-26  Wim Taymans  <wim@fluendo.com>
22241
22242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22243         (gst_mpeg_demux_get_audio_stream),
22244         (gst_mpeg_demux_process_private):
22245         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22246         Check for error codes from the negotiation functions. Make sure
22247         we really set the pad caps when a new pad is created.
22248
22249 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22250
22251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22252         (gst_ffmpeg_caps_to_pix_fmt):
22253         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22255         (gst_ffmpegcolorspace_pad_link):
22256           don't make function do two things at the same time without reason.
22257
22258 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22259
22260         * gst/ac3parse/ac3parse.vcproj
22261         * gst/adder/adder.vcproj
22262         * gst/alpha/alpha.vcproj
22263         * gst/alpha/alphacolor.vcproj
22264         * gst/asfdemux/asf.vcproj
22265         * gst/audioconvert/audioconvert.vcproj
22266         * gst/audiorate/audiorate.vcproj
22267         * gst/audioscale/audioscale.vcproj
22268         * gst/auparse/auparse.vcproj
22269         * gst/avi/avi.vcproj
22270         * gst/cdxaparse/cdxaparse.vcproj
22271         * gst/chart/chart.vcproj
22272         * gst/colorspace/colorspace.vcproj
22273         * gst/cutter/cutter.vcproj
22274         * gst/debug/debug.vcproj
22275         * gst/debug/efence.vcproj
22276         * gst/debug/navigationtest.vcproj
22277         * gst/deinterlace/deinterlace.vcproj
22278         * gst/effectv/effectv.vcproj
22279         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22280         * gst/filter/filter.vcproj
22281         * gst/flx/flxdec.vcproj
22282         * gst/goom/goom.vcproj
22283         * gst/interleave/interleave.vcproj
22284         * gst/law/alaw.vcproj
22285         * gst/law/mulaw.vcproj
22286         * gst/matroska/matroska.vcproj
22287         * gst/median/median.vcproj
22288         * gst/mixmatrix/mixmatrix.vcproj
22289         * gst/mpeg1sys/mpeg1systemencode.vcproj
22290         * gst/mpeg1videoparse/mp1videoparse.vcproj
22291         * gst/mpeg2sub/mpeg2subt.vcproj
22292         * gst/mpegaudio/mpegaudio.vcproj
22293         * gst/mpegaudioparse/mpegaudioparse.vcproj
22294         * gst/mpegstream/mpegstream.vcproj
22295         * gst/multifilesink/multifilesink.vcproj
22296         * gst/multipart/multipart.vcproj
22297         * gst/oneton/oneton.vcproj
22298         * gst/overlay/overlay.vcproj
22299         * gst/passthrough/passthrough.vcproj
22300         * gst/qtdemux/qtdemux.vcproj
22301         * gst/realmedia/rmdemux.vcproj
22302         * gst/rtjpeg/rtjpeg.vcproj
22303         * gst/rtp/rtp.vcproj
22304         * gst/silence/silence.vcproj
22305         * gst/sine/sinesrc.vcproj
22306         * gst/smooth/smooth.vcproj
22307         * gst/smpte/smpte.vcproj
22308         * gst/spectrum/spectrum.vcproj
22309         * gst/speed/speed.vcproj
22310         * gst/stereo/stereo.vcproj
22311         * gst/switch/switch.vcproj
22312         * gst/tags/tagedit.vcproj
22313         * gst/tcp/tcp.vcproj
22314         * gst/typefind/typefindfunctions.vcproj
22315         * gst/udp/udp.vcproj
22316         * gst/videobox/videobox.vcproj
22317         * gst/videocrop/videocrop.vcproj
22318         * gst/videodrop/videodrop.vcproj
22319         * gst/videofilter/gamma.vcproj
22320         * gst/videofilter/videobalance.vcproj
22321         * gst/videofilter/videofilter.vcproj
22322         * gst/videofilter/videoflip.vcproj
22323         * gst/videoflip/videoflip.vcproj
22324         * gst/videomixer/videomixer.vcproj
22325         * gst/videorate/videorate.vcproj
22326         * gst/videoscale/videoscale.vcproj
22327         * gst/videotestsrc/videotestsrc.vcproj
22328         * gst/virtualdub/virtualdub.vcproj
22329         * gst/volenv/volenv.vcproj
22330         * gst/volume/volume.vcproj
22331         * gst/wavenc/wavenc.vcproj
22332         * gst/wavparse/wavparse.vcproj
22333         * gst/y4m/y4menc.vcproj
22334           more plugins supported under windows
22335
22336 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22337
22338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22339         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22340         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22342         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22343           Add debugging statements.  Use the sizes as returned by the
22344           *CreateImage calls.
22345
22346 2004-07-26  Johan Dahlin  <johan@gnome.org>
22347
22348         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22349         the pad is negotiated.
22350
22351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22352
22353 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22354
22355         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22356         * gst-libs/gst/idct/idct.vcproj:
22357         * gst-libs/gst/media-info/media-info.vcproj:
22358         * gst-libs/gst/mixer/mixer.vcproj:
22359         * gst-libs/gst/navigation/navigation.vcproj:
22360         * gst-libs/gst/play/play.vcproj:
22361         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22362         * gst-libs/gst/resample/resample.vcproj:
22363         * gst-libs/gst/tuner/tuner.vcproj:
22364         * gst-libs/gst/video/video.vcproj:
22365         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22366           more plugins supported under windows
22367
22368 2004-07-25 Iain <iain@prettypeople.org>
22369
22370         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22371         pad now rather than when the pad is created because state changes wipe
22372         explicit caps (fixes #148043).
22373
22374 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22375
22376         reviewed by Benjamin Otte  <otte@gnome.org>
22377
22378         * ext/mad/gstmad.c:
22379           fix mad plugin crashing on Sun (fixes #148289)
22380
22381 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22382
22383         * gst/avi/avi.def:
22384         * gst/avi/avi.vcproj:
22385         * gst/matroska/matroska.def:
22386         * gst/matroska/matroska.vcproj:
22387           remove unused .def files
22388
22389 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22390
22391         * gst-libs/gst/audio/gstaudiofilter.c:
22392           Clean the local include
22393
22394 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22395
22396         * win32/gst.sln:
22397         * gst-libs/gst/audio/audio.def:
22398         * gst-libs/gst/audio/audio.vcproj:
22399         * gst-libs/gst/audio/audiofilter.vcproj:
22400         * gst-libs/gst/audio/riff.def:
22401         * gst-libs/gst/audio/riff.vcproj:
22402         * gst-libs/gst/gst-libs.def:
22403         * gst-libs/gst/gst-libs.vcproj:
22404         * gst/avi/avi.vcproj:
22405         * gst/avi/avi.vcproj:
22406           Copy the files where needed after building, cleaner projects
22407
22408 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22409
22410         * gst/matroska/ebml-write.c:
22411           Fix some 64 bits constants to be glib friendly
22412
22413 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22414
22415         * win32/gst.sln:
22416         * gst-libs/gst/gst-libs.def:
22417         * gst-libs/gst/gst-libs.vcproj:
22418         * gst/matroska/matroska.def:
22419         * gst/matroska/matroska.vcproj:
22420           Add the preliminary canvas to build plugins on Win32
22421
22422 2004-07-23  Benjamin Otte  <otte@gnome.org>
22423
22424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22425           don't enfore negotiation from source side, it breaks
22426           sinesrc ! audioconvert ! osssink
22427
22428 2004-07-22  David Schleef  <ds@schleef.org>
22429
22430         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22431         for ELF files, since they can easily be recognized as audio/mpeg.
22432         (bug #147441)
22433
22434 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22435
22436         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22437         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22438         (gst_videoscale_scale_nearest_24bit),
22439         (gst_videoscale_scale_nearest_16bit):
22440           fix 16bit and 24bit for stride (24bit might need testing)
22441           don't pretend we do more than one algorithm
22442
22443 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22444
22445         * configure.ac:
22446         * gst/Makefile.am:
22447         * gst/multifilesink/Makefile.am:
22448         * gst/multifilesink/gstmultifilesink.c:
22449         (gst_multifilesink_get_formats),
22450         (gst_multifilesink_get_query_types), (_do_init),
22451         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22452         (gst_multifilesink_init), (gst_multifilesink_dispose),
22453         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22454         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22455         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22456         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22457         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22458         (gst_multifilesink_uri_get_type),
22459         (gst_multifilesink_uri_get_protocols),
22460         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22461         (gst_multifilesink_uri_handler_init), (plugin_init):
22462         * gst/multifilesink/gstmultifilesink.h:
22463         * testsuite/Makefile.am:
22464         * testsuite/multifilesink/Makefile.am:
22465         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22466         (gst_newmedia_class_init), (gst_newmedia_init),
22467         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22468         (newfile_signal), (test_signal), (main):
22469         multifilesink plugin for creating new files every time a new media
22470         discontinuity event occurs
22471
22472 2004-07-22  Wim Taymans  <wim@fluendo.com>
22473
22474         * gst/alpha/Makefile.am:
22475         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22476         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22477         (gst_alpha_color_init), (gst_alpha_color_set_property),
22478         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22479         (transform), (gst_alpha_color_chain),
22480         (gst_alpha_color_change_state), (plugin_init):
22481         Stupid plugin to to RGBA to AYUV conversion because none of
22482         the colorspace plugins can handle that yet.
22483
22484 2004-07-22  Wim Taymans  <wim@fluendo.com>
22485
22486         * examples/seeking/seek.c: (update_scale), (main):
22487         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22488         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22489         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22490         (gst_decode_bin_init), (gst_decode_bin_dispose),
22491         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22492         (no_more_pads), (close_link), (type_found),
22493         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22494         (plugin_init):
22495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22496         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22497         (gst_play_base_bin_dispose), (queue_overrun),
22498         (gen_preroll_element), (remove_prerolls), (unknown_type),
22499         (no_more_pads), (new_stream), (setup_source),
22500         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22501         (play_base_eos), (gst_play_base_bin_change_state),
22502         (gst_play_base_bin_add_element),
22503         (gst_play_base_bin_remove_element),
22504         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22505         (gst_play_base_bin_unlink_stream),
22506         (gst_play_base_bin_get_streaminfo):
22507         * gst/playback/gstplaybin.c: (gen_video_element),
22508         (gen_audio_element):
22509         * gst/playback/gststreaminfo.h:
22510         More playback updates, attempt to fix things after the state change
22511         breakage.
22512
22513 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22516         (gst_videoscale_scale_nearest_16bit):
22517           comment algorithm
22518
22519 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * gst/videotestsrc/gstvideotestsrc.c:
22522         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22523         (gst_videotestsrc_init), (gst_videotestsrc_get),
22524         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22525         (gst_videotestsrc_get_property):
22526         * gst/videotestsrc/gstvideotestsrc.h:
22527         * gst/videotestsrc/videotestsrc.c:
22528         * gst/videotestsrc/videotestsrc.h:
22529           cleanup and commenting
22530
22531 2004-07-21  Wim Taymans  <wim@fluendo.com>
22532
22533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22534         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22535         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22536         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22537         (_find_chain_get_unknown_part), (_find_streams_check),
22538         (gst_ogg_demux_push), (gst_ogg_pad_push):
22539         * ext/theora/theoradec.c: (theora_get_formats),
22540         (theora_dec_src_convert), (theora_dec_sink_convert),
22541         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22542         (theora_dec_chain):
22543         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22544         (vorbis_dec_convert), (vorbis_dec_src_query),
22545         (vorbis_dec_src_event), (vorbis_dec_event):
22546         More seeking fixes, oggdemux now supports seeking to time and
22547         uses the downstream element to convert granulepos to time.
22548         Seeking in theora-only ogg files now works.
22549
22550 2004-07-21  Wim Taymans  <wim@fluendo.com>
22551
22552         * ext/theora/theoradec.c: (gst_theora_dec_init),
22553         (theora_get_formats), (theora_get_event_masks),
22554         (theora_get_query_types), (theora_dec_src_convert),
22555         (theora_dec_sink_convert), (theora_dec_src_query),
22556         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22557         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22558         (vorbis_get_event_masks), (vorbis_get_query_types),
22559         (gst_vorbis_dec_init), (vorbis_dec_convert),
22560         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22561         Added query/convert/formats functions to vorbis and theora decoders
22562         so that the outside world can use them too. Fixed seeking on an
22563         ogg/theora/vorbis file by disabling the seeking seeking on the
22564         theora srcpad.
22565
22566 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22567
22568         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22569         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22570         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22571         images creation for both elements. We don't create the image on caps
22572         nego or renego, we just destroy the internal one if present if it does
22573         not match the needs. The chain function takes care of creating a new
22574         image when needed.
22575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22576         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22577         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22578         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22579         the image format information. The buffer pool checks for the context
22580         image format and discard images with different formats.
22581         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22582
22583 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22584
22585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22586         (gst_ffmpegcolorspace_chain):
22587           no point in doing any chaining if the pad we want to push from
22588           isn't usable.
22589
22590 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22591
22592         * gst-libs/gst/riff/riff-media.c:
22593         (gst_riff_create_audio_caps_with_data):
22594           Fix double end-to-native symbol conversion (#148021).
22595
22596 2004-07-20  David Schleef  <ds@schleef.org>
22597
22598         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22599         Don't use an Atom that doesn't exist.
22600
22601 2004-07-20  Wim Taymans  <wim@fluendo.com>
22602
22603         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22604         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22605         (gst_multifdsink_client_remove),
22606         (gst_multifdsink_handle_client_write),
22607         (gst_multifdsink_queue_buffer):
22608         * gst/tcp/gstmultifdsink.h:
22609         More multifdsink stats. Avoid deadlock by releasing locks
22610         before sending out a signal.
22611
22612 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22613
22614         * po/LINGUAS:
22615         * po/hu.po:
22616           added Hungarian translation (Laszlo Dvornik)
22617
22618 2004-07-20  Wim Taymans  <wim@fluendo.com>
22619
22620         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22621         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22622         (gst_multifdsink_handle_client_write),
22623         (gst_multifdsink_queue_buffer):
22624         * gst/tcp/gsttcp-marshal.list:
22625         Fixed the stupid marshal definition.
22626
22627 2004-07-20  Wim Taymans  <wim@fluendo.com>
22628
22629         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22630         (gst_multifdsink_init), (gst_multifdsink_add),
22631         (gst_multifdsink_client_remove),
22632         (gst_multifdsink_handle_client_write),
22633         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22634         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22635         (gst_multifdsink_init_send):
22636         * gst/tcp/gstmultifdsink.h:
22637         Added more stats, added timeout for a client, fixed some typos
22638         and added some comments.
22639
22640 2004-07-20  Wim Taymans  <wim@fluendo.com>
22641
22642         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22643         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22644         (gst_multifdsink_client_remove),
22645         (gst_multifdsink_handle_client_write):
22646         * gst/tcp/gstmultifdsink.h:
22647         * gst/tcp/gsttcp-marshal.list:
22648         Added get_stats method that returns a GValueArray of
22649         stats values.
22650
22651 2004-07-19  Benjamin Otte  <otte@gnome.org>
22652
22653         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22654           make sure longname, description and author are valid UTF-8
22655
22656 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22657
22658         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22659         (gst_ximagesink_set_property):
22660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22661         (gst_xvimagesink_set_property):
22662           make sure SYNCHRONOUS is respected after getting the X context
22663
22664 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22665
22666         * gst/matroska/matroska-demux.c:
22667         (gst_matroska_demux_handle_src_event),
22668         (gst_matroska_demux_parse_blockgroup):
22669         * gst/matroska/matroska-ids.h:
22670           add BlockReference tag and ignore it to clear out log.
22671           ignore NAVIGATION events to clear out log.
22672
22673 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22676         (gst_matroska_demux_add_stream):
22677         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22678           add debug categories
22679
22680 2004-07-16  Wim Taymans  <wim@fluendo.com>
22681
22682         * ext/libpng/Makefile.am:
22683         * ext/libpng/gstpng.c: (plugin_init):
22684         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22685         (gst_pngdec_get_type), (gst_pngdec_base_init),
22686         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22687         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22688         * ext/libpng/gstpngdec.h:
22689         Added png decoder.
22690
22691 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22692
22693         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22694         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22695         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22696         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22697         (gst_ximagesink_buffer_alloc):
22698         * sys/ximage/ximagesink.h:
22699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22700         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22701         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22702         (gst_xvimagesink_buffer_alloc):
22703         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22704         again. Using internal data pointer of the x(v)image to store image's
22705         data to be coherent with the buffer alloc mechanism. Investigated the
22706         image destruction code to be sure that everything gets freed correctly.
22707
22708 2004-07-16  Wim Taymans  <wim@fluendo.com>
22709
22710         * gst-libs/gst/riff/riff-read.c:
22711         (gst_riff_read_strf_vids_with_data),
22712         (gst_riff_read_strf_auds_with_data):
22713         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22714         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22715         Make sure we don't create 0 sized subbuffers in riff-read.
22716         Signal the no more pads signal after reading the avi header.
22717
22718 2004-07-16  Wim Taymans  <wim@fluendo.com>
22719
22720         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22721         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22722         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22723         (gst_decode_bin_init), (gst_decode_bin_dispose),
22724         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22725         (no_more_pads), (close_link), (type_found),
22726         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22727         (gst_decode_bin_change_state), (plugin_init):
22728         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22729         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22730         (gst_play_base_bin_dispose), (queue_overrun),
22731         (gen_preroll_element), (remove_prerolls), (unknown_type),
22732         (no_more_pads), (new_stream), (setup_source),
22733         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22734         (play_base_eos), (gst_play_base_bin_change_state),
22735         (gst_play_base_bin_add_element),
22736         (gst_play_base_bin_remove_element),
22737         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22738         (gst_play_base_bin_unlink_stream),
22739         (gst_play_base_bin_get_streaminfo):
22740         * gst/playback/gstplaybasebin.h:
22741         Better error recovery. Added configurable preroll queue size. Faster
22742         detection of no-more-pads.
22743
22744 2004-07-16  Wim Taymans  <wim@fluendo.com>
22745
22746         * gst-libs/gst/video/video.h:
22747         Added 32 bits RGBA. Not sure if we should use another mime-type
22748         for alpha rgb. Currently the presence of the alpha_mask property
22749         signals an alpha channel.
22750
22751 2004-07-16  Wim Taymans  <wim@fluendo.com>
22752
22753         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22755         FPS seems to be 0.0 to MAX everywhere else.
22756
22757 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * gst-libs/gst/riff/riff-media.c:
22760         (gst_riff_create_video_caps_with_data):
22761           mp42/mp43 (no caps) exist too.
22762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22763           Set pixel_width/height; we've got them in-caps.
22764         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22765         * gst/wavparse/gstwavparse.c: (plugin_init):
22766           Both are valid primary.
22767         * sys/oss/gstossmixer.c:
22768           Remove i18n hack and enable translations.
22769
22770 2004-07-15  Benjamin Otte  <otte@gnome.org>
22771
22772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22773         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22774           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22775
22776 2004-07-15  Benjamin Otte  <otte@gnome.org>
22777
22778         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22779         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22780         (gst_alsa_close_audio):
22781           disable some of the debugging code for now. Writing debugging to a
22782           buffer is broken in current alsalib releases.
22783
22784 2004-07-12  Benjamin Otte  <otte@gnome.org>
22785
22786         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22787           use bufferpools
22788
22789 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22790
22791         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22792         (theora_dec_src_query), (theora_dec_event):
22793         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22794           add debugging categories.  Remove \n's.
22795
22796 2004-07-13  Johan Dahlin  <johan@gnome.org>
22797
22798         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22799         (gst_play_bin_get_property): Impl.
22800
22801 2004-07-13  Wim Taymans  <wim@fluendo.com>
22802
22803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22804         When trying to find the stream length, seek back N pages
22805         instead of just one, where N is the number of streams in
22806         the current chain.
22807
22808 2004-07-13  Wim Taymans  <wim@fluendo.com>
22809
22810         * gst-libs/gst/riff/riff-media.c:
22811         (gst_riff_create_audio_caps_with_data),
22812         (gst_riff_create_audio_caps),
22813         (gst_riff_create_audio_template_caps):
22814         * gst-libs/gst/riff/riff-media.h:
22815         * gst-libs/gst/riff/riff-read.c:
22816         (gst_riff_read_strf_vids_with_data),
22817         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22818         * gst-libs/gst/riff/riff-read.h:
22819         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22820         (gst_avi_demux_add_stream):
22821         Set codec_data on caps for avidemuxer.
22822
22823 2004-07-12  David Schleef  <ds@schleef.org>
22824
22825         * configure.ac: Fix test for Objective C
22826
22827 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22829         (gst_gdk_pixbuf_chain):
22830           Add svg and pcx to template caps, and ensure that getcaps returns a
22831           subset of the template caps.
22832           Copy each row manually for output, as gdkpixbuf may pad the
22833           rowstride to a 32-bit word boundary.
22834
22835 2004-07-12  Wim Taymans  <wim@fluendo.com>
22836
22837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22838         (gst_riff_create_video_template_caps):
22839         Fix the template caps to include some more media types.
22840
22841 2004-07-12  Wim Taymans  <wim@fluendo.com>
22842
22843         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22844         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22845         (compare_ranks), (print_feature), (gst_decode_bin_init),
22846         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22847         (try_to_link_1), (new_pad), (close_link), (type_found),
22848         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22849         (gst_decode_bin_change_state), (plugin_init):
22850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22851         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22852         (gst_play_base_bin_dispose), (queue_overrun),
22853         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22854         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22855         (gst_play_base_bin_get_property), (play_base_eos),
22856         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22857         (gst_play_base_bin_remove_element),
22858         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22859         (gst_play_base_bin_unlink_stream),
22860         (gst_play_base_bin_get_streaminfo):
22861         * gst/playback/gstplaybasebin.h:
22862         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22863         (gst_play_bin_class_init), (gst_play_bin_init),
22864         (gst_play_bin_dispose), (gst_play_bin_set_property),
22865         (gst_play_bin_get_property), (gen_video_element),
22866         (gen_audio_element), (remove_sinks), (setup_sinks),
22867         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22868         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22869         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22870         (gst_play_bin_query), (plugin_init):
22871         * gst/playback/test4.c: (main):
22872         More fixes on reusing of the element.
22873
22874 2004-07-11  Benjamin Otte  <otte@gnome.org>
22875
22876         * ext/mad/gstmad.c: (normal_seek):
22877           allow seeking for other methods than just SET
22878
22879 2004-07-11  Andy Wingo  <wingo@pobox.com>
22880
22881         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22882         float, "any" caps -> buffer_frames=[0,MAX].
22883
22884         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22885         doesn't intersect our caps with the template any more. Do it
22886         ourselves.
22887         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22888
22889 2004-07-09  Wim Taymans  <wim@fluendo.com>
22890
22891         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22892         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22893         (compare_ranks), (print_feature), (gst_decode_bin_init),
22894         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22895         (try_to_link_1), (new_pad), (close_link), (type_found),
22896         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22897         (gst_decode_bin_change_state), (plugin_init):
22898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22899         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22900         (gst_play_base_bin_dispose), (queue_overrun),
22901         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22902         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22903         (gst_play_base_bin_get_property), (play_base_eos),
22904         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22905         (gst_play_base_bin_remove_element),
22906         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22907         (gst_play_base_bin_unlink_stream),
22908         (gst_play_base_bin_get_streaminfo):
22909         * gst/playback/gstplaybasebin.h:
22910         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22911         (gst_play_bin_class_init), (gst_play_bin_init),
22912         (gst_play_bin_dispose), (gst_play_bin_set_property),
22913         (gst_play_bin_get_property), (gen_video_element),
22914         (gen_audio_element), (remove_sinks), (setup_sinks),
22915         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22916         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22917         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22918         (gst_play_bin_query), (plugin_init):
22919         * gst/playback/test4.c: (main):
22920         Work on object reuse and seeking.
22921
22922 2004-07-09  Wim Taymans  <wim@fluendo.com>
22923
22924         * examples/seeking/seek.c: (iterate):
22925         Don't consume all CPU in the idle loop.
22926
22927 2004-07-09  Wim Taymans  <wim@fluendo.com>
22928
22929         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22930         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22931         Add pad to element *after* setting the pad functions so that
22932         the scheduler can use the correct ones.
22933
22934 2004-07-09  Wim Taymans  <wim@fluendo.com>
22935
22936         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22937         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22938         Sync to keyframe after seek
22939
22940 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22941
22942         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22944         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22946         * ext/libvisual/visual.c: (gst_visual_change_state):
22947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22948         * ext/theora/theoradec.c: (theora_dec_change_state):
22949         * ext/theora/theoraenc.c: (theora_enc_change_state):
22950         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22951         * gst-libs/gst/navigation/navigation.c:
22952         * gst/adder/gstadder.c: (gst_adder_change_state):
22953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22954         (gst_audio_convert_get_buffer):
22955         * gst/multipart/multipartdemux.c:
22956         (gst_multipart_demux_change_state):
22957         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22959         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22960         * gst/videoscale/gstvideoscale.c:
22961         (gst_videoscale_handle_src_event):
22962         * gst/volume/gstvolume.c: (volume_chain_int16):
22963           don't assert in state change, this should be done by the base
22964           GstElement class.
22965           various debugging fixes.
22966
22967 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22968
22969         * configure.ac:
22970         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22971         (gst_play_dispose), (gst_play_set_location),
22972         (gst_play_set_data_src), (gst_play_set_video_sink),
22973         (gst_play_set_audio_sink), (gst_play_set_visualization),
22974         (gst_play_connect_visualization), (gst_play_get_sink_element),
22975         (gst_play_get_all_by_interface):
22976         * gst-libs/gst/play/play.h:
22977           add new method to get elements implementing an interface.
22978           add various error logging
22979
22980 2004-07-08  Wim Taymans  <wim@fluendo.com>
22981
22982         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22983         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22984         (make_playerbin_pipeline), (query_durations_elems),
22985         (query_durations_pads), (query_positions_elems),
22986         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22987         (main):
22988         Added playbin seeking example.
22989
22990 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22991
22992         * gst-libs/gst/play/play.c: (gst_play_set_location),
22993         (gst_play_set_data_src), (gst_play_set_video_sink),
22994         (gst_play_set_audio_sink), (gst_play_set_visualization),
22995         (gst_play_connect_visualization), (gst_play_get_framerate):
22996           use a macro to look up elements from hash table
22997
22998 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22999
23000         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23001         (gst_play_get_length_callback), (gst_play_set_location),
23002         (gst_play_seek_to_time), (gst_play_set_data_src),
23003         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23004         (gst_play_set_visualization), (gst_play_connect_visualization),
23005         (gst_play_get_sink_element):
23006         - add debugging info
23007         - fix looking up sink elements by iterating over complete caps
23008         - put everything except for source and autoplugger in a complete bin
23009
23010 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23011
23012         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23014         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23015         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23016         * ext/alsa/gstalsasink.h:
23017         - add debugging info
23018         - clean up schizophrenia of data/buffer/event
23019         - fix double event unref error
23020
23021 2004-07-08  Wim Taymans  <wim@fluendo.com>
23022
23023         * gst/playback/Makefile.am:
23024         Add headers to noinst
23025
23026 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23027
23028         * tools/gst-launch-ext-m.m:
23029         * tools/gst-launch-ext.1.in:
23030           convert to the third millenium
23031
23032 2004-07-07  David Schleef  <ds@schleef.org>
23033
23034         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23035
23036 2004-07-07  Wim Taymans  <wim@fluendo.com>
23037
23038         * gst/playback/Makefile.am:
23039         * gst/playback/README:
23040         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23041         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23042         (compare_ranks), (print_feature), (gst_decode_bin_init),
23043         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23044         (try_to_link_1), (new_pad), (close_link), (type_found),
23045         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23046         (plugin_init):
23047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23048         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23049         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23050         (gen_preroll_element), (no_more_pads), (new_stream),
23051         (setup_source), (gst_play_base_bin_set_property),
23052         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23053         (gst_play_base_bin_add_element),
23054         (gst_play_base_bin_remove_element),
23055         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23056         (gst_play_base_bin_unlink_stream),
23057         (gst_play_base_bin_get_streaminfo):
23058         * gst/playback/gstplaybasebin.h:
23059         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23060         (gst_play_bin_class_init), (gst_play_bin_init),
23061         (gst_play_bin_dispose), (gst_play_bin_set_property),
23062         (gst_play_bin_get_property), (gen_video_element),
23063         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23064         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23065         (gst_play_bin_get_formats), (gst_play_bin_convert),
23066         (gst_play_bin_get_query_types), (gst_play_bin_query),
23067         (plugin_init):
23068         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23069         (gst_stream_info_get_type), (gst_stream_info_class_init),
23070         (gst_stream_info_init), (gst_stream_info_new),
23071         (gst_stream_info_dispose), (gst_stream_info_set_property),
23072         (gst_stream_info_get_property):
23073         * gst/playback/gststreaminfo.h:
23074         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23075         (main):
23076         * gst/playback/test2.c: (main):
23077         * gst/playback/test3.c: (update_scale), (main):
23078         More playbin fixes. Added README. Do better element filtering.
23079         Added base class to preroll media. Added test apps.
23080
23081 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23082
23083         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23084         * ext/mpeg2dec/gstmpeg2dec.h:
23085           various debugging improvements.  Reset stream to next picture
23086           instead of sequence header, otherwise seeks cannot work.
23087
23088 2004-07-07  Wim Taymans  <wim@fluendo.com>
23089
23090         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23091         (gst_video_box_class_init), (gst_video_box_set_property),
23092         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23093         Use pad_alloc where possible.
23094
23095 2004-07-07  Wim Taymans  <wim@fluendo.com>
23096
23097         * sys/oss/gstosselement.c: (gst_osselement_reset),
23098         (gst_osselement_parse_caps):
23099         * sys/oss/gstosselement.h:
23100         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23101         Fix offset on osssrc.
23102
23103 2004-07-07  Wim Taymans  <wim@fluendo.com>
23104
23105         * ext/theora/theora.c: (plugin_init):
23106         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23107         (theora_dec_src_query), (theora_dec_chain):
23108         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23109         (theora_enc_sink_link), (theora_buffer_from_packet),
23110         (theora_push_packet), (theora_enc_chain):
23111         Fix theora granulepos calculation.
23112         Fix overflow in duration/position calculation.
23113         Bump rank to PRIMARY for theoradec.
23114         Use granulepos of last packet to calculate position.
23115         Set keyframe flag on buffers when needed.
23116
23117 2004-07-06  David Schleef  <ds@schleef.org>
23118
23119         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23120         serious?  (Fixed, obviously.)
23121
23122 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23123
23124         * po/LINGUAS:
23125         * po/cs.po:
23126           added Czech translation (Miloslav Trmac)
23127
23128 2004-07-05  Wim Taymans  <wim@fluendo.com>
23129
23130         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23131         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23132         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23133         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23134         (close_link), (type_found), (gst_decode_bin_set_property),
23135         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23136         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23137         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23138         (gst_decode_bin_query), (plugin_init):
23139         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23140         (gst_play_bin_class_init), (gst_play_bin_init),
23141         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23142         (get_video_element), (new_pad), (setup_source),
23143         (gst_play_bin_set_property), (gst_play_bin_get_property),
23144         (gst_play_bin_change_state), (gst_play_bin_add_element),
23145         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23146         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23147         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23148         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23149         * gst/playback/test.c: (main):
23150         More fixes, cleaned up playbin, make it use decodebin. Added
23151         threaded property to playbin.
23152
23153 2004-07-05  Wim Taymans  <wim@fluendo.com>
23154
23155         * configure.ac:
23156         * gst/playback/Makefile.am:
23157         * gst/playback/decodetest.c: (main):
23158         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23159         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23160         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23161         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23162         (close_link), (type_found), (gst_decode_bin_set_property),
23163         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23164         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23165         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23166         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23167         (plugin_init):
23168         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23169         (gst_play_bin_class_init), (gst_play_bin_init),
23170         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23171         (collect_sink_pads), (find_compatibles), (close_pad_link),
23172         (try_to_link_1), (new_pad), (close_link), (type_found),
23173         (setup_source), (gst_play_bin_set_property),
23174         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23175         (compare_ranks), (gst_play_bin_collect_factories),
23176         (gst_play_bin_change_state), (gst_play_bin_add_element),
23177         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23178         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23179         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23180         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23181         * gst/playback/test.c: (main):
23182         Added some playback helper elements and some test apps, very alpha
23183         still.
23184
23185 2004-07-04  Benjamin Otte  <otte@gnome.org>
23186
23187         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23188           only restart audio when we indeed have an xrun to fix repeated
23189           xruns. Fix suggested by Giuliano Pochini.
23190
23191 2004-07-03  David Schleef  <ds@schleef.org>
23192
23193         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23194         call to gst_debug_log() if debugging is disabled (bug #145118)
23195
23196 2004-07-03  Benjamin Otte  <otte@gnome.org>
23197
23198         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23199           use our own functions for restarting the alsa device.
23200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23201           I should apply patches myself - use MIN for the third argument, not
23202           the second, this fixes seeking
23203
23204 2004-07-02  David Schleef  <ds@schleef.org>
23205
23206         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23207         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23208         do with the logic.
23209
23210 2004-07-02  David Schleef  <ds@schleef.org>
23211
23212         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23213         output buffers.  Fix logic mistake.  (bug #144866)
23214
23215 2004-07-02  David Schleef  <ds@schleef.org>
23216
23217         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23218         on X.  (bug #144753)
23219
23220 2004-07-02  David Schleef  <ds@schleef.org>
23221
23222         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23223         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23224         (bug #144624)
23225         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23226         (gst_osselement_rate_probe_check): Add another workaround for
23227         buggy drivers (bug #145336)
23228
23229 2004-07-02  David Schleef  <ds@schleef.org>
23230
23231         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23232         Most systems don't have MSG_NOSIGNAL.
23233
23234 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23235
23236         * Makefile.am:
23237         * gst-libs/gst/colorbalance/Makefile.am:
23238         * gst-libs/gst/mixer/Makefile.am:
23239         * gst-libs/gst/play/Makefile.am:
23240         * gst-libs/gst/tuner/Makefile.am:
23241           (hopefully) fix both install and dist and make error message useful.
23242           needs testing across automakes.
23243
23244 2004-07-02  Benjamin Otte  <otte@gnome.org>
23245
23246         * ext/ogg/gstogg.c: (plugin_init):
23247           we require bytestream now
23248         * ext/ogg/gstoggdemux.c:
23249           huge diff to implement chain setup in a fast and generic way. This
23250           improves tag reading and startup of huge files (read: Theora videos)
23251           quite a bit. It probably contains bugs, too, so please test.
23252           Seeking is not improved to the fast method.
23253
23254 2004-06-29  Wim Taymans  <wim@fluendo.com>
23255
23256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23257         * ext/ogg/gstoggmux.c:
23258         Fix memleak in oggdemux when running unconnected pads.
23259         doc update in mux, start working on keyframe mode.
23260
23261 2004-06-29  Benjamin Otte  <otte@gnome.org>
23262
23263         * sys/oss/gstosssink.c:
23264         * sys/oss/gstosssrc.c:
23265           advertise correct template caps - we indeed do non-native endianness
23266           and 8bit audio has no endianness
23267         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23269           avoid (wrong) duplications in getcaps function and return
23270           template caps
23271
23272 2004-06-29  Wim Taymans  <wim@fluendo.com>
23273
23274         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23275         (gst_multifdsink_class_init), (gst_multifdsink_add),
23276         (gst_multifdsink_remove), (gst_multifdsink_clear),
23277         (gst_multifdsink_client_remove),
23278         (gst_multifdsink_handle_client_read),
23279         (gst_multifdsink_client_queue_data),
23280         (gst_multifdsink_client_queue_caps),
23281         (gst_multifdsink_client_queue_buffer),
23282         (gst_multifdsink_handle_client_write),
23283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23284         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23285         (gst_multifdsink_init_send), (gst_multifdsink_close):
23286         Fix wrong GList iteration that could crash the server when
23287         more then 2 clients disconnect at the same time. Read all the
23288         pending commands in one batch to recover from command storms under
23289         very heavy load.
23290
23291 2004-06-28  Wim Taymans  <wim@fluendo.com>
23292
23293         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23294         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23295         (gst_videomixer_pad_set_property),
23296         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23297         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23298         (gst_videomixer_class_init), (gst_videomixer_init),
23299         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23300         (pad_zorder_compare), (gst_videomixer_sort_pads),
23301         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23302         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23303         (gst_videomixer_update_queues), (gst_videomixer_loop),
23304         (plugin_init):
23305         Avoid divide by zero, choose masterpad as the pad with the highest
23306         framerate.
23307
23308 2004-06-27  Julien Moutte  <julien@moutte.net>
23309
23310         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23311         (gst_ximagesink_xwindow_new):
23312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23313         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23314         function directly. We might want to call it from somewhere else one day.
23315
23316 2004-06-27  Julien Moutte  <julien@moutte.net>
23317
23318         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23319         (gst_ximagesink_xwindow_new):
23320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23321         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23322         window decorations.
23323
23324 2004-06-27  Wim Taymans  <wim@fluendo.com>
23325
23326         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23327         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23328         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23329         (gst_dvdec_set_property), (gst_dvdec_get_property):
23330         * ext/dv/gstdvdec.h:
23331         Implement drop_factor property to lower the framerate with
23332         a factor.
23333
23334 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23335
23336         * gst-libs/gst/colorbalance/Makefile.am:
23337         * gst-libs/gst/mixer/Makefile.am:
23338         * gst-libs/gst/play/Makefile.am:
23339         * gst-libs/gst/tuner/Makefile.am:
23340           unbreak Company's fix that didn't install the -enum.h files
23341
23342 2004-06-27  Wim Taymans  <wim@fluendo.com>
23343
23344         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23345         (gst_dvdec_change_state):
23346         * ext/dv/gstdvdec.h:
23347         Fix timestamp, duration and offset of the buffers.
23348
23349 2004-06-27  Wim Taymans  <wim@fluendo.com>
23350
23351         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23352         (gst_multifdsink_class_init), (gst_multifdsink_add),
23353         (gst_multifdsink_remove), (gst_multifdsink_clear),
23354         (gst_multifdsink_client_remove),
23355         (gst_multifdsink_handle_client_read),
23356         (gst_multifdsink_client_queue_data),
23357         (gst_multifdsink_client_queue_caps),
23358         (gst_multifdsink_client_queue_buffer),
23359         (gst_multifdsink_handle_client_write),
23360         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23361         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23362         (gst_multifdsink_init_send), (gst_multifdsink_close):
23363         * gst/tcp/gstmultifdsink.h:
23364         * gst/tcp/gsttcpserversink.c:
23365         (gst_tcpserversink_handle_server_read),
23366         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23367         More multifdsink fixes, more recovery policy fixes.
23368         Removed stupid g_print
23369
23370 2004-06-26  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/tcp/Makefile.am:
23373         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23374         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23375         (gst_multifdsink_class_init), (gst_multifdsink_init),
23376         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23377         (gst_multifdsink_handle_client_read),
23378         (gst_multifdsink_client_queue_data),
23379         (gst_multifdsink_client_queue_caps),
23380         (gst_multifdsink_client_queue_buffer),
23381         (gst_multifdsink_handle_client_write),
23382         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23383         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23384         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23385         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23386         (gst_multifdsink_close), (gst_multifdsink_change_state):
23387         * gst/tcp/gstmultifdsink.h:
23388         * gst/tcp/gsttcpplugin.c: (plugin_init):
23389         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23390         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23391         (gst_tcpserversink_handle_server_read),
23392         (gst_tcpserversink_handle_select),
23393         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23394         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23395         * gst/tcp/gsttcpserversink.h:
23396         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23397         one of the locks, added recovery policy to multifdsink.
23398
23399 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23400
23401         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23402           fix decision for when getting frames with same timestamp
23403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23404         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23405         (gst_v4lsrc_get_property):
23406         * sys/v4l/gstv4lsrc.h:
23407           add latency offset property
23408
23409 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23410
23411         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23412         (plugin_init):
23413           fix debugging. add category.
23414
23415 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23416
23417         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23418           fix wrong offsets
23419
23420 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23421
23422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23423         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23424         (gst_alsa_src_change_state):
23425           return a time that is in sync with the element's processing
23426
23427 2004-06-25  Wim Taymans  <wim@fluendo.com>
23428
23429         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23430         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23431         (gst_tcpserversink_client_remove),
23432         (gst_tcpserversink_handle_client_read),
23433         (gst_tcpserversink_client_queue_data),
23434         (gst_tcpserversink_client_queue_caps),
23435         (gst_tcpserversink_client_queue_buffer),
23436         (gst_tcpserversink_handle_client_write),
23437         (gst_tcpserversink_queue_buffer),
23438         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23439         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23440         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23441         (gst_tcpserversink_close):
23442         * gst/tcp/gsttcpserversink.h:
23443         Serversink rewrite. Really do non blocking writes to clients and
23444         maintain an internal queue to handle slower clients while not
23445         disturbing fast clients.
23446
23447 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23448
23449         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23450           better debug, don't override OFFSET and OFFSET_END
23451
23452 2004-06-25  Iain <iain@prettypeople.org>
23453
23454         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23455         name=source for the wavparse pipeline.
23456
23457 2004-06-24  Johan Dahlin  <johan@gnome.org>
23458
23459         * ext/theora/theoraenc.c (theora_enc_chain): Call
23460         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23461         streamheader caps are set correctly.
23462
23463 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23464
23465         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23466         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23467           respect minimum bitrate; same could be done for max bitrate
23468
23469 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23470
23471         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23472         (gst_vorbisenc_setup):
23473           fix sample rate range
23474
23475 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23478         (gst_oggvorbisenc_setup):
23479         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23480         (gst_vorbisenc_setup):
23481           resolve ambiguities in code and description
23482
23483 2004-06-24  Wim Taymans  <wim@fluendo.com>
23484
23485         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23486         * ext/alsa/gstalsa.h:
23487         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23488         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23489         Use alsa trigger_tstamp to get the timestamp of the first
23490         sample in the buffer for more precise sync. Some cleanups.
23491
23492 2004-06-24  Wim Taymans  <wim@fluendo.com>
23493
23494         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23495         (gst_audiorate_init), (gst_audiorate_chain),
23496         (gst_audiorate_set_property), (gst_audiorate_get_property):
23497         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23498         (gst_videorate_chain):
23499         Added some logging, fixed an overflow bug in videorate.
23500
23501 2004-06-24  Benjamin Otte  <otte@gnome.org>
23502
23503         * ext/kio/Makefile.am:
23504           fix for builddir != srcdir and distcheck
23505
23506 2004-06-24  Benjamin Otte  <otte@gnome.org>
23507
23508         * gst-libs/gst/colorbalance/Makefile.am:
23509         * gst-libs/gst/mixer/Makefile.am:
23510         * gst-libs/gst/play/Makefile.am:
23511         * gst-libs/gst/tuner/Makefile.am:
23512         * gst/tcp/Makefile.am:
23513         * sys/dxr3/Makefile.am:
23514           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23515           tarball.
23516           Also add all *.list files that were missing.
23517         * Makefile.am:
23518           add a distcheck hook to ensure the above doesn't happen again.
23519
23520 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23521
23522         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23523
23524 2004-06-23  Colin Walters  <walters@redhat.com>
23525
23526         * m4/Makefile.am: Distribute gst-fionread.m4.
23527
23528 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23529
23530         * configure.ac: back to dev
23531
23532 2004-06-23  Wim Taymans  <wim@fluendo.com>
23533
23534         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23535         (gst_alsa_xrun_recovery):
23536         * ext/alsa/gstalsa.h:
23537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23538         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23539         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23540         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23541         (gst_alsa_src_loop):
23542         Add clock to alsasrc. Take new capture timestamp when
23543         restarting after an overrun. Split up some functions between
23544         alsasrc and alsasink.
23545
23546 === release 0.8.2 ===
23547
23548 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23549
23550         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23551         (gst_alsa_change_state), (gst_alsa_update_avail),
23552         (gst_alsa_xrun_recovery):
23553         * ext/alsa/gstalsa.h:
23554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23555           merge back changes from release
23556
23557 2004-06-23  Wim Taymans  <wim@fluendo.com>
23558
23559         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23560         (gst_audiorate_init), (gst_audiorate_chain),
23561         (gst_audiorate_set_property), (gst_audiorate_get_property):
23562         Implement sample dropping and notify
23563
23564 2004-06-22  Wim Taymans  <wim@fluendo.com>
23565
23566         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23567         (theora_enc_sink_link), (theora_buffer_from_packet),
23568         (theora_push_packet), (theora_enc_chain):
23569         Some cleanups, make sure the timestamps are correct.
23570
23571 2004-06-22  Wim Taymans  <wim@fluendo.com>
23572
23573         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23574         (gst_alsa_change_state), (gst_alsa_update_avail),
23575         (gst_alsa_xrun_recovery):
23576         * ext/alsa/gstalsa.h:
23577         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23578         Cleanups, take queued samples into account when reporting
23579         the time.
23580
23581 2004-06-22  Wim Taymans  <wim@fluendo.com>
23582
23583         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23584         (gst_videorate_init):
23585         Initialize the property as well.
23586
23587 2004-06-22  Wim Taymans  <wim@fluendo.com>
23588
23589         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23590         (gst_videorate_init), (gst_videorate_chain),
23591         (gst_videorate_set_property), (gst_videorate_get_property):
23592         Add property to make videorate silent.
23593         Add property to prefer new frames over old ones.
23594
23595 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23596
23597         * sys/osxvideo/Makefile.am:
23598         Workaround so that the osxvideo .so file gets linked with the
23599         Cocoa, OpenGL and QuickTime frameworks
23600
23601 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23602
23603         * sys/osxaudio/Makefile.am:
23604         Workaround so that the osxaudio .so file gets linked with the
23605         CoreAudio framework
23606
23607 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23608
23609         * configure.ac:
23610         Whoops, my fault...fixed build issues
23611
23612 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23613
23614         * configure.ac:
23615         Add objective-c support if running in Darwin/Mac OS X
23616         * sys/Makefile.am:
23617         * sys/osxvideo:
23618         * sys/osxvideo/Makefile.am:
23619         * sys/osxvideo/osxvideosink.h:
23620         * sys/osxvideo/osxvideosink.m:
23621         * sys/osxvideo/cocoawindow.h:
23622         * sys/osxvideo/cocoawindow.m:
23623         Add osxvideosink, a cocoa-based osx video sink
23624
23625
23626 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23627         * ext/dvdnav/gst-dvd:
23628         Grab the gconf key from the right spot
23629         * gst/debug/gstnavseek.c: (gst_navseek_init),
23630         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23631         (gst_navseek_chain):
23632         * gst/debug/gstnavseek.h:
23633           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23634           and loop parameters of a segment seek.
23635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23636         (gst_videotestsrc_get_event_masks),
23637         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23638         * gst/videotestsrc/gstvideotestsrc.h:
23639           Add seeking support to videotestsrc
23640           Initialise the timestamp_offset variable.
23641
23642 2004-06-18  Wim Taymans  <wim@fluendo.com>
23643
23644         * ext/sidplay/gstsiddec.cc:
23645         Fix negotiation and set correct end offset.
23646
23647 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23648
23649         * configure.ac: branch and prerelease
23650
23651 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23652
23653         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23654         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23655         (gst_tcpclientsrc_init_receive):
23656         * gst/tcp/gsttcpclientsrc.h:
23657           read caps when connecting to server for GDP so we set them correctly
23658
23659 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23660
23661         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23662           notify drops and duplicates
23663         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23664           no good reason to limit ourselves to 100x100
23665
23666 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23667
23668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23669         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23670         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23671         (gst_v4lsrc_get_property):
23672         * sys/v4l/gstv4lsrc.h:
23673         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23674         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23675         (gst_v4l_set_audio):
23676         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23677         (gst_v4lsrc_try_capture):
23678         * sys/v4l/v4lsrc_calls.h:
23679           change try_palette to more general try_capture
23680           add autoprobe option so we can turn off autoprobing
23681           various fixes
23682
23683 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23684
23685         * configure.ac:
23686           add videorate
23687         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23688         (gst_ximagesink_class_init):
23689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23690         (gst_xvimagesink_class_init):
23691           run them as finalize, not dispose, since dispose can be invoked
23692           multiple times
23693
23694 2004-06-17  Wim Taymans  <wim@fluendo.com>
23695
23696         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23697         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23698         * ext/alsa/gstalsa.h:
23699         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23700         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23701         (gst_alsa_src_change_state):
23702         * ext/alsa/gstalsasrc.h:
23703         Make the xrun code timestamp and offset the buffers correctly.
23704         moved the clock to the base class, use alsa methods to get time.
23705         Do correct timestamping on outgoing buffers.
23706
23707 2004-06-17  Wim Taymans  <wim@fluendo.com>
23708
23709         * gst/audiorate/Makefile.am:
23710         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23711         (gst_audiorate_base_init), (gst_audiorate_class_init),
23712         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23713         (gst_audiorate_set_property), (gst_audiorate_get_property),
23714         (gst_audiorate_change_state), (plugin_init):
23715         Added an audiorate converter that fills in gaps.
23716
23717 2004-06-17  Johan Dahlin  <johan@gnome.org>
23718
23719         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23720
23721 2004-06-16  Wim Taymans  <wim@fluendo.com>
23722
23723         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23725         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23726         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23727         (gst_v4lsrc_get_property):
23728         * sys/v4l/gstv4lsrc.h:
23729         Added a copy mode to v4lsrc where it will output a copied version
23730         of its internal hardware buffer.
23731         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23732         can't | them.
23733
23734 2004-06-16  Wim Taymans  <wim@fluendo.com>
23735
23736         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23737         Timestamp fixes.
23738
23739 2004-06-16  Wim Taymans  <wim@fluendo.com>
23740
23741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23742         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23743         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23744         (gst_v4lsrc_get_property):
23745         * sys/v4l/gstv4lsrc.h:
23746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23747         Added a sync mode enum property to control v4lsrc timestamp method
23748         Removed the use-fixed-fps property and moved functionality in
23749         the enum.
23750         Don't error on an error value from v4l-conf, it might not always
23751         be a real error.
23752
23753 2004-06-16  Wim Taymans  <wim@fluendo.com>
23754
23755         * gst/videorate/Makefile.am:
23756         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23757         (gst_videorate_base_init), (gst_videorate_class_init),
23758         (gst_videorate_getcaps), (gst_videorate_link),
23759         (gst_videorate_init), (gst_videorate_chain),
23760         (gst_videorate_set_property), (gst_videorate_get_property),
23761         (gst_videorate_change_state), (plugin_init):
23762         Added a video timestamp corrector.
23763
23764 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23765
23766         fixed a potential leak with previous commit
23767
23768         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23769
23770 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23771
23772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23773         Added missing refcount, fixes bug #144425
23774         Cheers Tim for finding the bug
23775
23776 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23777
23778         * sys/v4l/gstv4l.c: (plugin_init):
23779         * sys/v4l/gstv4lcolorbalance.c:
23780         * sys/v4l/gstv4lcolorbalance.h:
23781         * sys/v4l/gstv4lelement.c:
23782         * sys/v4l/gstv4lelement.h:
23783         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23784         * sys/v4l/gstv4lmjpegsink.h:
23785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23786         * sys/v4l/gstv4lmjpegsrc.h:
23787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23788         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23789         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23790         * sys/v4l/gstv4lsrc.h:
23791         * sys/v4l/gstv4ltuner.c:
23792         * sys/v4l/gstv4ltuner.h:
23793         * sys/v4l/gstv4lxoverlay.c:
23794         * sys/v4l/gstv4lxoverlay.h:
23795         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23796         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23797         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23798         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23799         (gst_v4l_set_audio):
23800         * sys/v4l/v4l_calls.h:
23801         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23802         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23803         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23804         (gst_v4lmjpegsink_playback_init),
23805         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23806         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23807         (gst_v4lmjpegsink_playback_stop),
23808         (gst_v4lmjpegsink_playback_deinit):
23809         * sys/v4l/v4lmjpegsink_calls.h:
23810         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23811         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23812         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23813         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23814         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23815         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23816         * sys/v4l/v4lmjpegsrc_calls.h:
23817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23818         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23819         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23820         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23821         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23822         (gst_v4lsrc_try_palette):
23823         * sys/v4l/v4lsrc_calls.h:
23824           bunch of paranoia cleanups
23825
23826 2004-06-14  David Schleef  <ds@schleef.org>
23827
23828         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23829         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23830         Send discont events and change timestamps appropriately when
23831         we get a seek event.  (bug #144240)
23832         * ext/cdparanoia/gstcdparanoia.h:
23833
23834 2004-06-14  Benjamin Otte  <otte@gnome.org>
23835
23836         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23837           snd_pcm_hw_params_set_rate  since the latter fails for no good
23838           reason on some setups.
23839
23840 2004-06-14  David Schleef  <ds@schleef.org>
23841
23842         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23843         standard.  Thank you for playing.
23844
23845 2004-06-14  Wim Taymans  <wim@fluendo.com>
23846
23847         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23848         Patch 1.3 broke the ordering of the colorspace info and
23849         made the plugin basically work by coincidence, reordered
23850         the info.
23851
23852 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23853
23854         * ext/lame/gstlame.c:
23855         * ext/mad/gstmad.c:
23856           sync caps.  Make sure mad can only output a list of rates, not
23857           a full range.  In the future, have three caps lists for each of the
23858           mpeg versions.  Change mpegversion to a double as well.
23859
23860 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23861
23862         * gst/volume/.cvsignore:
23863         * gst/volume/Makefile.am:
23864         * gst/volume/demo.c: (value_changed_callback), (idler),
23865         (setup_gui), (main):
23866           added small demo app
23867
23868 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23869         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23870         * ext/esd/esdsink.h:
23871         Close the esd connection on pause, because esd will just wait -
23872         blocking all other esd clients indefinitely.
23873
23874 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23875
23876         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23877           previous commit with GST_DEBUG
23878
23879 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23880
23881         * configure.ac:
23882           add a header check for a dvdread header in dvdnav.  Fixes #133002
23883
23884 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23885
23886         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23887         * gst/tcp/gsttcpclientsink.h:
23888         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23889         * gst/tcp/gsttcpclientsrc.h:
23890         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23891         (gst_tcpserversink_handle_server_read),
23892         (gst_tcpserversink_init_send):
23893         * gst/tcp/gsttcpserversink.h:
23894         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23895         * gst/tcp/gsttcpserversrc.h:
23896         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23897         version of IP)
23898
23899 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23900
23901         * configure.ac:
23902         Added ogg library so that OSX detects libtheora properly
23903
23904 2004-06-11  Wim Taymans  <wim@fluendo.com>
23905
23906         * ext/theora/theoradec.c: (theora_dec_chain),
23907         (theora_dec_change_state):
23908         Don't try to decode frames before we received a keyframe.
23909
23910 2004-06-11  Wim Taymans  <wim@fluendo.com>
23911
23912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23913         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23914         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23915         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23916         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23917         Added property to set the maximum delay of a page.
23918
23919 2004-06-10  Wim Taymans  <wim@fluendo.com>
23920
23921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23922         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23923         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23924         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23925         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23926         Added max-delay property to control the maximum amount
23927         of data to put in one page.
23928
23929 2004-06-10  Wim Taymans  <wim@fluendo.com>
23930
23931         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23932         (gst_theora_enc_init), (theora_enc_sink_link),
23933         (theora_buffer_from_packet), (theora_enc_set_property),
23934         (theora_enc_get_property):
23935         Set duration on encoded buffer, added some more properties
23936
23937 2004-06-10  Wim Taymans  <wim@fluendo.com>
23938
23939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23940         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23941         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23942         * ext/theora/theoraenc.c: (theora_enc_chain):
23943         Fix refcounting bugs
23944
23945 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23946
23947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23948         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23949         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23950         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23951         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23952         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23953         (gst_asf_demux_change_state):
23954         * gst/asfdemux/gstasfdemux.h:
23955           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23956           feels like. I think we should set a new requirement for demuxers
23957           from now on to implement sane loop functions, data loops, query
23958           and seek functions before first commit into CVS. And this commit
23959           fixes all of the above.
23960
23961 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23962
23963         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23964           vorbis comments are properly encoded in UTF-8 before adding them
23965           to a GstTagList
23966
23967 2004-06-09  Benjamin Otte  <otte@gnome.org>
23968
23969         * ext/alsa/gstalsa.c: (add_channels):
23970           handle min <= max correctly
23971         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23972         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23973           add fixation functions so we fixate correctly. No preferring of alaw
23974           anymore because it's the first structure.
23975         * ext/alsa/gstalsa.h:
23976         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23977         (gst_alsa_hw_params_dump):
23978           add functions to ease debugging in alsalib
23979         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23980         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23981         (gst_alsa_start_audio):
23982           only specify hw params if we really setup a format (fixes #134007 -
23983           or at least works around it)
23984
23985 2004-06-09  Wim Taymans  <wim@fluendo.com>
23986
23987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23988         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23989         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23990         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23991         (gst_ogg_mux_loop):
23992         Use stream caps to setup the initial pages in the ogg stream.
23993         Correctly set the streamheader caps on the srcpad.
23994
23995 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23996
23997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23998         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23999         (gst_v4lsrc_getcaps):
24000         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24001         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24002           add querying of fps lists for webcams.  Negotiating to a framerate
24003           now works.
24004
24005 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24008         (theora_push_buffer), (theora_push_packet),
24009         (theora_set_header_on_caps), (theora_enc_chain):
24010           mark buffers and put on streamheader, raw theora streaming
24011           now works too, whee
24012
24013 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24014
24015         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24016         (gst_tcp_gdp_read_caps):
24017           do a looping read for caps and GDP headers too
24018
24019 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24020
24021         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24022         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24023           return EOS instead of NULL in _get
24024
24025 2004-06-08  Wim Taymans  <wim@fluendo.com>
24026
24027         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24028         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24029         (gst_tcp_gdp_write_caps):
24030         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24031         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24032         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24033         Memory leak fixes
24034
24035 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24036
24037         * ext/vorbis/Makefile.am:
24038         * ext/vorbis/vorbis.c: (plugin_init):
24039         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24040         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24041         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24042         (vorbis_parse_change_state):
24043         * ext/vorbis/vorbisparse.h:
24044           adding a vorbisparse element that marks the buffers, streaming
24045           raw vorbis using GDP now works, whee
24046
24047 2004-06-08  Wim Taymans  <wim@fluendo.com>
24048
24049         * ext/jpeg/Makefile.am:
24050         * ext/jpeg/README:
24051         * ext/jpeg/gstjpeg.c: (plugin_init):
24052         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24053         (gst_smokedec_base_init), (gst_smokedec_class_init),
24054         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24055         * ext/jpeg/gstsmokedec.h:
24056         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24057         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24058         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24059         (gst_smokeenc_resync), (gst_smokeenc_chain),
24060         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24061         * ext/jpeg/gstsmokeenc.h:
24062         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24063         (smokecodec_flush_destination), (smokecodec_term_destination),
24064         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24065         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24066         (smokecodec_term_source), (smokecodec_encode_new),
24067         (smokecodec_decode_new), (smokecodec_info_free),
24068         (smokecodec_set_quality), (smokecodec_get_quality),
24069         (smokecodec_set_threshold), (smokecodec_get_threshold),
24070         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24071         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24072         (smokecodec_parse_header), (smokecodec_decode):
24073         * ext/jpeg/smokecodec.h:
24074         Added a new simple jpeg based codec
24075
24076 2004-06-08  Wim Taymans  <wim@fluendo.com>
24077
24078         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24079         (gst_multipart_mux_loop):
24080         Fix memory leak
24081
24082 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24083
24084         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24085         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24086         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24087         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24088         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24089         * gst/tcp/gsttcpserversink.h:
24090           take streamheader into account
24091
24092 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24093
24094         * gst/level/Makefile.am:
24095         * gst/level/gstlevel.c: (gst_level_class_init):
24096           clean up marshal generation
24097
24098 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24099
24100         * gst/tcp/Makefile.am:
24101         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24102         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24103         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24104         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24105         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24106         (gst_tcpclientsrc_get_property):
24107         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24108         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24109         (gst_tcpserversink_handle_client_read),
24110         (gst_tcpserversink_handle_client_write),
24111         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24112         * gst/tcp/gsttcpserversink.h:
24113           add signals client-added and client-removed
24114         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24115         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24116         (gst_tcpserversrc_get_property):
24117         uniformized, change default protocol to NONE
24118         * gst/tcp/gsttcp-marshal.list: added
24119 2004-06-07  Benjamin Otte  <otte@gnome.org>
24120
24121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24122           handle discont events if they happen before caps nego
24123
24124 2004-06-07  Wim Taymans  <wim@fluendo.com>
24125
24126         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24127         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24128         (gst_multipart_demux_plugin_init):
24129         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24130         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24131         (gst_multipart_mux_change_state):
24132         Small updates, fix a memleak
24133
24134 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24135
24136         * configure.ac: OSS portability
24137         * ext/arts/gst_arts.c: idem
24138         * sys/oss/gstosselement.c: idem
24139         * sys/oss/gstossmixer.c: idem
24140         * sys/oss/gstosssink.c: idem
24141         * sys/oss/gstosssrc.c: idem
24142         * sys/oss/oss_probe.c: idem
24143           - check for soundcard.h in different places for some BSD
24144
24145 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24146
24147         * AUTHORS:
24148         Add me to the authors file
24149         * configure.ac:
24150         Increase the libdv requirement to >= version 0.100
24151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24152         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24153         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24154         * ext/dv/gstdvdec.h:
24155         Add support for the new_media flag when sending DISCONT events
24156         Make the querying work when video pad is not linked
24157
24158 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24159
24160         reviewed by Benjamin Otte  <otte@gnome.org>
24161
24162         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24163           create a NULL-initialized array of pads, so we don't think they
24164           exist already. (fixes #143130)
24165
24166 2004-06-07  Benjamin Otte  <otte@gnome.org>
24167
24168         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24169         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24170         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24171           don't use // coments
24172
24173 2004-06-07  Benjamin Otte  <otte@gnome.org>
24174
24175         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24176           cast to GstClockTime to get higher granularity
24177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24178           use gst_element_set_time_delay to get the exact time
24179         * ext/mad/gstmad.c: (gst_mad_chain):
24180           use the negotiated rate instead of the current frame's rate which
24181           might be wrong because of bit errors. This avoids emitting totally
24182           bogus timestamps and screwing sync.
24183         (fixes #143454)
24184
24185 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24186
24187         reviewed by Benjamin Otte  <otte@gnome.org>
24188
24189         * gst/adder/gstadder.c: (gst_adder_loop):
24190           properly error out when no negotiation has happened yet. (fixes
24191           #143032)
24192
24193 2004-06-06  Benjamin Otte  <otte@gnome.org>
24194
24195         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24196           forward correctly transformed offset in discont events. Based on
24197           patch by Arwed v. Merkatz. (fixes #142851)
24198
24199 2004-06-06  David Schleef  <ds@schleef.org>
24200
24201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24202         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24203         problems on several systems.
24204
24205 2004-06-06  Benjamin Otte  <otte@gnome.org>
24206
24207         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24208           use explicit caps on the srcpad
24209         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24210           properly error out if caps couldn't be set (fixes #142764)
24211
24212 2004-06-06  Benjamin Otte  <otte@gnome.org>
24213
24214         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24215         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24216         (gst_alsa_start_audio):
24217           - don't call set_periods_integer anymore, it breaks the
24218           configuration randomly
24219           - call snd_pcm_hw_params_set_access directly instead of using masks
24220           - don't fail if the sw_params can't be set, just use the default
24221           params and hope it works. Alsalib has weird issues when you touch
24222           sw_params and does no proper error reporting about what failed.
24223         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24224         (gst_alsa_close_audio):
24225           make our alsa debugging go via gst debugging and not conditionally
24226           defined
24227         * ext/alsa/gstalsa.h:
24228           add ALSA_DEBUG_FLUSH macro
24229         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24230         (plugin_init):
24231           wrap alsa errors to be printed via the gst debugging system and not
24232           spammed to stderr
24233
24234 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24235
24236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24237         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24238         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24239         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24240         (qtdemux_parse_trak):
24241         * gst/qtdemux/qtdemux.h:
24242           Bitch. Also known as seeking, querying & co.
24243         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24244         (gst_osssink_change_state):
24245         * sys/oss/gstosssink.h:
24246           Resyncing is for weenies, this hack is no longer needed and was
24247           broken anyway (since it - unintendedly - always leaves resync to
24248           TRUE).
24249
24250 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24251
24252         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24253         * gst/tcp/gsttcpclientsrc.h: idem
24254           - define MSG_NOSIGNAL if not done
24255           - include unistd.h for off_t
24256           (fixes #143749)
24257
24258 2004-06-05  Benjamin Otte  <otte@gnome.org>
24259
24260         * configure.ac:
24261         * ext/kio/Makefile.am:
24262           check for qt's moc preprocessor explicitly and use it
24263
24264 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24265
24266         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24267           don't get a signal for EPIPE on socket writes
24268           (somebody check if this works on other platforms)
24269
24270 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24271
24272         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24273         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24274           check error condition on available samples correctly
24275
24276 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24277
24278         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24279           avoid a segfault
24280         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24281         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24282         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24283         (gst_tcpserversrc_gdp_read_header):
24284          use ssize_t over size_t since the former is signed and thus the
24285          check for error codes can work
24286
24287 2004-06-02  Wim Taymans  <wim@fluendo.com>
24288
24289         reviewed by: Johan
24290
24291         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24292         (gst_multipart_mux_loop):
24293         Oops
24294
24295 2004-06-02  Wim Taymans  <wim@fluendo.com>
24296
24297         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24298         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24299         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24300         (gst_multipart_mux_change_state):
24301         Added configurable boundary specifier, added the value as a
24302         caps field as well.
24303
24304 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24305
24306         * gst/tcp/gsttcp.c:
24307         * gst/tcp/gsttcpclientsrc.c:
24308         * gst/tcp/gsttcpclientsrc.h:
24309         * gst/tcp/gsttcpserversrc.c:
24310           - portability fix, to compile on OSX
24311             (fixes #143146)
24312
24313         * sys/osxaudio/gstosxaudioelement.c:
24314         * sys/osxaudio/gstosxaudiosink.c:
24315         * sys/osxaudio/gstosxaudiosrc.c:
24316           - compilation warnings on OSX
24317             (fixes #143153)
24318
24319 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24320
24321         * ext/vorbis/vorbisdec.c : sign warning fixes
24322
24323         * gst-libs/gst/mixer/mixertrack.c :
24324           do no use defines which are glib 2.4 specific
24325
24326 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24327
24328         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24329           buffer since libflac doesn't expect it (reports a sync error when
24330           it encounters that)
24331
24332
24333 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24334
24335         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24336         * gst-libs/gst/mixer/mixertrack.c:
24337         (gst_mixer_track_get_property), (get_mixer_track_init),
24338         (get_mixer_track_get_property): Added property accessors
24339         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24340         * gst-libs/gst/mixer/mixeroptions.c:
24341         (gst_mixer_options_get_values): Added
24342         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24343         * gst-libs/gst/mixer/mixer.c: Fixed comment
24344
24345
24346 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24347
24348         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24349           improve error messages on open
24350
24351
24352 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24353
24354         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24355           check if v4l-conf is in path
24356
24357 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24358
24359         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24360           change assert to a more readable error message
24361
24362 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24363
24364         * gst-libs/gst/tuner/tunerchannel.h:
24365           - add a freq_multiplicator field to make the conversion
24366             between internal frequency unit and Hz
24367         * sys/v4l/gstv4lelement.c:
24368         * sys/v4l2/gstv4l2element.c:
24369           - change default video device to /dev/video0
24370         * sys/v4l/v4l_calls.c:
24371         * sys/v4l2/v4l2_calls.c:
24372           - we only expose frequency to the user in Hz instead of
24373             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24374
24375 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24376         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24377           Initialise b_o_s and e_o_s variables
24378         * gst-libs/gst/riff/riff-media.c:
24379         (gst_riff_create_video_caps_with_data):
24380           Add some unusual fourcc's from mplayer avi's
24381         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24382           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24383           autoplugging.
24384
24385 2004-05-28  Wim Taymans  <wim@fluendo.com>
24386
24387         * configure.ac:
24388         * gst/alpha/Makefile.am:
24389         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24390         (gst_alpha_get_type), (gst_alpha_base_init),
24391         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24392         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24393         (gst_alpha_chroma_key), (gst_alpha_chain),
24394         (gst_alpha_change_state), (plugin_init):
24395         A plugin to add an alpha channel to I420 video. Can optionally do
24396         chroma keying.
24397         * gst/multipart/Makefile.am:
24398         * gst/multipart/multipart.c: (plugin_init):
24399         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24400         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24401         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24402         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24403         (gst_multipart_demux_change_state),
24404         (gst_multipart_demux_plugin_init):
24405         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24406         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24407         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24408         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24409         (gst_multipart_mux_pad_unlink),
24410         (gst_multipart_mux_request_new_pad),
24411         (gst_multipart_mux_handle_src_event),
24412         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24413         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24414         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24415         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24416         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24417         send multipart jpeg images to a browser.
24418         * gst/videobox/Makefile.am:
24419         * gst/videobox/README:
24420         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24421         (gst_video_box_get_type), (gst_video_box_base_init),
24422         (gst_video_box_class_init), (gst_video_box_init),
24423         (gst_video_box_set_property), (gst_video_box_get_property),
24424         (gst_video_box_sink_link), (gst_video_box_i420),
24425         (gst_video_box_ayuv), (gst_video_box_chain),
24426         (gst_video_box_change_state), (plugin_init):
24427         Crops or adds borders around an image. can do alpha channel
24428         borders as well.
24429         * gst/videomixer/Makefile.am:
24430         * gst/videomixer/README:
24431         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24432         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24433         (gst_videomixer_pad_get_sink_event_masks),
24434         (gst_videomixer_pad_get_property),
24435         (gst_videomixer_pad_set_property),
24436         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24437         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24438         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24439         (gst_videomixer_base_init), (gst_videomixer_class_init),
24440         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24441         (gst_videomixer_handle_src_event),
24442         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24443         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24444         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24445         (gst_videomixer_loop), (gst_videomixer_get_property),
24446         (gst_videomixer_set_property), (gst_videomixer_change_state),
24447         (plugin_init):
24448         Generic video mixer plugin, can handle multiple inputs all with
24449         different framerates and video sizes. Is fully alpha channel
24450         aware.
24451
24452 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24453
24454         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24455           Select first track as master track. Not sure how else to handle
24456           that...
24457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24458           Discard discont events. Should fix #142962.
24459
24460 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24461
24462         * ext/alsa/Makefile.am:
24463         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24464         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24465         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24466         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24467         (gst_alsa_mixer_get_option):
24468         * ext/alsa/gstalsamixer.h:
24469         * ext/alsa/gstalsamixeroptions.c:
24470         (gst_alsa_mixer_options_get_type),
24471         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24472         (gst_alsa_mixer_options_new):
24473         * ext/alsa/gstalsamixeroptions.h:
24474         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24475         * ext/alsa/gstalsamixertrack.h:
24476           Add enumerations (as GstMixerOptions). Make correct distinction
24477           between input/output tracks. Add capture/playback private flag.
24478           Use flag to decide on whether to set capture or playback volumes
24479           or switches. Use playback and record switches.
24480         * gst-libs/gst/mixer/Makefile.am:
24481         * gst-libs/gst/mixer/mixer-marshal.list:
24482         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24483         (gst_mixer_set_option), (gst_mixer_get_option),
24484         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24485         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24486         * gst-libs/gst/mixer/mixer.h:
24487         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24488         (gst_mixer_options_class_init), (gst_mixer_options_init),
24489         (gst_mixer_options_dispose):
24490         * gst-libs/gst/mixer/mixeroptions.h:
24491           Add GstMixerOptions.
24492         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24493           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24494           broken device detection on computers with multiple OSS sound
24495           cards.
24496
24497 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24498
24499         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24500           fixate nicely even when the peer is not negotiating
24501
24502 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24503
24504         * gst/audioconvert/gstaudioconvert.c:
24505         (gst_audio_convert_parse_caps):
24506           make sure we don't allow depth > width
24507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24508           fixate endianness to G_BYTE_ORDER as default
24509         * gst/audioscale/gstaudioscale.c:
24510           we don't handle another endianness as host-endianness
24511
24512 2004-05-25  David Schleef  <ds@schleef.org>
24513
24514         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24515
24516 2004-05-24  Benjamin Otte  <otte@gnome.org>
24517
24518         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24519         (gst_oggvorbisenc_setup):
24520           properly fail when we can't setup the vorbis encoder due to
24521           unsupported settings
24522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24523         (gst_vorbisenc_setup):
24524           same
24525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24526           fix case where warnings occured when one pad was unlinked while the
24527           other's link function was called
24528
24529 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24530
24531         * gst/tcp/Makefile.am:
24532           use GST_ENABLE_NEW
24533
24534 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24535
24536         * gst-libs/gst/resample/private.h:
24537           don't use optimizations that are #if 0'ed
24538
24539 2004-05-24  Wim Taymans  <wim@fluendo.com>
24540
24541         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24542         Fix potential division by zero error and hopefully get
24543         the position query right to get correct timestamps on avi
24544         audio.
24545
24546 2004-05-24  Wim Taymans  <wim@fluendo.com>
24547
24548         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24549         (gst_videoscale_scale_nearest_str2),
24550         (gst_videoscale_scale_nearest_str4),
24551         (gst_videoscale_scale_nearest_32bit),
24552         (gst_videoscale_scale_nearest_24bit),
24553         (gst_videoscale_scale_nearest_16bit):
24554         Fix the scaling algorithm and avoid a buffer overflow.
24555         removed the while loop in the scaling function as it
24556         was used for point sampling only.
24557
24558 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24559
24560         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24561         (gst_id3_tag_class_init), (gst_id3_tag_init),
24562         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24563         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24564         (gst_id3_tag_send_tag_event):
24565           lots of fixes to make id3mux work and id3demux work correctly
24566
24567 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24568
24569         * ext/Makefile.am:
24570           add rules to build shout2send (was removed by accident
24571           when this module was no more marked experimental/broken)
24572
24573 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24574
24575         * ext/shout2/gstshout2.c:
24576         * ext/shout2/gstshout2.h:
24577           adding a "connection problem" signal to shout2send
24578           (fixes #142954)
24579
24580 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * ext/kio/kioreceiver.cpp:
24583         * ext/kio/kioreceiver.h:
24584           fix sign comparison issues
24585
24586 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24587
24588         * gst/cdxaparse/gstcdxaparse.c:
24589         * gst/cdxaparse/gstcdxaparse.h:
24590           some renaming
24591           add some checks/sanity
24592           prepare for seek addition
24593
24594         * sys/sunaudio/gstsunaudio.c:
24595           remove exported dupe init function
24596
24597 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24598
24599         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24600         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24601           Fix format conversion and position querying.
24602         * gst/debug/progressreport.c: (gst_progressreport_report):
24603           Don't output a bogus total value that we didn't query.
24604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24605           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24606           only a blank window after xine has been used.
24607
24608 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24609
24610         * m4/as-arts.m4:
24611           sync with upstream version to fix test on FC2
24612           readd with -ko to preserve Id header
24613
24614 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24615
24616         * configure.ac:
24617           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24618         * gst/tcp/gsttcpclientsrc.c: idem
24619         * gst/tcp/gsttcpserversink.c: idem
24620         * gst/tcp/gsttcpserversrc.c: idem
24621         * m4/gst-fionread.m4: idem
24622
24623         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24624
24625         * configure.ac: enable speex plugin for speex 1.1.5+
24626         * ext/speex/gstspeexenc.c: fix cast warning
24627
24628         * ext/esd/README: fix typo
24629
24630 2004-05-20  David Schleef  <ds@schleef.org>
24631
24632         * configure.ac: Minor cosmetic change to convince the buildbot to
24633         reautogen.
24634         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24635         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24636         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24637         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24638         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24639         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24640         More hacking.  Plays audio now.
24641
24642 2004-05-20  David Schleef  <ds@schleef.org>
24643
24644         * configure.ac:
24645         * sys/Makefile.am:
24646
24647 2004-05-20  David Schleef  <ds@schleef.org>
24648
24649         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24650         * sys/osxaudio/gstosxaudio.c:
24651         * sys/osxaudio/gstosxaudioelement.c:
24652         * sys/osxaudio/gstosxaudioelement.h:
24653         * sys/osxaudio/gstosxaudiosink.c:
24654         * sys/osxaudio/gstosxaudiosink.h:
24655         * sys/osxaudio/gstosxaudiosrc.c:
24656         * sys/osxaudio/gstosxaudiosrc.h:
24657
24658 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24659
24660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24661         (gst_vorbisenc_chain):
24662           put the codec headers on the caps as streamheader as well as
24663           pushing them out
24664
24665 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24666
24667         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24668         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24669         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24670         split up push_packet into two functions
24671
24672 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24673
24674         * gst/tcp/.cvsignore:
24675           ignore enums
24676         * gst/tcp/Makefile.am:
24677         * gst/tcp/README:
24678         * gst/tcp/gsttcp.c:
24679         * gst/tcp/gsttcp.h:
24680         * gst/tcp/gsttcpclientsink.c:
24681         * gst/tcp/gsttcpclientsink.h:
24682         * gst/tcp/gsttcpclientsrc.c:
24683         * gst/tcp/gsttcpclientsrc.h:
24684         * gst/tcp/gsttcpplugin.c:
24685         * gst/tcp/gsttcpserversink.c:
24686         * gst/tcp/gsttcpserversink.h:
24687         * gst/tcp/gsttcpserversrc.c:
24688         * gst/tcp/gsttcpserversrc.h:
24689           add new tcp elements
24690
24691 2004-05-19  Wim Taymans  <wim@fluendo.com>
24692
24693         * gst/law/mulaw-conversion.c: (mulaw_encode):
24694         Fix overflow bug in ulaw encoding.
24695
24696 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24697
24698         * ext/mad/gstmad.c: (gst_mad_handle_event):
24699           don't unref the event twice
24700
24701 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24702
24703         * configure.ac:
24704           remove -Wno-sign-compare
24705
24706 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24707
24708         * configure.ac:
24709           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24710           if you want to work against glib 2.2 and 2.4
24711
24712 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24713
24714         * gst/tcp/Makefile.am:
24715         * gst/tcp/gsttcp.c:
24716         * gst/tcp/gsttcp.h:
24717         * gst/tcp/gsttcpsink.h:
24718         * gst/tcp/gsttcpsrc.h:
24719           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24720
24721 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24722
24723         * gst/debug/tests.c: (md5_get_value):
24724           fix segfault on gst-inspect
24725
24726 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24727
24728         * gst/debug/testplugin.c:
24729         * gst/debug/tests.c:
24730         * gst/debug/tests.h:
24731           add new extensible and configurable testing element. Current tests
24732           include buffer count, stream length, timestamp/duration matching and
24733           md5.
24734         * gst/debug/Makefile.am:
24735         * gst/debug/gstdebug.c: (plugin_init):
24736           add infrastructure for new element
24737
24738 2004-05-19  Johan Dahlin  <johan@gnome.org>
24739
24740         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24741         ending of the array. Fixes gst-inspect segfault on ppc.
24742
24743 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24744
24745         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24746
24747         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24748
24749 2004-05-18  David Schleef  <ds@schleef.org>
24750
24751         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24752         warnings (bugs, actually) noticed by gcc but not forte.
24753
24754 2004-05-18  David Schleef  <ds@schleef.org>
24755
24756         * sys/sunaudio/Makefile.am:
24757         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24758
24759 2004-05-18  David Schleef  <ds@schleef.org>
24760
24761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24762         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24763         to allow qtdemux to use non-seekable streams. (bug #142272)
24764
24765 2004-05-18  David Schleef  <ds@schleef.org>
24766
24767         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24768         (gst_resample_sinc_ft_float): Remove use of static temporary
24769         buffer.  This code was obviously not supposed to last long, but
24770         it's stuck in our ABI, so it required a little hack to make it
24771         ABI-compatible.  Fixes #142585.
24772         * gst-libs/gst/resample/resample.h: same.
24773
24774 2004-05-18  David Schleef  <ds@schleef.org>
24775
24776         * configure.ac: Add sunaudio
24777         * examples/Makefile.am: make gstplay depend on gconf
24778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24779         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24780         (convert_table_lookup), (img_convert): remove c99-isms
24781         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24782           unsigned, to fix a warning on Solaris
24783         * gst/mpeg1sys/systems.c: bcopy->memcpy
24784         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24785         * sys/Makefile.am: Add sunaudio
24786
24787 2004-05-18  Wim Taymans  <wim@fluendo.com>
24788
24789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24790         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24791         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24792         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24793         (gst_ogg_mux_loop):
24794         Fix an ugly memleak where the muxer didn't flush enough ogg
24795         pages. This also resulted in badly muxed ogg files.
24796
24797 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24798
24799         * gst/asfdemux/asfheaders.c :
24800         * gst/asfdemux/asfheaders.h :
24801         * gst/asfdemux/gstasfdemux.c :
24802           - fix ASF_OBJ_PADDING guid
24803           - add 3 new object guids (language list, metadata,
24804             extended stream properties)
24805           - add a function to parse extended header objects
24806
24807 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24808
24809         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24810           remove leftover debugging g_print
24811
24812 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24813
24814         * ext/mad/gstmad.c: (gst_mad_handle_event):
24815           Fix for when the first format in a discont event is not a
24816           byte-based one. Should fix #137710.
24817
24818 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24819
24820         * m4/a52.m4 : fix compilation with -Wall -Werror
24821         * m4/libfame.m4 : idem
24822         * m4/libmikmod.m4 : idem
24823
24824 2004-05-17  Benjamin Otte  <otte@gnome.org>
24825
24826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24827           signal the new tags before giving up the reference
24828
24829 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24830
24831         * ext/shout2/gstshout2.c:
24832           use application/ogg instead of application/x-ogg (patch by Patrick
24833           Guimond, fixes #142432)
24834         * sys/oss/gstosselement.c: (gst_osselement_reset),
24835         (gst_osselement_sync_parms):
24836           don't set fragment size unless specified (fixes #142493)
24837
24838 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24839
24840         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24841           fixes #142664
24842
24843 2004-05-17  Benjamin Otte  <otte@gnome.org>
24844
24845         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24846           compute offsets correctly for internal buffers so timestamps are set
24847           correctly when we can't seek. Also handle cases where there are no
24848           offsets. (based on a patch by David Moore, fixes #142507)
24849
24850 2004-05-17  Benjamin Otte  <otte@gnome.org>
24851
24852         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24853           use correct variable when determining amount of data to skip so we
24854           don't skip into the void and segfault
24855
24856 2004-05-16  Benjamin Otte  <otte@gnome.org>
24857
24858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24859           Hi, I'm a memleak
24860
24861 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24862
24863         * gst/asfdemux/gstasfdemux.c:
24864           - fix a mem leak and always propagate tags
24865           - add WMV3 to known video codecs (but no decoder yet)
24866           - replace "surplus data" at end of audio header for what
24867             it is : codec specific data
24868           - fix a typo
24869
24870 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24871
24872         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24873
24874         * gst-libs/gst/audio/audioclock.c:
24875           Fix wrong return type (#142205).
24876
24877 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24878
24879         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24880           Ignore CRCs by default (fixes #142566).
24881
24882 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24883
24884         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24885         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24886         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24887         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24888         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24889         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24890           Fix for cases where we fail to attach to a mixer.
24891
24892 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24893
24894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24895           Don't touch events after not owning them anymore.
24896         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24897         (gst_wavparse_fmt), (gst_wavparse_other),
24898         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24899         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24900         (gst_wavparse_srcpad_event):
24901         * gst/wavparse/gstwavparse.h:
24902           Add seeking, fix querying.
24903
24904 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24905
24906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24907           - process comments even if they don't end with \0\0
24908             g_convert would ignore them if present and works well without them
24909
24910 2004-05-16  Benjamin Otte  <otte@gnome.org>
24911
24912         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24913           simplify caps
24914
24915 2004-05-16  Benjamin Otte  <otte@gnome.org>
24916
24917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24918           don't write to memory we might not write to - g_convert does that
24919           for us anyway (fixes #142613)
24920         (gst_asf_demux_audio_caps):
24921           comment out gst_util_dump_mem
24922
24923 2004-05-16  Benjamin Otte  <otte@gnome.org>
24924
24925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24926           compute correct expected timestamps after seek (broken since
24927           last commit)
24928         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24929           rename element and debugging category to gdkpixbufscale
24930
24931 2004-05-16  Benjamin Otte  <otte@gnome.org>
24932
24933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24934           add error checking to snd_pcm_delay and remove duplicate call to
24935           snd_pcm_delay that caused issues (see inline code comments)
24936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24937           make more readable and fix return value when snd_pcm_delay fails
24938         (fixes #142586)
24939
24940 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24941         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24942         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24943         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24944         (gst_pixbufscale_link), (gst_pixbufscale_init),
24945         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24946         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24947         (gst_pixbufscale_get_property), (pixbufscale_init):
24948         * ext/gdk_pixbuf/pixbufscale.h:
24949         Add these files I forgot earlier
24950
24951 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24952         * ext/gdk_pixbuf/Makefile.am:
24953         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24954         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24955         Add new pixbufscale element to scale RGB video
24956         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24957         and HYPER interpolation correctly.
24958         * ext/theora/theoraenc.c: (theora_enc_chain),
24959         Discard buffer and return if explicit caps could not be set
24960         (theora_enc_get_property):
24961         Make _get return kbps for the bitrate consistent with
24962         the _set function.
24963
24964
24965 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24966
24967         * ext/libvisual/visual.c: (gst_visual_chain):
24968           add missing visual_audio_analyze
24969
24970 2004-05-14  David Schleef  <ds@schleef.org>
24971
24972         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24973         is killed while we're playing.
24974         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24975         gst_element_no_more_pads().
24976
24977 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24978
24979         * gst-libs/gst/riff/riff-read.c :
24980           - fix INFO tag extraction in RIFF/AVI files
24981             because gst_event_unref (event) also freed taglist
24982           - avoid a mem leak
24983
24984 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24985
24986         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24987         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24988
24989         * gst/auparse/gstauparse.c :
24990           - add code (commented for now) to support audio/x-adpcm on src pad
24991             (we have no decoder for those layout yet)
24992
24993         * gst/cdxaparse/gstcdxaparse.c :
24994         * gst/cdxaparse/gstcdxaparse.h :
24995           - partial rewrite using RiffRead (ripped iain's wavparse code)
24996
24997         * gst/rtp/gstrtpL16enc.c : typo
24998         * gst/rtp/gstrtpgsmenc.c : typo
24999
25000 2004-05-13  Benjamin Otte  <otte@gnome.org>
25001
25002         * configure.ac:
25003           check for exact version of libvisual, it's not supposed to be
25004           API/ABI stable yet
25005
25006 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25007
25008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25009           signal no-more-pads
25010
25011 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25012
25013         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25014         Report which format was used for GST_FORMAT_DEFAULT
25015         * gst/debug/Makefile.am:
25016         * gst/debug/gstdebug.c: (plugin_init):
25017         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25018         (gst_progressreport_class_init), (gst_progressreport_init),
25019         (gst_progressreport_report), (gst_progressreport_set_property),
25020         (gst_progressreport_get_property), (gst_progressreport_chain),
25021         (gst_progressreport_plugin_init):
25022         Add progressreport element for testing.
25023
25024 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25025
25026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25027         * sys/v4l/gstv4lsrc.h:
25028         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25029         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25030         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25031         (gst_v4lsrc_grab_frame):
25032           add more debugging
25033           send a discont at start
25034
25035 2004-05-12  Colin Walters  <walters@redhat.com>
25036
25037         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25038         inflooping if we can't find a chunk.  Or in other words, don't blow
25039         chunks if we don't have a chunk to blow.
25040
25041 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25042         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25043         Remove old debug output
25044         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25045         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25046         (gst_dvdec_set_property), (gst_dvdec_get_property):
25047         Change the quality setting to an enum, so it works from gst-launch
25048         Don't renegotiate a non-linked pad. Allows audio only decoding.
25049         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25050         (gst_deinterlace_link), (gst_deinterlace_init):
25051         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25052         (gst_videodrop_link):
25053         Some caps negotiation fixes
25054
25055 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25056
25057         * ext/tarkin/gsttarkin.c :
25058           - Change RANK from NONE to PRIMARY
25059         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25060           - Change RANK from NONE to MARGINAL
25061         * ext/divx/gstdivxenc.c :
25062           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25063
25064 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25065
25066         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25067         (gst_vorbisenc_push_packet):
25068           copy a function that was added between 1.0 and 1.0.1 until we
25069           depend on worthwhile features of post-1.0
25070
25071 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25072
25073         * configure.ac:
25074           enable shout2 by default
25075         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25076         (gst_shout2send_base_init), (gst_shout2send_init),
25077         (gst_shout2send_connect), (gst_shout2send_change_state):
25078         * ext/shout2/gstshout2.h:
25079           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25080           #142262)
25081         * ext/theora/theora.c: (plugin_init):
25082           don't set rank on encoders
25083
25084 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25085
25086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25087           Use codec_data property instead of flag1 and flag2 for wma
25088
25089 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25090
25091         * gst/cdxaparse/gstcdxaparse.c :
25092           - Add mpegversion to CAPS to make it link
25093           - Rank is as GST_RANK_SECONDARY instead of NONE
25094         * gst/auparse/gstauparse.c :
25095           - Document all audio encoding we can encounter from Solaris 9
25096             headers and libsndfile information.
25097           - Increase max. rate from 48000 to 192000 (to match other elements)
25098           - Don't try to play junk data between header and samples
25099
25100 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25101
25102         * ext/libvisual/visual.c: (gst_visual_getcaps):
25103           use the right caps depending on endianness (I hope)
25104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25105           use GST_RANK_NONE for all non-decoding elements or spider gets
25106           mighty confused
25107
25108 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25109
25110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25111           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25112
25113 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25114
25115         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25116         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25117         (gst_switch_loop), (gst_switch_get_type):
25118           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25119           HEADERS. Had to be said.
25120
25121 2004-05-10  David Schleef  <ds@schleef.org>
25122
25123         * configure.ac: Add prototype Dirac support.
25124         * ext/Makefile.am:
25125         * ext/dirac/Makefile.am:
25126         * ext/dirac/gstdirac.cc:
25127         * ext/dirac/gstdiracdec.cc:
25128
25129 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25130
25131         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25132         (gst_auparse_init), (gst_auparse_chain),
25133         (gst_auparse_change_state):
25134           Hack around spider. Remove me some day please.
25135
25136 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25137
25138         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25139           Fix for some uninitialized variables in previous patch, also
25140           makes it work. Fixes #142286 while we're at it.
25141
25142 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25143
25144         * gst/auparse/gstauparse.c:
25145                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25146                 only unsupported formats are ADPCM/CCITT G.72x
25147                 reviewed by Ronald
25148         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25149
25150 2004-05-10  Wim Taymans  <wim@fluendo.com>
25151
25152         * ext/vorbis/Makefile.am:
25153         * ext/vorbis/README:
25154         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25155         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25156         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25157         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25158         (gst_oggvorbisenc_convert_sink),
25159         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25160         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25161         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25162         (get_constraints_string), (update_start_message),
25163         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25164         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25165         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25166         * ext/vorbis/oggvorbisenc.h:
25167         * ext/vorbis/vorbis.c: (plugin_init):
25168         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25169         (raw_caps_factory), (gst_vorbisenc_class_init),
25170         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25171         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25172         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25173         * ext/vorbis/vorbisenc.h:
25174         Added a raw vorbis encoder to be used with the oggmuxer.
25175         We still need the old encoder for some gnome applications,
25176         read the README to find out how that works.
25177         The raw encoder is called "rawvorbisenc" until 0.9.
25178
25179 2004-05-10  Wim Taymans  <wim@fluendo.com>
25180
25181         * ext/ogg/gstogg.c: (plugin_init):
25182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25183         (gst_ogg_print):
25184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25185         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25186         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25187         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25188         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25189         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25190         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25191         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25192         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25193         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25194         Added an ogg muxer.
25195         Small typo fixes in the demuxer.
25196
25197 2004-05-10  Wim Taymans  <wim@fluendo.com>
25198
25199         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25200         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25201         (theora_enc_change_state), (theora_enc_set_property),
25202         (theora_enc_get_property):
25203         Mark the last packet with an EOS flag which is not really needed
25204         in gstreamer.
25205         Do some better video framerate initialisation.
25206         Update the buffer timestamp.
25207
25208 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25209
25210         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25211         Return the result of the parent state change call
25212
25213 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25214
25215         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25216         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25217         * gst/law/alaw-encode.c : (idem)
25218         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25219         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25220         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25221
25222 2004-05-09  Benjamin Otte  <otte@gnome.org>
25223
25224         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25225           don't use a fixed buffer size when writing variable length data to
25226           it. Fixes memory corruption and makes alsasrc work
25227
25228 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25229
25230         * ext/gnomevfs/gstgnomevfssink.c:
25231         (_gst_boolean_allow_overwrite_accumulator),
25232         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25233           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25234           RUN_LAST, and don't use that to set the accumulator value because
25235           then it's always FALSE.
25236
25237 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25238
25239         * gst-libs/gst/riff/riff-media.c:
25240         (gst_riff_create_video_caps_with_data),
25241         (gst_riff_create_audio_caps),
25242         (gst_riff_create_audio_template_caps):
25243         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25244           Fix for unaligned RIFF files (i.e. where all the chunks together
25245           in a LIST chunk are not of the same size as the size given in
25246           the LIST chunk header). Fixes several odd WAVE files. Also fix
25247           ADPCM (block_align property) in audio, so that wavparse based
25248           on this works now as it used to stand-alone.
25249
25250 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25251
25252         reviewed by Benjamin Otte  <otte@gnome.org>
25253
25254         * ext/a52dec/gsta52dec.c:
25255         * ext/divx/gstdivxdec.c:
25256         * ext/divx/gstdivxenc.c:
25257         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25258         * ext/faac/gstfaac.c: (gst_faac_base_init):
25259         * ext/faad/gstfaad.c: (gst_faad_base_init):
25260         * ext/ivorbis/vorbisfile.c:
25261         * ext/lame/gstlame.c:
25262         * ext/libfame/gstlibfame.c:
25263         * ext/mpeg2enc/gstmpeg2enc.cc:
25264         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25265         * ext/sidplay/gstsiddec.cc:
25266         * ext/speex/gstspeexdec.c:
25267         * ext/speex/gstspeexenc.c:
25268         * ext/xvid/gstxviddec.c:
25269         * ext/xvid/gstxvidenc.c:
25270           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25271           (fixes #142193)
25272
25273 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25274
25275         * ext/alsa/gstalsa.c: (device_list),
25276         (gst_alsa_class_probe_devices):
25277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25278           Fix alsa oddness in mixer after the combination of using mixer
25279           in source/sink elements and using hw:x,y instead of just hw:x.
25280
25281 2004-05-09  Benjamin Otte  <otte@gnome.org>
25282
25283         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25284         (gst_wavparse_create_sourcepad):
25285           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25286           sourcepads
25287
25288 2004-05-09  Benjamin Otte  <otte@gnome.org>
25289
25290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25291           allow discont events before caps nego
25292
25293 2004-05-08  Benjamin Otte  <otte@gnome.org>
25294
25295         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25296           don't leak events
25297
25298 2004-05-08  Benjamin Otte  <otte@gnome.org>
25299
25300         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25301         (gst_level_change_state), (gst_level_init):
25302         * gst/level/gstlevel.h:
25303           figure out if we're initialized directly instead of keeping a
25304           variable that's wrong in 90% of cases
25305           don't initialize pads and then leak them and use a new unitialized
25306           pad. (fixes #142084)
25307           these were bugs so n00bish I didn't find them for an hour :/
25308
25309 2004-05-08 Iain <iain@prettypeople.org>
25310
25311         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25312         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25313         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25314         return the length that was read.
25315         (gst_riff_read_strf_auds): Allow fmt tags as well.
25316
25317 2004-05-07  David Schleef  <ds@schleef.org>
25318
25319         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25320         signed char assumption in faad.h.
25321
25322 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25323
25324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25325           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25326
25327 2004-05-07  Colin Walters  <walters@redhat.com>
25328
25329         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25330         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25331         function.
25332         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25333         Add dispose function.
25334
25335 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25336         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25337           Fix caps nego and pad templates. RGB mode caps should
25338           work now.
25339         * ext/dvdnav/gst-dvd:
25340           Move mpeg2dec inside the thread because otherwise the
25341           queue rejects cap changes mid-stream
25342         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25343         (gst_mpeg2dec_flush_decoder):
25344           For mpeg2dec > 0.4.0, call the flush function instead of
25345           manually extracting all in-flight frames.
25346         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25347         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25348           Change mime type video/dv go video/x-dv to match the
25349           rest of gst-plugins
25350
25351 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25352
25353         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25355         (gst_alsa_sink_class_init):
25356         * ext/alsa/gstalsasink.h:
25357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25358         (gst_alsa_src_class_init):
25359         * ext/alsa/gstalsasrc.h:
25360           Make alsasink/src a subclass of alsamixer so that mixer stuff
25361           shows up in gst-rec. Needs some finetuning.
25362
25363 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25364
25365         * ext/lame/gstlame.c: (gst_lame_chain):
25366           simplify
25367         * ext/mad/gstmad.c: (gst_mad_handle_event):
25368           fix event leak
25369         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25370           be able to detect mp3 files < 4096 bytes
25371
25372 2004-05-06  Wim Taymans  <wim@fluendo.com>
25373
25374         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25375         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25376         (theora_enc_set_property), (theora_enc_get_property):
25377         Also encode the first frame, cleanup some code.
25378
25379 2004-05-06  Wim Taymans  <wim@fluendo.com>
25380
25381         * ext/mpeg2enc/gstmpeg2enc.cc:
25382         Forward events first before deciding that negotiation was
25383         not performed.
25384
25385 2004-05-06  Wim Taymans  <wim@fluendo.com>
25386
25387         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25388         First process the events before deciding that negotiation
25389         was not performed.
25390
25391 2004-05-06  Wim Taymans  <wim@fluendo.com>
25392
25393         * ext/theora/Makefile.am:
25394         * ext/theora/theora.c: (plugin_init):
25395         * ext/theora/theoradec.c: (theora_dec_change_state):
25396         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25397         (gst_theora_enc_class_init), (gst_theora_enc_init),
25398         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25399         (theora_enc_chain), (theora_enc_change_state),
25400         (theora_enc_set_property), (theora_enc_get_property):
25401         Added a theora encoder, grouped the encoder and decoder into the
25402         same plugin.
25403
25404 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25405
25406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25407         (gst_jpegenc_chain):
25408         fix DURATION on outgoing buffers
25409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25410         debug using time formats
25411         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25413         (gst_xvimagesink_sink_link):
25414         windows with width/height 0 generate X errors, so don't allow them
25415
25416 2004-05-05  Wim Taymans  <wim@fluendo.com>
25417
25418         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25419         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25420         (gst_mpeg2dec_negotiate_format):
25421         * ext/mpeg2dec/gstmpeg2dec.h:
25422           removed the static pad template so that we can add the
25423           more accurate framerate value to the caps.
25424
25425
25426 2004-05-04  Benjamin Otte  <otte@gnome.org>
25427
25428         * configure.ac:
25429           check for kdemacros.h, too (should fix #141821)
25430         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25431           don't crash if no header was sent, but nicely error out (fixes part
25432           of #141554)
25433
25434 2004-05-04  Wim Taymans  <wim@fluendo.com>
25435
25436         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25437         parent dispose function to avoid segfault on destroy.
25438
25439 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25440
25441         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25442         (plugin_init):
25443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25444         (gst_xvimagesink_sink_link):
25445         clean up debugging caps
25446         also recreate xvimage when format has changed
25447
25448 2004-05-04  Benjamin Otte  <otte@gnome.org>
25449
25450         * ext/libvisual/Makefile.am:
25451         * ext/libvisual/visual.c: (gst_visual_class_init),
25452         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25453         (gst_visual_srclink), (gst_visual_chain),
25454         (gst_visual_change_state), (plugin_init):
25455           use a GstAdapter to correctly adapt buffer sizes - allows using a
25456           framerate
25457
25458 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25459
25460         * sys/v4l/gstv4lelement.h:
25461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25463         (gst_v4lsrc_buffer_free):
25464         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25465         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25466         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25467         (gst_v4lsrc_requeue_frame):
25468         move some debugging categories around
25469         query for fps index and set accordingly if found
25470
25471 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25472
25473         * ext/lame/gstlame.c:
25474         correct defaults that lame_init puts out of range
25475
25476 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25477
25478         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25479         (gst_divxenc_class_init):
25480         fix range since -1 is the default
25481         * gst/mpeg1sys/gstmpeg1systemencode.c:
25482         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25483         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25484         (gst_rtjpegdec_chain):
25485         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25486         (gst_rtjpegenc_chain):
25487         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25488         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25491         * sys/v4l/gstv4lsrc.c:
25492         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25493         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25494         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25495         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25496         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25497           remove gst_info calls
25498
25499 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25500
25501         * Makefile.am:
25502         * po/af.po:
25503         * po/az.po:
25504         * po/en_GB.po:
25505         * po/nl.po:
25506         * po/sr.po:
25507         * po/sv.po:
25508           Updated translations
25509
25510 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25511
25512         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25513           refactor/comment code
25514
25515 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25516
25517         * gst/asfdemux/Makefile.am:
25518         * gst/asfdemux/asfheaders.c:
25519         * gst/asfdemux/asfheaders.h:
25520         * gst/asfdemux/gstasf.c: (plugin_init):
25521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25522         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25523         (gst_asf_demux_setup_pad):
25524         * gst/asfdemux/gstasfdemux.h:
25525         * gst/asfdemux/gstasfmux.c:
25526         * gst/asfdemux/gstasfmux.h:
25527           Add tagging support to demuxer, split out registration in its own
25528           file instead of in demux (hacky), and prevent having some tables
25529           in our memory multiple times (in asfheaders.h).
25530
25531 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25532
25533         * gst/matroska/matroska-demux.c:
25534         (gst_matroska_demux_parse_metadata):
25535         * gst/matroska/matroska-ids.h:
25536           Basic tag reading support.
25537
25538 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25539
25540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25541           Really detect ac-3 audio.
25542         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25543           really detect matroska files (off-by-1).
25544
25545 2004-04-30  David Schleef  <ds@schleef.org>
25546
25547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25548         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25549         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25550         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25551         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25552         hackage -- parse a lot more atoms, extract a few tags.  One might even
25553         mistake this for tag support.  Maybe it is.
25554         * gst/qtdemux/qtdemux.h:
25555
25556 2004-04-30  Colin Walters  <walters@verbum.org>
25557
25558         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25559
25560 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25561
25562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25563         (gst_ffmpegcolorspace_getcaps):
25564           remove broken nego fix
25565
25566 2004-04-30  Benjamin Otte  <otte@gnome.org>
25567
25568         * configure.ac:
25569         * ext/Makefile.am:
25570         * ext/libvisual/Makefile.am:
25571         * ext/libvisual/visual.c:
25572           add initial support for libvisual (http://libvisual.sourceforge.net)
25573           libvisual is still quite alpha, so expect crashes in there :)
25574
25575 2004-04-29  David Schleef  <ds@schleef.org>
25576
25577         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25578         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25579         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25580         code; you will no longer respect me.
25581
25582 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25583
25584         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25585         * ext/alsa/gstalsa.h :
25586         change alsa pcm device discovery to find more than 1 device
25587         per card. code review by Ronald.
25588
25589 2004-04-29  David Schleef  <ds@schleef.org>
25590
25591         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25592         Add a check for a driver bug on FreeBSD.  (bug #140565)
25593
25594 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25595
25596         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25597         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25598         (gst_jpegenc_getcaps):
25599           move format setting to inner loop
25600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25601         (gst_ffmpegcolorspace_getcaps):
25602           use GST_PAD_CAPS if available so that we use already negotiated
25603           caps
25604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25605         (qtdemux_parse_moov), (qtdemux_parse):
25606           extra debugging
25607         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25608         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25609           move hardcoded path to DEFINE
25610
25611 2004-04-28  David Schleef  <ds@schleef.org>
25612
25613         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25614         (bug #140064)
25615
25616 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25617
25618         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25619           Don't probe for playback device if we're a source element. Fixes
25620           #139658.
25621
25622 2004-04-29  Benjamin Otte  <otte@gnome.org>
25623
25624         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25625         (gst_id3_tag_chain):
25626           rewrite buffer offset
25627
25628 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25629
25630         * configure.ac:
25631         * ext/Makefile.am:
25632         * ext/dts/Makefile.am:
25633         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25634         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25635         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25636         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25637         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25638         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25639         (plugin_init):
25640         * ext/dts/gstdtsdec.h:
25641           New DTS decoder.
25642         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25643         (gst_faad_srcconnect):
25644           Add ESDS atom handling (.m4a).
25645
25646 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25647
25648         * ext/divx/gstdivxdec.c: (plugin_init):
25649           Remove comment that makes no sense.
25650         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25651           Fix for obvious typo that resulted in warnings during gst-register.
25652         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25653         (gst_xviddec_sink_link):
25654           Fix caps negotiation a bit better.
25655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25656           We call this 'codec_data', not 'esds'.
25657
25658 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25659
25660         * gst/monoscope/gstmonoscope.c:
25661           make sure we only provide 256x128
25662         * gst/monoscope/monoscope.c: (monoscope_init):
25663           assert size of 256x128
25664
25665 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25666
25667         * Makefile.am:
25668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25669         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25670           fixate to max width and height of device
25671
25672 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25673
25674         * Makefile.am:
25675         * sys/v4l/gstv4l.c:
25676         * sys/v4l/gstv4lsrc.c:
25677         * sys/v4l/v4l_calls.c:
25678         * sys/v4l/v4lsrc_calls.c:
25679           fix for qc-usb driver which fakes having more than one buffer
25680           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25681           buffer_free override
25682           add debugging
25683
25684 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25685
25686         * Makefile.am:
25687         * gst/videotestsrc/gstvideotestsrc.c:
25688         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25689         (gst_videotestsrc_init), (gst_videotestsrc_get),
25690         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25691         * gst/videotestsrc/gstvideotestsrc.h:
25692           add num-buffers property
25693
25694         2004-04-26  Benjamin Otte  <otte@gnome.org>
25695
25696         * ext/mad/gstid3tag.c: (plugin_init):
25697           set id3mux rank to NONE so it doesn't confuse spider
25698           require audio/mpeg,mpegversion=1 in id3mux
25699
25700 2004-04-26  Benjamin Otte  <otte@gnome.org>
25701
25702         * configure.ac:
25703           detect faad correctly as non-working if it's indeed non-working
25704
25705 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25706
25707         * Makefile.am:
25708         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25709         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25710         fix _getcaps so it only negotiates to its supported format
25711
25712 2004-04-25  Benjamin Otte  <otte@gnome.org>
25713
25714         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25715           fix memleak
25716
25717 2004-04-23  Benjamin Otte  <otte@gnome.org>
25718
25719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25720           audio/x-raw-int with height rules! not. Now it's depth.
25721
25722 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25723
25724         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25725         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25726         (gst_wavparse_loop):
25727           Missing variable initialization. Add handling of DVI ADPCM. Fix
25728           mis-parsing of LIST chunks. This works around a bug where we mis-
25729           parse non-aligning LIST chunks (so LIST chunks where the contents
25730           don't align with the actual LIST size). The correct fix is to use
25731           rifflib, I'm not going to fix wavparse - too much work. All this
25732           fixes #104878.
25733
25734 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25735
25736         reviewed by Benjamin Otte  <otte@gnome.org>
25737
25738         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25739           fix shoutcast not working (fixes #140844)
25740
25741 2004-04-22  Benjamin Otte  <otte@gnome.org>
25742
25743         * ext/hermes/gsthermescolorspace.c:
25744         (gst_hermes_colorspace_caps_remove_format_info):
25745         * gst/colorspace/gstcolorspace.c:
25746         (gst_colorspace_caps_remove_format_info):
25747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25748         (gst_ffmpegcolorspace_caps_remove_format_info):
25749           s/gst_caps_simplify/gst_caps_do_simplify/
25750
25751 2004-04-22  Benjamin Otte  <otte@gnome.org>
25752
25753         * gst-libs/gst/riff/riff-media.c:
25754         (gst_riff_create_video_caps_with_data):
25755           mpegversion is an int
25756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25757           don't try to create pad templates with NULL caps, use any caps
25758           instead.
25759
25760 2004-04-20  David Schleef  <ds@schleef.org>
25761
25762         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25763         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25764         (bug #140384)
25765
25766 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25767
25768         reviewed by David Schleef
25769
25770         * ext/mad/gstid3tag.c: Add stdlib.h
25771         * gst/rtp/gstrtpgsmenc.c: same
25772         * gst/tags/gstid3tag.c: same
25773         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25774         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25775         GST_DISABLE_LOADSAVE use.
25776         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25777         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25778         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25779         atol(3)).
25780         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25781         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25782         strtoul(3)).
25783         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25784         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25785         $(ID3_CFLAGS).
25786         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25787         $(LIBFAME_CFLAGS).
25788
25789 2004-04-20  David Schleef  <ds@schleef.org>
25790
25791         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25792         last checkin.  Same idea.
25793
25794 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25795
25796         reviewed by David Schleef
25797
25798         * configure.ac: bump required gstreamer version to 0.8.1.1
25799         because of following changes [--ds]
25800
25801         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25802         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25803         (gst_riff_read_header):  Use GST_READ_UINT*
25804         macros to access possibly unaligned memory.
25805
25806         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25807         (mp3_type_find):  Use GST_READ_UINT*
25808         macros to access possibly unaligned memory.
25809         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25810         (speex_type_find): Likewise
25811
25812         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25813
25814         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25815         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25816         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25817         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25818         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25819         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25820         macros to access possibly unaligned memory.
25821
25822         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25823         Likewise.
25824
25825         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25826         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25827
25828         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25829         Likewise.
25830
25831         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25832         (gst_mpeg2subt_chain_subtitle): Likewise.
25833
25834         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25835         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25836         Likewise.
25837
25838         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25839         Likewise.
25840
25841         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25842         Likewise.
25843
25844         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25845         Likewise.
25846
25847 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25848
25849         * configure.ac:
25850           update required version of GStreamer because of GST_TIME_FORMAT
25851
25852 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25853
25854         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25855           remove leftover g_print
25856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25857           don't try setting only a subset of the caps. We don't want to kill
25858           autoplugging on purpose
25859
25860 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25861
25862         * sys/ximage/ximagesink.c: (plugin_init):
25863         * sys/xvimage/xvimagesink.c: (plugin_init):
25864           add debugging categories
25865
25866 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25867
25868         * po/en_GB.po:
25869         * po/LINGUAS:
25870           Adding en_GB translation (Gareth Owen)
25871
25872 2004-04-20  David Schleef  <ds@schleef.org>
25873
25874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25875         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25876         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25877         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25878         A number of new features and hacks to extract the esds atom and
25879         put it into the caps.  (bug #137724)
25880
25881 2004-04-19  David Schleef  <ds@schleef.org>
25882
25883         * gconf/Makefile.am: Fix for non-GNU make
25884         * gst-libs/gst/Makefile.am: Change directory order to handle
25885         GstPlay linking with gstinterfaces
25886         * gst-libs/gst/audio/make_filter: make use of tr portable
25887         * gst-libs/gst/play/Makefile.am: Add intended \
25888         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25889         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25890         function prototype instead of void *.
25891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25892         macro.
25893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25894         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25895         * gst/videofilter/make_filter: make use of tr portable
25896         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25897
25898 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25899
25900         * po/LINGUAS:
25901         * po/uk.po:
25902           Added Ukrainian translation (Maxim V. Dziumanenko)
25903
25904 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25905
25906         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25907         (gst_gsmdec_link), (gst_gsmdec_chain):
25908           Fix capsnego, simplify chain function slightly.
25909         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25910           Add GSM.
25911
25912 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25915         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25916         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25917           Hack to make wavparse work with spider (always -> sometimes pad).
25918           Fixes #135862 && #140411.
25919
25920 2004-04-18  Benjamin Otte  <otte@gnome.org>
25921
25922         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25923         (gst_osselement_rate_probe_check),
25924         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25925           get rid of \n in debug output
25926
25927 2004-04-17  Iain <iain@prettypeople.org>
25928
25929         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25930         not just EOS.
25931
25932 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25933
25934         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25935         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25936         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25937         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25938         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25939         (gst_id3_tag_change_state), (plugin_init):
25940           deprecate id3tag element and replace with id3demux/id3mux.
25941           great side effect: this ugly file is now even uglier, yay!
25942         * ext/mad/gstmad.h:
25943           remove non-available function
25944           update for new get_type
25945
25946 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25947
25948         * configure.ac:
25949           require mpeg2dec >= 0.4.0
25950
25951 2004-04-17  Benjamin Otte  <otte@gnome.org>
25952
25953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25954         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25955         (gst_xvimagesink_set_xwindow_id):
25956           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25957           assorted cleanup fixes.
25958
25959 2004-04-16  David Schleef  <ds@schleef.org>
25960
25961         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25962         * sys/xvimage/xvimagesink.h: same
25963
25964 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25967           Fix GST_ELEMENT_ERROR with (NULL)
25968
25969 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25970
25971         * gst-libs/gst/riff/riff-media.c:
25972         (gst_riff_create_video_caps_with_data):
25973           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25974
25975 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * gst-libs/gst/riff/riff-media.c:
25978         (gst_riff_create_video_caps_with_data),
25979         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25980         (gst_riff_create_video_template_caps),
25981         (gst_riff_create_audio_template_caps):
25982         * gst-libs/gst/riff/riff-media.h:
25983         * gst-libs/gst/riff/riff-read.c:
25984         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25985         * gst-libs/gst/riff/riff-read.h:
25986         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25987           Add MS RLE support. I added some functions to read out strf chunks
25988           into strf chunks and the data behind it. This is usually color
25989           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25990           caps creation. Lastly, add ADPCM (similar to wavparse - which
25991           should eventually be rifflib based).
25992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25993         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25994         * gst/matroska/matroska-demux.h:
25995           Remove placeholders for some prehistoric tagging system. Didn't add
25996           support for any tag system really anyway.
25997         * gst/qtdemux/qtdemux.c:
25998           Add support for audio/x-m4a (MPEG-4) through spider.
25999         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26000         (gst_wavparse_loop):
26001           ADPCM support (#135862). Increase max. buffer size because we
26002           cannot split buffers for ADPCM (screws references) and I've seen
26003           files with 2048 byte chunks. 4096 seems safe for now.
26004
26005 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26006
26007         * configure.ac: bump nano to 1
26008
26009 === release 0.8.1 ===
26010
26011 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26012
26013         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26014
26015 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26016
26017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26018           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26019           Fixes #140058
26020
26021 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26022
26023         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26024           lower rank of dvddemux so that it's not used for mpeg playback.
26025
26026 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26027
26028         * configure.ac:
26029           save libs correctly when checking mad
26030
26031 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26032
26033         * ext/mad/gstid3tag.c: (plugin_init):
26034           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26035
26036 2004-04-13  David Schleef  <ds@schleef.org>
26037
26038         * common/m4/gst-feature.m4: Call -config scripts with
26039         --plugin-libs if it is supported.
26040         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26041         JPEG images are image/jpeg.
26042         * gst/debug/Makefile.am:
26043         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26044         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26045         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26046         (gst_negotiation_plugin_init): Add a property that acts like
26047         filter caps.
26048         * testsuite/gst-lint:  Move license checking to be a standard
26049         test.
26050
26051 2004-04-13  David Schleef  <ds@schleef.org>
26052
26053         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26054         patch from Sebastien Cote (bug #139958)
26055
26056 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26057
26058         * examples/gstplay/Makefile.am:
26059         * examples/gstplay/player.c: (main):
26060           make the commandline player example use gconf settings
26061
26062 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26063
26064         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26065         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26066         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26067           init/end library during state transition, not object
26068           creation/disposal.  get rid of custom dispose handler.
26069
26070
26071 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26072
26073         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26074         be a symlink
26075
26076 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26077
26078         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26079           Handle JUNK chunks inside data section. Prevents warnings.
26080
26081 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26082
26083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26084         (gst_riff_create_video_template_caps):
26085           Add MS video v1.
26086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26087         (gst_avi_demux_stream_data):
26088           Add support for "rec-list" chunks.
26089
26090 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26091
26092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26093           Fix another codecname mismatch.
26094
26095 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26096
26097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26098           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26099           so that MJPEG plays back.
26100
26101 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26104         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26105         * gst/mpeg1videoparse/gstmp1videoparse.h:
26106           Fix for some slight mis-cuts in buffer parsing, and for some
26107           potential overflows or faults-causers. Adds disconts. Also fixes
26108           #139105 while we're at it.
26109
26110 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26111
26112         * configure.ac:
26113         * sys/v4l2/gstv4l2element.h:
26114           Workaround for missing struct v4l2_buffer declaration in Suse 9
26115           and Mandrake 10 linux/videodev2.h header file (#135919).
26116
26117 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26120           Bail out if no filename was given.
26121
26122 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26125         (gst_v4l2_fourcc_from_structure):
26126           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26127           Y41B somewhere).
26128
26129 2004-04-09  Benjamin Otte  <otte@gnome.org>
26130
26131         * ext/gnomevfs/gstgnomevfssink.c:
26132         (_gst_boolean_allow_overwrite_accumulator),
26133         (gst_gnomevfssink_class_init):
26134           fix erase signal - if any handler returns false the file will not be
26135           overwritten. If no handler is connected, the file will not be
26136           overwritten either.
26137           renamed signal to "allow-overwrite"
26138         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26139           free string when adding it to ID3 failed
26140         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26141           unref event when done
26142         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26143           free caps
26144         * gst/typefind/gsttypefindfunctions.c:
26145         (mpeg_video_stream_type_find):
26146           fix invalid read
26147
26148 2004-04-08  David Schleef  <ds@schleef.org>
26149
26150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26151         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26152
26153 2004-04-08  David Schleef  <ds@schleef.org>
26154
26155         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26156         we don't support (bug #139532)
26157
26158 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26159
26160         * ext/mad/gstmad.c: (gst_mad_handle_event),
26161         (gst_mad_check_caps_reset), (gst_mad_chain),
26162         (gst_mad_change_state):
26163           only set explicit caps if they haven't been set before for
26164           this stream.  MPEG-audio sample rate/channels aren't allowed
26165           to change in-stream.
26166           Fixes #139382
26167
26168 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26171         (_gst_boolean_did_something_accumulator),
26172         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26173         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26174         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26175         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26176         (gst_gnomevfssink_change_state):
26177           Fix erase signal. Don't erase by default. Remove handoff signal.
26178           Remove erase property. Don't segfault. General cleanup.
26179
26180 2004-04-07  Benjamin Otte  <otte@gnome.org>
26181
26182         * gst-libs/gst/gconf/test-gconf.c: (main):
26183           add missing gst_init
26184
26185 2004-04-07  Benjamin Otte  <otte@gnome.org>
26186
26187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26188           free the mutexes, too
26189
26190 2004-04-07  Benjamin Otte  <otte@gnome.org>
26191
26192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26193           actually free the URI string
26194         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26195           compute offset correctly when passing discont events
26196         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26197           don't leak discont events
26198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26199           add some missing breaks so caps aren't copied randomly
26200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26201           if we realloc memory, we better use it
26202
26203 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26204
26205         * ext/mad/gstmad.c: (normal_seek):
26206           fix GST_FORMAT_TIME usage
26207
26208 2004-04-05  David Schleef  <ds@schleef.org>
26209
26210         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26211         a deprecated function (hack!)
26212
26213 2004-04-05  Benjamin Otte  <otte@gnome.org>
26214
26215         * ext/esd/esdmon.c: (gst_esdmon_get):
26216           fix nonterminated vararg and memleak
26217
26218 2004-04-05  Benjamin Otte  <otte@gnome.org>
26219
26220         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26221         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26222         (gst_ladspa_set_property), (gst_ladspa_get_property),
26223         (gst_ladspa_instantiate), (gst_ladspa_activate),
26224         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26225           clean up debugging
26226
26227 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26228
26229         reviewed by Benjamin Otte  <otte@gnome.org>
26230
26231         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26232           check for broken LADSPA parameters (fixes #138635)
26233
26234 2004-04-05  Benjamin Otte  <otte@gnome.org>
26235
26236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26237           advertise buffer-frames correctly on sinkpads
26238
26239 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26240
26241         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26242         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26243         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26244         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26245         (gst_mad_check_caps_reset), (gst_mad_chain):
26246         add more debugging, only reset caps when we're not in error state
26247
26248 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26249
26250         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26251
26252 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26253
26254         reviewed by Benjamin Otte  <otte@gnome.org>
26255
26256         * configure.ac:
26257           fix == in test(1) operator
26258
26259 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26260
26261         reviewed by Benjamin Otte  <otte@gnome.org>
26262
26263         * configure.ac:
26264           fix --export-symblos-regex to a working regex.
26265
26266 2004-04-04  Benjamin Otte  <otte@gnome.org>
26267
26268         * sys/oss/.cvsignore:
26269           add for oss_probe
26270
26271 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26272
26273         reviewed by Benjamin Otte  <otte@gnome.org>
26274
26275         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26276           add missing 'new_media' argument (fixes #138168)
26277         * gst/matroska/matroska-demux.c:
26278         (gst_matroska_demux_handle_seek_event):
26279           add vararg terminator (fixes #138169)
26280
26281 2004-04-02  David Schleef  <ds@schleef.org>
26282
26283         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26284         disted (bug #138914)
26285
26286 2004-04-01  Benjamin Otte  <otte@gnome.org>
26287
26288         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26289         (gst_alsa_close_audio):
26290           handle case better where a soundcard can't pause
26291         * ext/ogg/gstoggdemux.c:
26292           don't crash when we get events but don't have pads yet
26293
26294 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26295
26296         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26297           throw an error if we couldn't probe any caps.
26298
26299 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26300
26301         * ext/dvdnav/gst-dvd:
26302         Add a really simple sample DVD player
26303
26304 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26305
26306         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26307         (gst_a52dec_push), (gst_a52dec_handle_event),
26308         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26309         (gst_a52dec_change_state):
26310         * ext/a52dec/gsta52dec.h:
26311           Use a debug category, Output timestamps correctly
26312           Emit tag info, Handle events, tell liba52dec about cpu
26313           capabilities so it can use MMX etc.
26314         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26315           Fix a crasher accessing invalid memory
26316         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26317         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26318         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26319         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26320         (dvdnavsrc_query):
26321           Some support for byte-format seeking.
26322           Small fixes for still frames and menu button overlays
26323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26324         (gst_mpeg2dec_alloc_buffer):
26325           Use a debug category. Adjust the report level of several items to
26326           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26327           so it doesn't lose the GstBuffer pointer
26328         * gst/debug/Makefile.am:
26329         * gst/debug/gstdebug.c: (plugin_init):
26330         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26331         (gst_navseek_base_init), (gst_navseek_class_init),
26332         (gst_navseek_init), (gst_navseek_seek),
26333         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26334         (gst_navseek_get_property), (gst_navseek_chain),
26335         (gst_navseek_plugin_init):
26336         * gst/debug/gstnavseek.h:
26337           Add the navseek debug element for seeking back and forth in a
26338           video stream using arrow keys.
26339         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26340         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26341         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26342         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26343         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26344         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26345         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26346         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26347         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26348         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26349         * gst/mpeg2sub/gstmpeg2subt.h:
26350           Pretty much a complete rewrite. Now a loopbased element. May still
26351           require work to properly synchronise subtitle buffers.
26352         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26353         (gst_dvd_demux_send_subbuffer):
26354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26355           Don't attempt to create subbuffers of size 0
26356           Reduce a couple of error outputs to warnings.
26357         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26358         (gst_y4mencode_chain):
26359         Output the y4m frame header correctly.
26360
26361 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26362
26363         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26364           throw errors instead of allowing SIGFPE
26365
26366 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26367
26368         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26369         (gst_gconf_render_bin_from_key):
26370           leak plugging and style fixing
26371
26372 2004-03-31  David Schleef  <ds@schleef.org>
26373
26374         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26375         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26376         (bug #138225)
26377         * gst/debug/Makefile.am:
26378         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26379         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26380         plugin.
26381         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26382         (gst_negotiation_base_init), (gst_negotiation_class_init),
26383         (gst_negotiation_init), (gst_negotiation_getcaps),
26384         (gst_negotiation_pad_link), (gst_negotiation_chain),
26385         (gst_negotiation_set_property), (gst_negotiation_get_property),
26386         (gst_negotiation_plugin_init):  New element to talk about random
26387         negotiation things happening in a pipeline.
26388
26389 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26390
26391         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26392           fix integer addition with help of Stefan Kost
26393
26394 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26395
26396         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26397
26398 2004-03-30  David Schleef  <ds@schleef.org>
26399
26400         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26401         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26402         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26403         (bug #137504)
26404         * ext/mpeg2dec/gstmpeg2dec.h:
26405
26406 2004-03-30  David Schleef  <ds@schleef.org>
26407
26408         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26409
26410 2004-03-30  David Schleef  <ds@schleef.org>
26411
26412         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26413         Michael Petullo) to handle .mov
26414
26415 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26416
26417         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26418         (gst_osselement_rate_check_rate):
26419           probe caps correctly for sound cards that only support one format
26420
26421 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26422
26423         * ext/kio/kiosrc.cpp: (process_events):
26424           update handling event processing if inside KDE - untested
26425
26426 2004-03-29  David Schleef  <ds@schleef.org>
26427
26428         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26429         by 2 to not interfere with other colorspaces.
26430         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26431         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26432         one to not interfere with ffmpeg_colorspace.
26433
26434 2004-03-29  David Schleef  <ds@schleef.org>
26435
26436         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26437         aren't in the caps.
26438         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26439         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26440
26441 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26442
26443         * gst-libs/gst/riff/riff-media.c:
26444           fail on error, don't try to set stuff on NULL caps
26445
26446 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26447
26448         * configure.ac:
26449         * ext/Makefile.am:
26450         * ext/kio/Makefile.am:
26451         * ext/kio/kioreceiver.cpp:
26452         * ext/kio/kioreceiver.h:
26453         * ext/kio/kiosrc.cpp:
26454         * ext/kio/kiosrc.h:
26455           add experimental kiosrc plugin
26456         * ext/alsa/gstalsaplugin.c: (plugin_init):
26457           initialize debugging category only when we're sure registering the
26458           plugins worked.
26459
26460 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26461
26462         * examples/gstplay/player.c: (main):
26463         * gst-libs/gst/play/play.c: (gst_play_class_init),
26464         (gst_play_set_location), (gst_play_set_data_src),
26465         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26466         (gst_play_set_visualization), (gst_play_connect_visualization):
26467           check return values of element_set_state and return FALSE where
26468           failed
26469
26470 2004-03-29  Benjamin Otte  <otte@gnome.org>
26471
26472         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26473           try harder to check if an event is really a discont
26474
26475 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26476
26477         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26478         * po/az.po:
26479
26480 2004-03-28  Benjamin Otte  <otte@gnome.org>
26481
26482         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26483         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26484         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26485           get rid of non-standard "..." ranges in case statements.
26486
26487 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26488
26489         * gst/mpegstream/gstmpegdemux.c:
26490         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26491         specific functionality split to the new dvddemux element.
26492         * gst/mpegstream/gstdvddemux.c:
26493         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26494         streams, derived from mpegdemux.
26495         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26496         up. SCR based timestamp rewriting can be turned off (will probably
26497         completely disappear soon).
26498         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26499         hacking. General cleanup. All printf statements replaced by
26500         debugging messages. Almost complete libdvdnav support.
26501         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26502         by events. New properties for audio and subpicture languages.
26503         (dvdnavsrc_update_highlight): Now uses events.
26504         (dvdnavsrc_user_op): Cleaned up.
26505         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26506         based). Lots of cleanup, and propper support for most libdvdnav
26507         events.
26508         (dvdnavsrc_make_dvd_event): New function.
26509         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26510         (dvdnavsrc_make_clut_change_event): New function.
26511
26512 2004-03-26  Benjamin Otte  <otte@gnome.org>
26513
26514         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26515           fix bug where typefinding would claim it's theora whenever less then
26516           7 bytes of data were available
26517
26518 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26519
26520         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26521         (gst_alawdec_base_init), (gst_alawdec_class_init),
26522         (gst_alawdec_init), (gst_alawdec_chain):
26523         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26524         (gst_alawenc_base_init), (gst_alawenc_class_init),
26525         (gst_alawenc_init), (gst_alawenc_chain):
26526         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26527         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26528         (gst_mulawdec_init), (gst_mulawdec_chain):
26529         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26530         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26531         (gst_mulawenc_init), (gst_mulawenc_chain):
26532           Fix capsnego in all four, remove the unused property functions and
26533           simplify the chain functions slightly. I guess we could use macros
26534           or something similar for those, since the code is so similar, but
26535           I'm currently too lazy...
26536
26537 2004-03-24  David Schleef  <ds@schleef.org>
26538
26539         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26540         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26541         (gst_osselement_get_format_structure),
26542         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26543         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26544         (gst_osselement_rate_int_compare): Add code to handle rate probing
26545         (bug #120883)
26546         * sys/oss/gstosselement.h: same
26547         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26548         Use rate probing provided by osselement.
26549         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26550
26551 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26552
26553         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26554         (gst_xvidenc_get_property):
26555           ulong/int mess-up.
26556
26557 2004-03-24  David Schleef  <ds@schleef.org>
26558
26559         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26560         (gst_speexdec_init):
26561         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26562         (gst_speexenc_init):  Create the pad template correctly (from
26563         the static pad template, not a NULL pointer.)
26564
26565 2004-03-25  Benjamin Otte  <otte@gnome.org>
26566
26567         * gst/debug/Makefile.am:
26568         * gst/debug/breakmydata.c:
26569           add element that quasi-randomly changes bytes in the stream.
26570           Intended use is robustness checking of demuxers and decoders in
26571           media tests.
26572
26573 2004-03-24  Benjamin Otte  <otte@gnome.org>
26574
26575         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26576         (gst_alsa_probe_hw_params):
26577         * ext/alsa/gstalsa.h:
26578           debugging output fixes
26579
26580 2004-03-24  Benjamin Otte  <otte@gnome.org>
26581
26582         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26583           don't g_return_if_fail if element is PLAYING, fail silently as every
26584           other element.
26585         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26586           only fix needed for cast lvalue issues in gst-plugins
26587         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26588           add proxy_getcaps
26589
26590 2004-03-24  Benjamin Otte  <otte@gnome.org>
26591
26592         * gst/level/gstlevel.c: (gst_level_init):
26593           add proxying getcaps function, so level doesn't advertise impossible
26594           caps
26595
26596 2004-03-24  David Schleef  <ds@schleef.org>
26597
26598         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26599         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26600         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26601         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26602         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26603         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26604         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26605         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26606         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26607         messages.  Divide the chunk size by the compression ratio
26608         (needed for MACE audio)
26609
26610 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26613           Fix buffer overflow read error.
26614
26615 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * ext/alsa/gstalsa.h:
26618           Remove unused entry.
26619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26620           Add cinepak.
26621         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26622         (gst_videodrop_link), (gst_videodrop_chain):
26623           Fix, sort of. Was horribly broken with new capsnego. Bah...
26624
26625 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26626
26627         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26628         (plugin_init):
26629         Add a monkeysaudio typefind function
26630
26631 2004-03-23  Johan Dahlin  <johan@gnome.org>
26632
26633         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26634         (gst_play_video_fixate): Check so the structure has the field
26635         before trying to fixate them, this makes it possible to have
26636         fakesinks for video and audio output without printing errors on
26637         the output console.
26638
26639 2004-03-22  David Schleef  <ds@schleef.org>
26640
26641         * sys/oss/Makefile.am:
26642         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26643         (check_rate), (add_rate):  Rate probing test app.
26644
26645 2004-03-21  Benjamin Otte  <otte@gnome.org>
26646
26647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26648         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26649           add a fixation function that pretty much does the right thing (fixes
26650           #137556)
26651
26652 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26653
26654         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26655
26656 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26657
26658         reviewed by: Benjamin Otte  <otte@gnome.org>
26659
26660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26661           terminate gst_event_new_discontinuous correctly (fixes parts of
26662           #137711)
26663
26664 2004-03-19  David Schleef  <ds@schleef.org>
26665
26666         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26667         since it doesn't depend on X, and it's part of our ABI.
26668
26669 2004-03-19  Iain <iain@prettypeople.org>
26670
26671         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26672         is_int in the structure, not the local variable.
26673
26674 2004-03-19  David Schleef  <ds@schleef.org>
26675
26676         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26677         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26678         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26679         Improvements in caps negotiation.
26680
26681 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26682
26683         * po/LINGUAS:
26684         * po/af.po:
26685           adding Afrikaans (Petri Jooste)
26686
26687 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26690         (gst_ffmpegcolorspace_chain):
26691         throw error instead of g_critical (#137588)
26692
26693 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26694
26695         * Makefile.am:
26696         * configure.ac:
26697           dist common and m4 correctly
26698         * po/sv.po:
26699
26700 2004-03-17  David Schleef  <ds@schleef.org>
26701
26702         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26703         (bug #137348)
26704
26705 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26706
26707         * po/LINGUAS:
26708         * po/sv.po:
26709           adding Swedish translation (Christian Rose)
26710
26711 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26712
26713         * Makefile.am: use release.mak
26714
26715 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26716
26717         * common/ChangeLog:
26718         * common/gst-autogen.sh:
26719           add some explanation about the version detection
26720         * configure.ac:
26721           fix X check
26722
26723 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26724
26725         * configure.ac: bump nano to 1
26726
26727 === release 0.8.0 ===
26728
26729 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26730
26731         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26732
26733 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26734
26735         * configure.ac:
26736           update libtool version
26737         * gst-libs/gst/media-info/Makefile.am:
26738           actually use libtool version
26739
26740 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26741
26742         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26743
26744 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26745
26746         * configure.ac:
26747         * gst-plugins.spec.in:
26748         * pkgconfig/Makefile.am:
26749         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26750         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26751         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26752         * pkgconfig/gstreamer-libs.pc.in:
26753         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26754         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26755         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26756         * pkgconfig/gstreamer-plugins.pc.in:
26757           remove @VERSION@ from some of the pc files since core and plugins
26758           are decoupled.
26759           created gstreamer-plugins.pc as it's a better name, but keeping
26760           -libs around for now to get fixes upstream done first.
26761
26762 2004-03-15  Julien MOUTTE <julien@moutte.net>
26763
26764         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26765         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26766         * gst-libs/gst/play/play.h:
26767
26768 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26769
26770         * *.c, *.cc: don't mix tabs and spaces
26771
26772 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26773
26774         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26775           use the new ffmpegcolorspace
26776         * gst-plugins.spec.in:
26777           package new colorspace and media-info
26778         * configure.ac:
26779         * pkgconfig/Makefile.am:
26780           fix some more disting issues
26781         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26782         * pkgconfig/gstreamer-media-info.pc.in:
26783           generate media-info pc files
26784
26785 2004-03-15  Johan Dahlin  <johan@gnome.org>
26786
26787         * *.h: Revert indenting
26788
26789 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26790
26791         * configure.ac:
26792           adding ffmpegcolorspace element
26793         * gst/ffmpegcolorspace/Makefile.am:
26794         * gst/ffmpegcolorspace/avcodec.h:
26795         * gst/ffmpegcolorspace/common.h:
26796         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26797         * gst/ffmpegcolorspace/dsputil.h:
26798         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26800         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26801         (gst_ffmpeg_caps_to_pix_fmt):
26802         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26804         (gst_ffmpegcolorspace_caps_remove_format_info),
26805         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26806         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26807         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26808         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26809         (gst_ffmpegcolorspace_set_property),
26810         (gst_ffmpegcolorspace_get_property),
26811         (gst_ffmpegcolorspace_register):
26812         * gst/ffmpegcolorspace/imgconvert.c:
26813         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26814         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26815         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26816         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26817         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26818         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26819         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26820         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26821         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26822         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26823         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26824         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26825         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26826         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26827         (img_get_alpha_info), (deinterlace_line),
26828         (deinterlace_line_inplace), (deinterlace_bottom_field),
26829         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26830         * gst/ffmpegcolorspace/imgconvert_template.h:
26831         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26832         * gst/ffmpegcolorspace/mmx.h:
26833         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26834           adding ffmpegcolorspace element supplied by Ronald after cleaning
26835           up and pulling in the right bits of upstream source.
26836           I'm sure a better C/compiler wizard could do some cleaning up (for
26837           example use GLIB's malloc stuff), but as a first pass this
26838           works very well
26839
26840 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26841
26842         * ext/alsa/gstalsa.h:
26843           I assume Ronald forgot to commit the change to have cardname
26844           as a struct member.  Expect some public spanking at the next
26845           opportunity.
26846
26847 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26848
26849         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26850         (gst_alsa_open_audio), (gst_alsa_close_audio):
26851         * ext/alsa/gstalsa.c:
26852           Don't open the device if we're a mixer (= padless).
26853         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26854         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26855         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26856           Open mixer during state change rather than during object
26857           initialization. Also, get a device name. Currently in a somewhat
26858           hackish fashion, but I didn't really find something better.
26859
26860 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26861
26862         * *.c, *.h: run gst-indent
26863
26864 2004-03-14  Benjamin Otte  <otte@gnome.org>
26865
26866         * gst/modplug/gstmodplug.cc:
26867         * gst/modplug/gstmodplug.h:
26868           set correct timestamps on outgoing buffers
26869
26870 2004-03-14  Benjamin Otte  <otte@gnome.org>
26871
26872         * gst/modplug/gstmodplug.cc:
26873           handle events - don't do crap when a discont arrives that's not
26874           necessary
26875           This allows correct loading and playback of mods in Rhythmbox
26876
26877 2004-03-14  Benjamin Otte  <otte@gnome.org>
26878
26879         * configure.ac:
26880         * gst-libs/gst/gconf/Makefile.am:
26881         * pkgconfig/Makefile.am:
26882           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26883           they get rebuilt properly
26884         * configure.ac:
26885           when checking for vorbis, try pkgconfig first.
26886         * gst/modplug/gstmodplug.cc:
26887           add fixate function
26888
26889 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26892           Fix for obvious mistake, where we first shift the offset and then
26893           read a samplesize element assuming the old offset. Note that this
26894           part still has something weird, i.e. my movies containing those
26895           don't actually play well, but at least there's something that looks
26896           like sound now.
26897
26898 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26899         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26900         (plugin_init):
26901         Add a typefind function for speex format
26902
26903 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26906         (gst_asf_demux_setup_pad):
26907           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26908           instead of 0. Reason is simple: some elements have a fps range
26909           of 1-max instead of 0-max. So now ASF video actually works.
26910
26911 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26912
26913         * po/LINGUAS:
26914         * po/sr.po:
26915           adding serbian as a language
26916
26917 2004-03-13  Benjamin Otte  <otte@gnome.org>
26918
26919         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26920           return taglist correctly from _get function, don't gst_pad_push it.
26921           (fixes #137042)
26922
26923 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26924         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26925
26926 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26927
26928         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26929         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26930         (gst_alsa_mixer_track_new):
26931         * ext/alsa/gstalsamixertrack.h:
26932           Fix ancient leftovers... MixerTrack is a GObject.
26933
26934 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26937         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26938           Don't block during probing...
26939
26940 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26943         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26944         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26945         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26946         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26947         (gst_alsa_open_audio), (gst_alsa_close_audio):
26948         * ext/alsa/gstalsa.h:
26949           Add propertyprobe interface implementation, add some device-name
26950           property, all this so that it looks good in gnome-volume-control.
26951
26952 2004-03-12  David Schleef  <ds@schleef.org>
26953
26954         * configure.ac: the Hermes library controls hermescolorspace, not
26955         colorspace.
26956         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26957         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26958         not /* */
26959         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26960         * ext/sdl/sdlvideosink.h: ditto.
26961         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26962
26963 2004-03-12  Benjamin Otte  <otte@gnome.org>
26964
26965         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26966         (gst_x_overlay_got_xwindow_id):
26967         * gst-libs/gst/xoverlay/xoverlay.h:
26968           replace XID with unsigned long to get rid of the xlibs dependency in
26969           XOverlay (fixes #137004)
26970
26971 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26972         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26973         (gst_agingtv_setup):
26974         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26975         (gst_dicetv_base_init), (gst_dicetv_class_init),
26976         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26977         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26978         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26979         (gst_edgetv_setup), (gst_edgetv_rgb32):
26980         * gst/effectv/gsteffectv.c:
26981         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26982         (gst_quarktv_set_property):
26983         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26984         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26985         (gst_revtv_setup), (gst_revtv_rgb32):
26986         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26987         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26988         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26989         (gst_shagadelictv_rgb32):
26990         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26991         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26992         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26993         * gst/effectv/gstwarp.c:
26994         Port everything that can be ported to videofilter and fix up the caps.
26995         Can someone with a big-endian machine please check these?
26996
26997 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27000         (gst_osssink_chain), (gst_osssink_change_state):
27001           Latest fixes for A/V sync, audio playback and such. This is about
27002           all... MPEG playback issues are mostly related to the async build-
27003           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27004
27005 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27006
27007         patch from: Stephane Loeuillet
27008
27009         * configure.ac:
27010           use pkg-config for some libraries, falling back to the old .m4 way
27011           (fixes #131270)
27012         * m4/libdv.m4:
27013           removed
27014
27015 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * configure.ac:
27018         * tools/Makefile.am:
27019         * tools/Makefile.in:
27020         * tools/gst-launch-ext-m.m:
27021         * tools/gst-launch-ext.1.in:
27022         * tools/gst-visualise-m.m:
27023         * tools/gst-visualise.1:
27024         * tools/gst-visualise.1.in:
27025           reorganizing generation of script tools
27026
27027 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * ext/divx/gstdivxdec.c:
27030           Downgrade priority. We prefer ffdec_mpeg4.
27031         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27032         (gst_faad_chain), (gst_faad_change_state):
27033           Fix capsnego. Doesn't work for some sounds because we don't have
27034           a 5:1 to stereo element.
27035         * ext/xvid/gstxvid.c: (plugin_init):
27036           Add priority.
27037         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27038         (gst_osssink_change_state):
27039           Add discont handling.
27040
27041 2004-03-09  Colin Walters  <walters@verbum.org>
27042
27043         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27044         conversion.
27045
27046 2004-03-09  Benjamin Otte  <otte@gnome.org>
27047
27048         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27049           the signals take 2 arguments
27050
27051 2004-03-09  David Schleef  <ds@schleef.org>
27052
27053         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27054         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27055         * ext/alsa/gstalsa.h:
27056         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27057
27058 2004-03-09  Benjamin Otte  <otte@gnome.org>
27059
27060         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27061         (gst_mikmod_change_state):
27062         * ext/mikmod/gstmikmod.h:
27063           make mikmod's loop function not loop infinitely and call
27064           gst_element_yield anymore
27065         * gst/modplug/gstmodplug.cc:
27066           fix pad negotiation (fixes #136590)
27067
27068 2004-03-09  David Schleef  <ds@schleef.org>
27069
27070         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27071         doesn't conflict with the internal colorspace plugin.
27072         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27073         satisfy the crappy-ass shell shipped by a certain vendor.
27074         * gst/videofilter/make_filter: same (bug #135299)
27075
27076 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27077
27078         * configure.ac: bump nano to 1
27079
27080 === release 0.7.6 ===
27081
27082 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27083
27084         * configure.in: releasing 0.7.6, "There"
27085
27086 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27087
27088         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27089         * pkgconfig/gstreamer-play.pc.in:
27090           synchronize the two
27091
27092 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27093
27094         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27095         (cdparanoia_open), (cdparanoia_event):
27096           fix/add error handling
27097         * po/POTFILES.in:
27098           add cdparanoia source
27099         * tools/Makefile.am:
27100           make scripts executable
27101
27102 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27103
27104         * configure.ac:
27105         * ext/vorbis/Makefile.am:
27106         * sys/Makefile.am:
27107           remove id3types, vorbisfile and xvideosink from the build (#133783)
27108
27109 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27112           Fix metadata read crash (#136537).
27113
27114 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27115
27116         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27117         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27118           adding mime types, fixing the one-stop function
27119
27120 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27121
27122         * ext/nas/nassink.c and /ext/nas/nassink.h:
27123         More NAS love from Arwed von Merkatz
27124         So lets all sing 'Can you feel the NAS tonight'
27125
27126 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27127
27128         * tools/gst-launch-ext.in:
27129         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27130
27131 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27132
27133         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27134         (gst_mpeg2dec_init):
27135         remove the user_data pad for now, because it is being used in
27136         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27137         If someone knows how to fix this properly, please do.
27138
27139 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27142         (gst_osssink_get_time):
27143         add a warning, IMO this won't get triggered anymore, remove later
27144
27145 2004-03-07  David Schleef  <ds@schleef.org>
27146
27147         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27148         format (bug #136470)
27149
27150 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27151
27152         * gst-libs/Makefile.am:
27153         * gst-libs/gst/media-info/Makefile.am:
27154         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27155         (error_callback), (gst_media_info_error_create),
27156         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27157         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27158         * gst-libs/gst/media-info/media-info-priv.h:
27159         * gst-libs/gst/media-info/media-info-test.c: (main):
27160         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27161         (gst_media_info_class_init), (gst_media_info_instance_init),
27162         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27163         (gst_media_info_read_idler), (gst_media_info_read):
27164         * gst-libs/gst/media-info/media-info.h:
27165         fixed, should work now
27166
27167 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27168
27169         * ext/nas/nassink.c:
27170         A bunch of NAS fixes from Arwed von Merkatz
27171
27172 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27173
27174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27175         (qtdemux_parse_trak):
27176           Fix crash (j might be greater than n_samples, in which case we're
27177           writing outside the allocated space for the array) and memleak.
27178
27179 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27180
27181         * sys/oss/gstosssink.c: (gst_osssink_chain):
27182           And another caller that couldn't handle delay < 0 (unsigned
27183           integer overflow). Video now continues playing on an audio
27184           buffer underrun, and the clock continues working. Audio still
27185           stalls.
27186
27187 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27188
27189         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27190         (gst_osssink_get_time):
27191           get_delay() may return values lower than 0. In those cases, we
27192           should not actually cast to *unsigned* int64, that will break
27193           stuff horribly. In my case, it screwed up A/V sync in movies
27194           in totem rather badly.
27195
27196 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27197
27198         * ext/faac/gstfaac.c: (gst_faac_chain):
27199         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27200         * ext/libpng/gstpngenc.c: (user_write_data):
27201         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27202         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27203         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27204         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27205         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27206         of any buffer), should fix some leaks. I hope I didn't unref buffers
27207         that shouldn't be...
27208
27209 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27210
27211         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27212         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27213         (error_callback), (gmi_reset), (gmi_seek_to_track),
27214         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27215         (gmip_find_type_post), (gmip_find_stream_post),
27216         (gmip_find_track_streaminfo_post):
27217         * gst-libs/gst/media-info/media-info-priv.h:
27218         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27219         (info_print), (main):
27220         * gst-libs/gst/media-info/media-info.c:
27221         (gst_media_info_error_create), (gst_media_info_error_element),
27222         (gst_media_info_instance_init), (gst_media_info_get_property),
27223         (gst_media_info_new), (gst_media_info_set_source),
27224         (gst_media_info_read_idler), (gst_media_info_read):
27225         * gst-libs/gst/media-info/media-info.h:
27226           first pass at making this work again.  This seems to work on
27227           tagged ogg/vorbis and mp3 files.
27228
27229 2004-03-06  Benjamin Otte  <otte@gnome.org>
27230
27231         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27232           fix huge leak: gst_buffer_merge doesn't unref the first argument
27233           itself.
27234
27235 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27238           report layer/mode/emphasis
27239
27240 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27241
27242         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27243
27244 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27245
27246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27247           signal serial
27248
27249 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27250
27251         * ext/vorbis/vorbis.c: (plugin_init):
27252         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27253         (gst_vorbis_dec_init), (vorbis_dec_event):
27254         add debug category
27255         make vorbisdec handle _BYTE and _TIME queries
27256
27257 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27258
27259         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27260           from the xing header
27261
27262 2004-03-06  Benjamin Otte  <otte@gnome.org>
27263
27264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27265         (gst_audio_convert_link), (gst_audio_convert_change_state),
27266         (gst_audio_convert_buffer_from_default_format):
27267           do conversions from/to float correctly, fix some caps nego errors,
27268           export correct supported caps in template and getcaps, use correct
27269           caps in try_set_caps functions
27270
27271 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27272
27273         For some reason, I only committed a ChangeLog entry yesterday and
27274         not the corresponding code...
27275         * ext/mad/gstmad.c: Fix detection of Xing headers
27276         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27277
27278 2004-03-06  Benjamin Otte  <otte@gnome.org>
27279
27280         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27281         (gst_ogg_demux_src_query):
27282           make sure to handle the case where there's no current chain
27283           gracefully.
27284
27285 2004-03-05  David Schleef  <ds@schleef.org>
27286
27287         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27288         Add fixate function. (bug #131128)
27289         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27290         (gst_sdlvideosink_fixate):  Add fixate function.
27291         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27292         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27293         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27294         Fix missing break that was causing ulaw to be interpreted as
27295         raw int.
27296
27297 2004-03-05  David Schleef  <ds@schleef.org>
27298
27299         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27300         Fix code that ignores return value of gst_buffer_merge().
27301         (bug #114560)
27302         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27303         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27304         * testsuite/gst-lint:  Check for above.
27305
27306 2004-03-05  David Schleef  <ds@schleef.org>
27307
27308         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27309         caps and throw an element error.  (bug #136334)
27310
27311 2004-03-05  David Schleef  <ds@schleef.org>
27312
27313         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27314         (gst_faad_chain): Fix negotiation.
27315         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27316         key and button events.
27317         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27318         dung heap of code.
27319         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27320         depends on gconf
27321         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27322         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27323         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27324         function to encourage better negotiation, particularly between
27325         audioconvert and osssink.
27326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27327         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27328         more important.
27329         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27330         typefinding.
27331         * gst/vbidec/vbiscreen.c:  Add glib header
27332         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27333
27334 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27335
27336         * ext/mad/gstmad.c: Fix detection of Xing headers
27337         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27338
27339 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27340
27341         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27342         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27343           debug updates
27344
27345 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27346
27347         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27348         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27349         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27350         files, and report the parsed length as a GST_TAG_DURATION tag.
27351         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27352
27353 2004-03-05  Benjamin Otte  <otte@gnome.org>
27354
27355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27356           convert channels correctly. convert correctly to unsigned.
27357
27358 2004-03-05  Julien MOUTTE <julien@moutte.net>
27359
27360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27361         we have a window before clearing it.
27362
27363 2004-03-05  Julien MOUTTE <julien@moutte.net>
27364
27365         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27366         have a window before clearing it.
27367
27368 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27369
27370         * gconf/gstreamer.schemas.in:
27371         * gst-libs/gst/gconf/Makefile.am:
27372           version installation path the same way as for 0.6
27373         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27374         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27375         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27376           remove comment that was fixed
27377
27378 2004-03-05  David Schleef  <ds@schleef.org>
27379
27380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27381         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27382         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27383         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27384         Add prototype code for handling seeking and querying.
27385
27386 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * examples/gstplay/player.c: (main):
27389           Initialize variables to NULL. Prevents a segfault because the
27390           (uninitialized) variable is not NULL, resulting in a crash on
27391           trying to reach error->message.
27392
27393 2004-03-05  Benjamin Otte  <otte@gnome.org>
27394
27395         * gst/audioconvert/gstaudioconvert.c:
27396         (gst_audio_convert_buffer_to_default_format):
27397         make float=>int conversion work correctly even in cornercases.
27398
27399 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27400
27401         * debian/README.Debian:
27402         * debian/build-deps:
27403         * debian/changelog:
27404         * debian/control:
27405         * debian/control.in:
27406         * debian/copyright:
27407         * debian/gstreamer-a52dec.files:
27408         * debian/gstreamer-aa.files:
27409         * debian/gstreamer-alsa.files:
27410         * debian/gstreamer-alsa.manpages:
27411         * debian/gstreamer-arts.files:
27412         * debian/gstreamer-artsd.files:
27413         * debian/gstreamer-audiofile.files:
27414         * debian/gstreamer-avifile.files:
27415         * debian/gstreamer-cdparanoia.files:
27416         * debian/gstreamer-colorspace.files:
27417         * debian/gstreamer-doc.files:
27418         * debian/gstreamer-dv.files:
27419         * debian/gstreamer-dvd.files:
27420         * debian/gstreamer-esd.files:
27421         * debian/gstreamer-festival.files:
27422         * debian/gstreamer-flac.files:
27423         * debian/gstreamer-gconf.conffiles:
27424         * debian/gstreamer-gconf.files:
27425         * debian/gstreamer-gconf.postinst:
27426         * debian/gstreamer-gnomevfs.files:
27427         * debian/gstreamer-gsm.files:
27428         * debian/gstreamer-http.files:
27429         * debian/gstreamer-jack.files:
27430         * debian/gstreamer-jpeg.files:
27431         * debian/gstreamer-mad.files:
27432         * debian/gstreamer-mikmod.files:
27433         * debian/gstreamer-misc.files:
27434         * debian/gstreamer-mpeg2dec.files:
27435         * debian/gstreamer-oss.files:
27436         * debian/gstreamer-plugin-apps.files:
27437         * debian/gstreamer-plugin-apps.manpages:
27438         * debian/gstreamer-plugin-libs-dev.files:
27439         * debian/gstreamer-plugin-libs.files:
27440         * debian/gstreamer-plugin-template.postinst:
27441         * debian/gstreamer-plugin-template.postrm:
27442         * debian/gstreamer-sdl.files:
27443         * debian/gstreamer-sid.files:
27444         * debian/gstreamer-vorbis.files:
27445         * debian/gstreamer-x.files:
27446         * debian/mk.control:
27447         * debian/rules:
27448         Debian package info not maintained here.
27449
27450 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27451
27452         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27453         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27454         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27455         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27456         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27457         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27458         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27459         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27460         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27461         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27462         * gst-libs/gst/colorbalance/colorbalance.c:
27463         (gst_color_balance_class_init):
27464         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27465         (gst_color_balance_channel_class_init):
27466         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27467         * gst-libs/gst/play/play.c: (gst_play_class_init):
27468         * gst-libs/gst/propertyprobe/propertyprobe.c:
27469         (gst_property_probe_iface_init):
27470         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27471         * gst-libs/gst/tuner/tunerchannel.c:
27472         (gst_tuner_channel_class_init):
27473         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27474         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27475         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27476         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27477         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27478         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27481         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27482           fix signals to use - instead of _
27483         * ext/libcaca/gstcacasink.h:
27484         * ext/sdl/sdlvideosink.h:
27485           fix header rename
27486
27487 2004-03-04  David Schleef  <ds@schleef.org>
27488
27489         * testsuite/gst-lint:  Add a check for bad signal names.
27490
27491 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27492
27493         reviewed by David Schleef
27494
27495         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27496         modified the alpha channel and caused a warning. (bug #136192)
27497
27498 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27499
27500         * gst-plugins.spec.in:
27501         Change names of plugins to actually be correct. Try to keep things
27502         alphabetical to avoid getting beat up by Thomas
27503
27504 2004-03-03  Julien MOUTTE <julien@moutte.net>
27505
27506         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27507         Using ximagesink as a default if no gconf key found. We should
27508         probably consider using alsasink instead of osssink for the audio
27509         part.
27510
27511 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27512
27513         * configure.ac:
27514           fix --with-plugins, don't think it ever worked before
27515         * gst-plugins.spec.in:
27516           even more updates
27517
27518 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * ext/sdl/sdlvideosink.h:
27521         * sys/ximage/ximagesink.h:
27522         * sys/xvideo/xvideosink.h:
27523         * sys/xvimage/xvimagesink.h:
27524           Fix for move of gstvideosink.h -> videosink.h.
27525
27526 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * gst-libs/gst/xwindowlistener/Makefile.am:
27529           this is a plugin library, not a library
27530
27531 2004-03-01  David Schleef  <ds@schleef.org>
27532
27533         * AUTHORS:  Added some names.  Add yourself if you're still
27534         missing.
27535
27536 2004-03-01  David Schleef  <ds@schleef.org>
27537
27538         * MAINTAINERS: Add
27539
27540 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27541
27542         * gst-plugins.spec.in: clean up spec file
27543
27544 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * gst-libs/gst/video/Makefile.am:
27547         * gst-libs/gst/video/gstvideosink.c:
27548         * gst-libs/gst/video/gstvideosink.h:
27549           rename gstvideosink.h to videosink.h to match other headers
27550         * gst/mixmatrix/Makefile.am:
27551           fix plugin filename
27552         * gst/tags/Makefile.am: fix plugin filename
27553
27554 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27555
27556         * gst/tags/Makefile.am: fix plugin filename
27557
27558 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27559
27560         * examples/gstplay/player.c: (got_time_tick), (main):
27561           add error handler
27562           display time_tick more readably
27563         * gst/mixmatrix/Makefile.am:
27564           fix plugin file name
27565
27566 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27567
27568         * sys/oss/gstosselement.c: (gst_osselement_probe),
27569         (device_combination_append), (gst_osselement_class_probe_devices):
27570         * sys/oss/gstosselement.h:
27571           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27572           on my system using alsa oss emulation, fixes bug #135597
27573
27574 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27575
27576         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27577         (gst_videodrop_chain), (gst_videodrop_change_state):
27578         * gst/videodrop/gstvideodrop.h:
27579           Work based on timestamp of input data, not based on the expected
27580           framerate from the input. The consequence is that this element now
27581           not only scales framerates, but also functions as a framerate
27582           corrector or framerate stabilizer/constantizer.
27583
27584 2004-02-27  David Schleef  <ds@schleef.org>
27585
27586         patches from jmmv@menta.net (Julio M. Merino Vidal)
27587
27588         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27589         GST_ELEMENT_ERROR call (bug #135634)
27590         * gst/interleave/interleave.c: (interleave_buffered_loop),
27591         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27592         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27593         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27594         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27595         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27596         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27597         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27598         Fix GST_ELEMENT_ERROR call.
27599         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27600         GST_ELEMENT_ERROR call.
27601
27602 2004-02-27  Benjamin Otte  <otte@gnome.org>
27603
27604         * gst-libs/gst/audio/audio.h:
27605           add macro to make sure header isn't included twice
27606         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27607           don't use gst_buffer_free
27608         * gst/playondemand/filter.func:
27609           don't use gst_data_free. Free data only once.
27610
27611 2004-02-26  David Schleef  <ds@schleef.org>
27612
27613         * gst-libs/gst/colorbalance/Makefile.am:
27614         * gst-libs/gst/mixer/Makefile.am:
27615         * gst-libs/gst/tuner/Makefile.am:
27616         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27617         should not be disted, -marshal.h files should not be installed,
27618         and -enum.h files _should_ be installed.  Fix to make this the
27619         case.
27620
27621 === release 0.7.5 ===
27622
27623 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         * configure.ac: release 0.7.5, "Under The Sea"
27626
27627 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27628
27629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27630         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27631         * gst/videoscale/gstvideoscale.c:
27632         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27633           assorted debug/warning fixes
27634
27635 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27636
27637         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27638         (gst_videoscale_init), (gst_videoscale_chain),
27639         (gst_videoscale_set_property), (plugin_init):
27640         * gst/videoscale/gstvideoscale.h:
27641         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27642         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27643         (gst_videoscale_planar400), (gst_videoscale_packed422),
27644         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27645         (gst_videoscale_24bit), (gst_videoscale_16bit),
27646         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27647         (gst_videoscale_scale_plane_slow),
27648         (gst_videoscale_scale_point_sample),
27649         (gst_videoscale_scale_nearest),
27650         (gst_videoscale_scale_nearest_str2),
27651         (gst_videoscale_scale_nearest_str4),
27652         (gst_videoscale_scale_nearest_32bit),
27653         (gst_videoscale_scale_nearest_24bit),
27654         (gst_videoscale_scale_nearest_16bit):
27655         add debugging category and use it properly
27656         fix use of GST_PTR_FORMAT
27657
27658 2004-02-25  Andy Wingo  <wingo@pobox.com>
27659
27660         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27661         push only when channel->buffer is NULL. Prevents segfaults doing
27662         the state change after a nonlocal exit, like a scheme exception.
27663
27664         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27665         Handle the case where the intersected caps is empty.
27666
27667 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27668
27669         * gst/law/mulaw-decode.c: (mulawdec_link):
27670         * gst/law/mulaw.c: (plugin_init):
27671           fix mulawdec so it actually works again
27672
27673 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27674
27675         reviewed by: David Schleef  <ds@schleef.org>
27676
27677         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27678         (gst_gamma_init), (gst_gamma_set_property),
27679         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27680         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27681         for RGB, with separate r g and b correction factors. (#131167)
27682
27683 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27686           only signal tags for bitrate if they're > 0 (#134894)
27687
27688 2004-02-24  David Schleef  <ds@schleef.org>
27689
27690         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27691         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27692         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27693         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27694         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27695         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27696         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27697         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27698         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27699         category.  Attempt to fix timestamp calculation.
27700
27701 2004-02-24  Johan Dahlin  <johan@gnome.org>
27702
27703         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27704
27705 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27706
27707         * configure.ac:
27708         * gconf/Makefile.am:
27709         * gconf/gstreamer.schemas:
27710         * gst-libs/gst/gconf/Makefile.am:
27711         * gst-libs/gst/gconf/gconf.c:
27712           version gconf schemas and install locations
27713
27714 2004-02-23  Benjamin Otte  <otte@gnome.org>
27715
27716         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27717         (gst_xine_input_subclass_init):
27718           call parent dispose.
27719           change pad template for CD reader correctly
27720         * ext/xine/Makefile.am:
27721         * ext/xine/gstxine.h:
27722         * ext/xine/xine.c: (plugin_init):
27723         * ext/xine/xineaudiosink.c:
27724           wrap audio sinks, too
27725         * gst-libs/gst/resample/private.h:
27726         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27727         (gst_resample_reinit), (gst_resample_scale),
27728         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27729         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27730         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27731         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27732         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27733         * gst-libs/gst/resample/resample.h:
27734         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27735         (gst_audioscale_class_init), (gst_audioscale_link),
27736         (gst_audioscale_get_buffer), (gst_audioscale_init),
27737         (gst_audioscale_chain), (gst_audioscale_set_property),
27738         (gst_audioscale_get_property):
27739         * gst/audioscale/gstaudioscale.h:
27740           s/resample_*/gst_resample_*/i to not clobber namespaces
27741
27742 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27743
27744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27745         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27746         (gst_riff_create_video_template_caps),
27747         (gst_riff_create_audio_template_caps),
27748         (gst_riff_create_iavs_template_caps):
27749         * gst-libs/gst/riff/riff-media.h:
27750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27751         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27752         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27753         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27754         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27755         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27756         (gst_matroska_demux_plugin_init): First batch implementing audio and
27757         video codec tags in demuxers.
27758
27759 2004-02-22  Benjamin Otte  <otte@gnome.org>
27760
27761         * ext/xine/Makefile.am:
27762         * ext/xine/gstxine.h:
27763         * ext/xine/xine.c: (plugin_init):
27764         * ext/xine/xineinput.c:
27765           add input plugin wrapper. Playback from files, http, mms and cdda
27766           works.
27767         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27768           remove leftover G_GNUC_UNUSED
27769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27770         (gst_asf_demux_identify_guid):
27771           improve debugging output
27772
27773 2004-02-22  Benjamin Otte  <otte@gnome.org>
27774
27775         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27776
27777         * autogen.sh:
27778           replace test -e with test -x for mkinstalldirs to be more portable.
27779           (fixes #134816)
27780
27781 2004-02-22  Benjamin Otte  <otte@gnome.org>
27782
27783         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27784
27785         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27786           set rank to PRIMARY
27787         * gst/volume/gstvolume.c: (plugin_init):
27788           set rank to NONE
27789         fixes #134960
27790
27791 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27792
27793         reviewed by Benjamin Otte  <otte@gnome.org>
27794
27795         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27796           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27797
27798 2004-02-22  Benjamin Otte  <otte@gnome.org>
27799
27800         * configure.ac:
27801           export [_]*{gst,Gst,GST}.* symbols from plugins
27802
27803 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27804
27805         reviewed by: Benjamin Otte  <otte@gnome.org>
27806
27807         * ext/lame/gstlame.c: (add_one_tag):
27808         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27810         (gst_vorbisenc_metadata_set1):
27811         * gst/tags/gstid3tag.c:
27812         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27813           apply fixes from bugs #135042 (lame can't write tags) and #133817
27814           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27815
27816 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27817
27818         * configure.ac: Export only gst_plugin_desc from plugins.
27819          Note that this change only makes any effect with Linux using libtool
27820          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27821          fine. And don't try to have several versions of libtool in different
27822          directories.
27823
27824 2004-02-20  Andy Wingo  <wingo@pobox.com>
27825
27826         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27827         interleave respectively.
27828
27829         * gst/interleave/deinterleave.c: New plugin: deinterleave
27830         (replaces on oneton).
27831         * gst/interleave/interleave.c: New plugin: interleave.
27832         * gst/interleave/plugin.h: Support file.
27833         * gst/interleave/plugin.c: Support file.
27834
27835         * configure.ac: Remove intfloat and oneton, add interleave.
27836
27837         * ext/sndfile/gstsf.c: Handle events better.
27838
27839         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27840         and float2int operation. int2float has scheduling problems as
27841         noted in in2float_chain.
27842
27843 2004-02-20  Benjamin Otte  <otte@gnome.org>
27844
27845         * ext/xine/Makefile.am:
27846         * ext/xine/gstxine.h:
27847         * ext/xine/xine.c:
27848         * ext/xine/xineaudiodec.c:
27849         * ext/xine/xinecaps.c:
27850           add first version of xine plugin wrapper. Currently only wraps the
27851           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27852         * configure.ac:
27853         * ext/Makefile.am:
27854           add xine plugin wrapper, disabled by default. Use --enable-xine to
27855           build. Note that it'll segfault on gst-register if you don't remove
27856           the goom and tvtime post plugins from xine.
27857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27858         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27859           add extradata parsing for QDM2.
27860           change around debugging prints.
27861
27862 2004-02-19  Benjamin Otte  <otte@gnome.org>
27863
27864         * ext/lame/gstlame.c: (gst_lame_chain):
27865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27866           use gst_tag_list_insert when you want to insert tags
27867
27868 2004-02-18  David Schleef  <ds@schleef.org>
27869
27870         * configure.ac:  Move massink to gst-rotten
27871         * ext/Makefile.am:
27872         * ext/mas/Makefile.am:
27873         * ext/mas/massink.c:
27874         * ext/mas/massink.h:
27875
27876 2004-02-18  David Schleef  <ds@schleef.org>
27877
27878         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27879         typefinding, since it seems to be worse than nothing.
27880         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27881         atom to recognize .mp4 and .m4a files as video/quicktime.
27882
27883 2004-02-18  David Schleef  <ds@schleef.org>
27884
27885         * gst/sine/demo-dparams.c: (quit_live),
27886         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27887         Use double dparams, not float.
27888         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27889         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27890         sync'd elements don't really work correctly.
27891         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27892         (volume_update_volume), (volume_get_property):  Change dparam
27893         to double.
27894
27895 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27896
27897         * sys/ximage/ximagesink.c:
27898         (gst_ximagesink_xwindow_update_geometry),
27899         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27900         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27901         (gst_ximagesink_init): Rework the way software video scaling works. So
27902         now we check on each chain call if the video frames are feeling the
27903         window. If not we try to renegotiate caps. On failure we memorize that
27904         and we won't try again for that PLAYING sessions.
27905         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27906         failure.
27907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27908         synchronous flag.
27909
27910 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27911
27912         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27913           break up _link so we can give a better debug message for errors
27914
27915 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27916
27917         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27918           set up debug category
27919
27920 2004-02-18  Julien MOUTTE <julien@moutte.net>
27921
27922         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27923         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27924         the way renegotiation work. The event handling function is not taking
27925         care of external windows and renegotiate method check for pad flags
27926         NEGOTIATING. Should fix : #133209
27927
27928 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27929
27930         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27931         pad is negotiating before trying renegotiation.
27932
27933 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27934
27935         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27936           pass on all possible mime types as typefind hints
27937
27938 2004-02-17  Julien MOUTTE <julien@moutte.net>
27939
27940         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27942         possible SHM leak if we crash. All other apps using XShm are doing
27943         that.
27944
27945 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27946
27947         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27948         (gst_ximagesink_expose): Renegotiate size on expose.
27949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27950         size on expose.
27951
27952 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27953
27954         * testsuite/alsa/sinesrc.c:
27955           cosmetic fix to fix compile issue with gcc 2.95.4
27956
27957 2004-02-16  Julien MOUTTE <julien@moutte.net>
27958
27959         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27960         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27961         failed opening the audio device.
27962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27963         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27964         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27965         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27966         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27967         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27968         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27969         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27970         Removing some useless g_return_if_fail like wingo suggested.
27971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27972         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27973         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27974         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27975         (gst_xvimagesink_update_colorbalance),
27976         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27977         (gst_xvimagesink_xcontext_clear),
27978         (gst_xvimagesink_get_fourcc_from_caps),
27979         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27980         (gst_xvimagesink_set_xwindow_id),
27981         (gst_xvimagesink_colorbalance_list_channels),
27982         (gst_xvimagesink_colorbalance_set_value),
27983         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27984         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27985
27986 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27987
27988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27989           throw error when not negotiated instead of asserting
27990
27991 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27992
27993         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27994         correct data refcounting.
27995
27996 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27997
27998         * gst/switch/gstswitch.c: (gst_switch_change_state),
27999         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28000         change, mostly the EOS flag.
28001
28002 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28003
28004         * examples/gstplay/player.c: (got_eos), (main): Adding some
28005         output for debugging.
28006         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28007         timeouts if we go to any state different from PLAYING.
28008         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28009         more EOS bugs in riff lib.
28010
28011 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28012
28013         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28014         visualization until i find a way to fix switch correctly.
28015         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28016         EOS arrives.
28017         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28018         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28019         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28020         Reworked switch to get a more correct behaviour with events and refing
28021         of data stored in sinkpads.
28022         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28023         we don't pull from a pad in EOS.
28024
28025 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28026
28027         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28028           remove v1 tag even if we can't read it (makes sure we don't detect
28029           it again)
28030
28031 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28032
28033         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28034         (gst_alsa_xrun_recovery):
28035         * ext/alsa/gstalsa.h:
28036           try xrun recovery when wait failed. Make xrun recovery function
28037           return TRUE/FALSE to indicate success. (might fix #134354)
28038
28039 2004-02-13  David Schleef  <ds@schleef.org>
28040
28041         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28042         (dynparm_value_changed), (main): Convert from float to double.
28043         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28044
28045 2004-02-13  David Schleef  <ds@schleef.org>
28046
28047         * gst/silence/gstsilence.c: (gst_silence_class_init),
28048         (gst_silence_set_clock), (gst_silence_get),
28049         (gst_silence_set_property), (gst_silence_get_property):
28050         * gst/silence/gstsilence.h: Add sync property.
28051         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28052         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28053         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28054         * gst/sine/gstsinesrc.h: Add sync property.
28055
28056 2004-02-13  David Schleef  <ds@schleef.org>
28057
28058         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28059         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28060
28061 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * configure.ac:
28064         * ext/Makefile.am:
28065         * gst-libs/ext/Makefile.am:
28066           move ffmpeg plugin to gst-ffmpeg module
28067
28068 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28069
28070         * configure.ac: use GST_ARCH to detect architecture
28071
28072 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28073
28074         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28075
28076 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28077
28078         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28079           classify LADSPA plugins based on number of src/sink pads
28080           (#133663, Stefan Kost)
28081         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28082           fix dparams registration
28083           (#133528, Stefan Kost)
28084         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28085           fix use of isprint and use g_ascii_isprint instead
28086           (#133316, Stefan Kost)
28087
28088 2004-02-11  David Schleef  <ds@schleef.org>
28089
28090         Convert a few inner loops to use liboil.  This is currently
28091         optional, and is only enabled if liboil is present (duh!).
28092         * configure.ac: Check for liboil-0.1
28093         * gst/intfloat/Makefile.am:
28094         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28095         (gst_int2float_chain_gint16):
28096         * gst/videofilter/Makefile.am:
28097         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28098         (tablelookup_u8), (gst_videobalance_planar411):
28099         * gst/videotestsrc/Makefile.am:
28100         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28101         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28102         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28103         (paint_hline_RGB565), (paint_hline_xRGB1555):
28104
28105 2004-02-11  David Schleef  <ds@schleef.org>
28106
28107         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28108         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28109         (gst_colorspace_getcaps), (gst_colorspace_link),
28110         (gst_colorspace_base_init), (gst_colorspace_init),
28111         (gst_colorspace_chain), (gst_colorspace_change_state),
28112         (plugin_init): Merge Ronald's patch (bug #117897) and update
28113         for new caps and negotiation.  Seems to work, although it
28114         shows off bugs in lcs.
28115
28116 2004-02-11  David Schleef  <ds@schleef.org>
28117
28118         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28119         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28120
28121 2004-02-11  David Schleef  <ds@schleef.org>
28122
28123         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28124         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28125         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28126         Add server and port properties
28127
28128 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28129
28130         * m4/a52.m4:
28131         * m4/aalib.m4:
28132         * m4/as-ffmpeg.m4:
28133         * m4/as-liblame.m4:
28134         * m4/as-slurp-ffmpeg.m4:
28135         * m4/check-libheader.m4:
28136         * m4/esd.m4:
28137         * m4/freetype2.m4:
28138         * m4/gconf-2.m4:
28139         * m4/glib.m4:
28140         * m4/gst-alsa.m4:
28141         * m4/gst-artsc.m4:
28142         * m4/gst-ivorbis.m4:
28143         * m4/gst-matroska.m4:
28144         * m4/gst-sdl.m4:
28145         * m4/gst-shout2.m4:
28146         * m4/gst-sid.m4:
28147         * m4/gtk.m4:
28148         * m4/libdv.m4:
28149         * m4/libfame.m4:
28150         * m4/libmikmod.m4:
28151         * m4/ogg.m4:
28152         * m4/vorbis.m4:
28153           fix underquotedness of macros (#133800)
28154         * m4/as-avifile.m4:
28155         * m4/xmms.m4:
28156           removed because no longer used
28157
28158 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28159
28160         * configure.ac:
28161           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28162           by autopoint (fixes #132996)
28163
28164 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28165
28166         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28167         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28168         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28169         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28170           fix memleaks
28171
28172 2004-02-11  David Schleef  <ds@schleef.org>
28173
28174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28175         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28176         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28177         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28178         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28179         (gst_jpegenc_class_init), (gst_jpegenc_init),
28180         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28181         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28182         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28183         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28184
28185 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28186
28187         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28188         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28189         * ext/mikmod/gstmikmod.h:
28190           fix caps negotiation in mikmod
28191         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28192           output debug information
28193
28194 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28195
28196         * gst-libs/gst/colorbalance/Makefile.am:
28197         * gst-libs/gst/navigation/Makefile.am:
28198         * gst-libs/gst/xoverlay/Makefile.am:
28199           remove unused GST_OPT_CFLAGS from Makefiles
28200           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28201
28202 2004-02-07  David Schleef  <ds@schleef.org>
28203
28204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28205         push events to pads that haven't been created (#133508)
28206
28207 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28208
28209         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28210         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28211         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28212         (gst_dvdec_loop), (gst_dvdec_change_state):
28213         Second attempt at committing a working dvdec element.
28214
28215 2004-02-06  David Schleef  <ds@schleef.org>
28216
28217         Build fixes for OS X: (see #129600)
28218         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28219         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28220         (gst_riff_read_strf_iavs):
28221         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28222         (gst_avi_demux_stream_odml):
28223         * gst/playondemand/Makefile.am:
28224         * gst/rtp/rtp-packet.c:
28225
28226 2004-02-05  David Schleef  <ds@schleef.org>
28227
28228         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28229         last change, because it Just Doesn't Compile.
28230
28231 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28232
28233         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28234           skip undecodable id3v2 tag instead of keeping it
28235
28236 2004-02-05  David Schleef  <ds@schleef.org>
28237
28238         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28239         Unref leaked buffer.  (Noticed by Ronald)
28240
28241 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28242
28243         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28244         Sync requires with other checks.  >= vs =.
28245
28246 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28247
28248         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28249         (gst_dvdec_video_link), (gst_dvdec_loop):
28250         * ext/dv/gstdvdec.h:
28251           rework the caps negotiation so that dvdec works again instead
28252           of just segfaulting.
28253
28254 === release 0.7.4 ===
28255
28256 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28257
28258         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28259         * configure.ac: changed for release
28260
28261 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28262
28263         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28264         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28265         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28266         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28267           reworked patch by David Lehn to fix libdir and includedir for
28268           uninstalled libraries
28269           removed play and gconf from gstreamer-libs since they have their
28270           own pkgconfig files
28271
28272 2004-02-04  David Schleef  <ds@schleef.org>
28273
28274         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28275         memleak.
28276
28277 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28278
28279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28280           use correct GST_TAG_ENCODER tag
28281
28282 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28283
28284         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28285           be sure to stop the clock when going to paused
28286         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28287           reset number of transmitted when going to ready.
28288         fixes #132935
28289
28290 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28291
28292         reviewed by Benjamin Otte
28293
28294         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28295           extract track count (fixes #133410)
28296
28297 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28298
28299         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28300           that should be !=, not == (fixes #132519)
28301
28302 2004-02-04  David Schleef  <ds@schleef.org>
28303
28304         Make sure set_explicit_caps() is called before adding pad.
28305         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28306         * gst/id3/gstid3types.c: (gst_id3types_loop):
28307         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28308         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28309
28310 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28311
28312         * configure.ac:
28313           bump nano to 2, first prerelease
28314           put back AM_PROG_LIBTOOL
28315
28316 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28317
28318         * testsuite/alsa/Makefile.am:
28319           these are user test apps, not automatic testsuite tests
28320
28321 2004-02-04  David Schleef  <ds@schleef.org>
28322
28323         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28324         * gst/mpeg1videoparse/gstmp1videoparse.c:
28325         (mp1videoparse_parse_seq):
28326         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28328         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28329         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28330         (gst_xvideosink_getcaps):
28331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28332         * testsuite/gst-lint: more tests
28333
28334 2004-02-04  David Schleef  <ds@schleef.org>
28335
28336         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28337         with the code that they would expand to.
28338         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28339         (gst_flacdec_get_src_query_types),
28340         (gst_flacdec_get_src_event_masks):
28341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28342         (gst_gnomevfssrc_get_query_types),
28343         (gst_gnomevfssrc_get_event_mask):
28344
28345 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28346
28347         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28348         (gst_sinesrc_dispose):
28349           fix memleak by properly disposing sinesrc
28350
28351 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28352
28353         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28354         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28355         an overlay to redraw the image because it has been exposed.
28356         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28357         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28358         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28359         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28360         interface
28361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28362         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28363         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28364         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28365         interface
28366
28367 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28368
28369         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28370           more memleak fixage
28371
28372 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28373
28374         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28375         * gst/typefind/gsttypefindfunctions.c:
28376           fix memleaks shown by gst-typefind
28377
28378 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28379
28380         * common/glib-gen.mak:
28381           add hack rule to touch .Plo files
28382         * gst-libs/gst/colorbalance/Makefile.am:
28383         * gst-libs/gst/mixer/Makefile.am:
28384         * gst-libs/gst/play/Makefile.am:
28385         * gst-libs/gst/tuner/Makefile.am:
28386           remove glib_root variable
28387
28388 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28389
28390         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28391           set explicit caps before adding the element, so the autopluggers can
28392           plug correctly.
28393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28394         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28395         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28396         (dv_type_find):
28397           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28398           argument.
28399
28400 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28401
28402         * gst-libs/gst/colorbalance/Makefile.am:
28403         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28404         * gst-libs/gst/colorbalance/colorbalance.c:
28405         * gst-libs/gst/colorbalance/colorbalance.h:
28406         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28407         * gst-libs/gst/mixer/Makefile.am:
28408         * gst-libs/gst/mixer/mixer-marshal.list:
28409         * gst-libs/gst/mixer/mixer.c:
28410         * gst-libs/gst/mixer/mixer.h:
28411         * gst-libs/gst/mixer/mixermarshal.list:
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-marshal.list:
28416         * gst-libs/gst/tuner/tuner.c:
28417         * gst-libs/gst/tuner/tuner.h:
28418         * gst-libs/gst/tuner/tunermarshal.list:
28419           use new glib-gen.mak snippet to clean up Makefile.am
28420           fix various bugs in Makefile.am's
28421
28422 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28423
28424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28425           handle chain parsing correctly in the multichain case
28426         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28427         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28428         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28429         (theora_dec_chain):
28430           handle events and queries correctly
28431
28432 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28433
28434         * .cvsignore:
28435         Ignore generated file _stdint.h.
28436
28437 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28438
28439         * gst-libs/gst/colorbalance/Makefile.am:
28440         * gst-libs/gst/colorbalance/colorbalance.h:
28441         * gst-libs/gst/mixer/Makefile.am:
28442         * gst-libs/gst/mixer/mixer.h:
28443         * gst-libs/gst/play/Makefile.am:
28444         * gst-libs/gst/play/play.h:
28445         * gst-libs/gst/tuner/Makefile.am:
28446         * gst-libs/gst/tuner/tuner.h:
28447         Generate enum type code with glib-mkenums.
28448         * gst-libs/gst/colorbalance/.cvsignore:
28449         * gst-libs/gst/mixer/.cvsignore:
28450         * gst-libs/gst/play/.cvsignore:
28451         * gst-libs/gst/tuner/.cvsignore:
28452         Ignore generated files.
28453
28454 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28455
28456         * gst-libs/gst/audio/.cvsignore:
28457         Ignore generated file.
28458         * gst-libs/gst/audio/Makefile.am:
28459         Do not install example filter.
28460
28461 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28462
28463         * examples/switch/.cvsignore:
28464         Ignore generated file.
28465
28466 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28467
28468         * common/m4/ax_create_stdint_h.m4:
28469         * configure.ac:
28470           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28471           _stdint.h.
28472         * Makefile.am:
28473           remove generated _stdint.h in DISTCLEANFILES
28474         * ext/a52dec/gsta52dec.c:
28475           include _stdint.h for a52dec. (should fix #133064)
28476
28477 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28478
28479         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28480         (gst_tag_to_vorbis_comments):
28481         Add replaygain support to vorbistag
28482
28483 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28484         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28485         (gst_ffmpeg_caps_to_extradata):
28486           Fix SVQ3 caps flag properties
28487           Use glib macro for bytes swap
28488
28489 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28490
28491         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28492         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28493         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28494         * ext/sndfile/gstsf.c: (plugin_init):
28495         * gst/avi/gstavi.c: (plugin_init):
28496         * sys/dxr3/dxr3init.c: (plugin_init):
28497         * sys/oss/gstossaudio.c: (plugin_init):
28498         * sys/v4l/gstv4l.c: (plugin_init):
28499         * sys/v4l2/gstv4l2.c: (plugin_init):
28500           remove textdomain calls
28501         * po/nl.po:
28502           update Dutch translation
28503
28504 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28505
28506         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28507         (gst_play_set_audio_sink): Moving volume in the audio thread for
28508         instantaneous volume change. Maybe i will add another volume in front
28509         of visualization later, not sure yet though.
28510
28511 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28512
28513         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28514         (gst_ximagesink_handle_xevents): Better X events handling, only take
28515         the latest events for configure and motion.
28516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28517
28518 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28519
28520         reviewed by: David Schleef  <ds@schleef.org>
28521
28522         Fix memory leaks:
28523         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28524         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28525
28526 2004-02-02  David Schleef  <ds@schleef.org>
28527
28528         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28529         of lines.
28530         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28531         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28532         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28533         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28534         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28535         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28536         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28537         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28538         (gst_float2_2_int_link):
28539         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28540         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28541         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28542         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28543         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28544         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28545         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28546         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28547         * testsuite/gst-lint: Add tests for bzero and ;;
28548
28549 2004-02-02  David Schleef  <ds@schleef.org>
28550
28551         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28552
28553 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28554
28555         * ext/aalib/gstaasink.c: (gst_aasink_open):
28556         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28559         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28560         (gst_afsink_close_file):
28561         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28562         (gst_afsrc_close_file):
28563         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28564         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28565         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28566         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28567         * ext/esd/esdmon.c: (gst_esdmon_get):
28568         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28569         * ext/faac/gstfaac.c: (gst_faac_chain):
28570         * ext/faad/gstfaad.c: (gst_faad_chain):
28571         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28572         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28573         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28574         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28575         (gst_flacdec_loop):
28576         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28577         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28579         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28580         (gst_gnomevfssink_close_file):
28581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28582         (gst_gnomevfssrc_open_file):
28583         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28584         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28585         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28586         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28587         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28588         * ext/mad/gstmad.c: (gst_mad_chain):
28589         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28590         * ext/mpeg2dec/gstmpeg2dec.c:
28591         * ext/mpeg2enc/gstmpeg2enc.cc:
28592         * ext/mplex/gstmplex.cc:
28593         * ext/mplex/gstmplexibitstream.cc:
28594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28595         (gst_ogg_demux_push):
28596         * ext/raw1394/gstdv1394src.c:
28597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28598         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28599         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28600         (gst_sf_loop):
28601         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28602         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28603         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28604         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28606         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28607         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28608         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28609         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28610         (gst_riff_read_element_data), (gst_riff_read_seek),
28611         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28612         * gst/adder/gstadder.c: (gst_adder_loop):
28613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28614         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28616         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28617         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28618         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28619         * gst/goom/gstgoom.c: (gst_goom_chain):
28620         * gst/id3/gstid3types.c: (gst_id3types_loop):
28621         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28622         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28623         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28624         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28625         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28626         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28627         (gst_ebml_read_float), (gst_ebml_read_header):
28628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28629         (gst_matroska_demux_parse_blockgroup):
28630         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28631         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28632         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28633         * gst/silence/gstsilence.c: (gst_silence_get):
28634         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28635         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28636         * gst/speed/gstspeed.c: (speed_loop):
28637         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28639         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28640         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28641         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28642         (gst_wavparse_loop):
28643         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28644         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28645         (dxr3audiosink_close):
28646         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28647         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28648         (dxr3videosink_close), (dxr3videosink_write_data):
28649         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28650         * sys/oss/gstosssink.c: (gst_osssink_chain):
28651         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28652         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28653         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28655         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28656         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28657         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28658         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28659         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28660         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28661         (gst_v4l_set_audio):
28662         * sys/v4l/v4l_calls.h:
28663         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28664         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28665         (gst_v4lmjpegsink_playback_init),
28666         (gst_v4lmjpegsink_playback_start):
28667         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28669         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28670         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28671         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28672         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28673         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28674         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28675         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28676         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28677         (gst_v4l2_get_output), (gst_v4l2_set_output),
28678         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28679         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28680         (gst_v4l2_set_attribute):
28681         * sys/v4l2/v4l2_calls.h:
28682         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28683         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28684         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28685         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28686         (gst_v4l2src_capture_stop):
28687         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28688         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28689         (gst_ximagesink_chain):
28690         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28691         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28692         (gst_xvideosink_xwindow_new):
28693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28694         (gst_xvimagesink_chain):
28695
28696 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28697
28698         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28699         (gst_volume_get_volume), (volume_class_init), (volume_init),
28700         (volume_chain_int16), (volume_update_volume):
28701         * gst/volume/gstvolume.h:
28702           make code more readable by removing magic numbers
28703           make mixer interface export 0-100 range
28704           make it internally map to 0.0-1.0 range so users don't distort
28705           output by putting the sliders at full volume
28706
28707 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28708
28709         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28710         (gst_play_state_change), (gst_play_seek_to_time):
28711         block the tick callback for 0.5 secs after doing a seek
28712
28713 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28714
28715         * gst-libs/gst/play/play.c: (gst_play_new):
28716           check for GError
28717
28718 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28719
28720         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28721         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28722         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28723         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28725         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28726
28727 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * configure.ac:
28730         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28731           check for a function added in vorbis 1.1
28732
28733 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28734
28735         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28736         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28737           really start/stop clock only on PLAYING <=> PAUSED
28738         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28739           remove \n from debugging lines
28740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28741           make it work when seeking does not
28742         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28743           reset on DISCONT
28744
28745 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28746
28747         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28748           start clock on PAUSED=>PLAYING, not later
28749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28750           extract correct time for different discont formats
28751         (gst_alsa_sink_get_time):
28752           don't segfault when no format is negotiated yet, just return 0
28753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28754         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28755         (gst_ogg_pad_push):
28756           handle flush and discont events correctly
28757         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28758           handle discont events correctly
28759
28760 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28761
28762         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28763         (gst_play_error_create), (gst_play_error_plugin),
28764         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28765         * gst-libs/gst/play/play.h:
28766           add error handling during creation
28767         * examples/gstplay/player.c: (main):
28768           use new gst_play_new
28769
28770
28771 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28772
28773         * ext/theora/theoradec.c: (theora_dec_chain):
28774           make comments work
28775         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28776         (vorbis_dec_src_event), (vorbis_dec_chain):
28777           add encoder tag, fix tag reading to be more error tolerant, change
28778           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28779           gst_pad_event_default.
28780         * gst/tags/gstvorbistag.c:
28781         (gst_tag_list_from_vorbiscomment_buffer):
28782           undefine function specific define at end of function
28783
28784 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28785
28786         * ext/flac/gstflac.c: (plugin_init):
28787         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28788         * ext/flac/gstflacdec.h:
28789         * ext/flac/gstflacenc.h:
28790           Fix typos
28791
28792 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28793
28794         * examples/gstplay/player.c: s/gstplay.h/play.h/
28795
28796 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28797
28798         * gst-libs/gst/play/Makefile.am:
28799         * gst-libs/gst/play/gstplay.c:
28800         * gst-libs/gst/play/gstplay.h:
28801         * gst-libs/gst/play/play.c:
28802           more surgery, operation complete
28803
28804 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28805
28806         * gst-libs/gst/play/play.old.c:
28807         * gst-libs/gst/play/play.old.h:
28808           after CVS surgery by moving, remove
28809         * gst-libs/gst/play/playpipelines.c:
28810           remove
28811
28812         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28813           add negotiation error
28814
28815 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28818         (gst_ogg_demux_push):
28819           add some seeking debug info
28820           send a flush when seeking
28821
28822 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28823
28824         * configure.ac:
28825           use AC_C_INLINE
28826         * configure.ac:
28827         * ext/Makefile.am:
28828         * ext/theora/Makefile.am:
28829         * ext/theora/theoradec.c:
28830           add theora video decoder. Does just do simple decoding for now and
28831           has been tested against Theora cvs only. It only works when theora
28832           is compiled with --enable-static.
28833         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28834           always reset packetno on DISCONT
28835
28836 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28839           Fix audio.
28840
28841 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * gst/mpegaudioparse/gstmpegaudioparse.c:
28844         (mp3_type_frame_length_from_header):
28845           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28846
28847 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28848
28849         * ext/esd/esdsink.c: (gst_esdsink_init):
28850           Since we have static pad template caps, we don't need to negotiate;
28851           either the core errors out or we know the format.
28852
28853 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28854
28855         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28856         (gst_riff_read_seek):
28857         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28858         (gst_ebml_read_seek):
28859           Fix event handling.
28860
28861 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28862
28863         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28864           removee video/x-theora from vp3 decoder, it doesn't handle raw
28865           theora streams
28866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28867           fix bug with finalizing element that never went to PAUSED
28868         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28869           length and position queries were swapped
28870         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28871         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28872         (vorbis_dec_src_event):
28873           implement querying time and bytes
28874
28875 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28876
28877         * just about every source file:
28878           gst_element_error -> GST_ELEMENT_ERROR
28879
28880 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28881
28882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28883         emiting FLUSH and even before DISCONT.
28884         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28885         get the best instant seeking as possible yay!
28886
28887 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28888
28889         * gst/mpeg1videoparse/gstmp1videoparse.c:
28890         (gst_mp1videoparse_real_chain):
28891           Committed wrong version last week... Grr... Didn't notice until now.
28892
28893 2004-01-29  Julien MOUTTE <julien@moutte.net>
28894
28895         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28897         have_xwindow_id signal in xwindow_create.
28898
28899 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28900
28901         * ext/ogg/gstoggdemux.c:
28902           lots of changes - mainly support for chained bitstreams, seeking,
28903           querying and bugfixes of course
28904         * ext/vorbis/Makefile.am:
28905         * ext/vorbis/vorbisdec.c:
28906         * ext/vorbis/vorbisdec.h:
28907           add vorbisdec raw vorbis decoder
28908         * ext/vorbis/vorbis.c: (plugin_init):
28909           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28910         * gst/intfloat/Makefile.am:
28911         * gst/intfloat/float22int.c:
28912         * gst/intfloat/float22int.h:
28913         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28914           add float2intnew plugin. It converts multichannel interleaved float to
28915           multichannel interleaved int. The name should probably be changed.
28916         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28917         (plugin_init):
28918           add typefinding for raw theora video so oggdemux can detect it.
28919
28920 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28921
28922         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28923         sink element first.
28924         * gst/videoscale/gstvideoscale.c:
28925         (gst_videoscale_handle_src_event): Fixing src event handler.
28926
28927 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28928
28929         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28930         (gst_v4lsrc_open), (gst_v4lsrc_close),
28931         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28932         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28933         * sys/v4l/gstv4lsrc.h:
28934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28935         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28936           Implement resizing... Hack. But that's why v4l is b0rked...
28937
28938 2004-01-28  Julien MOUTTE <julien@moutte.net>
28939
28940         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28941         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28942         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28943         (gst_ximagesink_xwindow_destroy):
28944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28945         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28946         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28947         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28948         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28949         correctly cleaning the image created to check xshm calls on succes,
28950         added a lot of XSync calls in X11 functions, and fixed a segfault when
28951         no image format was defined before negotiation happened.
28952
28953 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28954
28955         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28956           use gst_element_get_time to get correct time
28957
28958 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28959
28960         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28961         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28962         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28964         (gst_xvimagesink_check_xshm_calls),
28965         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28966         X plugins are now able to detect that XShm calls will fail even if the
28967         server claims that it has XShm support (remote displays most of the
28968         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28969         so that we use non XShm functions. This feature is almost useless for
28970         xvimagesink as Xv is not supported on remote displays anyway, but
28971         it might happen than even on the local display XShm calls fail.
28972
28973 2004-01-27  David Schleef  <ds@schleef.org>
28974
28975         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28976         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28977         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28978         changed esdsink to only use 44100,16,2, since esd sucks at rate
28979         conversion and esdsink has had difficulty negotiating.
28980
28981 2004-01-27  Julien MOUTTE <julien@moutte.net>
28982
28983         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28984         (gst_play_seek_to_time): Fixing the way to get current position.
28985
28986 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28987
28988         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28989           use gst_element_get_time to get correct time
28990
28991 2004-01-27  Julien MOUTTE <julien@moutte.net>
28992
28993         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28994         fix ever... Inverting 2 lines of code make spider autoplug correctly
28995         tagged mp3 !
28996
28997 2004-01-27  David Schleef  <ds@schleef.org>
28998
28999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29000         Use gst_pad_try_set_caps_nonfixed().
29001
29002 2004-01-27  David Schleef  <ds@schleef.org>
29003
29004         * gst/ac3parse/gstac3parse.c: update to checklist 5
29005         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29006         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29007         * gst/audioscale/gstaudioscale.c: same
29008         * gst/auparse/gstauparse.c: same
29009         * gst/avi/gstavidemux.c: same
29010
29011 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29012
29013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29014           stop processing after EOS
29015
29016 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29017
29018         * gst/asfdemux/asfheaders.h:
29019         * gst/asfdemux/gstasfdemux.c:
29020         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29021         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29022         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29023           lot's of fixes to make data extraction simpler and get the code
29024           architecture and compiler independant. Add debugging category
29025         * gst/goom/gstgoom.c: (gst_goom_change_state):
29026           reset channel count on PAUSED=>READY, not READY=>PAUSED
29027
29028 2004-01-26  Colin Walters  <walters@verbum.org>
29029
29030         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29031         code to pull a bigger buffer in iradio mode.  This as a side effect
29032         makes typefinding work.
29033
29034 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29035
29036         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29037         Fix SVQ3 decoding on PPC
29038
29039 2004-01-26  Julien MOUTTE <julien@moutte.net>
29040
29041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29042         that one managed to stay there... Fixed.
29043
29044 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29045
29046         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29047         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29048         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29049         (qtdemux_video_caps):
29050         * gst/qtdemux/qtdemux.h:
29051         Add SVQ3 specific flags to qtdemux and ffmpeg
29052
29053 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29054
29055         * gst-libs/gst/audio/audio.h:
29056           remove buffer-frames from audio caps
29057         * gst/audioconvert/gstaudioconvert.c:
29058           fix plugin to really work.
29059
29060 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * gst-libs/gst/mixer/mixer.c:
29063         * gst-libs/gst/propertyprobe/propertyprobe.c:
29064         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29065         (gst_tuner_find_channel_by_name):
29066         * gst-libs/gst/tuner/tuner.h:
29067           Add gtk-doc style comments. Also fix a function name.
29068
29069 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29072         (gst_divxdec_negotiate):
29073           Fix for new capsnego - also fixes gst-player with divxdec.
29074
29075 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29076
29077         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29078         (gst_play_identity_handoff), (gst_play_set_location),
29079         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29080         try in visualization implementation. Still have an issue with switch
29081         blocking when pulling from video_queue and only audio comes out of
29082         spider.
29083         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29084         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29085         release method. And check if the pad is usable before pulling.
29086
29087 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29088
29089         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29090         (gst_videobalance_init),
29091         (gst_videobalance_colorbalance_list_channels),
29092         (gst_videobalance_colorbalance_set_value),
29093         (gst_videobalance_colorbalance_get_value),
29094         (gst_videobalance_update_properties),
29095         (gst_videobalance_update_tables_planar411),
29096         (gst_videobalance_planar411):
29097         * gst/videofilter/gstvideobalance.h:
29098           Implement lookup-tables. +/- 10x faster.
29099
29100 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29101
29102         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29103         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29104           The index reading was broken. The rest worked fine, but the whole
29105           goal of my rewrite was to make avidemux readable, and this was
29106           not at all readable. Please use typed variables.
29107
29108 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29109
29110         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29111           Additional pad usability check.
29112         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29113         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29114         (gst_mp1videoparse_real_chain):
29115           Fix MPEG video stream parsing. The original plugin had several
29116           issues, including not timestamping streams where the source was
29117           not timestamped (this happens with PTS values in mpeg system
29118           streams, but MPEG video is also a valid stream on its own so
29119           that needs timestamps too). We use the display time code for that
29120           for now. Also, if one incoming buffer contains multiple valid
29121           frames, we push them all on correctly now, including proper EOS
29122           handling. Lastly, several potential segfaults were fixed, and we
29123           properly sync on new sequence/gop headers to include them in next,
29124           not previous frames (since they're header for the next frame, not
29125           the previous). Also see #119206.
29126         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29127         (bpf_from_header):
29128           Move caps setting so we only do it after finding several valid
29129           MPEG-1 fraes sequentially, not right after the first one (which
29130           might be coincidental).
29131         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29132         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29133         (plugin_init):
29134           Add unsynced MPEG video stream typefinding, and change some
29135           probability values so we detect streams rightly. The idea is as
29136           follows: I can have an unsynced system stream which contains
29137           video. In the current code, I would randomly get a type for either
29138           system or video stream type found, because the probabilities are
29139           being calculated rather randomly. I now use fixed values, so we
29140           always prefer system stream if that was found (and that is how it
29141           should be). If no system stream was found, we can still identity                the stream as video-only.
29142
29143 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29144
29145         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29146         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29147           don't write to buffer. Extract data without the need of
29148           __attribute__ ((packed))
29149
29150 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29151
29152         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29153         (mpeg1_sys_type_find):
29154           Fix MPEG-1 stream typefinding.
29155
29156 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29159           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29160
29161 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29162
29163         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29164         * ext/esd/gstesd.c: (plugin_init):
29165           private debugging, better error reporting
29166
29167 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29168
29169         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29170         (gst_riff_read_init), (gst_riff_read_change_state):
29171         * gst-libs/gst/riff/riff-read.h:
29172           Remove stuff fromold metadata system.
29173
29174 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/ogg/gstoggdemux.c:
29177           Fix wrong file comment.
29178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29179         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29180           Add metadata reading properly.
29181
29182 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29183
29184         * ext/Makefile.am:
29185           Fix nas DIST_SUBDIRS
29186           Uraeus:
29187           Fix bug where make distcheck doesn't get run on adding stuff to
29188           the build.
29189
29190 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29191
29192         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29193         * ext/divx/gstdivxdec.h:
29194           Fix divx3 ("msmpeg4") playback using divxdec.
29195
29196 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29197
29198         * gst/typefind/gsttypefindfunctions.c:
29199         (mp3_type_frame_length_from_header): fix bug in length computation
29200         (mp3_type_find): improve debugging output
29201
29202 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29203
29204         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29205         (gst_play_set_location), (gst_play_seek_to_time),
29206         (gst_play_set_audio_sink), (gst_play_set_visualization),
29207         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29208         the pipeline from scratch. Visualization is back and switch went out as
29209         i realized it was not possible to use the way i wanted.
29210         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29211         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29212         clearing in state change from READY to NULL. So that one can clean the
29213         X ressources keeping the element.
29214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29215         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29216         (gst_xvimagesink_colorbalance_set_value),
29217         (gst_xvimagesink_colorbalance_get_value),
29218         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29219         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29220         change from READY to NULL and fixed some stupid bugs in colorbalance
29221         get/set values. Also added the following feature : when nobody tries to
29222         set some values to the colorbalance levels before the xcontext is
29223         grabbed, then when creating channels list from Xv attributes we set the
29224         internal values to the Xv defaults. This way we handle buggy Xv drivers
29225         that set default hue values far from the middle of the range (Thanks
29226         to Jon Trowbridge for pointing that issue).
29227         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29228         colorbalance levels have been set before xcontext is grabbed.
29229
29230 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29233           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29234           it might block operations (which is bad for a mixer).
29235
29236 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29237
29238         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29239         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29240         (gmip_find_type_pre):
29241         * gst-libs/gst/media-info/media-info-priv.h:
29242         * gst-libs/gst/media-info/media-info.c:
29243         (gst_media_info_instance_init), (gst_media_info_read_idler):
29244         add fakesink to get caps on decoder src pad again
29245         fix callback prototype to match new have_type signal signature
29246
29247 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29248
29249         * gst/adder/gstadder.c: (gst_adder_link):
29250           fix non-compile and cut-n-paste code
29251
29252 2004-01-21  David Schleef  <ds@schleef.org>
29253
29254         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29255         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29256         (gst_swfdec_init), (gst_swfdec_change_state):
29257         * ext/swfdec/gstswfdec.h:
29258         Fix negotiation.
29259         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29260         (gst_adder_request_new_pad): Fix negotiation.
29261         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29262         Add a fixate function.
29263         * gst/intfloat/gstfloat2int.c:
29264         * gst/intfloat/gstfloat2int.h:
29265         * gst/intfloat/gstint2float.c:
29266         * gst/intfloat/gstint2float.h:
29267         Completely rewrite the negotiation.  Doesn't quite work yet,
29268         due to some buffer-frames problem.
29269
29270 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29271
29272         * ext/gnomevfs/gstgnomevfssrc.c:
29273         * sys/v4l2/v4l2_calls.h:
29274           fix includes for distcheck
29275
29276 2004-01-21  Christian Schaller <uraeus@gnome.org>
29277
29278         * ext/nas/
29279         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29280         based on earlier patch from Laurent Vivier
29281
29282 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29283
29284         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29285         Fix wma caps property
29286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29287         Fix typo (flags1 and flags2)
29288
29289 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29290
29291         * gst-libs/gst/media-info/media-info-priv.c:
29292         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29293         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29294         (gmip_find_stream), (gmip_find_track_metadata),
29295         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29296         (gmip_find_track_format):
29297         * gst-libs/gst/media-info/media-info-priv.h:
29298         * gst-libs/gst/media-info/media-info-test.c: (main):
29299         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29300         (gst_media_info_read_idler), (gst_media_info_read):
29301         * gst-libs/gst/media-info/media-info.h:
29302           register debugging category and use it for debugging
29303
29304 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29305
29306         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29307         (gst_vorbisfile_new_link):
29308           signal streaminfo through tags
29309
29310 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * ext/mplex/gstmplex.cc:
29313         * ext/mplex/gstmplexibitstream.cc:
29314           g++ doesn't like NULL in our i18n/error macros, should be
29315           either (NULL) or ("").
29316
29317 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29318
29319         * sys/dxr3/dxr3audiosink.c:
29320         * sys/dxr3/dxr3init.c:
29321         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29322         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29323           Fix more error error error errors (missing includes here).
29324
29325 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29326
29327         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29328           fix thomas' error errors.
29329
29330 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29331
29332         * ext/mpeg2enc/gstmpeg2enc.cc:
29333           fix error errors.
29334
29335 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29338         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29339           Fix for new error system.
29340
29341 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29342
29343         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29344           fix for new error reporting
29345
29346 2004-01-20  David Schleef  <ds@schleef.org>
29347
29348         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29349         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29350         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29351         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29352         and neither is 100+, most likely.
29353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29354         (gst_xvimagesink_getcaps): same
29355
29356 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29357
29358         * configure.ac:
29359           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29360           clashes with ffmpeg.
29361
29362 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29363
29364         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29365         (gst_switch_init): Fixed switch element : proxying link and setting
29366         caps from src to sink on request.
29367
29368 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29369
29370         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29371         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29372         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29373         fix element_error
29374
29375 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29376
29377         * sys/v4l/v4l_calls.h:
29378         * sys/v4l2/v4l2_calls.h:
29379           element_error fixes
29380
29381 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29382
29383         * gst-libs/gst/gst-i18n-plugin.h:
29384           add locale.h
29385           remove config.h inclusion
29386
29387 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29388
29389         * autogen.sh:
29390           adding autopoint invocation
29391         * Makefile.am:
29392         * configure.ac:
29393         * gst-libs/gst/gettext.h:
29394           adding gettext bits
29395         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29396         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29397         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29398         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29399         (gst_gnomevfssink_close_file):
29400         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29401         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29402         * gst-libs/gst/gst-i18n-plugin.h:
29403         * gst/avi/gstavi.c: (plugin_init):
29404         * sys/dxr3/dxr3init.c: (plugin_init):
29405         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29406         * sys/oss/gstossaudio.c: (plugin_init):
29407         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29408         * sys/v4l/gstv4l.c: (plugin_init):
29409         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29410         * sys/v4l2/gstv4l2.c: (plugin_init):
29411         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29412         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29413         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29414         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29415         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29416         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29417           make sure locale and translation domain are set
29418           fix translated strings
29419         * po/.cvsignore:
29420         * po/LINGUAS:
29421         * po/Makevars:
29422         * po/POTFILES.in:
29423         * po/nl.po:
29424           put translation files into place
29425         * sys/xvideo/imagetest.c: (main):
29426         * ext/dv/demo-play.c: (main):
29427           fix unnecessary translations
29428
29429 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29430
29431         * ext/sndfile/gstsf.c:
29432         * gst/avi/gstavimux.c:
29433         * ext/audiofile/gstafsink.c:
29434         * ext/audiofile/gstafsrc.c:
29435         * ext/gnomevfs/gstgnomevfssink.c:
29436         * ext/gnomevfs/gstgnomevfssrc.c:
29437         * sys/oss/gstosselement.c:
29438         * sys/v4l/v4l_calls.h:
29439           fix i18n include
29440
29441 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29442
29443         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29444         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29445         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29446         (gst_v4l2_get_output), (gst_v4l2_set_output),
29447         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29448         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29449         (gst_v4l2_set_attribute):
29450         update to new error handling
29451
29452 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29453
29454         * ext/sidplay/gstsiddec.cc:
29455         * gst/modplug/gstmodplug.cc:
29456           parenthese NULL because C++ seems angry about it
29457
29458 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29459
29460         * gst-libs/gst/gst-i18n-plugin.h:
29461           add skeleton i18n stuff, but needs to be further implemented
29462
29463 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29464
29465         * examples/gstplay/player.c: (main):
29466         * ext/aalib/gstaasink.c: (gst_aasink_open):
29467         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29470         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29471         (gst_afsink_close_file):
29472         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29473         (gst_afsrc_close_file):
29474         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29475         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29476         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29477         * ext/esd/esdmon.c: (gst_esdmon_get):
29478         * ext/esd/esdsink.c: (gst_esdsink_chain):
29479         * ext/faac/gstfaac.c: (gst_faac_chain):
29480         * ext/faad/gstfaad.c: (gst_faad_chain):
29481         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29482         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29483         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29484         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29485         (gst_flacdec_loop):
29486         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29487         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29488         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29489         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29490         (gst_gnomevfssink_close_file):
29491         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29492         (gst_gnomevfssrc_open_file):
29493         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29494         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29495         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29496         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29497         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29498         * ext/mad/gstmad.c: (gst_mad_chain):
29499         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29500         * ext/mpeg2dec/gstmpeg2dec.c:
29501         * ext/mpeg2enc/gstmpeg2enc.cc:
29502         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29503         * ext/mplex/gstmplex.cc:
29504         * ext/mplex/gstmplexibitstream.cc:
29505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29506         (gst_ogg_demux_push), (gst_ogg_pad_push):
29507         * ext/raw1394/gstdv1394src.c:
29508         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29509         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29510         * ext/sidplay/gstsiddec.cc:
29511         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29512         (gst_sf_loop):
29513         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29514         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29515         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29517         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29518         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29519         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29520         * gst-libs/gst/Makefile.am:
29521         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29522         (gst_riff_read_element_data), (gst_riff_read_seek),
29523         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29524         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29526         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29527         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29528         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29529         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29530         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29531         * gst/goom/gstgoom.c: (gst_goom_chain):
29532         * gst/id3/gstid3types.c: (gst_id3types_loop):
29533         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29534         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29535         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29536         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29537         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29538         (gst_ebml_read_float), (gst_ebml_read_header):
29539         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29540         (gst_matroska_demux_parse_blockgroup):
29541         * gst/modplug/gstmodplug.cc:
29542         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29543         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29544         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29545         * gst/silence/gstsilence.c: (gst_silence_get):
29546         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29547         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29548         * gst/speed/gstspeed.c: (speed_loop):
29549         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29551         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29552         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29553         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29554         (gst_wavparse_loop):
29555         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29556         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29557         (dxr3audiosink_close):
29558         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29559         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29560         (dxr3videosink_close), (dxr3videosink_write_data):
29561         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29562         * sys/oss/gstosselement.h:
29563         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29564         (gst_osssink_chain):
29565         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29566         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29567         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29569         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29570         (gst_v4l_enable_overlay):
29571         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29572         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29573         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29574         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29575         (gst_v4l_set_audio):
29576         * sys/v4l/v4l_calls.h:
29577         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29578         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29579         (gst_v4lmjpegsink_playback_init),
29580         (gst_v4lmjpegsink_playback_start):
29581         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29582         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29583         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29584         (gst_v4lmjpegsrc_requeue_frame):
29585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29586         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29587         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29588         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29590         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29591         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29592         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29593         (gst_v4l2src_capture_stop):
29594         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29595         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29596         (gst_ximagesink_chain):
29597         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29598         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29599         (gst_xvideosink_xwindow_new):
29600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29601         (gst_xvimagesink_chain):
29602         use new error signal, function and categories
29603
29604 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29605
29606         * configure.ac:
29607         * ext/Makefile.am:
29608         * ext/musicbrainz/gsttrm.c:
29609         * ext/musicbrainz/gsttrm.h:
29610         * ext/musicbrainz/Makefile.am:
29611         Add a trm plugin
29612
29613 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29614
29615         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29616         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29617         synchronous property for debugging.
29618         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29620         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29621         smaller block, fixing indent.
29622
29623 2004-01-16  David Schleef  <ds@schleef.org>
29624
29625         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29626         property affects the video stream.
29627         * sys/xvimage/xvimagesink.c:
29628         * sys/xvimage/xvimagesink.h:
29629         Add synchronous property for debugging.  Should probably be
29630         disabled in non-CVS builds.  Make sure that the Xv attribute
29631         exists before we set it (crash!).  Fix a silly float bug that
29632         caused colorbalance to just not work.
29633
29634 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29635
29636         * tools/gst-launch-ext.in - update for new plugins
29637
29638 2004-01-16  David Schleef  <ds@schleef.org>
29639
29640         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29641         already-freed caps.
29642
29643 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29644
29645         * Update spec for new colorspace plugin and libcaca plugin
29646         * Fix compilation of libcaca plugin (clock -> id)
29647
29648 2004-01-16  Julien MOUTTE <julien@moutte.net>
29649
29650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29651         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29652         (gst_xvimagesink_set_xwindow_id),
29653         (gst_xvimagesink_colorbalance_set_value),
29654         (gst_xvimagesink_colorbalance_get_value),
29655         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29656         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29657         correct colorbalance properties. They can now be set when the element
29658         is still in NULL state. The values will be committed to the Xv Port
29659         when xcontext is initialized.
29660         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29661         brightness int values in the GstXvImagesink structure.
29662
29663 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * gst-libs/gst/Makefile.am:
29666           restructure so having local patches works easier.
29667
29668 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * ext/mpeg2enc/Makefile.am:
29671         * ext/mpeg2enc/gstmpeg2enc.cc:
29672         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29673           Bugfix with respect to EOS handling.
29674
29675 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29678           Link with right caps (else, it segfaults).
29679         * ext/mplex/gstmplexjob.cc:
29680           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29681
29682 2004-01-15  David Schleef  <ds@schleef.org>
29683
29684         * gst-libs/gst/audio/Makefile.am:
29685         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29686         from the template.
29687         * gst-libs/gst/audio/gstaudiofilter.c:
29688         * gst-libs/gst/audio/gstaudiofilter.h:
29689         Add bytes_per_sample and size and n_samples calculation.
29690         * gst-libs/gst/audio/gstaudiofilterexample.c:
29691         Remove, now autogenerated.
29692         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29693         Moved from gstaudiofilterexample, object name changed, code added
29694         so that it actually works.
29695         * gst-libs/gst/audio/make_filter:
29696         Script to build an audiofilter subclass from the template.
29697         * gst/colorspace/Makefile.am:
29698         * gst/colorspace/yuv2yuv.c:
29699         Remove file, since it's GPL, and we don't use it.
29700
29701 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29702
29703         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29705         them use the buffer free function to test how the buffer was allocated.
29706
29707 2004-01-15  David Schleef  <ds@schleef.org>
29708
29709         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29710         that handles osssink fallback.
29711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29712         (gst_audio_convert_getcaps):
29713         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29714         Add audio/x-qdm2 for QDM2 audio.
29715         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29716         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29717         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29718         Decrease minimum size to 16x16.
29719         * gst/wavparse/gstwavparse.c:
29720         Convert disabled pad template caps to new caps.
29721         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29723         (gst_xvimagesink_chain): Throw element error when display cannot
29724         be opened.  Increase minimum framerate to 1.0.  Check the data
29725         free function on a buffer to make sure it is the type we expect
29726         before manipulating it.
29727
29728 2004-01-15  Julien MOUTTE <julien@moutte.net>
29729
29730         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29731         (gst_videobalance_colorbalance_set_value): Implement passthru if
29732         settings are in the middle.
29733         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29734
29735 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * gst/videofilter/Makefile.am:
29738         * gst/volume/Makefile.am:
29739           Since we use videofilter symbols, link to it.
29740
29741 2004-01-15  Julien MOUTTE <julien@moutte.net>
29742
29743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29744         mixer interface type to HARDWARE.
29745         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29746         type to SOFTWARE.
29747         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29748         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29749         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29750         (gst_volume_interface_init), (gst_volume_list_tracks),
29751         (gst_volume_set_volume), (gst_volume_get_volume),
29752         (gst_volume_set_mute), (gst_volume_mixer_init),
29753         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29754         (volume_init): Implementing mixer interface.
29755         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29756         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29757         (gst_osselement_change_state): Removing some trailing commas in
29758         structures.
29759         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29760         interface type to HARDWARE.
29761         * sys/v4l/gstv4lcolorbalance.c:
29762         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29763         type to HARDWARE.
29764         * sys/v4l2/gstv4l2colorbalance.c:
29765         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29766         interface type to HARDWARE.
29767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29768         same code than ximagesink for event handling.
29769
29770 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29771
29772         * ext/snapshot/Makefile.am:
29773         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29774         (gst_snapshot_chain):
29775         * ext/snapshot/gstsnapshot.h:
29776           This has to be a joke... Snapshot should be connected to a tee,
29777           colorspace element before it and EOS after that, where the other
29778           src of the tee receives normal data.
29779           The current way is *wrong*.
29780
29781 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * ext/hermes/gsthermescolorspace.c:
29784           Fix another compile error. Same as below.
29785
29786 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29787
29788         * gst/colorspace/gstcolorspace.c:
29789         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29790         (gst_colorspace_i420_to_yv12):
29791           Fix compiling... Didn't test if it actually works.
29792
29793 2004-01-15  David Schleef  <ds@schleef.org>
29794
29795         * configure.ac:
29796         * gst/colorspace/Makefile.am:
29797         * gst/colorspace/gstcolorspace.c:
29798         * gst/colorspace/gstcolorspace.h:
29799         * gst/colorspace/yuv2rgb.c:
29800         * gst/colorspace/yuv2rgb.h:
29801         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29802         code and GPL code.  Fix for new caps negotiation.  Rewrite
29803         much of the format handling code, and some of the conversion
29804         code.  Basically, rewrote almost everything.  This element
29805         handles I420, YV12 to RGB conversions.
29806         * ext/hermes/Makefile.am:
29807         * ext/hermes/gsthermescolorspace.c:
29808         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29809         Remove non-Hermes related code.  This element handles lots of
29810         RGB to RGB conversions, but no YUV.
29811         * ext/hermes/gstcolorspace.c:
29812         * ext/hermes/gstcolorspace.h:
29813         * ext/hermes/rgb2yuv.c:
29814         * ext/hermes/yuv2rgb.c:
29815         * ext/hermes/yuv2rgb.h:
29816         * ext/hermes/yuv2rgb_mmx16.s:
29817         * ext/hermes/yuv2yuv.c:
29818         * ext/hermes/yuv2yuv.h:
29819         Remove old code.
29820
29821 2004-01-14  Colin Walters  <walters@verbum.org>
29822
29823         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29824         they've already been.
29825
29826 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29827
29828         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29829           assume tag mode when pad is not connected
29830
29831 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29832
29833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29834           Don't update the time of the clock
29835         (gst_alsa_sink_loop):
29836           sync to the clock given to alsasink, not the own clock
29837         * sys/oss/gstosssink.c: (gst_osssink_chain):
29838           sync to the clock
29839         (gst_osssink_change_state):
29840           activate the clock
29841         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29843           remove bogus code that made DISCONT events unhandled
29844         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29845           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29846           #131502)
29847         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29848         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29849         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29850           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29851           2nd warning in bug #131502)
29852
29853 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29854
29855         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29856         (gst_videobalance_colorbalance_set_value),
29857         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29858         for colorbalance interface implementation.
29859         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29860         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29861         (gst_ximagesink_dispose), (gst_ximagesink_init),
29862         (gst_ximagesink_class_init): Adding DISPLAY property.
29863         * sys/ximage/ximagesink.h: Adding display_name to store display.
29864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29865         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29866         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29867         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29868         properties (they still need polishing though for gst-launch use : no
29869         xcontext yet, i ll do that tomorrow).
29870         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29871
29872 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29873
29874         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29875         (gst_play_set_location), (gst_play_set_visualization): Preparing
29876         switch integration, adding videobalance in the pipeline.
29877
29878 2004-01-14  Julien MOUTTE <julien@moutte.net>
29879
29880         * gst-libs/gst/colorbalance/colorbalance.c:
29881         (gst_color_balance_class_init): Adding a default type.
29882         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29883         the type.
29884         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29885         (gst_videobalance_dispose), (gst_videobalance_class_init),
29886         (gst_videobalance_init), (gst_videobalance_interface_supported),
29887         (gst_videobalance_interface_init),
29888         (gst_videobalance_colorbalance_list_channels),
29889         (gst_videobalance_colorbalance_set_value),
29890         (gst_videobalance_colorbalance_get_value),
29891         (gst_videobalance_colorbalance_init): Implementing colorbalance
29892         interface.
29893         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29894         list.
29895         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29896         bug which was triggering a BadAccess X error when setting an overlay
29897         before pad was really negotiated.
29898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29899         Using the colorbalance type macro.
29900
29901 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29902
29903         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29904         (gst_flacenc_chain):
29905           handle tags correctly
29906         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29907           extract ID3v1 tags correctly
29908
29909 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29910
29911         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29912         (plugin_init):
29913           Improve matroska typefinding for odd-typed headers...
29914
29915 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29916
29917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29918           Fix for using incremental number on padnames.
29919
29920 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29921
29922         * ext/divx/gstdivxdec.c:
29923         * ext/divx/gstdivxenc.c:
29924           Set category to divx4linux instead of divx (too generic).
29925         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29926         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29927         (gst_wavparse_loop), (gst_wavparse_change_state):
29928         * gst/wavparse/gstwavparse.h:
29929           fix parsing of WAV files with non-standard fmt-tag size and fix
29930           skipping of unrecognized chunks... Someone please fix this thing
29931           to use rifflib so all this is automated.
29932         * sys/v4l/Makefile.am:
29933         * sys/v4l2/Makefile.am:
29934           Add X_CFLAGS because we depend on X (for overlay).
29935
29936 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29937
29938         * ext/mpeg2dec/gstmpeg2dec.c:
29939           Don't issue a timestamp unless we tagged the frame
29940           with a PTS.
29941
29942 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29943
29944         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29945           Query the audio element to get the time, not the clock. We're
29946           interested in the element's time here.
29947
29948 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29949
29950         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29952         * ext/esd/esdsink.c: (gst_esdsink_chain):
29953         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29954         * ext/mas/massink.c: (gst_massink_chain):
29955         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29957         (gst_matroska_demux_parse_metadata):
29958         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29959         (gst_mpeg_parse_release_locks):
29960         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29961         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29962         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29963         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29964         (gst_osssink_change_state):
29965         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29966         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29967         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29968         (gst_xvideosink_release_locks):
29969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29970           use element time.
29971         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29972         (gst_alsa_clock_stop):
29973         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29974         (gst_audio_clock_get_internal_time):
29975           simplify for use with new clocking code.
29976         * testsuite/alsa/Makefile.am:
29977         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29978           fix testsuite for new caps system
29979
29980 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29981
29982         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29983         * ext/flac/gstflacenc.c: (add_one_tag):
29984           length is already host endian, no need to convert. Fixes playback of
29985           tagged files on PPC. (bug #128384)
29986
29987 2004-01-13  Julien MOUTTE <julien@moutte.net>
29988
29989         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29990         colorbalance interface stating if it is hardware based or software
29991         based.
29992         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29993         Removing a trailing comma.
29994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29995         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29996         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29997         the documentation seems to be wrong on the -1000 to 1000 interval.
29998
29999 2004-01-12  David Schleef  <ds@schleef.org>
30000
30001         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30002         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30003         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30004         Fix negotiation.  Add a bufferalloc function for the sink pad,
30005         and generally clean up some of the code.
30006
30007 2004-01-12  Julien MOUTTE <julien@moutte.net>
30008
30009         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30010         (gst_color_balance_channel_dispose): Adding safety check in dispose
30011         method.
30012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30013         (gst_xvimagesink_xcontext_clear),
30014         (gst_xvimagesink_interface_supported),
30015         (gst_xvimagesink_colorbalance_list_channels),
30016         (gst_xvimagesink_colorbalance_set_value),
30017         (gst_xvimagesink_colorbalance_get_value),
30018         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30019         Adding colorbalance interface support to set XV parameters such as
30020         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30021         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30022         interface.
30023
30024 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30027         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30028         (gst_audio_convert_init), (gst_audio_convert_set_property),
30029         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30030         (gst_audio_convert_link),
30031         (gst_audio_convert_buffer_to_default_format),
30032         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30033           - implement _getcaps and use it
30034           - improve linking
30035           - remove float caps since no float conversion is actually done
30036           - remove properties and arguments that were to be used for rate
30037             conversion
30038
30039 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30040
30041         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30042         (gst_audio_structure_set_int):
30043         * gst-libs/gst/audio/audio.h:
30044           add helper functions for _getcaps matching the standard audio
30045           templates
30046
30047 2004-01-12  David Schleef  <ds@schleef.org>
30048
30049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30050         Test that pad is negotiated before getting its caps.
30051
30052 2004-01-12  Julien MOUTTE <julien@moutte.net>
30053
30054         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30055         analyzing the pads of an element the bin is mostly in READY state so
30056         no caps were negotiated. This helper function needs to work with
30057         _get_caps directly then. I was not freeing them though, added that to
30058         fix the mem leak.
30059
30060 2004-01-12  Julien MOUTTE <julien@moutte.net>
30061
30062         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30064         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30065         than the free_func.
30066
30067 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30068
30069         * sys/oss/gstossaudio.c: (plugin_init):
30070         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30071         * sys/oss/gstosselement.h:
30072           make an oss debugging category
30073           make failure more descriptive
30074
30075 2004-01-11  David Schleef  <ds@schleef.org>
30076
30077         * ext/ffmpeg/gstffmpeg.c:
30078         * ext/ffmpeg/gstffmpegcodecmap.c:
30079         * ext/ffmpeg/gstffmpegdec.c:
30080         * ext/ffmpeg/gstffmpegenc.c:
30081         * ext/ffmpeg/gstffmpegprotocol.c:
30082         * ext/gdk_pixbuf/gstgdkanimation.c:
30083         * ext/jpeg/gstjpeg.c:
30084         * ext/libpng/gstpng.c:
30085         * ext/mpeg2dec/perftest.c:
30086         * ext/speex/gstspeex.c:
30087         * gst-libs/gst/resample/dtos.c:
30088         * gst/intfloat/gstintfloatconvert.c:
30089         * gst/oneton/gstoneton.c:
30090         * gst/rtjpeg/RTjpeg.c:
30091         * gst/rtp/gstrtp.c:
30092         * sys/dxr3/dxr3init.c:
30093         * sys/glsink/gstgl_nvimage.c:
30094         * sys/glsink/gstgl_pdrimage.c:
30095         * sys/glsink/gstglsink.c:
30096         * testsuite/gst-lint:
30097         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30098
30099 2004-01-11  David Schleef  <ds@schleef.org>
30100
30101         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30102         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30103         * ext/gdk_pixbuf/gstgdkanimation.c:
30104         (gst_gdk_animation_iter_create_pixbuf):
30105         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30106         (gst_gdk_pixbuf_chain):
30107         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30108         * ext/jack/gstjack.c: (gst_jack_change_state):
30109         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30110         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30111         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30112         * gst/videofilter/gstvideofilter.c:
30113         (gst_videofilter_set_output_size):
30114         Remove all usage of gst_pad_get_caps(), and replace it with
30115         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30116
30117 2004-01-11  David Schleef  <ds@schleef.org>
30118
30119         * configure.ac:
30120         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30121         * ext/divx/gstdivxdec.c:
30122         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30123         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30124         handle images that span multiple buffers.  Now work with both
30125         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30126         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30127         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30128         video/video.h changes
30129         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30130         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30131         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30132         of GstData free function.
30133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30134         same.
30135
30136 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30137
30138         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30139         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30140         (gst_v4l2element_get_property):
30141         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30142           add norm, channel and frequency properties.
30143         * sys/v4l2/gstv4l2tuner.c:
30144           fixes for tuner interface changes
30145         * sys/v4l2/gstv4l2element.h:
30146         * sys/v4l2/gstv4l2src.c:
30147         * sys/v4l2/gstv4l2src.h:
30148         * sys/v4l2/v4l2src_calls.c:
30149         * sys/v4l2/v4l2src_calls.h:
30150           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30151
30152 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30153
30154         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30155         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30156         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30157         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30158         * gst-libs/gst/tuner/tuner.h:
30159           GObjects aren't const.
30160           Add find_by_name functions.
30161           Add checks to _changed functions.
30162         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30163         (gst_v4l_tuner_get_norm):
30164           Fixes for above.
30165
30166 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30167
30168         * gst-libs/gst/video/video.h:
30169           Fix caps template names to be understandable.
30170           Prefix everything with GST_VIDEO.
30171         * ext/aalib/gstaasink.c:
30172         * ext/divx/gstdivxdec.c:
30173         * ext/divx/gstdivxenc.c:
30174         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30175         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30176         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30177         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30178         * ext/libcaca/gstcacasink.c:
30179         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30180         * ext/snapshot/gstsnapshot.c:
30181         * ext/swfdec/gstswfdec.c:
30182         * ext/xvid/gstxviddec.c:
30183         * ext/xvid/gstxvidenc.c:
30184         * gst/chart/gstchart.c:
30185         * gst/deinterlace/gstdeinterlace.c:
30186         * gst/effectv/gsteffectv.c:
30187         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30188         * gst/goom/gstgoom.c:
30189         * gst/median/gstmedian.c:
30190         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30191         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30192         * gst/overlay/gstoverlay.c:
30193         * gst/smooth/gstsmooth.c:
30194         * gst/smpte/gstsmpte.c:
30195         * gst/synaesthesia/gstsynaesthesia.c:
30196         * gst/videocrop/gstvideocrop.c:
30197         * gst/videodrop/gstvideodrop.c:
30198         * gst/y4m/gsty4mencode.c:
30199         * sys/qcam/gstqcamsrc.c:
30200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30201           Make them work with new video.h file.
30202         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30203         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30205         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30206           Make it work with new buffer allocation system.
30207
30208 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30209
30210         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30211         pad_alloc_buffer implementation to use ->srcpad
30212         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30213         pad_alloc_buffer implementation to use ->srcpad
30214         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30215         pad_alloc_buffer implementation to use ->srcpad
30216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30217         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30218         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30219         a reference to everything we need.
30220         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30222         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30223         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30224         a reference to everything we need.
30225         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30226
30227 2004-01-11  David Schleef  <ds@schleef.org>
30228
30229         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30230         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30231         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30232         structure members.
30233         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30234         value during a resize/renegotiation.
30235         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30236         gst_pad_alloc_buffer();
30237         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30238         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30239         structure members.
30240         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30241         Fix for rename of buffer private structure members.
30242         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30243         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30244         Fix for rename of buffer private structure members.
30245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30246         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30247         Fix for rename of buffer private structure members.
30248
30249 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30250
30251         reviewed by: David Schleef <ds@schleef.org>
30252
30253         * gst/videofilter/Makefile.am:
30254         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30255         from the patch by ds to fit in with recent make_filter changes.
30256
30257 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30258
30259         * configure.ac: Adding examples/switch/Makefile
30260         * examples/Makefile.am: Adding examples/switch
30261         * examples/switch/Makefile.am: Adding switcher example.
30262         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30263         (switch_timer), (main): Adding an example demonstrating switch usage
30264         with 2 videotestsrc showing different patterns.
30265         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30266         (gst_switch_init): Fixing switch with the new caps system.
30267
30268 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30269
30270         * gst-libs/gst/video/video.h:
30271           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30272           They should probably be like
30273           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30274
30275 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30276
30277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30278         (qtdemux_parse_trak):
30279           fix audio chunk size/timestamp calculation
30280
30281 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30282
30283         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30284           fix SVQ3 caps
30285
30286 2004-01-11  Steve Baker  <steve@stevebaker.org>
30287
30288         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30289         (gst_agingtv_base_init), (gst_agingtv_class_init),
30290         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30291         (gst_agingtv_set_property), (gst_agingtv_get_property):
30292         Port agingTV to videofilter
30293
30294 2004-01-09  Julien MOUTTE <julien@moutte.net>
30295
30296         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30297         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30298
30299 2004-01-09  Julien MOUTTE <julien@moutte.net>
30300
30301         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30302         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30303         * gst-libs/gst/xoverlay/xoverlay.c:
30304         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30305         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30306         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30307         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30308         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30309         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30310         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30311         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30312         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30313         interface implementation to handle xid being 0 and fix some bugs
30314         triggered by Benjamin's testcase.
30315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30316         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30317         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30318         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30319         interface implementation to handle xid being 0 and fix some bugs
30320         triggered by Benjamin's testcase.
30321
30322 2004-01-09  David Schleef  <ds@schleef.org>
30323
30324         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30325         mouse pointer events.  It works.
30326
30327 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30328
30329         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30330           Use explicit caps - fix capsnego.
30331         * ext/xvid/gstxviddec.c:
30332         * ext/xvid/gstxvidenc.c:
30333           Remove macro-inside-macro which caused compile errors.
30334         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30335           Error out if it's not a RIFF file. Else we error out without
30336           gst_element_error() which is not good...
30337
30338 2004-01-08  David Schleef  <ds@schleef.org>
30339
30340         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30341         Fix pad_link function to handle formats that ffmpeg returns
30342         as multiple caps structures.
30343         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30344         Only complain if source buffer is _smaller_ than expected.
30345         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30346         (gst_videoscale_handle_src_event): Resize navigation events
30347         when passing them upstream.
30348         * gst/videotestsrc/gstvideotestsrc.c:
30349         * gst/videotestsrc/gstvideotestsrc.h:
30350         * gst/videotestsrc/videotestsrc.c:
30351         * gst/videotestsrc/videotestsrc.h:
30352         Rewrite many of the buffer painting functions to handle odd
30353         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30354         been verified to work with my video card.
30355         * testsuite/gst-lint:  Add check for elements calling
30356         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30357
30358 2004-01-08  David Schleef  <ds@schleef.org>
30359
30360         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30361         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30362
30363 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30364
30365         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30366         configure event is not emiting the desired size signal. That fixes
30367         aspect ratio issues with gst-player.
30368
30369 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30370
30371         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30372           Fix capsnego.
30373
30374 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30375
30376         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30377         public method to fire size signal.
30378
30379 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30380
30381         * examples/gstplay/Makefile.am: Adding the interface library.
30382         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30383         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30384         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30385         GST_IS_X_OVERLAY before signal connect.
30386         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30387         Removing the have_video_size signal.
30388         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30389         and associated public method.
30390         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30391         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30392         signal.
30393         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30394         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30395         signal.
30396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30397         Using XOverlay public method to fire size signal.
30398
30399 2004-01-07  David Schleef  <ds@schleef.org>
30400
30401         * gst/videofilter/Makefile.am:
30402         * gst/videofilter/gstvideotemplate.c:
30403         * gst/videofilter/make_filter:
30404         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30405         Convert make_filter to /bin/sh script.
30406
30407 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30408
30409         * gst/modplug/gstmodplug.cc: fix element description
30410
30411 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30412
30413         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30414         (got_video_size): Adding some new lines in g_print calls.
30415         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30416         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30417         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30418         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30419         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30420         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30421         Complete code review, reverting some stuff i disagree with, adding
30422         some fixes : time synchronization on invalid timestamps, renegotiation
30423         of private window.
30424         * sys/ximage/ximagesink.h:
30425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30426         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30427         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30428         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30429         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30430         (gst_xvimagesink_buffer_new),
30431         (gst_xvimagesink_navigation_send_event),
30432         (gst_xvimagesink_set_xwindow_id),
30433         (gst_xvimagesink_get_desired_size),
30434         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30435         stuff i disagree with, adding some fixes : Renegotiation of private
30436         window, implementing get_desired_size.
30437
30438 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30439
30440         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30441         (gst_afsink_handle_event):
30442         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30443         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30444         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30445         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30446         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30447           Fix for instantiate-test (see core). Also remove dead code from
30448           jpegenc (which still needs fixing, but that's lower on my TODO
30449           list...).
30450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30451           Never return NULL as caps.
30452
30453 2004-01-07  David Schleef  <ds@schleef.org>
30454
30455         * configure.ac:
30456         * ext/Makefile.am:
30457         * ext/librfb/Makefile.am:
30458         * ext/librfb/gstrfbsrc.c:
30459         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30460         is the protocol used by VNC.
30461
30462 2004-01-07  David Schleef  <ds@schleef.org>
30463
30464         * gst/videofilter/gstvideotemplate.c:
30465         * gst/videofilter/gstvideotemplate.h:
30466         * gst/videofilter/make_filter:
30467         Merge videotemplate header into source file.
30468         * gst/effectv/Makefile.am:
30469         * gst/effectv/gsteffectv.c: (plugin_init):
30470         * gst/effectv/gstwarp.c:
30471         Make warpTV a subclass of videofilter.
30472
30473 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30474
30475         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30476           Add guard against invalid utf-8 conversions in mad. Just in case.
30477
30478 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30479
30480         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30481           Fix for bug shown by poisoning
30482
30483 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30484
30485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30486         (gst_v4lmjpegsrc_buffer_free):
30487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30488         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30489         (gst_v4lsrc_buffer_free):
30490           Fix for removed bufferpools.
30491
30492 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30493
30494         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30495         Fix caps negotiation.
30496
30497         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30498         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30499         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30500         (dvdnavsrc_event):
30501         * ext/mpeg2dec/gstmpeg2dec.c:
30502         * gst-libs/gst/navigation/navigation.c:
30503         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30504         * gst-libs/gst/navigation/navigation.h:
30505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30506         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30508         Super-simple first version of mouse and keyboard events. Clicking
30509         on a DVD menu now works, although it may not take you where you
30510         expected.
30511
30512         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30513         * gst/videotestsrc/gstvideotestsrc.c:
30514         (gst_videotestsrc_src_fixate):
30515         These fixate functions were broken - they never actually
30516         fixated :)
30517
30518 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30521         (gst_icecastsend_init):
30522           fix for new caps system.
30523         * gst-libs/gst/mixer/mixertrack.h:
30524         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30525           Add 'master track' flag (for tools like ACME that only want to
30526           change the main volume).
30527
30528 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30529
30530         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30531         (gst_xvid_csp_to_caps):
30532         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30533         * ext/xvid/gstxvidenc.c:
30534         ifdef out ARGB type when it isn't available
30535         in xvidcore 1.0.0beta2
30536
30537 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30538
30539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30540           When we have received a new SCR right in the first buffer after
30541           a seek (so in the same cycle that handles the discont), we should
30542           handle the buffer instead of unreffing it, else we lose data.
30543
30544 2004-01-06  Iain <iain@prettypeople.org>
30545
30546         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30547           buffer-frames caps too.
30548
30549         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30550           caps that we need, don't destroy them all and rebuild them. And when
30551           creating src pads, use the src pad template rather than the sink...
30552
30553 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30556           Add pad to element *after* setting functions such as event handler.
30557           Without this, the scheduler (opt) will link pads, set the event
30558           handler from the default event function (dispatcher in gstpad.c)
30559           and *after* that, we will set our own event function, which will
30560           thus never be used (and thus mpegdemux doesn't handle events).
30561
30562 2004-01-04  David Schleef  <ds@schleef.org>
30563
30564         Fix the fixate functions to handle new prototype:
30565         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30566         * gst/videotestsrc/gstvideotestsrc.c:
30567         (gst_videotestsrc_src_fixate):
30568         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30569         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30571
30572 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30573
30574         * sys/ximage/ximagesink.h:
30575         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30576         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30577         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30578         (gst_ximagesink_xoverlay_init):
30579           assorted fixes to make (re)embedding work
30580         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30581         (gst_ximagesink_get_desired_size):
30582           implement desired size additions to XOverlay
30583
30584 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30585
30586         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30587         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30588         (gst_x_overlay_got_desired_size):
30589         * gst-libs/gst/xoverlay/xoverlay.h:
30590           Add optional "desired size" signal and querying.
30591
30592 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30593
30594         * gst/matroska/matroska-demux.c:
30595         (gst_matroska_demux_parse_blockgroup):
30596           Fix EBML-laced block parsing. Diffs are relative to previous
30597           lace, not the first lace. Thanks to Mosu from the Matroska
30598           team for detecting this.
30599         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30600         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30601         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30602         (gst_wavparse_change_state):
30603         * gst/wavparse/gstwavparse.h:
30604           Quickfix for capsnego.
30605
30606 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30609           Fix indenting, fix pad creation.
30610
30611 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30612
30613         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30614         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30615         (gst_xviddec_sink_link):
30616           Implement src_getcaps() so proper size caps is negotiated.
30617
30618 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30619
30620         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30621           Finish flac decoder on EOS. See #116178.
30622
30623 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30626         (gst_matroska_demux_add_stream):
30627         * gst/matroska/matroska-ids.h:
30628           Add getcaps() function to fix capsnego...
30629
30630 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30631
30632         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30633         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30635           Fix more integer overflows. Again, see #126967.
30636
30637 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30638
30639         * ext/mpeg2dec/gstmpeg2dec.c:
30640           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30641           #130416.
30642
30643 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30644
30645         * configure.ac:
30646         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30647         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30648         * ext/xvid/gstxvid.h:
30649         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30650         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30651         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30652         (gst_xviddec_change_state):
30653         * ext/xvid/gstxviddec.h:
30654         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30655         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30656         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30657         (gst_xvidenc_link), (gst_xvidenc_set_property),
30658         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30659         * ext/xvid/gstxvidenc.h:
30660           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30661
30662 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30663
30664         * gst/rtp/rtp-packet.c:
30665           Add sys/types.h include, since OS X doesn't define in_addr_t
30666           in netinet/in.h, like it does on Linux (see #129600).
30667
30668 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30669
30670         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30671
30672         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30673           Correct logic of dispose function (see #129306).
30674
30675 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30678         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30679         (gst_mpeg_parse_init):
30680         * gst/mpegstream/gstmpegparse.h:
30681           Remove clock (which was never provided, i.e. dead code), and
30682           also fix integer overflows at high PTS values (see #126967).
30683
30684 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * ext/flac/gstflacdec.c:
30687         * ext/libpng/gstpngenc.h:
30688         * ext/mikmod/gstmikmod.h:
30689           OS X fixes (see #126628).
30690
30691 2004-01-02  David Schleef  <ds@schleef.org>
30692
30693         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30694         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30696         (gst_mpeg_parse_class_init): Move pad template registration
30697         to class_init, since the derived class (mpegdemux) doesn't
30698         want them.
30699
30700 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30701
30702         * sys/ximage/Makefile.am:
30703         * sys/xvideo/Makefile.am:
30704         * sys/xvimage/Makefile.am:
30705           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30706           after installation (see #127664).
30707
30708 2004-01-02  David Schleef  <ds@schleef.org>
30709
30710         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30711         (gst_ffmpegenc_connect):  Negotiation fixes.
30712         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30713         Remove inappropriate gst_caps_free().
30714         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30715         Reenable Ronald's internal resize code, since the core handles
30716         it correctly now.
30717
30718 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30719
30720         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30721         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30723           Fix pad template stuff.
30724
30725 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30726
30727         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30728         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30729           fix signed integer reading/writing.
30730
30731 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30732
30733         * ext/alsa/README:
30734           Remove outdated document
30735
30736 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30737
30738         * gst/cutter/gstcutter.c: (gst_cutter_init):
30739           src pad was being created twice - oops.
30740
30741 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30742
30743         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30744           Comment out internal resize. It doesn't handle the resulting
30745           XEvent internally, does another try_set_caps() which leads to
30746           a really nice loop.
30747           Real fix will come when Julien and Dave are awake. ;).
30748
30749 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * ext/mpeg2enc/gstmpeg2enc.cc:
30752           fix const/nonconst compile issue.
30753
30754 2004-01-02  David Schleef  <ds@schleef.org>
30755
30756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30757         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30758         Add fixate function and a check for bad formats.
30759
30760 2004-01-01  David Schleef  <ds@schleef.org>
30761
30762         Negotiation fixes:
30763         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30764         (gst_audiofilter_init):
30765         * gst/debug/efence.c: (gst_efence_init):
30766         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30767         (gst_deinterlace_init):
30768         * gst/volume/gstvolume.c: (volume_connect):
30769
30770 2004-01-01  David Schleef  <ds@schleef.org>
30771
30772         Convert elements to use gst_pad_use_explicit_caps() where
30773         appropriate:
30774         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30775         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30776         (gst_afparse_open_file):
30777         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30778         (gst_afsrc_open_file):
30779         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30780         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30781         (gst_ffmpegdec_chain):
30782         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30783         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30784         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30785         (gst_gdk_pixbuf_chain):
30786         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30787         (gst_jpegdec_chain):
30788         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30789         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30790         (gst_mikmod_negotiate):
30791         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30792         (gst_mpeg2dec_negotiate_format):
30793         * ext/mpeg2enc/gstmpeg2enc.cc:
30794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30795         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30796         (gst_speexdec_sinkconnect):
30797         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30798         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30799         (gst_vorbisfile_new_link):
30800         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30801         (gst_ac3parse_chain):
30802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30803         (gst_asf_demux_setup_pad):
30804         * gst/auparse/gstauparse.c: (gst_auparse_init),
30805         (gst_auparse_chain):
30806         * gst/id3/gstid3types.c: (gst_id3types_loop):
30807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30808         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30809         (mp1videoparse_parse_seq):
30810         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30811         (bpf_from_header):
30812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30813         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30814         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30815         (gst_mpeg_parse_send_data):
30816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30817         (gst_qtdemux_add_stream):
30818         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30819         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30820         (gst_wavparse_parse_fmt):
30821
30822 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30823
30824         * configure.ac:
30825           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30826           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30827           it therefore uses the wrong include paths. Too bad... Note
30828           that 1.6.1.93 is not release yet. ;).
30829           Also add a check for mplex, which is now using the lib'ified
30830           mplex from mjpegtools, too.
30831         * ext/ffmpeg/gstffmpegcodecmap.c:
30832           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30833           issues. I don't think ffmpeg handles 3ivx correctly, so this
30834           probably won't work. But it won't hurt either.
30835         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30836         (gst_ffmpegdec_chain):
30837         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30838         (gst_ffmpegenc_chain_audio):
30839           Fix memleak in audio encoding. Close codec if open fails, this
30840           calls the cleanup routines so we can re-use the context.
30841         * ext/mpeg2enc/gstmpeg2enc.cc:
30842           Fix pad template names/types, fix memory issue with getcaps().
30843         * ext/mpeg2enc/gstmpeg2encoder.cc:
30844         * ext/mpeg2enc/gstmpeg2encoder.hh:
30845           Fix compile issue with new caps system (const thingy).
30846         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30847         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30848           We read a first frame right on initing, so that we have a caps
30849           when we init the output. This caps is cached in padprivate and
30850           read as first frame.
30851         * ext/mplex/Makefile.am:
30852         * ext/mplex/gstmplex.cc:
30853         * ext/mplex/gstmplex.h:
30854         * ext/mplex/gstmplex.hh:
30855         * ext/mplex/gstmplexibitstream.cc:
30856         * ext/mplex/gstmplexibitstream.hh:
30857         * ext/mplex/gstmplexjob.cc:
30858         * ext/mplex/gstmplexjob.hh:
30859         * ext/mplex/gstmplexoutputstream.cc:
30860         * ext/mplex/gstmplexoutputstream.hh:
30861           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30862           had issues, didn't do capsnego, supported only a subset of the
30863           mplex features and required a mplex fork in our local CVS. Plus
30864           that it worked agaist a very old mplex version. Rewriting was
30865           faster than updating it.
30866         * gst-libs/ext/Makefile.am:
30867         * gst-libs/ext/mplex/INSTRUCT:
30868         * gst-libs/ext/mplex/Makefile.am:
30869         * gst-libs/ext/mplex/README:
30870         * gst-libs/ext/mplex/TODO:
30871         * gst-libs/ext/mplex/ac3strm_in.cc:
30872         * gst-libs/ext/mplex/audiostrm.hh:
30873         * gst-libs/ext/mplex/audiostrm_out.cc:
30874         * gst-libs/ext/mplex/aunit.hh:
30875         * gst-libs/ext/mplex/bits.cc:
30876         * gst-libs/ext/mplex/bits.hh:
30877         * gst-libs/ext/mplex/buffer.cc:
30878         * gst-libs/ext/mplex/buffer.hh:
30879         * gst-libs/ext/mplex/fastintfns.h:
30880         * gst-libs/ext/mplex/format_codes.h:
30881         * gst-libs/ext/mplex/inputstrm.cc:
30882         * gst-libs/ext/mplex/inputstrm.hh:
30883         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30884         * gst-libs/ext/mplex/mjpeg_logging.cc:
30885         * gst-libs/ext/mplex/mjpeg_logging.h:
30886         * gst-libs/ext/mplex/mjpeg_types.h:
30887         * gst-libs/ext/mplex/mpastrm_in.cc:
30888         * gst-libs/ext/mplex/mpegconsts.cc:
30889         * gst-libs/ext/mplex/mpegconsts.h:
30890         * gst-libs/ext/mplex/mplexconsts.hh:
30891         * gst-libs/ext/mplex/multplex.cc:
30892         * gst-libs/ext/mplex/outputstream.hh:
30893         * gst-libs/ext/mplex/padstrm.cc:
30894         * gst-libs/ext/mplex/padstrm.hh:
30895         * gst-libs/ext/mplex/stillsstream.cc:
30896         * gst-libs/ext/mplex/stillsstream.hh:
30897         * gst-libs/ext/mplex/systems.cc:
30898         * gst-libs/ext/mplex/systems.hh:
30899         * gst-libs/ext/mplex/vector.cc:
30900         * gst-libs/ext/mplex/vector.hh:
30901         * gst-libs/ext/mplex/videostrm.hh:
30902         * gst-libs/ext/mplex/videostrm_in.cc:
30903         * gst-libs/ext/mplex/videostrm_out.cc:
30904         * gst-libs/ext/mplex/yuv4mpeg.cc:
30905         * gst-libs/ext/mplex/yuv4mpeg.h:
30906         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30907         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30908           We don't fork mjpegtools' mplex in our CVS anymore.
30909         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30910         (gst_avi_demux_add_stream):
30911         * gst/avi/gstavidemux.h:
30912           Add getcaps() function for proper caps nego. This makes some
30913           parts of AVI playback/reading work.
30914         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30915           Resize window on new capsnego. This is probably wrong, but
30916           I'm still committing it because with current capsnego, the
30917           first successfull capsnego is auto-fixated, therefore rounded
30918           down to the lowest values in the caps. this results in a 16x16
30919           XWindow that is not reized when real capsnego finishes.
30920           Dave, I see more cases of this, do you know a proper solution?
30921         * tools/gst-launch-ext.in:
30922           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30923
30924 2003-12-31  David Schleef  <ds@schleef.org>
30925
30926         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30927         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30928           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30929
30930 2003-12-30  David Schleef  <ds@schleef.org>
30931
30932         * ext/ffmpeg/gstffmpegcolorspace.c:
30933         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30934         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30935         (gst_ffmpegcsp_chain): Negotiation fixes
30936         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30938         (gst_audio_convert_link), (gst_audio_convert_channels):
30939         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30940         (gst_audioscale_link), (gst_audioscale_get_buffer),
30941         (gst_audioscale_chain): Negotiation fixes
30942         * gst/audioscale/gstaudioscale.h:
30943         * gst/videofilter/gstvideofilter.c:
30944         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30945         (gst_videofilter_link), (gst_videofilter_init),
30946         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30947         (gst_videofilter_find_format_by_structure):
30948         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30950         (gst_videoscale_link):
30951         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30952         (videoscale_find_by_structure), (gst_videoscale_setup):
30953         * gst/videoscale/videoscale.h: Negotiation fixes
30954         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30955         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30956         function, restrict resizing to a multiple of 4 (hack until
30957         everyone supports odd sizes correctly).
30958
30959 2003-12-29  Colin Walters  <walters@verbum.org>
30960
30961         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30962         signed.
30963
30964 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30965
30966         * ext/sndfile/gstsf.c: (gst_sf_loop):
30967           Fix warning about discarding const qualifier
30968
30969 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30970
30971         * gst/cutter/gstcutter.c:
30972         * gst/videoscale/gstvideoscale.c:
30973         * gst/volenv/gstvolenv.c:
30974         * gst-libs/gst/audio/audio.c:
30975         * gst-libs/gst/video/video.c:
30976           Fix warnings
30977
30978 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30979
30980         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30981           Don't send ALSA debugging to stderr.
30982         * ext/alsa/gstalsa.h:
30983           Use GST_WARNING instead of g_warning when ALSA functions fail.
30984
30985 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30986
30987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30988           Free XVAdapterInfo correctly.
30989
30990 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30991
30992         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30993         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30994           Make id3tag use correct caps nego.
30995
30996 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30997
30998         * ext/ivorbis/vorbis.c:
30999         * ext/ivorbis/vorbisenc.h:
31000         * ext/ivorbis/vorbisfile.c:
31001           Modify so that it uses the new caps things
31002
31003 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31004
31005         * testsuite/spider/spider1.c: (main):
31006         * testsuite/spider/spider2.c: (main):
31007         * testsuite/spider/spider3.c: (main):
31008           Make tests compile again. They probably don't work.
31009
31010 2003-12-24  Colin Walters  <walters@verbum.org>
31011
31012         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31013         we can't fixate the caps anymore.
31014
31015 2003-12-23  David Schleef  <ds@schleef.org>
31016
31017         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31018         * sys/oss/gstosssink.c: (gst_osssink_init),
31019         (gst_osssink_sink_fixate): Add fixate function.
31020
31021 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31022
31023         * ext/ffmpeg/gstffmpegcodecmap.c:
31024         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31025         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31026         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31027         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31028         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31029         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31030         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31031           fix typo in RGB masks, and move back to "old" colorspace
31032           capsnego code until whoever wrote this new crap has actually
31033           tested it so that it works.
31034           And yes, this works, keep it that way please.
31035
31036 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31037
31038         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31039         (gst_divxdec_init), (gst_divxdec_negotiate):
31040         * ext/divx/gstdivxdec.h:
31041         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31042         (gst_divxenc_init):
31043         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31044         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31045         * ext/mpeg2enc/gstmpeg2enc.cc:
31046         * ext/mpeg2enc/gstmpeg2encoder.cc:
31047         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31048         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31049         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31050         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31051         (dxr3spusink_init):
31052         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31053         (dxr3videosink_init):
31054           Fix caps breakage after Dave's caps branch merge.
31055
31056 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31057
31058         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31059           Fix for 24bpp display.
31060
31061 2003-12-23  Colin Walters  <walters@verbum.org>
31062
31063         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31064         a GnomeVFSHandle directly.
31065
31066 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31067
31068         * gst/volume/Makefile.am:
31069         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31070         (volume_base_init), (volume_init):
31071           Reenable volume element and fix to work with new caps stuff.
31072           Rhythmbox needs this.
31073
31074 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31075
31076         * gst/qtdemux/qtdemux.c: (plugin_init):
31077           qtdemux requires bytestream
31078
31079 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31080
31081         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31082           Fix remaining caps handling errors due to CAPS merge.
31083
31084 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31085
31086         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31087         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31088         (gst_faad_srcconnect):
31089           Port to new caps system.
31090
31091 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31092
31093         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31094         (got_video_size), (main): using g_print instead of g_message.
31095         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31096         signal which was not emitted because of "switch" element added to the
31097         bin but not connected. (Removing from the bin temporarily)
31098
31099 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31100
31101         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31102         find X development files. I don't understand the previous tests and
31103         they fail on my debian/ppc unstable. This one works.
31104         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31105         exiting.
31106         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31107         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31108         (gst_play_set_visualization): Add some safety checks in set_ methods
31109         and state_change. This was throwing some ugly CRITICAL messages when
31110         pipeline was getting disposed and casts were failing.
31111
31112 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31113
31114         * configure.ac:
31115           Improve mpeg2enc detection. This is for distributions that do
31116           ship mjpegtools, but without mpeg2enc. Also does object check
31117           for might there ever be ABI incompatibility.
31118         * ext/mpeg2enc/gstmpeg2enc.cc:
31119           Add Andrew as second maintainer (he's helping me), and also add
31120           an error if no caps was set. This happens if I pull before capsnego
31121           and that's something I should solve sometime else.
31122         * gst/matroska/matroska-demux.c:
31123         (gst_matroska_demux_parse_blockgroup):
31124           Fix time parsing.
31125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31126         (gst_matroska_mux_track_header):
31127           Add caps to templates.
31128         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31129           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31130         * gst/mpegstream/gstmpegdemux.c:
31131           Remove layer since it causes warnings about unfixed caps.
31132         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31133           Fix obvious typo (we error out if caps were set, we should of
31134           course error out if *no* caps were set).
31135         * sys/oss/gstosselement.c: (gst_osselement_convert):
31136           Fix format conversion, we confused bits/bytes.
31137         * sys/oss/gstosselement.h:
31138           Improve documentation for 'bps'.
31139         * sys/v4l/TODO:
31140           Remove stuff about plugins that need removing - this was done
31141           ages ago.
31142         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31143         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31144         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31145         (gst_v4lsrc_src_query):
31146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31147         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31148           Add get_query_types(), get_formats() and query() functions.
31149
31150 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31151
31152         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31153           * moved CVS to freedesktop.org