tests/examples/seek/seek.c: Fix various seeking bugs (Slider was not updating when...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2
3         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4         (msg_segment_done): Fix various seeking bugs (Slider was not
5         updating when doing a non flushing seek, Reverse playback 
6         on segment seek was wrong).
7
8 2007-02-26  Wim Taymans  <wim@fluendo.com>
9
10         * tests/examples/seek/seek.c: (stop_seek):
11         When we stop scrubbing, don't leave the pipeline PLAYING when we
12         requested a PAUSED state.
13
14 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
15
16         Patch by: René Stadler <mail at renestadler de>
17
18         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
19           Parse date strings in vorbis comments that have an invalid (zero)
20           month or day (#410396).
21
22         * tests/check/libs/tag.c: (GST_START_TEST):
23           Test case for the above.
24
25 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
26
27         Patch by: Loïc Minier <lool+gnome at via ecp fr>
28
29         * configure.ac:
30         * ext/alsa/Makefile.am:
31         * gst/audiotestsrc/Makefile.am:
32           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
33
34 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
35
36         * gst/playback/gstplaybin.c:
37           Improve docs: point out that the application needs to assist playbin
38           with buffering.
39
40 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
41
42         * gst-libs/gst/utils/install-plugins.c:
43         * gst-libs/gst/utils/missing-plugins.c:
44         * tests/check/libs/utils.c: (missing_msg_check_getters):
45           Change GStreamer marker prefix in detail string from 'gstreamer.net'
46           to just 'gstreamer'. Document the caps string component of the
47           decoder/encoder detail a bit better, since not everyone will be
48           familiar with the GStreamer media type/caps system (but they better
49           enjoy nested itemized lists).
50
51 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
52
53         * gst-libs/gst/netbuffer/gstnetbuffer.c:
54         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
55           Fix copying of GstNetBuffer (would crash before, or at least lead to
56           invalid memory access, #410772), for now by copying the GstBuffer copy
57           code from the core over here so we can copy the GstBuffer fields on a
58           provided buffer instance (of type GstNetBuffer in this case). Would be
59           better to fix this with some support by the core though (and in the long
60           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
61
62         * tests/check/Makefile.am:
63           Enable unit test for GstNetBuffer.
64
65 2007-02-22  Andy Wingo  <wingo@pobox.com>
66
67         * gst-libs/gst/audio/gstbaseaudiosink.c
68         (gst_base_audio_sink_init): Disable pull-mode activation until we
69         figure out how to make audio sinks go to PLAYING.
70
71 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
72
73         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
74         (double_hq), (audio_convert_get_func_index),
75         (audio_convert_prepare_context), (audio_convert_convert):
76         * gst/audioconvert/audioconvert.h:
77         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
78         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
79         * gst/audioconvert/gstchannelmix.h:
80         * tests/check/elements/audioconvert.c: (GST_START_TEST):
81           Add float as an intermediate format, as well as float mixing. Enable
82           test that was failing before. Fixes #339837
83
84 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
85
86         * tests/examples/seek/seek.c: (do_seek):
87         Undo the previous commit: -1 as a stop time implies that the stop
88         time is the end of file, clearing any previously configured segment.
89
90 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
91
92         * tests/examples/seek/seek.c: (do_seek):
93         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
94
95 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
96
97         * gst/volume/gstvolume.c: (volume_process_int16),
98         (volume_process_int16_clamp), (volume_set_caps):
99           Unbreak volume, value remains gint.
100
101 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
102
103         * gst/volume/gstvolume.c: (volume_choose_func),
104         (volume_update_real_volume), (gst_volume_set_volume),
105         (gst_volume_init), (volume_process_double), (volume_process_float),
106         (volume_process_int16), (volume_process_int16_clamp),
107         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
108         * gst/volume/gstvolume.h:
109           Extend float audio support (double) and some int->uint cleanups.
110
111 2007-02-20  Edward Hervey  <edward@fluendo.com>
112
113         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
114         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
115         (sort_end_pads), (gst_decode_group_expose),
116         (gst_decode_group_hide):
117         Don't free groups from the streaming threads. Just put them aside and
118         free them in dispose.
119
120 2007-02-20  Edward Hervey  <edward@fluendo.com>
121
122         * gst/playback/gstdecodebin2.c: (connect_element),
123         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
124         (sort_end_pads), (gst_decode_group_expose):
125         Handle dynamic pads within groups.
126         Sort pads before exposing them in order to make playbin happy.
127         There still is a race with the multiqueue filling up. This should be
128         solved separately.
129         Fixes #398721
130
131 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * gst-libs/gst/utils/base-utils.c:
134         * gst-libs/gst/utils/descriptions.c:
135         * gst-libs/gst/utils/install-plugins.c:
136         * gst-libs/gst/utils/missing-plugins.c:
137           Some more docs (and descriptions for two subtitle formats).
138
139 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
140
141         * gst-libs/gst/audio/audio.c:
142           Fix documentation.
143
144 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
145
146         Patch by: Yves Lefebvre  <ivanohe abacom com>
147
148         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
149           Don't leak caps. Fixes #408278.
150
151 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
152
153         * ext/cdparanoia/gstcdparanoiasrc.h:
154         * ext/ogg/gstoggdemux.h:
155         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
156         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
157         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
158         * gst-libs/gst/audio/audio.h:
159         * gst-libs/gst/audio/gstaudiofilter.h:
160         * gst-libs/gst/interfaces/videoorientation.h:
161         * gst/adder/gstadder.h:
162           More docs coverage and some ChangeLog surgery (add missing names)
163
164 2007-02-15  Wim Taymans  <wim@fluendo.com>
165
166         * sys/ximage/ximagesink.c:
167         (gst_ximagesink_calculate_pixel_aspect_ratio):
168         * sys/xvimage/xvimagesink.c:
169         (gst_xvimagesink_calculate_pixel_aspect_ratio):
170         Small constifications.
171
172 2007-02-15  Wim Taymans  <wim@fluendo.com>
173
174         * gst-libs/gst/audio/gstbaseaudiosink.c:
175         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
176         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
177         (gst_base_audio_sink_async_play),
178         (gst_base_audio_sink_change_state):
179         Answer latency query.
180         Use configured latency when syncing.
181         Fix clock slaving.
182
183         * gst-libs/gst/audio/gstbaseaudiosrc.c:
184         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
185         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
186         Fix possible memleak.
187         Implement latency query.
188         Small cleanups.
189
190 2007-02-15  Wim Taymans  <wim@fluendo.com>
191
192         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
193         Ignore errors in reset, these are not fatal. They also grab the element
194         lock which is already taking when this function is called. Fixes
195         #405451.
196
197 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
198
199         * configure.ac:
200           Remove 'tests/examples/xerror/Makefile' from output files again.
201
202 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
203
204         * configure.ac:
205         * docs/plugins/Makefile.am:
206           Also crossref against gst-plugins-base-libs.
207
208 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
209
210         * configure.ac:
211         * docs/libs/Makefile.am:
212         * docs/plugins/Makefile.am:
213           Add crossreferences to glib/gobject/gstream docs.
214
215         * gst-libs/gst/audio/audio.h:
216           Source formatting.
217
218         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
219           Add own debug category.
220
221 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
222
223         Patch by: René Stadler <mail at renestadler de>
224
225         * gst-libs/gst/tag/gstvorbistag.c:
226           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
227           (#403597).
228
229 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
230
231         * gst/playback/gstplaybasebin.c: (setup_source):
232           When we have external subtitles and wait for the subtitle decodebin
233           to get up and running, we set up a (sync) bus handler for the
234           subtitle decodebin, so we can stop waiting when it posts an error
235           message. However, we should do that before we set the subtitle
236           decodebin's state to playing, otherwise things are racy and we might
237           miss error messages posted before we had a chance to set up the bus.
238           This should finally fix totem hanging on .txt pseudo-subtitle files.
239           
240 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
241
242         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
243           Use gst_gdouble_to_guint64 for conversions.
244         * win32/common/config.h.in:
245           Add a define for GST_INSTALL_PLUGINS_HELPER
246         * win32/common/libgstaudio.def:
247         * win32/common/libgstcdda.def:
248         * win32/common/libgstnetbuffer.def:
249         * win32/common/libgstrtp.def:
250         * win32/common/libgutils.def:
251           Add new exported functions.
252         * win32/vs6/gst_plugins_base.dsw:
253         * win32/vs6/libgstdecodebin.dsp:
254         * win32/vs6/libgstnetbuffer.dsp:
255         * win32/vs6/libgstplaybin.dsp:
256         * win32/vs6/libgstrtp.dsp:
257         * win32/vs6/libgstvorbis.dsp:
258         * win32/vs6/libgstcdda.dsp:
259         * win32/vs6/libgstgdp.dsp:
260         * win32/vs6/libgstutils.dsp:
261           Update and add new project files.
262
263 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
264
265         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
266         (subrip_remove_unhandled_tags), (parse_subrip):
267           For SubRip (.srt) subtitles, ignore all markup tags we don't
268           handle (like font tags, for example).
269
270         * tests/check/elements/subparse.c:
271           Add test for this.
272
273 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
274
275         * gst/playback/gstdecodebin.c: (add_fakesink),
276         (gst_decode_bin_change_state):
277         * gst/playback/gstdecodebin2.c: (add_fakesink),
278         (gst_decode_bin_change_state):
279           Don't error out if there is no fakesink in the NULL to READY state
280           change, since when decodebin is re-used, we're only adding the
281           fakesink element in READY to PAUSED.
282
283         * tests/check/elements/decodebin.c:
284         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
285         (decodebin_suite):
286           Minimal unit test to make sure we can use the same decodebin
287           instance twice (at least with audiotestsrc input).
288
289 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
290
291         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
292           Try to get devic-name from device string first, and from handle only
293           as fallback (seems to yield better results and is more robust
294           against buggy probing code on the application side).
295
296 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
297
298         Based on patch by: Julien Puydt <julien.puydt at laposte net>
299
300         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
301         (gst_alsa_find_device_name):
302         * ext/alsa/gstalsa.h:
303         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
304         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
305           Improve device-name detection a bit, especially in the case where
306           the device is not actually open (#405020, #405024). Move common code
307           into gstalsa.c instead of duplicating it.
308
309 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
310
311         * gst/audioconvert/gstaudioconvert.c:
312           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
313
314 2007-02-06  Julien MOUTTE  <julien@moutte.net>
315
316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
317         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
318         (gst_xvimagesink_interface_supported),
319         (gst_xvimagesink_probe_get_properties),
320         (gst_xvimagesink_probe_probe_property),
321         (gst_xvimagesink_probe_needs_probe),
322         (gst_xvimagesink_probe_get_values),
323         (gst_xvimagesink_property_probe_interface_init),
324         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
325         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
326         (gst_xvimagesink_get_type):
327         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
328         for XVAdaptors so that one can choose the adaptor to use with 
329         gstreamer-properties.
330
331 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
332
333         * gst/audioconvert/gstaudioconvert.c:
334           Also mention that a conversion from double to float is suboptimal still.
335
336 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
337
338         * gst-libs/gst/audio/gstaudiofilter.c:
339         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
340           Clear our formats structure and free the caps contained in it when
341           shutting down.
342
343 2007-02-05  Andy Wingo  <wingo@pobox.com>
344
345         * gst-libs/gst/audio/gstbaseaudiosink.c
346         (gst_base_audio_sink_callback): Update basesink->offset so that we
347         pull monotonically increasing offsets instead of, um, seeking back
348         to 0 each time. Fixes alsasrc ! alsasink!
349
350 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * gst/videoscale/gstvideoscale.c:
353           A width and height of 1 makes us crash, so increase minimum size to
354           2x2 pixels until someone feels like fixing this (#404512).
355
356 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
359           Add small test to make sure request pads are cleaned up properly
360           even if oggmux never changes state out of NULL.
361
362 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
363
364         * tests/check/libs/utils.c: (GST_START_TEST):
365           Fix unit test. Turns out things work much better when you
366           NULL-terminate string arrays. Should make p5 build bot happy again.
367
368 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
369
370         * gst-libs/gst/audio/Makefile.am:
371         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
372         (gst_audio_filter_template_base_init),
373         (gst_audio_filter_template_class_init),
374         (gst_audio_filter_template_init),
375         (gst_audio_filter_template_set_property),
376         (gst_audio_filter_template_get_property),
377         (gst_audio_filter_template_setup),
378         (gst_audio_filter_template_filter),
379         (gst_audio_filter_template_filter_inplace), (plugin_init):
380           Oops, forgot to commit fixed-up example.
381
382 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
383
384         * docs/libs/gst-plugins-base-libs-sections.txt:
385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
386         (gst_audio_filter_class_init), (gst_audio_filter_init),
387         (gst_audio_filter_set_caps),
388         (gst_audio_filter_class_add_pad_templates):
389         * gst-libs/gst/audio/gstaudiofilter.h:
390           Port GstAudioFilter to 0.10. This change technically breaks
391           API and ABI (and thus also every library developer's heart),
392           but seems justifiable on the grounds that the base class was
393           completely unusable before (ie. would crash immediately when
394           actually used). Fixes #403963 (and eventually also #403572).
395           Also document all of this a bit.
396
397 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * gst-libs/gst/utils/install-plugins.c:
400         (gst_install_plugins_spawn_child):
401         * tests/check/libs/utils.c:
402         (test_base_utils_install_plugins_do_callout):
403           Lowering log level to see why things fail on the p5 build bot;
404           fix some typos in unit test messages.
405
406 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
407
408         * tests/check/libs/utils.c:
409         (test_base_utils_install_plugins_do_callout):
410           Don't hard-code temp directory for test helper; use GLib functions
411           to write out file and do error checking etc.
412
413 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * gst-libs/gst/utils/Makefile.am:
416         * gst-libs/gst/utils/base-utils.h:
417         * gst-libs/gst/utils/install-plugins.c:
418         (gst_install_plugins_context_set_xid),
419         (gst_install_plugins_context_new),
420         (gst_install_plugins_context_free),
421         (gst_install_plugins_get_helper),
422         (gst_install_plugins_spawn_child),
423         (gst_install_plugins_return_from_status),
424         (gst_install_plugins_installer_exited),
425         (gst_install_plugins_async), (gst_install_plugins_sync),
426         (gst_install_plugins_return_get_name),
427         (gst_install_plugins_installation_in_progress):
428         * gst-libs/gst/utils/install-plugins.h:
429           API: add API for applications to initiate installation of missing
430           plugins, ie. gst_install_plugins_async() primarily.
431           Based on libgimme-codec by Ryan Lortie.
432
433         * configure.ac:
434           Add --with-install-plugins-helper configure option so distros can specify
435           the path of the helper script or program to call when plugin installation
436           is requested (distros: please do any argument munging in this helper
437           script instead of patching GStreamer to pass arguments differently
438           to another program directly).
439
440         * docs/libs/gst-plugins-base-libs-docs.sgml:
441         * docs/libs/gst-plugins-base-libs-sections.txt:
442           Build and document new API.
443
444         * tests/check/libs/utils.c: (result_cb),
445         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
446         (libgstbaseutils_suite):
447           Some simple checks for the new API.
448
449 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * tests/check/elements/audioconvert.c: (test_float_conversion):
452           Add small test for 32bit float <=> 64bit float conversion (works
453           only one way so far, 32=>64 produces structured noise).
454
455 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
456
457         * gst/audioconvert/gstaudioconvert.c:
458         (set_structure_widths_32_and_64), (make_lossless_changes):
459           We don't support floats with a width of 40, 48 or 56 bits.
460
461 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
462
463         * gst/audioconvert/audioconvert.c: (float), (double),
464         (audio_convert_get_func_index):
465         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
466         (make_lossless_changes):
467           Support for 64-bit float audio in audioconvert (#339837)
468
469 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
470
471         Patch by: Holger Wansing  <linux wansing-online de>
472
473         * po/LINGUAS:
474         * po/de.po:
475           Add German translation (#352069).
476
477 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
478
479         reviewed by: Wim Taymans <wim@fluendo.com>
480
481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
482         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
483         Use newly added GstCollectPads API to free the allocated resources in
484         the GstOggPad structures (#402393).
485
486 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
487
488         * gst/playback/gstplaybin.c: (gen_vis_element):
489           Add audioresample+audioconvert in front of the visualisation
490           element, so that elements like libvisual 0.4 that don't support all
491           samplerates can work.
492
493           Fixes: #402505
494
495 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
498         (gst_play_base_bin_get_streaminfo_value_array):
499           Take some locks and make a copy of the streaminfo value array we
500           maintain while holding the lock, so that the application can
501           retrieve the stream-info as a value array in a thread-safe way.
502
503 2007-01-30  Wim Taymans  <wim@fluendo.com>
504
505         * gst/audioconvert/gstaudioconvert.c:
506         Don't fail on 0 sized buffers. Fixes #396835.
507
508 2007-01-29  David Schleef  <ds@schleef.org>
509
510         * gst/typefind/gsttypefindfunctions.c:
511           Detect BBCD as video/x-dirac, so we can play raw dirac
512           streams.
513
514 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
515
516         * ext/theora/theoraenc.c: (theora_enc_chain):
517           Check return value of theora_encode_header(), or we might try to
518           allocate a random number of bytes. theora_encode_header() can fail
519           if libtheora has been compiled with encoding support disabled.
520           Fixes #398110.
521
522 2007-01-29  Wim Taymans  <wim@fluendo.com>
523
524         * tests/check/gst/.cvsignore:
525         Do as buildbot says.
526
527 2007-01-29  Wim Taymans  <wim@fluendo.com>
528
529         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
530         Fix strides in libvisual. Gst uses X strides.
531         Inspired by: <ed at catmur dot co dot uk> and 
532         <tim at centricular dot net>
533         Fixes #401118.
534
535 2007-01-27  Wim Taymans  <wim@fluendo.com>
536
537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
538         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
539         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
540         (gst_ogg_demux_perform_seek),
541         (gst_ogg_demux_bisect_forward_serialno),
542         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
543         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
544         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
545         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
546         * ext/ogg/gstoggdemux.h:
547         Properly propagate streaming errors when we are scanning the file for
548         chains so that we don't crash when shut down. Might fix some crashers
549         when quickly switching oggs in RB such as #332503 and #378436.
550
551 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
554           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
555           error code as well.
556
557 2007-01-25  Wim Taymans  <wim@fluendo.com>
558
559         * gst/playback/gstplaybasebin.c: (remove_source):
560         Don't try to disconnect a signal from a finalized object.
561
562 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
563
564         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
565           Cast lock macro parameters to make sure we're actually accessing the
566           lock member at the right class level. Free list itself in _dispose()
567           as well and NULL it in case dispose gets called multiple times.
568
569 2007-01-25  Edward Hervey  <edward@fluendo.com>
570
571         * gst/playback/gstdecodebin2.c:
572         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
573         Free GstDecodeGroups no longer used.
574         (gst_decode_group_expose):
575         Don't unlock too many times !
576         (deactivate_free_recursive):
577         Free iterator once we're done with it.
578         Fix for recursively deactivating elements (stop at ghostpads).
579
580 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
581
582         * gst/playback/gstplaybin.c: (handoff):
583           Fix up caps on the frame buffer before we save it and potentially
584           make it accessible to other threads via g_object_get; also use
585           gst_buffer_replace() instead of gst_mini_object_replace().
586
587 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
588
589         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
590           Make getting the current frame thread-safe.
591
592 2007-01-25  Edward Hervey  <edward@fluendo.com>
593
594         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
595         (gst_decode_group_new), (gst_decode_group_free):
596         Set queues to bigger sizes to cope with HD contents.
597         Fix some mutex freeing and add comment about MT safe methods.
598
599 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
600
601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
602         (gst_text_overlay_text_event):
603           Don't unnecessarily ref (and then leak) upstream events if the text
604           pad is not linked. Fixes #399948.
605
606         * tests/check/gst-plugins-base.supp:
607           Add suppression for pango on edgy/x86 for textoverlay test.
608
609 2007-01-24  Wim Taymans  <wim@fluendo.com>
610
611         * gst-libs/gst/rtp/gstrtpbuffer.h:
612         Add some more fixed payloads.
613
614 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
615
616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
617           Error out properly if we get an error from libogg while reading the
618           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
619
620 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
623           Don't leak mutex.
624
625         * tests/check/elements/playbin.c:
626         (test_sink_usage_video_only_stream),
627         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
628         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
629         (test_missing_suburisource_handler),
630         (test_missing_primary_decoder), (playbin_suite):
631           Run all tests once with decodebin and once with decodebin2.
632           One test does not pass yet with decodebin2.
633
634 2007-01-23  Edward Hervey  <edward@fluendo.com>
635
636         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
637         Fix the cases where oggmux doesn't properly figure out that all
638         sinkpads have gone EOS, and therefore doesn't push out the remaining
639         buffers and the final EOS event.
640         Fixes #363379
641
642 2007-01-23  Julien MOUTTE  <julien@moutte.net>
643
644         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
646         Don't lock on navigation event push, just on keysym to string.
647         Fixes #397673 again.
648
649 2007-01-22  Edward Hervey  <edward@fluendo.com>
650
651         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
652         (get_current_group), (group_demuxer_event_probe),
653         (gst_decode_group_expose), (deactivate_free_recursive),
654         (gst_decode_group_free):
655         Cleanups.
656         Don't forget to emit 'no-more-pads' once a group is exposed.
657         Cleanup elements from a DecodeGroup once we remove it.
658         Protect call to gst_decode_group_expose() with the decodebin lock.
659
660 2007-01-22  Julien MOUTTE  <julien@moutte.net>
661
662         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
664         Looking at Xorg code i can't figure out if that XKeysymToString
665         function is thread sensible or not. Lock it just in case as
666         recommended by Radek Doulik <rodo at ximian dot com>.
667
668 2007-01-22  Julien MOUTTE  <julien@moutte.net>
669
670         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
672         Lock that X Call as well. Fixes #397673.
673
674 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
677           Don't go into an endless loop if the file starts with 00 00 01 2X,
678           like quicktime redirect files might. Fixes #396042.
679
680         * tests/check/Makefile.am:
681         * tests/check/gst/.cvsignore:
682         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
683         (typefindfunctions_suite):
684           Add unit test for the above.
685
686 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
687
688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
689           On second thought, use "depth" field rather than "bpp" field.
690
691 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
694           Camtasia caps apparently need a bpp field (#398875).
695
696 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * gst/playback/gstplaybasebin.c: (setup_subtitle),
699         (gen_source_element), (gst_play_base_bin_change_state):
700           Attempt at a better error message in case we don't have the required
701           URI handler installed; post missing-plugin message also when we're
702           missing an URI handler for the subtitle URI; clean up properly also
703           when an error occurs and we never made it to PAUSED state.
704
705         * tests/check/elements/playbin.c: (GST_START_TEST),
706         (playbin_suite):
707           Check that we're also getting a missing-plugin messsage for a
708           missing subtitle URI handler (and clean up properly).
709
710 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
713           Plug a few reference leaks.
714
715 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
718           Lower probability a bit if the marker isn't right at the start,
719           to decrease the chance of false positives.
720
721 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
722
723         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
724           Small mpeg2 system stream typefinding improvement: make typefinder
725           probe a bit into the stream instead of just looking for a marker
726           at the beginning. Fixes #397810.
727
728 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * gst/audioconvert/gstchannelmix.c:
731           Remove compatibility cruft for prehistoric GLib versions.
732
733 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
734
735         * gst/playback/Makefile.am:
736         * gst/playback/gstdecodebin.c: (close_pad_link):
737         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
739         (gst_play_base_bin_handle_message_func), (unknown_type):
740           Let decodebin be the element to post missing-plugin messages for
741           missing decoders (rather than playbin); make playbin implement
742           GstBin::handle_message so we can suppress missing-plugin messages
743           for types we're not handling on purpose (don't want to bring up an
744           installer in those cases).
745
746 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
749         * gst-libs/gst/tag/gstvorbistag.c:
750         (gst_tag_list_to_vorbiscomment_buffer):
751         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
752           Fix potentially unaligned access (#397207).
753
754 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
755
756         * tests/examples/seek/seek.c: (set_scale), (update_scale),
757         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
758         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
759         (main):
760           Allow to toggle looping while it plays. Fix callback prototype. Clean
761           up code a bit more. Add copyright header.
762
763 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
764
765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
766           Red and blue mask was swapped (spotted by Dan Williams).
767
768 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
769
770         * gst-libs/gst/tag/gstid3tag.c:
771         * gst-libs/gst/tag/gstvorbistag.c:
772           Use new beats-per-minute tag from core.
773
774 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
775
776         * po/POTFILES.in:
777           Add new files with translatable strings, so they actually make it
778           into the template file one day.
779
780 2007-01-12  Andy Wingo  <wingo@pobox.com>
781
782         * gst-libs/gst/audio/gstbaseaudiosink.c
783         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
784         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
785         stuff, as the base class handles this now. Actually tell the ring
786         buffer to start.
787         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
788         How did this work before? Maybe I'm not as awesome a programmer as
789         I think.
790
791         * gst-libs/gst/audio/gstbaseaudiosrc.c
792         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
793         of a pad function.
794
795 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
796
797         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
798           Remove more fields so that the application can better blacklist
799           formats that have been tried before.
800
801 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * gst-libs/gst/audio/mixerutils.h:
804           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
805           used when compiling with c++ compilers as well.
806
807 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * gst/typefind/gsttypefindfunctions.c:
810           Fix comment.
811
812 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
813
814         * gst/playback/gstplaybin.c: (post_missing_element_message),
815         (gen_video_element), (gen_text_element), (gen_audio_element),
816         (gen_vis_element):
817           Post missing-plugin messages also when we error out because
818           converters, textoverlay or auto*sinks are missing (#161922).
819
820 2007-01-10  Wim Taymans  <wim@fluendo.com>
821
822         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
823         (is_demuxer_element), (new_caps):
824         * gst/playback/gstplaybasebin.c: (source_new_pad):
825         Fix the case where we try to ref a NULL element when we delay a link
826         because of unfixed caps.
827         Set the state of autoplugged decodebins to PAUSED.
828         RTSP now works in playbin, we can remove it from the blacklist.
829
830 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
831
832         * gst/playback/Makefile.am:
833         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
834         (unknown_type), (setup_subtitle), (gen_source_element):
835         * gst/playback/gstplaybin.c: (plugin_init):
836           Post missing-plugin messages on the bus for missing sources and
837           missing decoders/demuxers/depayloaders; fix error code used when
838           we're missing an URI handler source; for media types that we are not
839           handling on purpose at the moment, don't print "don't know how to
840           handle xyz" messages to the terminal or post missing-plugin
841           messages on the bus.
842
843         * tests/check/elements/playbin.c: (create_playbin),
844         (GST_START_TEST), (gst_codec_src_uri_get_type),
845         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
846         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
847         (gst_codec_src_init_type), (gst_codec_src_base_init),
848         (gst_codec_src_create), (gst_codec_src_class_init),
849         (gst_codec_src_init), (plugin_init), (playbin_suite):
850           Add some tests for the missing-plugin stuff.
851
852 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
853
854         * configure.ac:
855         * gst-libs/gst/Makefile.am:
856         * gst-libs/gst/utils/Makefile.am:
857         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
858         * gst-libs/gst/utils/base-utils.h:
859         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
860         (find_format_info), (caps_are_rtp_caps),
861         (gst_base_utils_get_source_description),
862         (gst_base_utils_get_sink_description),
863         (gst_base_utils_get_decoder_description),
864         (gst_base_utils_get_encoder_description),
865         (gst_base_utils_get_element_description),
866         (gst_base_utils_add_codec_description_to_tag_list),
867         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
868         * gst-libs/gst/utils/descriptions.h:
869         * gst-libs/gst/utils/missing-plugins.c:
870         (missing_structure_get_type), (copy_and_clean_caps),
871         (gst_missing_uri_source_message_new),
872         (gst_missing_uri_sink_message_new),
873         (gst_missing_element_message_new),
874         (gst_missing_decoder_message_new),
875         (gst_missing_encoder_message_new),
876         (missing_structure_get_string_detail),
877         (missing_structure_get_caps_detail),
878         (gst_missing_plugin_message_get_installer_detail),
879         (gst_missing_plugin_message_get_description),
880         (gst_is_missing_plugin_message):
881         * gst-libs/gst/utils/missing-plugins.h:
882           API: add new libgstbaseutils library with functions
883           - to create and parse missing-plugins messages
884           - that provide (translated) descriptions for caps/decoders/sources/etc.
885           Closes #392393.
886
887         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
888         * pkgconfig/gstreamer-plugins-base.pc.in:
889           Add new lib.
890
891         * docs/libs/gst-plugins-base-libs-docs.sgml:
892         * docs/libs/gst-plugins-base-libs-sections.txt:
893           Generate docs for new lib and API.
894
895         * tests/check/Makefile.am:
896         * tests/check/libs/.cvsignore:
897         * tests/check/libs/utils.c: (missing_msg_check_getters),
898         (GST_START_TEST), (libgstbaseutils_suite):
899           Add some basic unit tests.
900
901 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * ext/ogg/Makefile.am:
904           Dist gstoggdemux.h to fix 'make distcheck'.
905
906         * sys/v4l/Makefile.am:
907           Fix 'make distcheck' even more.
908
909 2007-01-09  Wim Taymans  <wim@fluendo.com>
910
911         * docs/plugins/Makefile.am:
912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
914         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
915         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
916         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
917         (gst_ogg_demux_perform_seek):
918         * ext/ogg/gstoggdemux.h:
919         Added docs.
920         Add some more comments.
921         Small cleanups.
922
923 2007-01-09  Wim Taymans  <wim@fluendo.com>
924
925         * ext/theora/theoradec.c:
926         * ext/vorbis/vorbisdec.c:
927         * gst-libs/gst/audio/gstringbuffer.c:
928         (gst_ring_buffer_commit_full):
929         * gst-libs/gst/audio/gstringbuffer.h:
930         * gst-libs/gst/rtp/gstrtpbuffer.c:
931         * gst-libs/gst/tag/gstvorbistag.c:
932         Small documentation updates/fixes
933
934 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
935
936         * configure.ac:
937           Require core CVS HEAD for Andy's basesrc/sink API additions.
938
939 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
940
941         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
942
943         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
944         (plugin_init):
945           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
946           on flac.sf.net (there appear to be other versions of the first
947           ogg page in the wild) (#391365).
948
949 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
950
951         * configure.ac:
952           Check if localtime_r() is available.
953
954         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
955           If localtime_r() is not available, fall back to localtime(). Should
956           fix build on MingW (#393310).
957
958 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
959
960         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
961         * gst/subparse/gstsubparse.h:
962           Remove spurious 1000 subtrahend when calculating the timestamp from
963           the frame number and the frame rate . Also, use the frames/second
964           value specified in the first line of the file, if one is specified
965           there. Should fix #357503.
966
967         * tests/check/elements/subparse.c: (do_test),
968         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
969         (subparse_suite):
970           Add some basic unit tests for the microdvd subtitle format.
971
972 2007-01-07  Julien MOUTTE  <julien@moutte.net>
973
974         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
975         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
976         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
977         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
978         (gst_xvimagesink_set_xwindow_id),
979         (gst_xvimagesink_set_event_handling),
980         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
981         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
982         Patch by : Young-Ho Cha <ganadist at chollian dot net>
983         Fixes : #390076.
984         Add an adaptor property to select a specific XV adaptor.
985         * sys/xvimage/xvimagesink.h:
986
987 2007-01-07  Julien MOUTTE  <julien@moutte.net>
988
989         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
990         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
991         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
992         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
993         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
994         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
995         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
996         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
997         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
998         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
999         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1000         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1001         Use flow_lock much more to protect every access to xwindow.
1002         Try to catch erros while creating images in case some drivers are
1003         just generating an XError when the requested image is too big.
1004         Should fix : #354698, #384008, #384060.
1005         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1006         Implement some stress testing of setting window xid.
1007
1008 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1009
1010         * win32/common/libgsaudio.def:
1011           Add new exported function.
1012         * win32/common/libgstogg.dsp:
1013           Add gstoggaviparse.c to the build.
1014         * win32/common/libgstvideoscale.dsp:
1015           Add vs_4tap.c to the build.
1016         * win32/common/libgstvorbis.dsp:
1017           Add vorbistag.c to the build.
1018         
1019 2007-01-06  Andy Wingo  <wingo@pobox.com>
1020
1021         * gst-libs/gst/audio/gstbaseaudiosink.c
1022         (gst_base_audio_sink_class_init)
1023         (gst_base_audio_sink_init): 
1024         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1025         to baseaudiosink, and tell basesink that we can work in pull mode.
1026         This way the ring buffer thread drives the pipeline directly, if
1027         pull mode is possible. There is some lingering nastiness regarding
1028         capsnego, however.
1029         (gst_base_audio_sink_callback): Implement the callback to pull
1030         data. This interface is a bit light, though -- it should get a
1031         GstFlowReturn return value at least.
1032
1033 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1036         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1037         * gst/playback/gstdecodebin2.c:
1038         (gst_decode_group_check_if_blocked):
1039           Printf format and missing argument fixes.
1040
1041 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1042
1043         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1044         (gst_ogm_parse_change_state):
1045         Activate pads before adding them to the element.
1046
1047 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * tests/examples/seek/scrubby.c: (main):
1050         * tests/examples/seek/seek.c: (main):
1051           Call g_thread_init() first thing in main() (see #391278).
1052
1053 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * tests/check/Makefile.am:
1056         * tests/check/libs/.cvsignore:
1057         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1058         (netbuffer_suite):
1059           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1060           for the time being, since it's broken, see #393099.
1061
1062 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * tests/check/Makefile.am:
1065           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1066
1067 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1068
1069         * configure.ac:
1070           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1071           so that GST_BASE_CFLAGS can go inbetween them, making sure
1072           we use uninstalled gst-libs headers
1073         * docs/libs/Makefile.am:
1074         * ext/alsa/Makefile.am:
1075         * ext/cdparanoia/Makefile.am:
1076         * ext/gnomevfs/Makefile.am:
1077         * ext/libvisual/Makefile.am:
1078         * ext/ogg/Makefile.am:
1079         * ext/theora/Makefile.am:
1080         * ext/vorbis/Makefile.am:
1081         * gst-libs/gst/audio/Makefile.am:
1082         * gst-libs/gst/cdda/Makefile.am:
1083         * gst-libs/gst/interfaces/Makefile.am:
1084         * gst-libs/gst/riff/Makefile.am:
1085         * gst-libs/gst/rtp/Makefile.am:
1086         * gst-libs/gst/tag/Makefile.am:
1087         * gst/adder/Makefile.am:
1088         * gst/audioconvert/Makefile.am:
1089         * gst/audiorate/Makefile.am:
1090         * gst/audioresample/Makefile.am:
1091         * gst/playback/Makefile.am:
1092         * gst/tcp/Makefile.am:
1093         * gst/videoscale/Makefile.am:
1094         * gst/volume/Makefile.am:
1095         * sys/ximage/Makefile.am:
1096         * sys/xvimage/Makefile.am:
1097         * tests/icles/Makefile.am:
1098           adapt
1099
1100 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1101
1102         * gst-libs/gst/interfaces/xoverlay.c:
1103         (gst_x_overlay_handle_events):
1104         * gst-libs/gst/interfaces/xoverlay.h:
1105         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1106         (gst_ximagesink_set_xwindow_id),
1107         (gst_ximagesink_set_event_handling),
1108         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1109         (gst_ximagesink_get_property), (gst_ximagesink_init),
1110         (gst_ximagesink_class_init):
1111         * sys/ximage/ximagesink.h:
1112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1113         (gst_xvimagesink_set_xwindow_id),
1114         (gst_xvimagesink_set_event_handling),
1115         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1116         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1117         (gst_xvimagesink_class_init):
1118         * sys/xvimage/xvimagesink.h:
1119         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1120         Add a method to the XOverlay interface to allow disabling of 
1121         event handling in x[v]imagesink elements. This will let X events
1122         propagate to parent windows which can be usefull in some cases.
1123         Be carefull that the application is then responsible of pushing
1124         navigation events and expose events to the video sink.
1125         Fixes: #387138.
1126
1127 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1128
1129         * gst-libs/gst/tag/gstvorbistag.c:
1130         * tests/check/libs/tag.c: (GST_START_TEST):
1131           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1132           (fixes #392070).
1133
1134 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         * configure.ac:
1137         * docs/Makefile.am:
1138         * docs/design/Makefile.am:
1139           Dist design docs.
1140
1141 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1142
1143         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1144         typo. Fixes: #390063.
1145
1146 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1147
1148         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1150         caps leak.
1151         * win32/common/config.h: Updated.
1152
1153 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1154
1155         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1156         (setup_gdpdepay_streamheader):
1157         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1158         (setup_gdppay_streamheader):
1159           Fix the dp tests, but activating the pads for the streamheader tests
1160           too and cleaning up conditionaly
1161
1162 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1163
1164         * gst/ffmpegcolorspace/avcodec.h:
1165         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1166         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1167         (gst_ffmpegcsp_avpicture_fill):
1168         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1169         (img_get_alpha_info):
1170         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1171         other end of the word. Fixes: #387073.
1172
1173         Add some inconsequential branch hints in a couple of places.
1174
1175 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1178         (gst_ffmpeg_caps_to_smpfmt):
1179           The "signed" field in raw audio caps is of boolean type, trying to
1180           extract the value with _get_int() will fail (fix to keep in sync with
1181           the copy in gst-ffmpeg)
1182
1183 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1186         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1187         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1188         (cleanup_gdpdepay):
1189         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1190         * tests/check/elements/subparse.c: (teardown_subparse):
1191         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1192         * tests/check/elements/videorate.c: (cleanup_videorate):
1193         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1194         * tests/check/elements/volume.c: (cleanup_volume):
1195         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1196         (cleanup_vorbisdec):
1197         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1198         (cleanup_vorbistag):
1199           consistent pad (de)activation
1200
1201 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1202
1203         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1204           Forgot to register the extensions.
1205
1206 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1209         (plugin_init):
1210           Add typefinder for VIVO files (my christmas present to the 90s).
1211
1212 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * gst/playback/gstdecodebin.c: (type_found):
1215           Special-case the text/plain media type: we only want to recognise it
1216           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1217           parser, but not if the entire stream is of text/plain type. If the
1218           entire stream is text/plain, we should just error out.
1219
1220           This fixes playback of audio files with lyrics in totem. Totem can't
1221           distinguish between text files and subtitle files and passes any
1222           .txt file with the same basename as the main file to playbin as
1223           suburi, and playbin will then throw a 'subtitle found, but no video
1224           stream' error, which isn't entirely helpful. See #380342.
1225
1226           Also, with this change we'll show a slightly more correct error
1227           message in case totem passes a playlist file to us (although a
1228           custom error message wording instead of the default text would
1229           probably not be a bad idea either).
1230
1231           Same problem also needs to be fixed for playbin+decodebin2.
1232
1233         * tests/check/Makefile.am:
1234         * tests/check/elements/decodebin.c: (src_handoff_cb),
1235         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1236         (decodebin_suite):
1237           Add simple unit test for decodebin for the above.
1238
1239 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1240
1241         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1242         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1243           Refuse to change state to READY when we failed to create any of the
1244           required elements in our instance init function.
1245
1246 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * docs/libs/gst-plugins-base-libs-sections.txt:
1249           Small docs fixes/updates.
1250
1251         * gst-libs/gst/video/gstvideosink.h:
1252           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1253           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1254           removed from the base sink API between 0.9.6 and 0.9.7).
1255           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1256           accessor macros, so we don't do a runtime GObject type check every
1257           time we use them.
1258
1259 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1260
1261         * Makefile.am:
1262         * gst-plugins-base.doap:
1263         * gst-plugins-base.spec.in:
1264           add doap file
1265
1266 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         Patch by: Jens Granseuer <jensgr at gmx net>
1269
1270         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1271         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1272         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1273         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1275           Declare variables at the beginning of a block. Fixes #383195.
1276
1277 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1278
1279         * configure.ac:
1280         Bump version nano - back to CVS.
1281
1282
1283 === release 0.10.11 ===
1284
1285 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1286
1287         * configure.ac:
1288           releasing 0.10.11, "Dumb things"
1289
1290 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1291
1292         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1293         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1294         Handle the case where an element has multiple pads with 
1295         unfixed caps as well as still possibly producing more dynamic 
1296         pads by storing each case as a distinct entry in the dynamic list.
1297         Fixes #38223 again.
1298
1299 2006-12-04  Wim Taymans  <wim@fluendo.com>
1300
1301         * gst/playback/gstdecodebin.c: (close_pad_link):
1302         Fix #382223, add more dynamic caps handling.
1303
1304 2006-12-04  Wim Taymans  <wim@fluendo.com>
1305
1306         reviewed by: <delete if not using a buddy>
1307
1308         * gst-libs/gst/audio/gstringbuffer.h:
1309         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1310         (gst_netaddress_set_ip4_interface),
1311         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1312         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1313         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1314         (gst_netaddress_get_ttl):
1315         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1316         * gst/playback/gstdecodebin.c: (close_pad_link):
1317         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1318         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1319         * win32/common/config.h:
1320
1321 2006-12-01  Michael Smith  <msmith@fluendo.com>
1322
1323         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1324           Delete bad debug code.
1325           Fixes #381219
1326
1327 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1328
1329         * gst/videoscale/vs_4tap.c:
1330         * win32/MANIFEST:
1331         * win32/common/config.h:
1332         * win32/vs8/libgstvideoscale.vcproj:
1333         Fix compilation on win32 under VS8
1334         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1335         Partially fixes #381175
1336
1337 2006-11-30  Michael Smith  <msmith@fluendo.com>
1338
1339         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1340         (GST_START_TEST):
1341           It would be very bad if, after a discont buffer, we thought every
1342           single following buffer was also discont. So, add to the test to
1343           ensure that this isn't the case.
1344           
1345         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1346           ... it was the case. So fix it.
1347
1348 2006-11-28  Wim Taymans  <wim@fluendo.com>
1349
1350         * gst/playback/gstplaybasebin.c: (check_queue_event):
1351         Improve debug.
1352
1353         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1354         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1355         padtemplate caps. Refixes #357577.
1356
1357 2006-11-28  Wim Taymans  <wim@fluendo.com>
1358
1359         * gst/playback/gstplaybasebin.c: (check_queue_event),
1360         (queue_threshold_reached), (queue_out_of_data),
1361         (gen_preroll_element):
1362         Add event probe to see when EOS is in a queue and we can disable the
1363         underrun signals. Fixes #357577.
1364
1365 2006-11-28  Edward Hervey  <edward@fluendo.com>
1366
1367         * gst/playback/Makefile.am:
1368         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1369         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1370         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1371         (gst_decode_bin_init), (gst_decode_bin_dispose),
1372         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1373         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1374         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1375         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1376         (connect_element), (expose_pad), (type_found),
1377         (pad_added_group_cb), (pad_removed_group_cb),
1378         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1379         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1380         (are_raw_caps), (multi_queue_overrun_cb),
1381         (multi_queue_underrun_cb), (gst_decode_group_new),
1382         (get_current_group), (group_demuxer_event_probe),
1383         (gst_decode_group_control_demuxer_pad),
1384         (gst_decode_group_control_source_pad),
1385         (gst_decode_group_check_if_blocked),
1386         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1387         (gst_decode_group_hide), (gst_decode_group_free),
1388         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1389         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1390         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1391         (plugin_init):
1392         New decodebin2 element.
1393         Closes #370092
1394         * gst/playback/gstplay-marshal.list:
1395         Added marshallers for new signals in decodebin2
1396         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1397         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1398         is set.
1399
1400 2006-11-28  Wim Taymans  <wim@fluendo.com>
1401
1402         * gst/playback/gstplaybasebin.c: (setup_source),
1403         (gst_play_base_bin_change_state):
1404         Disable rtsp:// uris for the release, it's not good enough yet.
1405         Remove unused var.
1406
1407 2006-11-26  Wim Taymans  <wim@fluendo.com>
1408
1409         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1410         (theora_dec_push_forward), (theora_dec_push_reverse),
1411         (theora_handle_data_packet), (theora_dec_decode_buffer),
1412         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1413         (theora_dec_chain_forward), (theora_dec_chain):
1414         Implement reverse playback.
1415
1416         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1417         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1418         (vorbis_dec_chain_forward):
1419         Clear buffers used for reverse playback in _reset.
1420         No need to set the eos flag, we clip samples using the segment.
1421
1422 2006-11-24  Wim Taymans  <wim@fluendo.com>
1423
1424         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1425         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1426         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1427         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1428         Some cleanups.
1429         Handle continued pages in reverse mode.
1430
1431 2006-11-24  Wim Taymans  <wim@fluendo.com>
1432
1433         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1434         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1435         (vorbis_dec_flush_decode):
1436         Small cleanups.
1437         Don't try to add invalid timestamps.
1438         Clipping will unref the buffer.
1439
1440 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * gst/adder/gstadder.h:
1443         * gst/audiotestsrc/gstaudiotestsrc.h:
1444           remove obsolete _factory_init protos
1445
1446 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1447
1448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1449           Fix spacing in debug message.
1450
1451 2006-11-23  Wim Taymans  <wim@fluendo.com>
1452
1453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1454         (gst_ogg_demux_chain):
1455         Don't just ignore return values from _pad_push().
1456         Small debug improvements.
1457
1458 2006-11-23  Michael Smith  <msmith@fluendo.com>
1459
1460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1461           If our incoming buffer is marked as DISCONT, then increment the page
1462           number (so that the discontinuity is marked in the final ogg
1463           bitstream) and flush the previous page.
1464
1465 2006-11-22  Michael Smith  <msmith@fluendo.com>
1466
1467         * ext/theora/gsttheoraenc.h:
1468         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1469         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1470         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1471         (theora_enc_chain), (theora_enc_change_state):
1472           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1473
1474         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1475         (GST_START_TEST), (theoraenc_suite):
1476           Enable discontinuity test, fix it.
1477
1478 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1481         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1482         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1483         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1484         (gst_text_overlay_change_state):
1485         * ext/pango/gsttextoverlay.h:
1486           Some textoverlay fixes: for one, in the video chain function,
1487           actually wait for a text buffer to come in if there is none at the
1488           moment and there should be one; also, deal more gracefully with
1489           incoming buffers that do not have a timestamp or duration; discard
1490           text buffer when not needed any longer. Fixes #341681.
1491
1492         * tests/check/Makefile.am:
1493         * tests/check/elements/.cvsignore:
1494         * tests/check/elements/textoverlay.c:
1495         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1496         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1497         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1498         (test_video_waits_for_text_send_text_newsegment_thread),
1499         (test_video_waits_for_text_shutdown_element),
1500         (test_render_continuity_push_video_buffers_thread),
1501         (textoverlay_suite):
1502           Add some unit tests for textoverlay.
1503
1504 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1507           Avoid integer underflow when the found probability for mp3 is
1508           smaller than the 'penalty' we subtract if there's not a clean
1509           mp3 header sync at offset 0.
1510
1511 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * docs/libs/gst-plugins-base-libs-sections.txt:
1514           Add some new symbols to the docs
1515
1516 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * tests/check/Makefile.am:
1519         * tests/check/elements/ffmpegcolorspace.c:
1520         (ffmpegcolorspace_suite):
1521           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1522           (for now not for valgrinding though, since it takes too long).
1523
1524 2006-11-20  Wim Taymans  <wim@fluendo.com>
1525
1526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1527         (gst_ffmpeg_pixfmt_to_caps):
1528         Fix RGBA32 caps. Fixes #357038.
1529
1530 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1531
1532         * gst-libs/gst/interfaces/mixertrack.h:
1533           Add FIXME so we can add some padding here in 0.11
1534
1535 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1536
1537         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1538           Fix GstBaseRTPAudioPayload structure so the whole GObject
1539           inheritance business actually works (parent class instance structure
1540           must always come first in the derived class instance structure).
1541
1542 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * gst/videotestsrc/Makefile.am:
1545         * tests/check/Makefile.am:
1546           Make sure our checks and the videotestsrc plugin link against the
1547           local uninstalled gst libs and not any installed gst libs that
1548           might happen to exist as well.
1549
1550         * tests/check/elements/adder.c: (message_received),
1551         (test_event_message_received), (test_play_twice_message_received):
1552         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1553           Fix compiler warnings when compiling against core with disabled
1554           debugging system.
1555
1556 2006-11-16  Michael Smith  <msmith@fluendo.com>
1557
1558         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1559         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1560           Fix audiorate, so that it accurately sets offsets and timestamps.
1561           Doesn't change the fundamental algorithmic decisions; so should be
1562           safe.
1563
1564         * tests/check/Makefile.am:
1565           Enable audiorate test now that it passes.
1566
1567 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1570           clear xv when going to NULL, remove // commented non-existant proto
1571
1572         * tests/examples/seek/seek.c: (main):
1573           add missing tooltip description for scrub and play_scrub
1574
1575 2006-11-14  David Schleef  <ds@schleef.org>
1576
1577         * configure.ac:
1578           Bump liboil requirement to 0.3.8.
1579         * gst-libs/gst/riff/riff-media.c:
1580           Add Dirac fourcc.
1581         * gst/videoscale/vs_image.h:
1582         * gst/videoscale/vs_scanline.h:
1583           Use liboil's stdint.h.
1584         * gst/videotestsrc/videotestsrc.c:
1585           Remove liboil related ifdef's, since they aren't needed now, and
1586           won't work with future versions.
1587
1588 2006-11-14  David Schleef  <ds@schleef.org>
1589
1590         * gst/videoscale/Makefile.am:
1591         * gst/videoscale/gstvideoscale.c:
1592         * gst/videoscale/gstvideoscale.h:
1593         * gst/videoscale/vs_4tap.c:
1594         * gst/videoscale/vs_4tap.h:
1595         * gst/videoscale/vs_image.c:
1596         * gst/videoscale/vs_image.h:
1597         * gst/videoscale/vs_scanline.c:
1598         * gst/videoscale/vs_scanline.h:
1599           Add a 4-tap image scaler.  Theoretically looks much prettier.
1600           The tap calculation could use some improvement.
1601
1602 2006-11-14  Wim Taymans  <wim@fluendo.com>
1603
1604         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1605
1606         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1607         (gst_riff_parse_strf_iavs):
1608         * gst/subparse/gstsubparse.c: (convert_encoding):
1609         * gst/tcp/gstmultifdsink.c:
1610         (gst_multi_fd_sink_handle_client_write):
1611         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1612         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1613         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1614         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1615         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1616         (gst_ximagesink_ximage_new):
1617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1618         Various gsize and gssize printf fixes. Fixes #372507.
1619
1620 2006-11-13  Wim Taymans  <wim@fluendo.com>
1621
1622         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1623         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1624         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1625         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1626         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1627         * ext/vorbis/vorbisdec.h:
1628         First stab at vorbis reverse playback.
1629
1630 2006-11-13  Wim Taymans  <wim@fluendo.com>
1631
1632         * gst-libs/gst/audio/gstbaseaudiosink.c:
1633         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1634         * gst-libs/gst/audio/gstbaseaudiosink.h:
1635         Make the clock sync code more accurate wrt resampling and playback
1636         at different rates.
1637         
1638         * gst-libs/gst/audio/gstringbuffer.c:
1639         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1640         * gst-libs/gst/audio/gstringbuffer.h:
1641         Use better algorithm to interpolate sample rates. 
1642
1643 2006-11-13  Michael Smith  <msmith@fluendo.com>
1644
1645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1646           Improve a debug line slightly.
1647
1648         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1649           Call gst_riff_init() in plugin_init, to avoid getting errors from
1650           the debug system (unrelated changes to another plugin made this turn
1651           up; not sure why).
1652
1653 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1654
1655         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1656
1657         * win32/common/libgsttag.def:
1658           Add missing symbol (#366492).
1659
1660 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1663           Don't unref a NULL pad.
1664
1665 2006-11-09  Wim Taymans  <wim@fluendo.com>
1666
1667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1668         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1669         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1670         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1671         (gst_ogg_demux_loop):
1672         Implement first stab at reverse playback.
1673
1674 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1675
1676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1677         (gst_riff_create_video_template_caps):
1678           add h263/h264 variants to the caps, Fixes #363118
1679
1680 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1681
1682         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1683         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1684           Use g_strerror instead of strerror so we get UTF-8.
1685
1686 2006-11-03  David Schleef  <ds@schleef.org>
1687
1688         * ext/ogg/gstoggdemux.c:
1689         * ext/ogg/gstoggmux.c:
1690           Add/remove KW-DIRAC header here, since it is ogg-specific.
1691
1692 2006-11-03  Michael Smith  <msmith@fluendo.com>
1693
1694         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1695           Recognise more mpeg4 elementary video streams.
1696
1697 2006-11-02  Edward Hervey  <edward@fluendo.com>
1698
1699         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1700         Lower the probability of mp3 typefinding functions if we don't find a
1701         valid mp3 header at the start of the file.
1702         Closes #369482
1703
1704 2006-11-02  Wim Taymans  <wim@fluendo.com>
1705
1706         * ext/theora/gsttheoradec.h:
1707         * ext/theora/theoradec.c: (gst_theora_dec_init),
1708         (theora_dec_sink_event), (theora_dec_chain_forward),
1709         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1710         (theora_dec_chain):
1711         Document and partially implement an algorithm for doing reverse playback
1712         of theora video.
1713
1714 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1715
1716         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1717
1718         * win32/common/config.h:
1719         * win32/common/interfaces-enumtypes.c:
1720         * win32/common/libgsttag.def:
1721         * win32/vs8/gst-plugins-base.sln:
1722         * win32/vs8/libgstaudioresample.vcproj:
1723         * win32/vs8/libgstinterfaces.vcproj:
1724         * win32/vs8/libgstogg.vcproj:
1725         * win32/vs8/libgstriff.vcproj:
1726         * win32/vs8/libgsttag.vcproj:
1727         * win32/vs8/libgsttheora.vcproj:
1728         * win32/vs8/libgstvideoscale.vcproj:
1729         * win32/vs8/libgstvorbis.vcproj:
1730           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1731           to libgsttag.def; add missing dependencies for some vs8 projects;
1732           re-arrange placement of .def files in vs8 projects (#366334).
1733
1734 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * ext/ogg/gstogg.c:
1737           Remove unused variable.
1738
1739         * ext/ogg/gstoggdemux.c:
1740           Fix Wim's surname in plugin description.
1741
1742 2006-10-31  Wim Taymans  <wim@fluendo.com>
1743
1744         * gst-plugins-base.spec.in:
1745         spec new .h file. Fixes #368310.
1746
1747 2006-10-31  Michael Smith  <msmith@fluendo.com>
1748
1749         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1750         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1751         (gst_multi_fd_sink_get_stats),
1752         (gst_multi_fd_sink_remove_client_link),
1753         (gst_multi_fd_sink_queue_buffer),
1754         (gst_multi_fd_sink_handle_clients):
1755         * gst/tcp/gstmultifdsink.h:
1756           Make using the remove or clear signals threadsafe.
1757           Make calling get-stats with an invalid fd not segfault.
1758           Fixes 368273.
1759
1760 2006-10-31  Wim Taymans  <wim@fluendo.com>
1761
1762         * gst-libs/gst/rtp/Makefile.am:
1763         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1764         (gst_base_rtp_audio_payload_init):
1765         Fix and activate base audio payloader.
1766
1767 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1770         (plugin_init):
1771           Add typefinder for QuickTime Image Files (see #366156).
1772
1773 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1774
1775         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1776           Another typo fix (#366212).
1777
1778 2006-10-27  Wim Taymans  <wim@fluendo.com>
1779
1780         * gst/volume/gstvolume.c: (volume_transform_ip):
1781         Use stream time to synchronize volume property instead of rather random
1782         timestamps. This is needed when gnonlin does its time shifting.
1783
1784 2006-10-27  Wim Taymans  <wim@fluendo.com>
1785
1786         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1787
1788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1789         Remove the pad from the element in release_pad. Fixes #364812.
1790
1791 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1792
1793         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1795           Explicitly create our custom buffer classes at a thread-safe
1796           location as well, since g_type_class_ref() doesn't seem to be
1797           entirely thread-safe either (#365501; also see #349410).
1798
1799 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1800
1801         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1802         (gst_riff_parse_info):
1803           If strings in INFO chunk are not UTF-8, do something similar to
1804           what we do for ID3v1 tags: check a number of environment variables
1805           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1806           character sets to try, otherwise try the current locale and/or fall
1807           back on ISO-8859-1. Fixes #360552.
1808
1809 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * gst/videotestsrc/gstvideotestsrc.c:
1812         (gst_video_test_src_pattern_get_type),
1813         (gst_video_test_src_set_pattern):
1814         * gst/videotestsrc/gstvideotestsrc.h:
1815         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1816         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1817         (gst_video_test_src_checkers8):
1818         * gst/videotestsrc/videotestsrc.h:
1819           Add a bunch of exciting new checkers patterns.
1820
1821 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * gst/subparse/Makefile.am:
1824         * gst/subparse/gstsubparse.c:
1825         (gst_sub_parse_data_format_autodetect),
1826         (gst_sub_parse_format_autodetect), (handle_buffer),
1827         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1828         * gst/subparse/gstsubparse.h:
1829         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1830         (parse_tmplayer):
1831         * gst/subparse/tmplayerparse.h:
1832           Add support for TMPlayer-type subtitles (#362845).
1833
1834         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1835         (GST_START_TEST), (subparse_suite):
1836           Add some basic unit tests for the above.
1837
1838 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1839
1840         * tests/check/elements/audiorate.c: (test_injector_base_init),
1841         (test_injector_class_init), (test_injector_chain),
1842         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1843         (GST_START_TEST), (audiorate_suite):
1844           More tests for audiorate: inject buffers to check behaviour when
1845           buffers overlap.
1846
1847 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * tests/check/Makefile.am:
1850         * tests/check/elements/.cvsignore:
1851         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1852         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1853           Add some basic unit tests for audiorate. Disabled at the moment
1854           since it doesn't pass yet (see bug #363119).
1855
1856 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1857
1858         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1859         (parse_subrip), (handle_buffer):
1860           Add missing closing tags for markup and fix broken markup,
1861           otherwise pango won't render anything (fixes #357531). Also,
1862           make sure the text we send out is always NUL-terminated
1863           (better safe than sorry etc.).
1864
1865         * tests/check/elements/subparse.c: (test_srt_do_test),
1866         (test_srt):
1867           Some more tests for .srt incl. tests for the above stuff.
1868
1869 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1870
1871         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1873         Patch by: Stefan Kost  <ensonic@users.sf.net>
1874         Try to redraw borders only when needed. Apparently this consumes
1875         resources on small devices... :-O (#363607)
1876
1877 2006-10-20  Michael Smith  <msmith@fluendo.com>
1878
1879         * gst/tcp/gstmultifdsink.c:
1880         (gst_multi_fd_sink_client_queue_buffer):
1881           If caps change, then update the client's idea of the caps so that we
1882           don't end up re-sending streamheaders for every single buffer after
1883           the caps change.
1884
1885 2006-10-20  Michael Smith  <msmith@fluendo.com>
1886
1887         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1888         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1889           Set caps on pushed buffers; fix up refcounting of caps objects.
1890
1891 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1892
1893         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1894         (plugin_init):
1895           Typefind mmsh header data packet to application/x-mmsh (#362625).
1896
1897 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1898
1899         * tests/check/Makefile.am:
1900         * tests/check/elements/.cvsignore:
1901         * tests/check/elements/subparse.c: (buffer_from_static_string),
1902         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1903         (GST_START_TEST), (subparse_suite):
1904           Add very simple unit test for subparse.
1905
1906 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1907
1908         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1909         (parse_subrip):
1910           Strip trailing newlines from subtitle text output.
1911
1912 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1915         (gst_sub_parse_change_state):
1916           Fix memleak; clear subparse->textbuf n state change function.
1917
1918 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1919
1920         * gst/subparse/gstsubparse.c:
1921         (gst_sub_parse_data_format_autodetect):
1922           Don't require subrip (.srt) files to start with a chunk number of 1.
1923
1924 2006-10-18  Wim Taymans  <wim@fluendo.com>
1925
1926         * gst-libs/gst/audio/gstbaseaudiosink.c:
1927         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1928         * gst-libs/gst/audio/gstbaseaudiosink.h:
1929         Extract rate from the NEWSEGMENT event.
1930         Use commit_full to also take rate adjustment into account when writing
1931         samples to the ringbuffer.
1932         
1933         * gst-libs/gst/audio/gstringbuffer.c:
1934         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1935         (gst_ring_buffer_read):
1936         * gst-libs/gst/audio/gstringbuffer.h:
1937         Added _commit_full() to also take rate into account.
1938         Use simple interpolation algorithm to resample audio.
1939         API: gst_ring_buffer_commit_full()
1940
1941         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1942         * tests/examples/seek/seek.c: (segment_done):
1943         Don't try to seek with 0.0 rate, just pause instead.
1944         Remove bogus debug line.
1945
1946 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1947
1948         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1949         (setup_source):
1950           Catch async errors when starting up the subtitle bin, so we can
1951           stop waiting and continue with the main film instead of hanging
1952           forever. Fixes #339366.
1953
1954         * tests/check/elements/playbin.c: (playbin_suite):
1955           Enable unit test for the above.
1956
1957 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * tests/check/Makefile.am:
1960         * tests/check/elements/.cvsignore:
1961         * tests/check/elements/playbin.c: (GST_START_TEST),
1962         (gst_red_video_src_uri_get_type),
1963         (gst_red_video_src_uri_get_protocols),
1964         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1965         (gst_red_video_src_uri_handler_init),
1966         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1967         (gst_red_video_src_create), (gst_red_video_src_class_init),
1968         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1969           Some small and basic unit tests for playbin; not very useful yet,
1970           but at least a start.
1971
1972 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst/playback/gstplaybin.c: (setup_sinks):
1975           The old pad activation spiel.
1976
1977 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1978
1979         * gst/playback/gstplaybasebin.c: (setup_source):
1980           Don't hang forever if the subbin already fails to start up in 
1981           the state change to PAUSED (#339366).
1982
1983 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1984
1985         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1986         (gst_tuner_set_channel), (gst_tuner_get_channel),
1987         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1988         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1989         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1990         (gst_tuner_find_channel_by_name):
1991           Fix some function guards, add some more function guards.
1992
1993 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1994
1995         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1996         (remove_element_chain):
1997         Don't return a pad from get_our_ghost_pad unless it is actually the
1998         one we want.
1999         Change a cast in remove_element_chain slightly.
2000
2001 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2002
2003         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2004         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2005         Segment seeking needs to use the rate and set stop to -1.
2006
2007 2006-10-13  Wim Taymans  <wim@fluendo.com>
2008
2009         * gst-libs/gst/audio/gstbaseaudiosink.c:
2010         (gst_base_audio_sink_setcaps):
2011         Don't crash when ringbuffer is not yet created.
2012         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2013         Fixes #361634.
2014
2015         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2016         * gst/playback/gststreamselector.c:
2017         (gst_stream_selector_request_new_pad):
2018         Activate pads befre adding them to running elements.
2019
2020 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2021
2022         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2023         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2024         updater when we start grabing the slider. Don't wait for the
2025         pipeline to be PAUSED.
2026
2027 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2030         (gst_mixer_set_volume), (gst_mixer_get_volume),
2031         (gst_mixer_set_mute), (gst_mixer_set_option),
2032         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2033         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2034         (gst_mixer_option_changed):
2035           Guard mixer interface functions against bogus arguments.
2036
2037 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2038
2039         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2040         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2041         (msg_state_changed), (main): Use state-changed messages to trigger
2042         start/stop of scale update timer. Indeed the scale slider was
2043         jumping here and there because the update timer was activated 
2044         before seek completed. This fixes instant applying of rate changes
2045         by pressing the spinbutton like a crazy man !
2046
2047 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2050
2051         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2052         (gst_basertppayload_finalize):
2053           Fix two small memory leaks (#361456).
2054
2055 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2056
2057         * tests/examples/seek/seek.c: (do_seek),
2058         (rate_spinbutton_changed_cb): When changing spinbutton we try
2059         to change the rate on the fly.
2060
2061 2006-10-10  Wim Taymans  <wim@fluendo.com>
2062
2063         * gst-libs/gst/riff/riff-ids.h:
2064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2065         (gst_riff_create_audio_template_caps):
2066         Add WMS caps.
2067
2068 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2069
2070         Patch by: Josep Torre Valles <josep@fluendo.com>
2071
2072         * ext/gnomevfs/gstgnomevfssink.c:
2073         * ext/gnomevfs/gstgnomevfssrc.c:
2074         Fix URI interface implementation return type.
2075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2076         Fix what looks like a copy/paste issue when assigning values.
2077         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2078         (gst_audio_filter_template_get_type):
2079         Cast to prevent Forte warnings.
2080         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2081         Fix URI interface implementation return type.
2082         gst_pad_query_position requires a signed integer pointer as
2083         3rd parameter, GstClockTime is unsigned.
2084         * gst/audioconvert/audioconvert.c:
2085         Fix integer overflow when treated as signed.
2086         * gst/audioresample/resample.c: (resample_add_input_data):
2087         Cast to prevent warnings on Forte.
2088         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2089         Fix integer overflow when treated as signed.
2090         * gst/ffmpegcolorspace/imgconvert_template.h:
2091         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2092         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2093         (cleanup_decodebin):
2094         Who initialises a guint to -1!
2095         Cast function pointers to prevent warnings on Forte.
2096         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2097         (queue_threshold_reached):
2098         Cast function pointers correctly to prevent warnings on Forte.
2099         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2100         Cast function pointers correctly to prevent warnings on Forte.
2101         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2102         Obvious change to unsigned, 0xEF > max signed char.
2103         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2104         GstClockTime is unsigned, initialise correctly.
2105         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2106         Cast so pointer arithemetic doesn't cause warnings on Forte.
2107         * gst/videorate/gstvideorate.c:
2108         Use correct return value.
2109         * tests/examples/seek/scrubby.c:
2110         GstClockTime is unsigned, initialise correctly.
2111
2112 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2115
2116         * gst/typefind/gsttypefindfunctions.c:
2117           Recognise XML files and XML-like files shorter than 256 bytes as
2118           well (fixes #359237).
2119
2120 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2121
2122         Patch by: Renato Filho <renato.filho@indt.org.br>
2123         
2124         * gst/typefind/gsttypefindfunctions.c:
2125         Added typefind functions to video/x-nuv media.
2126         
2127 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst-libs/gst/interfaces/xoverlay.c:
2130         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2131           Some more guards against invalid input.
2132
2133 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2134
2135         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2136         Useless goto.
2137         * tests/examples/seek/seek.c: (do_seek),
2138         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2139         seek example to experiment with rates != 1.0 (reverse playback !)
2140
2141 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2142
2143         * gst-libs/gst/interfaces/xoverlay.c:
2144           Unref message in doc-example (spotted by Robert McQueen)
2145
2146 2006-10-06  Wim Taymans  <wim@fluendo.com>
2147
2148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2149         (mpeg1_parse_header), (mpeg1_sys_type_find):
2150         printf fix.
2151
2152 2006-10-06  Wim Taymans  <wim@fluendo.com>
2153
2154         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2155         (close_pad_link):
2156         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2157         Activate dynamic pads before adding them to the element.
2158
2159 2006-10-06  Michael Smith  <msmith@fluendo.com>
2160
2161         * gst-libs/gst/floatcast/floatcast.h:
2162           Fix obviously-bogus macros; use the correct types.
2163
2164 2006-10-06  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2167         (gst_base_rtp_depayload_change_state):
2168         Also call parent state change function to activate pads.
2169
2170         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2171         (mpeg1_parse_header), (mpeg1_sys_type_find):
2172         Add some more debug info in mpeg typefinding.
2173
2174 2006-10-06  Michael Smith  <msmith@fluendo.com>
2175
2176         * ext/theora/theoradec.c: (theora_dec_chain):
2177           Zero byte theora packets are valid and well-defined; don't warn on
2178           them.
2179
2180 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2181
2182         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2183         (gst_multi_fd_sink_get_stats), (find_limits),
2184         (gst_multi_fd_sink_queue_buffer):
2185           API: add dropped_buffers to the get-stats GValueArray
2186
2187 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2188
2189         * ext/alsa/gstalsadeviceprobe.c:
2190         (gst_alsa_device_property_probe_get_values):
2191         * ext/alsa/gstalsasink.c: (set_hwparams):
2192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2193         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2194         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2195         (gst_ogg_mux_process_best_pad):
2196         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2197         (gst_ogg_parse_chain):
2198         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2199         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2200         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2201         (gst_vorbis_enc_buffer_check_discontinuous):
2202         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2203         * gst-libs/gst/audio/gstbaseaudiosink.c:
2204         (gst_base_audio_sink_render):
2205         * gst-libs/gst/cdda/gstcddabasesrc.c:
2206         (gst_cdda_base_src_handle_track_seek):
2207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2208         (gst_base_rtp_depayload_push_full):
2209         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2210         * gst/audioresample/resample.c: (resample_input_pushthrough):
2211         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2212         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2213         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2214         (wavpack_type_find):
2215         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2216         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2217         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2218         * tests/check/elements/volume.c: (GST_START_TEST):
2219           Printf format fixes.
2220
2221 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2222
2223         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2224           Fix a simple mistake (see the docs)
2225           Fixes #359580
2226
2227 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * docs/plugins/Makefile.am:
2230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2232         * docs/plugins/gst-plugins-base-plugins.args:
2233         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2234         * docs/plugins/inspect/plugin-adder.xml:
2235         * docs/plugins/inspect/plugin-alsa.xml:
2236         * docs/plugins/inspect/plugin-audioconvert.xml:
2237         * docs/plugins/inspect/plugin-audiorate.xml:
2238         * docs/plugins/inspect/plugin-audioresample.xml:
2239         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2240         * docs/plugins/inspect/plugin-cdparanoia.xml:
2241         * docs/plugins/inspect/plugin-decodebin.xml:
2242         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2243         * docs/plugins/inspect/plugin-gdp.xml:
2244         * docs/plugins/inspect/plugin-gnomevfs.xml:
2245         * docs/plugins/inspect/plugin-libvisual.xml:
2246         * docs/plugins/inspect/plugin-ogg.xml:
2247         * docs/plugins/inspect/plugin-pango.xml:
2248         * docs/plugins/inspect/plugin-playbin.xml:
2249         * docs/plugins/inspect/plugin-subparse.xml:
2250         * docs/plugins/inspect/plugin-tcp.xml:
2251         * docs/plugins/inspect/plugin-theora.xml:
2252         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2253         * docs/plugins/inspect/plugin-video4linux.xml:
2254         * docs/plugins/inspect/plugin-videorate.xml:
2255         * docs/plugins/inspect/plugin-videoscale.xml:
2256         * docs/plugins/inspect/plugin-videotestsrc.xml:
2257         * docs/plugins/inspect/plugin-volume.xml:
2258         * docs/plugins/inspect/plugin-vorbis.xml:
2259         * docs/plugins/inspect/plugin-ximagesink.xml:
2260         * docs/plugins/inspect/plugin-xvimagesink.xml:
2261           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2262
2263 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2266
2267         * ext/vorbis/Makefile.am:
2268         * ext/vorbis/vorbis.c: (plugin_init):
2269         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2270         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2271         * ext/vorbis/vorbisparse.h:
2272         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2273         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2274         (gst_vorbis_tag_parse_packet):
2275         * ext/vorbis/vorbistag.h:
2276           Add new vorbistag element which derives from vorbisparse
2277           and is essentially the same as well, only that it implements
2278           the GstTagSetter interface and can modify the stream's
2279           vorbiscomment on the fly (#335635).
2280
2281         * tests/check/Makefile.am:
2282         * tests/check/elements/.cvsignore:
2283         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2284         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2285         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2286         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2287           Add unit test for new vorbistag element.
2288
2289 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2292         (vorbis_parse_push_headers), (vorbis_parse_chain):
2293           Set BOS flag in packet structure to fix 'jump depends
2294           on unitialized value' errors in valgrind; various minor
2295           clean-ups.
2296
2297 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2298
2299         * gst/playback/gstdecodebin.c: (close_pad_link):
2300         Fix typo in a debug statement.
2301
2302         * gst/playback/gstplaybasebin.c: (probe_triggered),
2303         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2304         (gen_source_element), (source_new_pad), (analyse_source),
2305         (setup_source):
2306         When handling no_more_pads in new_decoded_pad, make sure to treat
2307         subtitle pads correctly. Fixes playback with subtitle files.
2308
2309         Move a recurring message to LOG level.
2310
2311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2312         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2313         which ends up as -1 when cast to an int. Make the logic handle the
2314         max value as an unsigned mask and only change the colorkey when it's
2315         a value we recognise.
2316
2317 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2318
2319         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2320         Removed empty * between paragraphs
2321
2322 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2323
2324         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2325         * gst-libs/gst/rtp/README:
2326         Moved some documentation into .c file
2327
2328 2006-09-29  Wim Taymans  <wim@fluendo.com>
2329
2330         * gst/playback/gstdecodebin.c: (no_more_pads):
2331         Fix compilation.
2332
2333 2006-09-29  Wim Taymans  <wim@fluendo.com>
2334
2335         * gst/playback/gstdecodebin.c: (new_caps):
2336         Remove g_print
2337
2338         * gst/playback/gstplaybin.c:
2339         Add some docs.
2340
2341 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * tests/check/Makefile.am:
2344           Re-enable cddabasesrc test to see if it works again
2345           now.
2346
2347 2006-09-29  Wim Taymans  <wim@fluendo.com>
2348
2349         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2350         (gen_source_element):
2351         Handle invalid URIs a bit more gracefully.
2352
2353 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * tests/check/pipelines/oggmux.c:
2356           Remove obsolete comment.
2357
2358 2006-09-29  Michael Smith  <msmith@fluendo.com>
2359
2360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2361         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2362         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2363         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2364         (gst_ogg_mux_collected):
2365           Commit patch from James "Doc" Livingston, adds proper EOS handling
2366           in oggmux. GStreamer can, for the first time ever, create a valid
2367           Ogg file! Yay!
2368
2369         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2370         (oggmux_suite):
2371           Reenable tests now that they pass.
2372
2373 2006-09-29  Wim Taymans  <wim@fluendo.com>
2374
2375         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2376         Stop reading commands when EOF (we read 0) as well.
2377
2378 2006-09-28  Wim Taymans  <wim@fluendo.com>
2379
2380         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2381         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2382         (find_dynamic), (unlinked), (close_link):
2383         Implement delayed caps linking needed for element with a lot of
2384         different caps on the src pads that get fixed at runtime.
2385         Improve management of dynamic elements.
2386
2387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2388         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2389         (gen_preroll_element), (remove_groups), (unknown_type),
2390         (add_element_stream), (no_more_pads_full), (no_more_pads),
2391         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2392         (new_decoded_pad), (setup_subtitle), (array_has_value),
2393         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2394         (analyse_source), (remove_decoders), (make_decoder),
2395         (remove_source), (setup_source), (finish_source), (prepare_output),
2396         (gst_play_base_bin_change_state):
2397         * gst/playback/gstplaybasebin.h:
2398         Use more _CAST instead of full type checking casts.
2399         Small cleanups, plug some leaks.
2400         Handle dynamic sources.
2401         Add some helper functions to create lists of strings used for
2402         blacklisting and other stuff.
2403         Refactor some code dealing with analysing the source.
2404         Re-enable sources without pads (like cd:// or other selfcontained
2405         elements).
2406
2407 2006-09-28  Wim Taymans  <wim@fluendo.com>
2408
2409         * gst-libs/gst/audio/gstbaseaudiosink.c:
2410         (gst_base_audio_sink_render):
2411         When we have a timestamp, we can still perform clipping.
2412         When we have no clock, we must play the sample ASAP.
2413
2414 2006-09-28  Wim Taymans  <wim@fluendo.com>
2415
2416         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2417         Set caps on outgoing buffers.
2418
2419         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2420         (gst_video_rate_event), (gst_video_rate_chain):
2421         * gst/videorate/gstvideorate.h:
2422         Fix videorate some more. Fixes #357977
2423
2424 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * tests/check/elements/adder.c: (adder_suite):
2427           Don't set timeout to 6 seconds when we're running
2428           in valgrind ... (and how is 6 seconds longer than
2429           the default anyway?)
2430
2431 2006-09-28  Wim Taymans  <wim@fluendo.com>
2432
2433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2434         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2435         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2436         Keep sink and src segment to keep track of time and support more
2437         input formats.
2438         Fix bogus next_offset and run_time calculation, don't understand how
2439         this could have worked before. Fixes #357976.
2440         Remove some unneeded vars.
2441
2442 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst/playback/gstplaybin.c: (remove_sinks):
2445           Only remove visualisation from visbin if there is a visbin (or:
2446           don't throw warnings when closing totem without playing a file).
2447
2448 2006-09-27  Wim Taymans  <wim@fluendo.com>
2449
2450         * gst-libs/gst/audio/gstbaseaudiosink.c:
2451         (gst_base_audio_sink_render):
2452         Add some more info in a WARNING.
2453
2454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2455         (gst_base_audio_src_create):
2456         Handle PAUSE in create function, use new -core addition to
2457         wait for playing. Fixes pausing and resuming capture from an
2458         audiosrc.
2459
2460         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2461         (gst_ring_buffer_read):
2462         Constify some more.
2463         Caller supports interrupted reads now.
2464
2465 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2466
2467         * tests/check/Makefile.am:
2468           Another attempt to make the gen64 buildbot happy.
2469
2470 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2471
2472         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2473
2474         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2475         (gst_visual_chain), (gst_visual_change_state):
2476           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2477           correctly. Fixes #357800
2478
2479 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2480
2481         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2482           Add timeout to _get_state() so we see which pipeline it is
2483           that causes trouble on the gen64 build bot.
2484
2485 2006-09-27  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2488         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2489         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2490         (gst_base_rtp_depayload_set_gst_timestamp):
2491         the source pad always uses fixed caps.
2492
2493 2006-09-27  Wim Taymans  <wim@fluendo.com>
2494
2495         * docs/libs/gst-plugins-base-libs-docs.sgml:
2496         * docs/libs/gst-plugins-base-libs-sections.txt:
2497         * gst-libs/gst/audio/gstaudioclock.c:
2498         * gst-libs/gst/audio/gstaudioclock.h:
2499         * gst-libs/gst/audio/gstaudiosink.c:
2500         * gst-libs/gst/audio/gstaudiosink.h:
2501         * gst-libs/gst/audio/gstaudiosrc.c:
2502         * gst-libs/gst/audio/gstbaseaudiosink.c:
2503         (gst_base_audio_sink_render):
2504         * gst-libs/gst/audio/gstbaseaudiosink.h:
2505         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2506         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2507         * gst-libs/gst/audio/gstringbuffer.h:
2508         Added docs for the audio libs.
2509
2510 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2511
2512         * tests/check/Makefile.am:
2513           Temporarily disable test that fails on the bots for unknown reasons.
2514
2515 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2516
2517         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2518         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2519         Moved AudioCodecType into priv
2520         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2521
2522 2006-09-25  Wim Taymans  <wim@fluendo.com>
2523
2524         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2525         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2526         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2527         (new_pad):
2528         Cleanups and small leak fixes.
2529         Added Depayloaders to valid list of autopluggable elements.
2530
2531 2006-09-25  Wim Taymans  <wim@fluendo.com>
2532
2533         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2534         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2535         (gen_video_element), (gen_text_element), (gen_audio_element),
2536         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2537         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2538         Detect NO_PREROLL state change returns and disable clock distribution to
2539         the sinks so that sync is disabled.
2540         Avoid some type checking and do simple casts instead.
2541         Small cleanups, fix some FIXMEs.
2542         Be more robust when linking user specified elements, catch an report
2543         errors. Fixes #357404.
2544         Fix some leaks in the error paths.
2545
2546 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2547
2548         * ChangeLog:
2549           ChangeLog surgery for missing bug-number
2550
2551 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         Patch by: Peter Kjellerstedt  <pkj at axis com>
2554
2555         * gst/playback/test.c:
2556           Fix compilation with uClibc and -Werror (#357591).
2557
2558 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2561           Parse dates that are followed by a time as well (#357532).
2562
2563         * tests/check/libs/tag.c: (test_vorbis_tags):
2564           Add unit test for this.
2565
2566 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2567
2568         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2569         (gst_audio_convert_transform_caps):
2570         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2571         * gst/videotestsrc/videotestsrc.h:
2572           A few array const-ifications.
2573
2574 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * tests/check/Makefile.am:
2577           See if this makes the build bots happy.
2578
2579         * tests/check/libs/cddabasesrc.c:
2580           UTF8-ise my name.
2581
2582 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2583
2584         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2585
2586         * gst/subparse/samiparse.c: (handle_start_font),
2587         (fix_invalid_entities):
2588           More case-insensitivity for certain tags; recognise entities with
2589           decimal codes as special entities as well (#357330).
2590
2591 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * gst-libs/gst/Makefile.am:
2594           Need to build tag directory before cdda.
2595
2596 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2597
2598         * docs/libs/gst-plugins-base-libs-sections.txt:
2599         * gst-libs/gst/cdda/Makefile.am:
2600         * gst-libs/gst/cdda/gstcddabasesrc.c:
2601         (gst_cdda_base_src_base_init):
2602         * gst-libs/gst/cdda/gstcddabasesrc.h:
2603         * gst-libs/gst/tag/tag.h:
2604         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2605         (gst_tag_register_musicbrainz_tags):
2606           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2607           depend on libgsttag. This is required so we can extract/read tags like
2608           DISCID without depending on libgstcddabasesrc (which used to register
2609           them).
2610
2611         * gst-libs/gst/tag/gstvorbistag.c:
2612           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2613           tags (also see #347848).
2614
2615         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2616           Log vorbis comments we are actually writing. Const-ify array.
2617
2618 2006-09-23  Wim Taymans  <wim@fluendo.com>
2619
2620         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2621         Improve buffering a bit by avoiding a deadlock because we cannot assume
2622         the underrun is always called.
2623
2624 2006-09-23  Wim Taymans  <wim@fluendo.com>
2625
2626         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2627
2628         * gst-libs/gst/riff/riff-ids.h:
2629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2630         (gst_riff_create_audio_template_caps):
2631         Added MPEG-4 AAC and id and caps. Fixes #357289
2632         Added WMA9 Lossless id.
2633
2634 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * ext/gnomevfs/gstgnomevfssrc.c:
2637           Fix misleading docs addition.
2638
2639         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2640           Get rid of compiler warning the right way.
2641
2642 2006-09-22  Wim Taymans  <wim@fluendo.com>
2643
2644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2645         (gst_base_rtp_depayload_finalize),
2646         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2647         (gst_base_rtp_depayload_push_full),
2648         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2649         (gst_base_rtp_depayload_process),
2650         (gst_base_rtp_depayload_set_gst_timestamp),
2651         (gst_base_rtp_depayload_queue_release):
2652         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2653         Small cleanups.
2654         Fix some leaks.
2655         Refactored the process method and added methods to push from the process
2656         vmethod.
2657         Use _scale functions.
2658         API: gst_base_rtp_depayload_push_ts
2659         API: gst_base_rtp_depayload_push
2660
2661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2662         timestamps are uint.
2663
2664 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2665
2666         * gst-libs/gst/interfaces/xoverlay.c:
2667           Remove unused statement from doc example.
2668
2669 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2670
2671         * gst-libs/gst/interfaces/videoorientation.c:
2672         (gst_video_orientation_iface_init),
2673         (gst_video_orientation_get_hflip),
2674         (gst_video_orientation_get_vflip),
2675         (gst_video_orientation_get_hcenter),
2676         (gst_video_orientation_get_vcenter),
2677         (gst_video_orientation_set_hflip),
2678         (gst_video_orientation_set_vflip),
2679         (gst_video_orientation_set_hcenter),
2680         (gst_video_orientation_set_vcenter):
2681           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2682           in ChangeLog)
2683
2684 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2685
2686         * tests/check/Makefile.am:
2687         * tests/check/elements/.cvsignore:
2688         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2689         (create_rgb_conversions), (rgb_conversion_free),
2690         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2691         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2692           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2693           but disable for now since it doesn't pass (something wrong with
2694           RGBA somewhere).
2695
2696 2006-09-21  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst/playback/gstplaybasebin.c: (group_commit),
2699         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2700         (queue_out_of_data), (gen_preroll_element),
2701         (preroll_remove_overrun), (probe_triggered):
2702         Refactor handling of overrun detection.
2703         Separate handling of group completion and deadlock detection when doing
2704         network buffering. This should fix some deadlocks that were not detected
2705         because the group was completed.
2706         Add more comments, improve debugging.
2707
2708 2006-09-21  Wim Taymans  <wim@fluendo.com>
2709
2710         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2711         * tests/check/libs/audio.c:
2712         Some more compilation fixes.
2713
2714 2006-09-21  Wim Taymans  <wim@fluendo.com>
2715
2716         * gst-libs/gst/audio/gstringbuffer.c:
2717         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2718         (gst_ring_buffer_read):
2719         Early morning compilation fix.
2720
2721 2006-09-20  Wim Taymans  <wim@fluendo.com>
2722
2723         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2724         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2725         * tests/check/elements/videorate.c: (GST_START_TEST):
2726         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2727         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2728         Fix some warnings.
2729
2730 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
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           Handcrafted merge to help CVS understanding what I changed and what
2736           not.
2737
2738 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2741         (gst_xvimagesink_get_times):
2742           change colorkey behaviour back according to #354773 comment 6/7
2743
2744 2006-09-19  Michael Smith  <msmith@fluendo.com>
2745
2746         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2747         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2748         (gst_multi_fd_sink_recover_client),
2749         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2750         (gst_multi_fd_sink_get_property):
2751         * gst/tcp/gstmultifdsink.h:
2752           Implement stubbed out properties unit-type, units-soft-max,
2753           units-max, to allow specifying maximum sizes in units other than
2754           buffers.
2755           Fixes #355935
2756
2757 2006-09-19  Wim Taymans  <wim@fluendo.com>
2758
2759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2760         (gst_riff_create_audio_template_caps):
2761         Reorder the audio formats a bit for clarity.
2762         Detect and create caps for MSGSM and MSN (WAV49).
2763         Fixes #356596.
2764
2765         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2766         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2767         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2768         Small cleanups, move error handling out of normal flow for clarity.
2769
2770 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2771
2772         * docs/libs/gst-plugins-base-libs-docs.sgml:
2773         * docs/libs/gst-plugins-base-libs.types:
2774         * gst-libs/gst/interfaces/Makefile.am:
2775         * gst-libs/gst/interfaces/videoorientation.c:
2776         (gst_video_orientation_get_type),
2777         (gst_video_orientation_iface_init),
2778         (gst_video_orientation_get_hflip),
2779         (gst_video_orientation_get_vflip),
2780         (gst_video_orientation_get_hcenter),
2781         (gst_video_orientation_get_vcenter),
2782         (gst_video_orientation_set_hflip),
2783         (gst_video_orientation_set_vflip),
2784         (gst_video_orientation_set_hcenter),
2785         (gst_video_orientation_set_vcenter):
2786         * gst-libs/gst/interfaces/videoorientation.h:
2787           API: Add new interface to control video orientation (fixes #354908)
2788
2789 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2790
2791         * gst/videotestsrc/gstvideotestsrc.c:
2792           Use G_UNLIKELY in _create and log one more detail.
2793           
2794         (gst_video_test_src_get_times), (gst_video_test_src_create):
2795         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2796           Use gst_util_uint64_scale_int in _get_times().
2797
2798 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2799
2800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2801           Give better warning message (add object and detail).
2802
2803 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2806         (gst_xvimagesink_get_times):
2807           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2808           #354773), use gst_util_uint64_scale_int in _get_times()
2809
2810 2006-09-18  Michael Smith  <msmith@fluendo.com>
2811
2812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2813           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2814           always true, leading to dropping all timestamps.
2815
2816 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2819         (gst_visual_chain), (gst_visual_change_state):
2820           update to work also with libvisual 0.4 API, fix double unref (#355914)
2821           
2822         * tools/gst-launch-ext.1.in:
2823         * tools/gst-visualise.1.in:
2824           remove references to old man-pages
2825
2826         * tests/examples/seek/seek.c: (main):
2827           add real meadi-buttons, add tool-tips for the seek-options, arrange
2828           seek options in a table
2829
2830 2006-09-18  Michael Smith  <msmith@fluendo.com>
2831
2832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2833         (gst_ogg_mux_push_buffer):
2834           Don't generate out-of-order timestamps from oggmux, instead clamp
2835           output timestamps to be >= the previously output ts.
2836           Fixes #355595
2837
2838 2006-09-18  Michael Smith  <msmith@fluendo.com>
2839
2840         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2841         (gst_multi_fd_sink_class_init):
2842           Updates, fixes, and typo corrections for multifdsink. No functional
2843           changes.
2844
2845 2006-09-17  Michael Smith  <msmith@fluendo.com>
2846
2847         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2848           Don't crash on truncated files - check that we got an 8 byte buffer
2849           before trying to memcmp it.
2850
2851 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2852
2853         * gst/playback/gstplaybasebin.c: (get_active_source):
2854           Make stream-switching appear instant to the application
2855           (ie. make sure that a g_object_get on 'current-foo' returns
2856           the stream previously set with g_object_set(). Totem needs
2857           this to update stream-related meta-info (like audio-codec)
2858           correctly when switching streams.
2859
2860 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2861
2862         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2863         (gst_alsa_mixer_ensure_track_list):
2864           Try harder to guess which mixer track is the master mixer
2865           track (instead of just taking the first one that has a pvolume).
2866           Fixes #342228.
2867
2868 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2869
2870         reviewed by: <delete if not using a buddy>
2871
2872         * gst-libs/gst/audio/audio.h:
2873         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2874
2875 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2876
2877         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2878         (gst_audio_convert_transform_caps):
2879           Get structure-name just once.
2880
2881 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2882
2883         * tests/check/elements/audioresample.c: (GST_START_TEST):
2884         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2885         * tests/check/elements/volume.c: (GST_START_TEST):
2886         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2887         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2888         (test_pipeline), (GST_START_TEST):
2889         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2890         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2891           Fix big batch of compiler warnings.
2892
2893 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2894
2895         * ext/gnomevfs/gstgnomevfssrc.c:
2896           Add docs about icydemux usage in connection with gnomevfssrc
2897
2898         * ext/libvisual/visual.c:
2899         * ext/ogg/gstoggaviparse.c:
2900         * ext/ogg/gstoggdemux.c:
2901         * ext/ogg/gstoggmux.c:
2902         * ext/ogg/gstoggparse.c:
2903         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2904         * gst-libs/gst/audio/gstaudiosink.c:
2905         * gst-libs/gst/audio/gstaudiosrc.c:
2906         * gst/audiorate/gstaudiorate.c:
2907           More G_OBJECT macro fixing.
2908
2909         * gst/audiotestsrc/gstaudiotestsrc.h:
2910           Fix wrong info in header due to copy & paste
2911
2912 2006-09-15  Wim Taymans  <wim@fluendo.com>
2913
2914         * gst-libs/gst/audio/gstbaseaudiosink.c:
2915         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2917         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2918         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2919         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2920         Do the delay calculation in the source/sink base classes as this is
2921         specific for the capture/playback mode.
2922         Try to fixate a bit better, like round depth up to a multiple of 8
2923         bigger than width.
2924         Handle underruns correctly by marking DISCONT on buffers and adjusting
2925         timestamps to handle the gap.
2926         Set offset/offset_end correctly on buffers.
2927
2928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2929         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2930         (gst_ring_buffer_read):
2931         Remove resync and underrun recovery from the ringbuffer.
2932         Fix ringbuffer read code on under/overrun.
2933
2934 2006-09-15  Wim Taymans  <wim@fluendo.com>
2935
2936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2937         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2938         (queue_threshold_reached), (gst_play_base_bin_set_property),
2939         (gst_play_base_bin_get_property):
2940         * gst/playback/gstplaybasebin.h:
2941         Don't use a 0 low watermark when buffering, it is catching starvation
2942         way too late. Instead, use a 3 second queue with 30 and 95
2943         percent low/high watermarks. 
2944         Added queue-min-threshold property to configure low watermark.
2945         Use new _buffering message API.
2946         Make queue_threshold variable big enough to store a uint64 time value.
2947         API: playbin::queue-min-threshold property.
2948
2949 2006-09-15  Wim Taymans  <wim@fluendo.com>
2950
2951         * configure.ac:
2952         We require 0.10.10.1 now because of _wait_preroll().
2953
2954         * gst-libs/gst/audio/gstbaseaudiosink.c:
2955         (gst_base_audio_sink_render):
2956         Use gst_base_sink_wait_preroll().
2957
2958 2006-09-15  Wim Taymans  <wim@fluendo.com>
2959
2960         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2961         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2962         Use DEBUG_OBJECT more.
2963
2964 === release 0.10.10 ===
2965
2966 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2967
2968         patch by: Michael Smith <msmith at fluendo dot com>
2969
2970         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2971         (gst_multi_fd_sink_client_queue_buffer),
2972         (gst_multi_fd_sink_new_client):
2973         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2974         (multifdsink_suite):
2975           Fix implementation of sync-method 'next-keyframe'
2976           Closes #354594
2977
2978 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2979
2980         patch by: Wim Taymans <wim at fluendo dot com>
2981
2982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2983         This patch removes the RANDOM flag that was incorrectly introduced with
2984         revision 1.91.  Fixes #354590
2985
2986 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2987
2988         * tests/check/Makefile.am:
2989           Random variation in Makefile line to see if it makes the
2990           gen64-base-full bot any happier.
2991
2992 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2993
2994         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2995           Disable test that fails at the moment (killed after timeout).
2996
2997 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2998
2999         Patch by: James Livingston  <doclivingston at gmail.com>
3000
3001         * tests/check/Makefile.am:
3002         * tests/check/pipelines/.cvsignore:
3003         * tests/check/pipelines/oggmux.c: (get_page_codec),
3004         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3005         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3006         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3007         (test_theora_vorbis), (oggmux_suite):
3008           Add simple unit test for oggmux from #337026 with checking for the
3009           EOS flags disabled for the time being.
3010
3011 2006-09-04  Wim Taymans  <wim@fluendo.com>
3012
3013         patch by: Alessandro Dessina <alessandro nnva org>
3014
3015         * ext/ogg/gstoggmux.c:
3016         Add cmml caps to oggmux. Fixes #353912
3017
3018 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3021           Returning a return value often helps. In this case, we
3022           don't need the return value anyway, so just get rid of it.
3023           Should make build bots much happier.
3024
3025 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3026
3027         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3028         (paint_get_structure), (gst_video_test_src_get_size),
3029         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3030         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3031         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3032         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3033         * gst/videotestsrc/videotestsrc.h:
3034           Add support for AYUV and the various RGBA formats. Initialise
3035           fields of paintinfo structs allocated on the stack.
3036
3037         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3038         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3039         (check_rgb_buf), (videotestsrc_suite):
3040           Add unit tests for videotestsrc's RGB output.
3041
3042 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         * gst/videotestsrc/gstvideotestsrc.c:
3045         (gst_video_test_src_pattern_get_type),
3046         (gst_video_test_src_set_pattern):
3047         * gst/videotestsrc/gstvideotestsrc.h:
3048         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3049         (gst_video_test_src_black), (gst_video_test_src_white),
3050         (gst_video_test_src_red), (gst_video_test_src_green),
3051         (gst_video_test_src_blue):
3052         * gst/videotestsrc/videotestsrc.h:
3053           Add more uni-colour patterns ("white", "red", "green", and "blue").
3054
3055 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3058           Fix stride for YVYU, should be word-aligned (#353658).
3059
3060 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3061
3062         * gst/adder/gstadder.c: (gst_adder_src_event):
3063           Fix build.
3064
3065 2006-08-31  Edward Hervey  <edward@fluendo.com>
3066
3067         * gst/adder/gstadder.c: (forward_event_func),
3068         (gst_adder_src_event), (gst_adder_collected),
3069         (gst_adder_change_state):
3070         * gst/adder/gstadder.h:
3071         Remember the start position asked in the incoming seeks, so we can
3072         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3073         of assuming it will always be 0).
3074
3075 2006-08-31  Edward Hervey  <edward@fluendo.com>
3076
3077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3078         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3079         (gst_ogg_demux_loop):
3080         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3081
3082 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3085         (gst_ffmpegcsp_get_unit_size):
3086           Return FALSE instead of returning a random false unit
3087           size when the format isn't known/supported (even if
3088           this shouldn't happen under normal circumstances).
3089
3090 2006-08-29  Wim Taymans  <wim@fluendo.com>
3091
3092         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3093
3094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3095         (gst_gnome_vfs_src_start):
3096         Try harder to get the size from a uri by using _info_uri() when
3097         _info_from_handle() does not give us enough info. 
3098         Also follow symlinks when getting the size.
3099         Partially Fixes #332864.
3100
3101 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3104
3105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3106         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3107         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3108         (gst_alsa_mixer_set_record):
3109         * ext/alsa/gstalsamixertrack.c:
3110         (gst_alsa_mixer_track_update_alsa_capabilities),
3111         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3112         (gst_alsa_mixer_track_update):
3113         * ext/alsa/gstalsamixertrack.h:
3114           Improve and fix mixer track handling, in particular better handling
3115           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3116           separate track objects for tracks that have both capture and playback
3117           volume (and label them differently as well so they're not mistakenly
3118           assumed to be duplicates); classify mixer tracks that only affect
3119           the audible volume of something (rather than the capture volume)
3120           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3121           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3122           (following the meaning documented in the mixer interface header
3123           file); add support for alsa's exclusive cswitch groups; update/sync
3124           state/flags better if mixer settings are changed by another
3125           application. Fixes #336075.
3126
3127 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3128
3129         * gst/playback/gstplaybin.c:
3130           Improve docs: add section about BUFFERING messages sent by playbin.
3131
3132 2006-08-29  Michael Smith  <msmith@fluendo.com>
3133
3134         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3135         (gst_vorbis_enc_buffer_check_discontinuous),
3136         (gst_vorbis_enc_chain):
3137           Ignore explicit DISCONT marked on buffers (which is often spurious,
3138           particularly when using multiple segments), in favour of solely
3139           using the timestamps/durations.
3140
3141 2006-08-29  Edward Hervey  <edward@fluendo.com>
3142
3143         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3144         Don't rely on incoming buffers offset anymore, since it is completely
3145         broken when using multiple segments.
3146         Instead convert the incoming buffers timestamp to running time, and
3147         then convert that value to the offsets.
3148         Also inform GstSegment of the last outputted stop position, which is
3149         needed if we received several segments with an unknown stop value.
3150
3151 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3152
3153         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3154           fix buffer unreffing on a header push failure
3155
3156 2006-08-28  Wim Taymans  <wim@fluendo.com>
3157
3158         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3159         (gst_audio_rate_chain):
3160         Make the metadata of the buffer writable before changing its
3161         flags.
3162
3163 2006-08-28  Wim Taymans  <wim@fluendo.com>
3164
3165         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3166         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3167         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3168         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3169         Fix audiorate some more.
3170         Reset and resync counters on flush and READY.
3171         Handle the DISCONT flag correctly.
3172         Use GstSegment to track position.
3173         Fail when not negotiated.
3174         Fixes #353234.
3175
3176 2006-08-25  Michael Smith  <msmith@fluendo.com>
3177
3178         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3179           Fix spelling.
3180           Remove accidently included debug line.
3181
3182 2006-08-25  Wim Taymans  <wim@fluendo.com>
3183
3184         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3185         Small cleanups.
3186         If a buffer is received with no caps, make the buffer metadata
3187         writable and set the caps, making sure that we don't screw up the
3188         refcounts.
3189
3190 2006-08-25  Michael Smith  <msmith@fluendo.com>
3191
3192         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3193         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3194           Fix memory leaks and misleading debug messages, add a couple of
3195           comments.
3196
3197         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3198         (gst_multi_fd_sink_render):
3199           Do not use gst_buffer_make_writable() in a basesink render method,
3200           as it may incorrectly unref the buffer. Instead, use convoluted
3201           dance to avoid copying the buffer except when we need to.
3202
3203 2006-08-25  Michael Smith  <msmith@fluendo.com>
3204
3205         * ext/vorbis/vorbisenc.c:
3206         (gst_vorbis_enc_buffer_check_discontinuous):
3207           Allow very small discontinuities in the timestamps. These we can't
3208           do anything useful with anyway (because vorbis's timestamps have
3209           only sample granularity), and are commonly produced by elements with
3210           minor bugs. Allow up to 1/2 a sample out.
3211           Fixes #351742.
3212
3213 2006-08-24  Wim Taymans  <wim@fluendo.com>
3214
3215         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3216         (play_scrub_toggle_cb), (main):
3217         Add a checkbox to enable play scrubbing. Makes it possible to disable
3218         normal scrubbing.
3219
3220 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3221
3222         * tests/check/elements/.cvsignore:
3223           make buildbot happy
3224
3225 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3226
3227         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3228         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3229         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3230         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3231         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3232         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3233         (gst_ogm_text_parse_strip_trailing_zeroes),
3234         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3235         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3236           Refactor ogm parse, do better input checking, misc. clean-ups.
3237           Cache incoming events and push them once the source pad has
3238           been created. Don't pass unterminated strings to sscanf().
3239           Strip trailing zeroes from subtitle text output, since they
3240           are not valid UTF-8. Don't push vorbiscomment packets on
3241           the subtitle text pad. Output perfect streams if possible.
3242
3243 2006-08-23  Wim Taymans  <wim@fluendo.com>
3244
3245         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3246         Waits for tasks to settle down so that we clean up correctly for 
3247         valgrind.
3248
3249 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3250
3251         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3252           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3253           actually return return value in taglists_are_equal.
3254
3255 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3256
3257         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3258           Fix crash due to broken bitstream parsing on x86-64: can't make
3259           any assumptions about sizeof(struct) due to alignment/packing
3260           differences on different architectures. Fixes #351790.
3261
3262 2006-08-22  Wim Taymans  <wim@fluendo.com>
3263
3264         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3265         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3266         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3267         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3268         (gst_riff_parse_info):
3269         Protect public functions against bad input.
3270         Do some cleanups.
3271         Fix documentation.
3272
3273 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         * gst-libs/gst/riff/riff-ids.h:
3276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3277           Add voxware audio IDs (even if we can't play it) (#351795).
3278
3279 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst-libs/gst/riff/riff-media.c:
3282         (gst_riff_create_video_template_caps),
3283         (gst_riff_create_audio_template_caps),
3284         (gst_riff_create_iavs_template_caps):
3285           Const-ify some arrays and use G_N_ELEMENTS instead
3286           of wasting oodles of RAM on terminator bits.
3287
3288 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3289
3290         * gst-libs/gst/tag/gstvorbistag.c:
3291         (gst_tag_list_to_vorbiscomment_buffer):
3292         * tests/check/libs/tag.c: (GST_START_TEST):
3293           And the same for _to_vorbiscomment_buffer(): allow
3294           id_data_len == 0 for speex.
3295
3296 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3297
3298         * configure.ac:
3299         * docs/plugins/Makefile.am:
3300         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3301         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3302         * docs/plugins/inspect/plugin-gdp.xml:
3303         * gst/gdp/Makefile.am:
3304         * tests/check/Makefile.am:
3305           Move GDP plugin to -base from -bad.  Closes #347783.
3306
3307 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * gst-libs/gst/tag/gstvorbistag.c:
3310         (gst_tag_list_from_vorbiscomment_buffer):
3311           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3312           Also add some checks to make sure we don't memcmp() beyond the end of
3313           vorbiscomment buffer if the ID to check for is larger than the buffer.
3314
3315         * tests/check/libs/tag.c: (GST_START_TEST):
3316           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3317
3318 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3321         (gst_vorbis_enc_set_metadata):
3322           Use vorbis comment utility functions from libgsttag
3323           instead of re-inventing the wheel (partially fixes #347091).
3324
3325 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3326
3327         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3328         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3329         as some that won't.
3330
3331 2006-08-21  Wim Taymans  <wim@fluendo.com>
3332
3333         * docs/libs/Makefile.am:
3334         * docs/libs/gst-plugins-base-libs-sections.txt:
3335         * docs/libs/gst-plugins-base-libs.types:
3336         Don't try to GObject scan the netbuffer as it's not a GObject.
3337         Fixes #351308.
3338
3339         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3340         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3341         Document GstNetBuffer.
3342
3343 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3344
3345         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3346         (audioconvert_suite):
3347           Add testcase for caps-size-explosion
3348
3349 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3350
3351         * gst/audioconvert/gstaudioconvert.c:
3352         (gst_audio_convert_get_unit_size), (set_structure_widths):
3353           Lower debug, use g_assert in _get_unit_size
3354
3355         * gst/audioresample/gstaudioresample.c:
3356         (audioresample_get_unit_size):
3357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3358         (gst_ffmpegcsp_get_unit_size):
3359         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3360           use g_assert in _get_unit_size
3361
3362 2006-08-18  Wim Taymans  <wim@fluendo.com>
3363
3364         * docs/libs/gst-plugins-base-libs-sections.txt:
3365         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3366         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3367         (gst_rtp_buffer_get_payload_buffer):
3368         * gst-libs/gst/rtp/gstrtpbuffer.h:
3369         Document GstRTPBuffer.
3370         Added function to efficiently strip payload headers.
3371         API: gst_rtp_buffer_get_payload_subbuffer()
3372
3373 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3374
3375         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3376         (gst_tag_to_vorbis_comments):
3377           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3378           tags and deserialise them properly as well (#347091).
3379           Add some more gtk-doc blurbs and also some g_return_if_fail().
3380
3381         * tests/check/libs/tag.c: (GST_START_TEST),
3382         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3383           More tests.
3384
3385 2006-08-17  Wim Taymans  <wim@fluendo.com>
3386
3387         * ext/ogg/Makefile.am:
3388         * ext/ogg/gstogg.c: (plugin_init):
3389         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3390         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3391         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3392         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3393         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3394         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3395         Added ogg-in-avi parser element. Fixes #140139.
3396
3397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3398         Fixed a bug in oggdemux debug code.
3399
3400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3401         (gst_riff_create_audio_template_caps):
3402         Recognise Ogg in the AVI extensible wave format.
3403
3404 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3407           Make buffer durations add up (duration should be next_ts-ts for
3408           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3409           from CVS.
3410
3411         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3412         (test_buffer_timestamps), (cddabasesrc_suite):
3413           Add unit test for the above.
3414
3415         * tests/check/Makefile.am:
3416           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3417           to see what happens.
3418
3419 2006-08-16  Wim Taymans  <wim@fluendo.com>
3420
3421         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3422         (gst_alsasink_open):
3423         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3424         (gst_alsasrc_open):
3425         Avoid setting and using a NULL device name.
3426         Print more info when we fail to open a device.
3427
3428 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3429
3430         * docs/libs/gst-plugins-base-libs-sections.txt:
3431         * gst-libs/gst/tag/tag.h:
3432         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3433           API: add gst_tag_parse_extended_comment() (#351426).
3434
3435         * tests/check/Makefile.am:
3436         * tests/check/libs/.cvsignore:
3437         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3438           Add unit test for gst_tag_parse_extended_comment().
3439
3440 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3441
3442         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3444           Fix leak (#351502).
3445
3446 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3447
3448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3450         * docs/plugins/gst-plugins-base-plugins.args:
3451         * gst/playback/gstplaybin.c:
3452           Document playbin.
3453           
3454         * docs/plugins/inspect/plugin-adder.xml:
3455         * docs/plugins/inspect/plugin-alsa.xml:
3456         * docs/plugins/inspect/plugin-audioconvert.xml:
3457         * docs/plugins/inspect/plugin-audiorate.xml:
3458         * docs/plugins/inspect/plugin-audioresample.xml:
3459         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3460         * docs/plugins/inspect/plugin-cdparanoia.xml:
3461         * docs/plugins/inspect/plugin-decodebin.xml:
3462         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3463         * docs/plugins/inspect/plugin-gnomevfs.xml:
3464         * docs/plugins/inspect/plugin-ogg.xml:
3465         * docs/plugins/inspect/plugin-pango.xml:
3466         * docs/plugins/inspect/plugin-playbin.xml:
3467         * docs/plugins/inspect/plugin-subparse.xml:
3468         * docs/plugins/inspect/plugin-tcp.xml:
3469         * docs/plugins/inspect/plugin-theora.xml:
3470         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3471         * docs/plugins/inspect/plugin-video4linux.xml:
3472         * docs/plugins/inspect/plugin-videorate.xml:
3473         * docs/plugins/inspect/plugin-videoscale.xml:
3474         * docs/plugins/inspect/plugin-videotestsrc.xml:
3475         * docs/plugins/inspect/plugin-volume.xml:
3476         * docs/plugins/inspect/plugin-vorbis.xml:
3477         * docs/plugins/inspect/plugin-ximagesink.xml:
3478         * docs/plugins/inspect/plugin-xvimagesink.xml:
3479           Update to CVS version.
3480
3481 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3484         (gst_play_bin_set_property), (gst_play_bin_get_property),
3485         (value_list_append_structure_list),
3486         (gst_play_bin_handle_redirect_message),
3487         (gst_play_bin_handle_message):
3488           API: GstPlayBin::connection-speed
3489           Add "connection-speed" property; re-order redirect messages with
3490           multiple redirect locations depending on the minimum bitrate if
3491           that information is available and a connection speed is set
3492           (#350399).
3493
3494 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * gst/playback/gstplaybin.c:
3497           Update max volume to the same value that the volume element uses.
3498
3499 2006-08-14  Wim Taymans  <wim@fluendo.com>
3500
3501         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3502         Less uglyness..
3503
3504 2006-08-14  Wim Taymans  <wim@fluendo.com>
3505
3506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3507         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3508         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3509         Add some more debug info.
3510         Don't crash when a seek failed.
3511         Actually return the result of the seek instead of TRUE.
3512         Ignore multiple BOS pages with the same serial so that we don't create
3513         the same stream multiple times.
3514         Post an error when we fail to do the initial seek.
3515
3516 2006-08-13  Wim Taymans  <wim@fluendo.com>
3517
3518         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3519         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3520         Small code cleanup.
3521
3522         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3523         (gst_alsa_mixer_new):
3524         Remove hack that always set the device to hw:0*.
3525         Properly find the card name for whatever device was configured.
3526         Do some better debugging.
3527         Fixes #350784.
3528
3529         * ext/alsa/gstalsamixerelement.c:
3530         (gst_alsa_mixer_element_set_property),
3531         (gst_alsa_mixer_element_change_state):
3532         Cleanups.
3533         Handle setting of a NULL device name better.
3534
3535 2006-08-11  Wim Taymans  <wim@fluendo.com>
3536
3537         * gst/adder/gstadder.c:
3538         Don't clip float values. Fixes #350900.
3539
3540 2006-08-11  Andy Wingo  <wingo@pobox.com>
3541
3542         * gst/tcp/gsttcp.c: Really fix the build?
3543
3544         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3545         fixes the build.
3546
3547 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3550           Float caps shouldn't have a "signed" field.
3551
3552 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3553
3554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3555           Implement SEEKING query in its most basic form, so that we can
3556           at least check if we're seekable or not (#350655).
3557
3558 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3561           The checks here are not even close to anything that would
3562           justify MAXIMUM probability, lowering to POSSIBLE until someone
3563           fixes the checks (case at hand: quicktime redirection files
3564           might start with 00 00 01 XX and pass the checks here just
3565           fine, see #350399).
3566
3567 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         Patch by: Sjoerd Simons  <sjoerd at luon net>
3570
3571         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3572           Better detection for multipart/x-mixed-replace: accept leading
3573           whitespaces before the boundary marker as well (as our very own
3574           multipartmux used to produce) (#349068).
3575
3576 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         Patch by: Young-Ho Cha  <ganadist at chollian net>
3579
3580         * gst-libs/gst/riff/riff-ids.h:
3581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3582         (gst_riff_create_audio_template_caps):
3583           Detect DTS audio streams (#350157).
3584
3585 2006-08-05  Andy Wingo  <wingo@pobox.com>
3586
3587         * ext/theora/gsttheoraparse.h:
3588         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3589         (theora_parse_dispose, theora_parse_set_property)
3590         (theora_parse_get_property, theora_parse_munge_granulepos)
3591         (theora_parse_push_buffer, theora_parse_change_state):
3592         API: GstTheoraParse::synchronization-points
3593         Add a property 'synchronization-points' to fix badly synchronized oggs.
3594
3595 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * tests/check/Makefile.am:
3598         * tests/check/libs/.cvsignore:
3599         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3600         (fixed_caps_have_channel_positions), (GST_START_TEST),
3601         (audio_suite), (main):
3602           Add a few tests for the channel position stuff in libgstaudio.
3603
3604 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3605
3606         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3607         (gst_alsa_detect_channels):
3608         * ext/alsa/gstalsasink.c:
3609           Add support for cards that (only) do more than 8 channels,
3610           like the Delta 44 (#345188).
3611
3612         * gst-libs/gst/audio/multichannel.c:
3613         (gst_audio_check_channel_positions):
3614         * gst-libs/gst/audio/multichannel.h:
3615           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3616           unspecified channel position and cannot be combined with any
3617           of the other audio channel positions; adjust position layout
3618           checks accordingly (#345188).
3619
3620 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3621
3622         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3623           Recognise ancient RealAudio files (see #349779).
3624
3625 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3626
3627         Patch by: Jens Granseuer  <jensgr at gmx net>
3628
3629         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3630           Add typefinder for Interplay's MVE format (#348973).
3631
3632 2006-08-02  Wim Taymans  <wim@fluendo.com>
3633
3634         Patch by: Marcel Moreaux <marcelm at luon dot net>
3635
3636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3637         (gst_base_rtp_depayload_add_to_queue):
3638         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3639         Handle RTP sequence number rollover.
3640         Disable jitterbuffer by default.
3641
3642 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3643
3644         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3645         (audioresample_set_caps):
3646         Don't leak references to the incoming caps. Clean them up when
3647         stopping.
3648
3649         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3650         (gst_video_scale_finalize):
3651         Don't leak our temporary pixel buffer.
3652
3653         * tests/check/Makefile.am:
3654         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3655         (GST_START_TEST), (simple_launch_lines_suite):
3656
3657         Fix leaks and re-enable the test for valgrind checking.
3658
3659 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3660
3661         Patch by: Sjoerd Simons  <sjoerd at luon net>
3662
3663         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3664         (plugin_init):
3665           Add typefind function for multipart/x-mixed-replace (#348916).
3666
3667 2006-07-28  Wim Taymans  <wim@fluendo.com>
3668
3669         * gst/adder/gstadder.c: (gst_adder_setcaps),
3670         (gst_adder_query_duration):
3671         Fix leak in duration query.
3672         Reflow some docs and notes.
3673
3674 2006-07-28  Michael Smith  <msmith@fluendo.com>
3675
3676         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3677         (vorbisenc_suite):
3678           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3679           aspect of it.
3680
3681 2006-07-28  Michael Smith  <msmith@fluendo.com>
3682
3683         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3684         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3685         (gst_vorbis_enc_push_buffer),
3686         (gst_vorbis_enc_buffer_check_discontinuous),
3687         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3688         * ext/vorbis/vorbisenc.h:
3689           Handle discontinuities in the input vorbis stream correctly,
3690           so that the output is properly timestamped (and has good granulepos
3691           values). Needs some oggmux fixes too.
3692
3693 2006-07-27  Wim Taymans  <wim@fluendo.com>
3694
3695         patch by: Kai Vehmanen <kv2004 eca cx>
3696
3697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3698         (gst_base_rtp_depayload_chain),
3699         (gst_base_rtp_depayload_handle_sink_event),
3700         (gst_base_rtp_depayload_change_state):
3701         Don't send multiple newsegments with different formats.
3702         Fixes #348677.
3703
3704 2006-07-26  Wim Taymans  <wim@fluendo.com>
3705
3706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3707         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3708         Make seeking in ogg more accurate again by doing the more correct
3709         granuletime to stream time conversion.
3710
3711 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3712
3713         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3714         (gst_multi_fd_sink_new_client):
3715           debug a little more understandably
3716           do not use goto as a substitute for break, especially if
3717           break is also being used
3718
3719 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3720
3721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3722         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3723           Remove GLib-2.6 compatibility cruft.
3724
3725 2006-07-24  Wim Taymans  <wim@fluendo.com>
3726
3727         * gst-libs/gst/audio/gstbaseaudiosink.c:
3728         (gst_base_audio_sink_render):
3729         Don't try to align a sample to an unknown value.
3730
3731 2006-07-24  Wim Taymans  <wim@fluendo.com>
3732
3733         * gst-libs/gst/audio/gstbaseaudiosink.c:
3734         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3735         When the audio clock is slaved to another clock, never try to align
3736         samples but trust the rate interpolation algorithm.
3737
3738 2006-07-24  Wim Taymans  <wim@fluendo.com>
3739
3740         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3741         Don't try to calculate silence samples, base class does this much
3742         better now.
3743
3744         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3745         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3746         (gst_ring_buffer_acquire):
3747         Calculate silence samples correctly.
3748
3749         * gst-libs/gst/audio/gstringbuffer.h:
3750         Add _CAST macro.
3751
3752 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3753
3754         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3755           Limit search for the first markup tag to the first few kB of
3756           the file. If we don't find one there, it's highly unlikely that
3757           this is an XML(-ish) file.
3758
3759 2006-07-21  Andy Wingo  <wingo@pobox.com>
3760
3761         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3762         test to the one in vorbisenc. Also commented out.
3763
3764         * tests/check/pipelines/vorbisenc.c: 
3765         (test_discontinuity): New test, commented out until Mike lands
3766         some elite vorbisenc patches.
3767
3768         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3769         Bufferstraw was actually factored out of these tests. Now we share
3770         code yay.
3771
3772         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3773         for bufferstraw addition to gstcheck.
3774
3775 2006-07-21  Wim Taymans  <wim@fluendo.com>
3776
3777         * ext/theora/theoradec.c: (clip_buffer):
3778         Better clipping.
3779
3780 2006-07-21  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3783         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3784         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3785         Fix leak.
3786         Avoid type casting when we can.
3787
3788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3789         Fix mem leak.
3790
3791 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * ext/alsa/gstalsamixerelement.c:
3794         (gst_alsa_mixer_element_change_state):
3795           Make state change fail if the specified device can't be opened
3796           for some reason.
3797
3798 2006-07-20  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3801         (cb_newpad), (main):
3802         Example of a small audio/video player using decodebin.
3803
3804 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3805
3806         * gst-libs/gst/riff/riff-ids.h:
3807           Add 'fact' chunk id
3808
3809 2006-07-19  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3812         (gst_base_rtp_depayload_chain),
3813         (gst_base_rtp_depayload_change_state):
3814         Don't assert when not negotiated but post a meaningfull 
3815         error message. Fixes #347918.
3816
3817         * gst-libs/gst/rtp/gstbasertppayload.c:
3818         Add comment about better default MTU size.
3819
3820         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3821         Small cleanups, start docs.
3822
3823 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         Patch by: Martin Szulecki
3826
3827         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3828           If "device-name" is requested and the device is not
3829           open, try to temporarily open it to obtain this
3830           information (#342494).
3831
3832 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3833
3834         * gst-libs/gst/tag/gstid3tag.c:
3835           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3836
3837         * gst-libs/gst/tag/gsttageditingprivate.h:
3838         * gst-libs/gst/tag/gstvorbistag.c:
3839           Some more random const-ifications.
3840
3841 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3842
3843         * gst-libs/gst/riff/riff-ids.h:
3844         * gst-libs/gst/riff/riff-media.c:
3845         (gst_riff_create_video_template_caps):
3846           Add more FOURCCs (sort list to make stuff easier to find),
3847           add comment what those 16 bytes in struct _gst_riff_strh according to
3848           one avi-dumper are
3849
3850 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * gst-libs/gst/audio/multichannel.c:
3853         (gst_audio_check_channel_positions),
3854         (gst_audio_fixate_channel_positions):
3855           Const-ify two arrays.
3856
3857 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3860           Fix typo, so that alsasink also advertises 8 channels
3861           if that's supported (tags: can, worms, open, alsa, ph34r).
3862
3863 2006-07-17  Wim Taymans  <wim@fluendo.com>
3864
3865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3866         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3867         *sigh*, when is the compiler going to warn when the comments
3868         are out-of-sync with the code.. Refix case of busted theora
3869         headers with 0 granule pos.
3870
3871 2006-07-14  Wim Taymans  <wim@fluendo.com>
3872
3873         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3874         (gst_base_rtp_depayload_wait),
3875         (gst_base_rtp_depayload_change_state),
3876         (gst_base_rtp_depayload_set_property),
3877         (gst_base_rtp_depayload_get_property):
3878         Fix 99% cpu load by waiting for absolute times on the
3879         clock. Fixes #347300.
3880
3881 2006-07-14  Andy Wingo  <wingo@pobox.com>
3882
3883         * ext/theora/gsttheoraparse.h: 
3884         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3885         (theora_parse_push_headers, theora_parse_clear_queue)
3886         (theora_parse_drain_queue_prematurely, )
3887         (theora_parse_sink_event, theora_parse_change_state): Queue events
3888         until we initialized our state, like in vorbisparse.
3889
3890         * ext/vorbis/vorbisparse.h: 
3891         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3892         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3893         (vorbis_parse_drain_queue_prematurely, )
3894         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3895         until we have initialized our state. Fixes seeking after an
3896         initial pad block.
3897
3898 2006-07-14  Andy Wingo  <wingo@pobox.com>
3899
3900         Patch by: Iain Holmes <iaingnome@gmail.com>
3901         
3902         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3903
3904 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3905
3906         * configure.ac:
3907         Bump nano back to CVS
3908
3909 === release 0.10.9 ===
3910
3911 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3912
3913         * configure.ac:
3914           releasing 0.10.9, "I walk the line"
3915
3916 2006-07-14  Michael Smith  <msmith@fluendo.com>
3917
3918         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3919           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3920           (commonly happens when running this test under valgrind) when trying
3921           to remove the buffer probe.
3922
3923 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3924
3925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3926         Fix missing g_unlock from the previous commit
3927
3928 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3929
3930         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3931         (gst_ximagesink_change_state):
3932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3933         (gst_xvimagesink_change_state):
3934         Implement a locking order to ensure we always take the object lock
3935         before the x_lock and never vice-versa.
3936
3937 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3938
3939         * gst/playback/gstdecodebin.c: (find_compatibles):
3940         Fix a caps leak when linking (#347304)
3941
3942         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3943         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3944         (gst_ximagesink_change_state):
3945         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3946         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3947         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3948         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3949         Don't leak shared memory resources. Use the object lock to protect
3950         against the xcontext disappearing while returning a buffer from the
3951         pipeline. (#347304)
3952
3953 2006-07-12  Edward Hervey  <edward@fluendo.com>
3954
3955         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3956         (vorbis_handle_comment_packet):
3957         gst_tag_list_merge() returns a new object. Take that into account when
3958         using it. This avoids memleak.
3959         Revert previous commit which is not needed.
3960
3961 2006-07-12  Edward Hervey  <edward@fluendo.com>
3962
3963         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3964         Reset the decoder in finalize so that all fields get cleared.
3965
3966 2006-07-12  Wim Taymans  <wim@fluendo.com>
3967
3968         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3969         (gst_base_audio_src_set_clock),
3970         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3971         Don't try to post an error message when setting the clock fails
3972         as this can happen when adding an element to a bin which will then
3973         deadlock. Fixes #347296.
3974
3975 2006-07-12  Edward Hervey  <edward@fluendo.com>
3976
3977         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3978         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3979         (vorbis_handle_type_packet):
3980         Post tag messages on the bus even if we're not initialized.
3981         If we're not initialized, we still postpone the event pushing of tags.
3982
3983 2006-07-12  Wim Taymans  <wim@fluendo.com>
3984
3985         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3986         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3987         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3988         Revert last two changes that broke the freeze.
3989
3990 2006-07-12  Wim Taymans  <wim@fluendo.com>
3991
3992         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3993         basesink calculates silence sample correctly for us.
3994
3995 2006-07-12  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3998         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3999         Calculate correct silence samples so we don't fill our ringbuffer
4000         with noise.
4001
4002 2006-07-12  Edward Hervey  <edward@fluendo.com>
4003
4004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4005         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4006         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4007         * ext/vorbis/vorbisdec.h:
4008         Delay sending events (newsegment, tags) until the decoder is properly
4009         initialized.
4010         Fixes #347295
4011
4012 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4013
4014         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4015         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4016           Patch from #347221 adding a test for audioconvert
4017           channel remappings.
4018
4019 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4020
4021         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4022         (gst_ssa_parse_parse_line):
4023           Don't include the terminating NUL in the buffer size,
4024           it's only there for extra paranoia (would add random
4025           '*' characters at the end of each subtitle since the
4026           terminator itself is not valid UTF-8 technically).
4027           Also fix indenting after boilerplate macro.
4028
4029 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * gst/playback/gstdecodebin.c: (close_pad_link):
4032           Also emit 'unknown-type' signal (which should really be
4033           called unhandled-type) if we found potential decoders/demuxers
4034           in the registry but none of them worked in the end (as in the
4035           case where the plugins don't exist any longer but are still
4036           listed in the registry). Fixes #329798.
4037
4038 2006-07-08  Andy Wingo  <wingo@pobox.com>
4039
4040         * theoraparse.c (theora_parse_push_buffer)
4041         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4042         Add some more debugging. Fix granulepos reconstruction in the face
4043         of discontinuities.
4044
4045 2006-07-06  Wim Taymans  <wim@fluendo.com>
4046
4047         * gst-libs/gst/audio/gstbaseaudiosink.c:
4048         (gst_base_audio_sink_class_init),
4049         (gst_base_audio_sink_provide_clock):
4050         Use gobject_class instead of G_OBJECT_CLASS (klass)
4051
4052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4053         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4054         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4055         (gst_base_audio_src_get_time),
4056         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4057         (gst_base_audio_src_create_ringbuffer):
4058         Fix latency and buffer-time constants and properties ala basesink.
4059         Implement pull based scheduling. Fixes #346527.
4060         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4061         one segment.
4062         Refuse slaving to another clock instead of silently not working.
4063         Only provide a clock when we are actually able to do so.
4064         Various small cleanups and compiler hints.
4065
4066 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         Patch by: Lutz Mueller <lutz at topfrose de>
4069
4070         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4071         (plugin_init):
4072           Add typefinding for text/html (#346581).
4073
4074 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4077         (xml_check_first_element), (xml_type_find), (smil_type_find):
4078           Fix SMIL typefinding, make xml_check_first_element() more
4079           useful.
4080
4081 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4084         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4085         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4086         * gst/playback/gstplaybasebin.h:
4087           Protect list of elements with a subtitle-encoding property and
4088           the subtitle encoding member itself with a lock of their own
4089           instead of using the object lock. This prevents a dead-lock in
4090           the element-remove callback in some circumstances when shutting
4091           down playbin.
4092
4093 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4094
4095         * win32/common/libgsttag.def:
4096         Export some new functions.
4097         * win32/vs6/libgstogg.dsp:
4098         Add a link to libgsttag-0.10.lib.
4099
4100 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4103           Some const-ification.
4104
4105 2006-07-04  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4108         Improve checking if we are dealing with a stream. Added some
4109         more uris that need buffering.
4110
4111 2006-07-03  Edward Hervey  <edward@fluendo.com>
4112
4113         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4114         Remove unused variable.
4115
4116 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4117
4118         * Makefile.am:
4119           include lcov.mak
4120         * configure.ac:
4121           add GCOV_LIBS to GST_LIBS
4122
4123 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4126
4127         * ext/alsa/gstalsasrc.c:
4128           Add 32 bps to template caps and increase channels range
4129           from [1,2] to [1,MAX]. See #346326.
4130
4131 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4132
4133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4134           Recognise 'WMVA' video codec fourcc (#345879).
4135           
4136 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4137          
4138         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4139           Fixed nasty memory leak
4140
4141 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4142
4143         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4144         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4145           fix logging
4146
4147 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4148
4149         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4150         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4151         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4152         Protect remove_fakesink using a mutex, so that we don't try and
4153         remove the fakesink simultaneously from multiple threads.
4154
4155         When going from READY to PAUSED, restore the fakesink, so that
4156         it is there when decodebin gets reused.
4157
4158 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4162         * gst-libs/gst/rtp/gstbasertppayload.c:
4163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4164         * gst/tcp/gstmultifdsink.c:
4165         * gst/tcp/gsttcpclientsink.c:
4166         * gst/tcp/gsttcpclientsrc.c:
4167         * gst/tcp/gsttcpserversink.c:
4168         * gst/tcp/gsttcpserversrc.c:
4169         * gst/videorate/gstvideorate.c:
4170         * gst/videotestsrc/gstvideotestsrc.c:
4171         * sys/v4l/gstv4ljpegsrc.c:
4172         * sys/v4l/gstv4lmjpegsink.c:
4173         * sys/v4l/gstv4lsrc.c:
4174         * tests/examples/seek/scrubby.c:
4175         * tests/examples/seek/seek.c:
4176           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4177
4178 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4181           Second field in GEnumValue shouldn't be a description,
4182           but a stringified version of the enum value.
4183
4184 2006-06-22  Wim Taymans  <wim@fluendo.com>
4185
4186         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4187         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4188         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4189         Avoid type checking in buffer casts.
4190         Avoid caps copy in buffer_alloc when we can.
4191         Use pad_peer_accept.
4192
4193 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * gst-libs/gst/tag/tag.h:
4196           Oops, make that 'Since: 0.10.9'.
4197
4198 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * docs/libs/gst-plugins-base-libs-sections.txt:
4201         * gst-libs/gst/tag/tag.h:
4202         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4203         (gst_tag_image_type_get_type):
4204           API: add GstTagImageType enum to describe images contained
4205           in image tags (#345641).
4206
4207 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4208
4209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4210           Fix warnings with gst-inspect: "buffers-min" property
4211           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4212           typo in property description.
4213
4214 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         Patch by: Cody Russell <bratsche at gnome org>
4217
4218         * gst/audioresample/gstaudioresample.c:
4219         (gst_audioresample_class_init):
4220         * gst/playback/gststreamselector.c:
4221         (gst_stream_selector_class_init):
4222         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4223         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4224         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4225         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4226         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4227         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4228         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4229         * gst/videotestsrc/gstvideotestsrc.c:
4230         (gst_video_test_src_class_init):
4231         * gst/volume/gstvolume.c: (gst_volume_class_init):
4232           Avoid unnecessary class cast check in class_init
4233           functions (#337747).
4234
4235 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4238         (gst_text_overlay_video_chain):
4239           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4240           and doesn't validate its input either (and neither did
4241           textoverlay it seems). Let's do that then and fix #345206.
4242
4243 2006-06-19  Wim Taymans  <wim@fluendo.com>
4244
4245         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4246         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4247         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4248         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4249         (find_syncframe), (find_limits), (assign_value),
4250         (count_burst_unit), (gst_multi_fd_sink_new_client),
4251         (gst_multi_fd_sink_handle_client_write),
4252         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4253         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4254         (gst_multi_fd_sink_change_state):
4255         * gst/tcp/gstmultifdsink.h:
4256         Added shiny new burst-on-connect methods.
4257         Add properties to control the minimal amount of data queued.
4258         Small cleanups.
4259         API: bytes-min property
4260         API: time-min property
4261         API: buffers-min property
4262         API: burst-unit property
4263         API: burst-value property
4264         API: add-full signal
4265
4266         * gst/tcp/gsttcp-marshal.list:
4267         Added new marshaller code for the new signal.
4268
4269         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4270         (multifdsink_suite):
4271         Added testcases for new burst methods.
4272
4273 2006-06-19  Edward Hervey  <edward@fluendo.com>
4274
4275         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4276         Implement clipping for accurate seeking.
4277         Closes #345225
4278
4279 2006-06-19  Wim Taymans  <wim@fluendo.com>
4280
4281         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4282
4283         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4284         (gst_video_scale_transform):
4285         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4286
4287 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4288
4289         * configure.ac:
4290           Fix --disable-external (can't set conditionals conditionally,
4291           #343602).
4292
4293 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         * tests/check/elements/audioresample.c: (test_reuse),
4296         (audioresample_suite):
4297           Add test case for bug #342789 fixed below.
4298
4299 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * gst/audioresample/gstaudioresample.c:
4302         (gst_audioresample_class_init), (gst_audioresample_init),
4303         (audioresample_start), (audioresample_stop),
4304         (gst_audioresample_set_property), (gst_audioresample_get_property):
4305           Implement GstBaseTransform::start and ::stop so that audioresample
4306           can clear its internal state properly and be reused instead of
4307           causing non-negotiated errors with playbin under some circumstances
4308           (#342789).
4309
4310         * tests/check/elements/audioresample.c: (setup_audioresample),
4311         (cleanup_audioresample):
4312           Need to set element state here so that ::start and ::stop are
4313           called.
4314
4315 2006-06-16  Wim Taymans  <wim@fluendo.com>
4316
4317         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4318
4319         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4320         Parse extra data better, apparently it's right behind
4321         the normal strf header size. Fixes #343500.
4322
4323 2006-06-16  Wim Taymans  <wim@fluendo.com>
4324
4325         * ext/alsa/gstalsasink.c: (set_hwparams):
4326         If we fail to set the buffer_time and period_time alsa
4327         parameters, post a warning and leave alsa select a 
4328         default instead of failing. Fixes #342085
4329
4330 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         * docs/libs/gst-plugins-base-libs-sections.txt:
4333         * gst-libs/gst/cdda/gstcddabasesrc.h:
4334           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4335           out in the header file and shouldn't be listed in the docs.
4336
4337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4338           Must dereference pointer to fourcc in the debug statement.
4339
4340 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4341
4342         * docs/libs/Makefile.am:
4343         * docs/libs/gst-plugins-base-libs-docs.sgml:
4344         * docs/libs/gst-plugins-base-libs-sections.txt:
4345         * docs/libs/gst-plugins-base-libs.types:
4346         add remaining symbols into correct setions
4347         
4348         * gst-libs/gst/audio/gstringbuffer.c:
4349         fix incomplete docs
4350         
4351         * gst-libs/gst/audio/gstringbuffer.h:
4352         comment out not yet implemented function
4353         
4354         
4355         * gst-libs/gst/floatcast/floatcast.h:
4356         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4357         add short descriptions
4358         
4359         
4360         * gst-libs/gst/interfaces/propertyprobe.c:
4361         fix return value docs   
4362         
4363         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4364         simplify debug logging
4365         
4366         * gst-libs/gst/riff/riff-read.h:
4367         sync function prototype and docs
4368         
4369         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4370         remove left over symbol
4371
4372 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4373
4374         * autogen.sh:
4375         * configure.ac:
4376         * docs/Makefile.am:
4377           Use GST_PLUGIN_DOCS macro in configure.ac, add
4378           --enable-plugin-docs default to autogen.sh and use
4379           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4380
4381 2006-06-15  Wim Taymans  <wim@fluendo.com>
4382
4383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4384         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4385         (gst_ogg_demux_loop):
4386         Combine GstFlowReturn from the source pads to give a
4387         meaningfull result to the upstream peer or to stop the
4388         processing task in case of errors.
4389
4390 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         * gst/playback/gststreaminfo.c: (cb_probe):
4393           Try GST_TAG_CODEC as fallback when extracting the
4394           codec name; more debug info.
4395
4396 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4397
4398         * ext/ogg/Makefile.am:
4399         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4400           Extract language tags from ogm subtitle streams, so that
4401           the subtitle menu choices are labelled correctly in
4402           Totem (fixes #344708).
4403
4404 2006-06-14  Wim Taymans  <wim@fluendo.com>
4405
4406         Patch by: Alessandro Decina <alessandro at nnva dot org>
4407
4408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4409         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4410         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4411         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4412         Fix various leaks. Fixes #343699.
4413         Add x-smoke mime type.
4414
4415 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         * gst-libs/gst/riff/riff-ids.h:
4418           Add IDs for 'bext' chunks (see #343837).
4419
4420 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         Patch by: Young-Ho Cha  <ganadist at chollian net>
4423
4424         * gst/subparse/samiparse.c: (sami_context_pop_state),
4425         (handle_start_font), (end_sami_element):
4426           Honour font face tags in SAMI subtitles (#344503).
4427
4428 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4429
4430         * po/POTFILES.in:
4431           add missing files containing translatable strings
4432
4433 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4434
4435         * docs/libs/tmpl/.cvsignore:
4436           we don't want those *.sgml files in CVS either
4437
4438 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4439
4440         * docs/libs/.cvsignore:
4441         * tests/check/elements/.cvsignore:
4442         * tests/check/libs/.cvsignore:
4443           ignore more
4444
4445 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4446
4447         * docs/libs/Makefile.am:
4448           also commiting the changed Makefile.am (added more libs to the
4449           doc-build)
4450
4451 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4452
4453         * docs/libs/gst-plugins-base-libs-docs.sgml:
4454         * docs/libs/gst-plugins-base-libs-sections.txt:
4455         * docs/libs/gst-plugins-base-libs.types:
4456           first batch of reordering things, add index & hierarchy
4457
4458 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4459
4460         * configure.ac:
4461           use GST_PKG_CHECK_MODULES, cleans up output
4462
4463 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4464
4465         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4466           Add support for burn:// URIs (#343385); const-ify things a bit,
4467           use G_N_ELEMENTS instead of hard-coded array size.
4468
4469 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         Patch by: Young-Ho Cha  <ganadist at chollian net>
4472
4473         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4474           Fix up broken entities before passing them to libxml *sigh*.
4475           (#343303).
4476           
4477 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4478
4479         * configure.ac:
4480           back to TRUNK
4481
4482 === release 0.10.8 ===
4483
4484 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4485
4486         * configure.ac:
4487           releasing 0.10.8, "Moar gij ziet mij nie"
4488
4489 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4490
4491         * configure.ac:
4492         * po/af.po:
4493         * po/az.po:
4494         * po/cs.po:
4495         * po/en_GB.po:
4496         * po/hu.po:
4497         * po/it.po:
4498         * po/nb.po:
4499         * po/nl.po:
4500         * po/or.po:
4501         * po/sq.po:
4502         * po/sr.po:
4503         * po/sv.po:
4504         * po/uk.po:
4505         * po/vi.po:
4506         * win32/common/config.h:
4507           0.10.7.2 prerelease
4508
4509 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4510
4511         * docs/libs/tmpl/gstaudio.sgml:
4512         * docs/libs/tmpl/gstcolorbalance.sgml:
4513         * docs/libs/tmpl/gstmixer.sgml:
4514         * docs/libs/tmpl/gstringbuffer.sgml:
4515         * docs/libs/tmpl/gsttuner.sgml:
4516         * docs/libs/tmpl/gstxoverlay.sgml:
4517         * gst-libs/gst/audio/audio.c:
4518         * gst-libs/gst/audio/gstringbuffer.c:
4519         * gst-libs/gst/interfaces/colorbalance.c:
4520         * gst-libs/gst/interfaces/mixer.c:
4521         * gst-libs/gst/interfaces/tuner.c:
4522         * gst-libs/gst/interfaces/xoverlay.c:
4523           move last template doc snippets to source code and delete them
4524
4525 2006-06-06  Michael Smith  <msmith@fluendo.com>
4526
4527         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4528         (theora_parse_drain_queue):
4529           Mark DELTA_UNIT on non-keyframes.
4530
4531 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4532
4533         * gst-libs/gst/audio/gstbaseaudiosink.c:
4534         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4535         * gst-libs/gst/audio/gstbaseaudiosink.h:
4536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4537         (gst_ring_buffer_samples_done):
4538         * gst-libs/gst/audio/gstringbuffer.h:
4539         Document better the fact that latency_time and buffer_time are values
4540         stored in microseconds, and not the usual GStreamer nanoseconds.
4541         Change the variables (compatibly) that store them from GstClockTime 
4542         to guint64 to make it more clear that they're not storing clock times.
4543         Also, remove the bogus property description that says the user can
4544         specify -1 to get the default value, since that's never been the case.
4545
4546         When computing the default segment size for the ring buffer, make it
4547         an integer number of samples.
4548
4549         When the sub-class indicates a delay greater than the number of
4550         samples we've written return 0 from the audio sink get_time method.
4551
4552 2006-06-02  Michael Smith  <msmith@fluendo.com>
4553
4554         * tests/check/elements/audioconvert.c: (set_channel_positions),
4555         (get_float_mc_caps), (get_int_mc_caps):
4556         * tests/check/elements/audioresample.c:
4557         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4558         * tests/check/elements/videorate.c:
4559         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4560         * tests/check/elements/volume.c:
4561         * tests/check/elements/vorbisdec.c:
4562         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4563           Don't busy-wait in tests; this was causing test timeouts very
4564           frequently when running under valgrind.
4565
4566 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4567
4568         * gst/tcp/README:
4569         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4570         (gst_multi_fd_sink_remove_client_link),
4571         (gst_multi_fd_sink_client_queue_caps),
4572         (gst_multi_fd_sink_client_queue_buffer),
4573         (gst_multi_fd_sink_handle_client_write),
4574         (gst_multi_fd_sink_render):
4575         * gst/tcp/gstmultifdsink.h:
4576           make multifdsink properly deal with streamheader:
4577           - streamheader is taken from caps
4578           - buffers marked with IN_CAPS are not sent
4579           - streamheaders are sent, on connection, from the caps of the
4580             buffer where the client gets positioned to
4581           - further streamheader changes are done every time the client
4582             will receive a buffer with different caps
4583         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4584         (gst_multifdsink_create_streamheader):
4585           add tests for this
4586
4587 2006-06-02  Michael Smith  <msmith@fluendo.com>
4588
4589         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4590           Reinstate limit on channel count. Vorbis does not define the meaning
4591           of > 6 channels, so they're just independent channels. Gstreamer
4592           currently has no mechanism to represent N independent channels.
4593
4594 2006-06-02  Michael Smith  <msmith@fluendo.com>
4595
4596         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4597           Don't arbitrarily restrict channel counts and rate in vorbis.
4598           In terms of effects likely on real-world files, this fixes 96kHz
4599           playback of vorbis.
4600
4601 2006-06-02  Michael Smith  <msmith@fluendo.com>
4602
4603         * gst/audioconvert/audioconvert.c: (float):
4604           More correct float->int conversion.
4605
4606 2006-06-02  Michael Smith  <msmith@fluendo.com>
4607
4608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4609           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4610           value. Fixes g-critical on trying to play back ogg containing
4611           unknown codec.
4612
4613 2006-06-02  Wim Taymans  <wim@fluendo.com>
4614
4615         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4616         (setup_source):
4617         * gst/playback/gstplaybasebin.h:
4618         Make the subtitle detection work from any thread so we don't
4619         deadlock. Fixes #343397.
4620
4621 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4622
4623         * gst/volume/Makefile.am:
4624           Seriously, it's not *that* hard to get compilation right.  Even
4625           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4626
4627 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4628
4629         * gst/volume/gstvolume.c: (volume_choose_func),
4630         (volume_update_real_volume), (gst_volume_class_init),
4631         (gst_volume_init), (volume_process_float), (volume_process_int16),
4632         (volume_process_int16_clamp), (volume_set_caps),
4633         (volume_transform_ip), (plugin_init):
4634         * gst/volume/gstvolume.h:
4635         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4636         another property desc., remove unused param from process function
4637         
4638         * tests/check/elements/volume.c: (volume_suite):
4639         reactivate the passthrough test
4640
4641 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4642
4643         * ext/alsa/gstalsamixerelement.h:
4644         * ext/alsa/gstalsamixeroptions.h:
4645         * ext/alsa/gstalsamixertrack.h:
4646         * ext/gnomevfs/gstgnomevfssink.h:
4647         * ext/gnomevfs/gstgnomevfssrc.h:
4648         * ext/theora/gsttheoradec.h:
4649         * ext/theora/gsttheoraenc.h:
4650         * ext/theora/gsttheoraparse.h:
4651         * ext/vorbis/vorbisparse.h:
4652         * gst-libs/gst/audio/gstaudioclock.h:
4653         * gst-libs/gst/audio/gstaudiofilter.h:
4654         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4655         * gst/audioconvert/gstaudioconvert.h:
4656         * gst/audioresample/gstaudioresample.h:
4657         * gst/audiotestsrc/gstaudiotestsrc.h:
4658         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4659         * gst/playback/gststreamselector.h:
4660         * gst/tcp/gstmultifdsink.h:
4661         * gst/tcp/gsttcpclientsink.h:
4662         * gst/tcp/gsttcpclientsrc.h:
4663         * gst/tcp/gsttcpserversink.h:
4664         * gst/tcp/gsttcpserversrc.h:
4665         * gst/videorate/gstvideorate.h:
4666         * gst/videoscale/gstvideoscale.h:
4667         * gst/videotestsrc/gstvideotestsrc.h:
4668         * gst/volume/gstvolume.h:
4669         * sys/v4l/gstv4ljpegsrc.h:
4670         * sys/v4l/gstv4lmjpegsink.h:
4671         * sys/v4l/gstv4lmjpegsrc.h:
4672         * sys/v4l/gstv4lsrc.h:
4673         * sys/ximage/ximagesink.h:
4674         * sys/xvimage/xvimagesink.h:
4675         * tests/old/testsuite/alsa/sinesrc.h:
4676         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4677
4678 2006-05-31  Wim Taymans  <wim@fluendo.com>
4679
4680         * ext/libvisual/visual.c: (gst_visual_reset),
4681         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4682         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4683         Handle DISCONT.
4684         Use running time before doing QoS.
4685         Handle mono too.
4686
4687 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4688
4689         * docs/libs/Makefile.am:
4690           set a magic variable to indicate we know the docs are incomplete
4691
4692 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4693
4694         * win32/common/libgstvideo.def:
4695           export gst_video_calculate_display_ratio
4696         * win32/vs6/libgstvideoscale.dsp:
4697           add link to libgstvideo-0.10.lib
4698
4699 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst/playback/gstplaybasebin.c: (gen_source_element):
4702           Throw a more comprehensible error for rtsp:// URIs (rather
4703           than erroring out with a negotiation error later on) until
4704           we fix playbin to handle rtspsrc etc.
4705
4706 2006-05-30  Wim Taymans  <wim@fluendo.com>
4707
4708         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4709         (gst_text_overlay_text_event):
4710         Added some FIXMEs.
4711
4712 2006-05-30  Wim Taymans  <wim@fluendo.com>
4713
4714         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4715         (gst_adder_request_new_pad), (gst_adder_release_pad):
4716         * gst/adder/gstadder.h:
4717         Implement release_request_pad.
4718         Make padcounter atomic.
4719
4720         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4721         Added check for release_pad in adder.
4722
4723 2006-05-30  Wim Taymans  <wim@fluendo.com>
4724
4725         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4726         Fix build again.
4727
4728 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4729
4730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4731         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4732         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4733         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4734         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4735         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4736         (gst_ogg_demux_bisect_forward_serialno),
4737         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4738         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4739           add more debugging
4740           clean up printf formats for granulepos and serialno
4741
4742 2006-05-30  Michael Smith  <msmith@fluendo.com>
4743
4744         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4745         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4746         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4747         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4748         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4749         * ext/vorbis/vorbisenc.h:
4750           Multi-channel caps negotiation, so we can do proper multichannel
4751           vorbis encoding, negotiated through audioconvert.
4752
4753 2006-05-30  Wim Taymans  <wim@fluendo.com>
4754
4755         * tests/check/elements/adder.c: (test_event_message_received),
4756         (test_play_twice_message_received), (GST_START_TEST),
4757         (adder_suite):
4758         Added check to show that #339935 is fixed with ongoing
4759         adder and collectpads fixes.
4760
4761 2006-05-29  Wim Taymans  <wim@fluendo.com>
4762
4763         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4764         Don't leak pad name.
4765
4766 2006-05-29  Wim Taymans  <wim@fluendo.com>
4767
4768         * gst/adder/gstadder.c: (gst_adder_query_duration),
4769         (forward_event_func), (forward_event), (gst_adder_src_event):
4770         Fix adder seeking.
4771         Make query/seeking code threadsafe.
4772
4773         * tests/check/Makefile.am:
4774         * tests/check/elements/adder.c: (test_event_message_received),
4775         (GST_START_TEST), (test_play_twice_message_received):
4776         Fix adder test case.
4777
4778 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         Patch by: Young-Ho Cha  <ganadist at chollian net>
4781
4782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4783         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4784         (set_encoding_element), (decodebin_element_added_cb),
4785         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4786         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4787         * gst/playback/gstplaybasebin.h:
4788           Add 'subtitle-encoding' property to playbin, so applications can
4789           force a subtitle encoding for non-UTF8 subtitles (#342268).
4790
4791         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4792         (gst_sub_parse_set_property):
4793           Rename recently-added 'encoding' property to 'subtitle-encoding'
4794           (so it can be proxied by playbin/decodebin in a generic way
4795           with less danger of false positives).
4796
4797 2006-05-29  Michael Smith  <msmith@fluendo.com>
4798
4799         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4800         (append_with_other_format), (set_structure_widths),
4801         (gst_audio_convert_transform_caps):
4802           Patch from #341562: give more specific audio caps in get_caps, so
4803           that basetransform  can make better decisions on what caps to
4804           negotiate.
4805
4806 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4807
4808         * tests/check/elements/volume.c:
4809         make it compile again
4810
4811 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4812
4813         * tests/check/elements/volume.c: (volume_suite):
4814         disable test until #343196 gets resolved
4815
4816 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4817
4818         * gst/adder/gstadder.c: (gst_adder_get_type):
4819         Make it easier to copy&paste
4820         
4821         * gst/volume/Makefile.am:
4822         * gst/volume/gstvolume.c: (volume_update_real_volume),
4823         (gst_volume_set_volume), (gst_volume_set_mute),
4824         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4825         (volume_transform_ip), (volume_update_mute),
4826         (volume_update_volume):
4827         * gst/volume/gstvolume.h:
4828         Add own debug category, move duplicate code to helper function, fix
4829         property texts, add more comments and prepare ffor liboil-goodness
4830         
4831         * tests/check/Makefile.am:
4832         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4833         add test for mute and passtrough case, be a bit more verbose to track
4834         failure
4835         
4836         * tests/check/generic/states.c: (GST_START_TEST):
4837         catch elements that fail to instantiate
4838
4839 2006-05-28  Edward Hervey  <edward@fluendo.com>
4840
4841         * tests/check/pipelines/simple-launch-lines.c:
4842         * tests/check/pipelines/theoraenc.c:
4843         * tests/check/pipelines/vorbisenc.c:
4844         Comment out tests using parse_launch() if core was built without
4845         parsing capabilities.
4846
4847 2006-05-27  Edward Hervey  <edward@fluendo.com>
4848
4849         * tests/check/Makefile.am:
4850         Extra bonus points for whoever explains to ensonic that you are meant
4851         to test unit tests thoroughly before commiting them, especially if
4852         you know it's going to break.
4853         De-activated element/adder tests.
4854
4855 2006-05-27  Edward Hervey  <edward@fluendo.com>
4856
4857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4858         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4859         Marking caps conversion issues as GST_WARNING is way too verbose,
4860         Moving them to GST_LOG.
4861
4862 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         * README:
4865           Replace current README (containing the release notes from
4866           some 0.9.x version) with a proper README taken from the core.
4867
4868 2006-05-26  Wim Taymans  <wim@fluendo.com>
4869
4870         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4871         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4872         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4873         (vorbis_dec_change_state):
4874         Small cleanups.
4875         Add some FIXMEs
4876         Clip output samples to segment boundaries.
4877
4878 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4879
4880         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4881         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4882         Improve the errors produced on bad output, including some human
4883         readable description strings.
4884         Handle the (theoretical for ximagesink) case where the XServer 
4885         has a different idea about the size required for a particular 
4886         frame and gives us too small a memory allocation.
4887
4888 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4889
4890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4891         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4892         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4893         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4894         Improve the errors produced on bad output, including some human 
4895         readable description strings.
4896         Handle RGB Xv formats properly by transforming them into our 
4897         big-endian caps description.
4898         Use gst_caps_truncate to ensure that we never try and choose a
4899         non-fixed caps in buffer_alloc.
4900         Handle the case where the XServer has a different idea about the size
4901         required for a particular frame and gives us too small a memory
4902         allocation.
4903         Use -1 to indicate 'no image format', because 0 is a valid XServer
4904         image format number.
4905         Put RGB Xv formats at the end of the caps, so that we always prefer
4906         YUV format frames.
4907         Iterate the available Xv Encodings to determine the maximum width and
4908         height, and then return that in our caps.
4909         (Closes #315312, #337544)
4910
4911 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4912
4913         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4914         When there is only one unfinished pad and it receives an event that
4915         doesn't match our requirements, we need to set alldone=FALSE so that
4916         the fakesink is not removed yet.
4917
4918 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4921           Use gst_type_find_helper_for_buffer() to find the type
4922           of stream from the first packet.
4923
4924         * configure.ac:
4925           Bump requirements to core CVS (needed for vorbis
4926           typefinding to work).
4927
4928 2006-05-24  Edward Hervey  <edward@fluendo.com>
4929
4930         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4931         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4932         contain.  Else they play perfectly fine with qtdemux.
4933
4934 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4935
4936         * ext/theora/theoradec.c:
4937         * ext/theora/theoraenc.c:
4938         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4939         * gst/audiorate/gstaudiorate.c:
4940           make more debug catagories static
4941         
4942         * tests/check/Makefile.am:
4943         * tests/check/elements/adder.c: (message_received),
4944         (test_event_message_received), (GST_START_TEST),
4945         (test_play_twice_message_received), (adder_suite):
4946           added test case for using element twice, extra bonus points for anyone
4947           who can make these test run reliably
4948
4949 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * ext/theora/theoradec.c: (theora_dec_chain):
4952           Make work with time-stamped input buffers that do not
4953           have a granulepos in BUFFER_OFFSET_END (like theora
4954           buffers coming from matroskademux). Fixes #342448.
4955
4956 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         Patch by: Peter Kjellerstedt  <pkj at axis com>
4959
4960         * gst/tcp/Makefile.am:
4961           fdstresstest doesn't need Gtk+, fix compilation if 
4962           gtk is not available (#342566).
4963
4964 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4965          
4966         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4967           80 line columns
4968           Removed redundant floor()
4969
4970 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4971
4972         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4973           On second thought, just skip JUNK chunks automatically, so
4974           the caller doesn't have to handle this. Fixes #342345.
4975           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4976           not GST_FLOW_ERROR.
4977
4978 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4981           Don't bail out on JUNK chunks with a size of 0 (would try to
4982           pull_range 0 bytes before, which sources don't like too much).
4983           See #342345.
4984
4985 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4986
4987         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4989         Use the gstutil scaling function to preserve 64 bits while calculating
4990         output width and height from the display-aspect-ratio. (A continuation
4991         of #341542)
4992
4993 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4994
4995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4996         (gst_xvimagesink_buffer_alloc):
4997         * sys/xvimage/xvimagesink.h:
4998         When performing buffer allocations, remember the caps and image format
4999         we return so that if the same caps are asked for next time we can
5000         return them immediately without doing any caps intersections.
5001
5002 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5003          
5004         * gst-libs/gst/rtp/README:
5005           Some new documentation
5006         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5007           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5008         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5009         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5010           New RTP audio base payloader class. Supports frame or sample based
5011           codecs.  Not enabled in Makefile.am until approved.
5012
5013 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5014
5015         * tests/check/elements/alsa.c: (test_device_property_probe):
5016           Fix test case: don't try to free NULL GValueArray when there
5017           are no devices.
5018
5019 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * tests/check/Makefile.am:
5022         * tests/check/elements/alsa.c: (test_device_property_probe),
5023         (alsa_suite), (main):
5024           Add simple test that runs a device property probe on alsasrc,
5025           alsasink and alsamixer. Disable valgrind check for now (too
5026           many leaks in libasound, and valgrind ignored my suppressions
5027           additions).
5028
5029 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5032         (gst_alsa_device_property_probe_probe_property),
5033         (gst_alsa_device_property_probe_needs_probe),
5034         (gst_alsa_device_property_probe_get_values),
5035         (gst_alsa_type_add_device_property_probe_interface):
5036         * ext/alsa/gstalsadeviceprobe.h:
5037         * ext/alsa/gstalsamixerelement.c:
5038         (gst_alsa_mixer_element_init_interfaces):
5039         * ext/alsa/gstalsamixerelement.h:
5040           Clean up and simplify alsa device probing. Make it actually work
5041           for multiple classes. Don't cache results any longer.
5042
5043         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5044         (gst_alsasink_init):
5045         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5046         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5047         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5048           Make alsasink and alsasrc implement the GstPropertyProbe interface
5049           for device probing (#342181).
5050           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5051
5052 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5053
5054         * gst/subparse/samiparse.c: (handle_start_font):
5055           Don't ignore return value of strtol (++compiler_happiness).
5056
5057 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         Patch by: Young-Ho Cha  <ganadist chollian net>
5060
5061         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5062         (gst_sub_parse_class_init), (gst_sub_parse_init),
5063         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5064         (convert_encoding):
5065         * gst/subparse/gstsubparse.h:
5066           Add 'encoding' property (#341681).
5067
5068         * gst/subparse/samiparse.c: (characters_sami):
5069           Output is pango markup, so we need to escape text
5070           between tags (#342143).
5071
5072 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * gst-libs/gst/audio/multichannel.c:
5075         (gst_audio_check_channel_positions):
5076           It's okay to have caps with channels=1 and a channel position
5077           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5078           (deinterleavers might want to keep the position in the caps,
5079           so that they can be re-interleaved again properly later).
5080           Leave check for unexpected 2-channel layouts intact for now.
5081
5082 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5083
5084         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5085         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5086         basesrc can do its job correctly.
5087
5088 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5089
5090         * ext/alsa/Makefile.am:
5091         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5092         (gst_alsa_detect_formats), (get_channel_free_structure),
5093         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5094         (gst_alsa_probe_supported_formats):
5095         * ext/alsa/gstalsa.h:
5096         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5097           Refactor and improve caps probing code: probe signedness
5098           when we probe the supported formats/widths; set endianness
5099           to the one we actually probed for (ie. cpu endianness).
5100           
5101         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5102         (gst_alsasrc_close):
5103         * ext/alsa/gstalsasrc.h:
5104           Implement caps probing for alsasrc.
5105
5106 2006-05-15  Wim Taymans  <wim@fluendo.com>
5107
5108         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5109         (theora_dec_src_query), (theora_dec_src_event),
5110         (theora_dec_sink_event), (theora_handle_comment_packet),
5111         (theora_handle_data_packet), (theora_dec_change_state):
5112         Cleanups, add some G_LIKELY.
5113         Use segment helpers instead of our own wrong code.
5114         Clear queued buffers on seek and READY.
5115
5116         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5117         (vorbis_dec_convert), (vorbis_dec_src_query),
5118         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5119         (vorbis_handle_comment_packet), (vorbis_dec_push),
5120         (vorbis_handle_data_packet), (vorbis_dec_chain),
5121         (vorbis_dec_change_state):
5122         * ext/vorbis/vorbisdec.h:
5123         Remove old useless packetno variable.
5124         Do position query properly.
5125         Add some G_LIKELY.
5126         Do cleanup of queued buffers in new helper function
5127         and use it.
5128
5129 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5132           Query supported sample rates. Fixes #341732.
5133
5134 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5135
5136         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5137         (gst_decode_bin_change_state): Make decodebin reusable
5138         when going from PAUSE_TO_READY and then back to PAUSED.
5139         Fixes #331678.
5140
5141 2006-05-15  Wim Taymans  <wim@fluendo.com>
5142
5143         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5144         (vorbis_dec_convert), (vorbis_dec_src_query),
5145         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5146         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5147         (vorbis_dec_clean_queued), (vorbis_dec_push),
5148         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5149         Cleanups. Use refcounting and DEBUG_OBJECT.
5150         Reset segment on flush, use code methods instead of our
5151         own wrong version.
5152         Fix potential memleak.
5153
5154 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5157         (gst_alsasink_init):
5158         * ext/alsa/gstalsasink.h:
5159           Don't leak allocated snd_output_t structure if there's
5160           more than one alsasink instance at a time (#341873).
5161           Also fix GObject macros in header file.
5162           
5163 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * gst/subparse/gstsubparse.c:
5166         (gst_sub_parse_data_format_autodetect):
5167           Don't use libxml functions in the typefinding code.
5168
5169 2006-05-15  Wim Taymans  <wim@fluendo.com>
5170
5171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5172         Fix seeking performance in the case where a non-header 
5173         packet has a 0 granulepos (busted theora case). 
5174         Fixes #341719
5175         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5176          the first place, you limelight stealer you)
5177
5178 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst/subparse/gstsubparse.c:
5181         (gst_sub_parse_data_format_autodetect):
5182           Improve SAMI typefinding: handle case where there are
5183           whitespaces or newlines in front of the first <SAMI>
5184           tag (#169936).
5185
5186 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * configure.ac:
5189           Build video4linux plugin even if there's no XVIDEO, just
5190           without implementing the GstXOverlay interface (#334002).
5191          
5192 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * configure.ac:
5195         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5196         (plugin_init):
5197           Add tentative support for libvisual-0.4 (#336881).
5198
5199 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         Patch by: Young-Ho Cha <ganadist at chollian net>
5202
5203         * gst/subparse/samiparse.c: (handle_start_font):
5204           Need to map "silver" colour explicitly (#169936).
5205
5206 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         Patch by: Young-Ho Cha  <ganadist at chollian net>
5209
5210         * gst/subparse/Makefile.am:
5211         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5212         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5213         (gst_sub_parse_format_autodetect), (feed_textbuf),
5214         (gst_subparse_type_find), (plugin_init):
5215         * gst/subparse/gstsubparse.h:
5216         * gst/subparse/samiparse.c:
5217         * gst/subparse/samiparse.h:
5218           Add support for SAMI subtitles (#169936).
5219
5220 2006-05-14  Michael Smith  <msmith@fluendo.com>
5221
5222         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5223           Fix #341696: crash when mixing L+R+C to mono or stereo.
5224         * tests/check/Makefile.am:
5225         * tests/check/elements/audioconvert.c: (set_channel_positions),
5226         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5227         (audioconvert_suite):
5228           Add test for the above, including some generic framework bits for
5229           testing multichannel things.
5230
5231 === release 0.10.7 ===
5232
5233 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5234
5235         * configure.ac:
5236           releasing 0.10.7, "Leave the gun"
5237
5238 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5239
5240         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5242         Fix the build.
5243
5244 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5245
5246         * docs/libs/gst-plugins-base-libs-docs.sgml:
5247         * docs/libs/gst-plugins-base-libs-sections.txt:
5248         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5249         * gst-libs/gst/video/video.h:
5250         * gst/videoscale/Makefile.am:
5251         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5253         * tests/check/Makefile.am:
5254         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5255         (main):
5256           Fix integer overflow problem with pixel-aspect-ratio calculations
5257           in videoscale and xvimagesink (#341542)
5258
5259 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst-libs/gst/tag/gstid3tag.c:
5262           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5263
5264 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5265
5266         * win32/MANIFEST:
5267           update win32 files listing
5268
5269 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5270
5271         patch by: Sjoerd Simons (sjoerd@luon.net)
5272
5273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5274         (group_create), (group_destroy), (add_stream),
5275         (gst_play_base_bin_get_property),
5276         (gst_play_base_bin_get_streaminfo_value_array):
5277         * gst/playback/gstplaybasebin.h:
5278           API: GstPlayBaseBin::stream-info-value-array property
5279           use a more bindings-friendly way of exposing streaminfo
5280           using a GValueArray.  Tested in ipython.
5281           Closes #341114
5282
5283 2006-05-11  Wim Taymans  <wim@fluendo.com>
5284
5285         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5286         (queue_underrun_cb), (queue_filled_cb):
5287         Also catch queue underruns but don't do anything yet.
5288         Refactor and comment queue enlarging code a bit.
5289
5290         * gst/playback/gstplaybasebin.c: (queue_overrun),
5291         (queue_threshold_reached), (queue_out_of_data),
5292         (gen_preroll_element):
5293         If a queue over/underruns check that we don't create nasty
5294         deadlocks when the min-threshold is not reached but the
5295         max-bytes is. In those cases disable max-bytes when we
5296         know that the queue is fed timed data.
5297         Add more comments.
5298
5299 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5300
5301         * gst/playback/gstplaybin.c: (gen_audio_element):
5302           Make playbin automatically plug an 'audioresample'
5303           element before the audio sink as well. This solves
5304           problems with sinks that only accept a very specific
5305           sample rate, like esdsink (e.g. #340379).
5306
5307 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/playback/gstplaybasebin.c: (gen_source_element):
5310           Make http sources send special headers so that we receive
5311           icecast metadata if the http stream is an icecast stream
5312           (otherwise the server will just ignore them). This also
5313           means that from now on users will need the 'icydemux'
5314           element from gst-plugins-good installed if they want to
5315           listen to icecast radio streams. (#341432, #333657).
5316
5317 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5318
5319         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5320         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5321           remove stupid example from docs - it should come with a simple
5322           C program instead.
5323           Clean up/fix docs
5324         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5325         (fail_if_can_read), (GST_START_TEST),
5326         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5327           add a test for changing streamheader which exposes a bug in
5328           multifdsink
5329
5330 2006-05-11  Michael Smith  <msmith@fluendo.com>
5331
5332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5333         (gst_gnome_vfs_src_received_headers_callback):
5334         * ext/gnomevfs/gstgnomevfssrc.h:
5335           Don't set icy-caps unless we have a sane interval value. Move
5336           interval to a local variable; we never use it outside this function.
5337
5338 2006-05-11  Wim Taymans  <wim@fluendo.com>
5339
5340         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5342         Register special buffer types along with the objects so
5343         that they are not registered at runtime from N different
5344         streaming threads since they are not threadsafe.
5345
5346 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5347
5348         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5349         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5350           add two more tests, one doing streamheader
5351
5352 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5353
5354         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5355           clean up the bufqueue when shutting down
5356         * tests/check/Makefile.am:
5357         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5358         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5359         (main):
5360           add a test for the leak that was just fixed
5361
5362 2006-05-10  Wim Taymans  <wim@fluendo.com>
5363
5364         * gst/adder/gstadder.c: (gst_adder_setcaps),
5365         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5366         (gst_adder_src_event), (gst_adder_sink_event),
5367         (gst_adder_class_init), (gst_adder_finalize),
5368         (gst_adder_request_new_pad), (gst_adder_collected):
5369         * gst/adder/gstadder.h:
5370         Updated some docs. Added comments and FIXMEs all over the place.
5371         Improve debugging info.
5372         Fix leak on finalize by not calling the parent.
5373         Implement duration query.
5374         Make event forwarding threadsafe.
5375         Correctly send NEWSEGMENT at start and after flush.
5376         Handle EOS correctly.
5377         Post error when not negotiated.
5378
5379         * tests/check/elements/adder.c: (GST_START_TEST):
5380         Added FIXME in the test.
5381
5382 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5385         (gst_text_overlay_halign_get_type),
5386         (gst_text_overlay_wrap_mode_get_type):
5387         * ext/theora/theoradec.c: (theora_handle_type_packet),
5388         (theora_handle_data_packet):
5389         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5390         (theora_enc_sink_setcaps), (theora_enc_chain):
5391         * gst-libs/gst/cdda/gstcddabasesrc.c:
5392         (gst_cdda_base_src_mode_get_type):
5393         * gst/audiotestsrc/gstaudiotestsrc.c:
5394         (gst_audiostestsrc_wave_get_type):
5395         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5396         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5397         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5398         (gst_sync_method_get_type), (gst_unit_type_get_type),
5399         (gst_client_status_get_type):
5400         * gst/videoscale/gstvideoscale.c:
5401         (gst_video_scale_method_get_type):
5402         * gst/videotestsrc/gstvideotestsrc.c:
5403         (gst_video_test_src_pattern_get_type):
5404         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5405         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5406         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5407         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5408         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5409         (paint_setup_RGB565), (paint_setup_xRGB1555):
5410           Const-ify GEnumValue and GFlagsValue arrays. Use
5411           GST_ROUND_UP_* macros instead of home-made ones.
5412
5413 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * configure.ac:
5416           Require core CVS for the new newsegment stuff.
5417
5418 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         Patch by: Sjoerd Simons  <sjoerd at luon net>
5421
5422         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5423           Register nick for enum value (#341160).
5424
5425 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5426
5427         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5428         (plugin_init):
5429          backout typefind patch #340375
5430          
5431         * tests/check/elements/adder.c: (message_received),
5432         (GST_START_TEST), (adder_suite):
5433           redo, signal-handling of test
5434
5435 2006-05-09  Wim Taymans  <wim@fluendo.com>
5436
5437         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5438         (gst_adder_collected):
5439         * gst/adder/gstadder.h:
5440         Remove bogus segment merging and forwarding, we don't
5441         care about timestamps anyway and we just produce a
5442         continuous stream. 
5443         Also create a nice NEWSEGMENT event when we start.
5444         Use _scale_int some more.
5445
5446 2006-05-09  Edward Hervey  <edward@fluendo.com>
5447
5448         * tests/icles/stress-xoverlay.c:
5449         Fix if core was built without parsing support.
5450
5451 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5454           Add SEDG (Samsung MPEG-4) fourcc.
5455
5456 2006-05-09  Edward Hervey  <edward@fluendo.com>
5457
5458         * tests/icles/stress-xoverlay.c:
5459         * tests/examples/volume/volume.c:
5460         Fix if core was built without parsing support.
5461
5462         * tests/examples/seek/seek.c:
5463         Disable the parse_launch example if core was built without parsing
5464         support.
5465
5466 2006-05-08  Edward Hervey  <edward@fluendo.com>
5467
5468         * autogen.sh: (CONFIGURE_DEF_OPT): 
5469         libtoolize on Darwin/MacOSX is called glibtoolize
5470
5471 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5472
5473         * tests/check/Makefile.am:
5474         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5475           Disable the adder test, until the build-slaves posses the kindness to 
5476           either like it or to give valid reason for not doing so 
5477
5478 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5479
5480         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5481         (adder_suite):
5482           Shuffle NULL state change around and raise timeout more
5483
5484 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5485
5486         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5487         (mp4_type_find), (plugin_init):
5488           Add typefind to distinguish between "audio/x-m4a" and new type
5489           "video/mp4". Fixes #340375
5490
5491         * tests/check/elements/adder.c: (adder_suite):
5492           Raise timeout to make buildbot happy
5493
5494 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5495
5496         * gst/adder/gstadder.c: (gst_adder_sink_event),
5497         (gst_adder_request_new_pad), (gst_adder_change_state):
5498         * gst/adder/gstadder.h:
5499         * tests/check/Makefile.am:
5500         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5501         (adder_suite), (main):
5502           Add sink-event handling to adder. It tries to merge incomming
5503           newsegment-events. Added test to check if segment_done is comming
5504           through. Fixes #340060
5505
5506 2006-05-05  Andy Wingo  <wingo@pobox.com>
5507
5508         * ext/theora/theoraparse.c (gst_theora_parse_init)
5509         (theora_parse_src_convert, theora_parse_src_query):
5510         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5511         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5512         query functions on the source pads of the theora and vorbis parse
5513         elements. Fixes position querying when doing a remux.
5514
5515 2006-05-05  Michael Smith  <msmith@fluendo.com>
5516
5517         * ext/theora/theoraparse.c: (parse_granulepos),
5518         (theora_parse_drain_queue_prematurely),
5519         (theora_parse_queue_buffer), (theora_parse_sink_event):
5520           Fix flushing.
5521           Fix invalid granulepos outputs when starting with a non-keyframe.
5522
5523 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5524
5525         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5526         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5527         Rearrange MPEG system stream detection, fixing some memleaks in the
5528         process.
5529         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5530         they clean up their data correctly.
5531         Remove unused ogganx caps and move the 'is_annodex' check to inside
5532         the 'is_ogg' if statement.
5533
5534 2006-05-05  Wim Taymans  <wim@fluendo.com>
5535
5536         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5537         Properly remove ghostpads. Fixes #340392
5538
5539 2006-05-04  David Schleef  <ds@schleef.org>
5540
5541         * gst/typefind/gsttypefindfunctions.c:
5542
5543 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5544
5545         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5546         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5547
5548         When typefinding an MP3 in push-based mode, don't penalise the
5549         probability down to 74% when we found 5 valid frames just because we
5550         can't peek the end of the file.
5551
5552         Make the probability for detecting MPEG Transport Streams based on the
5553         number of sequential headers we successfully detected.
5554
5555 2006-05-03  Wim Taymans  <wim@fluendo.com>
5556
5557         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5558         (vorbis_dec_push), (vorbis_dec_chain):
5559         Still produce an error when we receive an empty packet.
5560
5561 2006-05-03  Wim Taymans  <wim@fluendo.com>
5562
5563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5564         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5565         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5566         Mark buffers with DISCONT after seek and after activating new
5567         chains.
5568
5569         * ext/theora/gsttheoradec.h:
5570         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5571         (theora_get_query_types), (theora_dec_sink_event),
5572         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5573         (theora_dec_change_state):
5574         Fix frame counter.
5575         Detect and mark DISCONT buffers.
5576
5577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5578         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5579         (vorbis_dec_change_state):
5580         * ext/vorbis/vorbisdec.h:
5581         Use GstSegment.
5582         Detect and mark DISCONT buffers.
5583         Don't crash on 0 sized buffers.
5584
5585 2006-05-03  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5588         (volume_transform_ip):
5589         Increase "volume" property to 10.0. Fixes #340369.
5590         Set the process function to NULL when capsnego fails so that
5591         we properly error out.
5592
5593 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5594
5595         * gst/playback/gstplaybin.c: (add_sink):
5596         * gst/playback/test.c: (main):
5597         * gst/playback/test5.c: (dump_element_stats):
5598         * gst/playback/test6.c: (main):
5599           free caps using gst_caps_unref, don't leak caps-strings
5600
5601 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5604         (plugin_init):
5605           Refine musepack typefinding a bit. Return MAXIMUM
5606           probability when we detect stream version 7 to make
5607           sure the mpeg audio typefinder doesn't trump us.
5608
5609 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5612           Protect against unexpected NULL strf_data buffer.
5613
5614 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5615
5616         * tests/check/elements/audioconvert.c: (verify_convert),
5617         (GST_START_TEST):
5618           interpret the out[] buffer in the order the bytes are actually
5619           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5620           Other tests should use BYTE_ORDER since the array is filled in
5621           with actual values
5622
5623 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5624
5625         * tests/check/elements/audioconvert.c: (verify_convert),
5626         (GST_START_TEST):
5627           when a test fails, give an indication of which it is
5628
5629 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5630
5631         * gst-libs/gst/cdda/gstcddabasesrc.c:
5632           compile fix; strtol() needs <stdlib.h>
5633
5634 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5635
5636         * ext/alsa/gstalsamixerelement.c:
5637         * ext/alsa/gstalsasrc.c:
5638         * ext/cdparanoia/gstcdparanoiasrc.c:
5639         * ext/gnomevfs/gstgnomevfssink.c:
5640         * ext/gnomevfs/gstgnomevfssrc.c:
5641         * ext/ogg/gstoggdemux.c:
5642         * ext/ogg/gstoggmux.c:
5643         * ext/ogg/gstoggparse.c:
5644         * ext/ogg/gstogmparse.c:
5645         * ext/pango/gstclockoverlay.c:
5646         * ext/pango/gsttextoverlay.c:
5647         * ext/pango/gsttextrender.c:
5648         * ext/pango/gsttimeoverlay.c:
5649         * ext/theora/theoradec.c:
5650         * ext/theora/theoraenc.c:
5651         * ext/vorbis/vorbisdec.c:
5652         * ext/vorbis/vorbisenc.c:
5653         * gst-libs/gst/audio/gstaudiofilter.c:
5654         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5655         * gst/audioconvert/gstaudioconvert.c:
5656         * gst/audiorate/gstaudiorate.c:
5657         * gst/audioresample/gstaudioresample.c:
5658         * gst/audiotestsrc/gstaudiotestsrc.c:
5659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5660         * gst/playback/gstdecodebin.c:
5661         * gst/playback/gstplaybin.c:
5662         * gst/playback/gststreamselector.c:
5663         * gst/subparse/gstsubparse.c:
5664         * gst/tcp/gstmultifdsink.c:
5665         * gst/tcp/gsttcpclientsink.c:
5666         * gst/tcp/gsttcpclientsrc.c:
5667         * gst/tcp/gsttcpserversink.c:
5668         * gst/tcp/gsttcpserversrc.c:
5669         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5670         * gst/videorate/gstvideorate.c:
5671         * gst/videoscale/gstvideoscale.c:
5672         * gst/videotestsrc/gstvideotestsrc.c:
5673         * gst/volume/gstvolume.c:
5674         * sys/v4l/gstv4ljpegsrc.c:
5675         * sys/v4l/gstv4lmjpegsink.c:
5676         * sys/v4l/gstv4lmjpegsrc.c:
5677         * sys/v4l/gstv4lsrc.c:
5678         * sys/ximage/ximagesink.c:
5679         * sys/xvimage/xvimagesink.c:
5680         * tests/check/libs/cddabasesrc.c:
5681           make GstElementDetails const
5682
5683 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5684
5685         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5686         (gst_adder_init):
5687           send events from src-pad to all sink-pads fixes #338657
5688
5689 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5692         (alsasink_parse_spec):
5693           query width capabilities from alsa, fixes #338919
5694
5695 2006-04-28  Wim Taymans  <wim@fluendo.com>
5696
5697         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5698         (gst_multi_fd_sink_remove_client_link):
5699         * gst/tcp/gstmultifdsink.h:
5700         Fix race condition in multifdsink that can lead to spurious 
5701         duplicate clients. this patch adds a new signal that is fired when
5702         multifdsink has removed all references to the fd.
5703         Fixes #339574.
5704         Updated documentation.
5705         API: client-fd-removed signal added
5706
5707 2006-04-28  Michael Smith  <msmith@fluendo.com>
5708
5709         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5710           When asking g_value_array_new to prealloc elements, we may as well
5711           ask for the right number of elements.
5712
5713 2006-04-28  Wim Taymans  <wim@fluendo.com>
5714
5715         * gst-libs/gst/audio/gstbaseaudiosink.c:
5716         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5717         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5718         patch to make timestamp checking more tollerant to rounding 
5719         errors given that real discontinuities are to be marked on
5720         buffers. Fixes some asf files and #338778.
5721         Also avoid some crashers when we receive an event in the 
5722         NULL state.
5723
5724 2006-04-28  Michael Smith  <msmith@fluendo.com>
5725
5726         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5727         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5728         (gst_gnome_vfs_src_get_property),
5729         (gst_gnome_vfs_src_send_additional_headers_callback),
5730         (gst_gnome_vfs_src_received_headers_callback),
5731         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5732         (gst_gnome_vfs_src_stop):
5733         * ext/gnomevfs/gstgnomevfssrc.h:
5734           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5735           proper shared support within icydemux.
5736
5737 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5738
5739         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5740         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5741           fix up docs
5742           fix a leak when no caps negotiated
5743           fix counting of input frames
5744         * tests/check/elements/.cvsignore:
5745         * tests/check/elements/videorate.c: (assert_videorate_stats),
5746         (GST_START_TEST), (videorate_suite):
5747           add tests for these
5748
5749 2006-04-28  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst-libs/gst/audio/gstringbuffer.c:
5752         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5753         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5754         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5755         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5756         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5757         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5758         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5759         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5760         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5761         Check arguments passed to public functions instead of
5762         crashing.
5763
5764 2006-04-28  Wim Taymans  <wim@fluendo.com>
5765
5766         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5767         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5768         GstBaseAudioSrc must be live or it does not work.
5769
5770         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5771         Don't set live to TRUE as this is the default in the parentclass.
5772
5773 2006-04-28  Wim Taymans  <wim@fluendo.com>
5774
5775         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5776         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5777         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5778         fixation cases better. Fixes #338991
5779
5780 2006-04-28  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5783         Handle 0/1 framerate correctly Fixes #331901.
5784
5785 2006-04-28  Wim Taymans  <wim@fluendo.com>
5786
5787         * tests/check/elements/audioconvert.c: (get_float_caps),
5788         (GST_START_TEST), (audioconvert_suite):
5789         Added check for correct clipping when doing float samples
5790         in audioconvert.
5791
5792 2006-04-28  Wim Taymans  <wim@fluendo.com>
5793
5794         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5795         (gst_video_rate_chain):
5796         Print more debugging info.
5797
5798 2006-04-28  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5801         (resample_set_state_from_caps):
5802         Add support for other formats audioresample can handle such as
5803         32 bits in and float and 64 bits float. Fixes #301759
5804
5805 2006-04-28  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/audioconvert/audioconvert.c: (float):
5808         correctly clip float samples > 1.0. Fixes #338718
5809
5810 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5811
5812         Patch by: Young-Ho Cha  <ganadist at chollian net>
5813
5814         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5815         (gst_text_overlay_render_text):
5816           Don't strip newlines from the text. Also, center lines
5817           within multi-line paragraphs (#339405).
5818
5819 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5822           Fix wavpack typefinding to work in more cases (don't peek
5823           for chunks of multiple hundred kBs at once, but process
5824           things step-by-step in smaller units). Fixes #339786.
5825
5826 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5827
5828         * configure.ac:
5829           back to HEAD
5830
5831 === release 0.10.6 ===
5832
5833 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5834
5835         * configure.ac:
5836           releasing 0.10.6, "Chao"
5837
5838 2006-04-26  David Schleef  <ds@schleef.org>
5839
5840         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5841           Fixes #338897.
5842
5843 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5844
5845         * configure.ac:
5846         * win32/common/config.h:
5847           new prerelease
5848
5849 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5850
5851         patch by: Wim Taymans
5852
5853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5854         (gst_ogg_demux_perform_seek):
5855           make sure correct newsegments are sent, so that the decoder
5856           and the demuxer agree on timestamps.  Fixes playback of a lot
5857           of Ogg files that do not start from 0.  Fixes #339833.
5858
5859 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5860
5861         Patch by: Edward Hervey  <edward@fluendo.com>
5862
5863         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5864         * tests/check/Makefile.am:
5865         * tests/check/elements/videorate.c: (assert_videorate_stats),
5866         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5867         (videorate_suite), (main):
5868           Fix an infinite loop if frames are passed in with wrongly ordered
5869           timestamps.  Fixes #339013.
5870
5871 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5872
5873         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5876           fix typefinding on some ISO files.  Fixes #339212.
5877
5878 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5879
5880         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5883           add another H264 fourcc.  Fixes #339047.
5884
5885 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5886
5887         Patch by: Jan Schmidt
5888
5889         * gst/playback/gststreamselector.c:
5890         (gst_stream_selector_bufferalloc):
5891           Restore old StreamSelector behaviour.
5892           Fixes #338419.
5893
5894 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5895
5896         * configure.ac:
5897         * win32/common/config.h:
5898           prerelease
5899
5900 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5903
5904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5905         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5906           Fix some memory leaks: on finalize, free buffers left in the queue
5907           before destroying the queue; in _push(), unref rtp_buf even if
5908           the process vfunc returned a NULL buffer as output buffer (#337548);
5909           demote some recuring debug messages to LOG level.
5910
5911 2006-04-11  Wim Taymans  <wim@fluendo.com>
5912
5913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5914         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5915         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5916         (gst_ogg_demux_loop):
5917         More cleanups.
5918         Respect segment stop when emiting EOS or SEGMENT_DONE.
5919         Fixes (#337945).
5920
5921 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst/playback/gststreamselector.c:
5924         (gst_stream_selector_get_property):
5925           Don't leak pad name.
5926
5927 2006-04-10  Michael Smith  <msmith@fluendo.com>
5928
5929         * tests/check/Makefile.am:
5930         * tests/check/gst-plugins-base.supp:
5931           Suppress an old libtheora bug (fixed in more recent versions), so 
5932           that FC4 buildslaves can pass.
5933
5934 2006-04-10  Wim Taymans  <wim@fluendo.com>
5935
5936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5937         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5938         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5939         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5940         (gst_ogg_demux_loop):
5941         Don't leak events.
5942         Remember what error we got when finding chains, if we
5943         were shutdown, that would not be an error.
5944
5945 2006-04-10  Wim Taymans  <wim@fluendo.com>
5946
5947         * gst-libs/gst/audio/gstbaseaudiosink.c:
5948         (gst_base_audio_sink_event):
5949         Starting the ringbuffer when we did not acquire it can cause
5950         a deadlock, is pointless and causes nasty things for
5951         subclasses. 
5952         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5953
5954 2006-04-10  Wim Taymans  <wim@fluendo.com>
5955
5956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5957         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5958         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5959         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5960         (gst_ogg_demux_deactivate_current_chain),
5961         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5962         (gst_ogg_demux_bisect_forward_serialno),
5963         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5964         Add some more debugging.
5965
5966 2006-04-10  Wim Taymans  <wim@fluendo.com>
5967
5968         * ext/theora/theoradec.c: (theora_dec_src_event),
5969         (theora_handle_data_packet):
5970         Some more debug info.
5971
5972         * tests/examples/seek/seek.c: (start_seek), (main):
5973         Print element messages too.
5974
5975 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5976
5977         * gst/audioresample/debug.h:
5978           replace debug macros with variable number of parameters
5979           by a simple alias to gstreamer standard debug macros 
5980          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5981           supported by MSVC 6.0 and 7.1)
5982         * gst/audioresample/resample.h:
5983           define M_PI and rint for WIN32
5984         * win32/common/libgstaudio.def:
5985         * win32/common/libgstriff.def:
5986         * win32/common/libgsttag.def:
5987         * win32/common/libgstvideo.def:
5988           add new exported functions
5989         * win32/vs6:
5990           update project files
5991
5992 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5993
5994         * ext/alsa/gstalsamixeroptions.c:
5995         (gst_alsa_mixer_options_class_init):
5996         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5999         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6000         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6001         * gst-libs/gst/audio/gstaudiofilter.c:
6002         (gst_audio_filter_class_init):
6003         * gst-libs/gst/audio/gstaudiosink.c:
6004         (gst_audioringbuffer_class_init):
6005         * gst-libs/gst/audio/gstaudiosrc.c:
6006         (gst_audioringbuffer_class_init):
6007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6008         * gst-libs/gst/interfaces/colorbalancechannel.c:
6009         (gst_color_balance_channel_class_init):
6010         * gst-libs/gst/interfaces/mixeroptions.c:
6011         (gst_mixer_options_class_init):
6012         * gst-libs/gst/interfaces/mixertrack.c:
6013         (gst_mixer_track_class_init):
6014         * gst-libs/gst/interfaces/tunerchannel.c:
6015         (gst_tuner_channel_class_init):
6016         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6017         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6018         (gst_netbuffer_class_init):
6019         * gst-libs/gst/rtp/gstbasertppayload.c:
6020         (gst_basertppayload_class_init):
6021         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6023         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6024         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6025         * gst/playback/gststreamselector.c:
6026         (gst_stream_selector_class_init):
6027         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6028         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6029         * sys/v4l/gstv4lcolorbalance.c:
6030         (gst_v4l_color_balance_channel_class_init):
6031         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6032         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6033         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6034         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6035         (gst_v4l_tuner_norm_class_init):
6036         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6038         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6039         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6040
6041 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * ext/pango/gsttextrender.h:
6044         * gst-libs/gst/audio/gstaudiosink.h:
6045         * gst-libs/gst/audio/gstaudiosrc.h:
6046         * gst-libs/gst/audio/gstbaseaudiosink.h:
6047         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6048         * gst-libs/gst/audio/gstringbuffer.h:
6049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6050         * gst-libs/gst/rtp/gstbasertppayload.h:
6051         * gst-libs/gst/video/gstvideofilter.h:
6052         * gst-libs/gst/video/gstvideosink.h:
6053         * gst/playback/gstplaybasebin.h:
6054         * gst/tcp/gstmultifdsink.h:
6055         * sys/v4l/gstv4lelement.h:
6056         Fix broken GObject macros
6057
6058 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6059
6060         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6061         More debug to trace why my USB headset is not working with gst
6062
6063 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6064
6065         * gst/playback/gstplaybasebin.c: (group_destroy):
6066         Clean up our group elements properly in the case where it never 
6067         got committed - it still got added unconditionally to the bin.
6068
6069 2006-04-07  Wim Taymans  <wim@fluendo.com>
6070
6071         * ext/theora/theoradec.c: (theora_dec_sink_event),
6072         (theora_handle_data_packet), (theora_dec_chain):
6073         Unref unhandled events.
6074         Protect against empty buffers.
6075         Perform QoS on running time.
6076
6077 2006-04-07  Michael Smith  <msmith@fluendo.com>
6078
6079         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6080         (gst_vorbis_enc_chain):
6081           Remove leaks from vorbisenc.
6082           Mostly minor changes, the only significant one is that now the
6083           buffers we set as 'streamheader' on the caps are copies of the
6084           original buffers, to avoid circular refcounting problems.
6085
6086 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6087
6088         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6089           Don't remove our mute-probe if someone else already did so.
6090           Don't set a 2nd one if there is already one pending on the pad.
6091
6092         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6093         (do_playbin_seek):
6094           When a seek fails, ensure that playbin is still set back to playing.
6095           
6096         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6097         (mpeg_ts_type_find), (plugin_init):
6098           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6099
6100 2006-04-06  Andy Wingo  <wingo@pobox.com>
6101
6102         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6103         (gst_video_rate_init): Caps-related parameters should not be reset
6104         by a flush -- move their inits to the instance init function.
6105         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6106         is not OK, just return the result.
6107
6108         * gst/audiotestsrc/gstaudiotestsrc.c
6109         (gst_audio_test_src_class_init)
6110         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6111         broken by Stefan's commit on 24 March.
6112
6113         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6114         buffers being pushed out. Fixes oggmux ! multifdsink.
6115
6116 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6119         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6120         * ext/vorbis/vorbisdec.h:
6121         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6122         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6123         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6124         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6125         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6126         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6127         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6128         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6129         (gst_vorbis_enc_buffer_from_packet),
6130         (gst_vorbis_enc_buffer_from_header_packet),
6131         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6132         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6133         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6134         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6135         (gst_vorbis_enc_change_state):
6136         * ext/vorbis/vorbisenc.h:
6137           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6138           vorbisenc adhere to the official nomenclature; use boilerplate
6139           macro.
6140
6141 2006-04-04  Andy Wingo  <wingo@pobox.com>
6142
6143         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6144         Whoops, fix bug introduced. Bad hacker!
6145         
6146         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6147         Properly handle the case where you get EOS before any buffers are
6148         received. Use gst_buffer_make_metadata_writable where appropriate.
6149
6150         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6151         is often negative -- make it signed so as not to wrap around.
6152         Fixes segfaults introduced on 9 March.
6153
6154 2006-04-03  Wim Taymans  <wim@fluendo.com>
6155
6156         * ext/theora/gsttheoradec.h:
6157         * ext/theora/theoradec.c: (theora_dec_src_event):
6158         Don't try to store a gdouble in a gboolean.
6159         Small cleanups.
6160
6161 2006-04-03  Michael Smith  <msmith@fluendo.com>
6162
6163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6164           Oggmux sucks.
6165           Make it suck slightly less by writing out the final page.
6166           Still can't encode a vorbis-in-ogg file correctly, though.
6167
6168 2006-04-03  Andy Wingo  <wingo@pobox.com>
6169
6170         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6171         a g_print.
6172
6173         * ext/theora/theora.c (plugin_init): Register theoraparse.
6174
6175         * ext/theora/gsttheoraparse.h: 
6176         * ext/theora/theoraparse.c: New files implementing a theora
6177         parser. Now we can properly remux ogg/theora+vorbis, yay.
6178
6179         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6180
6181 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6182
6183         * gst/audiotestsrc/gstaudiotestsrc.c:
6184           Fixed the sample pipeline (see #323798)
6185
6186 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6187
6188         * configure.ac:
6189         * win32/common/config.h:
6190         * win32/common/config.h.in:
6191           use AS_VERSION and AS_NANO
6192           more cleanups
6193
6194 2006-03-31  Andy Wingo  <wingo@pobox.com>
6195
6196         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6197         uninitialized variable return that would happen.
6198         
6199         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6200         uninitialized variable return that would never happen.
6201
6202         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6203         (vorbis_parse_sink_event): Add an event function to flush our
6204         state on a seek, and to drain buffers on a premature EOS.
6205         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6206         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6207         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6208         (vorbis_parse_drain_queue): Queue up buffers until we can set
6209         their timestamps and granulepos values.
6210
6211         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6212         and keep track of data needed for deriving granulepos and
6213         timestamps for buffers.
6214
6215 2006-03-29  Wim Taymans  <wim@fluendo.com>
6216
6217         Patch by: j^ <j at bootlab dot org>
6218
6219         * ext/alsa/gstalsamixerelement.c:
6220         (gst_alsa_mixer_element_class_init):
6221         * ext/alsa/gstalsasink.c:
6222         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6223         * ext/ogg/gstoggdemux.c:
6224         * ext/ogg/gstoggmux.c:
6225         * ext/ogg/gstoggparse.c:
6226         * ext/pango/gstclockoverlay.c:
6227         * ext/pango/gsttextoverlay.c:
6228         * ext/pango/gsttextrender.c:
6229         * ext/pango/gsttimeoverlay.c:
6230         * ext/theora/theoradec.c:
6231         * ext/theora/theoraenc.c:
6232         * ext/vorbis/vorbisdec.c:
6233         * ext/vorbis/vorbisenc.c:
6234         * gst/audioconvert/gstaudioconvert.c:
6235         * gst/subparse/gstsubparse.c:
6236         * gst/tcp/gstmultifdsink.c:
6237         * gst/tcp/gsttcpclientsink.c:
6238         * gst/tcp/gsttcpclientsrc.c:
6239         * gst/tcp/gsttcpserversink.c:
6240         * gst/tcp/gsttcpserversrc.c:
6241           better/unified long descriptions
6242           Fixes #336477
6243
6244 2006-03-29  Wim Taymans  <wim@fluendo.com>
6245
6246         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6247         (stop_seek):
6248         Don't let double and triple clicks mess up our state.
6249
6250 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * gst/playback/gstplaybin.c: (gen_video_element),
6253         (gen_text_element), (gen_audio_element), (gen_vis_element):
6254           Error out gracefully when we can't create any of the usual
6255           conversion elements for some reason. Also, don't try to
6256           create an audioscale (sic) element that's not used anyway.
6257
6258 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         * gst/playback/gstplaybasebin.c: (setup_source):
6261           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6262           element for a particular protocol, that's confusing for users.
6263           Instead, post a RESOURCE_FAILED error, so that our own error
6264           message is actually shown in totem etc. (#336303).
6265
6266 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6269
6270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6271         (gst_gnome_vfs_src_get_icy_metadata):
6272           Fix some minor memory leaks (#336194).
6273
6274 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * ext/gnomevfs/gstgnomevfs.c:
6277         (gst_gnome_vfs_location_to_uri_string):
6278         * ext/gnomevfs/gstgnomevfs.h:
6279         * ext/gnomevfs/gstgnomevfssink.c:
6280         (gst_gnome_vfs_sink_set_property):
6281         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6282           Make gnomevfssink accept filenames as well as URIs for the
6283           "location" property, just like gnomevfssrc does (and
6284           filesrc/filesink do) (#336190).
6285
6286 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6287
6288         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6289           set to NULL before unreffing, fixes a valgrind leak.
6290           Why was this not triggering the error that an object needs to
6291           be NULL before unreffing ?
6292         * win32/common/config.h:
6293           update
6294
6295 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * gst/subparse/gstsubparse.c: (convert_encoding),
6298         (gst_sub_parse_change_state):
6299         * gst/subparse/gstsubparse.h:
6300           Text subtitle files may or may not be UTF-8. If it's not, we
6301           don't really want to see '?' characters in place of non-ASCII
6302           characters like accented characters. So let's assume the input
6303           is UTF-8 until we come across text that is clearly not. If it's
6304           not UTF-8, we don't really know what it is, so try the following:
6305           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6306           is set; if not, check (b) if the current locale encoding is
6307           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6308           the current locale encoding is UTF-8 and the environment variable
6309           was not set to any particular encoding. Not perfect, but better
6310           than nothing (and better than before, I think) (fixes #172848).
6311
6312 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6313
6314         * configure.ac:
6315           update core requirement to 0.10.4.1 because of async_playback
6316           vmethod on GstBaseSink
6317
6318 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6319
6320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6321         * gst/adder/gstadder.c: (gst_adder_init):
6322         use DEBUG_FUNCPTR for collectpads
6323
6324 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6325
6326         * docs/plugins/Makefile.am:
6327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6328         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6329         * ext/cdparanoia/gstcdparanoiasrc.c:
6330         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6331         (gst_gnome_vfs_sink_class_init):
6332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6334         * ext/ogg/gstoggmux.c:
6335         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6336         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6337         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6338         * ext/pango/gsttextoverlay.c:
6339         * ext/pango/gsttextrender.c:
6340         * ext/theora/theoradec.c:
6341         * ext/theora/theoraenc.c:
6342         * ext/vorbis/vorbisdec.c:
6343         * ext/vorbis/vorbisenc.c:
6344         * gst-libs/gst/audio/gstaudiofilter.c:
6345         (gst_audio_filter_base_init):
6346         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6347         (gst_audio_filter_template_base_init):
6348         * gst/adder/gstadder.c: (gst_adder_get_type):
6349         * gst/adder/gstadder.h:
6350         * gst/audioconvert/gstaudioconvert.c:
6351         * gst/audiotestsrc/gstaudiotestsrc.c:
6352         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6353         (gst_audio_test_src_create):
6354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6355         * gst/playback/gstdecodebin.c:
6356         * gst/playback/gstplaybin.c:
6357         * gst/playback/gststreamselector.c:
6358         (gst_stream_selector_base_init):
6359         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6360         * gst/volume/gstvolume.c:
6361         * sys/v4l/gstv4lmjpegsink.c:
6362         * sys/v4l/gstv4lmjpegsrc.c:
6363         * tests/check/libs/cddabasesrc.c:
6364         * tests/old/examples/gob/gst-identity2.gob:
6365           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6366           define GstElementDetails at the top
6367
6368 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6369
6370         * win32/common/libgstinterfaces.def:
6371         Add a lot of export functions for gst-python
6372         * win32/vs6/libgstinterfaces.dsp:
6373         Add a missing include folder in the project configuration
6374         
6375 2006-03-23  Wim Taymans  <wim@fluendo.com>
6376
6377         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6378         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6379         (gst_base_audio_src_change_state):
6380         Fix audio sources, forgot to make the ringbuffer
6381         startable...
6382
6383 2006-03-23  Wim Taymans  <wim@fluendo.com>
6384
6385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6386         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6387         (gst_base_audio_src_change_state):
6388         unparent instead of unref the ringbuffer.
6389
6390 2006-03-23  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst-libs/gst/audio/gstbaseaudiosink.c:
6393         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6394         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6395         Implement new async_play vmethod to start slaving and allow
6396         playback start in case of async PLAY state changes. 
6397
6398         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6399         Enable QoS with new method in base class.
6400
6401 2006-03-23  Wim Taymans  <wim@fluendo.com>
6402
6403         Patch by: Julien MOUTTE <julien at moutte dot net>
6404
6405         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6406         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6407         Partially handle 0 framerate, only EOS after the first frame
6408         is missing.
6409
6410 2006-03-23  Wim Taymans  <wim@fluendo.com>
6411
6412         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6413
6414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6415         (gst_riff_create_video_template_caps):
6416         * gst/ffmpegcolorspace/avcodec.h:
6417         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6418         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6419         (gst_ffmpegcsp_avpicture_fill):
6420         * gst/ffmpegcolorspace/imgconvert.c:
6421         Patch for support of YVU9 AVI files (#334822)
6422
6423 2006-03-22  Edward Hervey  <edward@fluendo.com>
6424
6425         * docs/design/design-decodebin.txt:
6426         Added design document for new decodebin
6427         (Target Caps): text/x-pango-markup is also a default target caps.
6428
6429 2006-03-22  Wim Taymans  <wim@fluendo.com>
6430
6431         * gst-libs/gst/audio/gstbaseaudiosink.c:
6432         (gst_base_audio_sink_dispose):
6433         Since we _parent the ringbuffer, we also need to
6434         _unparent instead of a plain _unref.
6435
6436 2006-03-22  Wim Taymans  <wim@fluendo.com>
6437
6438         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6439         (stop_seek), (scrub_toggle_cb), (main):
6440         Add scrub checkbox.
6441
6442 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6445         (gst_ogg_parse_chain):
6446           Fix very inefficient usage of linked lists (#335365).
6447
6448 2006-03-21  Edward Hervey  <edward@fluendo.com>
6449
6450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6451         * gst/playback/gstplaybin.c: (handoff):
6452         * gst/playback/gststreamselector.c:
6453         (gst_stream_selector_set_property):
6454         gcc 4.1 unreferenced pointer fixes.
6455         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6457         gst_buffer_ref() now takes a GstBuffer*.
6458
6459 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6460
6461         * sys/xvimage/xvimagesink.c:
6462         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6463         by Jan Schmidt.
6464
6465 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6468         (id3v1_type_find), (apetag_type_find), (plugin_init):
6469           Can't do tag preferences via probability, as tags would then
6470           lose against types that are recognised with MAXIMUM probability
6471           (like .wav); so let all tag typefinders return MAXIMUM themselves
6472           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6473           that we can prefer APE to ID3v1 (fixes #335028).
6474           
6475 2006-03-17  Wim Taymans  <wim@fluendo.com>
6476
6477         * gst-libs/gst/audio/gstbaseaudiosink.c:
6478         (gst_base_audio_sink_change_state):
6479         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6480         (gst_ring_buffer_may_start):
6481         * gst-libs/gst/audio/gstringbuffer.h:
6482         Only start playback if we are playing.
6483         should fix #330748.
6484
6485 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6486
6487         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6488         * win32/common/config.h:
6489           Revert accidental commits to these files.
6490
6491 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6494
6495         * tests/Makefile.am:
6496           Don't try to build tests in tests/icles if we
6497           don't have X (#323852)
6498
6499 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         * gst-libs/gst/tag/gstid3tag.c:
6502           Add TXXX frame identifiers for replaygain stuff as used
6503           by some taggers (see #323721).
6504
6505 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6506
6507         * gst/playback/gststreamselector.c:
6508         (gst_stream_selector_set_property),
6509         (gst_stream_selector_bufferalloc):
6510           Preserve the existing buggy streamselector behaviour by performing
6511           a fallback buffer allocation when downstream isn't linked yet.
6512           This should really be fixed in playbin by blocking pads until it's
6513           linked them.
6514           Also, use gst_pad_alloc_buffer instead of
6515           gst_pad_alloc_buffer_and_set.
6516
6517 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6518
6519         * gst-libs/gst/tag/gstid3tag.c:
6520           Don't crash on unknown ID3v2 TXXX frames.
6521           
6522 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6523
6524         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6525           Chain up to the parent finalize method.
6526           Add 32-bit sample size to the template caps.
6527
6528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6529         (gst_riff_create_video_template_caps):
6530           Add the fourcc that the VMWare codec uses.
6531           
6532         * gst/playback/gststreamselector.c:
6533         (gst_stream_selector_set_property),
6534         (gst_stream_selector_bufferalloc),
6535         (gst_stream_selector_request_new_pad):
6536           For the active pad, forward buffer-alloc requests, otherwise
6537           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6538           having to memcpy every frame when used by playbin.
6539
6540         * gst/tcp/gstmultifdsink.c:
6541         (gst_multi_fd_sink_handle_client_write):
6542           Get negotiated caps from the sink pad, rather than the sink
6543           pad's peer.
6544
6545 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6548         
6549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6550           Don't forget to set src->callbacks_pushed to FALSE again when
6551           popping them, otherwise re-activation in a different mode won't
6552           work (#334620).
6553
6554 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         Patch by: Sebastien Moutte  <sebastien moutte net>
6557
6558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6559         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6560         (gst_ffmpeg_smpfmt_to_caps):
6561           Replace __VA_ARGS__ caps creation macros with varargs functions.
6562           Makes things compile on MSVC (#320765), looks nicer, and we can
6563           tell the compiler to check for the NULL terminator.
6564
6565 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6568
6569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6570           Make sure the buffer we copy into is really always big
6571           enough, this time for real (#333488).
6572           
6573 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6576           Add support for 24bpp DIB (#305279).
6577
6578 2006-03-14  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6581         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6583         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6584         (gst_video_scale_init), (gst_video_scale_src_event):
6585         Re-enable QoS after the release.
6586         Rework videoscale to use the base class src_event handler.
6587
6588 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         * configure.ac:
6591           back to CVS.
6592
6593 === release 0.10.5 ===
6594
6595 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6596
6597         * configure.ac:
6598           releasing 0.10.5, "Net"
6599
6600 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * docs/plugins/Makefile.am:
6603           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6604           
6605 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6606
6607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6609         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6610           Add cdparanoiasrc to docs.
6611
6612         * gst-libs/gst/cdda/gstcddabasesrc.c:
6613           More GstCddaBaseSrc docs.
6614
6615 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * docs/libs/gst-plugins-base-libs-sections.txt:
6618         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6619         * gst-libs/gst/tag/tag.h:
6620           API: libgsttag: new method gst_tag_from_id3_user_tag().
6621
6622 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6625           NULL-terminate array of mpeg4 video file extensions.
6626           Fixes crash on PPC (#334226).
6627
6628 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * ext/gnomevfs/gstgnomevfssrc.c:
6631         (gst_gnome_vfs_src_check_get_range):
6632           gnome_vfs_uri_is_local() alone is not a good indicator
6633           whether we can operate in pull-mode with a specific URI,
6634           as it returns FALSE for file:// URIs that point to an
6635           NFS-mounted path. Be more conservative here: whitelist
6636           local files, blacklist http URIs and use the old
6637           mechanism for anything else (fixes #334216).
6638
6639 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6640
6641         * configure.ac:
6642           back to trunk
6643
6644 === release 0.10.4 ===
6645
6646 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6647
6648         * configure.ac:
6649           releasing 0.10.4, "Power"
6650
6651 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6652
6653         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6654         Disable max-lateness by setting it to -1 for now, so that 
6655         we can bed QoS stuff in thoroughly between now and the next
6656         release.
6657
6658 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         Patch by: Fabrizio Gennari
6661
6662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6663           Make sure we don't read beyond the palette buffer in case of
6664           broken or manipulated files (#333488)
6665
6666 2006-03-10  Edward Hervey  <edward@fluendo.com>
6667
6668         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6669         Fix for variable not initialized.
6670
6671 2006-03-09  Wim Taymans  <wim@fluendo.com>
6672
6673         * ext/libvisual/visual.c: (gst_visual_get_type),
6674         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6675         (gst_visual_chain):
6676         Small cleanups.
6677
6678         * ext/theora/gsttheoradec.h:
6679         * ext/theora/theoradec.c: (gst_theora_dec_init),
6680         (gst_theora_dec_reset), (_theora_granule_time),
6681         (theora_dec_src_convert), (theora_dec_sink_convert),
6682         (theora_dec_src_query), (theora_dec_src_event),
6683         (theora_dec_sink_event), (theora_handle_comment_packet),
6684         (theora_handle_header_packet), (theora_dec_push),
6685         (theora_handle_data_packet), (theora_dec_chain),
6686         (theora_dec_change_state):
6687         Add simple QoS.
6688
6689 2006-03-09  Wim Taymans  <wim@fluendo.com>
6690
6691         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6692         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6693         Some cleanups.
6694
6695 2006-03-09  Wim Taymans  <wim@fluendo.com>
6696
6697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6698         Don't try to activate NULL chains.
6699
6700 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6701
6702         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6703           Fix invalid memory access to region before peek'd data (#332964).
6704
6705 2006-03-09  Wim Taymans  <wim@fluendo.com>
6706
6707         Patch by: Christophe Fergeau
6708
6709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6710         * ext/pango/gsttextrender.c: (gst_text_render_init):
6711         * gst/adder/gstadder.c: (gst_adder_init):
6712         Don't leak padtemplates, closes #333510.
6713
6714 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6717           Fix invalid memory access: make sure string passed to
6718           regexec() is NUL-termianted.
6719
6720 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6723         (mp3_type_find):
6724           Refactor mpeg/audio typefinding to make it more maintainable
6725           and easier to fine-tune. Make probing into middle of the file
6726           work properly (fixes #333900, also see #152688).
6727
6728 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * gst/typefind/gsttypefindfunctions.c:
6731         (utf8_type_find_have_valid_utf8_at_offset):
6732           Remove part from previous commit that was bogus:
6733           g_utf8_validate() does in fact not accept embedded
6734           zeroes, so we don't need to check for those (thanks
6735           to Mike for the hint).
6736
6737 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * gst/typefind/gsttypefindfunctions.c:
6740         (utf8_type_find_count_embedded_zeroes),
6741         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6742           Make plain/text typefinder more conservative: firstly, check
6743           for embedded zeroes, which are perfectly valid UTF-8 characters,
6744           but also a fairly good sign that something is not a plain text
6745           file; secondly, probe into the middle of the file if possible.
6746           If we can't probe into the middle, limit the probability value
6747           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6748
6749 2006-03-08  Michael Smith  <msmith@fluendo.com>
6750
6751         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6752           Make typefind function name for mpeg4 video unique.
6753
6754 2006-03-08  Wim Taymans  <wim@fluendo.com>
6755
6756         * ext/libvisual/visual.c: (gst_visual_init),
6757         (gst_visual_clear_actors), (gst_visual_dispose),
6758         (gst_visual_reset), (gst_visual_src_setcaps),
6759         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6760         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6761         (gst_visual_chain), (gst_visual_change_state):
6762         Cleanups, post nice errors.
6763         Handle sink and src events.
6764         Implement simple QoS.
6765
6766         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6767         Use new basesink methods to configure max-lateness.
6768         Small doc update.
6769
6770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6771         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6772         Debug statement cleanups.
6773
6774         * gst/volume/gstvolume.c: (gst_volume_class_init):
6775         Simple cleanup.
6776
6777 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6778
6779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6780         (gst_text_overlay_init), (gst_text_overlay_set_property),
6781         (gst_text_overlay_get_property):
6782           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6783           as string type properties, but mark them deprecated. Add
6784           'halignment' and 'valignment' properties that use enums
6785           instead of strings.
6786
6787 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         Patch by: Fabrizio Gennari
6790
6791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6792           Allow palettes with less than 256 colours in AVI files
6793           (#333488)
6794
6795 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6796
6797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6798         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6799         pad. We were releasing the queued text buffer when we should keep
6800         it until video pad gets EOS or discard the text buffer because it's
6801         too old. That was eating the last subtitle buffer. Add some more
6802         debug.
6803
6804 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6805
6806         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6807         (gst_text_overlay_video_chain):
6808           Fix invalid memory access (we can't access a buffer after it's been
6809           pushed downstream without taking a reference); fix memory leak (if
6810           there's no text to render, bail out before allocating stuff).
6811
6812 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6815         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6816         * ext/pango/gsttextoverlay.h:
6817           If input is plain text, escape it before passing it to
6818           pango_layout_set_markup().
6819
6820 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6823           Don't ignore flow return from gst_pad_push().
6824
6825 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6826
6827         Patch by: Fabrizio Gennari
6828
6829         * ext/libvisual/visual.c: (gst_visual_getcaps),
6830         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6833         (gst_vorbisenc_convert_sink):
6834         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6835         (gst_audio_duration_from_pad_buffer):
6836         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6837         (gst_audio_filter_chain):
6838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6839         (gst_base_rtp_depayload_setcaps):
6840         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6841         (gst_video_get_size):
6842         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6843           Don't leak references returned by gst_pad_get_parent()
6844           (#333663)
6845
6846 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6847
6848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6849           change location param details
6850         * gst/volume/gstvolume.c: (plugin_init):
6851           correct plugin description
6852
6853 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6856         (gst_gnome_vfs_src_check_get_range):
6857           Override GstBaseSrc::check_get_range() in order to avoid opening
6858           the resource just to check whether we can operate in pull-mode or
6859           not - we can predict that pretty well from the URI alone. Should
6860           fix problems with last.fm (#331690). (Requires latest core CVS).
6861
6862 2006-03-06  Wim Taymans  <wim@fluendo.com>
6863
6864         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6865         (gst_video_sink_class_init):
6866         Throw away frames that are later than 20 ms.
6867
6868 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         Patch by: Fabrizio Gennari
6871
6872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6873           Set depth on WMA caps (#333545)
6874
6875 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6876
6877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6878         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6879           put Theora BOS pages before others.  This hardcodes
6880           the Ogg/Theora I profile, but hey.
6881
6882 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6883
6884         * ext/ogg/README:
6885           updated with some examples
6886         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6887         (granulepos_add), (theora_buffer_from_packet):
6888         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6889         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6890         (gst_vorbisenc_chain):
6891           implement strategy from ext/ogg/README
6892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6893         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6894         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6895         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6896           Fix muxer so that oggz-validate is happy with all streams;
6897           except for no eos mark, and the BOS page ordering
6898         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6899         (check_buffer_granulepos):
6900         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6901           update tests to check for OFFSET being set as requested
6902           fixed type of granulepos, it's not a ClockTime
6903
6904 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6905
6906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6907         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6908         Check that the xvimage we are creating has a correct size
6909         before returning it. (#314897)
6910
6911 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6914           Give id3 and ape tag typefinders a rank slightly higher
6915           than PRIMARY to ensure they're always run before any of
6916           the other typefinders (in particular wav and mp3) (#324186).
6917
6918 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6921           Add support for '3IVD' fourcc (#333403).
6922
6923 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         * configure.ac:
6926           Bump requirements to GStreamer CVS for the new error enum.
6927
6928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6929           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6930           space left on the device (fixes #333352).
6931
6932 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6933
6934         * win32/vs6:
6935           add a project file for libgstvolume
6936           update the workspace
6937
6938 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6939
6940         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6941         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6942         (GST_START_TEST):
6943           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6944           Set IN_CAPS on header buffers
6945
6946 2006-03-02  Wim Taymans  <wim@fluendo.com>
6947
6948         * docs/plugins/Makefile.am:
6949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6951         Add audioresample to docs.
6952
6953         * gst/audioconvert/gstaudioconvert.c:
6954         Add revision date.
6955
6956         * gst/audioresample/gstaudioresample.c:
6957         (gst_audioresample_base_init), (gst_audioresample_class_init),
6958         (gst_audioresample_init), (gst_audioresample_dispose),
6959         (audioresample_get_unit_size), (audioresample_transform_caps),
6960         (resample_set_state_from_caps), (audioresample_transform_size),
6961         (audioresample_set_caps), (audioresample_event),
6962         (audioresample_do_output), (audioresample_transform),
6963         (audioresample_pushthrough), (gst_audioresample_set_property),
6964         (gst_audioresample_get_property), (plugin_init):
6965         * gst/audioresample/gstaudioresample.h:
6966         Added docs.
6967         Small code cleanups.
6968
6969 2006-03-02  Wim Taymans  <wim@fluendo.com>
6970
6971         * docs/plugins/Makefile.am:
6972         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6974         Added videoscale to docs.
6975
6976         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6977         (gst_video_rate_swap_prev), (gst_video_rate_event),
6978         (gst_video_rate_chain):
6979         Fix typo in docs.
6980
6981         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6982         (gst_video_scale_init), (gst_video_scale_prepare_size),
6983         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6984         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6985         * gst/videoscale/gstvideoscale.h:
6986         Added docs, examples.
6987         Some code cleanups.
6988         Post errors instead of g_warning.
6989
6990 2006-03-02  Wim Taymans  <wim@fluendo.com>
6991
6992         * docs/libs/gst-plugins-base-libs-docs.sgml:
6993         * docs/libs/gst-plugins-base-libs-sections.txt:
6994         * docs/libs/gst-plugins-base-libs.types:
6995         * docs/plugins/Makefile.am:
6996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6998         Added some more docs to libs and plugins.
6999
7000         * gst-libs/gst/audio/gstringbuffer.c:
7001         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7002         * gst-libs/gst/audio/gstringbuffer.h:
7003         Document ringbuffer some more.
7004
7005         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7006         (gst_video_rate_setcaps), (gst_video_rate_reset),
7007         (gst_video_rate_init), (gst_video_rate_flush_prev),
7008         (gst_video_rate_swap_prev), (gst_video_rate_event),
7009         (gst_video_rate_chain), (gst_video_rate_change_state):
7010         * gst/videorate/gstvideorate.h:
7011         Fix videorate to use segments.
7012         Make it work with 0/1 framerates (closes #331903)
7013         Handle EOS correctly.
7014         Added docs.
7015
7016 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7019         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7020         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7021           In state change function, first chain up to parent class,
7022           then handle downwards state change stuff. Remove some
7023           commented out cruft from 0.8 code.
7024
7025 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7028         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7029         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7030         (gst_ogm_parse_chain):
7031           Don't remove/re-add source pad if the new caps are the same as
7032           the old caps anyway (#333042). When removing source pad, don't
7033           unref it afterwards - we didn't ref it when adding. Sprinkle some
7034           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7035           after using gst_pad_get_parent(). Return downstream flow return
7036           value in chain function.
7037
7038 2006-03-02  Wim Taymans  <wim@fluendo.com>
7039
7040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7041         * docs/plugins/gst-plugins-base-plugins.args:
7042         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7043         * docs/plugins/gst-plugins-base-plugins.interfaces:
7044         * docs/plugins/gst-plugins-base-plugins.signals:
7045         Fix hierarchy, added some more elements to the docs.
7046
7047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7048         (gst_ffmpegcsp_get_type):
7049         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7050         Fix docs for ffmpegcolorspace.
7051
7052 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7055         (apetag_type_find), (ape_type_find), (plugin_init):
7056           Some typefinding fine-tuning:
7057           - rank ID3/APE tags in order of preference via probabilities, so that
7058             ID3v2 > APEv2 > APEv1 > ID3v1.
7059           - three or four bytes don't really justify MAXIMUM probability,
7060             change those to 'very likely' (musepack and monkeysaudio).
7061
7062 2006-03-01  Wim Taymans  <wim@fluendo.com>
7063
7064         * docs/plugins/Makefile.am:
7065         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7066         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7067         * ext/alsa/gstalsamixer.c:
7068         * ext/alsa/gstalsamixer.h:
7069         * ext/alsa/gstalsamixerelement.c:
7070         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7071         * ext/alsa/gstalsamixerelement.h:
7072         * ext/alsa/gstalsasink.c:
7073         * ext/alsa/gstalsasink.h:
7074         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7075         (gst_alsasrc_init):
7076         * ext/alsa/gstalsasrc.h:
7077         Added alsa docs.
7078         Small code cleanups.
7079
7080 2006-03-01  Wim Taymans  <wim@fluendo.com>
7081
7082         * ext/theora/Makefile.am:
7083         Dist new header too,
7084
7085 2006-03-01  Wim Taymans  <wim@fluendo.com>
7086
7087         * docs/plugins/Makefile.am:
7088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7090         * ext/gnomevfs/gstgnomevfssink.h:
7091         * ext/gnomevfs/gstgnomevfssrc.h:
7092         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7093         * ext/vorbis/vorbisdec.h:
7094         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7095         * ext/vorbis/vorbisenc.h:
7096         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7097         (vorbis_parse_chain), (vorbis_parse_change_state):
7098         * ext/vorbis/vorbisparse.h:
7099         * gst/audioconvert/gstaudioconvert.h:
7100         * gst/tcp/gsttcpserversink.h:
7101         * gst/videotestsrc/gstvideotestsrc.c:
7102         * gst/videotestsrc/gstvideotestsrc.h:
7103         * gst/volume/gstvolume.c:
7104         * gst/volume/gstvolume.h:
7105         Fix some more docs.
7106         Added docs for vorbisdec and vorbisparse.
7107         Fix vorbisparse.
7108
7109 2006-03-01  Wim Taymans  <wim@fluendo.com>
7110
7111         * docs/plugins/Makefile.am:
7112         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7113         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7114         * ext/pango/gstclockoverlay.h:
7115         * ext/pango/gsttextoverlay.h:
7116         * ext/pango/gsttextrender.h:
7117         * ext/pango/gsttimeoverlay.h:
7118         * ext/theora/gsttheoradec.h:
7119         * ext/theora/gsttheoraenc.h:
7120         * ext/theora/theoradec.c:
7121         * ext/theora/theoraenc.c:
7122         * gst/audioconvert/gstaudioconvert.h:
7123         * gst/audiotestsrc/gstaudiotestsrc.h:
7124         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7126         * gst/tcp/gstmultifdsink.h:
7127         Updated/added documentation.
7128
7129         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7130         (gst_text_overlay_halign_get_type),
7131         (gst_text_overlay_wrap_mode_get_type),
7132         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7133         (gst_text_overlay_init), (gst_text_overlay_set_property),
7134         (gst_text_overlay_get_property):
7135         Fix up properties to be enums instead of string to make bindings,
7136         introspection and automatic GUI creation possible.
7137         Add getters for the properties.
7138
7139 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7140
7141         * gst/audiotestsrc/gstaudiotestsrc.c:
7142           added defines of M_PI and M_PI_2
7143         * gst/ffmpegcolorspace/avcodec.h:
7144           removed #include "stdint.h" for win32 as _stdint.h is 
7145           autogenerated to win32/common
7146         * win32/common/libgstaudio.def:
7147         * win32/common/libgsttag.def:
7148           added some exports
7149         * win32/vs6:
7150           some project files bugs corrected
7151         * win32/vs7:
7152           project files are reset to the default vs7 configuration 
7153           (they link to msvcr71.dll using default optimizations)
7154           
7155 2006-02-28  Wim Taymans  <wim@fluendo.com>
7156
7157         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7158         Fix some docs.
7159
7160 2006-02-28  Edward Hervey  <edward@fluendo.com>
7161
7162         * ext/alsa/gstalsasrc.c:
7163         Set proper class on the ElementDetails:
7164         Source/Audio instead of Src/Audio/
7165
7166 2006-02-28  Edward Hervey  <edward@fluendo.com>
7167
7168         * gst/videoscale/vs_scanline.c:
7169         (vs_scanline_resample_nearest_RGBA):
7170         Revert optimization in videoscale. It should go in liboil and have
7171         an appropriate liboil function.
7172
7173 2006-02-28  Wim Taymans  <wim@fluendo.com>
7174
7175         * gst-libs/gst/audio/gstbaseaudiosink.c:
7176         (gst_base_audio_sink_provide_clock):
7177         Don't try to provide a clock in the NULL state.
7178
7179 2006-02-28  Wim Taymans  <wim@fluendo.com>
7180
7181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7182         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7183         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7184         (gst_ogg_demux_deactivate_current_chain),
7185         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7187         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7188         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7189         Use GstSegment infrastructure to remove duplicated code
7190         and handle more seek cases correctly.
7191
7192 2006-02-28  Wim Taymans  <wim@fluendo.com>
7193
7194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7195         (gst_ffmpegcsp_transform):
7196         Don't ignore return code from ffmpeg convert function.
7197
7198         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7199         Split out some long statements to ease debugging.
7200
7201 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7202
7203         * ext/libvisual/visual.c: (gst_visual_init),
7204         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7205         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7206         being able to renegotiate the size. Instead, use the negotiation
7207         algorithm from the goom plugin to pick an initial output caps. 
7208
7209         Also, allow theoretical libvisual plugins that might support non-GL 
7210         output even if they also do GL.
7211
7212 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7213
7214         * ext/libvisual/visual.c: (gst_visual_init),
7215         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7216         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7217         possible negotiation issues.
7218
7219 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7220
7221         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7222
7223 2006-02-24  Michael Smith  <msmith@fluendo.com>
7224
7225         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7226         (cmml_type_find), (plugin_init):
7227           Fix CMML type find function to not require a specific minor version
7228           of the CMML header.
7229
7230           Add an MPEG4 video elementary stream typefind function.
7231
7232 2006-02-04  Michael Smith  <msmith@fluendo.com>
7233
7234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7235         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7236         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7237         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7238         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7239         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7240           Annodex support in ogg demuxer. Doesn't do very much without the
7241           other annodex patches (to come).
7242
7243 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7244
7245         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7246
7247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7248           Pick up palette for MS video v1 (#327028)
7249
7250 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7253         (gst_ffmpegcsp_caps_remove_format_info),
7254         (gst_ffmpegcsp_get_unit_size):
7255           The 'palette_data' field from incoming RGB caps shouldn't be
7256           proxied on outgoing YUV caps; also, restrict unit size
7257           adjustment in case of paletted data only to the unit that
7258           actually has a palette. Fixes #330711.
7259
7260 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7263         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7264         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7265         (gst_ffmpegcsp_get_unit_size):
7266           Plug some memory leaks.
7267
7268 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         * sys/ximage/Makefile.am:
7271         * sys/xvimage/Makefile.am:
7272           Add some _CFLAGS and _LIBS that seem to be missing
7273           and/or required for Cygwin (see #317048).
7274
7275 2006-02-22  Wim Taymans  <wim@fluendo.com>
7276
7277         * ext/alsa/gstalsasrc.c:
7278         Fix description as pointed out by caugier.
7279
7280 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7281
7282         Reviewed by : Edward Hervey  <edward@fluendo.com>
7283
7284         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7285         (qt_type_find):
7286         Better 3gp typefinding (#331526).
7287
7288 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7291           Don't send EOS event here, the base class will send one for us.
7292
7293         * gst/playback/gstplaybasebin.c: (prepare_output):
7294           Subpictures without video stream aren't allowed either.
7295         
7296         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7297           Fix debug statement copy'n'paste-o.
7298
7299 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7302           Fix issues with mixer keeping state when muting/unmuting
7303           and when changing the volume whilst muted (see #331763
7304           and #331765).
7305
7306 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7309         (parse_subrip), (gst_sub_parse_format_autodetect):
7310           Set right caps given that we send escaped text. Also,
7311           honour <i></i>, <b></b> and <u></u> markers that can be found
7312           in .srt files (fixes #310202).
7313
7314 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         * gst-libs/gst/audio/mixerutils.c:
7317         (element_factory_rank_compare_func):
7318           Make order in which elements are tried more determinable.
7319
7320 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7321
7322         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7323         (remove_element_chain), (cleanup_decodebin),
7324         (gst_decode_bin_change_state): Make decodebin reusable by
7325         fixing remove_element_chain first and then introduce a
7326         cleaner in state change to ->NULL. (Closes #331678)
7327
7328 2006-02-19  Wim Taymans  <wim@fluendo.com>
7329
7330         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7331         use 0666 mask when creating files so umask gets applied
7332         correctly. Fixes #331295.
7333
7334 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7335
7336         * gst/subparse/Makefile.am:
7337         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7338         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7339         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7340         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7341         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7342         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7343         * gst/subparse/gstssaparse.h:
7344         * gst/subparse/gstsubparse.c: (plugin_init):
7345           Add very basic parser for SSA subtitle streams (as often
7346           found in matroska files).
7347
7348 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7351           That should be text/x-pango-markup, not text/x-pango-layout.
7352
7353 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7354
7355         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7356         Polishing.
7357
7358 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7359
7360         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7361         (gst_text_overlay_finalize), (gst_text_overlay_init),
7362         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7363         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7364         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7365         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7366         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7367         Fix state change deadlock.
7368
7369 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7370
7371         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7372         (gst_text_overlay_finalize), (gst_text_overlay_init),
7373         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7374         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7375         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7376         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7377         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7378         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7379         and subtitles files.
7380
7381 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7382
7383         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7384         should be considered as raw.
7385
7386 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7387
7388         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7389         (cb_probe):
7390         * gst/playback/gststreaminfo.h: Introduce language informations.
7391
7392 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7393
7394         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7395         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7396         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7397         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7398         Set shared memory segments to be deleted as soon as we have attached,
7399         that way they get cleaned up automatically if we crash.
7400
7401 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7402
7403         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7404         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7405         functions are called with lock held.
7406
7407 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7408
7409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7410         (gst_text_overlay_finalize), (gst_text_overlay_init),
7411         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7412         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7413         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7414         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7415         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7416         (gst_text_overlay_change_state): Refactoring of textoverlay
7417         without collectpads. This now supports sparse subtitles coming
7418         from a demuxer instead of a sub file. Seeking is still broken 
7419         though. Need to discuss with wtay some more on how to handle
7420         seeking correctly.
7421         * ext/pango/gsttextoverlay.h:
7422         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7423         subtitles coming from the demuxer.
7424
7425 2006-02-17  Wim Taymans  <wim@fluendo.com>
7426
7427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7428         (gst_vorbisenc_convert_sink):
7429         Use some more scaling functions.
7430
7431 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * ext/cdparanoia/gstcdparanoiasrc.c:
7434         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7435         (gst_cd_paranoia_paranoia_callback),
7436         (gst_cd_paranoia_src_signal_is_being_watched),
7437         (gst_cd_paranoia_src_read_sector):
7438         * ext/cdparanoia/gstcdparanoiasrc.h:
7439           Add back 'transport-error' and 'uncorrected-error' signals and
7440           make them actually be fired when bad stuff happens (#319340).
7441
7442 2006-02-17  Wim Taymans  <wim@fluendo.com>
7443
7444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7445         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7446         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7447         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7448         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7449         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7450         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7451         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7452         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7453         (gst_ring_buffer_clear):
7454         Small cleanups.
7455         Added some G_LIKELY.
7456
7457 2006-02-17  Wim Taymans  <wim@fluendo.com>
7458
7459         * gst-libs/gst/audio/TODO:
7460         Update TODO
7461
7462         * gst-libs/gst/audio/gstbaseaudiosink.c:
7463         (gst_base_audio_sink_get_offset):
7464         When trying to play samples ASAP and we don't have a
7465         previous sample, try to play at position 0 instead of
7466         an invalid position.
7467
7468 2006-02-17  Wim Taymans  <wim@fluendo.com>
7469
7470         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7471         (gst_alsasink_reset):
7472         Also release lock when we get an error in _reset();
7473         fix an error message.
7474
7475 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7478         (gst_alsasink_init), (get_channel_free_structure),
7479         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7480         (gst_alsasink_close):
7481         * ext/alsa/gstalsasink.h:
7482           Add support for more than 2 channels (#326720).
7483
7484 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7485
7486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7487           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7488           with 4 or 6 channels, assume a default channel layout to make things
7489           work (not sure there's anything else we can do in those cases).
7490
7491 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7492
7493         * gst-libs/gst/audio/multichannel.c:
7494           Minor docs fix.
7495
7496         * gst-libs/gst/riff/Makefile.am:
7497         * gst-libs/gst/riff/riff-ids.h:
7498         * gst-libs/gst/riff/riff-media.c:
7499         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7500           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7501           channels and a channel layout map.
7502           
7503 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7504
7505         Reviewed by Edward Hervey  <edward@fluendo.com>
7506
7507         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7508         C-level optimization of the RGBA nearest neighbour function.
7509         Eventually this might end up in liboil with vectorized versions.
7510
7511 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7512
7513         * gst-libs/gst/audio/multichannel.c:
7514         (gst_audio_get_channel_positions):
7515           When we have more than 2 channels, but no channel layout is
7516           specified in the caps, return some default channel layout
7517           to the caller and warn about about a possibly buggy element
7518           (could be buggy filtercaps as well of course) (#317038).
7519
7520 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7523           Add gst-libs/gst/cdda to list of lib search paths.
7524
7525 2006-02-15  Andy Wingo  <wingo@pobox.com>
7526
7527         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7528         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7529         to the Lord Jesus that I do not have to touch the ogg muxer ever
7530         again.
7531
7532 2006-02-15  Edward Hervey  <edward@fluendo.com>
7533
7534         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7535         quicktime movie files can also contain 'uuid' atoms.
7536
7537 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * gst/audioconvert/plugin.c: (plugin_init):
7540           Register the GstAudioChannelPosition enum type with the type
7541           system in the plugin_init function, so that it is known before
7542           any element actually makes use of multi-channel stuff. This is
7543           required for example if one wants to be able to deserialise/use
7544           a caps string with channel positions before any pipeline has
7545           been setup and started, like with gst-launch.
7546
7547 2006-02-14  Wim Taymans  <wim@fluendo.com>
7548
7549         * gst-libs/gst/audio/gstringbuffer.c:
7550         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7551         (gst_ring_buffer_samples_done), (wait_segment),
7552         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7553         Add some compiler G_(UN_)LIKELY help.
7554         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7555         make sure they can exit their functions. Should fix #330748
7556
7557 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7558
7559         * Makefile.am:
7560         * configure.ac:
7561         * win32/MANIFEST:
7562         * win32/common/_stdint.h:
7563           Windows does not have long long; copy the generated _stdint.h
7564         * win32/common/interfaces-enumtypes.c:
7565         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7566         (gst_mixer_track_flags_get_type),
7567         (gst_tuner_channel_flags_get_type):
7568         * win32/common/multichannel-enumtypes.c:
7569         (gst_audio_channel_position_get_type):
7570           update
7571
7572 2006-02-13  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst-libs/gst/audio/gstbaseaudiosink.c:
7575         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7576         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7577         Always sync on first sample we receive when starting.
7578
7579 2006-02-13  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst/playback/gstplaybin.c: (gen_vis_element):
7582         Update vis bin docs.
7583         Move queue after tee so we don't queue video buffers but
7584         audio samples instead. Fixes problems where the video queue
7585         is filled and the audio queue empty.
7586
7587 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7590           No need to push an EOS event here, GstBaseSrc will do that for us
7591           when we return FLOW_UNEXPECTED.
7592           
7593 2006-02-12  Wim Taymans  <wim@fluendo.com>
7594
7595         * gst-libs/gst/audio/gstbaseaudiosink.c:
7596         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7597         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7598         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7599         Use scale functions when possible.
7600         Fix error messages.
7601         Free clockid when after waiting for EOS.
7602         Use G_(UN_)LIKLY when it makes sense.
7603         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7604
7605 2006-02-12  Edward Hervey  <edward@fluendo.com>
7606
7607         * gst/playback/gstplaybasebin.c: (prepare_output): 
7608         Remove stray semi-colon (fixes #330888).
7609
7610 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7611
7612         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7614         Fix up the XShm call testing so that we catch errors, and don't
7615         cause new ones by attempting to detach from a segment we failed
7616         to attach to. Fixes #312439.
7617
7618 2006-02-10  Edward Hervey  <edward@fluendo.com>
7619
7620         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7621         Added flv file typefind (video/x-flv).
7622
7623 2006-02-10  Edward Hervey  <edward@fluendo.com>
7624
7625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7626         (gst_riff_create_video_template_caps):
7627         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7628         Also added the caps to the default set of riff video caps.
7629
7630 2006-02-09  Andy Wingo  <wingo@pobox.com>
7631
7632         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7633         time and the end time of the last packet in the page.
7634         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7635         on the pages in our queue, set the duration as well. Reflow a
7636         debug statement.
7637         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7638         Fixes bad muxing order.
7639
7640 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7641
7642         * gst-libs/gst/rtp/gstbasertppayload.c:
7643         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7644           update seqnum before setting it on the packet; this makes sure
7645           that the timestamp and seqnum properties match after pushing
7646           a buffer
7647
7648 2006-02-09  Andy Wingo  <wingo@pobox.com>
7649
7650         * gst-libs/gst/audio/gstringbuffer.c
7651         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7652         overflow after 13.5 hours of recording. Kapow!
7653
7654         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7655         the buffer size -- we don't care about underrun/overrun reporting
7656         right now, just need to return a useful value.
7657
7658 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7659
7660         * configure.ac:
7661           Back to CVS
7662
7663 === release 0.10.3 ===
7664
7665 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7666
7667         * configure.ac:
7668           releasing 0.10.3, "Under Pressure"
7669
7670 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7671
7672         * configure.ac:
7673         Drat. Bump libtool version number for new API.
7674         Prelease 0.10.2.3 (of 0.10.3)
7675
7676 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7677
7678         * configure.ac:
7679         * win32/common/config.h:
7680         0.10.2.2 prerelease (of 0.10.3).
7681
7682 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7683
7684         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7685           Revert Andy's newsegment change pending a more correct
7686           fix.
7687
7688 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7689
7690         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7691         (qt_type_find), (plugin_init):
7692           detect more files as 3gp
7693           group and reorder the iso file formats
7694
7695 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7696
7697         * ext/vorbis/vorbis.c: (plugin_init):
7698           Register musicbrainz tags, so apps don't have to.
7699
7700 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7703         (gst_tag_to_vorbis_tag):
7704           Make sure we called gst_tag_register_musicbrainz_tags()
7705           before possibly mapping a vorbiscomment string from/to a
7706           musicbrainz tag.
7707
7708 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7711           In case we can't find the required number of consecutive
7712           mpeg audio frames to positively identify an MPEG audio
7713           stream, check if there's at least a valid mpeg audio
7714           frame right at offset 0 and if so suggest mpeg/audio
7715           caps with a very low probability (#153004).
7716
7717 2006-02-07  Andy Wingo  <wingo@pobox.com>
7718
7719         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7720         a TIME segment if we get timestamped buffers. Requires recent
7721         fixes in core to work properly.
7722
7723 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7724
7725         * gst/playback/gstplaybasebin.c: (prepare_output):
7726           Don't print the URI as part of the error message, it
7727           makes error dialogs look rather ugly, especially if
7728           the URI is very long or has characters in it that
7729           need escaping.
7730
7731 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * gst/playback/gstplaybasebin.c: (prepare_output):
7734           Error out if we have only text or subtitles, but nothing
7735           else. Also error out if we have subtitles but no video
7736           stream.
7737
7738 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7741           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7742           Post an error message on the bus when we encounter an
7743           error, which will hopefully be more meaningful than the
7744           'Internal Flow Error' message users get to see if we
7745           just return GST_FLOW_ERROR.
7746
7747 2006-02-07  Andy Wingo  <wingo@pobox.com>
7748
7749         * configure.ac (GST_MAJORMINOR): Update core version req to
7750         0.10.2.2, for the collectpads API addition (#330244).
7751
7752 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7755           Return FALSE from plugin_init() when GnomeVFS can't
7756           be initialised for some reason (#328423).
7757
7758 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7759
7760         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7761         Stick to seeking theory until i find the bug.
7762         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7763
7764 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7767         (theora_enc_finalize), (theora_enc_sink_setcaps),
7768         (theora_set_header_on_caps), (theora_enc_chain),
7769         (theora_enc_change_state):
7770         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7771           Make theoraenc and the tests leak free. Like, really.
7772
7773 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7776         (theora_enc_finalize), (theora_enc_sink_setcaps):
7777           Add a finalize method to ensure we clean up state even if
7778           someone omitted the state change back to NULL.
7779
7780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7781         (gst_vorbisenc_chain):
7782           Free some more leaked bits.
7783
7784         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7785         (stop_pipeline):
7786           Wait for state changes to happen if they're ASYNC.
7787
7788           This ought to teach those fancy pants buildbots a lesson.
7789
7790 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7791
7792         * gst-libs/gst/tag/gstid3tag.c:
7793           Add mapping for ID3 International Standard Recording Code
7794           tag "TSRC"
7795
7796 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7797
7798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7799           Don't leak tag names.
7800
7801 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7802
7803         * docs/libs/gst-plugins-base-libs-docs.sgml:
7804         * docs/libs/gst-plugins-base-libs-sections.txt:
7805         * gst-libs/gst/tag/gstid3tag.c:
7806         * gst-libs/gst/tag/gstvorbistag.c:
7807         * gst-libs/gst/tag/tags.c:
7808           Split libgsttag docs into multiple sections.
7809
7810 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * docs/libs/Makefile.am:
7813         * docs/libs/gst-plugins-base-libs-docs.sgml:
7814         * docs/libs/gst-plugins-base-libs-sections.txt:
7815         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7816         * gst-libs/gst/tag/gstvorbistag.c:
7817         * gst-libs/gst/tag/tag.h:
7818         * gst-libs/gst/tag/tags.c:
7819           Add libgsttag to the docs.
7820
7821 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7822
7823         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7824         (gst_text_overlay_init), (gst_text_overlay_src_event),
7825         (gst_text_overlay_collected): Fix clockoverlay.
7826
7827 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * docs/libs/compiling.sgml:
7830           Fix typo: it's pkg-config, not pkg-gconfig
7831
7832         * docs/libs/gst-plugins-base-libs-docs.sgml:
7833         * docs/libs/gst-plugins-base-libs-sections.txt:
7834         * docs/libs/tmpl/gstgconf.sgml:
7835           There is no libgstgconf in 0.10, remove it
7836           from the docs.
7837
7838 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7839
7840         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7841         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7842         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7843         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7844         (gst_sub_parse_class_init), (gst_sub_parse_init),
7845         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7846         (parse_mpsub), (parser_state_init), (handle_buffer),
7847         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7848         * gst/subparse/gstsubparse.h: Introduce seeking code.
7849
7850 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7853           Add comment about LANGUAGE tag inconsistency (we want
7854           ISO-639-1, but extract three-letter identifiers?)
7855
7856         * po/POTFILES.in:
7857           Add two translatable files.
7858
7859 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * gst-libs/gst/tag/Makefile.am:
7862         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7863         * gst-libs/gst/tag/tag.h:
7864         * gst-libs/gst/tag/tags.c:
7865         (gst_tag_register_musicbrainz_tags_internal),
7866         (gst_tag_register_musicbrainz_tags):
7867           Forward-port some tags stuff from the 0.8 branch. This is
7868           mostly the addition of musicbrainz tags and their mapping
7869           to vorbistags, and a vorbistag mapping of the language tag.
7870
7871 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7872
7873         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7874         refactoring.
7875
7876 2006-02-04  David Schleef  <ds@schleef.org>
7877
7878         * ext/ogg/gstoggmux.c:
7879         * gst/typefind/gsttypefindfunctions.c:
7880           Add Dirac typefinding and add dirac format to oggmux.
7881
7882 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * gst/playback/gstdecodebin.c: (try_to_link_1):
7885           Don't put essential function call into
7886           g_return_*() macro, otherwise it'll all be
7887           replaced by NOOPs when compiling with
7888           G_DISABLE_CHECKS defined.
7889
7890 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7891
7892         * ext/ogg/gstoggdemux.c:
7893         * ext/ogg/gstoggparse.c:
7894         * gst/tcp/gsttcpserversink.c:
7895         * sys/v4l/v4lsrc_calls.c:
7896         * sys/v4l/v4lsrc_calls.h:
7897         Just make it compile with --disable-gst-debug.
7898
7899 2006-02-03  Wim Taymans  <wim@fluendo.com>
7900
7901         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7902         (gst_alsasink_class_init), (gst_alsasink_init),
7903         (gst_alsasink_write), (gst_alsasink_reset):
7904         * ext/alsa/gstalsasink.h:
7905         Add lock to protect alsa calls.
7906         Implement reset to flush samples ASAP, does not work
7907         with dmix though.
7908
7909 2006-02-02  Wim Taymans  <wim@fluendo.com>
7910
7911         * gst-libs/gst/audio/gstbaseaudiosink.c:
7912         (gst_base_audio_sink_provide_clock):
7913         Ugh.. getting late I guess...
7914
7915 2006-02-02  Wim Taymans  <wim@fluendo.com>
7916
7917         * gst-libs/gst/audio/gstbaseaudiosink.c:
7918         (gst_base_audio_sink_provide_clock),
7919         (gst_base_audio_sink_set_property),
7920         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7921         Don't try to provide a clock when we are not negotiated since
7922         we might not be able to make it run.
7923
7924 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7925
7926         * gst/playback/gstdecodebin.c: (try_to_link_1):
7927           Unlinking two source pads is ... hard.
7928
7929 2006-02-02  Wim Taymans  <wim@fluendo.com>
7930
7931         * gst-libs/gst/audio/TODO:
7932         Updated.
7933
7934         * gst-libs/gst/audio/gstbaseaudiosink.c:
7935         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7936         On EOS, wait till the last sample is played before posting EOS.
7937
7938 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7939
7940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7941           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7942           setting queue_delay to zero. Also avoid thread being started if
7943           queue_delay is zero.
7944
7945 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7948           Make test work again by connecting fakesinks to each decoded pad,
7949           which makes the pipeline wait until each fakesink has a buffer
7950           queued before going to PAUSED state. At that point we know the
7951           decodebin pads are negotiated.
7952
7953 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7956         (gst_cdda_base_src_handle_event):
7957         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7958           Pass unhandled queries to the parent class's query function.
7959
7960 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7961
7962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7963         (gst_ogg_pad_src_query):
7964         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7965         * ext/theora/theoradec.c: (theora_dec_src_query),
7966         (theora_dec_sink_query):
7967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7968         (vorbis_dec_sink_query):
7969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7970         (gst_vorbisenc_sink_query):
7971         * gst/adder/gstadder.c: (gst_adder_query):
7972           Pass unhandled queries upstream instead of just
7973           dropping them (#326447). Also, fix supported
7974           query types list for some elements.
7975
7976 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7977
7978         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7979         (paris_type_find), (ilbc_type_find), (plugin_init):
7980           Fix typefinding for audio/x-au, audio/x-paris and
7981           audio/iLBC-sh. We cannot use the START_WITH macros
7982           here, because there can only be one typefind factory
7983           with the same name (caps), so the second one would
7984           replace the first one and the first one would never
7985           be called when doing typefinding (see #161712).
7986           
7987
7988 2006-01-31  Wim Taymans  <wim@fluendo.com>
7989
7990         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7991         (vorbis_handle_header_packet), (vorbis_dec_push),
7992         (vorbis_handle_data_packet):
7993         Use scale_int when we can, add some more scaling.
7994         Check packettype before parsing it.
7995
7996 2006-01-31  Wim Taymans  <wim@fluendo.com>
7997
7998         * ext/theora/theoradec.c: (_theora_granule_time),
7999         (theora_dec_src_convert), (theora_dec_sink_convert):
8000         Call right _scale functions.
8001         Use parameter instead of some other random value.
8002
8003 2006-01-31  Wim Taymans  <wim@fluendo.com>
8004
8005         * ext/theora/theoradec.c: (_theora_granule_frame),
8006         (_theora_granule_time), (_inc_granulepos),
8007         (theora_dec_src_convert), (theora_dec_sink_convert),
8008         (theora_handle_type_packet), (theora_handle_data_packet),
8009         (theora_dec_chain):
8010         Use higher precision timestamps calculation.
8011         Convert some other conversions to _scale.
8012
8013 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8014
8015         * gst/audiotestsrc/gstaudiotestsrc.c:
8016         (gst_audio_test_src_create_sine_table), (plugin_init):
8017         * gst/volume/gstvolume.c: (plugin_init):
8018           initialize gst_controller before using
8019
8020 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8021
8022         * tests/check/pipelines/theoraenc.c:
8023         * tests/check/pipelines/vorbisenc.c:
8024         Define constant using G_GINT64_CONSTANT to avoid errors when
8025         passing it around - otherwise it gets truncated to 32 bits.
8026
8027         Fixes failing tests.
8028
8029 2006-01-31  Andy Wingo  <wingo@pobox.com>
8030
8031         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8032         caps being set doesn't have a framerate value. Basically a stopgap
8033         measure.
8034
8035         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8036         technically correct enough to put into core though.
8037         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8038         DURATION. Fixes theoraenc ! oggmux.
8039
8040         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8041         fraction, not double.
8042
8043 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8044
8045         * win32/vs7:
8046         add vs7 project files created by Sergey Scobich
8047
8048 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8049
8050         * win32/vs8:
8051         add vs8 project files created by Sergey Scobich
8052         
8053 2006-01-30  Andy Wingo  <wingo@pobox.com>
8054
8055         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8056         timestamp + duration, not just timestamp -- ogg pages should be
8057         ordered by stop time. Necessary fix given the change in vorbis
8058         timestamps.
8059
8060         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8061         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8062         (granulepos_add): New function, handles the messiness of adjusting
8063         granulepos values.
8064         (theora_buffer_from_packet):
8065         (theora_enc_chain):
8066         (theora_enc_sink_event): Use granulepos_add, not +.
8067
8068         * tests/check/pipelines/theoraenc.c
8069         (check_buffer_granulepos_from_starttime): Just check the frame
8070         count, not the actual granulepos -- we can't dictate to the
8071         encoder when it should be placing keyframes.
8072
8073 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8074
8075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8076           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8077           play an http:// stream from a server that's not serving
8078
8079 2006-01-30  Andy Wingo  <wingo@pobox.com>
8080
8081         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8082         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8083         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8084         available.
8085
8086         * ext/theora/gsttheoraenc.h:
8087         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8088         although theoraenc was timestamping correctly. Added handling of
8089         streams that start with nonzero timestamps.
8090
8091         * tests/check/Makefile.am:
8092         * tests/check/pipelines/theoraenc.c: New file, basically does same
8093         tests as vorbisenc.
8094
8095         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8096
8097 2006-01-30  Wim Taymans  <wim@fluendo.com>
8098
8099         * gst-libs/gst/audio/gstaudiosink.c:
8100         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8101         (gst_audioringbuffer_pause):
8102         Implement pause that does not wait for completion.
8103
8104         * gst-libs/gst/audio/gstbaseaudiosink.c:
8105         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8106         Don't drop buffers when going to PAUSED but perform preroll on
8107         remaining samples now that core base class supports this.
8108
8109         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8110         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8111         (gst_ring_buffer_commit):
8112         Pause should not signal waiters.
8113         Implement return value of _commit correctly.
8114
8115 2006-01-30  Andy Wingo  <wingo@pobox.com>
8116
8117         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8118
8119         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8120         updated to timestamp from the first sample, not the last.
8121         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8122         special care of granulepos and timestamp for header packets.
8123         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8124         when the first buffer has a nonzero timestamp.
8125
8126         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8127         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8128         case when the first audio buffer we get has a nonzero timestamp.
8129         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8130         properly timestamp vorbis buffers with the time of the first
8131         sample, not the last.
8132         
8133         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8134         vorbis_granule_time_copy -- now it takes the granule/subgranule
8135         offset into account.
8136
8137         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8138         timestamps, durations, and granulepos on buffers produced by
8139         vorbisenc.
8140
8141 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8142
8143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8144         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8145           Patch from Eric Jonas to support conversions to/from UYVY 
8146           (Fixes: #324626)
8147
8148 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8149
8150         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8151         (setup_subtitle), (setup_source), (set_active_source):
8152         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8153         (gen_text_element), (gen_audio_element), (gen_vis_element),
8154         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8155
8156 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8157
8158         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8159         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8160                 use gst_guint64_to_gdouble to be compliant with vs6
8161         * gst/playback/gstdecodebin.c: (try_to_link_1)
8162         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8163                 use G_GINT64_CONSTANT for int64 constants
8164         * win32/common/libgstinterfaces.def:
8165                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8166         * win32/vs6:
8167                 update and add new project files
8168                 
8169 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8170
8171         * Makefile.am:
8172         * win32/MANIFEST:
8173         * win32/common/interfaces-enumtypes.c:
8174         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8175         (gst_mixer_track_flags_get_type),
8176         (gst_tuner_channel_flags_get_type):
8177         * win32/common/interfaces-enumtypes.h:
8178         * win32/common/multichannel-enumtypes.c:
8179         (gst_audio_channel_position_get_type):
8180         * win32/common/multichannel-enumtypes.h:
8181           add a win32-update rule like in core, and copy over enumtypes files
8182
8183 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8184
8185         * win32/MANIFEST:
8186         * win32/common/config.h:
8187         * win32/common/config.h.in:
8188           add config files just like in core
8189
8190 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8191
8192         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8193           Make gcc-4.1 happy (part of #327357).
8194
8195 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8196
8197         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8198         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8199         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8200         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8201         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8202         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8203           Update all error messages.  All of them should either use
8204           the default translated message, or actually provide a
8205           translatable string.
8206           Make the string for channel count problems meaningful.
8207
8208 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8209
8210         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8211           check for and throw RESOURCE_BUSY
8212
8213 2006-01-27  David Schleef  <ds@schleef.org>
8214
8215         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8216           checked in this change -- it requires liboil features not
8217           in 0.3.6.  Revert parts.
8218
8219 2006-01-27  David Schleef  <ds@schleef.org>
8220
8221         * REQUIREMENTS:
8222         * configure.ac: update liboil requirement to 0.3.6
8223         * gst/videoscale/Makefile.am:
8224         * gst/videoscale/vs_scanline.c: liboilify
8225
8226 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8227
8228         * ext/libvisual/visual.c: (get_buffer):
8229           When pad_alloc returns a GstFlowReturn other
8230           than GST_FLOW_OK, make sure it is passed upstream.
8231
8232 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8235         (gst_alsasink_class_init):
8236           Free the device name string.
8237
8238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8239         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8240         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8241           Don't remove a pad from the collectpads structure until it
8242           is released - it's a request pad, and may receive data again
8243           if the element gets moved back to PLAYING state.
8244
8245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8246           Ensure we turn on double buffering on the Xv port, and
8247           set the colour key to something dark and mysterious that
8248           isn't black.
8249
8250 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8251
8252         * ext/alsa/gstalsaplugin.c: (plugin_init):
8253         * ext/cdparanoia/gstcdparanoiasrc.c:
8254         (gst_cd_paranoia_src_base_init), (plugin_init):
8255         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8257           - a library should not call setlocale. see "Libraries" node in
8258             gettext manual
8259           - make sure all plugins that use translation do bindtextdomain
8260             to point to the localedir
8261         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8262         (setup_sinks), (plugin_init):
8263           all this, and check for NULL when creating sinks
8264
8265 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8266
8267         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8268         (plugin_init): Make typefinding of subtitles work again.
8269
8270 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8271
8272         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8273         (mp3_type_frame_length_from_header), (mp3_type_find),
8274         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8275         (plugin_init):
8276           Backport a bunch of typefinding fixes from the 0.8 branch.
8277           Also, improve wavpack typefinding: if we can't peek the
8278           entire wavpack block, try to parse the bits we can get and
8279           see if we find what we're looking for in those.
8280
8281 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8282
8283         * sys/ximage/ximagesink.c:
8284         (gst_ximagesink_calculate_pixel_aspect_ratio):
8285         * sys/xvimage/xvimagesink.c:
8286         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8287         more cases of pixel aspect ratio.
8288
8289 2006-01-26  Edward Hervey  <edward@fluendo.com>
8290
8291         * gst/playback/gstdecodebin.c: (pad_probe):
8292         Also consider the flush-start and tag events as unblockers
8293         for the pad probes.
8294
8295 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8296
8297         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8298         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8299         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8300         On the fly visualisation switch, works disabling, enabling as
8301         well but it won't be able to enable vis in a playbin that was
8302         created with no visualisation.
8303
8304 2006-01-25  Wim Taymans  <wim@fluendo.com>
8305
8306         * gst-libs/gst/audio/gstbaseaudiosink.c:
8307         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8308         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8309         resume after pause.
8310
8311 2006-01-25  Wim Taymans  <wim@fluendo.com>
8312
8313         * gst-libs/gst/audio/gstbaseaudiosink.c:
8314         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8315         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8316         Improve debugging.
8317         Post error when caps cannot be parsed.
8318         Resync on discontinuity in the stream.
8319         Clip samples to segment boundaries.
8320         return WRONG_STATE sooner when we are flushing.
8321
8322         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8323         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8324         Make audiosrc operate in TIME.
8325         Set TIMESTAMP and DURATION on buffers.
8326
8327 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * tests/examples/seek/seek.c: (main):
8330           Output tag messages as well.
8331
8332 2006-01-23  Edward Hervey  <edward@fluendo.com>
8333
8334         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8335         (free_pad_probes), (remove_fakesink), (pad_probe),
8336         (close_pad_link), (gst_decode_bin_change_state):
8337         Replace GstPadBlockCallback with pad probes that detect
8338         first buffer AND eos before removing fakesink.
8339         Fixes hang with demuxers doing EOS while pre-rolling.
8340         Solves #328279
8341
8342 2006-01-23  Andy Wingo  <wingo@pobox.com>
8343
8344         * ext/alsa/gstalsasink.c:
8345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8346         (gst_base_rtp_depayload_setcaps),
8347         (gst_base_rtp_depayload_add_to_queue),
8348         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8349         
8350         Patch by: Jens Granseuer <jensgr at gmx dot net>
8351
8352 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8353
8354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8355         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8356         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8357         frames. We might get a frame destroyed after changing state to
8358         NULL, adding a safety check on xcontext.
8359
8360 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         * gst-libs/gst/interfaces/xoverlay.c:
8363           Fix prepare-xwindow-id code example in the docs - we need to
8364           ignore all messages that aren't element messages as well.
8365           
8366 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8367
8368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8369           I think one day i'll completely undestand how caps negotiation
8370           is supposed to work. This refactoring handles buffer_alloc
8371           called with caps we can't handle. We definitely don't want a
8372           set_caps with those caps, so we define and allocate a buffer
8373           we would like to receive.
8374
8375 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * gst/playback/gstplaybasebin.c: (setup_source):
8378           Free iterator when done.
8379
8380 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8381
8382         * gst-libs/gst/audio/gstbaseaudiosink.c:
8383         (gst_base_audio_sink_render):
8384           Fix playback of non-synchronised streams by assuming a rate
8385           of 1.0 instead of a random one.
8386
8387           Makes this work again:
8388
8389           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8390           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8391           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8392           audioresample ! alsasink
8393
8394 === release 0.10.2 ===
8395
8396 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8397
8398         * configure.ac:
8399           releasing 0.10.2, "Then the devil is six"
8400
8401 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8402
8403         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8404         * gst/playback/gststreamselector.c:
8405         (gst_stream_selector_set_property):
8406           Comment out broken code that connects to the state-changed signal.
8407           At this point, changing current stream selection is broken, but 
8408           stuff like gst-launch playbin current-audio=1 works and filters
8409           to the chosen stream.
8410
8411 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8412
8413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8414           Fix #327216 (null dereference in vorbisdec)
8415
8416 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8417
8418         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8419           Post taglist actually on bus instead of just freeing it
8420           (fixes #327114 and totem bug #327080).
8421
8422         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8423           Use gst_element_found_tags_for_pad(), so that the tags
8424           are sent downstream as an event as well.
8425
8426 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8427
8428         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8429         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8430         (gst_ximagesink_buffer_alloc):
8431         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8432         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8433         (gst_xvimagesink_buffer_alloc):
8434           move all regularly occurring messages to GST_LOG level
8435           add some more object logs
8436
8437 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8438
8439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8440           fix a silly segfault
8441
8442 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         * docs/libs/gst-plugins-base-libs-docs.sgml:
8445         * docs/libs/gst-plugins-base-libs-sections.txt:
8446         * gst-libs/gst/audio/mixerutils.c:
8447         * gst-libs/gst/audio/mixerutils.h:
8448           Add docs for mixerutils stuff.
8449
8450 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8451
8452         * gst/playback/gstplaybasebin.c: (setup_source):
8453           Fix playback for sources that emit raw audio or
8454           raw video streams (e.g.: cd audio sources) (#325984).
8455
8456 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8457
8458         * gst-libs/gst/audio/mixerutils.c:
8459         (gst_audio_mixer_filter_do_filter):
8460           actually save the element we create
8461
8462 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         * gst-libs/gst/cdda/gstcddabasesrc.c:
8465         (gst_cdda_base_src_handle_track_seek):
8466           No need to post a tag message on the bus when seeking
8467           within the same track, only post it when the current
8468           track changes.
8469
8470 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8471
8472         * gst/playback/gstplaybasebin.c: (group_destroy),
8473         (probe_triggered), (new_decoded_pad), (mute_group_type),
8474         (set_active_source):
8475         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8476         * gst/playback/gststreamselector.c:
8477         (gst_stream_selector_base_init),
8478         (gst_stream_selector_set_property),
8479         (gst_stream_selector_request_new_pad):
8480           Reenable stream selection. These mechanisms need a complete overhaul
8481           in the face of 0.8->0.10 changes though.
8482
8483 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8484
8485         * ext/ogg/gstoggdemux.c:
8486           Change the pad template to src_%d to match the pads that 
8487           are created from it. decodebin needs this information in order
8488           to decide that oggdemux is capable of producing multiple pads
8489           (and hence needs queues inserted).
8490
8491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8492         (gst_ogg_mux_collected):
8493           Make debug output more useful by using GST_PTR_FORMAT.
8494
8495 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8496
8497         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8500           Set depth and width for alaw/mulaw (fixes #326601).
8501
8502 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8503
8504         * tests/icles/Makefile.am:
8505           don't build the tests if we don't have the libs
8506
8507 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8508
8509         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8510         (gst_cd_paranoia_paranoia_callback):
8511           Don't try to free NULL pointers.
8512
8513 2006-01-10  Edward Hervey  <edward@fluendo.com>
8514
8515         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8516         (gst_audio_rate_change_state), (plugin_init):
8517         Add debugging category.
8518         Fix type issues.
8519         Add case for incoming buffers without valid offset/offset_end.
8520
8521 2006-01-10  Michael Smith  <msmith@fluendo.com>
8522
8523         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8524           Don't leak GCond in audio sources.
8525
8526 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * gst/playback/gstplaybin.c: (gen_audio_element):
8529           Don't leak an autoaudiosink/alsasink when we generate
8530           a new audio element. (old code, I guess)
8531
8532 2006-01-10  Michael Smith  <msmith@fluendo.com>
8533
8534         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8535           Support float audio in audiorate.
8536           Use width rather than depth for selecting sample width.
8537
8538 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst/videotestsrc/videotestsrc.h:
8541           Use GLib types here (that way we don't have to include the
8542           generated _stdint.h header, which makes life easier for win32
8543           folks that don't use autotools for the build) (#325990, patch
8544           by: Sergey Scobich).
8545
8546 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8549         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8550         (gst_ring_buffer_pause), (wait_segment):
8551         * gst-libs/gst/audio/gstringbuffer.h:
8552           Name (private) union, makes Forte compiler happy (this time
8553           for real) (#324900).
8554
8555 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * gst-libs/gst/audio/Makefile.am:
8558           Link against libgstinterfaces, needed for mixer
8559           and property probe stuff.
8560
8561 2006-01-09  Edward Hervey  <edward@fluendo.com>
8562
8563         * gst-libs/gst/Makefile.am:
8564
8565 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * gst-libs/gst/audio/Makefile.am:
8568         * gst-libs/gst/audio/mixerutils.c:
8569         (gst_audio_mixer_filter_do_filter),
8570         (gst_audio_mixer_filter_check_element),
8571         (gst_audio_mixer_filter_probe_feature),
8572         (element_factory_rank_compare_func),
8573         (gst_audio_default_registry_mixer_filter):
8574         * gst-libs/gst/audio/mixerutils.h:
8575           Add gst_audio_default_registry_mixer_filter() utility
8576           function.
8577
8578 2006-01-03  Michael Smith  <msmith@fluendo.com>
8579
8580         * gst/audioresample/resample.h:
8581           As before, but for o_buf
8582
8583 2006-01-03  Michael Smith  <msmith@fluendo.com>
8584
8585         * gst/audioresample/resample.h:
8586           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8587           since we do arithmetic on it.
8588
8589 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8592         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8593         (gst_ring_buffer_pause), (wait_segment):
8594         * gst-libs/gst/audio/gstringbuffer.h:
8595           Sun's Forte compiler doesn't seem to like anonymous structs,
8596           so use same setup as in GstBaseSrc (fixes #324900).
8597
8598 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8599
8600         * configure.ac:
8601         * gst/volume/Makefile.am:
8602         * gst/volume/demo.c:
8603           move old example to tests/examples/volume/volune.c
8604         * tests/examples/Makefile.am:
8605         * tests/examples/seek/seek.c: (main):
8606           change window-close event from "delete-event" to "destroy"
8607         * tests/examples/volume/Makefile.am:
8608         * tests/examples/volume/volume.c: (value_changed_callback),
8609         (setup_gui), (message_received), (eos_message_received), (main):
8610           fix event handling and bus usage
8611
8612 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8613
8614         * gst/audiotestsrc/gstaudiotestsrc.c:
8615         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8616         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8617         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8618         (gst_audio_test_src_create_square),
8619         (gst_audio_test_src_create_saw),
8620         (gst_audio_test_src_create_triangle),
8621         (gst_audio_test_src_create_silence),
8622         (gst_audio_test_src_create_white_noise),
8623         (gst_audio_test_src_create_pink_noise),
8624         (gst_audio_test_src_init_sine_table),
8625         (gst_audio_test_src_create_sine_table),
8626         (gst_audio_test_src_change_wave),
8627         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8628         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8629         * gst/audiotestsrc/gstaudiotestsrc.h:
8630           update to basesrc changes, implement segmented seeking and eos
8631           handling, add a 'sine-tab' waveform for performance critical playback
8632
8633 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * po/POTFILES.in:
8636           ... and this time the other modified file that I missed last time.
8637
8638 2005-12-29  Michael Smith  <msmith@fluendo.com>
8639
8640         * gst/playback/gstdecodebin.c: (new_pad):
8641           Fix non-C89 variable declaration not at the start of a block. Should
8642           help some compilers.
8643
8644 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         * tests/check/Makefile.am:
8647           And now fix 'make distcheck' (builddir != srcdir)
8648
8649 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * configure.ac:
8652         * ext/cdparanoia/Makefile.am:
8653         * ext/cdparanoia/gstcdparanoia.c:
8654         * ext/cdparanoia/gstcdparanoia.h:
8655         * ext/cdparanoia/gstcdparanoiasrc.c:
8656         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8657         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8658         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8659         (gst_cd_paranoia_paranoia_callback),
8660         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8661         (gst_cd_paranoia_src_set_property),
8662         (gst_cd_paranoia_src_get_property), (plugin_init):
8663         * ext/cdparanoia/gstcdparanoiasrc.h:
8664           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8665           plugin again (there are still fixes required to playbin to make
8666           cdda:// uris work there).
8667
8668 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * tests/check/Makefile.am:
8671           Fix test case compilation.
8672
8673 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8674
8675         * gst-libs/gst/cdda/gstcddabasesrc.c:
8676         (gst_cdda_base_src_update_duration),
8677         (gst_cdda_base_src_calculate_cddb_id):
8678           An integer is not a string. Fix access to uninitialised variable.
8679
8680         * tests/check/Makefile.am:
8681           Add cddabasesrc unit test; also actually enable the vorbis test.
8682
8683         * tests/check/generic/states.c:
8684           Blacklist new cd audio elements as well.
8685
8686         * tests/check/libs/cddabasesrc.c:
8687           Unit test for GstCddaBaseSrc (discid calculation mostly).
8688
8689 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * docs/libs/Makefile.am:
8692         * docs/libs/gst-plugins-base-libs-docs.sgml:
8693         * docs/libs/gst-plugins-base-libs-sections.txt:
8694         * docs/libs/gst-plugins-base-libs.types:
8695           Add docs for libgstcdda/GstCddaBaseSrc.
8696
8697         * gst-libs/gst/interfaces/mixertrack.h:
8698           Do one struct member per line with a semicolon at the end, that way
8699           even gtk-doc might parse it without complaining.
8700
8701 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * configure.ac:
8704         * gst-libs/gst/Makefile.am:
8705         * gst-libs/gst/cdda/Makefile.am:
8706         * gst-libs/gst/cdda/base64.c:
8707         * gst-libs/gst/cdda/base64.h:
8708         * gst-libs/gst/cdda/gstcddabasesrc.c:
8709         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8710         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8711         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8712         (gst_cdda_base_src_get_property),
8713         (gst_cdda_base_src_get_track_from_sector),
8714         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8715         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8716         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8717         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8718         (gst_cdda_base_src_uri_get_protocols),
8719         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8720         (gst_cdda_base_src_uri_handler_init),
8721         (gst_cdda_base_src_setup_interfaces),
8722         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8723         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8724         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8725         (gst_cdda_base_src_add_tags),
8726         (gst_cdda_base_src_add_index_associations),
8727         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8728         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8729         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8730         (gst_cdda_base_src_create):
8731         * gst-libs/gst/cdda/gstcddabasesrc.h:
8732         * gst-libs/gst/cdda/sha1.c:
8733         * gst-libs/gst/cdda/sha1.h:
8734           Add new libgstcdda with GstCddaBaseSrc class.
8735
8736 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * ext/gnomevfs/gstgnomevfssink.h:
8739           Use GstBaseSinkClass as parent_class member for class struct, not
8740           GstBaseSink.
8741
8742 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         Patch by: Michael Benes
8745
8746         * gst/videotestsrc/gstvideotestsrc.c:
8747         (gst_video_test_src_class_init), (gst_video_test_src_start):
8748           Add start method to reset running time and number of frames sent
8749           when starting up (fixes #324696)
8750
8751 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * docs/plugins/Makefile.am:
8754         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8756         * docs/plugins/gst-plugins-base-plugins.args:
8757         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8758         * docs/plugins/gst-plugins-base-plugins.signals:
8759           Add docs stuff for gnomevfssrc and gnomevfssink.
8760
8761         * ext/gnomevfs/gstgnomevfssrc.c:
8762           Fix example pipeline in gtk-doc blurb.
8763
8764 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * ext/gnomevfs/Makefile.am:
8767         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8768         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8769         (gst_gnome_vfs_handle_get_type), (plugin_init):
8770         * ext/gnomevfs/gstgnomevfs.h:
8771         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8772         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8773         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8774         (gst_gnome_vfs_sink_set_property),
8775         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8776         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8777         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8778         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8779         (gst_gnome_vfs_sink_uri_get_type),
8780         (gst_gnome_vfs_sink_uri_get_protocols),
8781         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8782         (gst_gnome_vfs_sink_uri_handler_init):
8783         * ext/gnomevfs/gstgnomevfssink.h:
8784           Port gnomevfssink; add gtk-doc blurb.
8785
8786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8787         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8788         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8789         (gst_gnome_vfs_src_uri_get_type),
8790         (gst_gnome_vfs_src_uri_get_protocols),
8791         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8792         (gst_gnome_vfs_src_uri_handler_init),
8793         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8794         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8795         (gst_gnome_vfs_src_send_additional_headers_callback),
8796         (gst_gnome_vfs_src_received_headers_callback),
8797         (gst_gnome_vfs_src_push_callbacks),
8798         (gst_gnome_vfs_src_pop_callbacks),
8799         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8800         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8801         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8802         * ext/gnomevfs/gstgnomevfssrc.h:
8803           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8804           file; add gtk-doc blurb with example pipelines.
8805
8806 === release 0.10.1 ===
8807
8808 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8809
8810         * configure.ac:
8811           releasing 0.10.1, "Dobro Dedek"
8812
8813 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8814
8815         * gst/typefind/gsttypefindfunctions.c:
8816         iLBC30 and iLBC20 added to typefind.
8817
8818 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8819
8820         * gst-libs/gst/audio/gstbaseaudiosink.c:
8821         (gst_base_audio_sink_class_init):
8822         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8823         (gst_base_audio_src_class_init):
8824           update strings, values are in microseconds
8825           change the default sink buffer time to something that is smaller
8826           (to help software volume mixing have a slightly lower delay) but
8827           still be acceptable on Wim's laptop
8828
8829 2005-12-20  Edward Hervey  <edward@fluendo.com>
8830
8831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8832         Made a quack, forgot to add DUCK to the riff video template.
8833
8834 2005-12-19  Edward Hervey  <edward@fluendo.com>
8835
8836         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8837         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8838         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8839         (gst_ogm_parse_chain):
8840         Make sure pads are initialized correctly.
8841         * gst-libs/gst/riff/riff-ids.h:
8842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8843         (gst_riff_create_video_template_caps):
8844         Add a whole bunch of FOURCC <=> MimeType.
8845         Extend the riff video pad template to support the newly added fourcc.
8846
8847 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8848
8849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8850         (gst_ogg_demux_activate_chain):
8851           Extra debug output when activating/deactivating chains.
8852
8853         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8854         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8855         (unlinked):
8856           Remove a queue from our list when it becomes unlinked.
8857           Don't add queues to elements in class 'Demux' if they
8858           can only produce one pad 
8859
8860 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8861
8862         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8863         (gst_video_sink_get_type): Add a debug category.
8864
8865 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8866
8867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8868         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8869           Handle downstream newsegment by sending our own newsegment before the
8870           next buffer to be released. (#323900)
8871
8872 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8873
8874         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8875         (gst_base_rtp_depayload_set_gst_timestamp):
8876           add queue delay to new segment as well (as opposed to just the first
8877           buffer). (bug #322347)
8878
8879 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8880
8881         * ext/libvisual/visual.c: (make_valid_name):
8882           change some char* into char[]
8883         * gst/audiotestsrc/gstaudiotestsrc.c:
8884         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8885         (gst_audio_test_src_create):
8886         * gst/audiotestsrc/gstaudiotestsrc.h:
8887           prepare to handle EOS and SEGMENT_DONE
8888
8889 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * tests/check/generic/states.c: (GST_START_TEST):
8892           Blacklist cdparanoia element in state test.
8893
8894 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896           Patch by: Benjamin Pineau
8897
8898         * gst/tcp/gsttcp.c:
8899         * gst/tcp/gsttcpclientsink.c:
8900         * gst/tcp/gsttcpserversink.c:
8901         * gst/tcp/gsttcpserversrc.c:
8902           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8903
8904 2005-12-15  Michael Smith  <msmith@fluendo.com>
8905
8906         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8907         (gst_video_rate_chain):
8908           Fix timestamping for videorate when the first buffer it sees has a
8909           non-zero timestamp. Fix some misleading debug output.
8910
8911 2005-12-15  Michael Smith  <msmith@fluendo.com>
8912
8913         * gst/audioresample/gstaudioresample.c:
8914           Don't leak all input buffers to audioresample.
8915
8916 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8919           Don't operate on empty text buffers. Strip newlines and
8920           tabs only from the end of the text, but leave them intact
8921           in the middle. Fix typo in gtk-doc description.
8922
8923 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * gst/playback/gstplaybasebin.c:
8926         * gst/playback/gstplaybin.c: (handoff):
8927           Make sure the video frame buffer we return to apps via the
8928           "frame" property always has caps set on it. Modify
8929           _gst_gvalue_set_object() macro to handle NULL objects
8930           gracefully too.
8931
8932 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8933
8934         * gst/audiotestsrc/gstaudiotestsrc.c:
8935         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8936         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8937         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8938         (gst_audio_test_src_create):
8939         * gst/audiotestsrc/gstaudiotestsrc.h:
8940         Adjust to some recent api changes and add wtays new cool seeking
8941         capabillities
8942
8943 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * ext/alsa/Makefile.am:
8946         * ext/alsa/gstalsadeviceprobe.c:
8947         * ext/alsa/gstalsadeviceprobe.h:
8948           Helper functions to add device probing via the GstPropertyProbe
8949           interface to a class.
8950
8951         * ext/alsa/gstalsamixer.h:
8952           Comment out GST_ALSA_MIXER, it returns a struct that's not
8953           used.
8954
8955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8956           Add some debug info. 
8957
8958         * ext/alsa/gstalsamixerelement.c:
8959         (gst_alsa_mixer_element_interface_supported),
8960         (gst_implements_interface_init),
8961         (gst_alsa_mixer_element_init_interfaces),
8962         (gst_alsa_mixer_element_class_init),
8963         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8964         (gst_alsa_mixer_element_set_property),
8965         (gst_alsa_mixer_element_get_property),
8966         (gst_alsa_mixer_element_change_state):
8967         * ext/alsa/gstalsamixerelement.h:
8968           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8969           for device handling (gnome-volume-control will need that).
8970
8971 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8972
8973         * ext/Makefile.am: fix cdparanoia entry
8974         * gst-plugins-base.spec.in: add cdparanoia
8975
8976 2005-12-12  Michael Smith  <msmith@fluendo.com>
8977
8978         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8979           Use the correct function to free list of typefind factories.
8980
8981 2005-12-12  Wim Taymans  <wim@fluendo.com>
8982
8983         * gst/videotestsrc/gstvideotestsrc.c:
8984         (gst_video_test_src_class_init), (gst_video_test_src_init),
8985         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8986         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8987         (gst_video_test_src_create):
8988         * gst/videotestsrc/gstvideotestsrc.h:
8989         Implement seeking in videotestsrc.
8990         Small cleanups.
8991
8992 2005-12-12  Wim Taymans  <wim@fluendo.com>
8993
8994         * ext/cdparanoia/Makefile.am:
8995         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8996         (gst_paranoia_endian_get_type), (_do_init),
8997         (cdparanoia_class_init), (cdparanoia_init),
8998         (cdparanoia_set_property), (cdparanoia_get_property),
8999         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9000         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9001         (cdparanoia_convert), (cdparanoia_get_query_types),
9002         (cdparanoia_query), (cdparanoia_set_index),
9003         (cdparanoia_uri_set_uri):
9004         * ext/cdparanoia/gstcdparanoia.h:
9005         Partially ported cdparanoia now that basesrc can support a
9006         plugin like this..
9007
9008 2005-12-12  Wim Taymans  <wim@fluendo.com>
9009
9010         * tests/examples/seek/scrubby.c: (main):
9011         Set higher priority for bus events so they don't get reordered with
9012         gtk gui events.
9013
9014         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9015         (flush_toggle_cb), (main):
9016         Added checkbox to disable flushing seeks. 
9017         Disable scrubbing when doing non flushing seeks.
9018
9019 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9020
9021         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9022         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9023         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9024         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9025           Implement some sort of event handling that doesn't rely on
9026           g_return_if_fail; make sure we always push the last chunk of an 
9027           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9028           state change function; remove some old cruft. Seeking is still
9029           rather unlikely to work though.
9030
9031         * tools/.cvsignore:
9032           Ignore more.
9033
9034 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9035
9036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9037         Fixed a leak of the current image reference when cleaning up.
9038         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9039
9040 2005-12-09  Michael Smith  <msmith@fluendo.com>
9041
9042         * tools/Makefile.am:
9043         * tools/gst-launch-ext-m.m:
9044           Remove gst-launch-ext. It doesn't work, and is no longer
9045           particularly useful.
9046
9047 2005-12-08  Luca Ognibene  <luogni@tin.it>
9048
9049         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9050           don't pass random values to ogmparse convert function.
9051           Make seeking possible in the exile1.ogm file.
9052
9053 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9056         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9057           Work around refcount problem with g_value_set_object() that occur
9058           if the core has been compiled against GLib-2.6 (g_value_set_object()
9059           will only g_object_ref() the element, but the caller will
9060           gst_object_unref() it and bad things will happen due to the way
9061           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9062           totem for people on FC4 using Thomas's 0.10 RPMs.
9063           
9064 2005-12-07  Edward Hervey  <edward@fluendo.com>
9065
9066         Time to welcome ogm to 0.10 :)
9067         
9068         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9069         (gst_ogg_pad_typefind):
9070         Oggdemux can now properly typefind elements with dynamic pads.
9071         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9072         Properly set caps on src pad, and set caps on outgoing buffers.
9073
9074 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9075
9076         * ext/alsa/gstalsamixer.h:
9077         * ext/alsa/gstalsamixerelement.h:
9078         * ext/alsa/gstalsamixeroptions.h:
9079         * ext/alsa/gstalsamixertrack.h:
9080         * ext/alsa/gstalsasink.c:
9081         * ext/alsa/gstalsasink.h:
9082         * ext/alsa/gstalsasrc.c:
9083         * ext/alsa/gstalsasrc.h:
9084         * ext/cdparanoia/gstcdparanoia.h:
9085         * ext/gnomevfs/gstgnomevfsuri.h:
9086         * ext/ogg/gstoggdemux.c:
9087         * ext/ogg/gstoggmux.c:
9088         * ext/pango/gsttextoverlay.h:
9089         * ext/theora/theoradec.c:
9090         * ext/theora/theoraenc.c:
9091         * ext/vorbis/vorbisdec.h:
9092         * ext/vorbis/vorbisenc.c:
9093         * ext/vorbis/vorbisenc.h:
9094         * ext/vorbis/vorbisparse.h:
9095         * gst-libs/gst/audio/gstaudioclock.h:
9096         * gst-libs/gst/audio/gstaudiosink.c:
9097         * gst-libs/gst/audio/gstaudiosink.h:
9098         * gst-libs/gst/audio/gstaudiosrc.c:
9099         * gst-libs/gst/audio/gstaudiosrc.h:
9100         * gst-libs/gst/audio/gstbaseaudiosink.c:
9101         * gst-libs/gst/audio/gstbaseaudiosink.h:
9102         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9103         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9104         * gst-libs/gst/audio/gstringbuffer.h:
9105         * gst-libs/gst/audio/multichannel.h:
9106         * gst-libs/gst/floatcast/floatcast.h:
9107         * gst-libs/gst/interfaces/colorbalance.c:
9108         * gst-libs/gst/interfaces/colorbalance.h:
9109         * gst-libs/gst/interfaces/colorbalancechannel.h:
9110         * gst-libs/gst/interfaces/mixer.h:
9111         * gst-libs/gst/interfaces/mixeroptions.h:
9112         * gst-libs/gst/interfaces/mixertrack.h:
9113         * gst-libs/gst/interfaces/navigation.h:
9114         * gst-libs/gst/interfaces/propertyprobe.h:
9115         * gst-libs/gst/interfaces/tuner.h:
9116         * gst-libs/gst/interfaces/tunerchannel.h:
9117         * gst-libs/gst/interfaces/tunernorm.h:
9118         * gst-libs/gst/interfaces/xoverlay.h:
9119         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9120         * gst-libs/gst/riff/riff-ids.h:
9121         * gst-libs/gst/riff/riff-media.h:
9122         * gst-libs/gst/riff/riff-read.h:
9123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9124         * gst-libs/gst/rtp/gstbasertppayload.c:
9125         * gst-libs/gst/rtp/gstbasertppayload.h:
9126         * gst-libs/gst/rtp/gstrtpbuffer.c:
9127         * gst-libs/gst/rtp/gstrtpbuffer.h:
9128         * gst-libs/gst/tag/gsttageditingprivate.h:
9129         * gst-libs/gst/tag/gstvorbistag.c:
9130         (gst_tag_list_from_vorbiscomment_buffer):
9131         * gst-libs/gst/tag/tag.h:
9132         * gst-libs/gst/video/video.h:
9133         * gst/adder/gstadder.c:
9134         * gst/adder/gstadder.h:
9135         * gst/audioconvert/audioconvert.c:
9136         * gst/audioconvert/audioconvert.h:
9137         * gst/audioconvert/gstaudioconvert.c:
9138         * gst/audioconvert/gstchannelmix.c:
9139         * gst/audioconvert/gstchannelmix.h:
9140         * gst/audiorate/gstaudiorate.c:
9141         * gst/audioresample/buffer.h:
9142         * gst/audioresample/functable.h:
9143         * gst/audioresample/gstaudioresample.c:
9144         * gst/audioresample/resample.h:
9145         * gst/ffmpegcolorspace/avcodec.h:
9146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9147         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9148         * gst/ffmpegcolorspace/imgconvert.c:
9149         * gst/ffmpegcolorspace/imgconvert_template.h:
9150         * gst/playback/gstdecodebin.c:
9151         * gst/playback/gstplaybasebin.h:
9152         * gst/playback/gstplaybin.c:
9153         * gst/playback/gststreaminfo.h:
9154         * gst/tcp/gstfdset.c:
9155         * gst/tcp/gstfdset.h:
9156         * gst/tcp/gstmultifdsink.c:
9157         * gst/tcp/gstmultifdsink.h:
9158         * gst/tcp/gsttcp.h:
9159         * gst/tcp/gsttcpclientsrc.c:
9160         * gst/tcp/gsttcpclientsrc.h:
9161         * gst/tcp/gsttcpplugin.h:
9162         * gst/tcp/gsttcpserversink.c:
9163         * gst/tcp/gsttcpserversrc.c:
9164         * gst/typefind/gsttypefindfunctions.c:
9165         * gst/videorate/gstvideorate.c:
9166         * gst/videotestsrc/gstvideotestsrc.h:
9167         * gst/videotestsrc/videotestsrc.h:
9168         * sys/v4l/gstv4lcolorbalance.h:
9169         * sys/v4l/gstv4ltuner.h:
9170         * sys/v4l/gstv4lxoverlay.h:
9171         * sys/v4l/v4l_calls.h:
9172         * sys/v4l/videodev_mjpeg.h:
9173         * tests/check/elements/audioconvert.c:
9174         * tests/check/elements/audioresample.c:
9175         * tests/check/elements/audiotestsrc.c:
9176         * tests/check/elements/videotestsrc.c:
9177         * tests/check/elements/volume.c:
9178         * tests/examples/seek/scrubby.c:
9179         * tests/examples/seek/seek.c:
9180           expand tabs
9181
9182 === release 0.10.0 ===
9183
9184 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9185
9186         * configure.ac:
9187           releasing 0.10.0, "Mont-d'or"
9188
9189 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9190
9191         * tests/examples/seek/Makefile.am:
9192         Build fix for when gtk is not available.
9193
9194 2005-12-05  Andy Wingo  <wingo@pobox.com>
9195
9196         * ext/libvisual/visual.c: (get_buffer):
9197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9198         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9199         * ext/theora/theoradec.c: (theora_handle_data_packet):
9200         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9201         (theora_enc_chain):
9202         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9203         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9204         Update for alloc_buffer changes.
9205
9206 2005-12-05  Andy Wingo  <wingo@pobox.com>
9207
9208         patch by: Kai Vehmanen <kv2004 eca cx>
9209         
9210         * gst-libs/gst/rtp/gstbasertpdepayload.c
9211         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9212
9213 2005-12-04  Andy Wingo  <wingo@pobox.com>
9214
9215         patch by: Sebastien Cote <sebas642 yahoo ca>
9216         
9217         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9218         Fixes #319172.
9219
9220 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         * docs/plugins/Makefile.am:
9223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9225         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9226         * ext/pango/gstclockoverlay.c:
9227         * ext/pango/gsttextoverlay.c: 
9228         * ext/pango/gsttextrender.c:
9229         * ext/pango/gsttimeoverlay.c:
9230           Add gtk-doc blurbs to pango elements.
9231
9232 2005-12-02  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9235         * gst/audioresample/buffer.h:
9236         * gst/audioresample/gstaudioresample.c:
9237         * gst/audioresample/gstaudioresample.h:
9238         * gst/audioresample/resample.c: (resample_input_flush),
9239         (resample_input_pushthrough), (resample_input_eos),
9240         (resample_get_output_size_for_input),
9241         (resample_get_input_size_for_output), (resample_get_output_size),
9242         (resample_get_output_data):
9243         * gst/audioresample/resample.h:
9244         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9245         Fix audioresample, seek torture, new segments, reverse negotiation
9246         etc.. work fine.
9247
9248 2005-12-02  Wim Taymans  <wim@fluendo.com>
9249
9250         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9251         Small cleanups.
9252
9253 2005-12-02  Wim Taymans  <wim@fluendo.com>
9254
9255         * gst/audioconvert/gstaudioconvert.c:
9256         (gst_audio_convert_transform):
9257         Post errors.
9258
9259 === release 0.9.7 ===
9260
9261 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9262
9263         * configure.ac:
9264           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9265
9266 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9267
9268         * Makefile.am:
9269         * po/hu.po:
9270         * win32/MANIFEST:
9271         * win32/gst.sln:
9272           add win32 MANIFEST file
9273           do something to the hungarian translation
9274
9275 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * ext/Makefile.am:
9278           Add $(PANGO_DIR) to SUBDIRS
9279
9280         * ext/pango/gstclockoverlay.c:
9281         * ext/pango/gsttimeoverlay.c:
9282           Fix and improve element descriptions.
9283
9284 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9285
9286         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9287         * docs/plugins/inspect/plugin-libvisual.xml:
9288         * docs/plugins/inspect/plugin-pango.xml:
9289           add pango plugin to docs
9290
9291 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9292
9293         * configure.ac:
9294         * ext/Makefile.am:
9295           moved pango to base
9296
9297 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9298
9299         * configure.ac:
9300         * tests/Makefile.am:
9301         * tests/icles/.cvsignore:
9302         * tests/icles/Makefile.am:
9303         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9304         (close_display), (resize_window), (move_window), (create_window),
9305         (terminate_playback), (pause_playback), (start_playback), (main):
9306           add stress test for xoverlay from Julien
9307
9308 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9309
9310         * docs/libs/tmpl/gstcolorbalance.sgml:
9311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9312         * gst-libs/gst/rtp/gstbasertppayload.c:
9313         * gst-libs/gst/rtp/gstrtpbuffer.c:
9314         * gst-libs/gst/rtp/gstrtpbuffer.h:
9315           Do burger's rename for rtp payloaders and depayloaders
9316
9317 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9318
9319         * win32/:
9320           add Visual Studio 6 build files
9321
9322 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9323
9324         * docs/libs/gst-plugins-base-libs-docs.sgml:
9325         * docs/libs/gst-plugins-base-libs-sections.txt:
9326         * docs/libs/tmpl/gstaudio.sgml:
9327         * docs/libs/tmpl/gstringbuffer.sgml:
9328         * gst-libs/gst/interfaces/xoverlay.c:
9329         * gst-libs/gst/video/gstvideofilter.c:
9330         * gst-libs/gst/video/gstvideosink.c:
9331           update documentation
9332
9333 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9334
9335         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9336         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9337         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9338         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9339         (gst_multi_fd_sink_get_stats),
9340         (gst_multi_fd_sink_remove_client_link),
9341         (gst_multi_fd_sink_handle_client_read),
9342         (gst_multi_fd_sink_client_queue_data),
9343         (gst_multi_fd_sink_client_queue_caps),
9344         (gst_multi_fd_sink_client_queue_buffer),
9345         (gst_multi_fd_sink_new_client),
9346         (gst_multi_fd_sink_handle_client_write),
9347         (gst_multi_fd_sink_recover_client),
9348         (gst_multi_fd_sink_queue_buffer),
9349         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9350         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9351         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9352         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9353         * gst/tcp/gstmultifdsink.h:
9354         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9355         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9356         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9357         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9358         (gst_tcp_client_sink_set_property),
9359         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9360         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9361         * gst/tcp/gsttcpclientsink.h:
9362         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9363         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9364         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9365         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9366         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9367         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9368         * gst/tcp/gsttcpclientsrc.h:
9369         * gst/tcp/gsttcpplugin.c: (plugin_init):
9370         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9371         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9372         (gst_tcp_server_sink_finalize),
9373         (gst_tcp_server_sink_handle_server_read),
9374         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9375         (gst_tcp_server_sink_set_property),
9376         (gst_tcp_server_sink_get_property),
9377         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9378         * gst/tcp/gsttcpserversink.h:
9379         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9380         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9381         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9382         (gst_tcp_server_src_set_property),
9383         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9384         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9385         * gst/tcp/gsttcpserversrc.h:
9386           more borgifying
9387
9388 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9389
9390         * docs/plugins/Makefile.am:
9391         * docs/plugins/gst-plugins-base-plugins.args:
9392         * docs/plugins/inspect/plugin-libvisual.xml:
9393         * gst/audioconvert/plugin.h:
9394         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9395         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9396         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9397         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9398         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9399         (plugin_init):
9400         * gst/audiotestsrc/gstaudiotestsrc.c:
9401         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9402         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9403         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9404         (gst_audio_test_src_get_query_types),
9405         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9406         (gst_audio_test_src_create_square),
9407         (gst_audio_test_src_create_saw),
9408         (gst_audio_test_src_create_triangle),
9409         (gst_audio_test_src_create_silence),
9410         (gst_audio_test_src_create_white_noise),
9411         (gst_audio_test_src_init_pink_noise),
9412         (gst_audio_test_src_generate_pink_noise_value),
9413         (gst_audio_test_src_create_pink_noise),
9414         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9415         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9416         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9417         (plugin_init):
9418         * gst/audiotestsrc/gstaudiotestsrc.h:
9419         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9420         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9421         (gst_sub_parse_init), (gst_sub_parse_formats),
9422         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9423         (convert_encoding), (get_next_line),
9424         (gst_sub_parse_data_format_autodetect),
9425         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9426         (gst_sub_parse_loop), (gst_sub_parse_chain),
9427         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9428         (plugin_init):
9429         * gst/subparse/gstsubparse.h:
9430         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9431         (gst_video_rate_base_init), (gst_video_rate_class_init),
9432         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9433         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9434         (gst_video_rate_init), (gst_video_rate_event),
9435         (gst_video_rate_chain), (gst_video_rate_set_property),
9436         (gst_video_rate_get_property), (gst_video_rate_change_state),
9437         (plugin_init):
9438         * gst/videoscale/gstvideoscale.c:
9439         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9440         (gst_video_scale_src_template_factory),
9441         (gst_video_scale_sink_template_factory),
9442         (gst_video_scale_get_type), (gst_video_scale_base_init),
9443         (gst_video_scale_class_init), (gst_video_scale_init),
9444         (gst_video_scale_set_property), (gst_video_scale_get_property),
9445         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9446         (gst_video_scale_prepare_size), (parse_caps),
9447         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9448         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9449         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9450         (plugin_init):
9451         * gst/videoscale/gstvideoscale.h:
9452         * gst/videotestsrc/gstvideotestsrc.c:
9453         (gst_video_test_src_pattern_get_type),
9454         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9455         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9456         (gst_video_test_src_set_pattern),
9457         (gst_video_test_src_set_property),
9458         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9459         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9460         (gst_video_test_src_event), (gst_video_test_src_get_times),
9461         (gst_video_test_src_create), (plugin_init):
9462         * gst/videotestsrc/gstvideotestsrc.h:
9463         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9464         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9465         (gst_video_test_src_black):
9466         * gst/videotestsrc/videotestsrc.h:
9467           borgify further
9468           clean up docs a little
9469
9470 2005-11-30  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9473         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9474         (gst_basertppayload_event), (gst_basertppayload_push),
9475         (gst_basertppayload_change_state):
9476         * gst-libs/gst/rtp/gstbasertppayload.h:
9477         closed #320644.
9478
9479 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9480
9481         * docs/libs/gst-plugins-base-libs-docs.sgml:
9482         * docs/libs/gst-plugins-base-libs-sections.txt:
9483         * gst-libs/gst/video/gstvideofilter.c:
9484         * gst-libs/gst/video/gstvideosink.c:
9485         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9486
9487 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9488
9489         * LICENSE:
9490           move
9491         * po/af.po:
9492         * po/az.po:
9493         * po/cs.po:
9494         * po/en_GB.po:
9495         * po/hu.po:
9496         * po/it.po:
9497         * po/nb.po:
9498         * po/nl.po:
9499         * po/or.po:
9500         * po/sq.po:
9501         * po/sr.po:
9502         * po/sv.po:
9503         * po/uk.po:
9504         * po/vi.po:
9505         * Makefile.am:
9506           update
9507         * scripts/autoplugins.sh:
9508           remove
9509
9510 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9511
9512         * Makefile.am:
9513         * configure.ac:
9514         * examples/Makefile.am:
9515         * examples/capsfilter/Makefile.am:
9516         * examples/capsfilter/capsfilter1.c:
9517         * examples/gob/Makefile.am:
9518         * examples/gob/gst-identity2.gob:
9519         * examples/indexing/.cvsignore:
9520         * examples/indexing/Makefile.am:
9521         * examples/indexing/indexmpeg.c:
9522         * examples/seeking/.cvsignore:
9523         * examples/seeking/Makefile.am:
9524         * examples/seeking/cdparanoia.c:
9525         * examples/seeking/cdplayer.c:
9526         * examples/seeking/chained.c:
9527         * examples/seeking/scrubby.c:
9528         * examples/seeking/seek.c:
9529         * examples/stats/Makefile.am:
9530         * examples/stats/mp2ogg.c:
9531         * examples/switch/.cvsignore:
9532         * examples/switch/Makefile.am:
9533         * examples/switch/switcher.c:
9534         * tests/Makefile.am:
9535         * tests/check/generic/.cvsignore:
9536         * tests/check/pipelines/.cvsignore:
9537         * tests/examples/Makefile.am:
9538         * tests/examples/seek/Makefile.am:
9539           reorganize stuff under tests/
9540
9541 2005-11-30  Edward Hervey  <edward@fluendo.com>
9542
9543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9544         Go away you stupid GstStaticPadTemplate memleak.
9545
9546 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9547
9548         * gst-libs/gst/net/Makefile.am:
9549         * gst-libs/gst/net/README:
9550         * gst-libs/gst/net/gstnetbuffer.c:
9551         * gst-libs/gst/net/gstnetbuffer.h:
9552           this was moved to "netbuffer"
9553
9554 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9555
9556         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9557         (gst_video_filter_class_init), (gst_video_filter_init):
9558         * gst-libs/gst/video/gstvideofilter.h:
9559           borgify name to bring in line with other classes
9560
9561 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9562
9563         * gst/audioscale/.cvsignore:
9564         * gst/audioscale/Makefile.am:
9565         * gst/audioscale/README:
9566         * gst/audioscale/audioscale.vcproj:
9567         * gst/audioscale/dtof.c:
9568         * gst/audioscale/dtos.c:
9569         * gst/audioscale/functable.c:
9570         * gst/audioscale/gstaudioscale.c:
9571         * gst/audioscale/gstaudioscale.h:
9572         * gst/audioscale/private.h:
9573         * gst/audioscale/resample.c:
9574         * gst/audioscale/resample.h:
9575         * gst/audioscale/test.c:
9576           remove
9577
9578 2005-11-30  Edward Hervey  <edward@fluendo.com>
9579
9580         * gst-libs/gst/netbuffer/Makefile.am:
9581         really, really tired
9582
9583 2005-11-30  Edward Hervey  <edward@fluendo.com>
9584
9585         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9586         Update for new GstTypeFindFactory _register()
9587
9588 2005-11-30  Edward Hervey  <edward@fluendo.com>
9589
9590         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9591         Let's not override libgstnet from core for no reason...
9592         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9593         Ok, maybe not so quick next time.
9594
9595 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9596
9597         * configure.ac:
9598         * gst-libs/gst/Makefile.am:
9599           moved gst-libs/gst/net to netbuffer through CVS surgery
9600           remove old directory
9601           updating build to accomodate
9602           (#322257)
9603
9604 2005-11-29  Andy Wingo  <wingo@pobox.com>
9605
9606         * pkgconfig/gstreamer-plugins-base.pc.in:
9607         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9608         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9609         (#322257).
9610
9611 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9612
9613         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9614         3rd time's the charm. Correct ref-counting for discarded buffers.
9615
9616 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9617
9618         * gst/playback/gststreamselector.c:
9619         (gst_stream_selector_class_init),
9620         (gst_stream_selector_set_property),
9621         (gst_stream_selector_get_property),
9622         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9623         Fix ref-counting
9624
9625 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * gst/subparse/gstsubparse.c: (feed_textbuf):
9628           Don't access already unref'ed buffer.
9629
9630 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9631
9632         * gst/playback/gststreamselector.c:
9633         (gst_stream_selector_class_init), (gst_stream_selector_init),
9634         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9635         (gst_stream_selector_get_property),
9636         (gst_stream_selector_get_linked_pad),
9637         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9638         * gst/playback/gststreamselector.h:
9639         Add the active-pad property for playbin to use shortly. Ignore buffers
9640         from any other pad, returning GST_FLOW_NOT_LINKED
9641
9642 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9643
9644         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9645         patch from bug #322704 (Alessandro Decina).
9646
9647 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9648
9649         * gst-libs/gst/audio/Makefile.am:
9650           folded audiofilter into the audio library
9651
9652 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         * gst/videoscale/gstvideoscale.h:
9655         * gst/videoscale/gstvideoscale.c:
9656           remove unimplemented scale methods
9657
9658 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9659
9660         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9661           Don't leak caps.
9662
9663 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9664
9665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9666         (gst_ximagesink_setcaps):
9667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9668         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9669         happens (only visible on ximagesink but bug is in xv too) set_caps was
9670         destroying the internal x[v]image used to memcpy non locally alloced
9671         buffers so that it got renewed on next _chain. The issue is that 
9672         _expose will try to put that image as it reffed it in _put.
9673         Using gst_buffer_unref instead of destroy fixes it !
9674
9675 2005-11-28  Edward Hervey  <edward@fluendo.com>
9676
9677         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9678         (try_to_link_1), (queue_filled_cb):
9679         Better use of the queues. Start with a small size queue and only increase
9680         the size of the queues when the other queues are empty.
9681
9682 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * gst-libs/gst/video/Makefile.am:
9685           compile in copied-over videofilter into the video library
9686         * gst-libs/gst/video/videosink.h:
9687           rename the header to gstvideosink.h since it's a base GstObject class
9688         * sys/ximage/ximagesink.h:
9689         * sys/xvimage/xvimagesink.h:
9690           use the new header
9691
9692 2005-11-28  Wim Taymans  <wim@fluendo.com>
9693
9694         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9695         * gst/playback/gstplaybasebin.h:
9696         Prepare to handle errors betters.
9697
9698         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9699         Set sinks to PAUSED first before adding and linking them so that
9700         we don't interrupt dataflow.
9701
9702 2005-11-28  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst-libs/gst/audio/TODO:
9705         Updated TODO
9706
9707         * gst-libs/gst/audio/gstaudiosink.c:
9708         (gst_audioringbuffer_open_device),
9709         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9710         (gst_audioringbuffer_release):
9711         Small cleanups.
9712
9713         * gst-libs/gst/audio/gstbaseaudiosink.c:
9714         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9715         (gst_base_audio_sink_change_state):
9716         Slave to the master clock when going to PLAYING and unslave when
9717         going to PAUSED.
9718
9719         * gst-libs/gst/audio/gstringbuffer.c:
9720         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9721         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9722         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9723         (gst_ring_buffer_clear_all), (wait_segment),
9724         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9725         (gst_ring_buffer_advance):
9726         * gst-libs/gst/audio/gstringbuffer.h:
9727         Add some docs and cleanups.
9728
9729 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9730
9731         * sys/xvimage/xvimagesink.c:
9732         (gst_xvimagesink_navigation_send_event): Fix navigation events
9733         coordinates translation with pixel aspect ratios.
9734
9735 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9736
9737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9738         Use calculated video geometry from _setcaps instead of buffer
9739         caps to respect pixel aspect ratio. (fixes #322388)
9740
9741 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9742
9743         * docs/libs/tmpl/gstcolorbalance.sgml:
9744         * docs/libs/tmpl/gstmixer.sgml:
9745         * docs/libs/tmpl/gstxoverlay.sgml:
9746         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9747         interface.
9748
9749 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9750
9751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9752         Refuse to create an XvImage if we can't find the format.
9753
9754 2005-11-28  Edward Hervey  <edward@fluendo.com>
9755
9756         * gst-libs/gst/riff/riff-media.c:
9757         (gst_riff_create_audio_template_caps):
9758         Add ATRAC3 to the list of riff-possible audio caps.
9759         I know we still don't have a plugin for atrac3, but it's saner to output
9760         that than a cryptic mimetype.
9761
9762 2005-11-27  Edward Hervey  <edward@fluendo.com>
9763
9764         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9765         Don't try to create a zero-sized subbuffer.
9766
9767 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9768
9769         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9770         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9771         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9772         (gst_ximagesink_expose): Fixed a tricky race.
9773         * sys/ximage/ximagesink.h:
9774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9775         (gst_xvimagesink_expose): Fixed a tricky race.
9776         * sys/xvimage/xvimagesink.h:
9777
9778 2005-11-27  Edward Hervey  <edward@fluendo.com>
9779
9780         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9781         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9782         Remove unused properties, and add queues between demuxers and decoders
9783         so that a lot more files can preroll properly.
9784
9785 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9786
9787         * gst-libs/gst/net/Makefile.am:
9788         * gst-libs/gst/rtp/Makefile.am:
9789         * gst-libs/gst/tag/Makefile.am:
9790           remove silly include
9791         * gst/tags/Makefile.am:
9792         * gst/tags/gsttagediting.c:
9793         * gst/tags/gsttageditingprivate.h:
9794         * gst/tags/tagedit.vcproj:
9795           remove directory, is as good as empty
9796
9797 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * configure.ac:
9800           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9801         * gst-libs/Makefile.am:
9802         * gst-libs/gst/audio/Makefile.am:
9803         * gst-libs/gst/interfaces/Makefile.am:
9804         * gst-libs/gst/net/Makefile.am:
9805         * gst-libs/gst/riff/Makefile.am:
9806         * gst-libs/gst/rtp/Makefile.am:
9807         * gst-libs/gst/tag/Makefile.am:
9808         * gst-libs/gst/video/Makefile.am:
9809           and use them
9810
9811 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9812
9813         * docs/libs/tmpl/gstcolorbalance.sgml:
9814         * docs/libs/tmpl/gstmixer.sgml:
9815         * docs/libs/tmpl/gstxoverlay.sgml:
9816         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9817         * sys/ximage/ximagesink.h:
9818         * sys/xvimage/xvimagesink.h: More and more documentation.
9819
9820 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9821
9822         * docs/libs/gst-plugins-base-libs-docs.sgml:
9823         * docs/libs/gst-plugins-base-libs-sections.txt:
9824         * docs/libs/tmpl/gstcolorbalance.sgml:
9825         * docs/libs/tmpl/gstmixer.sgml:
9826         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9827         to documentation.
9828
9829 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9830
9831         * docs/plugins/Makefile.am:
9832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9834         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9835
9836 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9837
9838         * docs/plugins/Makefile.am:
9839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9841         * docs/plugins/inspect/plugin-adder.xml:
9842         * docs/plugins/inspect/plugin-alsa.xml:
9843         * docs/plugins/inspect/plugin-audioconvert.xml:
9844         * docs/plugins/inspect/plugin-audiorate.xml:
9845         * docs/plugins/inspect/plugin-audioresample.xml:
9846         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9847         * docs/plugins/inspect/plugin-decodebin.xml:
9848         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9849         * docs/plugins/inspect/plugin-gnomevfs.xml:
9850         * docs/plugins/inspect/plugin-ogg.xml:
9851         * docs/plugins/inspect/plugin-playbin.xml:
9852         * docs/plugins/inspect/plugin-subparse.xml:
9853         * docs/plugins/inspect/plugin-tcp.xml:
9854         * docs/plugins/inspect/plugin-theora.xml:
9855         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9856         * docs/plugins/inspect/plugin-video4linux.xml:
9857         * docs/plugins/inspect/plugin-videorate.xml:
9858         * docs/plugins/inspect/plugin-videoscale.xml:
9859         * docs/plugins/inspect/plugin-videotestsrc.xml:
9860         * docs/plugins/inspect/plugin-volume.xml:
9861         * docs/plugins/inspect/plugin-vorbis.xml:
9862         * docs/plugins/inspect/plugin-ximagesink.xml:
9863         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9864         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9865
9866 2005-11-26  Edward Hervey  <edward@fluendo.com>
9867
9868         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9869         Properly return GstFlowReturn from gst_pad_push in chain functions.
9870
9871 2005-11-25  Michael Smith  <msmith@fluendo.com>
9872
9873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9874         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9875         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9876         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9877           Handle various conditions better when we don't understand a stream.
9878           Removes a heap of CRITICALs on ogg streams containing unknown data.
9879
9880 2005-11-24  Andy Wingo  <wingo@pobox.com>
9881
9882         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9883         Be threadsafe.
9884
9885 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9886
9887         * configure.ac: back to HEAD
9888
9889 === release 0.9.6 ===
9890
9891 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9892
9893         * configure.ac:
9894           releasing 0.9.6, "White Eight"
9895
9896 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9897
9898         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9899         * docs/plugins/inspect/plugin-sine.xml:
9900           remove sinesrc some more
9901
9902 2005-11-23  Wim Taymans  <wim@fluendo.com>
9903
9904         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9905         If we are reading too slowly, jump forward in the ringbuffer
9906         instead of blocking.
9907
9908 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9909
9910         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9911         (gst_visual_chain):
9912         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9913         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9914         (gst_videorate_chain):
9915         * gst/videotestsrc/gstvideotestsrc.c:
9916         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9917         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9918         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9919         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9921         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9922           Updates for API changes
9923
9924 2005-11-23  Wim Taymans  <wim@fluendo.com>
9925
9926         * gst-libs/gst/audio/gstbaseaudiosink.c:
9927         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9928         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9929         Fix for calibration API change.
9930
9931 2005-11-23  Michael Smith <msmith@fluendo.com>
9932
9933         * gst-libs/gst/audio/multichannel.c:
9934         (gst_audio_get_channel_positions),
9935         (gst_audio_set_channel_positions),
9936         (gst_audio_set_structure_channel_positions_list),
9937         (gst_audio_fixate_channel_positions):
9938           Use gst_value_array_*() functions on value arrays, not
9939           gst_value_list_*().
9940
9941 2005-11-23  Edward Hervey  <edward@fluendo.com>
9942
9943         * autogen.sh:
9944         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9945         Fixes autogen
9946
9947 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9948
9949         * check/Makefile.am:
9950         * check/elements/videotestsrc.c: (setup_videotestsrc),
9951         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9952         (main):
9953           add a test for videotestsrc
9954
9955 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9956
9957         * gst/sine/.cvsignore:
9958         * gst/sine/Makefile.am:
9959         * gst/sine/gstsinesrc.c:
9960         * gst/sine/gstsinesrc.h:
9961         * gst/sine/sinesrc.vcproj:
9962           and remove sinesrc from the repository.  Closes #321446
9963
9964 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9965
9966         * configure.ac:
9967         * gst-plugins-base.spec.in:
9968           remove sinesrc from the build
9969
9970 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9971
9972         * check/Makefile.am:
9973         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9974         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9975         (main):
9976           add a test for audiotestsrc, testing all waves.  Even seems
9977           leak-free at first glance, nice job Stefan
9978
9979 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9980
9981         * po/af.po:
9982         * po/az.po:
9983         * po/cs.po:
9984         * po/en_GB.po:
9985         * po/hu.po:
9986         * po/it.po:
9987         * po/nb.po:
9988         * po/nl.po:
9989         * po/or.po:
9990         * po/sq.po:
9991         * po/sr.po:
9992         * po/sv.po:
9993         * po/uk.po:
9994         * po/vi.po:
9995           Translation string updates
9996
9997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9998         (gst_v4lsrc_set_caps):
9999         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10000         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10001         * sys/v4l/v4lsrc_calls.h:
10002           Improve v4lsrc, by making it work again.
10003
10004 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10005
10006         * ext/libvisual/visual.c: (gst_visual_chain):
10007           Fix the fps calculations.
10008
10009         * gst/ffmpegcolorspace/avcodec.h:
10010           Move structure element for clarity
10011
10012         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10013         * gst-libs/gst/interfaces/tunernorm.h:
10014         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10015         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10016         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10017         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10018         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10019         (gst_v4lmjpegsrc_getcaps):
10020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10021         (gst_v4lsrc_set_caps):
10022         * sys/v4l/gstv4lsrc.h:
10023         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10025         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10026         * sys/v4l/v4lsrc_calls.h:
10027           Fractional framerates...
10028
10029 2005-11-22  Wim Taymans  <wim@fluendo.com>
10030
10031         * gst-libs/gst/audio/gstbaseaudiosink.c:
10032         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10033         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10034         And we provide a clock by default, of course...
10035
10036 2005-11-22  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10039         This clock can be slaved to a master clock now.
10040
10041         * gst-libs/gst/audio/gstbaseaudiosink.c:
10042         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10043         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10044         (gst_base_audio_sink_set_clock),
10045         (gst_base_audio_sink_set_property),
10046         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10047         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10048         * gst-libs/gst/audio/gstbaseaudiosink.h:
10049         Handle slaving the internal clock to the clock selected in the
10050         pipeline.
10051         Add property to make the basesink not provide a clock.
10052
10053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10054         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10055         (gst_base_rtp_depayload_wait):
10056         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10057         We can use the clock in GstElement, no need to store it ourselves.
10058
10059 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10060
10061         * docs/libs/tmpl/gstaudio.sgml:
10062           update
10063         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10064         (gst_paranoia_endian_get_type):
10065         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10066         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10067         * gst/audiotestsrc/gstaudiotestsrc.c:
10068         (gst_audiostestsrc_wave_get_type):
10069         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10070         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10071         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10072         (gst_sync_method_get_type), (gst_unit_type_get_type),
10073         (gst_client_status_get_type), (gst_multifdsink_class_init),
10074         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10075         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10076         (gst_multifdsink_get_property):
10077         * gst/tcp/gstmultifdsink.h:
10078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10079         * gst/videotestsrc/gstvideotestsrc.c:
10080         (gst_videotestsrc_pattern_get_type):
10081           remove deprecated properties
10082           fix up enums to correctly have short lowercase dashed nicks
10083
10084 2005-11-22  Michael Smith <msmith@fluendo.com>
10085
10086         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10087         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10088           Add underscore.
10089
10090 2005-11-22  Michael Smith <msmith@fluendo.com>
10091
10092         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10094           Use utility method for scaling clocktime for fractional framerates.
10095
10096 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10097
10098         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10099         (gst_visual_chain):
10100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10101         * ext/theora/theoradec.c: (theora_handle_type_packet):
10102         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10103         (theora_enc_chain):
10104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10105         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10106         * gst-libs/gst/video/video.h:
10107         * gst/ffmpegcolorspace/avcodec.h:
10108         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10109         (gst_ffmpeg_caps_to_pixfmt):
10110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10111         (gst_ffmpegcsp_set_caps):
10112         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10113         (gst_videorate_setcaps), (gst_videorate_blank_data),
10114         (gst_videorate_chain):
10115         * gst/videotestsrc/gstvideotestsrc.c:
10116         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10117         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10118         (gst_videotestsrc_event), (gst_videotestsrc_create):
10119         * gst/videotestsrc/gstvideotestsrc.h:
10120         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10121         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10122         (gst_ximagesink_get_times), (gst_ximagesink_init):
10123         * sys/ximage/ximagesink.h:
10124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10125         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10126         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10127         * sys/xvimage/xvimagesink.h:
10128           Convert elements to use fractions for their framerate.
10129           V4L elements to come later tonight.
10130
10131 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * gst-libs/gst/audio/audio.c:
10134         * gst-libs/gst/audio/audio.h:
10135           remove some deprecated functions
10136
10137 2005-11-22  Andy Wingo  <wingo@pobox.com>
10138
10139         * Update for gst_tag_setter API changes.
10140
10141 2005-11-22  Andy Wingo  <wingo@pobox.com>
10142
10143         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10144         (gst_ogg_demux_perform_seek):
10145         * ext/theora/theoradec.c (theora_dec_sink_event):
10146         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10147         update-funcnames.
10148
10149 2005-11-22  Wim Taymans  <wim@fluendo.com>
10150
10151         * examples/seeking/seek.c: (main):
10152         Give higher priority to bus signals than the gtk events
10153         to fix a race condition in the segment looping.
10154
10155 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * ext/theora/Makefile.am:
10158         * ext/vorbis/Makefile.am:
10159         * gst-libs/gst/tag/Makefile.am:
10160         * gst-plugins-base.spec.in:
10161           Rename libgsttagedit to libgsttag (#322117).
10162
10163 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10167           Call gst_x_overlay_prepare_xwindow_id() to give applications
10168           a final chance to set their own xwindow id before the video
10169           sink creates its own window.
10170
10171 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10172
10173         * sys/xvimage/xvimagesink.c:
10174         (gst_xvimagesink_navigation_send_event): Handle navigation
10175         events correcly with borders if applicable.
10176
10177 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         Patch by: Luca Ognibene
10180
10181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10184         (gst_ffmpegcsp_caps_remove_format_info):
10185         * gst/ffmpegcolorspace/imgconvert.c:
10186         * gst/ffmpegcolorspace/imgconvert_template.h:
10187           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10188           #318353); use gst_structure_has_name().
10189
10190 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10191
10192         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10193         (gst_ximagesink_class_init): Add debug macros on functions.
10194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10195         (gst_xvimagesink_xwindow_draw_borders),
10196         (gst_xvimagesink_xvimage_put),
10197         (gst_xvimagesink_xwindow_update_geometry),
10198         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10199         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10200         (gst_xvimagesink_xcontext_clear),
10201         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10202         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10203         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10204         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10205         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10206         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10207         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10208         expose while being PAUSED, out of data flow navigation events, etc..
10209
10210 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10211
10212         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10213         * gst-libs/gst/audio/audio.h:
10214           fix prototype - wondering why the test worked regardless
10215
10216 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10217
10218         * check/Makefile.am:
10219         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10220         * gst-libs/gst/audio/audio.h:
10221           add a method that returns a proper GstClockTime
10222
10223 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10226         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10227         * gst-libs/gst/interfaces/xoverlay.h:
10228           Remove everything having to do with the desired size; add 
10229           gst_x_overlay_prepare_xwindow_id() function; remove the
10230           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10231           post a message on the bus instead (#321816).
10232
10233         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10235         (gst_xvimagesink_xoverlay_init):
10236           Remove desired size stuff (#321816).
10237
10238 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10241         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10242         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10243           Terminate vararg functions with NULL instead of 0 to 
10244           make gcc4 happy.
10245
10246 2005-11-21  Andy Wingo  <wingo@pobox.com>
10247
10248         patch by: Sebastien Cote <sebas642@yahoo.ca>
10249         
10250         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10251         * gst-libs/gst/rtp/gstrtpbuffer.c
10252         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10253
10254 2005-11-21  Andy Wingo  <wingo@pobox.com>
10255
10256         * gst/playback/gstplaybin.c (gen_audio_element) 
10257         (gen_video_element): Use the new MISSING_PLUGIN core error
10258         category. Closes #320060.
10259
10260         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10261         * gst/videorate/gstvideorate.c (gst_videorate_event):
10262         * ext/theora/theoradec.c (theora_dec_sink_event): 
10263         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10264         stream lock.
10265
10266         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10267         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10268         stream lock changes.
10269
10270 2005-11-21  Wim Taymans  <wim@fluendo.com>
10271
10272         * gst-libs/gst/audio/gstbaseaudiosink.c:
10273         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10274         (gst_base_audio_sink_provide_clock),
10275         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10276         (gst_base_audio_sink_change_state):
10277         * gst/audioresample/gstaudioresample.c:
10278         Segment update fix.
10279
10280 2005-11-21  Andy Wingo  <wingo@pobox.com>
10281
10282         * *.h:
10283         * *.c: Ran scripts/update-macros. Oh yes.
10284
10285 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10286
10287         * sys/ximage/Makefile.am:
10288         * sys/ximage/ximage.c:
10289           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10290           remove your old libgstximage.* manually if necessary).
10291
10292 2005-11-21  Michael Smith <msmith@fluendo.com>
10293
10294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10295           Minimal fix for bug #320200: set the min/max bitrate in the correct
10296           units. A better fix would be to upgrade to the RATEMANAGE2
10297           interface, rather than using the deprecated interface used here, but
10298           that would require an update in our libvorbis dependency (to 1.1),
10299           which is probably undesirable.
10300
10301 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10302
10303         * ext/libvisual/visual.c: (get_buffer):
10304         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10305         (gst_base_audio_src_fixate):
10306         * gst/audioconvert/gstaudioconvert.c:
10307         (gst_audio_convert_fixate_caps):
10308         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10309         * gst/audiotestsrc/gstaudiotestsrc.c:
10310         (gst_audiotestsrc_src_fixate):
10311         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10312         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10313         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10314         * gst/videotestsrc/gstvideotestsrc.c:
10315         (gst_videotestsrc_src_fixate):
10316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10318           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10319           (#322027)
10320
10321
10322 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10325         (gst_riff_create_iavs_caps):
10326         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10327         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10328         (gst_riff_parse_info):
10329         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10332           Fixes for GST_FOURCC_FORMAT API change.
10333
10334 2005-11-21  Andy Wingo  <wingo@pobox.com>
10335
10336         patch by: Alessandro Dessina <alessandro nnva org>
10337
10338         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10339         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10340         (gst_ogg_parse_chain):
10341         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10342         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10343         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10344         gst_value_list calls on arrays. Fixes #321962.
10345
10346 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10349         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10350         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10351         * gst/adder/gstadder.c: (gst_adder_init),
10352         (gst_adder_request_new_pad), (gst_adder_collected),
10353         (gst_adder_change_state):
10354           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10355           API change.
10356
10357 2005-11-21  Michael Smith <msmith@fluendo.com>
10358
10359         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10360         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10361           Properly handle pad_push return values.
10362
10363 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10364
10365         * gst-libs/gst/tag/Makefile.am:
10366         * gst-libs/gst/tag/gstvorbistag.c:
10367         (gst_tag_list_to_vorbiscomment_buffer):
10368           Remove obsolete vorbistag element and debug category.
10369
10370         * gst/playback/gstplaybasebin.c: (check_queue):
10371           Don't divide by 0 when queue-threshold is 0.
10372
10373         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10374           Don't modify an existing pixel-aspect-ratio if we fail to read
10375           a new one.
10376
10377 2005-11-20  Wim Taymans  <wim@fluendo.com>
10378
10379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10380         (gst_vorbisenc_push_packet):
10381         GST_PAD_IS_USABLE is gone, use the return value of
10382         the push or pad_alloc_buffer instead.
10383
10384 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10385
10386         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10387         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10388         (gst_ximagesink_ximage_destroy),
10389         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10390         (gst_ximagesink_xwindow_new),
10391         (gst_ximagesink_xwindow_update_geometry),
10392         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10393         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10394         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10395         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10396         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10397         (gst_ximagesink_navigation_send_event),
10398         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10399         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10400         (gst_ximagesink_finalize), (gst_ximagesink_init),
10401         (gst_ximagesink_class_init):
10402         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10403         This new version brings correct software scaling, non flickering
10404         window while resizing, pixel aspect ratio handling, usage of
10405         hardware buffer pools, out of data flow event thread for 
10406         navigation and handling of expose events even when being PAUSED,
10407         a new property to keep video aspect ratio when resizing, etc...
10408
10409 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10410
10411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10412         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10413         handling of PAR.
10414
10415 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10416
10417         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10418         Unsetting IS_SINK flag from the fakesink, so decodebin
10419         never behaves as a sink.
10420
10421 2005-11-17  Wim Taymans  <wim@fluendo.com>
10422
10423         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10424         (gst_base_audio_src_change_state):
10425         Fix the audiosrc base class again, we did not unflush.
10426
10427 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10428
10429         * examples/seeking/seek.c: (make_dv_pipeline),
10430         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10431         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10432         to ogg/vorbis/theora pipeline.
10433
10434 2005-11-17  Wim Taymans  <wim@fluendo.com>
10435
10436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10437         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10438         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10439         Fix EOS on multiple streams.
10440         More debugging.
10441
10442 2005-11-16  Wim Taymans  <wim@fluendo.com>
10443
10444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10445         (gst_ogg_demux_perform_seek):
10446         Segment done must include stream time.
10447
10448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10449         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10450         (gst_ogg_mux_change_state):
10451         Fix ogg muxer again.
10452
10453 2005-11-16  Wim Taymans  <wim@fluendo.com>
10454
10455         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10456         Fix compile again.
10457
10458 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10459
10460         * ext/libvisual/visual.c: (gst_visual_init):
10461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10462         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10463         (gst_ogg_parse_chain):
10464         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10465         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10466         * ext/theora/theoradec.c: (gst_theora_dec_init):
10467         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10468         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10469         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10470         * gst/adder/gstadder.c: (gst_adder_class_init),
10471         (gst_adder_dispose):
10472         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10473         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10474         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10475           Fix a whole set of pad template leaks
10476
10477 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10478
10479         * check/generic/states.c: (GST_START_TEST):
10480           fix the test so that it only checks for elements that are part of
10481           this source module
10482
10483 2005-11-16  Michael Smith <msmith@fluendo.com>
10484
10485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10486         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10487         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10488         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10489         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10490         (gst_ogg_mux_change_state):
10491           Fix leaking collectpads.
10492
10493 2005-11-16  Edward Hervey  <edward@fluendo.com>
10494
10495         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10496         (gst_videorate_event), (gst_videorate_chain):
10497         Handle segment seeks
10498
10499 2005-11-16  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst-libs/gst/audio/gstbaseaudiosink.c:
10502         (gst_base_audio_sink_provide_clock),
10503         (gst_base_audio_sink_change_state):
10504         Set ringbuffer to non-flushing when going to PAUSED, set to
10505         flushing again when going to READY.
10506
10507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10508         (gst_ring_buffer_stop):
10509         Start in flushing mode by default.
10510         Don't set flushing in the _stop method, let the app call
10511         this explicitly.
10512
10513 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10514
10515         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10516         * gst-libs/gst/video/videosink.h: Add helper function needed
10517         for video sinks.
10518
10519 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * gst/videoscale/gstvideoscale.c:
10522         (gst_videoscale_handle_src_event):
10523           Don't leak reference to pad parent.
10524
10525 2005-11-16  Wim Taymans  <wim@fluendo.com>
10526
10527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10528         Set ringbuffer to flushing when stopping so that we don't
10529         block on wait_segment anymore and livelock.
10530
10531 2005-11-16  Wim Taymans  <wim@fluendo.com>
10532
10533         * examples/seeking/seek.c: (send_event), (do_seek),
10534         (loop_toggle_cb), (segment_done), (main):
10535         Added looping checkbox.
10536
10537 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10538
10539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10540         (gst_ogg_demux_init):
10541         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10542         (gst_vorbis_dec_init):
10543           revert unrefs, they don't pass make check
10544
10545 2005-11-15  Johan Dahlin  <johan@gnome.org>
10546
10547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10548         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10549         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10550         (gst_vorbis_dec_init):
10551         Fix pad template leaks. 
10552
10553 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10556           Make state change function thread safe.
10557
10558 2005-11-15  Edward Hervey  <edward@fluendo.com>
10559
10560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10561         (gst_ogg_demux_class_init):
10562         Implement GstElement::send_event, so we can send seek events
10563         in GST_STATE_READY
10564
10565 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10566
10567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10568         Discovered how to take away flickering while resizing the
10569         window. Please don't put that in ximagesink, refactoring in
10570         progress.
10571
10572 2005-11-14  Michael Smith <msmith@fluendo.com>
10573
10574         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10575         (gst_multifdsink_render):
10576           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10577
10578 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst/playback/gstplaybin.c: (gen_audio_element):
10581           Use autoaudiosink, it tends to be more widely available than
10582           autoaudiiosink.
10583           
10584 2005-11-14  Andy Wingo  <wingo@pobox.com>
10585
10586         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10587         as well if it is available. Fixes #316442.
10588
10589 2005-11-14  Michael Smith <msmith@fluendo.com>
10590
10591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10592         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10593         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10594         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10595         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10596         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10597         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10598         (gst_vorbisenc_change_state):
10599           Fix a small memory leak in vorbisenc.
10600           Fix large memory leaks in oggmux, also fix lots of state change
10601           bugs in oggmux.
10602
10603 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * gst/videotestsrc/gstvideotestsrc.c:
10606         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10607         (gst_videotestsrc_src_fixate):
10608           move fixation to a fixate function
10609           remove negotiate function, basesrc's is good enough
10610           fixes a bug for check when using the element alone
10611
10612 2005-11-13  Edward Hervey  <edward@fluendo.com>
10613
10614         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10615         (key_toggle_cb), (main):
10616         Added checkboxes for adding/removing the accurate and key_unit seek
10617         flags.
10618
10619 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10620
10621         * configure.ac: back to HEAD
10622
10623 === release 0.9.5 ===
10624
10625 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10626
10627         * configure.ac:
10628           releasing 0.9.5, "No No Kia"
10629
10630 2005-11-11  Edward Hervey  <edward@fluendo.com>
10631
10632         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10633         Added parse-launch syntax seeking mode for the seeking example.
10634         This should help stress-test even more cases.
10635         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10636
10637 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * sys/xvimage/xvimagesink.c:
10640         (gst_xvimagesink_navigation_send_event):
10641           Check whether peer pad exists before sending navigation events
10642           to it.
10643
10644 2005-11-11  Michael Smith <msmith@fluendo.com>
10645
10646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10647         (gst_vorbisenc_buffer_from_packet):
10648         * ext/vorbis/vorbisenc.h:
10649           Set duration on encoded buffers. This allows oggmux's
10650           max_page_delay parameter to actually work.
10651
10652 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10655         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10656         (gst_ffmpegcsp_avpicture_fill):
10657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10658         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10659           Make palettes work again (see #132341). Use our own macros
10660           for rounding up.
10661
10662 2005-11-10  Andy Wingo  <wingo@pobox.com>
10663
10664         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10665         string doober.
10666
10667 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10668
10669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10670         (gst_ffmpegcsp_transform_caps):
10671           Prefer passthrough in transform_caps
10672
10673 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10674
10675         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10676           check for ALSA errors properly, instead of relying on ALSA's
10677           error strings to serve to the user.
10678
10679 2005-11-10  Wim Taymans  <wim@fluendo.com>
10680
10681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10682         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10683         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10684         Modernise the seek code.
10685
10686 2005-11-10  Michael Smith <msmith@fluendo.com>
10687         
10688         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10689         (setup_substreams), (set_active_source):
10690           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10691           trying to go to NULL if we failed to read a file.
10692
10693 2005-11-10  Wim Taymans  <wim@fluendo.com>
10694
10695         * gst/audiotestsrc/gstaudiotestsrc.c:
10696         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10697         (gst_audiotestsrc_create):
10698         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10699         (gst_sinesrc_get_times), (gst_sinesrc_create):
10700         * gst/videotestsrc/gstvideotestsrc.c:
10701         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10702         (gst_videotestsrc_create):
10703         The base class can now sync for us.
10704
10705 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10706
10707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10708           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10709           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10710           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10711           format=(fourcc)I420" ! xvimagesink
10712
10713 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10716         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10717         (gst_sinesrc_newsegment):
10718           Send newsegment event in TIME format, set duration if
10719           num-buffers is set, fix duration querying.
10720
10721 2005-11-10  Michael Smith <msmith@fluendo.com>
10722
10723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10724         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10725         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10726         (gst_ogg_mux_collected):
10727          Fix EOS handling, partially. Now forwarding an EOS event once we have
10728          EOS on all pads works correctly. However, we still don't properly set
10729          EOS on the actual ogg stream pages.
10730
10731 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10734           Set elements to NULL state before disposing of them.
10735
10736 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10737
10738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10739
10740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10741         (gst_base_rtp_depayload_init),
10742         (gst_base_rtp_depayload_set_gst_timestamp):
10743         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10744           We need to send a newsegment event for each instance, not
10745           just for the first instance of this class (get rid of
10746           static variable in function). (#321011).
10747           
10748 2005-11-08  Michael Smith <msmith@fluendo.com>
10749
10750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10751         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10752         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10753         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10754           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10755           This makes us mux things correctly according to the ogg muxing
10756           rules. Still not handling EOS correctly right now, though.
10757
10758 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * gst/audioconvert/gstaudioconvert.c:
10761           Fix typo in docs. 
10762
10763 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10766         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10767           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10768           creating a new chain; should fix live streaming. Also
10769           add more debug output and fix a typo.
10770
10771 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10772
10773         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * gst/volume/gstvolume.c: (volume_set_caps):
10776           Fix compilation on Solaris with Forte. (#320923)
10777
10778 2005-11-08  Wim Taymans  <wim@fluendo.com>
10779
10780         * gst-libs/gst/audio/gstbaseaudiosink.c:
10781         (gst_base_audio_sink_render):
10782         No need to do a typecheck.
10783
10784 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * ext/alsa/gstalsa.h:
10787           We register a debug category, so let's use it.
10788
10789 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10790
10791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10792         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10793         Fixed a small problem.
10794
10795 2005-11-04  Wim Taymans  <wim@fluendo.com>
10796
10797         * examples/seeking/Makefile.am:
10798         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10799         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10800         (make_playerbin_pipeline), (format_value), (update_scale),
10801         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10802         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10803         (print_usage), (main):
10804         Added app for playback speed testing.
10805
10806         * examples/seeking/seek.c: (dynamic_link),
10807         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10808         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10809         (message_received), (main):
10810         Updated seek example.
10811
10812 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10813
10814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10815         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10816         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10817         (gst_base_rtp_depayload_set_clock):
10818         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10819         Don't sleep on the bench (system clock) when you have a nice 
10820         comfortable bed (Gstreamer clock) to sleep on.
10821
10822 2005-11-03  Wim Taymans  <wim@fluendo.com>
10823
10824         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10825         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10826         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10827         Handle the case where a pad_block failed.
10828
10829 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10830
10831         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10832
10833         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10834         (gst_base_rtp_depayload_add_to_queue),
10835         (gst_base_rtp_depayload_push),
10836         (gst_base_rtp_depayload_set_gst_timestamp),
10837         (gst_base_rtp_depayload_queue_release):
10838           Fixes some bugs in the depayloader's queuing/de-queueing code.
10839
10840 2005-10-31  Michael Smith <msmith@fluendo.com>
10841
10842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10843         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10844         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10845           Patch from Alessandro Decina <alessandro@nnva.org>.
10846           Make oggdemux only find the final time in a chain, not per-pad,
10847           since the per-pad information can be very expensive to locate, and
10848           it isn't used anywhere. This makes reading a file containing
10849           OggSkeleton reasonably fast.
10850           Also, make chain finding work when there are logical bitstreams that
10851           can't be decoded. Fixes #319110.
10852
10853 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10854
10855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10856         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10857         (gst_base_rtp_depayload_chain),
10858         (gst_base_rtp_depayload_add_to_queue),
10859         (gst_base_rtp_depayload_push),
10860         (gst_base_rtp_depayload_set_gst_timestamp),
10861         (gst_base_rtp_depayload_queue_release),
10862         (gst_base_rtp_depayload_start_thread),
10863         (gst_base_rtp_depayload_set_property),
10864         (gst_base_rtp_depayload_get_property):
10865         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10866         Some random fixes, to fullfill the desires of thomas.
10867
10868 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10869
10870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10871         (gst_base_rtp_depayload_add_to_queue),
10872         (gst_base_rtp_depayload_push):
10873         Fixed the queueing algorithm.
10874
10875 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10876
10877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10878         (gst_base_rtp_depayload_push):
10879         A small fix
10880
10881 2005-10-31  Wim Taymans  <wim@fluendo.com>
10882
10883         * gst-libs/gst/audio/gstringbuffer.h:
10884         Don't break ABI.
10885
10886         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10887         (gst_ffmpeg_caps_to_pixfmt):
10888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10889         (gst_ffmpegcsp_set_caps):
10890         Some more comments.
10891         Handle missing required caps fields better.
10892
10893 2005-10-31  Wim Taymans  <wim@fluendo.com>
10894
10895         * gst-libs/gst/audio/gstbaseaudiosink.c:
10896         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10897         (gst_base_audio_sink_render):
10898         * gst-libs/gst/audio/gstringbuffer.c:
10899         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10900         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10901         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10902         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10903         (gst_ring_buffer_read):
10904         * gst-libs/gst/audio/gstringbuffer.h:
10905         Add flushing mode to the ringbuffer so that it in all cases does
10906         not try to handle more audio. This makes sure it does not try to
10907         block anymore when flushing and fixes a livelock.
10908
10909 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10912         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10913         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10914           Explicitly check for -1 values before doing a conversion
10915           and always map them to -1. (#315545)
10916
10917 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10918
10919         * gst/playback/gstplaybin.c: (gen_video_element):
10920           first try autovideosink, then xvimagesink, then error out
10921         * po/POTFILES.in:
10922           add translatable file
10923         * po/af.po:
10924         * po/az.po:
10925         * po/cs.po:
10926         * po/en_GB.po:
10927         * po/hu.po:
10928         * po/it.po:
10929         * po/nb.po:
10930         * po/nl.po:
10931         * po/or.po:
10932         * po/sq.po:
10933         * po/sr.po:
10934         * po/sv.po:
10935         * po/uk.po:
10936         * po/vi.po:
10937           update translations
10938
10939 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10940
10941         * gst-libs/gst/rtp/gstbasedepayload.c:
10942         * gst-libs/gst/rtp/gstbasedepayload.h:
10943           Minor cleanups
10944
10945 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * gst/playback/.cvsignore:
10948         * gst/playback/decodetest.c:
10949         * gst/playback/test3.c:
10950           Port these two tests as well.
10951
10952 2005-10-27  Wim Taymans  <wim@fluendo.com>
10953
10954         * ext/theora/theoradec.c: (theora_dec_src_query),
10955         (theora_dec_sink_event):
10956         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10957         (theora_enc_change_state):
10958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10959         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10960         Take proper locks when handling events.
10961
10962 2005-10-27  Wim Taymans  <wim@fluendo.com>
10963
10964         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10965         (gst_adder_change_state):
10966         Fix timestamps and fix deadlock when stopping the collectpads.
10967
10968 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10969
10970         * gst-libs/gst/rtp/gstrtpbuffer.h:
10971         Declaring the payload types as strings too so that they can be used
10972         in the padtemplate inialization.
10973
10974 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10975
10976         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10977
10978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10979         (gst_base_rtp_depayload_class_init):
10980         Fixes a small but nasty bug. The derived elements no longer segfaults
10981         on finalization.
10982
10983 2005-10-26  Michael Smith <msmith@fluendo.com>
10984
10985         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10986           When clearing an audioconvert context, set tmpbufsize to zero, so
10987           we'll allocate it again later if required.
10988           This fixes audioconvert re-negotiating formats, which previously
10989           segfaulted with a NULL destination buffer.
10990
10991 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10992
10993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10994         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10995         (gst_base_rtp_depayload_set_gst_timestamp),
10996         (gst_base_rtp_depayload_queue_release):
10997         Fixed a smalll memleak.
10998
10999 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11000         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11001         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11002         (gst_base_rtp_depayload_finalize),
11003         (gst_base_rtp_depayload_setcaps),
11004         (gst_base_rtp_depayload_add_to_queue),
11005         (gst_base_rtp_depayload_push),
11006         (gst_base_rtp_depayload_set_gst_timestamp),
11007         (gst_base_rtp_depayload_queue_release),
11008         (gst_base_rtp_depayload_thread),
11009         (gst_base_rtp_depayload_change_state):
11010         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11011         Changed the C++ comments to C comments
11012
11013 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11016         * gst/tcp/gsttcpclientsrc.h:
11017         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11018         * gst/tcp/gsttcpserversrc.h:
11019           Remove unused 'curoffset' structure member.
11020
11021 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11022
11023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11024         (gst_base_rtp_depayload_base_init),
11025         (gst_base_rtp_depayload_finalize):
11026         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11027         * gst-libs/gst/rtp/gstbasertppayload.h:
11028           The pad-template on the sinkpad should be set by the derived classes.
11029           Also added some useful macros.
11030
11031 2005-10-24  Wim Taymans  <wim@fluendo.com>
11032
11033         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11034         Correctly flush decoder samples even if we could not
11035         copy them to an output buffer. Fixes #319618.
11036
11037 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11038
11039         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11041         the caps against our xcontext caps.
11042
11043 2005-10-24  Wim Taymans  <wim@fluendo.com>
11044
11045         * gst-libs/gst/audio/gstbaseaudiosink.c:
11046         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11047         Remove g_print
11048         Use sync property from baseclass to disable sync.
11049
11050 2005-10-24  Wim Taymans  <wim@fluendo.com>
11051
11052         * gst-libs/gst/audio/gstbaseaudiosink.c:
11053         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11054         Buffers with no timestamps get aligned with previous buffers or
11055         on underrun, played ASAP.
11056
11057 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11058
11059         * gst-libs/gst/video/video.h:
11060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11061         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11063         here comes my change on caps for framerate and geometry range.
11064         We are now accepting 1 to MAXINT for width and height, and from
11065         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11066         to be blended correctly in videomixer.
11067
11068 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11069
11070         * configure.ac:
11071           back to HEAD
11072
11073 === release 0.9.4 ===
11074
11075 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11076
11077         * NEWS:
11078         * RELEASE:
11079         * configure.ac:
11080           releasing 0.9.4, "Velociraptor"
11081
11082 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11083
11084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11085         * po/POTFILES.in:
11086           STOPPED -> FAILED
11087
11088 2005-10-21  Wim Taymans  <wim@fluendo.com>
11089
11090         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11091         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11092         (pad_blocked), (close_pad_link), (new_pad):
11093         Don't try to remove elements twice.
11094
11095 2005-10-21  Wim Taymans  <wim@fluendo.com>
11096
11097         * ext/theora/theoradec.c: (theora_dec_src_query),
11098         (theora_dec_sink_event):
11099         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11100         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11101         (vorbis_handle_data_packet):
11102         * ext/vorbis/vorbisdec.h:
11103         Fix old naming.
11104
11105         * gst-libs/gst/audio/gstbaseaudiosink.c:
11106         (gst_base_audio_sink_render):
11107         Don't try to sync on buffers without a timestamp.
11108
11109 2005-10-21  Wim Taymans  <wim@fluendo.com>
11110
11111         * ext/theora/theoradec.c: (theora_dec_src_query),
11112         (theora_dec_sink_event):
11113         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11114         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11115         (vorbis_handle_data_packet):
11116         * ext/vorbis/vorbisdec.h:
11117         Fix old naming.
11118
11119 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11122         (gst_vorbisenc_src_query):
11123           Implement position and duration queries.
11124
11125         * gst/playback/test3.c: (update_scale), (main):
11126           Fix for async state changes and print nicer output.
11127
11128 2005-10-20  Wim Taymans  <wim@fluendo.com>
11129
11130         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11131         (dump_element_stats), (main):
11132         * gst/playback/test6.c: (main):
11133         Fix tests again
11134
11135 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11138         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11139           Don't use functions for position queries when handling
11140           duration queries.
11141
11142 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11143
11144         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11145         (vorbis_handle_data_packet), (vorbis_dec_chain),
11146         (vorbis_dec_change_state):
11147         * ext/vorbis/vorbisdec.h:
11148           Vorbis streams can be embedded in other container formats
11149           than ogg, container formats where the demuxer might set 
11150           timestamps on encoded vorbis buffers instead of those silly 
11151           granulepos thingies. In short: make vorbisdec handle 
11152           timestamps on incoming buffers as well.
11153
11154 2005-10-20  Wim Taymans  <wim@fluendo.com>
11155
11156         * gst/playback/gstplaybasebin.c: (group_destroy),
11157         (gst_play_base_bin_change_state):
11158         Fix leak.
11159         Handle case where playbasebin is now ASYNC because
11160         decodebin is.
11161
11162 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/audioconvert/Makefile.am:
11165         * gst/audioconvert/bufferframesconvert.c:
11166         * gst/audioconvert/plugin.c: (plugin_init):
11167         * gst/audioconvert/plugin.h:
11168           And bye bye buffer-frames-convert
11169
11170 2005-10-19  Wim Taymans  <wim@fluendo.com>
11171
11172         * check/elements/audioconvert.c:
11173         * docs/libs/tmpl/gstaudio.sgml:
11174         * docs/libs/tmpl/gstcolorbalance.sgml:
11175         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11176         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11177         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11178         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11179         * gst-libs/gst/audio/audio.h:
11180         * gst/audioconvert/audioconvert.h:
11181         * gst/audioconvert/gstaudioconvert.c:
11182         (gst_audio_convert_parse_caps):
11183         * gst/volume/gstvolume.c:
11184         Bye bye buffer-frames.
11185
11186 2005-10-19  Wim Taymans  <wim@fluendo.com>
11187
11188         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11189         (query_positions_elems), (query_positions_pads), (update_scale),
11190         (do_seek), (set_update_scale), (message_received), (main):
11191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11192         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11193         (gst_ogg_demux_loop):
11194         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11195         * ext/theora/theoradec.c: (theora_dec_src_query),
11196         (theora_dec_sink_event):
11197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11198         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11199         * gst/adder/gstadder.c: (gst_adder_query):
11200         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11201         * gst/playback/test3.c: (update_scale):
11202         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11203         (dump_element_stats), (main):
11204         * gst/playback/test6.c: (main):
11205         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11206         Query API update.
11207
11208 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11211         (xml_check_first_element), (xml_type_find), (smil_type_find),
11212         (plugin_init):
11213           Add typefinding for SMIL and for generic XML. Based on patch by
11214           Akos Maroy (#308663).
11215
11216 2005-10-18  Wim Taymans  <wim@fluendo.com>
11217
11218         * gst/playback/Makefile.am:
11219         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11220         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11221         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11222         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11223         (gst_decode_bin_change_state):
11224         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11225         (gst_play_bin_send_event_to_sink):
11226         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11227         (dump_element_stats), (main):
11228         * gst/playback/test6.c: (main):
11229         Make playbin async, it'll commit state to paused when all streams
11230         are detected.
11231         Remove ugly hack.
11232         Added test6.c to show async behaviour.
11233
11234 2005-10-18  Wim Taymans  <wim@fluendo.com>
11235
11236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11237         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11238         Fix for segment-start/stop API change.
11239
11240 2005-10-18  Wim Taymans  <wim@fluendo.com>
11241
11242         * check/Makefile.am:
11243         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11244         (main):
11245         Add future test for clock selection.
11246
11247 2005-10-18  Wim Taymans  <wim@fluendo.com>
11248
11249         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11250         (gst_alsasink_close):
11251         Set handle to NULL.
11252
11253         * gst-libs/gst/audio/gstringbuffer.c:
11254         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11255         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11256         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11257         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11258         (gst_ring_buffer_read):
11259         More debug info.
11260
11261 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11262
11263         * gst/audiotestsrc/Makefile.am:
11264         * gst/sine/Makefile.am:
11265         * gst/volume/Makefile.am:
11266           fix broken build of controllerized plugins
11267
11268 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11269
11270         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11271
11272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11273         (gst_riff_create_video_template_caps):
11274           Add support for Indeo-3 (IV32).
11275
11276 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         * configure.ac:
11279           rewrite
11280
11281 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11282
11283         * gst-libs/gst/video/video.c: (gst_video_get_size):
11284         * gst/audiotestsrc/gstaudiotestsrc.c:
11285           doc updates
11286
11287 2005-10-17  Andy Wingo  <wingo@pobox.com>
11288
11289         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11290         with the collectpads change.
11291         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11292
11293         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11294
11295         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11296
11297         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11298         alloc_buffer flow return to callers.
11299         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11300         change. Fix some memleaks in theoraenc.
11301
11302         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11303         in strange circumstance.
11304
11305 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11306
11307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11308         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11309         from caps, let's use the caps...
11310
11311 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11312
11313         * configure.ac:
11314           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11315
11316 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11317
11318         * gst-libs/gst/interfaces/Makefile.am:
11319           fix silly typo
11320
11321 2005-10-16  Andy Wingo  <wingo@pobox.com>
11322
11323         * gst/playback/gstdecodebin.c
11324         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11325         function!
11326         (try_to_link_1): Increase kraziness level.
11327
11328 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11329
11330         * configure.ac:
11331           restructure like the core one
11332         * gst-libs/gst/audio/Makefile.am:
11333         * gst-libs/gst/interfaces/Makefile.am:
11334         * gst-libs/gst/net/Makefile.am:
11335         * gst-libs/gst/riff/Makefile.am:
11336         * gst-libs/gst/rtp/Makefile.am:
11337         * gst-libs/gst/tag/Makefile.am:
11338         * gst-libs/gst/video/Makefile.am:
11339           use correct linker flags, now the libs are properly versioned
11340         * check/elements/audioconvert.c: (verify_convert):
11341         * ext/alsa/gstalsaplugin.c:
11342         * ext/cdparanoia/gstcdparanoia.c:
11343         * ext/gnomevfs/gstgnomevfs.c:
11344         * ext/libvisual/visual.c:
11345         * ext/ogg/gstogg.c:
11346         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11347         * ext/theora/theora.c:
11348         * ext/vorbis/vorbis.c:
11349         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11350         * gst-libs/gst/tag/gsttagediting.c:
11351         * gst-libs/gst/video/video.c:
11352         * gst/adder/gstadder.c:
11353         * gst/audioconvert/plugin.c:
11354         * gst/audiorate/gstaudiorate.c:
11355         * gst/audioresample/gstaudioresample.c:
11356         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11357         * gst/audioscale/gstaudioscale.c:
11358         * gst/audioscale/resample.c:
11359         * gst/audiotestsrc/gstaudiotestsrc.c:
11360         * gst/ffmpegcolorspace/gstffmpeg.c:
11361         * gst/playback/gstdecodebin.c: (close_pad_link):
11362         * gst/playback/gstplaybin.c: (gen_video_element),
11363         (gen_audio_element):
11364         * gst/sine/gstsinesrc.c:
11365         * gst/subparse/gstsubparse.c:
11366         * gst/tags/gsttagediting.c:
11367         * gst/tcp/gsttcpplugin.c:
11368         * gst/typefind/gsttypefindfunctions.c:
11369         * gst/videorate/gstvideorate.c:
11370         * gst/videoscale/gstvideoscale.c:
11371         * gst/videotestsrc/gstvideotestsrc.c:
11372         * gst/volume/gstvolume.c:
11373         * sys/v4l/gstv4l.c:
11374         * sys/ximage/ximage.c:
11375         * sys/xvimage/xvimagesink.c:
11376           fix up defines
11377
11378 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * ext/vorbis/vorbisenc.c:
11381         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11382         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11383         (gst_tag_to_vorbis_comments):
11384           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11385
11386 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11387
11388         * examples/stats/mp2ogg.c:
11389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11390           typo fixes
11391
11392 2005-10-13  Michael Smith <msmith@fluendo.com>
11393
11394         * ext/ogg/gstoggmux.c:
11395           Use magic glib macros to define constants as 64 bit, to ensure
11396           appropriate vararg passing.
11397
11398 2005-10-13  Michael Smith <msmith@fluendo.com>
11399
11400         * ext/ogg/gstoggmux.c:
11401         * gst/audioconvert/audioconvert.c: (float):
11402           Don't use LL suffix, as it's not portable, and neither of these
11403           uses required it anyway.
11404
11405 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11406
11407         * examples/indexing/indexmpeg.c: (main):
11408         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11409         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11410         (cdparanoia_convert), (cdparanoia_query):
11411         * ext/cdparanoia/gstcdparanoia.h:
11412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11413         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11414         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11416         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11417         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11418         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11419         (gst_multifdsink_render), (gst_multifdsink_start),
11420         (gst_multifdsink_stop):
11421         * gst/tcp/gstmultifdsink.h:
11422         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11423         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11424         (gst_tcpclientsink_stop):
11425         * gst/tcp/gsttcpclientsink.h:
11426         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11427         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11428         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11429         * gst/tcp/gsttcpclientsrc.h:
11430         * gst/tcp/gsttcpserversink.h:
11431         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11432         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11433         (gst_tcpserversrc_stop):
11434         * gst/tcp/gsttcpserversrc.h:
11435         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11437         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11438           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11439           moved bitshift from macro to enum definition
11440
11441 2005-10-12  Wim Taymans  <wim@fluendo.com>
11442
11443         * examples/seeking/Makefile.am:
11444         Oops.
11445
11446 2005-10-12  Wim Taymans  <wim@fluendo.com>
11447
11448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11449         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11450         Don't assert on normal stuff.
11451
11452         * gst/playback/gstplaybin.c: (do_playbin_seek):
11453         API fix.
11454
11455 2005-10-12  Wim Taymans  <wim@fluendo.com>
11456
11457         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11458         * examples/seeking/Makefile.am:
11459         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11460         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11461         (do_seek), (set_update_scale), (message_received), (main):
11462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11463         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11464         Update for _get_state() API change.
11465
11466 2005-10-11  Wim Taymans  <wim@fluendo.com>
11467
11468         * gst-libs/gst/audio/gstbaseaudiosink.c:
11469         (gst_base_audio_sink_render):
11470         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11471         (gst_base_audio_src_create):
11472         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11473         (gst_ring_buffer_read):
11474         Cleanups.
11475         Commit and read from ringbuffer in samples rather than bytes.
11476
11477 2005-10-11  Wim Taymans  <wim@fluendo.com>
11478
11479         * gst-libs/gst/audio/gstbaseaudiosink.c:
11480         (gst_base_audio_sink_render):
11481         Respect segment rate and accum when scheduling samples.
11482
11483 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11484
11485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11486         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11487         EOS correctly, that needs more work.
11488
11489 2005-10-11  Wim Taymans  <wim@fluendo.com>
11490
11491         * check/generic/states.c: (GST_START_TEST):
11492         remove old property.
11493
11494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11495         (gst_ogg_demux_perform_seek):
11496         * ext/theora/theoradec.c: (theora_dec_sink_event):
11497         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11498         (vorbis_handle_data_packet):
11499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11500         (gst_base_rtp_depayload_set_gst_timestamp):
11501         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11502         Update for newsegment API change.
11503
11504 2005-10-11  Michael Smith <msmith@fluendo.com>
11505
11506         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11507         (do_playbin_seek), (gst_play_bin_send_event):
11508           Override send_event differently, so that we can takes bits of
11509           functionality from GstPipeline (special handling for seeks,
11510           including pausing/resuming, and resetting stream time) and still get
11511           the appropriate behaviour of only forwarding event to a single sink,
11512           rather than all of them.
11513           Unfortunately requires a lot of code duplication, but the
11514           alternatives are equally ugly in the end.
11515
11516 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         * check/elements/audioconvert.c: (setup_audioconvert),
11519         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11520         (GST_START_TEST), (audioconvert_suite):
11521           clean up tests a little, fix some leaks.
11522
11523 2005-10-10  Wim Taymans  <wim@fluendo.com>
11524
11525         * ext/alsa/gstalsasink.c:
11526         Also allow unsigned int.
11527
11528         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11529         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11530         Small cleanup
11531
11532 2005-10-10  Wim Taymans  <wim@fluendo.com>
11533
11534         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11535         Small update, use API as stated in design docs.
11536
11537         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11538         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11539         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11540         (message_received), (main):
11541         Updated seek example for GOption. Some usability improvements.
11542
11543 2005-10-10  Wim Taymans  <wim@fluendo.com>
11544
11545         * gst/audioconvert/audioconvert.h:
11546         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11547         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11548         Alloc temp storage somewhere else where we can do it more
11549         portable.
11550
11551 2005-10-10  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11554         (gst_tcpserversrc_start):
11555         Don't block in accept while doing the state change, move
11556         to poll and make cancellable.
11557
11558 2005-10-09  Philippe Khalaf <burger@speedy.org>
11559
11560         * gst-libs/gst/rtp/rtpbasedepayload.c:
11561         Set timestamp and add queue delay to timestamp
11562         * gst-libs/gst/rtp/rtpbuffer.h:
11563         Set correct payload type for h263
11564
11565 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11566
11567         * gst/audiotestsrc/gstaudiotestsrc.c:
11568         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11569         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11570         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11571         (gst_audiotestsrc_create_triangle),
11572         (gst_audiotestsrc_create_silence),
11573         (gst_audiotestsrc_create_white_noise),
11574         (gst_audiotestsrc_init_pink_noise),
11575         (gst_audiotestsrc_generate_pink_noise_value),
11576         (gst_audiotestsrc_create_pink_noise),
11577         (gst_audiotestsrc_change_wave):
11578         * gst/audiotestsrc/gstaudiotestsrc.h:
11579           fixed typo, added pink noise
11580
11581 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11584         (plugin_init):
11585           Add wavpack and spc typefind functions from 0.8 branch.
11586
11587 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11590         (ar_type_find), (msdos_type_find), (plugin_init):
11591           Add typefind functions for tar archives, ar archives,
11592           RAR archives, and msdos-executables (dlls, exe, etc.).
11593           Some of those would be wrongly identified as mpeg
11594           streams of some sort before (#315550).
11595
11596 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11597
11598         * configure.ac:
11599         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11600         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11601         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11602         * gst/audiotestsrc/Makefile.am:
11603         * gst/audiotestsrc/gstaudiotestsrc.c:
11604         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11605         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11606         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11607         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11608         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11609         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11610         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11611         (gst_audiotestsrc_create_silence),
11612         (gst_audiotestsrc_create_white_noise),
11613         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11614         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11615         (gst_audiotestsrc_start), (plugin_init):
11616         * gst/audiotestsrc/gstaudiotestsrc.h:
11617           add new plugin and element
11618         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11619           use gobject_class
11620
11621 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11624         (gst_adder_init), (gst_adder_request_new_pad),
11625         (gst_adder_change_state):
11626           Add query function to source pad, so adder reports the correct
11627           time/sample position when queried (#315457); fix state change
11628           function; use GST_DEBUG_FUNCPTR() for pad functions.
11629
11630 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11631
11632         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11633           Fix leaks in typefind registration
11634           Clean up the gratuitous commenting and whitespacing a little
11635
11636 2005-10-08  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11639         Only actually wait for the thread to be stopped if it's 
11640         running.
11641
11642 2005-10-08  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst-libs/gst/audio/gstbaseaudiosink.c:
11645         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11646         If we receive EOS we can start playback of what we had.
11647
11648 2005-10-08  Wim Taymans  <wim@fluendo.com>
11649
11650         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11651         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11652         (gst_multifdsink_stop):
11653         Fix crasher when going to NULL multiple times.
11654
11655 2005-10-06  Wim Taymans  <wim@fluendo.com>
11656
11657         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11658         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11659         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11661         patch from Edgard Lima <edgard.lima@indt.org.br>
11662         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11663
11664 2005-10-06  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11667         Report the FLOW_RETURN as string in the error message.
11668
11669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11670         Don't assert when clearing an unnegotiated buffer.
11671
11672 2005-10-04  Michael Smith <msmith@fluendo.com>
11673
11674         * gst/playback/gstplaybasebin.c: (group_destroy),
11675         (gen_preroll_element), (remove_groups), (setup_source):
11676         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11677         (setup_sinks), (gst_play_bin_send_event),
11678         (gst_play_bin_change_state):
11679           Set state to NULL before removing from bin. Fix refcounting.
11680
11681 2005-10-04  Michael Smith <msmith@fluendo.com>
11682
11683         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11684           Correct refcounting in send_event() function. Previously was wrong
11685           if the first sink was unable to handle the event.
11686
11687 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11688
11689         * configure.ac:
11690           back to development
11691
11692 === release 0.9.3 ===
11693
11694 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * configure.ac:
11697           Releasing 0.9.3, "De Facto"
11698
11699 2005-10-03  Andy Wingo  <wingo@pobox.com>
11700
11701         * gst/playback/gstdecodebin.c (try_to_link_1)
11702         (remove_element_chain): set element to NULL before removing it.
11703
11704 2005-10-02  Johan Dahlin  <johan@gnome.org>
11705
11706         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11707         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11708         MT safe.
11709
11710 2005-10-02  Andy Wingo  <wingo@pobox.com>
11711
11712         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11713         (gst_ring_buffer_prepare_read): 
11714         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11715         Demote to LOG.
11716
11717 2005-09-29  Wim Taymans  <wim@fluendo.com>
11718
11719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11720         * ext/theora/theoradec.c: (theora_handle_data_packet):
11721         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11722         Propagate error codes from alloc_buffer too.
11723
11724 2005-09-29  Wim Taymans  <wim@fluendo.com>
11725
11726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11727         We use fixed caps.
11728
11729         * gst/playback/Makefile.am:
11730         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11731         (dump_element_stats), (main):
11732         Added example stream introspection code.
11733
11734 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11735
11736         * gst/adder/gstadder.c: (gst_adder_collected):
11737           fix adder for float elements
11738
11739 2005-09-28  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst-libs/gst/audio/gstbaseaudiosink.c:
11742         (gst_base_audio_sink_class_init),
11743         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11744         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11745         (gst_base_audio_src_class_init),
11746         (gst_base_audio_src_provide_clock):
11747         get_clock -> provide_clock
11748
11749 2005-09-28  Andy Wingo  <wingo@pobox.com>
11750
11751         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11752         and unlocking.
11753
11754         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11755         unlocking.
11756
11757         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11758         Actually add the pad template.
11759         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11760
11761         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11762         I'm at it...
11763
11764         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11765         from fdsrc. Get caps in create() instead of start() so it can be
11766         interrupted. Interruption somewhat untested.
11767
11768         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11769         Proper EOS handling.
11770
11771 2005-09-27  Andy Wingo  <wingo@pobox.com>
11772
11773         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11774
11775         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11776
11777         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11778
11779         * gst/tcp/gsttcp.h: 
11780         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11781         out of tcpclientsrc.c. Cancellable.
11782         (gst_tcp_socket_read): Made private, cancellable, with better
11783         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11784         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11785         whole buffer, and better diagnostics.
11786         (gst_tcp_gdp_read_caps): Same.
11787
11788         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11789
11790 2005-09-26  Andy Wingo  <wingo@pobox.com>
11791
11792         * gst/sine/gstsinesrc.h:
11793         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11794         change the 'sync' property to 'is-live' and implement it halfway,
11795         update for controller api change.
11796
11797         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11798         controller api change.
11799
11800 2005-09-24  Wim Taymans  <wim@fluendo.com>
11801
11802         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11803         * gst-libs/gst/audio/gstaudiosink.c:
11804         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11805         (gst_audioringbuffer_stop):
11806         * gst-libs/gst/audio/gstbaseaudiosink.c:
11807         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11808         (gst_base_audio_sink_change_state):
11809         * gst-libs/gst/audio/gstbaseaudiosink.h:
11810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11811         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11812         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11813         * gst-libs/gst/audio/gstringbuffer.h:
11814         Fix sync again. Moved sample alignment to basesink.
11815
11816 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11817
11818         * docs/plugins/Makefile.am:
11819         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11821         * gst/volume/gstvolume.c:
11822           add/fix docs
11823         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11824         * gst-libs/gst/audio/audio.h:
11825           add conversion macros for frames <-> clocktime
11826
11827 2005-09-23  David Schleef  <ds@schleef.org>
11828
11829         * gst/audioresample/Makefile.am:
11830         * gst/audioresample/debug.h:
11831         * gst/audioresample/gstaudioresample.c:
11832         * gst/audioresample/resample.c: Convert to using gst debugging
11833
11834 2005-09-22  Wim Taymans  <wim@fluendo.com>
11835
11836         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11837         (gst_play_bin_send_event):
11838         Only seek on one sink, the first one that succeeds.
11839
11840 2005-09-22  Michael Smith <msmith@fluendo.com>
11841
11842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11843         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11844         Don't flush encoder state unless we have an initialised encoder.
11845         Clear out encoder state on PAUSED_TO_READY.
11846
11847 2005-09-22  Wim Taymans  <wim@fluendo.com>
11848
11849         * gst-libs/gst/rtp/gstbasertppayload.c:
11850         (gst_basertppayload_class_init), (gst_basertppayload_init),
11851         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11852         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11853         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11854         (gst_basertppayload_set_property),
11855         (gst_basertppayload_get_property),
11856         (gst_basertppayload_change_state):
11857         * gst-libs/gst/rtp/gstbasertppayload.h:
11858         Added max-ptime to control amount of data in the rtp packets.
11859
11860 2005-09-21  Andy Wingo  <wingo@pobox.com>
11861
11862         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11863         thingies.
11864
11865         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11866         can be called multiple times, dogs.
11867
11868 2005-09-21  Wim Taymans  <wim@fluendo.com>
11869
11870         * gst-libs/gst/rtp/gstbasertppayload.c:
11871         (gst_basertppayload_class_init), (gst_basertppayload_init),
11872         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11873         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11874         (gst_basertppayload_push), (gst_basertppayload_get_property),
11875         (gst_basertppayload_change_state):
11876         Allow 0 ssrc too.
11877
11878 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11879
11880         * docs/libs/compiling.sgml:
11881           fixing typos
11882
11883 2005-09-20  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst-libs/gst/rtp/gstbasertppayload.c:
11886         (gst_basertppayload_class_init), (gst_basertppayload_init),
11887         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11888         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11889         (gst_basertppayload_push), (gst_basertppayload_set_property),
11890         (gst_basertppayload_get_property),
11891         (gst_basertppayload_change_state):
11892         * gst-libs/gst/rtp/gstbasertppayload.h:
11893         Added property to configure sequence number offsets.
11894
11895 2005-09-20  Wim Taymans  <wim@fluendo.com>
11896
11897         * gst-libs/gst/rtp/gstbasertppayload.c:
11898         (gst_basertppayload_class_init), (gst_basertppayload_init),
11899         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11900         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11901         (gst_basertppayload_push), (gst_basertppayload_set_property),
11902         (gst_basertppayload_get_property),
11903         (gst_basertppayload_change_state):
11904         * gst-libs/gst/rtp/gstbasertppayload.h:
11905         Make timestamp offset configurable.
11906
11907 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11908
11909         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11910           fix wrong pop/unref
11911
11912 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11913
11914         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * gst-libs/gst/interfaces/propertyprobe.c:
11917         (gst_property_probe_probe_property_name),
11918         (gst_property_probe_needs_probe_name),
11919         (gst_property_probe_get_values_name),
11920         (gst_property_probe_probe_and_get_values_name):
11921           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11922           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11923
11924 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * check/Makefile.am:
11927           have some tests be disabled for valgrinding
11928         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11929         (GST_START_TEST):
11930         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11931           Fix A Leak.  Chain To Parent Finalize.
11932
11933 2005-09-19  Wim Taymans  <wim@fluendo.com>
11934
11935         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11936         Fixed wav pipeline.
11937
11938 2005-09-19  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst-libs/gst/rtp/gstbasertppayload.c:
11941         (gst_basertppayload_class_init), (gst_basertppayload_init),
11942         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11943         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11944         (gst_basertppayload_push), (gst_basertppayload_get_property),
11945         (gst_basertppayload_change_state):
11946         Posting ERROR and WARNING messages is good.
11947
11948 2005-09-19  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11951         (gst_base_rtp_depayload_add_to_queue),
11952         (gst_base_rtp_depayload_push),
11953         (gst_base_rtp_depayload_set_gst_timestamp),
11954         (gst_base_rtp_depayload_queue_release):
11955         This one was not supposed to go in.
11956
11957 2005-09-19  Wim Taymans  <wim@fluendo.com>
11958
11959         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11960         Fix for bus API.
11961
11962         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11963         (gst_base_rtp_depayload_chain),
11964         (gst_base_rtp_depayload_add_to_queue),
11965         (gst_base_rtp_depayload_push),
11966         (gst_base_rtp_depayload_set_gst_timestamp),
11967         (gst_base_rtp_depayload_queue_release):
11968         Some cleanups.
11969
11970         * gst-libs/gst/rtp/gstbasertppayload.c:
11971         (gst_basertppayload_class_init), (gst_basertppayload_init),
11972         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11973         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11974         (gst_basertppayload_get_property),
11975         (gst_basertppayload_change_state):
11976         Added debugging category.
11977
11978 2005-09-18  David Schleef  <ds@schleef.org>
11979
11980         * gst/playback/gstdecodebin.c: free plugin list correctly
11981         * gst/playback/gstplaybin.c: emit warning if autovideosink
11982           and autoaudiosink can't be found (instead of segfaulting)
11983
11984 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11985
11986         * check/elements/audioconvert.c: (GST_START_TEST):
11987           try out 24 bit conversion
11988
11989 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11990
11991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11992         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11993         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11994         * ext/vorbis/vorbisenc.h:
11995           Fix EOS handling.  Still needs a fix in the ogg muxer to
11996           mark the last page as eos.
11997
11998 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11999
12000         * common/gtk-doc-plugins.mak:
12001         * docs/plugins/Makefile.am:
12002         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12003         * gst/ffmpegcolorspace/Makefile.am:
12004         * gst/ffmpegcolorspace/avcodec.h:
12005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12006         * gst/tcp/gstmultifdsink.c:
12007           fix up ffmpegcolorspace docs; extract header
12008
12009 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12010
12011         * common/gtk-doc-plugins.mak:
12012         * docs/plugins/Makefile.am:
12013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12014         * ext/theora/Makefile.am:
12015         * ext/theora/gsttheoraenc.h:
12016         * ext/theora/theoraenc.c:
12017         * ext/vorbis/vorbisenc.c:
12018           pick up signals and args for vorbis; add some docs for vorbis
12019
12020 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12021
12022         * common/gstdoc-scangobj:
12023         * common/gtk-doc-plugins.mak:
12024         * docs/libs/Makefile.am:
12025         * docs/plugins/gst-plugins-base-plugins.args:
12026         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12027         * docs/plugins/gst-plugins-base-plugins.interfaces:
12028         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12029         * docs/plugins/gst-plugins-base-plugins.signals:
12030           only scanobj stuff from our source module.  Not sure yet
12031           if that's correct, given the hierarchy stuff :)
12032
12033 2005-09-15  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/audioconvert/gstaudioconvert.c:
12036         And enable 24 bits mode as well..
12037
12038 2005-09-15  Wim Taymans  <wim@fluendo.com>
12039
12040         * gst-libs/gst/rtp/Makefile.am:
12041         * gst-libs/gst/rtp/gstbasertppayload.c:
12042         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12043         (gst_basertppayload_class_init), (gst_basertppayload_init),
12044         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12045         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12046         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12047         (gst_basertppayload_set_property),
12048         (gst_basertppayload_get_property),
12049         (gst_basertppayload_change_state):
12050         * gst-libs/gst/rtp/gstbasertppayload.h:
12051         Added rtp payloader base class.
12052
12053 2005-09-15  Andy Wingo  <wingo@pobox.com>
12054
12055         * configure.ac (plugindir): Remove the EOL matcher from the
12056         regexp, as it causes me problems. Libtool? Make? Who knows?
12057
12058 2005-09-14  David Schleef  <ds@schleef.org>
12059
12060         * check/generic/states.c: 
12061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12062         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12063           Fixes for changes in registry API.
12064
12065         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12066           to GST_PLUGIN_LDFLAGS.
12067         * ext/libvisual/visual.c: Make the library shut up.
12068         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12069         * gst-libs/gst/audio/gstaudiofilter.c: same
12070
12071 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12072
12073         * docs/plugins/Makefile.am:
12074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12075         * docs/plugins/inspect/plugin-libvisual.xml:
12076         * docs/plugins/tmpl/element-tcpserversink.sgml:
12077         * ext/theora/theoraenc.c:
12078           add libvisual plugin and theoraenc element to docs
12079
12080 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12081
12082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12083         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12084         * ext/theora/theoraenc.c:
12085           add theoraenc
12086
12087 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12088
12089         * gst/audioconvert/Makefile.am:
12090           Audioconvert derives from GstBaseTransform and should
12091           link to the library with our base elements to avoid
12092           unresolved symbols. Makes things work with MinGW (#316160)
12093
12094         * gst/playback/test4.c: (main):
12095           Fix MinGW build problem and use g_usleep() instead of 
12096           sleep() (#316162)
12097
12098 2005-09-12  Wim Taymans  <wim@fluendo.com>
12099
12100         * gst/audioconvert/audioconvert.c: (float),
12101         (audio_convert_prepare_context), (audio_convert_convert):
12102         * gst/audioconvert/audioconvert.h:
12103         Cleanups, speedups, simplifications, added back support
12104         for 24 bits.
12105
12106 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12107
12108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12110         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12111         * docs/plugins/tmpl/element-tcpserversink.sgml:
12112         * gst/ffmpegcolorspace/gstffmpeg.c:
12113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12114         * gst/videotestsrc/gstvideotestsrc.c:
12115         * gst/volume/gstvolume.c:
12116           add more elements to the docs
12117
12118 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12119
12120         * check/Makefile.am:
12121         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12122         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12123           Add extra tests for basetransform based components. 
12124           Comment out the test_element_negotiation test until we decide
12125           if it's testing correct behaviour.
12126         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12127         (gst_visual_chain), (gst_visual_change_state):
12128           Slightly more correct but still bogus timestamping.
12129           Fix state change function.
12130         * gst/audioconvert/gstaudioconvert.c:
12131         (gst_audio_convert_class_init):
12132         * gst/audioresample/gstaudioresample.c:
12133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12134         (gst_ffmpegcsp_class_init):
12135         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12136         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12137         (gst_videoscale_prepare_image):
12138         * gst/volume/gstvolume.c: (gst_volume_class_init),
12139         (volume_transform_ip):
12140           Basetransform updates. Enable passthrough modes.
12141         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12142         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12143         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12144           Negotiation fix that allows the window to return to the original
12145           size and renegotiate passthrough upstream. Extra debug output.
12146
12147 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12148
12149         * gst/sine/gstsinesrc.c:
12150         * gst/volume/gstvolume.c:
12151           fix up header include
12152
12153 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12154
12155         * gst-libs/gst/audio/gstbaseaudiosink.c:
12156         (gst_base_audio_sink_render):
12157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12158         * gst/volume/gstvolume.c: (gst_volume_class_init),
12159         (volume_transform):
12160           fixing lost sync, some more debugging
12161
12162 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12163
12164         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12165         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12166         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12167         (gst_xvimagesink_check_xshm_calls):
12168           Fix compilation when XShm is not available.
12169
12170 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12171
12172         * ext/libvisual/visual.c: (gst_visual_dispose),
12173         (gst_visual_getcaps), (gst_visual_src_setcaps),
12174         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12175         (gst_visual_change_state):
12176           Finish fixing up libvisual plugin so that it runs. 
12177
12178 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12179
12180         * ext/vorbis/vorbisenc.c:
12181         * gst-libs/gst/tag/gstvorbistag.c:
12182           gsttaginterface.h -> gsttagsetter.h
12183
12184 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12185
12186         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12187           added another test that failes for me (test is not active by default)
12188
12189 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12190
12191         * configure.ac:
12192           v4l2 is no longer in gst-plugins-base
12193
12194 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12195
12196         * configure.ac:
12197           In the output at the end, don't show the first plugin on the same
12198           line as "Core plug-ins, always built:".
12199           Indent the output as for other plugin categories
12200         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12201           #define that can be used to not use peer buffer_alloc functions for
12202           test purposes.
12203         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12204         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12205         (gst_ximagesink_show_frame):
12206         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12207         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12208         (gst_xvimagesink_show_frame):
12209           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12210           fails gracefully instead of XError aborting or deadlocking.
12211
12212 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12213
12214         * ext/libvisual/Makefile.am:
12215           link against gst-base-libs
12216
12217 2005-09-06  David Schleef  <ds@schleef.org>
12218
12219         * configure.ac: Enable libvisual plugin.
12220         * ext/libvisual/Makefile.am:
12221         * ext/libvisual/visual.c: Fixes to make it compile.
12222
12223 === release 0.9.2 ===
12224
12225 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12226
12227         * NEWS:
12228         * RELEASE:
12229         * configure.ac:
12230         * docs/random/ChangeLog-0.8:
12231           releasing 0.9.2, "Spoon"
12232
12233 2005-09-05  Michael Smith <msmith@fluendo.com>
12234
12235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12236           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12237           that in the vorbisenc element.
12238
12239 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12240
12241         * common/gtk-doc-plugins.mak:
12242         * docs/plugins/Makefile.am:
12243           fix distcheck
12244         * gst/audioresample/resample.c:
12245           fix wrong docstring
12246
12247 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12248
12249         * common/gst-xmlinspect.py:
12250         * common/gtk-doc-plugins.mak:
12251           only inspect plugins for this given package
12252           require gst-python 0.9
12253
12254 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12255
12256         * Makefile.am:
12257         * autogen.sh:
12258         * common/gst-xmlinspect.py:
12259         * configure.ac:
12260         * docs/Makefile.am:
12261         * docs/plugins/inspect/plugin-alsa.xml:
12262         * docs/plugins/inspect/plugin-audioresample.xml:
12263         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12264         * docs/plugins/inspect/plugin-ogg.xml:
12265         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12266         * docs/plugins/tmpl/element-multifdsink.sgml:
12267         * docs/plugins/tmpl/element-tcpserversink.sgml:
12268         * docs/plugins/tmpl/element-vorbisenc.sgml:
12269         * gst-plugins-base.spec.in:
12270           various doc-related updates
12271
12272 2005-08-31  Wim Taymans  <wim@fluendo.com>
12273
12274         * gst-libs/gst/audio/gstbaseaudiosink.c:
12275         (gst_base_audio_sink_render):
12276         Resync if the buffer timestamps drift more than a 10th 
12277         of a second.
12278
12279 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12282         (gst_v4lsrc_get_property):
12283           The 'timestamp-offset' property is registered as an int64, so
12284           let's use g_value_{set|get}_int64() in our setter and getter
12285           functions (makes it work and fixes warnings with gst-inspect).
12286
12287 2005-08-30  Wim Taymans  <wim@fluendo.com>
12288
12289         * check/elements/audioconvert.c: (setup_audioconvert):
12290         * check/elements/audioresample.c: (setup_audioresample):
12291         * check/elements/volume.c: (setup_volume):
12292         Fix checks.
12293
12294 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12295
12296         * common/gtk-doc-plugins.mak:
12297         * common/plugins.xsl:
12298         * docs/plugins/Makefile.am:
12299           make module a param
12300
12301 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12302
12303         * examples/seeking/seek.c: (make_mp3_pipeline),
12304         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12305         (play_cb), (pause_cb), (stop_cb):
12306           update the example
12307
12308 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12309
12310         * gst/volume/gstvolume.c: (gst_volume_class_init),
12311         (volume_transform):
12312           do not update controlled params, if buffer has no timestamp
12313
12314 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12315
12316         * configure.ac:
12317         * gst/sine/Makefile.am:
12318         * gst/volume/Makefile.am:
12319           controllerized elements also need to link against controller-libs ;)
12320
12321 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12322
12323         * docs/libs/tmpl/gstcolorbalance.sgml:
12324         * docs/libs/tmpl/gstgconf.sgml:
12325         * docs/libs/tmpl/gstmixer.sgml:
12326         * docs/libs/tmpl/gstringbuffer.sgml:
12327         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12328         (gst_sinesrc_create):
12329         * gst/volume/gstvolume.c: (gst_volume_class_init),
12330         (volume_transform):
12331           controllerized two audio plugins
12332
12333 2005-08-29  Andy Wingo  <wingo@pobox.com>
12334
12335         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12336         (vorbis_handle_data_packet): Fix some int overflow errors.
12337
12338         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12339         -1.
12340         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12341         valid.
12342         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12343         if it's valid. Fixed streaming-mode playback.
12344
12345         * check/elements/volume.c (cleanup_volume): Fix for running
12346         CK_FORK=no.
12347
12348         * check/elements/audioconvert.c: Convert from native endian, not
12349         little endian.
12350
12351 2005-08-29  Michael Smith <msmith@fluendo.com>
12352
12353         * ext/ogg/Makefile.am:
12354         * ext/ogg/gstogg.c: (plugin_init):
12355         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12356         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12357         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12358         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12359         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12360         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12361         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12362         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12363         Add an ogg parser element.
12364
12365 2005-08-28  Andy Wingo  <wingo@pobox.com>
12366
12367         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12368
12369 2005-08-26  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/audioconvert/audioconvert.c: (if), (float),
12372         (audio_convert_get_func_index), (check_default),
12373         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12374         (audio_convert_clean_context), (audio_convert_get_sizes),
12375         (audio_convert_convert):
12376         Cleanups.
12377
12378 2005-08-26  Wim Taymans  <wim@fluendo.com>
12379
12380         * gst/audioconvert/audioconvert.c: (if), (float),
12381         (audio_convert_get_func_index), (check_default),
12382         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12383         (audio_convert_clean_context), (audio_convert_get_sizes),
12384         (audio_convert_convert):
12385         More elegant and working temp buffer selection algo.
12386
12387 2005-08-26  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/audioconvert/audioconvert.c: (if), (float),
12390         (audio_convert_get_func_index), (check_default),
12391         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12392         (audio_convert_clean_context), (audio_convert_get_sizes),
12393         (get_temp_buffer), (audio_convert_convert):
12394         Use realloc else we lose our original data.
12395
12396 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12397
12398         * gst/audioresample/gstaudioresample.c:
12399           use base class' newsegment to properly timestamp
12400
12401 2005-08-26  Wim Taymans  <wim@fluendo.com>
12402
12403         * gst/audioconvert/audioconvert.c: (if), (float),
12404         (audio_convert_get_func_index), (check_default),
12405         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12406         (audio_convert_clean_context), (audio_convert_get_sizes),
12407         (get_temp_buffer), (audio_convert_convert):
12408         * gst/audioconvert/gstaudioconvert.c:
12409         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12410         (gst_audio_convert_transform_caps),
12411         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12412         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12413         Oops, allocate enough space to perform the channel mix.
12414
12415 2005-08-26  Wim Taymans  <wim@fluendo.com>
12416
12417         * gst/audioconvert/Makefile.am:
12418         * gst/audioconvert/audioconvert.c: (if), (float),
12419         (audio_convert_get_func_index), (check_default),
12420         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12421         (audio_convert_clean_context), (audio_convert_get_sizes),
12422         (get_temp_buffer), (audio_convert_convert):
12423         * gst/audioconvert/audioconvert.h:
12424         * gst/audioconvert/gstaudioconvert.c:
12425         (gst_audio_convert_class_init), (gst_audio_convert_init),
12426         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12427         (gst_audio_convert_get_unit_size),
12428         (gst_audio_convert_transform_caps),
12429         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12430         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12431         * gst/audioconvert/gstaudioconvert.h:
12432         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12433         (gst_channel_mix_fill_identical),
12434         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12435         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12436         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12437         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12438         (gst_channel_mix_mix):
12439         * gst/audioconvert/gstchannelmix.h:
12440         Cleanups, librarify a bit, optimize, better negotiation and more.
12441
12442 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12443
12444         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12445         Another from MikeS:
12446         During typefinding, don't support negative offsets
12447         (offsets from the end of the stream) in our typefind->peek() function
12448         - nothing embedded in ogg ever needs them. However, we need to recognise
12449         those requests and reject them, otherwise we return invalid pointers.
12450
12451 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12452
12453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12454         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12455         (vorbisdec_finalize), (vorbis_handle_type_packet):
12456           Big shout-out to MikeS for fixing this giant memory leak.
12457           Huzzah!
12458
12459 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12460
12461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12462         (audio_convert_get_unit_size):
12463           plug some leaks
12464
12465 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * check/Makefile.am:
12468         * check/elements/audioconvert.c: (setup_audioconvert),
12469         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12470         (GST_START_TEST), (audioconvert_suite), (main):
12471           add a test for audioconvert
12472         * gst/audioresample/gstaudioresample.c:
12473         * gst/audioresample/gstaudioresample.h:
12474           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12475           note that for buffers of 1/3 sec this means DURATION(c) is 
12476           one nanosecond more than for a and b
12477
12478 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12479
12480         * check/Makefile.am:
12481         * check/elements/audioresample.c: (setup_audioresample),
12482         (cleanup_audioresample), (fail_unless_perfect_stream),
12483         (test_perfect_stream_instance), (GST_START_TEST),
12484           add a check for audioresample
12485         (audioresample_suite), (main):
12486         * check/elements/volume.c: (GST_START_TEST):
12487           remove unused method
12488         * gst/audioresample/gstaudioresample.c:
12489           set correct buffer parameters since we're changing them
12490         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12491           add some debug
12492
12493 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12494
12495         * gst/audioresample/debug.c:
12496         * gst/audioresample/gstaudioresample.c:
12497           add room for extra overlap samples when asked to transform size
12498           protect against possible mem corruption and check for discrepancies
12499           between written size and outbuffer's size so we can warn for
12500           potential problems
12501         * gst/audioresample/resample.c: (resample_init),
12502         (resample_get_output_size_for_input), (resample_get_output_size),
12503         (resample_set_n_channels), (resample_set_format):
12504           set debug level based on RESAMPLE_DEBUG env var
12505           make sure that get_output_size* returns a whole number of
12506           sample_size
12507           set sample_size each time either channel or format is set
12508         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12509         * gst/audioresample/resample_functable.c:
12510         (resample_scale_functable):
12511         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12512           remove r->sample_size, it's done in resample.c now
12513           add some debugging to the ref implementation
12514           make sure we only give back bytes that are wholes of the sample
12515           size
12516
12517 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12518         * gst/playback/gstplaybasebin.c: (fill_buffer):
12519         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12520
12521 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12522
12523         * gst/volume/gstvolume.c:
12524           made set_caps function static
12525
12526 2005-08-24  Wim Taymans  <wim@fluendo.com>
12527
12528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12529         (gst_vorbisenc_change_state):
12530         Stop leaking taglists.
12531
12532 2005-08-24  Wim Taymans  <wim@fluendo.com>
12533
12534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12535         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12536         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12537         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12538         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12539         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12540         Parse seeking events better.
12541         Unref static caps.
12542         Generate correct newsegment events, fixes seeking in live oggs.
12543
12544         * ext/theora/theoradec.c: (theora_dec_src_query),
12545         (theora_dec_src_event), (theora_dec_src_getcaps),
12546         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12547         Use newsegment values to report correct play time.
12548
12549         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12550         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12551         * ext/vorbis/vorbisdec.h:
12552         Parse and use newsegment values to report correct play time.
12553
12554         * gst-libs/gst/audio/gstbaseaudiosink.c:
12555         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12556         Clear ringbuffer on flush.
12557         Use newsegment values to calculate playback time.
12558
12559         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12561         Basesink does newsegment calculations for us now.
12562
12563 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12564
12565         * check/Makefile.am:
12566         * configure.ac:
12567           add core's plugins to the mix so that playbin works
12568         * check/generic/states.c: (GST_START_TEST):
12569           set a 0 timeout on pipelines, so they don't force the next
12570           state change
12571         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12572         (gst_play_base_bin_change_state):
12573           remove the crappy error handling and do GST error handling
12574
12575 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12576
12577         * check/Makefile.am:
12578         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12579           add same test as to core, it bitches out on playbin atm.
12580
12581 2005-08-24  Wim Taymans  <wim@fluendo.com>
12582
12583         * configure.ac:
12584         Remove audioscale.
12585
12586 2005-08-24  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12589         (gst_videoscale_prepare_size), (parse_caps),
12590         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12591         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12592         (gst_videoscale_transform):
12593         * gst/videoscale/gstvideoscale.h:
12594         Refactor, make use of BaseTranform really well.
12595
12596 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12597
12598         * configure.ac:
12599           compile audioresample
12600         * gst/audioresample/Makefile.am:
12601         * gst/audioresample/buffer.c:
12602         * gst/audioresample/functable.c:
12603         * gst/audioresample/gstaudioresample.c:
12604         * gst/audioresample/gstaudioresample.h:
12605         * gst/audioresample/resample.c:
12606         (resample_get_output_size_for_input):
12607         * gst/audioresample/resample.h:
12608         * gst/audioresample/resample_chunk.c:
12609         * gst/audioresample/resample_functable.c:
12610         * gst/audioresample/resample_ref.c:
12611           port to use basetransform; doesn't work in all cases yet
12612
12613 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12614
12615         * gst/audioconvert/gstaudioconvert.c:
12616         (gst_audio_convert_class_init), (gst_audio_convert_init),
12617         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12618         (audio_convert_fixate_caps), (audio_convert_set_caps),
12619         (audio_convert_transform),
12620         (gst_audio_convert_buffer_to_default_format),
12621         (gst_audio_convert_buffer_from_default_format),
12622         (gst_audio_convert_channels):
12623         * gst/audioconvert/gstchannelmix.c:
12624         * gst/audioconvert/gstchannelmix.h:
12625           port to basetransform
12626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12627         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12628         (gst_ffmpegcsp_get_unit_size):
12629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12630         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12631           fix for basetransform changes
12632
12633 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12634
12635         * check/Makefile.am:
12636           Add CHECK_CFLAGS and LDFLAGS
12637
12638         * gst/playback/gstplaybasebin.c: (fill_buffer):
12639           GST_MESSAGE_SRC became a GObject
12640
12641 2005-08-24  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12644         (gst_ring_buffer_clear_all):
12645         * gst-libs/gst/audio/gstringbuffer.h:
12646         Added function to clear the ringbuffer.
12647
12648 2005-08-24  Andy Wingo  <wingo@pobox.com>
12649
12650         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12651         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12652         of _open and _close.
12653
12654         * sys/v4l/gstv4lxoverlay.h:
12655         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12656         an Xv connection here, instead of all the time. Make Xv only be
12657         loaded if you axe for it. Kindof a workaround for buggy behaviour
12658         of Xv when using remote xservers (XvQueryExtension would block).
12659         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12660         replace the _open and _close public API. Only start the xv
12661         connection if necessary.
12662         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12663
12664 2005-08-23  David Schleef  <ds@schleef.org>
12665
12666         * gst/audioresample/Makefile.am: Leet audioresampling code
12667         * gst/audioresample/buffer.c:
12668         * gst/audioresample/buffer.h:
12669         * gst/audioresample/debug.c:
12670         * gst/audioresample/debug.h:
12671         * gst/audioresample/functable.c:
12672         * gst/audioresample/functable.h:
12673         * gst/audioresample/gstaudioresample.c:
12674         * gst/audioresample/gstaudioresample.h:
12675         * gst/audioresample/resample.c:
12676         * gst/audioresample/resample.h:
12677         * gst/audioresample/resample_chunk.c:
12678         * gst/audioresample/resample_functable.c:
12679         * gst/audioresample/resample_ref.c:
12680
12681 2005-08-23  Wim Taymans  <wim@fluendo.com>
12682
12683         * examples/seeking/seek.c: (make_vorbis_pipeline),
12684         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12685         Small seek updates.
12686
12687 2005-08-23  Andy Wingo  <wingo@pobox.com>
12688
12689         * gst-libs/gst/audio/gstbaseaudiosrc.c
12690         (gst_base_audio_src_fixate): Only fixate endianness if it is
12691         present in the caps.
12692
12693 2005-08-22  Andy Wingo  <wingo@pobox.com>
12694
12695         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12696         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12697         device-name property.
12698
12699         * gst-libs/gst/audio/gstaudiosrc.h:
12700         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12701         close_device in the ring buffer, like gstaudiosink.
12702
12703         * ext/alsa/gstalsamixer.h:
12704         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12705         macro to implement the interface without much code. Cleanups. 
12706
12707         * ext/alsa/gstalsasrc.h:
12708         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12709         READY.
12710
12711         * ext/alsa/Makefile.am: Add new files.
12712         * ext/alsa/gstalsamixerelement.c: 
12713         * ext/alsa/gstalsamixerelement.c: Split element code out from
12714         mixer code so that alsasrc can be a mixer too.
12715
12716 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12717
12718         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12719         (GST_START_TEST):
12720         * check/elements/vorbisdec.c: (setup_vorbisdec),
12721         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12722         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12723         (vorbis_handle_identification_packet),
12724         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12725         (vorbis_handle_header_packet), (vorbis_dec_push),
12726         (vorbis_dec_chain):
12727           use the setup/teardown methods to save code.  save code is good.
12728
12729 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12730
12731         * check/Makefile.am:
12732           add ext dir for plugins
12733           add vorbisdec test conditionally
12734         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12735         (GST_START_TEST), (volume_suite):
12736           add a test with wrong caps
12737         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12738         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12739           add a vorbisdec test
12740         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12741         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12742           clean up debug output
12743         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12744           yay, fix a segfault/security issue in vorbisdec
12745           gst-launch fakesrc ! vorbisdec wasn't happy
12746         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12747         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12748         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12749         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12750         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12751         (gst_vorbisenc_set_metadata), (get_constraints_string),
12752         (update_start_message), (gst_vorbisenc_setup),
12753         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12754         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12755         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12756         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12757         * ext/vorbis/vorbisenc.h:
12758           march in line
12759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12760         (gst_ffmpegcsp_transform):
12761           have the kow come home
12762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12763           debug my func ptr
12764         * gst/volume/gstvolume.c: (volume_set_caps):
12765           add a debug
12766
12767 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12768
12769         * Makefile.am:
12770         * check/.cvsignore:
12771         * check/Makefile.am:
12772         * check/elements/.cvsignore:
12773         * check/elements/volume.c: (chain_func), (event_func),
12774         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12775         (main):
12776         * configure.ac:
12777           add unit test structure for gst-plugins-base
12778           add a test for volume
12779         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12780         (gst_volume_set_volume), (gst_volume_get_volume),
12781         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12782         (volume_funcfind), (volume_process_float), (volume_process_int16),
12783         (volume_set_caps), (volume_transform), (volume_update_mute),
12784         (volume_update_volume), (volume_set_property),
12785         (volume_get_property):
12786           document a little; use basetransform vmethod _set_caps
12787
12788 2005-08-19  Andy Wingo  <wingo@pobox.com>
12789
12790         * ext/alsa/gstalsamixertrack.h:
12791         * ext/alsa/gstalsamixertrack.c:
12792         * ext/alsa/gstalsamixeroptions.h:
12793         * ext/alsa/gstalsamixeroptions.c:
12794         * ext/alsa/gstalsamixer.h:
12795         * ext/alsa/gstalsamixer.c: Port to 0.9.
12796
12797         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12798         Remove gstalsa.c and alsaclock. No more cruft here.
12799         
12800 2005-08-18  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12803         (gst_base_rtp_depayload_chain),
12804         (gst_base_rtp_depayload_add_to_queue),
12805         (gst_base_rtp_depayload_push),
12806         (gst_base_rtp_depayload_queue_release):
12807         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12808         Fix for RTPBuffer changes.
12809
12810         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12811         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12812         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12813         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12814         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12815         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12816         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12817         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12818         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12819         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12820         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12821         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12822         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12823         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12824         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12825         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12826         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12827         (gst_rtpbuffer_get_payload):
12828         * gst-libs/gst/rtp/gstrtpbuffer.h:
12829         Don't subclass GstBuffer but add methods and helper functions
12830         to construct and manipulate RTP packets in regular GstBuffers.
12831
12832 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12833
12834         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12835           moved statement below switch
12836         * gst/volume/gstvolume.c: (gst_volume_class_init):
12837           added debug ptr
12838
12839 2005-08-16  Wim Taymans  <wim@fluendo.com>
12840
12841         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12842         (gst_base_audio_src_change_state):
12843         Open and close device in READY<->NULL state change.
12844
12845 2005-08-16  Andy Wingo  <wingo@pobox.com>
12846
12847         * examples/seeking/Makefile.am: Don't compile non-compiling
12848         compiled objects with the compiler.
12849
12850         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12851         elements.
12852
12853 2005-08-12  Philippe Khalaf <burger@speedy.org>
12854         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12855         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12856           Made a thread to release the queue.
12857           Removed timestamp conversion for now.
12858
12859 2005-08-10  Philippe Khalaf <burger@speedy.org>
12860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12861         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12862           Added rtp timestamp -> gst timestamp conversion.
12863           Fixed several problems with queue.
12864
12865 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12866
12867         * gst-libs/gst/audio/gstaudioclock.h:
12868         * gst-libs/gst/audio/gstaudiofilter.h:
12869         * gst-libs/gst/audio/gstaudiosink.h:
12870         * gst-libs/gst/audio/gstaudiosrc.h:
12871         * gst-libs/gst/audio/gstbaseaudiosink.h:
12872         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12873         * gst-libs/gst/audio/gstringbuffer.h:
12874         * gst-libs/gst/net/gstnetbuffer.h:
12875         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12876         * gst-libs/gst/rtp/gstrtpbuffer.h:
12877           Add padding (you will need to rebuild gst-plugins-base,
12878           gst-plugins and all applications afterwards!)
12879
12880 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12883         (gst_riff_parse_chunk):
12884           Fix bug in debug message and add some more debug messages.
12885
12886 2005-08-08  Edward Hervey  <edward@fluendo.com>
12887
12888         * gst-libs/gst/riff/riff-media.c:
12889         backported updates since branch
12890
12891 2005-08-08  Andy Wingo  <wingo@pobox.com>
12892
12893         * gst-libs/gst/audio/gstbaseaudiosink.c
12894         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12895         like good elements should. Close on READY->NULL too.
12896
12897         * gst-libs/gst/audio/gstaudiosink.c
12898         (gst_audioringbuffer_open_device,
12899         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12900         (gst_audioringbuffer_release): Updates for new ring buffer API,
12901         hook into the new audio sink api.
12902
12903         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12904         (GstAudioSinkClass.close): Just open and close the device -- no
12905         resource allocation or configuration.
12906         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12907         vmethods, handle device setup and resource allocation.
12908
12909         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12910         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12911         base class API.
12912
12913         * gst-libs/gst/audio/gstringbuffer.h
12914         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12915         New vmethods.
12916
12917         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12918         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12919         New API functions. The device should be opened before acquiring
12920         and closed after releasing.
12921
12922 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12923
12924         * gst-libs/gst/interfaces/mixer.h:
12925           Reset padding to GST_PADDING.
12926
12927 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12928
12929         * gst/playback/gstplaybin.c: (remove_sinks):
12930           Remove visualization from parent explicitely; works around some
12931           apparent refcount issue that I haven't tracked down yet.
12932
12933 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12934
12935         * ext/alsa/gstalsasink.c: (set_hwparams):
12936           Assign debug category, add negotiation debug msgs.
12937
12938 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12939
12940         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12941           Fix error code for file-not-found to NOT_FOUND.
12942
12943 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * common/gtk-doc-plugins.mak:
12946         * docs/plugins/Makefile.am:
12947         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12948         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12949           renamed to actual element names, so much nicer to look at
12950         * docs/plugins/tmpl/gstmultifdsink.sgml:
12951           remove
12952         * docs/plugins/tmpl/multifdsink.sgml:
12953         * docs/plugins/tmpl/tcpserversink.sgml:
12954           add
12955         * ext/alsa/gstalsa.c:
12956         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12957         * ext/ogg/gstoggmux.c:
12958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12959         * gst/playback/gstdecodebin.c:
12960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12961         * gst/tcp/gsttcpserversink.c:
12962           various fixes and documentation additions
12963
12964 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12965
12966         * common/Makefile.am:
12967         * common/gstdoc-scangobj:
12968         * common/gtk-doc-plugins.mak:
12969         * common/gtk-doc.mak:
12970           add a custom scangobj that uses the registry
12971           add a custom gtk-doc-plugins.mak that uses it
12972           some doc build fixes
12973         * configure.ac:
12974         * docs/Makefile.am:
12975         * docs/plugins/Makefile.am:
12976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12977         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12978         * docs/plugins/gst-plugins-base-plugins.types:
12979         * docs/plugins/tmpl/gstmultifdsink.sgml:
12980           add docs for one element, multifdsink
12981         * gst/adder/gstadder.h:
12982         * gst/volume/gstvolume.h:
12983           don't privatize enum
12984         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12985         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12986         (gst_sync_method_get_type), (gst_client_status_get_type),
12987         (gst_multifdsink_class_init),
12988         (gst_multifdsink_client_queue_buffer),
12989         (gst_multifdsink_handle_client_write):
12990         * gst/tcp/gstmultifdsink.h:
12991         * gst/tcp/gsttcp.h:
12992         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12993         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12994         (gst_tcpclientsink_render):
12995         * gst/tcp/gsttcpclientsink.h:
12996         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12997         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12998         (gst_tcpclientsrc_start):
12999         * gst/tcp/gsttcpclientsrc.h:
13000         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13001         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13002         * gst/tcp/gsttcpserversrc.h:
13003         * gst/typefind/gsttypefindfunctions.c:
13004           remove superfluous Type stuff
13005
13006 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13007
13008         * gst/playback/gstplaybin.c: (gen_video_element):
13009           Enable videoscale.
13010
13011 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13012
13013         * gst-libs/gst/gconf/gconf.c:
13014         * gst-libs/gst/gconf/gconf.h:
13015           Fix some Andy Problem [tm].
13016
13017 2005-08-04  Andy Wingo  <wingo@pobox.com>
13018
13019         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13021         (gst_ffmpegcsp_get_size): Adapt to API changes.
13022
13023         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13024         Implement an in-place do-nothing transform.
13025
13026 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13027
13028         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13029         (gst_ximagesink_renegotiate_size):
13030           Do not set new window sizes yet if we prepare a new buffer size
13031           for upstream renegotiation (software scaling) at some point in the
13032           future, because this new size waqs not actually accepted yet. Once
13033           accepted, renegotiation later on will set the new sizes just fine.
13034           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13035           embedding testcase.
13036
13037 2005-08-03  Andy Wingo  <wingo@pobox.com>
13038
13039         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13040         (gst_ximagesink_buffer_alloc): 
13041         Protect the height, width, and desired_caps with the pool_lock.
13042         Fixes videotestsrc ! queue ! ximagesink.
13043
13044 2005-08-02  Edward Hervey  <edward@fluendo.com>
13045
13046         * gst/volume/gstvolume.c:
13047         include left from controller cleanup
13048
13049 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13051           Stop collectpads before calling the parent state
13052           change function on PAUSED->READY.
13053
13054 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13055         * configure.ac:
13056           When testing for X libs, use the X CFlags 
13057         * gst/adder/gstadder.c: (gst_adder_change_state):
13058           Stop the collectpads before calling parent state change function
13059           on PAUSED->READY, otherwise we deadlock deactivating pads.
13060
13061 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13062
13063         * configure.ac:
13064         * docs/libs/tmpl/gstcolorbalance.sgml:
13065         * docs/libs/tmpl/gstmixer.sgml:
13066         * examples/Makefile.am:
13067         * gst/sine/Makefile.am:
13068         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13069         (gst_sinesrc_set_property), (plugin_init):
13070         * gst/sine/gstsinesrc.h:
13071         * gst/volume/Makefile.am:
13072         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13073         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13074         (volume_process_float), (volume_process_int16),
13075         (volume_set_property), (plugin_init):
13076         * gst/volume/gstvolume.h:
13077           deactivate and remove dparams (libgstcontrol)
13078
13079 2005-07-29  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13082         Convert me to BaseTransform!! help..
13083
13084 2005-07-29  Andy Wingo  <wingo@pobox.com>
13085
13086         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13087         sinks.
13088
13089         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13090         support of both endiannesses.
13091
13092 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13093
13094         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13095           Fix confusing debug message (s/event/query/)
13096
13097 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst/videotestsrc/videotestsrc.h:
13100           Use "_stdint.h" instead of <stdint.h>
13101
13102 2005-07-27  Wim Taymans  <wim@fluendo.com>
13103
13104         * ext/vorbis/Makefile.am:
13105         Revert wrong commit.
13106
13107 2005-07-27  Wim Taymans  <wim@fluendo.com>
13108
13109         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13110         More compilation fixen.
13111
13112 2005-07-27  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst-libs/gst/audio/gstbaseaudiosink.c:
13115         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13116         (gst_base_audio_sink_create_ringbuffer),
13117         (gst_base_audio_sink_change_state):
13118         Fix compilation.
13119
13120 2005-07-27  Wim Taymans  <wim@fluendo.com>
13121
13122         * examples/seeking/seek.c: (setup_dynamic_link),
13123         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13124         (query_positions_elems), (query_positions_pads), (do_seek):
13125         Update seek example.
13126
13127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13128         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13129         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13130         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13131         (gst_ogg_demux_handle_event),
13132         (gst_ogg_demux_deactivate_current_chain),
13133         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13134         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13135         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13136         (gst_ogg_demux_loop):
13137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13138         * ext/theora/theoradec.c: (theora_dec_src_event),
13139         (theora_dec_src_getcaps), (theora_dec_sink_event),
13140         (theora_dec_push), (theora_dec_chain):
13141         * ext/vorbis/Makefile.am:
13142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13143         (vorbis_dec_sink_event), (vorbis_dec_push),
13144         (vorbis_handle_data_packet):
13145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13146         (gst_vorbisenc_chain):
13147         * gst/playback/gststreaminfo.c: (cb_probe):
13148         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13149         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13150         * gst/videoscale/gstvideoscale.c:
13151         (gst_videoscale_handle_src_event):
13152         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13153         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13154         (gst_ximagesink_navigation_send_event):
13155         * sys/xvimage/xvimagesink.c:
13156         (gst_xvimagesink_navigation_send_event):
13157         Various event updates and cleanups
13158
13159 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13160
13161         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13162           Fix segfault for I420/YV12.
13163
13164 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13165
13166         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13167           Report bitrate.
13168
13169 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13170
13171         * gst/playback/gstplaybin.c: (gen_video_element),
13172         (gen_audio_element):
13173           Switch to auto*sink elements as default sinks; add volume element
13174           so that volume control in totem works.
13175
13176 2005-07-21  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13179         * gst/playback/gstplaybin.c: (setup_sinks),
13180         (gst_play_bin_change_state):
13181         Refcount fix and more comments.
13182
13183 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13184
13185         * sys/ximage/Makefile.am:
13186         * sys/ximage/ximage.c: (plugin_init):
13187         * sys/ximage/ximagesink.c:
13188         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13189         
13190
13191 2005-07-21  Wim Taymans  <wim@fluendo.com>
13192
13193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13194         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13195         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13196         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13197         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13198         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13199         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13200         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13201         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13202         Generate correct disconts for live chained oggs.
13203
13204         * gst-libs/gst/audio/gstbaseaudiosink.c:
13205         (gst_base_audio_sink_render),
13206         (gst_base_audio_sink_create_ringbuffer),
13207         (gst_base_audio_sink_change_state):
13208         Handle discont math correctly.
13209
13210         * gst/playback/gstplaybin.c: (add_sink):
13211         Some small debug cleanup.
13212
13213 2005-07-21  Wim Taymans  <wim@fluendo.com>
13214
13215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13216         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13217         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13218         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13219         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13220         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13221         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13222         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13223         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13224         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13225         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13226         (gst_ogg_demux_change_state), (gst_ogg_print):
13227         Reorganize code to send the right disconts when in streaming
13228         mode.
13229
13230 2005-07-20  Andy Wingo  <wingo@pobox.com>
13231
13232         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13233         fix (?), fixes a seggie mcfalterson (#310894).
13234
13235 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13236
13237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13238         (gst_ogg_mux_set_header_on_caps):
13239         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13241         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13242         * gst-libs/gst/audio/multichannel.c:
13243         (gst_audio_set_channel_positions),
13244         (gst_audio_set_structure_channel_positions_list):
13245         * gst/playback/gstdecodebin.c: (dynamic_create):
13246         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13247         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13248           Fixes for API changes in core.
13249
13250 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13251
13252         * gst/playback/gstplaybasebin.c: (fill_buffer):
13253           Use _new_custom() so we can set custom message types for buffering
13254           messages.
13255
13256 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13257
13258         * configure.ac:
13259         * gst-libs/gst/Makefile.am:
13260         * gst-libs/gst/gconf/.cvsignore:
13261         * gst-libs/gst/gconf/Makefile.am:
13262         * gst-libs/gst/gconf/test-gconf.c:
13263         * pkgconfig/Makefile.am:
13264         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13265         * pkgconfig/gstreamer-gconf.pc.in:
13266           Remove gconf stuff, use gconf elements instead from now on.
13267
13268 2005-07-20  Wim Taymans  <wim@fluendo.com>
13269
13270         * gst-libs/gst/audio/TODO:
13271         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13272         (gst_audio_clock_get_internal_time):
13273         * gst-libs/gst/audio/gstaudioclock.h:
13274         * gst-libs/gst/audio/gstbaseaudiosink.c:
13275         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13276         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13277         (gst_base_audio_sink_render),
13278         (gst_base_audio_sink_create_ringbuffer),
13279         (gst_base_audio_sink_change_state):
13280         Make sure the audio clock always returns an increasing value.
13281
13282 2005-07-19  Andy Wingo  <wingo@pobox.com>
13283
13284         * gst/videotestsrc/: Cleanups.
13285
13286 2005-07-19  Wim Taymans  <wim@fluendo.com>
13287
13288         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13289         Better debugging.
13290
13291 2005-07-19  Wim Taymans  <wim@fluendo.com>
13292
13293         * examples/seeking/seek.c: (make_dv_pipeline),
13294         (make_vorbis_theora_pipeline), (query_rates),
13295         (query_positions_elems), (query_positions_pads), (do_seek):
13296         Make correct DV pipeline.
13297
13298 2005-07-18  Andy Wingo  <wingo@pobox.com>
13299
13300         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13301         default. Also because it's the only thing that really works. (This
13302         is used in the GConf elements).
13303         Use AS_LIBTOOL_TAGS.
13304
13305 2005-07-18  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst/playback/gstdecodebin.c: (remove_element_chain):
13308         * gst/playback/gstplaybin.c: (add_sink):
13309         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13310         (gst_stream_info_set_mute):
13311         * gst/playback/gststreamselector.c:
13312         (gst_stream_selector_get_linked_pad),
13313         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13314         More leak and compile fixes.
13315
13316 2005-07-18  Wim Taymans  <wim@fluendo.com>
13317
13318         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13319         (query_rates), (query_positions_elems), (query_positions_pads),
13320         (do_seek), (seek_cb), (stop_seek):
13321         Updated seek example. 
13322
13323         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13324         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13325         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13326         * gst/playback/gstplaybin.c: (add_sink):
13327         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13328         (gst_stream_info_set_mute):
13329         Some refcount leak fixes.
13330
13331 2005-07-16  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst-libs/gst/audio/gstbaseaudiosink.c:
13334         (gst_base_audio_sink_render):
13335         Align samples even if we have roundoff errors in the 
13336         timestamp conversion.
13337
13338 2005-07-16  Wim Taymans  <wim@fluendo.com>
13339
13340         * docs/libs/tmpl/gstringbuffer.sgml:
13341         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13342         (query_rates), (query_positions_elems), (query_positions_pads),
13343         (update_scale), (do_seek):
13344         Updated seek example.
13345
13346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13347         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13348         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13349         (gst_ogg_demux_loop):
13350         Push out correct discont values.
13351
13352         * ext/theora/theoradec.c: (theora_dec_src_convert),
13353         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13354         (theora_dec_sink_event), (theora_handle_type_packet),
13355         (theora_handle_header_packet), (theora_dec_push),
13356         (theora_handle_data_packet), (theora_dec_chain),
13357         (theora_dec_change_state):
13358         Better timestamping.
13359
13360         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13361         (vorbis_dec_sink_event), (vorbis_dec_push),
13362         (vorbis_handle_data_packet), (vorbis_dec_chain):
13363         * ext/vorbis/vorbisdec.h:
13364         Better timestamping.
13365
13366         * gst-libs/gst/audio/gstbaseaudiosink.c:
13367         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13368         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13369         Handle syncing on timestamps instead of sample offsets. Make
13370         use of DISCONT values as described in design docs.
13371
13372         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13373         (gst_base_audio_src_get_time):
13374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13375         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13376         (gst_ring_buffer_read):
13377         * gst-libs/gst/audio/gstringbuffer.h:
13378         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13379         (gst_ximagesink_show_frame):
13380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13381         Correcly convert buffer timestamp to stream time.
13382
13383 2005-07-16  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst/audioconvert/gstaudioconvert.c:
13386         (gst_audio_convert_get_buffer):
13387         Timestamp buffers correctly.
13388
13389         * gst/playback/gstplaybin.c: (gen_video_element):
13390         Make internal fakesink silent.
13391
13392 2005-07-15  Wim Taymans  <wim@fluendo.com>
13393
13394         * gst/ffmpegcolorspace/Makefile.am:
13395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13396         (gst_ffmpegcsp_caps_remove_format_info),
13397         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13398         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13399         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13400         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13401         Ported ffmpegcolorspace to basetransform.
13402
13403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13404         * gst/volume/gstvolume.c: (volume_transform):
13405         Ported to new API.
13406
13407 2005-07-14  Wim Taymans  <wim@fluendo.com>
13408
13409         * gst/videotestsrc/Makefile.am:
13410         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13411         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13412         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13413         (gst_videotestsrc_init), (gst_videotestsrc_event),
13414         (gst_videotestsrc_create), (gst_videotestsrc_start),
13415         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13416         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13417         (gst_videotestsrc_get_property):
13418         * gst/videotestsrc/gstvideotestsrc.h:
13419         Make videotestsrc a pushsrc.
13420
13421 2005-07-14  Wim Taymans  <wim@fluendo.com>
13422
13423         * gst/tcp/gstfdset.c: (gst_fdset_free):
13424         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13425         (gst_multifdsink_add), (gst_multifdsink_remove),
13426         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13427         (gst_multifdsink_remove_client_link),
13428         (gst_multifdsink_client_queue_data),
13429         (gst_multifdsink_client_queue_caps),
13430         (gst_multifdsink_client_queue_buffer),
13431         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13432         (gst_multifdsink_stop):
13433         * gst/tcp/gstmultifdsink.h:
13434         0.8 backporting.
13435
13436         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13437         Also draw image when not from a pool.
13438
13439 2005-07-14  Wim Taymans  <wim@fluendo.com>
13440
13441         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13442         (mute_stream), (silence_stream):
13443         Small debug additions.
13444
13445 2005-07-14  Wim Taymans  <wim@fluendo.com>
13446
13447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13448         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13449         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13450         Better error recovery, ignore unconnected pads and
13451         non-fatal errors.
13452
13453 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13454
13455         * docs/libs/tmpl/gstaudio.sgml:
13456         * docs/libs/tmpl/gstcolorbalance.sgml:
13457         * docs/libs/tmpl/gstgconf.sgml:
13458         * docs/libs/tmpl/gstmixer.sgml:
13459         * docs/libs/tmpl/gstringbuffer.sgml:
13460         * docs/libs/tmpl/gsttuner.sgml:
13461         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13462         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13463         (gst_tcpclientsrc_class_init):
13464         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13465         (gst_tcpserversrc_class_init):
13466         * sys/v4l/gstv4lelement.c:
13467           more autistic cleanliness in functions/names/defines
13468
13469 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13470
13471         * configure.ac:
13472           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13473           added manually to each Makefile.am so we are sure it goes
13474           *last* and doesn't add -L flags before linking in libs of our
13475           own, like, say, internal .la libs, that then accidentally pick
13476           up the installed copy.
13477         * docs/libs/Makefile.am:
13478         * ext/alsa/Makefile.am:
13479         * ext/cdparanoia/Makefile.am:
13480         * ext/gnomevfs/Makefile.am:
13481         * ext/libvisual/Makefile.am:
13482         * ext/ogg/Makefile.am:
13483         * ext/theora/Makefile.am:
13484         * ext/vorbis/Makefile.am:
13485         * gst-libs/gst/video/Makefile.am:
13486         * gst/adder/Makefile.am:
13487         * gst/audioconvert/Makefile.am:
13488         * gst/audiorate/Makefile.am:
13489         * gst/audioscale/Makefile.am:
13490         * gst/ffmpegcolorspace/Makefile.am:
13491         * gst/playback/Makefile.am:
13492         * gst/sine/Makefile.am:
13493         * gst/subparse/Makefile.am:
13494         * gst/tags/Makefile.am:
13495         * gst/tcp/Makefile.am:
13496         * gst/typefind/Makefile.am:
13497         * gst/videorate/Makefile.am:
13498         * gst/videoscale/Makefile.am:
13499         * gst/videotestsrc/Makefile.am:
13500         * gst/volume/Makefile.am:
13501         * sys/v4l/Makefile.am:
13502         * sys/ximage/Makefile.am:
13503         * sys/xvimage/Makefile.am:
13504           adapt properly to this change. This should make sure that
13505           plugins and libs properly link to the as-yet-uninstalled
13506           copies of stuff like libgstinterfaces and libgstvideo
13507
13508 2005-07-13  Andy Wingo  <wingo@pobox.com>
13509
13510         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13511         (gst_v4lsrc_fixate): Fixate on format as well.
13512
13513         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13514         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13515         buffer points to it.
13516         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13517         rather just doing X calls ourselves. Also fixes a memleak.
13518
13519 2005-07-12  Andy Wingo  <wingo@pobox.com>
13520
13521         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13522         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13523         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13524         TRUE to avoid deadlocks if an element holds on to our buffers.
13525
13526 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13527
13528         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13529         (gst_sinesrc_init), (gst_sinesrc_create),
13530         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13531         (gst_sinesrc_start):
13532         * gst/sine/gstsinesrc.h:
13533           removing num-buffers property before moving it
13534
13535 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13536
13537         * configure.ac:
13538           use overridable ERROR_CFLAGS
13539         * docs/libs/gst-plugins-base-libs.types:
13540         * docs/libs/tmpl/gstringbuffer.sgml:
13541         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13542         (gst_alsasink_class_init):
13543         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13544         (gst_alsasrc_class_init):
13545         * gst-libs/gst/audio/audio.h:
13546         * gst-libs/gst/audio/gstaudioclock.h:
13547         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13548         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13549         (gst_audio_filter_link), (gst_audio_filter_init),
13550         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13551         (gst_audio_filter_get_property),
13552         (gst_audio_filter_class_add_pad_templates):
13553         * gst-libs/gst/audio/gstaudiofilter.h:
13554         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13555         (gst_audio_filter_template_get_type),
13556         (gst_audio_filter_template_base_init),
13557         (gst_audio_filter_template_class_init),
13558         (gst_audio_filter_template_init),
13559         (gst_audio_filter_template_set_property),
13560         (gst_audio_filter_template_get_property), (plugin_init),
13561         (gst_audio_filter_template_setup),
13562         (gst_audio_filter_template_filter),
13563         (gst_audio_filter_template_filter_inplace):
13564         * gst-libs/gst/audio/gstaudiosink.c:
13565         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13566         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13567         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13568         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13569         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13570         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13571         * gst-libs/gst/audio/gstaudiosink.h:
13572         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13573         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13574         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13575         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13576         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13577         (gst_audio_src_class_init), (gst_audio_src_init),
13578         (gst_audio_src_create_ringbuffer):
13579         * gst-libs/gst/audio/gstaudiosrc.h:
13580         * gst-libs/gst/audio/gstbaseaudiosink.c:
13581         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13582         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13583         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13584         (gst_base_audio_sink_set_property),
13585         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13586         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13587         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13588         (gst_base_audio_sink_create_ringbuffer),
13589         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13590         * gst-libs/gst/audio/gstbaseaudiosink.h:
13591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13592         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13593         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13594         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13595         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13596         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13597         (gst_base_audio_src_event), (gst_base_audio_src_create),
13598         (gst_base_audio_src_create_ringbuffer),
13599         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13600         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13601         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13602         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13603         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13604         (gst_ring_buffer_debug_spec_caps),
13605         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13606         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13607         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13608         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13609         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13610         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13611         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13612         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13613         (gst_ring_buffer_clear):
13614         * gst-libs/gst/audio/gstringbuffer.h:
13615         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13616         (gst_video_sink_class_init), (gst_video_sink_get_type):
13617         * gst-libs/gst/video/videosink.h:
13618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13619         (gst_multifdsink_class_init),
13620         (gst_multifdsink_handle_client_write),
13621         (gst_multifdsink_change_state):
13622         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13623         (gst_tcpclientsink_setcaps):
13624         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13625         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13626         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13627         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13628         (gst_ximagesink_send_pending_navigation),
13629         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13630         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13632         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13633         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13634         (gst_xvimagesink_send_pending_navigation),
13635         (gst_xvimagesink_navigation_send_event),
13636         (gst_xvimagesink_set_xwindow_id),
13637         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13638         (gst_xvimagesink_get_type):
13639         more macro splitting
13640
13641 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13642
13643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13644           plug a memleak, allows me to import 1479 albums in one go
13645           in jamboree
13646         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13647         (vorbis_handle_type_packet), (vorbis_dec_chain),
13648         (vorbis_dec_change_state):
13649           fix some format strings
13650
13651 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13652
13653         * docs/libs/tmpl/gstcolorbalance.sgml:
13654         * docs/libs/tmpl/gstmixer.sgml:
13655         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13656         (gst_alsasink_set_property), (gst_alsasink_get_property):
13657         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13658         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13659           add device property
13660
13661 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13662
13663         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13664         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13665         (audiocast_register_listener), (audiocast_thread_run),
13666         (gst_gnomevfssrc_send_additional_headers_callback),
13667         (gst_gnomevfssrc_received_headers_callback),
13668         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13669         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13670         (gst_gnomevfssrc_get_size):
13671           add/clean up debugging
13672         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13673           cleanups
13674
13675 2005-07-07  Andy Wingo  <wingo@pobox.com>
13676
13677         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13678         framerate. Need to get a handle on when exactly this function is
13679         called, tho.
13680
13681         * sys/v4l/v4lsrc_calls.h:
13682         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13683         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13684         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13685
13686         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13687         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13688         v4lelements are sources.
13689
13690         * sys/v4l/gstv4lxoverlay.h:
13691         * sys/v4l/gstv4lxoverlay.c:
13692         * sys/v4l/gstv4ltuner.h:
13693         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13694         
13695         * sys/v4l/gstv4lsrc.h:
13696         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13697         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13698         or something should handle that. Made a live source.
13699
13700         * sys/v4l/gstv4lelement.h:
13701         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13702         signals. Some cleanups.
13703
13704         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13705
13706         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13707         stuff.
13708
13709         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13710         stuff.
13711
13712         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13713
13714 2005-07-07  Wim Taymans  <wim@fluendo.com>
13715
13716         * ext/theora/theoradec.c: (theora_get_query_types),
13717         (theora_dec_src_getcaps), (theora_dec_push):
13718         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13720         Remove deprecated/unused query types.
13721
13722 2005-07-06  Wim Taymans  <wim@fluendo.com>
13723
13724         * ext/alsa/Makefile.am:
13725         * ext/alsa/gstalsaplugin.c: (plugin_init):
13726         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13727         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13728         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13729         (gst_alsasrc_class_init), (gst_alsasrc_init),
13730         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13731         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13732         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13733         (gst_alsasrc_reset):
13734         * ext/alsa/gstalsasrc.h:
13735         * gst-libs/gst/audio/Makefile.am:
13736         * gst-libs/gst/audio/gstaudiosink.c:
13737         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13738         (gst_audioringbuffer_start):
13739         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13740         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13741         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13742         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13743         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13744         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13745         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13746         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13747         * gst-libs/gst/audio/gstaudiosrc.h:
13748         * gst-libs/gst/audio/gstbaseaudiosink.c:
13749         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13750         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13751         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13752         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13753         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13754         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13755         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13756         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13757         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13758         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13759         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13760         (gst_baseaudiosrc_change_state):
13761         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13762         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13763         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13764         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13765         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13766         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13767         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13768         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13769         * gst-libs/gst/audio/gstringbuffer.h:
13770         Added audiosource base classes.
13771         Ported alsasrc, still very basic.
13772
13773 2005-07-06  Wim Taymans  <wim@fluendo.com>
13774
13775         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13776         (theora_dec_push), (theora_handle_data_packet):
13777         Prepare for better timestamp fix later.
13778
13779         * gst/audioconvert/gstaudioconvert.c:
13780         List most accurate caps first
13781
13782         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13783         Use proper pad task function.
13784
13785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13786         (gst_xvimagesink_show_frame):
13787         Fix deadlock when alloc failed.
13788
13789 2005-07-05  Andy Wingo  <wingo@pobox.com>
13790
13791         * ext/gnomevfs/gstgnomevfssrc.c:
13792         * gst/sine/gstsinesrc.c:
13793         * gst/tcp/gsttcpserversrc.c:
13794         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13795
13796         * sys/v4l/: Port from 0.8.
13797
13798         * Many files: Null if we got it....
13799
13800 2005-07-05  Andy Wingo  <wingo@pobox.com>
13801
13802         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13803         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13804         Signedness fixes.
13805
13806 2005-07-05  Wim Taymans  <wim@fluendo.com>
13807
13808         * configure.ac:
13809         * gst/tcp/Makefile.am:
13810         * gst/tcp/README:
13811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13812         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13813         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13814         (is_sync_frame), (gst_multifdsink_handle_client_write),
13815         (gst_multifdsink_render), (gst_multifdsink_start),
13816         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13817         * gst/tcp/gstmultifdsink.h:
13818         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13819         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13820         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13821         * gst/tcp/gsttcp.h:
13822         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13823         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13824         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13825         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13826         * gst/tcp/gsttcpclientsink.h:
13827         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13828         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13829         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13830         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13831         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13832         * gst/tcp/gsttcpclientsrc.h:
13833         * gst/tcp/gsttcpplugin.c: (plugin_init):
13834         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13835         * gst/tcp/gsttcpserversink.h:
13836         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13837         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13838         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13839         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13840         (gst_tcpserversrc_stop):
13841         * gst/tcp/gsttcpserversrc.h:
13842         * gst/tcp/gsttcpsink.c:
13843         * gst/tcp/gsttcpsink.h:
13844         * gst/tcp/gsttcpsrc.c:
13845         * gst/tcp/gsttcpsrc.h:
13846         Ported tcp plugins to 0.9. 
13847         
13848
13849 2005-07-05  Andy Wingo  <wingo@pobox.com>
13850
13851         * gst/playback/gstplaybasebin.c (fill_buffer):
13852         message_new_application fixen.
13853
13854         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13855         Style fix.
13856
13857 2005-07-04  Wim Taymans  <wim@fluendo.com>
13858
13859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13860         Set caps on output buffer.
13861
13862 2005-07-04  Andy Wingo  <wingo@pobox.com>
13863
13864         * ext/gnomevfs/gstgnomevfssrc.c
13865         (gst_gnomevfssrc_received_headers_callback) 
13866         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13867         hopefully.
13868
13869         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13870         No refcount leakage.
13871
13872         * configure.ac: Enable -Werror.
13873         
13874         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13875         * gst/audioconvert/bufferframesconvert.c
13876         (buffer_frames_convert_fixate):
13877         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13878         (gst_audio_convert_fixate):
13879         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13880         (gst_sinesrc_create): Fixate func changes.
13881         
13882         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13883         (gst_ximagesink_buffer_alloc): Unused var.
13884
13885 2005-07-01  Andy Wingo  <wingo@pobox.com>
13886
13887         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13888         getcaps to do explicit caps. Needs to be done in all decoders,
13889         possibly via a base class.
13890
13891         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13892
13893         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13894         caps on the sink pad, just rely on the pad template. Also, setting
13895         ANY caps on a pad is not valid because the caps are not fixed.
13896
13897         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13898         caps on the buffer, and get the width from the desired_caps if
13899         they're set.
13900         (gst_ximagesink_renegotiate_size): Implement via setting the
13901         desired_caps on the ximagesink.
13902         (gst_ximagesink_setcaps): Only reset the width of the player if it
13903         wasn't already set. Not sure if this is right.
13904         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13905
13906         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13907         that the user wants. NULL unless the window has been resized.
13908
13909         * gst/volume/gstvolume.c (volume_transform): Adapt to
13910         basetransform refcount changes.
13911         
13912 2005-07-01  Andy Wingo  <wingo@pobox.com>
13913
13914         * gst/videoscale/gstvideoscale.c:
13915         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13916         from BaseTransform, implements a transform_caps. Removed dead code
13917         including some PAR stuff that was never reached -- should probably
13918         be added back somehow.
13919
13920 2005-07-01  Andy Wingo  <wingo@pobox.com>
13921
13922         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13923         come later.
13924
13925 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13926
13927         * configure.ac:
13928         * docs/libs/Makefile.am:
13929         * docs/libs/gst-plugins-libs.types:
13930         * ext/alsa/Makefile.am:
13931         * ext/alsa/gstalsamixer.h:
13932         * ext/alsa/gstalsamixeroptions.h:
13933         * ext/alsa/gstalsamixertrack.h:
13934         * gst-libs/gst/Makefile.am:
13935         * gst-libs/gst/colorbalance/.cvsignore:
13936         * gst-libs/gst/colorbalance/Makefile.am:
13937         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13938         * gst-libs/gst/colorbalance/colorbalance.c:
13939         * gst-libs/gst/colorbalance/colorbalance.h:
13940         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13941         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13942         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13943         * gst-libs/gst/interfaces/Makefile.am:
13944         * gst-libs/gst/interfaces/colorbalance.c:
13945         (gst_color_balance_class_init):
13946         * gst-libs/gst/interfaces/colorbalance.h:
13947         * gst-libs/gst/interfaces/interfaces-marshal.list:
13948         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13949         * gst-libs/gst/interfaces/mixer.h:
13950         * gst-libs/gst/interfaces/mixeroptions.h:
13951         * gst-libs/gst/interfaces/navigation.c:
13952         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13953         * gst-libs/gst/interfaces/tuner.h:
13954         * gst/volume/Makefile.am:
13955         * gst/volume/gstvolume.c:
13956         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13957         * sys/ximage/Makefile.am:
13958         * sys/ximage/ximagesink.c:
13959         * sys/xvimage/Makefile.am:
13960         * sys/xvimage/xvimagesink.c:
13961           fold in all interfaces into an interfaces dir, preserving CVS
13962           history
13963
13964 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13965
13966         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13967           Fix build after riff changes.
13968
13969 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13970
13971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13972         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13973         (gst_riff_create_video_template_caps),
13974         (gst_riff_create_audio_template_caps),
13975         (gst_riff_create_iavs_template_caps):
13976         * gst-libs/gst/riff/riff-media.h:
13977         * gst-libs/gst/riff/riff-read.h:
13978         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13979           Add gst_riff_init() to initialize the debug category, instead
13980           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13981
13982 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13983
13984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13985           Oops, I shouldn't apply hacks.
13986
13987 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13988
13989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13990           Remove pad_loop function which doesn't work.
13991
13992 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13993
13994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13995           Send EOS when deactivating.
13996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13997         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13998         (gen_preroll_element), (probe_triggered), (mute_stream),
13999         (silence_stream), (new_decoded_pad), (setup_substreams),
14000         (set_active_source):
14001         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14002         (remove_sinks), (add_sink):
14003         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14004           Change for new probe API.
14005
14006 2005-06-29  Wim Taymans  <wim@fluendo.com>
14007
14008         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14009         * gst-libs/gst/audio/gstbaseaudiosink.c:
14010         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14011         (gst_baseaudiosink_change_state):
14012         * gst-libs/gst/audio/gstbaseaudiosink.h:
14013         * gst-libs/gst/audio/gstringbuffer.c:
14014         (gst_ringbuffer_set_callback):
14015         Fix compilation error.
14016         Ringbuffer starts out as not running.
14017         Free our clock in dispose.
14018         When releasing the ringbuffer we need to renegotiate so
14019         clear the pad caps.
14020
14021 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * autogen.sh:
14024         * configure.ac:
14025         * docs/Makefile.am:
14026         * docs/libs/Makefile.am:
14027         * docs/libs/gst-plugins-libs-docs.sgml:
14028         * docs/libs/gst-plugins-libs-sections.txt:
14029         * docs/libs/gst-plugins-libs.types:
14030         * docs/libs/tmpl/gstaudio.sgml:
14031         * docs/libs/tmpl/gstcolorbalance.sgml:
14032         * docs/libs/tmpl/gstringbuffer.sgml:
14033         * gst-libs/gst/audio/gstringbuffer.c:
14034         (gst_ringbuffer_set_callback):
14035           reinstate gtk-doc docs for plugin libs
14036
14037 2005-06-28  Wim Taymans  <wim@fluendo.com>
14038
14039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14040         (gst_ogg_demux_init):
14041         Removed pad loop function.
14042
14043 2005-06-28  Wim Taymans  <wim@fluendo.com>
14044
14045         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14046         If we're building a chain we are not in an error case
14047         when we queue a buffer.
14048
14049 2005-06-28  Andy Wingo  <wingo@pobox.com>
14050
14051         * *.c: Don't cast to GstObject before reffing/unreffing.
14052
14053 2005-06-27  Andy Wingo  <wingo@pobox.com>
14054
14055         * gst/videotestsrc/gstvideotestsrc.c
14056         (gst_videotestsrc_activate_push): Activation API changes.
14057
14058         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14059         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14060         they have refs on the decodebin.
14061
14062         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14063         parent class.
14064         (gst_ogg_pad_typefind): Don't leak a pad ref.
14065         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14066         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14067         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14068
14069 2005-06-27  Edward Hervey  <edward@fluendo.com>
14070
14071         * ext/theora/theoradec.c: (theora_dec_change_state): 
14072         re-arranged call to parent's state change in order to avoid locks (or
14073         worse).
14074
14075 2005-06-26  Edward Hervey  <edward@fluendo.com>
14076
14077         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14078         2nd argument of 'unknow-type' signal is a GstCaps and not a
14079         GstMiniObject
14080
14081 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14082         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14083           Set the worker thread's running flag to TRUE before starting the
14084           thread.
14085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14086           Catch a failure to add typefind to the bin.
14087
14088 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14091         (gst_sinesrc_init), (gst_sinesrc_create),
14092         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14093         (gst_sinesrc_start):
14094         * gst/sine/gstsinesrc.h:
14095           add num-buffers and timestamp-offset properties
14096         * gst/videotestsrc/gstvideotestsrc.c:
14097         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14098         (gst_videotestsrc_get_property):
14099           add timestamp-offset property
14100
14101 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14102
14103         * configure.ac: add videorate
14104         * gst-plugins-base.spec.in: add videorate
14105
14106 2005-06-23  Wim Taymans  <wim@fluendo.com>
14107
14108         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14109         (gst_videorate_getcaps), (gst_videorate_setcaps),
14110         (gst_videorate_event), (gst_videorate_chain):
14111         Fixed videorate, fixating an already fixated caps is not
14112         an error.
14113
14114 2005-06-23  Wim Taymans  <wim@fluendo.com>
14115
14116         * ext/ogg/README:
14117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14118         Buffer on caps is not boxed anymore.
14119
14120 2005-06-22  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14124         Set buffers on caps as miniobjects and not as boxed.
14125
14126 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14127
14128         * configure.ac:
14129           back to HEAD
14130
14131 === release 0.9.1 ===
14132
14133 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14134
14135         * .cvsignore:
14136         * NEWS:
14137         * README:
14138         * RELEASE:
14139         * configure.ac:
14140         * po/af.po:
14141         * po/az.po:
14142         * po/cs.po:
14143         * po/en_GB.po:
14144         * po/hu.po:
14145         * po/it.po:
14146         * po/nb.po:
14147         * po/nl.po:
14148         * po/or.po:
14149         * po/sq.po:
14150         * po/sr.po:
14151         * po/sv.po:
14152         * po/uk.po:
14153         * po/vi.po:
14154           updates for release
14155
14156 2005-06-09  Andy Wingo  <wingo@pobox.com>
14157
14158         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14159         
14160 2005-06-09  Andy Wingo  <wingo@pobox.com>
14161
14162         * configure.ac:
14163         * gst-libs/gst/Makefile.am:
14164         * gst-libs/gst/net/Makefile.am:
14165         Add gstnet to build.
14166
14167 2005-06-09  Andy Wingo  <wingo@pobox.com>
14168
14169         * gst-libs/gst/gconf/gconf.c:
14170         * gst/playback/test.c:
14171         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14172         fixes.
14173
14174         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14175
14176         * ext/theora/theoraenc.c (theora_enc_chain): 
14177         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14178
14179         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14180         RealPad.
14181
14182 2005-06-02  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst-libs/gst/net/Makefile.am:
14185         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14186         * pkgconfig/gstreamer-libs.pc.in:
14187         Added net stuff, version net lib.
14188
14189 2005-06-02  Wim Taymans  <wim@fluendo.com>
14190
14191         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14192         (query_rates), (query_positions_elems), (query_positions_pads),
14193         (do_seek):
14194         Updated seek example.
14195
14196 2005-06-02  Andy Wingo  <wingo@pobox.com>
14197
14198         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14199         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14200         list.
14201
14202         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14203         remove the typefind, the bin dispose will do it for us. When it's
14204         removed and unreffed, the signal handler will be disconnected,
14205         too.
14206         (unlinked): It's too difficult to disconnect from unlinked
14207         handlers, as they are on pads not elements. Just punt if the pads
14208         aren't grandkids of the bin.
14209
14210 2005-06-02  Wim Taymans  <wim@fluendo.com>
14211
14212         * ext/ogg/README:
14213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14214         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14216         * ext/theora/theoradec.c: (theora_dec_src_query),
14217         (theora_handle_data_packet):
14218         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14219         (theora_enc_chain):
14220         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14221         (vorbis_handle_data_packet):
14222         * gst/audioconvert/bufferframesconvert.c:
14223         (buffer_frames_convert_chain):
14224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14225         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14226         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14227         (gst_ffmpegcsp_chain):
14228         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14229         (gst_videorate_getcaps), (gst_videorate_setcaps),
14230         (gst_videorate_event), (gst_videorate_chain):
14231         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14232         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14233         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14234         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14235         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14236         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14237         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14238         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14239         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14240         Cleanups and buffer alloc.
14241
14242 2005-05-31  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14245         Don't try to call the delay method when the device is not
14246         opened.
14247
14248 2005-05-31  Wim Taymans  <wim@fluendo.com>
14249
14250         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14251         Get actual segment size and buffer size after opening
14252         the device.
14253
14254 2005-05-30  Wim Taymans  <wim@fluendo.com>
14255
14256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14257         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14258         Also FLUSH upstream, makes the loop function exit faster.
14259         
14260         * ext/theora/theoradec.c: (theora_dec_src_query):
14261         Some more debug info in the query.
14262         
14263         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14264         (gst_ximagesink_setcaps):
14265         Release lock on par error, better error reporting.
14266
14267 2005-05-26  Wim Taymans  <wim@fluendo.com>
14268
14269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14270         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14271         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14272         Clear chains in READY
14273         Queue packets until the chain is activated.
14274
14275 2005-05-25  Wim Taymans  <wim@fluendo.com>
14276
14277         * gst-libs/gst/audio/gstaudiosink.c:
14278         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14279         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14280         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14281         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14282         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14283         (gst_audiosink_create_ringbuffer):
14284         * gst-libs/gst/audio/gstbaseaudiosink.c:
14285         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14286         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14287         (gst_baseaudiosink_set_property), (build_linear_format),
14288         (debug_spec_caps), (debug_spec_buffer),
14289         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14290         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14291         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14292         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14294         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14295         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14296         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14297         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14298         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14299         (wait_segment), (gst_ringbuffer_commit),
14300         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14301         (gst_ringbuffer_clear):
14302         Various small cleanups.
14303
14304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14305         (gst_audio_convert_change_state):
14306         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14307         No need to take the locks anymore.
14308
14309 2005-05-25  Wim Taymans  <wim@fluendo.com>
14310
14311         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14312         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14313         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14314         (type_found):
14315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14316         (group_destroy), (group_commit), (queue_overrun),
14317         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14318         (mute_stream), (new_decoded_pad), (setup_substreams),
14319         (setup_source), (mute_group_type), (set_active_source),
14320         (gst_play_base_bin_change_state):
14321         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14322         (gen_video_element), (gen_text_element), (gen_audio_element),
14323         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14324         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14325         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14326         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14327         Some playbin cleanups mostly refcounting sloppyness.
14328
14329 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14330
14331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14332           Work with streaming input.
14333
14334 2005-05-25  Wim Taymans  <wim@fluendo.com>
14335
14336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14337         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14338         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14339         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14340         No need to take the STREAM lock anymore.
14341
14342 2005-05-25  Wim Taymans  <wim@fluendo.com>
14343
14344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14345         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14346         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14347         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14348         (gst_ogg_demux_sink_activate):
14349         * ext/theora/theoradec.c: (theora_dec_src_event),
14350         (theora_handle_comment_packet), (theora_dec_chain),
14351         (theora_dec_change_state):
14352         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14353         (vorbis_handle_data_packet), (vorbis_dec_chain),
14354         (vorbis_dec_change_state):
14355         Remove STREAM locks as they are taken in core now.
14356         Never set bogus granulepos on vorbis/theora.
14357         Fix leaks in theoradec tag parsing.
14358
14359 2005-05-25  Wim Taymans  <wim@fluendo.com>
14360
14361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14362         Fix memleaks, GST_BUFFER_DATA() is not freed.
14363
14364 2005-05-25  Wim Taymans  <wim@fluendo.com>
14365
14366         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14367         Open non-blocking, set to blocking mode afterwards to avoid
14368         lockups when audio device is busy.
14369
14370 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14371
14372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14373           This can't be good.
14374
14375 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14376
14377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14378         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14379         (gst_audio_convert_setcaps):
14380           Implement instant setup switching.
14381
14382 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14383
14384         * gst/playback/gstplaybasebin.c: (probe_triggered):
14385           Fix missing unlock.
14386         * gst/playback/gstplaybin.c: (add_sink):
14387           First add, then link (otherwise pad link fails).
14388
14389 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14390
14391         * examples/Makefile.am:
14392         fix buildbot (make distcheck)
14393
14394 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14395
14396         * gst/playback/gstplaybin.c: (gen_vis_element):
14397           Remove some wrong code. Doesn't work yet.
14398
14399 2005-05-19  Wim Taymans  <wim@fluendo.com>
14400
14401         * gst-libs/gst/net/Makefile.am:
14402         * gst-libs/gst/net/README:
14403         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14404         (gst_netbuffer_class_init), (gst_netbuffer_init),
14405         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14406         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14407         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14408         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14409         * gst-libs/gst/net/gstnetbuffer.h:
14410         Added buffer subclass to store extra to/from addresses for
14411         network sources/sinks.
14412
14413 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14414
14415         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14416           Don't lock an unassigned variable.
14417
14418 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14419
14420         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14421           Increase buffer for video, decrease buffer for other media types.
14422         * gst/playback/gstplaybin.c: (gen_video_element),
14423         (gen_audio_element):
14424           Change names for debugging purposes.
14425
14426 2005-05-18  Wim Taymans  <wim@fluendo.com>
14427
14428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14429         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14430         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14431         (gst_ffmpegcsp_chain):
14432         Enable buffer alloc passthrough if the source and dest
14433         formats are the same.
14434
14435 2005-05-17  Wim Taymans  <wim@fluendo.com>
14436
14437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14438         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14439         (gst_ogg_demux_chain_unlocked):
14440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14441         (gst_audio_convert_caps_remove_format_info),
14442         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14443         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14445         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14446         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14447         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14448         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14449         (gst_ffmpegcsp_get_property):
14450         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14451         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14452         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14453         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14454         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14455         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14456         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14457         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14458         Leak fixes in oggdemux.
14459         Some cleanups in audioconvert.
14460         Make passthrough work along with buffer_alloc etc.
14461         Make buffer_alloc and buffer recycling actually work in
14462         xvimagesink.
14463
14464 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14465
14466         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14467           make the compiler happy
14468
14469 2005-05-17  Wim Taymans  <wim@fluendo.com>
14470
14471         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14472         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14473         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14474         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14475         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14476         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14477         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14478         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14479         (gst_xvimagesink_set_xwindow_id):
14480         * sys/xvimage/xvimagesink.h:
14481         Port xvimagesink to new MiniObject.
14482
14483 2005-05-17  Wim Taymans  <wim@fluendo.com>
14484
14485         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14486         (gst_audiofilter_chain):
14487         * gst-libs/gst/audio/gstaudiosink.c:
14488         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14489         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14490         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14491         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14492         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14493         (gst_audiosink_create_ringbuffer):
14494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14495         (gst_audio_convert_caps_remove_format_info),
14496         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14497         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14498         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14499         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14500         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14501         Fix passthrough in ffmpegcolorspace.
14502         Fix memset in audiosink on wrong memory.
14503
14504 2005-05-16  David Schleef  <ds@schleef.org>
14505
14506         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14507         to GstMiniObject.
14508
14509 2005-05-16  David Schleef  <ds@schleef.org>
14510
14511         Port from GstData to GstMiniObject.
14512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14514         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14515         (gst_ogg_mux_collected):
14516         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14517         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14518         (theora_handle_data_packet):
14519         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14520         (theora_set_header_on_caps), (theora_enc_chain):
14521         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14522         (vorbis_handle_comment_packet):
14523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14524         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14525         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14526         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14527         * gst/audioconvert/gstaudioconvert.c:
14528         (gst_audio_convert_get_buffer):
14529         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14530         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14531         (mute_stream), (silence_stream):
14532         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14533         * gst/volume/gstvolume.c: (volume_transform):
14534         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14535         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14536         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14537         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14538         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14539         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14540         (gst_ximagesink_buffer_alloc):
14541         * sys/ximage/ximagesink.h:
14542
14543 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14544
14545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14546         (fill_buffer), (check_queue), (queue_threshold_reached),
14547         (queue_out_of_data):
14548         * gst/playback/gstplaybasebin.h:
14549           Post buffer-fullness on the bus.
14550
14551 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14552
14553         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14554         (try_to_link_1):
14555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14556         (group_commit), (probe_triggered), (setup_source),
14557         (gst_play_base_bin_change_state):
14558         * gst/playback/gstplaybasebin.h:
14559         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14560         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14561         (gst_play_bin_change_state):
14562           Move setup_output_pads into a virtual function, remove
14563           group-switch (no longer needed) and redirect (handled by bus
14564           now) signals.
14565
14566 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14567
14568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14569         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14570         (get_active_group), (get_building_group), (group_destroy),
14571         (group_commit), (check_queue), (queue_overrun),
14572         (queue_threshold_reached), (queue_out_of_data),
14573         (gen_preroll_element), (remove_groups), (unknown_type),
14574         (add_element_stream), (no_more_pads), (probe_triggered),
14575         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14576         (setup_substreams), (setup_source), (finish_source),
14577         (prepare_output), (muted_group_change_state),
14578         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14579         (gst_play_base_bin_change_state):
14580         * gst/playback/gstplaybasebin.h:
14581         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14582         (gst_play_bin_init), (gst_play_bin_set_property),
14583         (gen_video_element), (gen_text_element), (gen_audio_element),
14584         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14585         (gst_play_bin_change_state):
14586         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14587         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14588         (stream_info_change_state), (gst_stream_info_set_mute),
14589         (gst_stream_info_get_property):
14590         * gst/playback/gststreaminfo.h:
14591         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14592         (gst_stream_selector_get_linked_pad),
14593         (gst_stream_selector_getcaps),
14594         (gst_stream_selector_get_linked_pads),
14595         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14596         * gst/playback/gststreamselector.h:
14597           Rough port of playbin. Needs some more work, but is mostly done,
14598           and uses a few locks in important places, which should make stuff
14599           like chain-switches clean. Still uses GST_STATE() in a few places,
14600           which isn't all that good an idea, subtitles/elements disabled
14601           because no elements to test with and thus probably broken, query
14602           and event handling moved to GstBin, internal thread removed
14603           alltogether because the pipeline does that for us now. Can play
14604           Ogg/Vorbis files. Haven't tested anything else yet.
14605
14606 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14607
14608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14609           Do no-more-pads (needed for autoplugging).
14610
14611 2005-05-10  Andy Wingo  <wingo@pobox.com>
14612
14613         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14614         message to the bus with the tags. Still not sent downstream tho.
14615
14616         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14617         get_parent.
14618         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14619         avoid refcounting hassles.
14620
14621 2005-05-09  Andy Wingo  <wingo@pobox.com>
14622
14623         * gst/volume/Makefile.am:
14624         * gst/volume/demo.c
14625         * gst/volume/gstvolume.h
14626         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14627         basetransform. Probably need an audio filter base class.
14628
14629 2005-05-09  Wim Taymans  <wim@fluendo.com>
14630
14631         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14632         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14633         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14634         (gst_vorbisenc_chain):
14635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14636         (gst_audio_convert_caps_remove_format_info),
14637         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14638         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14639         Make caps writable before writing to it.
14640         Fix negotiation in audioconvert some more.
14641
14642 2005-05-09  Wim Taymans  <wim@fluendo.com>
14643
14644         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14645         (gst_videorate_getcaps), (gst_videorate_setcaps),
14646         (gst_videorate_event), (gst_videorate_chain):
14647         Better negotiation.
14648
14649 2005-05-09  Wim Taymans  <wim@fluendo.com>
14650
14651         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14652         (gst_videorate_getcaps), (gst_videorate_setcaps),
14653         (gst_videorate_blank_data), (gst_videorate_init),
14654         (gst_videorate_event), (gst_videorate_chain),
14655         (gst_videorate_change_state):
14656         Port videorate, do a better job at negotiation while we're at
14657         it.
14658
14659 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14660
14661         * configure.ac:
14662           Disable libvisual
14663
14664         * examples/Makefile.am:
14665         * gst-libs/gst/audio/Makefile.am:
14666         * gst-libs/gst/riff/Makefile.am:
14667         * gst-libs/gst/tag/Makefile.am:
14668         * gst-libs/gst/video/Makefile.am:
14669           Fixups for missing variables.
14670
14671 2005-05-09  Wim Taymans  <wim@fluendo.com>
14672
14673         * examples/seeking/seek.c: (make_theora_pipeline),
14674         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14675         (query_rates), (query_positions_elems), (query_positions_pads),
14676         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14678         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14679         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14680         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14681         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14683         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14684         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14685         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14686         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14687         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14688         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14689         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14690         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14691         (theora_dec_src_convert), (theora_dec_sink_convert),
14692         (theora_dec_src_query), (theora_dec_sink_query),
14693         (theora_dec_src_event), (theora_dec_sink_event),
14694         (theora_handle_comment_packet), (theora_handle_type_packet),
14695         (theora_handle_header_packet), (theora_handle_data_packet),
14696         (theora_dec_chain):
14697         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14698         (vorbis_dec_convert), (vorbis_dec_src_query),
14699         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14700         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14701         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14702         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14704         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14705         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14706         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14707         (gst_play_bin_query):
14708         * gst/playback/test3.c: (update_scale):
14709         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14710         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14711         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14712         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14713         (gst_videotestsrc_src_query):
14714         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14715         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14716         (paint_hline_YUV9):
14717         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14718         Port to new query API.
14719         Updated seek.
14720         Cleanups in x[v]imagesink
14721
14722 2005-05-09  Andy Wingo  <wingo@pobox.com>
14723
14724         * ext/alsa/gstalsasink.h:
14725         * ext/gnomevfs/gstgnomevfssrc.c:
14726         (gst_gnomevfssrc_get_icy_metadata):
14727         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14728         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14729         * ext/theora/theoradec.c (theora_dec_src_query)
14730         (theora_dec_src_event, theora_dec_sink_event)
14731         (theora_handle_comment_packet, theora_handle_data_packet):
14732         * ext/theora/theoraenc.c (theora_enc_chain):
14733         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14734         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14735         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14736         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14737         (qt_type_find):
14738         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14739         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14740         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14741         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14742         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14743         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14744         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14745         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14746         (paint_setup_RGB565, paint_setup_xRGB1555):
14747         * gst/videotestsrc/videotestsrc.h:
14748         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14749         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14750         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14751         GCC4 fixes.
14752         
14753         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14754         gst_pad_query_position. Fixes oggdemux.
14755
14756 2005-05-08  David Schleef  <ds@schleef.org>
14757
14758         * configure.ac: Require liboil.
14759         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14760         a few more.
14761         * gst/videotestsrc/videotestsrc.c:
14762         * gst/videotestsrc/videotestsrc.h:
14763
14764 2005-05-06  Wim Taymans  <wim@fluendo.com>
14765
14766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14767         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14768         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14769         Well, unreffing a buffer right before pushing it is asking
14770         for trouble..
14771
14772 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14773
14774         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14775
14776 2005-05-06  Wim Taymans  <wim@fluendo.com>
14777
14778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14779         (gst_audio_convert_caps_remove_format_info),
14780         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14781         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14783         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14784         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14785         * gst/sine/Makefile.am:
14786         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14787         (gst_sinesrc_class_init), (gst_sinesrc_init),
14788         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14789         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14790         (gst_sinesrc_update_freq):
14791         * gst/sine/gstsinesrc.h:
14792         * gst/tcp/gstmultifdsink.c:
14793         * sys/xvimage/xvimagesink.c:
14794         Fixed negotiation wrt _peer_get_caps()
14795         Some cleanups.
14796
14797
14798 2005-05-06  Wim Taymans  <wim@fluendo.com>
14799
14800         * gst-libs/gst/audio/gstaudiosink.c:
14801         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14802         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14803         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14804         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14805         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14806         (gst_audiosink_create_ringbuffer):
14807         * gst-libs/gst/audio/gstbaseaudiosink.c:
14808         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14809         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14810         (gst_baseaudiosink_set_property), (build_linear_format),
14811         (debug_spec_caps), (debug_spec_buffer),
14812         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14813         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14814         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14815         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14816         * gst-libs/gst/audio/gstbaseaudiosink.h:
14817         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14818         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14819         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14820         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14821         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14822         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14823         (wait_segment), (gst_ringbuffer_commit),
14824         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14825         (gst_ringbuffer_clear):
14826         * gst-libs/gst/audio/gstringbuffer.h:
14827         Make the base audiosink return an error when there is no
14828         audiobuffer negotiated.
14829
14830 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14831
14832         * ext/Makefile.am:
14833         Disable cdparanoia until someone ports it!
14834
14835 2005-05-06  Wim Taymans  <wim@fluendo.com>
14836
14837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14838         (gst_ogg_demux_sink_activate):
14839         And revert after wingo's revert.. sigh..
14840
14841 2005-05-05  Andy Wingo  <wingo@pobox.com>
14842
14843         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14844         GObject.
14845         * configure.ac: Return audiorate and subparse from the ghetto.
14846         Re-enable -Wall -Werror.
14847         * gst/subparse/gstsubparse.c:
14848         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14849         or chain-based. Cleaned up a bit. Not tested.
14850         
14851 2005-05-05  Christian Schaller <christian@fluendo.com> 
14852
14853         * Makefile.am: remove stuff that is not building
14854         * configure.ac: remove stuff that is not building
14855         * examples/Makefile.am: remove stuff that is not building
14856         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14857         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14858         * sys/Makefile.am: remove stuff that is not building
14859         * testsuite/Makefile.am: remove stuff that is not building
14860
14861 2005-05-05  Andy Wingo  <wingo@pobox.com>
14862
14863         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14864         * gst-libs/gst/tag/gstvorbistag.c:
14865         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14866         * gst/adder/gstadder.h:
14867         * gst/audioconvert/gstchannelmix.c:
14868         (gst_audio_convert_fill_one_other):
14869         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14870         (gst_audiorate_init), (gst_audiorate_chain):
14871         * gst/playback/gstplaybasebin.c: (setup_source):
14872         * gst/playback/test3.c: (update_scale):
14873         Some GCC4 fixes
14874         
14875         * po/af.po:
14876         * po/az.po:
14877         * po/cs.po:
14878         * po/en_GB.po:
14879         * po/hu.po:
14880         * po/it.po:
14881         * po/nb.po:
14882         * po/nl.po:
14883         * po/or.po:
14884         * po/sq.po:
14885         * po/sr.po:
14886         * po/sv.po:
14887         * po/uk.po:
14888         * po/vi.po: Foo
14889
14890 2005-05-05  Wim Taymans  <wim@fluendo.com>
14891
14892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14893         (gst_audio_convert_caps_remove_format_info),
14894         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14895         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14896         * gst/videotestsrc/gstvideotestsrc.c:
14897         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14898         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14899         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14900         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14901         Don't ignore _push() return values.
14902         Make sure no processing is done when shutting down.
14903         Videotestsrc pad activation fix.
14904
14905 2005-05-05  Wim Taymans  <wim@fluendo.com>
14906
14907         * gst/adder/Makefile.am:
14908         * gst/adder/gstadder.c: (gst_adder_setcaps),
14909         (gst_adder_class_init), (gst_adder_init),
14910         (gst_adder_request_new_pad), (gst_adder_collected),
14911         (gst_adder_change_state):
14912         * gst/adder/gstadder.h:
14913         Ported adder as an example of a mixer element using
14914         collect pads. Needs more negotiation work.
14915
14916 2005-05-05  Wim Taymans  <wim@fluendo.com>
14917
14918         * ext/theora/theoradec.c: (_inc_granulepos),
14919         (theora_dec_src_event), (theora_dec_sink_event),
14920         (theora_handle_comment_packet), (theora_handle_type_packet),
14921         (theora_handle_header_packet), (theora_handle_data_packet),
14922         (theora_dec_chain):
14923         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14924         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14925         (theora_push_buffer), (theora_push_packet),
14926         (theora_enc_sink_event), (theora_enc_chain),
14927         (theora_enc_change_state), (theora_enc_set_property),
14928         (theora_enc_get_property):
14929         Added stream lock to decoder so that we can serialize
14930         the discont event.
14931         More theoraenc porting, recover from errors, do clean
14932         shutdown.
14933
14934 2005-05-05  Wim Taymans  <wim@fluendo.com>
14935
14936         * ext/ogg/Makefile.am:
14937         * ext/ogg/README:
14938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14939         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14940         (gst_ogg_print):
14941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14942         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14943         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14944         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14945         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14946         (gst_ogg_mux_change_state):
14947         Ported ogg muxer.
14948
14949 2005-05-05  Wim Taymans  <wim@fluendo.com>
14950
14951         * docs/design-audiosinks.txt:
14952         * gst-libs/gst/audio/TODO:
14953         * gst-libs/gst/audio/gstaudiosink.c:
14954         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14955         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14956         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14957         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14958         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14959         (gst_audiosink_create_ringbuffer):
14960         * gst-libs/gst/audio/gstbaseaudiosink.c:
14961         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14962         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14963         (gst_baseaudiosink_set_property), (build_linear_format),
14964         (debug_spec_caps), (debug_spec_buffer),
14965         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14966         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14967         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14968         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14970         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14971         (gst_ringbuffer_release), (gst_ringbuffer_play),
14972         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14973         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14974         (gst_ringbuffer_set_sample), (wait_segment),
14975         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14976         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14977         More work on the audiosink, mostly debugging and a race in
14978         shutdown.
14979
14980 2005-04-28  Wim Taymans  <wim@fluendo.com>
14981
14982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14983         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14984         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14985         (vorbis_dec_src_query), (vorbis_dec_src_event),
14986         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14987         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14988         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14989         Don't crap out when seeking back to position 0.
14990
14991 2005-04-28  Wim Taymans  <wim@fluendo.com>
14992
14993         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14994         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14995         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14996         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14997         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14998         Make audio sink configurable, use alsasink as default.
14999
15000 2005-04-28  Wim Taymans  <wim@fluendo.com>
15001
15002         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15003         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15004         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15005         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15006         (vorbis_dec_change_state):
15007         * ext/vorbis/vorbisdec.h:
15008         Refactor, use STREAM_LOCK.
15009
15010 2005-04-28  Wim Taymans  <wim@fluendo.com>
15011
15012         * ext/theora/theoradec.c: (_inc_granulepos),
15013         (theora_dec_sink_event), (theora_handle_comment_packet),
15014         (theora_handle_type_packet), (theora_handle_header_packet),
15015         (theora_handle_data_packet), (theora_dec_chain),
15016         (theora_dec_change_state):
15017         Refactor a bit, use STREAM_LOCK.
15018
15019 2005-04-28  Wim Taymans  <wim@fluendo.com>
15020
15021         * ext/alsa/Makefile.am:
15022         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15023         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15024         (gst_alsa_link), (gst_alsa_close_audio):
15025         * ext/alsa/gstalsaplugin.c: (plugin_init):
15026         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15027         (gst_alsasink_dispose), (gst_alsasink_base_init),
15028         (gst_alsasink_class_init), (gst_alsasink_init),
15029         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15030         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15031         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15032         (gst_alsasink_reset):
15033         * ext/alsa/gstalsasink.h:
15034         Implement alsasink with simple open/write/close API. 
15035         Make alsa dir build by disabling compilation of code.
15036
15037 2005-04-28  Wim Taymans  <wim@fluendo.com>
15038
15039         * gst-libs/gst/audio/Makefile.am:
15040         * gst-libs/gst/audio/audio.h:
15041         * gst-libs/gst/audio/audioclock.c:
15042         * gst-libs/gst/audio/audioclock.h:
15043         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15044         (gst_audio_clock_class_init), (gst_audio_clock_init),
15045         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15046         * gst-libs/gst/audio/gstaudioclock.h:
15047         * gst-libs/gst/audio/gstaudiosink.c:
15048         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15049         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15050         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15051         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15052         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15053         (gst_audiosink_create_ringbuffer):
15054         * gst-libs/gst/audio/gstbaseaudiosink.c:
15055         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15056         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15057         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15058         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15059         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15060         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15061         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15062         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15063         * gst-libs/gst/audio/gstbaseaudiosink.h:
15064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15065         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15066         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15067         (gst_ringbuffer_release), (gst_ringbuffer_play),
15068         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15069         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15070         (gst_ringbuffer_set_sample), (wait_segment),
15071         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15072         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15073         * gst-libs/gst/audio/gstringbuffer.h:
15074         Make ringbuffer faster and more simple by removing the locks
15075         in the playback thread.
15076         Add sample accurate playback based on buffer sample offsets.
15077         Make the baseaudiosink provide a clock.
15078         Parse caps in the base class.
15079         Correctly handle seeking, flushing and state changes.
15080
15081 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15082
15083         * configure.ac:
15084         * gst/audioconvert/Makefile.am:
15085         * gst/audioscale/Makefile.am:
15086           Fix part of the build.  Come on guys, autogen didn't even work :)
15087
15088 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15089
15090         * configure.ac:
15091         * gst-libs/gst/Makefile.am:
15092         * gst-libs/gst/media-info/.cvsignore:
15093         * gst-libs/gst/media-info/Makefile.am:
15094         * gst-libs/gst/media-info/README:
15095         * gst-libs/gst/media-info/media-info-priv.c:
15096         * gst-libs/gst/media-info/media-info-priv.h:
15097         * gst-libs/gst/media-info/media-info-test.c:
15098         * gst-libs/gst/media-info/media-info.c:
15099         * gst-libs/gst/media-info/media-info.h:
15100         * gst-libs/gst/media-info/media-info.vcproj:
15101         * pkgconfig/Makefile.am:
15102         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15103         * pkgconfig/gstreamer-media-info.pc.in:
15104           Remove media-info, which is also successed by playbin (see Totem
15105           implementation).
15106
15107 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15108
15109         * configure.ac:
15110         * examples/Makefile.am:
15111         * examples/gstplay/.cvsignore:
15112         * examples/gstplay/Makefile.am:
15113         * examples/gstplay/player.c:
15114         * gst-libs/gst/Makefile.am:
15115         * gst-libs/gst/play/.cvsignore:
15116         * gst-libs/gst/play/Makefile.am:
15117         * gst-libs/gst/play/play.c:
15118         * gst-libs/gst/play/play.h:
15119         * gst-libs/gst/play/play.vcproj:
15120         * pkgconfig/Makefile.am:
15121         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15122         * pkgconfig/gstreamer-play.pc.in:
15123           Remove libgstplay, playbin is now the official successor.
15124
15125 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * configure.ac:
15128         * gst-libs/gst/Makefile.am:
15129         * gst-libs/gst/xwindowlistener/Makefile.am:
15130         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15131         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15132           Remove deprecated xwindowlistener (I've moved xwindowlistening
15133           in the v4l/v4l2 plugins over to serverside).
15134
15135 2005-04-25  David Schleef  <ds@schleef.org>
15136
15137         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15138         to examples/dynparams.  Examples do not belong interspersed with
15139         source code.
15140         * examples/dynparams/demo-dparams.c:
15141         * gst/sine/Makefile.am:
15142         * gst/sine/demo-dparams.c:
15143
15144 2005-04-25  David Schleef  <ds@schleef.org>
15145
15146         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15147         * gst-libs/gst/audio/Makefile.am:
15148         * gst-libs/gst/riff/Makefile.am:
15149         * gst-libs/gst/tag/Makefile.am:
15150         * gst-libs/gst/video/Makefile.am:
15151         * gst-libs/gst/xwindowlistener/Makefile.am:
15152
15153         Convert to 0.9 API, seems to work:
15154         * sys/ximage/Makefile.am:
15155         * sys/ximage/ximagesink.c:
15156
15157 2005-04-24  David Schleef  <ds@schleef.org>
15158
15159         Link plugins against libraries:
15160         * ext/alsa/Makefile.am:
15161         * gst/tcp/Makefile.am:
15162
15163         Remove asm code that should be in liboil
15164         * gst/videoscale/Makefile.am:
15165         * gst/videoscale/videoscale_x86_asm.s:
15166
15167         gettext wants these checked in:
15168         * po/af.po:
15169         * po/az.po:
15170         * po/cs.po:
15171         * po/en_GB.po:
15172         * po/hu.po:
15173         * po/it.po:
15174         * po/nb.po:
15175         * po/nl.po:
15176         * po/or.po:
15177         * po/sq.po:
15178         * po/sr.po:
15179         * po/sv.po:
15180         * po/uk.po:
15181         * po/vi.po:
15182
15183 2005-04-24  David Schleef  <ds@schleef.org>
15184
15185         Convert gst_main() to g_main_loop_run()
15186         * gst/playback/decodetest.c: (main):
15187         * gst/playback/test2.c: (main):
15188         * gst/playback/test3.c: (main):
15189         * gst/playback/test4.c: (main):
15190
15191         Link plugins against libraries:
15192         * ext/libvisual/Makefile.am:
15193         * sys/xvimage/Makefile.am:
15194
15195 2005-04-24  David Schleef  <ds@schleef.org>
15196
15197         * configure.ac: Remove idct and resample libs
15198         * gst-libs/gst/Makefile.am: same
15199
15200         Remove usage of gst_library_load():
15201         * ext/alsa/gstalsaplugin.c: (plugin_init):
15202         * ext/libvisual/visual.c: (plugin_init):
15203         * ext/ogg/gstogg.c: (plugin_init):
15204         * ext/theora/theora.c: (plugin_init):
15205         * ext/vorbis/vorbis.c: (plugin_init):
15206         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15207         * gst/audioscale/gstaudioscale.c:
15208         * gst/adder/gstadder.c: (plugin_init):
15209         * gst/audioconvert/plugin.c: (plugin_init):
15210         * sys/ximage/ximagesink.c: (plugin_init):
15211         * sys/xvimage/xvimagesink.c: (plugin_init):
15212         * gst/tcp/gsttcpplugin.c: (plugin_init):
15213
15214         Link plugins against libraries:
15215         * ext/ogg/Makefile.am:
15216         * ext/theora/Makefile.am:
15217         * ext/vorbis/Makefile.am:
15218         * gst/audioconvert/Makefile.am:
15219
15220         Create proper libraries:
15221         * gst-libs/gst/riff/Makefile.am:
15222         * gst-libs/gst/audio/Makefile.am:
15223         * gst-libs/gst/video/Makefile.am:
15224
15225         Move resample library to audioscale plugin directory:
15226         * gst-libs/gst/resample/Makefile.am:
15227         * gst-libs/gst/resample/README:
15228         * gst-libs/gst/resample/dtof.c:
15229         * gst-libs/gst/resample/dtos.c:
15230         * gst-libs/gst/resample/functable.c:
15231         * gst-libs/gst/resample/private.h:
15232         * gst-libs/gst/resample/resample.c:
15233         * gst-libs/gst/resample/resample.h:
15234         * gst-libs/gst/resample/resample.vcproj:
15235         * gst-libs/gst/resample/test.c:
15236         * gst/audioscale/Makefile.am:
15237         * gst/audioscale/README:
15238         * gst/audioscale/dtof.c:
15239         * gst/audioscale/dtos.c:
15240         * gst/audioscale/functable.c:
15241         * gst/audioscale/private.h:
15242         * gst/audioscale/resample.c:
15243         * gst/audioscale/resample.h:
15244         * gst/audioscale/test.c:
15245
15246         Move tagedit library to gst-libs:
15247         * gst-libs/gst/tag/Makefile.am:
15248         * gst-libs/gst/tag/gstid3tag.c:
15249         * gst-libs/gst/tag/gsttagediting.c:
15250         * gst-libs/gst/tag/gsttageditingprivate.h:
15251         * gst-libs/gst/tag/gstvorbistag.c:
15252         * gst/tags/Makefile.am:
15253         * gst/tags/gstid3tag.c:
15254         * gst/tags/gstvorbistag.c:
15255
15256         Fix for core changes:
15257         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15258         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15259         (gst_sinesrc_getrange):
15260
15261 2005-04-23  David Schleef  <ds@schleef.org>
15262
15263         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15264         in gst-plugins in a long time, and properly belongs in liboil.
15265         * gst-libs/gst/idct/Makefile.am:
15266         * gst-libs/gst/idct/README:
15267         * gst-libs/gst/idct/dct.h:
15268         * gst-libs/gst/idct/doieee:
15269         * gst-libs/gst/idct/fastintidct.c:
15270         * gst-libs/gst/idct/floatidct.c:
15271         * gst-libs/gst/idct/idct.c:
15272         * gst-libs/gst/idct/idct.h:
15273         * gst-libs/gst/idct/idtc.vcproj:
15274         * gst-libs/gst/idct/ieeetest.c:
15275         * gst-libs/gst/idct/intidct.c:
15276
15277 2005-04-20  Wim Taymans  <wim@fluendo.com>
15278
15279         * docs/design-audiosinks.txt:
15280         * gst-libs/gst/audio/Makefile.am:
15281         * gst-libs/gst/audio/TODO:
15282         * gst-libs/gst/audio/gstaudiosink.c:
15283         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15284         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15285         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15286         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15287         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15288         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15289         (gst_audiosink_class_init), (gst_audiosink_init),
15290         (gst_audiosink_create_ringbuffer):
15291         * gst-libs/gst/audio/gstaudiosink.h:
15292         * gst-libs/gst/audio/gstbaseaudiosink.c:
15293         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15294         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15295         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15296         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15297         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15298         (gst_baseaudiosink_create_ringbuffer),
15299         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15300         * gst-libs/gst/audio/gstbaseaudiosink.h:
15301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15302         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15303         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15304         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15305         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15306         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15307         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15308         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15309         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15310         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15311         * gst-libs/gst/audio/gstringbuffer.h:
15312         An attempt at a set of audio base classes together with some
15313         design docs.
15314
15315 2005-04-20  Wim Taymans  <wim@fluendo.com>
15316
15317         * gst/audioconvert/Makefile.am:
15318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15319         (gst_audio_convert_caps_remove_format_info),
15320         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15321         (gst_audio_convert_channels):
15322         Link against audio libs.
15323         Fix audio convert plugin.
15324
15325 2005-04-20  Wim Taymans  <wim@fluendo.com>
15326
15327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15328         (gst_ogg_demux_sink_activate):
15329         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15330         (theora_set_header_on_caps), (theora_enc_sink_event),
15331         (theora_enc_chain):
15332         Fix theora encoder.
15333
15334 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15335
15336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15337         * gst/playback/gstdecodebin.c: (find_compatibles):
15338           Work with staticpadtemplates in elementfactories.
15339
15340 2005-04-12  Wim Taymans  <wim@fluendo.com>
15341
15342         * gst/playback/README:
15343         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15344         (compare_ranks), (print_feature), (gst_decode_bin_init),
15345         (dynamic_create), (dynamic_free), (find_compatibles),
15346         (mimetype_is_raw), (close_pad_link), (got_redirect),
15347         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15348         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15349         (gst_decode_bin_change_state):
15350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15351         (gst_play_base_bin_init), (group_destroy), (group_commit),
15352         (check_queue), (queue_overrun), (queue_threshold_reached),
15353         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15354         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15355         (got_redirect), (setup_source), (play_base_eos),
15356         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15357         (gst_play_base_bin_remove_element):
15358         * gst/playback/gstplaybasebin.h:
15359         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15360         (gst_play_bin_init), (gst_play_bin_dispose),
15361         (gst_play_bin_set_property), (gen_video_element),
15362         (gen_text_element), (gen_audio_element), (remove_sinks),
15363         (gst_play_bin_send_event):
15364         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15365         (stream_info_change_state), (gst_stream_info_set_mute):
15366         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15367         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15368         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15369         (gst_stream_selector_chain):
15370         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15371         (main):
15372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15373         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15374         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15375         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15376         Raw and crude port of decodebin. 
15377         Make playbin compile.
15378
15379 2005-04-06  Wim Taymans  <wim@fluendo.com>
15380
15381         * ext/gnomevfs/Makefile.am:
15382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15383         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15384         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15385         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15386         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15387         (gst_gnomevfssrc_stop):
15388         * ext/ogg/Makefile.am:
15389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15390         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15391         * ext/theora/Makefile.am:
15392         * ext/theora/theoradec.c: (_inc_granulepos),
15393         (theora_dec_sink_event), (theora_dec_chain):
15394         * ext/vorbis/Makefile.am:
15395         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15396         (vorbis_dec_sink_event), (vorbis_dec_chain):
15397         * gst-libs/gst/audio/Makefile.am:
15398         * sys/xvimage/Makefile.am:
15399         Make gnomevfssrc extend the source base class.
15400         Fix linking against libs in various plugins.
15401
15402 2005-04-06  Andy Wingo  <wingo@pobox.com>
15403
15404         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15405         GST_BASE_LIBS.
15406
15407         * configure.ac: Add check and AC_SUBST for libgstbase.
15408
15409 2005-03-31  Wim Taymans  <wim@fluendo.com>
15410
15411         * examples/seeking/Makefile.am:
15412         * examples/seeking/cdparanoia.c: (main):
15413         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15414         (play_cb), (pause_cb), (stop_cb), (main):
15415         * examples/seeking/playbin.c:
15416         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15417         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15418         (make_sid_pipeline), (make_vorbis_pipeline),
15419         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15420         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15421         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15422         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15423         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15424         (stop_cb), (main):
15425         * examples/seeking/spider_seek.c:
15426         * examples/seeking/vorbisfile.c:
15427         * ext/gnomevfs/Makefile.am:
15428         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15429         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15430         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15431         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15432         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15433         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15434         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15435         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15436         * ext/ogg/README:
15437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15438         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15439         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15440         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15441         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15442         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15443         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15444         (gst_ogg_demux_factory_filter), (compare_ranks),
15445         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15446         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15447         (gst_ogg_chain_new), (gst_ogg_chain_free),
15448         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15449         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15450         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15451         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15452         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15453         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15454         (gst_ogg_demux_get_prev_page),
15455         (gst_ogg_demux_deactivate_current_chain),
15456         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15457         (gst_ogg_demux_bisect_forward_serialno),
15458         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15459         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15460         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15461         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15462         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15463         (gst_ogg_demux_change_state), (gst_ogg_print):
15464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15465         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15466         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15467         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15468         (gst_ogg_mux_loop):
15469         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15470         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15471         (theora_dec_src_convert), (theora_dec_sink_convert),
15472         (theora_dec_src_query), (theora_dec_src_event),
15473         (theora_dec_sink_event), (theora_dec_chain),
15474         (theora_dec_change_state):
15475         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15476         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15477         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15478         (theora_enc_change_state):
15479         * ext/vorbis/Makefile.am:
15480         * ext/vorbis/oggvorbisenc.c:
15481         * ext/vorbis/oggvorbisenc.h:
15482         * ext/vorbis/vorbis.c: (plugin_init):
15483         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15484         (vorbis_dec_src_query), (vorbis_dec_src_event),
15485         (vorbis_dec_sink_event), (vorbis_dec_chain),
15486         (vorbis_dec_change_state):
15487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15488         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15489         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15490         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15491         (gst_vorbisenc_change_state):
15492         * ext/vorbis/vorbisenc.h:
15493         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15494         * gst-libs/gst/audio/audioclock.c:
15495         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15496         (gst_audiofilter_init), (gst_audiofilter_chain):
15497         * gst-libs/gst/audio/testchannels.c: (main):
15498         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15499         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15500         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15501         (gmip_find_track_streaminfo), (gmip_find_track_format):
15502         * gst-libs/gst/media-info/media-info.c:
15503         (gst_media_info_read_idler):
15504         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15505         (gst_play_get_all_by_interface):
15506         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15507         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15508         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15509         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15510         (gst_riff_parse_info):
15511         * gst-libs/gst/riff/riff-read.h:
15512         * gst-libs/gst/riff/riff.c: (plugin_init):
15513         * gst-libs/gst/video/Makefile.am:
15514         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15515         (gst_videosink_class_init), (gst_videosink_get_type):
15516         * gst-libs/gst/video/videosink.h:
15517         * gst/audioconvert/bufferframesconvert.c:
15518         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15519         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15520         * gst/audioconvert/channelmixtest.c: (main):
15521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15522         (gst_audio_convert_chain),
15523         (gst_audio_convert_caps_remove_format_info),
15524         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15525         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15526         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15527         (gst_audio_convert_buffer_to_default_format),
15528         (gst_audio_convert_buffer_from_default_format),
15529         (gst_audio_convert_channels):
15530         * gst/audioconvert/gstchannelmix.h:
15531         * gst/ffmpegcolorspace/avcodec.h:
15532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15533         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15534         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15535         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15536         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15537         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15538         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15539         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15540         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15541         (dv_type_find):
15542         * gst/videotestsrc/gstvideotestsrc.c:
15543         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15544         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15545         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15546         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15547         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15548         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15549         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15551         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15552         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15553         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15554         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15555         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15556         (gst_xvimagesink_navigation_send_event),
15557         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15558         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15559         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15560         * sys/xvimage/xvimagesink.h:
15561         Plugin port to 0.9, ogg/theora playback should work in the seek
15562         example now.
15563         Removed old examples.
15564         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15565         explained in 0.9 TODO doc.
15566
15567
15568 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15569
15570         * autogen.sh:
15571         * configure.ac:
15572         * ext/Makefile.am:
15573         * gst/Makefile.am:
15574         * po/POTFILES.in:
15575         * po/af.po:
15576         * po/az.po:
15577         * po/cs.po:
15578         * po/en_GB.po:
15579         * po/hu.po:
15580         * po/it.po:
15581         * po/nb.po:
15582         * po/nl.po:
15583         * po/or.po:
15584         * po/sq.po:
15585         * po/sr.po:
15586         * po/sv.po:
15587         * po/uk.po:
15588         * po/vi.po:
15589         * sys/Makefile.am:
15590         * testsuite/Makefile.am:
15591           remove a whole bunch of plugins.  This module now contains a set
15592           of free reference plugins/elements as agreed.
15593
15594 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15595
15596         * configure.ac:
15597           hunting season on 0.9 is now OPEN
15598
15599 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15600
15601         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15602           Kick the hell out of gcc for not warning me about a symbol conflict.
15603
15604 2005-02-22  Luca Ognibene  <luogni@tin.it>
15605
15606         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15609           Don't leak caps string (fixes #168134)
15610
15611         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15612         (gst_jpegenc_init), (gst_jpegenc_finalize),
15613         (gst_jpegenc_change_state):
15614           Don't leak line buffers and context struct (fixes #168133).
15615
15616 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * configure.ac:
15619         * ext/dirac/gstdiracdec.cc:
15620         (gst_diracdec_chain):
15621           Since dirac 0.5.0 the framerate in dirac is expressed as a
15622           rational number. Fix build and up requirement to 0.5.0, and
15623           also pass parameters to gst_diracdec_link in the right order
15624           (fixes #167959).
15625
15626 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15627
15628         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15629         * ext/faad/gstfaad.h:
15630         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15631         certain invalid muxed streams, where some packets will contain 
15632         junk after decoder data. Partially fixes #149158.
15633
15634 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15635         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15636           Make sure we only write to writable buffers
15637
15638 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst-libs/gst/riff/riff-media.c:
15641         (gst_riff_create_audio_caps_with_data):
15642           Do actually fix invalid RIFF fmt header values for alaw
15643           and mulaw audio instead of just saying so.
15644
15645         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15646           Give gst_riff_create_audio_caps_with_data() a chance to
15647           fix up broken format header fields before extracting any
15648           parameters from the header. (fixes #167633)
15649
15650 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15651
15652         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         * gst/audioconvert/bufferframesconvert.c:
15655         (buffer_frames_convert_link):
15656           Don't leak othercaps. (fixes #167878)
15657
15658 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15659
15660         * configure.ac:
15661         * ext/libvisual/visual.c: (gst_visual_srclink),
15662         (gst_visual_change_state):
15663           Support libvisual 0.2.0.
15664
15665 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15668         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15669           Use same rowstrides for I420 as used everywhere else.
15670
15671 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15672
15673         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15674           Declare variables at beginning of block and make gcc-2.95 happy
15675           (fixes # 167482, patch by Gergely Nagy).
15676           
15677         * gst/tcp/gsttcpclientsrc.c:
15678         * gst/tcp/gsttcpclientsrc.h:
15679           Move some includes into the header, so that struct sockaddr_in is
15680           defined when it should be defined on FreeBSD as well (fixes
15681           #167483).
15682           
15683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15684           Don't pass uninitialised values to setsockopt() here either.
15685
15686 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15687
15688         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15689
15690         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15691           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15692
15693 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15694
15695         * gst/playback/gstplaybin.c: (add_sink):
15696           Invert bin_add/link order to workaround deadlock in opt.
15697
15698 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15699
15700         * gst/modplug/gstmodplug.cc:
15701           Add missing break causing position queries to fail.
15702
15703 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15704
15705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15706           Granpos can apparently be -1, which screws up calculations...
15707
15708 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15709
15710         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15711         (gst_ximagesink_send_pending_navigation),
15712         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15713         (gst_ximagesink_init):
15714         * sys/ximage/ximagesink.h:
15715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15716         (gst_xvimagesink_send_pending_navigation),
15717         (gst_xvimagesink_navigation_send_event),
15718         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15719         * sys/xvimage/xvimagesink.h:
15720           Use a mutex protected list to marshal navigation
15721           events into the stream thread from whichever thread
15722           sends them.
15723
15724 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15725
15726         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15727           Display current position and track length; misc. clean-ups.
15728           
15729         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15730         (speed_init), (speed_chain):
15731           Add query function, so that the stream length and current position
15732           get adjusted when queried (note that current position queries may
15733           still be wrong if the audio sink returns values based on buffer
15734           timestamps instead of passing on the query).
15735
15736 2005-02-13  Benjamin Otte  <otte@gnome.org>
15737
15738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15739         (gst_audio_convert_channels):
15740           create channel conversion matrix when linking
15741         * gst/audioconvert/.cvsignore:
15742         * gst/audioconvert/Makefile.am:
15743         * gst/audioconvert/channelmixtest.c: (main):
15744           add (ugly) test that ensures stereo <=> mono conversion works
15745           correctly
15746
15747 2005-02-13  Benjamin Otte  <otte@gnome.org>
15748
15749         * gst/audioconvert/gstchannelmix.h:
15750           include missing header file
15751         * gst/audioconvert/gstchannelmix.c:
15752         (gst_audio_convert_fill_compatible):
15753           use same sign for both channels when converting to/from compatible
15754           channel. Previously used different signs made the signals cancel
15755           each other out and appear like silence. (fixes #167269)
15756
15757 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * gst/ffmpegcolorspace/avcodec.h:
15760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15761         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15762         (gst_ffmpegcsp_avpicture_fill):
15763         * gst/ffmpegcolorspace/imgconvert.c:
15764           Convert to and from YV12 (fixes #156379).
15765
15766 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15767
15768         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15769         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15770         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15771         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15772         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15773         methods from chain and negotiation and vice versa (Fixes #166142).
15774         * sys/ximage/ximagesink.h: Add stream_lock.
15775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15776         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15777         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15778         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15779
15780 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15783           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15784           error message when we can't open the DVD device (when dvdnav_open()
15785           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15786           the above). Send something more useful instead (fixes #167117).
15787
15788 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15789
15790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15791         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15792         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15793         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15794         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15795         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15796         methods from chain and negotiation and vice versa (Fixes #166142).
15797         Fix a possible bug of images in the buffer pool being discarded because
15798         we are looking at the wrong geometry.
15799         * sys/xvimage/xvimagesink.h: Add stream_lock.
15800
15801 2005-02-11  David Schleef  <ds@schleef.org>
15802
15803         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15804         unsigned int. (fixes #167128)
15805
15806 2005-02-11  David Schleef  <ds@schleef.org>
15807
15808         * gst/librfb/Makefile.am: Testing stuff before committing is
15809           for wimps... and people with fast machines.  Fix stupid
15810           mistake.
15811
15812 2005-02-11  David Schleef  <ds@schleef.org>
15813
15814         * configure.ac: Pull in librfb from my CVS tree, because it is
15815           too small and annoying to be separate.  Move rfbsrc plugin
15816           to gst/.
15817         * ext/Makefile.am:
15818         * ext/librfb/Makefile.am:
15819         * ext/librfb/gstrfbsrc.c:
15820         * gst/librfb/Makefile.am:
15821         * gst/librfb/gstrfbsrc.c:
15822         * gst/librfb/rfb.c:
15823         * gst/librfb/rfb.h:
15824         * gst/librfb/rfbbuffer.c:
15825         * gst/librfb/rfbbuffer.h:
15826         * gst/librfb/rfbbytestream.c:
15827         * gst/librfb/rfbbytestream.h:
15828         * gst/librfb/rfbcontext.h:
15829         * gst/librfb/rfbdecoder.c:
15830         * gst/librfb/rfbdecoder.h:
15831         * gst/librfb/rfbutil.h:
15832
15833 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         * gst/speed/Makefile.am:
15836         * gst/speed/demo-mp3.c: (main):
15837         * gst/speed/filter.func:
15838         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15839         (speed_class_init), (speed_init), (speed_chain_int16),
15840         (speed_chain_float32), (speed_chain), (speed_set_property),
15841         (speed_get_property), (speed_change_state):
15842         * gst/speed/gstspeed.h:
15843           Fix speed element and make it chain-based (fixes #156467),
15844           and make it handle more than one channel.
15845
15846 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15847
15848         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15849         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15850         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15851         * ext/dts/gstdtsdec.h:
15852           Don't clobber the stack constructing the channels array.
15853           Make the element chain-based. DTS tracks can now be played.
15854           
15855 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * gst-libs/gst/audio/multichannel.h:
15858         * gst-libs/gst/gconf/gconf.h:
15859         * gst-libs/gst/idct/idct.h:
15860         * gst-libs/gst/media-info/media-info-priv.h:
15861         * gst-libs/gst/play/play.h:
15862         * gst-libs/gst/resample/private.h:
15863         * gst-libs/gst/resample/resample.h:
15864         * gst-libs/gst/riff/riff-ids.h:
15865         * gst-libs/gst/video/video.h:
15866         * gst-libs/gst/video/videosink.h:
15867           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15868           missing, so that they work when included from C++ code.
15869
15870 2005-02-09  David Schleef  <ds@schleef.org>
15871
15872         * testsuite/gst-lint: Check for non-statically scoped
15873           parent_class variables.  This won't be a problem once
15874           plugins are loaded with RTLD_LOCAL.
15875
15876 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * ext/mplex/gstmplexibitstream.cc:
15879           gcc madness.
15880
15881 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15882
15883         * ext/ogg/gstogmparse.c:
15884         * gst/debug/gstnavigationtest.c:
15885           Die, thou faulty symbol pollutors (non-static parent_class).
15886
15887 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15888
15889         * ext/mplex/gstmplexibitstream.cc:
15890           Fix event handling (#165525).
15891
15892 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15893
15894         * ext/mikmod/gstmikmod.c:
15895         * gst/modplug/gstmodplug.cc:
15896           Add missing endianness to template (fixes #165509).
15897
15898 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15899
15900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15901           Fix wrong order of reading of optional bytes (#165290).
15902
15903 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15904
15905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15906           Implement FILLER event awareness.
15907
15908 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15909
15910         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15911           Fix track calculations (#166208).
15912
15913 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15914
15915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15916
15917         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15918         * ext/libpng/gstpngenc.c:
15919           Fix byte-order, use proper fixed caps. Fixes #164197.
15920
15921 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15922
15923         * configure.ac:
15924           Add dvdlpcmdec 
15925
15926         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15927         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15928           Don't push buffers if the src pad isn't negotiated yet.
15929           
15930         * gst/audioconvert/gstaudioconvert.c:
15931         (gst_audio_convert_buffer_to_default_format),
15932         (gst_audio_convert_buffer_from_default_format):
15933           Add support for 24-bit width.
15934
15935         * gst/dvdlpcmdec/.cvsignore:
15936         * gst/dvdlpcmdec/Makefile.am:
15937         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15938         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15939         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15940         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15941         (plugin_init):
15942         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15943           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15944           format. Needs support for the channels maps if someone can find 
15945           a DVD LPCM track with > 2 channels.
15946
15947         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15948         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15949         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15950         * gst/mpegstream/gstdvddemux.h:
15951         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15952         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15953         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15954         * gst/mpegstream/gstmpegdemux.h:
15955         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15956         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15957         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15958         (gst_mpeg_parse_handle_src_query),
15959         (gst_mpeg_parse_handle_src_event):
15960           Use audio/x-dvd-lpcm for LPCM output.
15961           Add DTS output.
15962
15963 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15964
15965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15966
15967         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15968         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15969           Add BGRA handling (#165736).
15970
15971 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15972
15973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15974
15975         * gst/law/alaw-decode.c: (alawdec_link):
15976         * gst/law/alaw-encode.c: (alawenc_link):
15977         * gst/law/mulaw-decode.c: (mulawdec_link):
15978         * gst/law/mulaw-encode.c: (mulawenc_link):
15979           Fix caps memleaks (#166600).
15980
15981 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * ext/tarkin/mem.h:
15984         * ext/tarkin/wavelet.h:
15985         * ext/tarkin/yuv.h:
15986         * gst/ffmpegcolorspace/avcodec.h:
15987           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15988           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15989
15990 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15991
15992         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15994         (gst_xvimagesink_change_state):
15995           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15996           Xv video (and thereby regenerate Xv colourkey) in clear() so
15997           that PLAY -> READY -> PLAY works (fixes #162504).
15998
15999 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16000
16001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16002           Switch to list instead of range, since MJPEG-devices really just
16003           support decimations, not any size.
16004
16005 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16006         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16007         (gst_mpeg2dec_reset), (free_all_buffers),
16008         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16009         * ext/mpeg2dec/gstmpeg2dec.h:
16010           The libmpeg2 user-allocated buffer management is awkward, 
16011           to say the least. Hopefully this fixes things.
16012
16013 2005-02-04  Andy Wingo  <wingo@pobox.com>
16014
16015         * gst/audioconvert/bufferframesconvert.c
16016         (buffer_frames_convert_fixate): New function, fixates to 256
16017         frames per buffer by default. (Much better than 1.)
16018         (buffer_frames_convert_init): Set the fixate function for both src
16019         and sink pad.
16020         (buffer_frames_convert_link): After success setting nonfixed caps,
16021         get the negotiated caps so we can know how many buffer-frames it
16022         will be. No idea how this worked at all before.
16023
16024 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16025
16026         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16027         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16028         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16029         (handle_sequence), (handle_picture):
16030         * ext/mpeg2dec/gstmpeg2dec.h:
16031           Rearrange buffer tracking and refcounting and refactor
16032           a little for readability. 
16033
16034 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16035         * sys/v4l/gstv4l.c: (plugin_init):
16036         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16037         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16038         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16039         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16040         * sys/v4l/gstv4ljpegsrc.h:
16041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16042         * sys/v4l/v4l_calls.h:
16043         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16044         (gst_v4lsrc_get_fps):
16045         * sys/v4l/v4lsrc_calls.h:
16046           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16047           you jpeg inside rgb frames" driver.
16048           Don't error in the v4lsrc link function, just return 
16049           REFUSED.
16050
16051 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16052
16053         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16054         (gst_qcamsrc_open):
16055           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16056
16057 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16058
16059         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16060           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16061
16062 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16065           Reset negotiated state on PAUSED->READY.
16066
16067 2005-02-02  David Schleef  <ds@schleef.org>
16068
16069         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16070         whereever possible.  (Fixes #165997)
16071         * examples/capsfilter/capsfilter1.c: (main):
16072         * examples/dynparams/filter.c: (create_ui):
16073         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16074         * examples/seeking/chained.c: (main):
16075         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16076         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16077         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16078         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16079         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16080         * examples/switch/switcher.c: (main):
16081         * ext/dv/demo-play.c: (main):
16082         * ext/faad/gstfaad.c: (gst_faad_change_state):
16083         * ext/mad/gstmad.c: (gst_mad_chain):
16084         * ext/smoothwave/demo-osssrc.c: (main):
16085         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16086         (gst_gconf_render_bin_from_description),
16087         (gst_gconf_get_default_audio_sink),
16088         (gst_gconf_get_default_video_sink),
16089         (gst_gconf_get_default_audio_src),
16090         (gst_gconf_get_default_video_src),
16091         (gst_gconf_get_default_visualization_element):
16092         * gst/level/demo.c: (main):
16093         * gst/level/plot.c: (main):
16094         * gst/playback/gstplaybin.c: (gen_video_element),
16095         (gen_audio_element):
16096         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16097         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16098         * gst/sine/demo-dparams.c: (main):
16099         * gst/spectrum/demo-osssrc.c: (main):
16100         * gst/speed/demo-mp3.c: (main):
16101         * gst/volume/demo.c: (main):
16102         * testsuite/embed/embed.c: (main):
16103
16104 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16105
16106         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16107         (gst_tcpclientsink_finalize):
16108         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16109         (gst_tcpclientsrc_finalize):
16110         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16111         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16112         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16113         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16114           Don't leak the hostname when shutting down.
16115           In tcpserversrc, take a copy of the default hostname.
16116
16117 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16118
16119         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16120           Set caps to systemstream=TRUE.
16121
16122 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16123
16124         * testsuite/Makefile.am:
16125           Fix more OSX buildbots.
16126
16127 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16128
16129         * ext/mpeg2dec/gstmpeg2dec.c:
16130           Don't send things to NULL PAD_PEERs
16131
16132         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16133           Copy-on-write the incoming buffer.
16134
16135         * gst/mpegstream/gstdvddemux.h:
16136         * gst/mpegstream/gstmpegclock.h:
16137         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16138         (normal_seek), (gst_mpeg_demux_handle_src_event):
16139         * gst/mpegstream/gstmpegdemux.h:
16140         * gst/mpegstream/gstmpegpacketize.h:
16141         * gst/mpegstream/gstmpegparse.c:
16142         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16143         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16144         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16145         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16146         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16147         * gst/mpegstream/gstmpegparse.h:
16148         * gst/mpegstream/gstrfc2250enc.h:
16149           Various changes to the way time is computed that make seeking and
16150           total time estimation much better here.
16151           Use G_BEGIN/END_DECLS instead of __cplusplus
16152
16153         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16154           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16155
16156 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16157
16158         * gst/subparse/gstsubparse.c:
16159           Fix OSX buildbot.
16160
16161 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16162
16163         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16164         (theora_enc_chain), (theora_enc_change_state):
16165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16166         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16167         (gst_vorbisenc_change_state):
16168         * ext/vorbis/vorbisenc.h:
16169           Set granulepos and timestamp correctly for streams not
16170           starting at 0, taking into account the initial delay.
16171
16172 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         * gst/mpegstream/gstdvddemux.c:
16175           Add audio/x-dts to audio pad template caps
16176
16177 2005-01-30  David Schleef  <ds@schleef.org>
16178
16179         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16180         (create_context), (gst_polypsink_link): Fix silly endianness
16181         bug.  Add some debugging.  Remove float from caps; it doesn't
16182         work.  Attempt to get remote audio working.
16183
16184 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16185
16186         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16187           Add 3IV2 fourcc.
16188
16189 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16190
16191         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16192         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16193         (gst_avi_demux_stream_data):
16194         * gst/avi/gstavidemux.h:
16195           Invert DIB images. Fixes #132341.
16196
16197 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16198
16199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16200         (gst_ffmpegcsp_chain):
16201           D'oh, reference the palette data, not the palette structure.
16202           Fixes color distortion in #132341.
16203
16204 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16205
16206         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16207           PAR can be non-fixed when not provided as argument (#162626).
16208
16209 2005-01-29  David Moore  <dcm@acm.org>
16210
16211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16212
16213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16214         (gst_qtdemux_loop_header):
16215           Re-apply patch from #142272 that allows non-seekable sources,
16216           re-proposed by Daniel Drake <dsd@gentoo.org>.
16217
16218 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16219
16220         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16221           Use the src template for creating the src pad (#162330).
16222
16223 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16224
16225         * configure.ac:
16226         * ext/musepack/Makefile.am:
16227         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16228         (gst_musepackdec_init), (gst_musepackdec_dispose),
16229         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16230         (gst_musepack_stream_init), (gst_musepackdec_loop),
16231         (gst_musepackdec_change_state):
16232         * ext/musepack/gstmusepackdec.cpp:
16233         * ext/musepack/gstmusepackdec.h:
16234         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16235         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16236         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16237         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16238         * ext/musepack/gstmusepackreader.cpp:
16239         * ext/musepack/gstmusepackreader.h:
16240           Update to 1.1 API (#165446).
16241
16242 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16243
16244         * ext/Makefile.am:
16245           Unbreak buildbot.
16246
16247 2005-01-28  Andy Wingo  <wingo@pobox.com>
16248
16249         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16250         to reflect a different dubious internet source. Add a reference
16251         and some commentary.
16252
16253 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16254
16255         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16256         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16257         * gst/playback/gststreamselector.h:
16258           Be more selective when we're redoing caps negotiation from
16259           within the chain function on a stream change.
16260
16261 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16262
16263         * configure.ac:
16264         * ext/Makefile.am:
16265         * ext/amrnb/Makefile.am:
16266         * ext/amrnb/amrnb.c: (plugin_init):
16267         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16268         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16269         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16270         (gst_amrnbdec_state_change):
16271         * ext/amrnb/amrnbdec.h:
16272         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16273         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16274         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16275         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16276         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16277         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16278         * ext/amrnb/amrnbparse.h:
16279           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16280         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16281           Add AMR-NB/-WB raw formats.
16282         * ext/alsa/gstalsa.c: (gst_alsa_link):
16283           Keep valid time when changing format.
16284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16285         (qtdemux_parse_trak):
16286           Add some more format-specific options (#140141, #143555, #155163).
16287
16288 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16289
16290         * gst/matroska/matroska-demux.c:
16291         (gst_matroska_demux_parse_blockgroup):
16292           Fix logic error in timing of subtitle stream synchronization.
16293         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16294           Add skip-chunk, which is found in kodak-camera streams.
16295
16296 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * po/LINGUAS:
16299         * po/vi.po:
16300           Adding Vietnamese translation (submitted by Clytie Siddall)
16301
16302 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16303
16304         * gst/playback/gstdecodebin.c: (try_to_link_1):
16305           Use realpad for signal.
16306
16307 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16308
16309         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16310           Fix category so decodebin picks it up.
16311
16312 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * ext/mad/Makefile.am:
16315         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16316         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16317         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16318         (found_type), (gst_id3demux_bin_change_state):
16319         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16320         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16321         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16322         (gst_id3_tag_change_state), (plugin_init):
16323         * ext/mad/gstmad.h:
16324           Add id3demuxbin (which is a simple bin consisting of id3demux
16325           and typefind), take over rank from id3demux, remove typefind
16326           code from id3demux. Makes all broken mp3s that I know of work,
16327           and thereby fixes #152688.
16328
16329 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16330
16331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16332
16333         * ext/mad/gstmad.c: (gst_mad_src_event):
16334         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16335           Allow seeks on audio pad, make mad forward those (#164826).
16336         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16337           Set duration (#165335).
16338
16339 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16342         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16343         (gst_asf_demux_process_ext_content_desc),
16344         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16345         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16346         * gst/asfdemux/gstasfdemux.h:
16347           Improve metadata display, e.g. if the metadata comes before the
16348           streams are loaded (which is perfectly valid).
16349
16350 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16351
16352         * tools/gst-launch-ext-m.m:
16353           Fix AVI/ASF pipelines (#165340).
16354
16355 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16356         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16357         build failure on amd64
16358
16359 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16362         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16363           Check environment variables GST_ID3V2_TAG_ENCODING,
16364           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16365           list of character encodings to force interpretation of non-unicode
16366           strings stored in an ID3v2 tag to a particular encoding. If none
16367           is specified, try to use current locale's encoding, then fall back
16368           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16369         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16370         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16371           Check environment variables GST_ID3V1_TAG_ENCODING,
16372           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16373           list of character encodings to use in case a string encountered
16374           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16375           specified, try to use the current locale's encoding, then fall
16376           back to ISO-8859-1 (which will always succeed).
16377
16378 2005-01-25  Benjamin Otte  <otte@gnome.org>
16379
16380         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16381           - on half framerate, compute the rate in advance so the comparisons
16382             don't compare wrong values
16383           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16384             behaviour
16385           - don't use mad_header_decode anymore, mad_frame_decode does that
16386             automatically
16387           - when getting rid of consumed bytes, reset the stream's skiplen
16388           (fixes #163867)
16389
16390 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16391
16392         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16393           Use 1/2 a second for default max_discont, as PES streams from DVB
16394           seem to have larger spacings in the SCR. 
16395           Fix a typo.
16396
16397 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16398
16399         * gst/playback/gstplaybasebin.c: (group_commit):
16400           Notify delayed stream-info availability.
16401
16402 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16403         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16404         (gst_a52dec_handle_event), (gst_a52dec_chain):
16405         Add some debug output. Check that a discont has a valid
16406         time associated.
16407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16408         (gst_alsa_sink_loop):
16409         Ignore TAG events. A little extra debug for broken timestamps.
16410         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16411         (dvdnavsrc_change_state):
16412         Ensure we send a discont to engage the link before we send any
16413         other events.
16414         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16415         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16416         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16417         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16418         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16419         dvd://title works in totem because typefinding sends a seek that ends
16420         up going back to chapter 1 regardless.
16421         * ext/mpeg2dec/gstmpeg2dec.c:
16422         * ext/mpeg2dec/gstmpeg2dec.h:
16423         Output correct timestamps and handle disconts.
16424         * ext/ogg/gstoggdemux.c: (get_relative):
16425         Small guard against a null dereference.
16426         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16427         (gst_textoverlay_set_property):
16428         Free memory when done. Don't call gst_event_filler_get_duration on
16429         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16430         g_warning.
16431         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16432         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16433         (gst_sw_srclink), (gst_smoothwave_chain):
16434         Draw solid lines, prettier colours.
16435         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16436         Add a default palette that'll work for some movies.
16437         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16438         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16439         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16440         * gst/mpegstream/gstdvddemux.h:
16441         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16442         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16443         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16444         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16445         * gst/mpegstream/gstmpegparse.h:
16446         Use PTM/NAV events when for timestamp adjustment when connected to 
16447         dvdnavsrc. Don't use many discont events where one suffices.
16448         * gst/playback/gstplaybasebin.c: (group_destroy),
16449         (gen_preroll_element), (gst_play_base_bin_add_element):
16450         * gst/playback/gstplaybasebin.h:
16451         Make sure we remove subtitles from the same bin we put them in.
16452         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16453         (gst_subparse_buffer_format_autodetect),
16454         (gst_subparse_change_state):
16455         Fix some memleaks and invalid accesses.
16456         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16457         (oggskel_type_find), (cmml_type_find), (plugin_init):
16458         Some typefind functions for Annodex v3.0 files
16459         * gst/wavparse/gstwavparse.h:
16460         GstRiffReadClass is the correct parent class.
16461
16462 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16463
16464         * gst-libs/gst/riff/riff-media.c:
16465         (gst_riff_create_video_caps_with_data):
16466           Add extradata to huffyuv (fixes #165013).
16467         * gst-libs/gst/riff/riff-read.c:
16468         (gst_riff_read_strf_vids_with_data):
16469           Fix extradata extraction if it is in the chunk size.
16470
16471 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16472
16473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16476         (gst_quarktv_change_state), (gst_quarktv_dispose):
16477           Memory free'ing location fix (#164708).
16478
16479 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16480
16481         * gst/playback/gstplaybasebin.c: (group_commit),
16482         (gen_preroll_element), (probe_triggered), (gen_source_element),
16483         (setup_source), (gst_play_base_bin_change_state),
16484         (gst_play_base_bin_add_element):
16485           Don't block for streams.
16486         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16487         (gst_stream_info_set_mute):
16488           Use gst_pad_set_active_recursive.
16489
16490 2005-01-25  Andy Wingo  <wingo@pobox.com>
16491
16492         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16493         for #ifndef HAVE_XVIDEO.
16494
16495 2005-01-24  Jeffrey C. Ollie
16496
16497         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16498
16499         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16500         * ext/gsm/gstgsmdec.h:
16501         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16502         * ext/gsm/gstgsmenc.h:
16503         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16504         was given by property. Add proper buffer timestamps and offsets.
16505
16506 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * gst-libs/gst/riff/riff-media.c:
16509         (gst_riff_create_audio_caps_with_data):
16510           Audio can be <8000Hz.
16511
16512 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16515           Explicit state change to workaround refcount bugs.
16516
16517 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16518
16519         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16520         (gst_avimux_riff_get_avi_header):
16521           Fix...
16522
16523 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16524
16525         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16526         (gst_riff_read_element_data):
16527         * gst-libs/gst/riff/riff-read.h:
16528           Add _peek version (req'ed in CDXA).
16529         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16530         (gst_cdxaparse_loop):
16531           Fix parsing in playbin.
16532         * gst/playback/gstdecodebin.c: (close_pad_link):
16533           Ignore current_ pads, they cause major annoyance.
16534
16535 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16538           Safety guard.
16539
16540 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16541
16542         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16543           Fix padding...
16544
16545 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16546
16547         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16548           Allow for 0-sized buffers. Fixes length query problems in
16549           starwars.mkv from the testsuite.
16550
16551 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16554         (gst_video_box_i420), (gst_video_box_chain):
16555           Fix row strides for I420 (fixes #163159)
16556           
16557 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16558
16559         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16560           MPEG2 has a useful rate property, so we can actually use that.
16561           For MPEG-1, continue using the bytes/time properties.
16562
16563 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16564
16565         * gst-libs/gst/riff/riff-media.c:
16566         (gst_riff_create_video_caps_with_data),
16567         (gst_riff_create_video_template_caps):
16568           Add intel-h263.
16569
16570 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16573           Fail if caps negotiation fails. Should fix #162184, and should
16574           definately be in there regardless of it fixing the actual bug.
16575         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16576         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16577         (gst_avimux_riff_get_avix_header),
16578         (gst_avimux_riff_get_video_header),
16579         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16580         (gst_avimux_start_file), (gst_avimux_handle_event),
16581         (gst_avimux_change_state):
16582         * gst/avi/gstavimux.h:
16583           Refactor structure writing to use GST_WRITE_UINT macros, add
16584           metadata writing support.
16585
16586 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16587
16588         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16589           Elements may already be destroyed when this function is called.
16590
16591 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16592
16593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16594         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16595           More memory leak fixes (#149162).
16596
16597 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16598
16599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16600         (gst_qtdemux_add_stream):
16601           Fix two memleaks.
16602
16603 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16604
16605         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16606           Argh...
16607
16608 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16609
16610         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16611           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16612           when fixating to six channels in Totem.
16613
16614 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16615
16616         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16617           Fix compile warnings on Solaris 10 buildbot
16618
16619 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         * ext/dvdread/dvdreadsrc.c: (_read):
16622           Don't read beyond the last cell in a chapter (fixes 
16623           invalid memory access)
16624
16625 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16626
16627         * ext/dvdread/stream_labels.c:
16628         (dvdreadsrc_get_audio_stream_labels):
16629           Use NULL for an empty GList instead of g_list_alloc(); fix 
16630           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16631           of GString (easier to bulk free later)
16632
16633 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16634
16635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16636
16637         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16638         (gst_ffmpeg_pixfmt_to_caps):
16639           Fix BGRA32 caps (#164209).
16640
16641 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16642
16643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16646         (gst_ffmpeg_caps_to_pixfmt):
16647           alpha_mask can be RGBA/ABGR. Fixes #164265.
16648
16649 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16650
16651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16652
16653         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16654         (gst_mpeg2dec_alloc_buffer):
16655         * ext/mpeg2dec/gstmpeg2dec.h:
16656           Crop if decoding size is not the actual image size (#163676).
16657
16658 2005-01-17  Steve Baker  <steve@stevebaker.org>
16659
16660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16661
16662         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16663         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16664           Add libsndfile typefind functions (#163309).
16665
16666 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16667
16668         * tools/gst-launch-ext-m.m:
16669           Add .aac, fix .m1v/.m2v (#163891).
16670
16671 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16672
16673         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16674           Sanity check, don't wait endlessly since the clock might not
16675           actually run at this point (which is a deadlock). Fixes #164069.
16676
16677 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * gst/playback/gstplaybasebin.c: (probe_triggered):
16680           Of course, only pause if group is done...
16681
16682 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * gst/playback/gstplaybasebin.c: (probe_triggered):
16685           Thread safety.
16686
16687 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16688
16689         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16690           Don't return state change success when the parent
16691           failed.
16692
16693 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16694
16695         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16696           Free events (fix memleak in #162905).
16697
16698 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16699
16700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16701
16702         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16703         (gst_ffmpeg_caps_to_pixfmt):
16704           Fix for depth = 15. Fixes #161675.
16705
16706 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16707
16708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16709           Set FPS correctly, even for webcams and the like.
16710         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16711           Don error on setting while capturing.
16712
16713 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16714
16715         * ext/dv/gstdvdec.c:
16716         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16717         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16718           I'm a bad boy. using /1001. to force C to do float division
16719           and not integer division (as it did in my last commit)
16720           Thanks to David I. Lehn for pointing this mistake.
16721
16722 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16723
16724         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16725           Revert Johan's 1.35->1.36 since it breaks compat.
16726
16727 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16728
16729         * ext/dv/gstdvdec.c:
16730         * ext/libfame/gstlibfame.c:
16731         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16732         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16733           replace framerate aproximations by their real value
16734           (24000/1001, 30000/1001, 60000/1001)
16735           Finish fixing bug #164049
16736
16737 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16738
16739         * ext/ogg/gstoggmux.c:
16740           eos/bos debugging
16741         * gst/tcp/gstmultifdsink.c:
16742         * gst/tcp/gstmultifdsink.h:
16743         * gst/tcp/gsttcp.c:
16744         * gst/tcp/gsttcp.h:
16745         * gst/tcp/gsttcpclientsink.c:
16746         * gst/tcp/gsttcpclientsrc.c:
16747         * gst/tcp/gsttcpserversink.c:
16748         * gst/tcp/gsttcpserversrc.c:
16749           improve reusability of elements after state changes and errors
16750           make multifdsink throw away streamheaders when receiving new ones
16751
16752 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16753
16754         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16755           Fix for if items are already in list...
16756
16757 2005-01-12  Benjamin Otte  <otte@gnome.org>
16758
16759         * gst/adder/gstadder.c: (gst_adder_loop):
16760           fix adder a bit so it doesn't screw up with events as much anymore
16761
16762 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16763
16764         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16765         (pixbufscale_scale), (gst_pixbufscale_chain):
16766         * ext/gdk_pixbuf/pixbufscale.h:
16767           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16768           to ensure rowstrides are calculated the same way as 
16769           ffmpegcolorspace
16770           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16771           that we pick up duration and offset also.
16772
16773 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16776         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16777           Reusability fixes.
16778
16779 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16780
16781         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16782         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16783         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16784         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16785           Update flags when requested.
16786
16787 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16788
16789         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16790           Fix dmix.
16791
16792 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16793
16794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16795         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16796         (probe_triggered), (new_decoded_pad), (gen_source_element),
16797         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16798         * gst/playback/gstplaybasebin.h:
16799         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16800         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16801         (gst_play_bin_change_state):
16802           Implement group-switch signal for use in apps to clear metadata
16803           cache, clean up subtitle, add suburi property instead of # hack,
16804           some error-out fixes.
16805
16806 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16809           Debug.
16810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16811           If we got a state change in the _get handler, don't return success.
16812
16813 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16814
16815         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16816         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16817           Make jpegdec quiet on MJPEG decoding
16818         * gst/asfdemux/README:
16819           Fix mimetypes for MJPEG and H263
16820
16821 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * ext/theora/theoradec.c: (theora_dec_chain):
16824           Fix broken code generation by gcc by swapping arguments.
16825         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16826           Fix \n in debug.
16827
16828 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16829
16830         * TODO:
16831           delete this file, it is by far outdated
16832         * ext/alsa/gstalsa.1: remove
16833         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16834         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16835         (gst_alsa_get_caps):
16836           Add HW probing for supported sample rates. Fixes #161704
16837
16838 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16839
16840         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16841           Don't crash, biatch! :).
16842
16843 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * ext/musepack/gstmusepackreader.cpp:
16846         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16847           Some work on tags - still doesn't work in playbin...
16848         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16849           Handle events...
16850
16851 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16854           Also shove tags on kid pads.
16855
16856 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16859           Don't bail on unknown events.
16860         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16861           Don't crash on events before negotiation.
16862         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16863           Send tags on pads, too.
16864         * gst/playback/gststreamselector.c:
16865         (gst_stream_selector_request_new_pad):
16866           Forward events on first pad if no input was selected yet.
16867
16868 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * gst/playback/gstplaybasebin.c: (setup_substreams):
16871           Don't disable streamtype if the stream doesn't exist, since
16872           then playing a video after audio will disable both and nothing
16873           will happen. Fixes the testsuite.
16874
16875 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16876
16877         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16878         (gst_v4l_xoverlay_set_xwindow_id):
16879         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16880         (gst_v4l2_xoverlay_set_xwindow_id):
16881           Add debug categories, fix overlay disabling.
16882
16883 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16884
16885         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16886         * ext/alsa/gstalsa.h:
16887           Add HW probing for period_count/size and buffer_size MIX/MAX
16888           Adjust default/user defined value if out of bounds
16889           Should fix bug #162024
16890
16891 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16894           Fix warning (#161191).
16895
16896 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16897
16898         * ext/dvdread/stream_labels.c:
16899         (dvdreadsrc_get_audio_stream_labels):
16900           Fix warning (init the good variable in switch default)
16901
16902 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16903
16904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16907           Fix gcc-2.95 compile (#163485).
16908
16909 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16910
16911         * configure.ac:
16912         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16913         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16914         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16915         (gst_flacenc_change_state):
16916         * ext/flac/gstflacenc.h:
16917           Update for API change in flac-1.1.1. Update requirement in
16918           configure.ac. Fixes #162974.
16919
16920 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16921
16922         * gst/playback/gstplaybasebin.c: (group_destroy):
16923           Remove hack to get rid of assert and get rid of unlinked
16924           signals properly.
16925
16926 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16927
16928         * gst/playback/gstplaybasebin.c: (setup_source):
16929           Set source to NULL so that resources are free'ed. Fixes issues
16930           with playback of CDDA and similar device-accessing things.
16931
16932 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16933
16934         * testsuite/embed/Makefile.am:
16935           test->noinst, fix make test in buildbot.
16936
16937 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16938
16939         * ext/dvdread/stream_labels.c: new file
16940         * ext/dvdread/stream_labels.h: new file
16941         * ext/dvdread/Makefile.am:
16942         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16943           Extract audio stream label from DVD IFO files.
16944           It only dump them on the console for now, still have to
16945           make playbin aware of them.
16946
16947 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * gst/playback/gstplaybasebin.c: (setup_source):
16950           Fix hanging subs.
16951
16952 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16953
16954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16955         (gen_preroll_element), (remove_groups), (setup_subtitle),
16956         (gen_source_element), (setup_source):
16957         * gst/playback/gstplaybasebin.h:
16958           Multiple .sub files is just a stupid idea... Fix some threading
16959           mistakes. Interestingly, external .sub files cause playbin to
16960           hang, I don't know why... Parsing fixes contributed by Fran??ois
16961           Kooman <fkooman@tuxed.net>.
16962
16963 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16964
16965         * testsuite/embed/Makefile.am:
16966           Fix buildbot.
16967
16968 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16969
16970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16973         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16974         (gst_pngenc_set_property):
16975         * ext/libpng/gstpngenc.h:
16976           Add compression level property (#163323).
16977
16978 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * configure.ac:
16981         * examples/capsfilter/capsfilter1.c: (main):
16982         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16983         * ext/dvdread/Makefile.am:
16984         * ext/dvdread/demo-play:
16985         * ext/dvdread/demo-play.c:
16986         * gconf/gstreamer.schemas.in:
16987         * gst-libs/gst/gconf/gconf.c:
16988         * sys/v4l/TODO:
16989         * testsuite/Makefile.am:
16990         * testsuite/embed/Makefile.am:
16991         * testsuite/embed/embed.c: (cb_expose), (main):
16992           Remove all references to xvideosink, fix examples (#140845).
16993         * gst/playback/gstplaybasebin.c: (group_destroy):
16994           Apparently, disposal does not unlink - so do explicitely.
16995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16996           Add debug.
16997
16998 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16999
17000         * README: fix PKG_CONFIG_PATH instructions, what was there
17001         previously was breaking default search path, not nice. 
17002         Fixes #163358
17003
17004 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17007         (gst_audioscale_chain):
17008           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17009           when resampling - how the ^@$^!@^! is this possible?!?
17010
17011 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17014           Reset variables on READY.
17015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17016         (gst_matroska_mux_loop):
17017           Require data before writing header.
17018
17019 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17020
17021         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * ext/mad/gstmad.c: (gst_mad_chain):
17024           Don't call mad_stream_sync() directly after recovering sync.
17025           Fixes #151661.
17026
17027 2005-01-09  Martin Eikermann  <meiker@upb.de>
17028
17029         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17032         (snapshot_handler), (gst_snapshot_sinkconnect),
17033         (gst_snapshot_chain):
17034           Allocate resources when required, fix recursive signal emission
17035           and fix caps. Fixes #161667.
17036
17037 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17038
17039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17040
17041         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17042         (gst_pngdec_chain):
17043           Handle only 8-bppc (bits-per-pixel-component) images, better
17044           error handling and correct strides. Fixes #163177.
17045         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17046         (gst_pngenc_chain):
17047           Better error handling. Fixes #163348.
17048
17049 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17052         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17053         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17054         (dvdnavsrc_uri_handler_init):
17055           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17056         * gst/playback/gstplaybasebin.c: (gen_source_element):
17057           Add MMS to streaming URIs.
17058
17059 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17062         * sys/xvimage/xvimagesink.c:
17063         (gst_xvimagesink_navigation_send_event):
17064           Check for pad availability before sending event.
17065
17066 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17067
17068         * gst-plugins.spec.in:
17069           Add subparse.
17070
17071 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * configure.ac:
17074           Since we use functions from CVS, up requirement.
17075
17076 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * gst/playback/Makefile.am:
17079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17080         (group_destroy), (group_commit), (group_is_muted),
17081         (gen_preroll_element), (add_stream), (unknown_type),
17082         (probe_triggered), (preroll_unlinked), (mute_stream),
17083         (silence_stream), (new_decoded_pad), (setup_substreams),
17084         (setup_source), (get_active_source), (mute_group_type),
17085         (muted_group_change_state), (set_active_source),
17086         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17087         (play_base_eos), (gst_play_base_bin_change_state):
17088         * gst/playback/gstplaybasebin.h:
17089         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17090         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17091         (gst_stream_info_dispose), (stream_info_mute_pad),
17092         (stream_info_change_state), (gst_stream_info_set_mute):
17093         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17094         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17095         (gst_stream_selector_init), (gst_stream_selector_dispose),
17096         (gst_stream_selector_get_linked_pad),
17097         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17098         (gst_stream_selector_get_linked_pads),
17099         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17100         * gst/playback/gststreamselector.h:
17101           Adding stream selection support plus required properties for
17102           applications to use this. Fully fixes #100931.
17103
17104 2005-01-08  Benjamin Otte  <otte@gnome.org>
17105
17106         * gst/games/gstpuzzle.c: (nav_event_handler):
17107           - handle nav events differently: forward every event no matter if it
17108             was handled or not.
17109           - translate events
17110           You can now cheat by using navigationtest ! puzzle and moving the
17111           mouse close to the edge of a tile. ;)
17112
17113 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * configure.ac:
17116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17117         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17118         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17119         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17120         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17121         (gst_ogm_parse_plugin_init):
17122         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17123         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17124         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17125         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17126         * ext/pango/gsttextoverlay.h:
17127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17128         (gst_matroska_demux_handle_seek_event),
17129         (gst_matroska_demux_sync_streams),
17130         (gst_matroska_demux_parse_blockgroup),
17131         (gst_matroska_demux_subtitle_caps),
17132         (gst_matroska_demux_plugin_init):
17133         * gst/matroska/matroska-ids.h:
17134         * gst/playback/gstdecodebin.c: (close_pad_link):
17135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17136         (gen_preroll_element), (remove_groups), (add_stream),
17137         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17138         (setup_source):
17139         * gst/playback/gstplaybasebin.h:
17140         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17141         * gst/subparse/Makefile.am:
17142         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17143         (gst_subparse_base_init), (gst_subparse_class_init),
17144         (gst_subparse_init), (gst_subparse_formats),
17145         (gst_subparse_eventmask), (gst_subparse_event),
17146         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17147         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17148         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17149         (parse_mpsub_deinit), (parse_mpsub_init),
17150         (gst_subparse_buffer_format_autodetect),
17151         (gst_subparse_format_autodetect), (gst_subparse_loop),
17152         (gst_subparse_change_state), (gst_subparse_type_find),
17153         (plugin_init):
17154         * gst/subparse/gstsubparse.h:
17155         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17156         (plugin_init):
17157           Add subtitle support, .sub parser (supports SRT and MPsub),
17158           OGM text support, Matroska UTF-8 text support, deadlock fixes
17159           all over the place, subtitle awareness in decodebin/playbin
17160           and some fixes to textoverlay to handle subtitles in a stream
17161           correctly. Fixes #100931.
17162
17163 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17166           Check for pad availability before doing a query on it.
17167
17168 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17169
17170         * ext/dv/gstdvdec.c:
17171           really fix bpp24/32 dvdec caps (classic rgba indeed)
17172         * gst/asfdemux/gstasfdemux.c:
17173         (gst_asf_demux_process_ext_content_desc):
17174           don't send text tags if they are empty (bis repetita)
17175
17176 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17177
17178         * ext/dv/gstdvdec.c:
17179          remove unneeded comment from dvdec
17180           (related to DV 4CC codes in AVI files)
17181           moved them in gstreamer/docs/random/mimetypes
17182         * gst/asfdemux/gstasfdemux.c:
17183         (gst_asf_demux_process_ext_content_desc):
17184          don't send text tags if they are empty
17185          fix mem leak on error path
17186         * gst/ffmpegcolorspace/avcodec.h:
17187         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17188         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17189         (gst_ffmpegcsp_avpicture_fill):
17190         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17191         * gst/ffmpegcolorspace/imgconvert_template.h:
17192          adds BGR32 and BGRA32 to ffmpegcolorspace
17193           (still bad colors, fixing it on next commit)
17194           helps with dvdec outputing BGR32
17195
17196 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17197
17198         * ext/dv/gstdvdec.c:
17199          Fix audio caps i just broke (missing ',')
17200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17201         (gst_matroska_mux_reset):
17202          Fix typo + add FIXME about old "x-gst-metadata" crap
17203
17204 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17205
17206         * ext/dv/demo-play.c: (main):
17207          xvideosink -> xvimagesink
17208         * ext/dv/gstdvdec.c:
17209          change rgb 32/32 caps to 24/32 (no alpha)
17210          change nb of channels to be a list (2 or 4, not 2)
17211          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17212         * gst/asfdemux/gstasfdemux.c:
17213         (gst_asf_demux_process_ext_content_desc):
17214          Add 'date/year' to extracted metadata list
17215
17216 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17219           The return value of fixate_to does not imply that the requested
17220           value was set, so don't assume.
17221
17222 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17223
17224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17225
17226         * ext/libpng/gstpngdec.c:
17227         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17228         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17229         * ext/libpng/gstpngenc.h:
17230           Alpha support (encoder; #163161), mime fixage.
17231
17232 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17233
17234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17237         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17238         (gst_faac_set_property), (gst_faac_get_property):
17239         * ext/faac/gstfaac.h:
17240           Allow for ADTS output (#153434).
17241
17242 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17243
17244         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17245           Fix against template (#150576).
17246
17247 2005-01-06  Benjamin Otte  <otte@gnome.org>
17248
17249         * gst/games/gstpuzzle.c: (draw_puzzle):
17250           don't draw a puzzle if either width or height of tiles would be 0.
17251
17252 2005-01-06  Benjamin Otte  <otte@gnome.org>
17253
17254         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17255         (gst_puzzle_class_init), (gst_puzzle_finalize):
17256           no memleaks, please
17257         (gst_puzzle_create), (gst_puzzle_init),
17258         (gst_puzzle_set_property), (gst_puzzle_setup):
17259           change initialization code around so we don't reshuffle on resize
17260         (draw_puzzle):
17261           fix another stupid typo
17262
17263 2005-01-06  Benjamin Otte  <otte@gnome.org>
17264
17265         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17266           fix stupid typo that borked copying on YUY2
17267
17268 2005-01-06  Benjamin Otte  <otte@gnome.org>
17269
17270         * gst/games/gstpuzzle.c: (draw_puzzle):
17271           fix edges when image sizes aren't multiples of tile sizes
17272
17273 2005-01-06  Benjamin Otte  <otte@gnome.org>
17274
17275         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17276           make RGB endianness work correctly
17277         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17278           refactor and fix race with initial shuffling
17279         (nav_event_handler):
17280           allow using the mouse to puzzle
17281         (draw_puzzle):
17282           insist on tiles having width and height as multiples of 4 to get
17283           clean YUV image handling
17284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17285         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17286           s/DEBUG/LOG/ for common messages
17287         (gst_xvimagesink_navigation_send_event):
17288           fix mouse event translation to not include screen PAR
17289         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17290           fix mouse event translation to actually work
17291
17292 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17293
17294         * gst/asfdemux/gstasfdemux.c:
17295         (gst_asf_demux_process_ext_content_desc):
17296          Extract TrackNumber metadata + clean up code
17297         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17298          Hope this is the good fix (var used unitialised)
17299
17300 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * ext/faad/gstfaad.c: (gst_faad_chain):
17303           Only increment timestamp if it's valid. Fixes raw AAC streams.
17304
17305 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17306
17307         * configure.ac:
17308         * gst/games/Makefile.am:
17309         * gst/games/gstpuzzle.c:
17310           add a puzzle game with...
17311         * gst/games/gstvideoimage.c:
17312         * gst/games/gstvideoimage.h:
17313           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17314           from videotestsrc and made into something that would be a nice
17315           library for a lot of other plugins.
17316
17317 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17318
17319         * configure.ac:
17320          don't compile faad plugin if a RC of 2.0 is found
17321          Fixes #155346 (and FC1 buildbot)
17322         * gst/asfdemux/gstasfdemux.c:
17323         (gst_asf_demux_process_ext_content_desc):
17324          try to make Solaris compiler happier
17325
17326 2005-01-06  Paul Jack  <pjack@sfaf.org>
17327
17328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17329
17330         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17331           Fix segfault (#161667).
17332
17333 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17336           Fix framerate reporting.
17337
17338 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17339
17340         * gst-libs/gst/riff/riff-ids.h:
17341         * gst/wavenc/riff.h:
17342          Add AMR (VBR and CBR) ids to riff.h audio codec list
17343         * gst/asfdemux/gstasfdemux.c:
17344         (gst_asf_demux_process_ext_content_desc),
17345         (gst_asf_demux_process_object):
17346           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17347
17348 2005-01-05  Martin Eikermann  <meiker@upb.de>
17349
17350         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17351
17352         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17353         (gst_dvd_demux_handle_discont):
17354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17355         (gst_mpeg_demux_handle_discont):
17356           Recreate pads on new-media (#160730).
17357         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17358           Send discont even if manager changes timestamps (#161929).
17359
17360 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17361
17362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17365           Fix invalid memory access (#159211).
17366
17367 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17368
17369         * examples/gstplay/player.c: (main):
17370           Don't iterate.
17371         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17372           Add visualizations.
17373         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17374         (gst_a52dec_handle_frame):
17375           Set duration.
17376         * ext/dvdnav/gst-dvd:
17377           Add audioconvert. Fixes #161325.
17378         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17379           Explicitely case to gint64. Possible valgrind error.
17380         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17381         (gst_play_tick_callback), (gst_play_change_state),
17382         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17383         (gst_play_set_location), (gst_play_get_location),
17384         (gst_play_seek_to_time), (gst_play_set_data_src),
17385         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17386         (gst_play_set_visualization), (gst_play_connect_visualization),
17387         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17388         (gst_play_new):
17389           Use playbin. Fixes #139749 and #147744.
17390         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17391           Add genre tag.
17392         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17393         (audioscale_get_type), (gst_audioscale_base_init),
17394         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17395         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17396         (gst_audioscale_link), (gst_audioscale_get_buffer),
17397         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17398         (gst_audioscale_init), (gst_audioscale_dispose),
17399         (gst_audioscale_chain), (gst_audioscale_set_property),
17400         (gst_audioscale_get_property), (plugin_init):
17401           Indent properly.
17402         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17403           Fix LPCM.
17404         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17405         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17406         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17407           Add more metadata (fixes #162656).
17408
17409 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17410
17411         * configure.ac:
17412           back to cvs
17413
17414 === release 0.8.7 ===
17415
17416 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17417
17418         * NEWS:
17419         * RELEASE:
17420         * configure.ac:
17421           releasing 0.8.7, "Hyperspace"
17422
17423 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17424
17425         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17426
17427         * gst/playback/gstplaybasebin.c:
17428          Fix for #162924 - free caps after use, not before
17429
17430 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17433
17434         * gst/playback/gstplaybasebin.c:
17435         * gst/wavparse/gstwavparse.c:
17436           Fix for #154773 - fixes playback of small .wav files
17437
17438 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17439
17440         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17441
17442         * gst/audioscale/gstaudioscale.c:
17443           Fix for #162819 - make audioscale reusable
17444           Fixes playback of more than one file with playbin/totem
17445
17446 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * gst/ffmpegcolorspace/avcodec.h:
17449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17450         * gst/ffmpegcolorspace/imgconvert.c:
17451           clean up the mess that made me cry and avoid needless duplication
17452
17453 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17454
17455         * gst/ffmpegcolorspace/imgconvert.c:
17456           give some indication of why we're segfaulting
17457
17458 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * configure.ac:
17461           Fix indentation, fix v4l2 plugin detection.
17462         * ext/Makefile.am:
17463           Fix libmms location (Maciej, use diff -u!).
17464         * ext/alsa/gstalsa.c: (gst_alsa_init):
17465           Initialize caps cache to NULL.
17466         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17467           Only change state on audiosink if it exists.
17468
17469 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17470
17471         * gst/matroska/matroska-demux.c:
17472         * gst/matroska/matroska-ids.h:
17473         * gst/matroska/matroska-demux.h:
17474         Fix Vorbis streams failing to decode in some files, where cluster_time
17475         isn't 0, because then it doesn't send codec_priv before actual data.
17476         Remove time-based test and replace it with marker set on beginning of
17477         new stream
17478
17479 2004-12-28  David Schleef  <ds@schleef.org>
17480
17481         Merge patch from Ronald fixing problems with streaming
17482         text.
17483         * ext/cairo/gstcairo.c: (plugin_init):
17484         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17485         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17486         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17487         (gst_textoverlay_font_init), (gst_textoverlay_init),
17488         (gst_textoverlay_set_property):
17489         * ext/cairo/gsttextoverlay.h:
17490
17491 2004-12-27  David Schleef  <ds@schleef.org>
17492
17493         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17494         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17495         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17496         (gst_textoverlay_font_init), (gst_textoverlay_init),
17497         (gst_textoverlay_set_property): Improvements to actually
17498         render text as white on black outline on video, including
17499         font selection and horizontal/vertical alignment.  (Ronald's
17500         christmas present)
17501         * ext/cairo/gsttextoverlay.h:
17502
17503 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17504
17505         * ext/ogg/gstogg.c:
17506         * ext/ogg/gstogmparse.c:
17507           fix ogm[audio/video]parse plugin registration
17508           (riff won't load if bytestream is already loaded)
17509
17510 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * gst/audioconvert/gstchannelmix.c:
17513           fix for GLIB < 2.4
17514
17515 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * Makefile.am:
17518         * configure.ac:
17519           disable docs again until it actually passes make distcheck.
17520
17521 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17522
17523         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17524         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17525         (plugin_init):
17526           Add 3GP (variables name Q3GP because they can't start with a
17527           number). Add samr audio fourcc (used in .3gp files), decoder
17528           is work in progress. Also do a GST_WARNING instead of ERROR
17529           in case of unknown nodes, to decrease output.
17530
17531 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * Makefile.am:
17534           really fix dist
17535
17536 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17537
17538         * configure.ac:
17539         * ext/speex/gstspeexdec.h:
17540         * ext/speex/gstspeexenc.h:
17541           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17542           Fix detection code in configure.ac
17543
17544 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17545
17546         * gst/matroska/matroska-demux.c:
17547         (gst_matroska_demux_parse_blockgroup):
17548           Save position, so that queries give proper return values. Don't
17549           know how this could ever have worked before...
17550
17551 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17552
17553         * configure.ac:
17554           Put additional LAME check inside the conditional.  Fixes #152339
17555
17556 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17557
17558         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17559         (gst_avi_demux_stream_scan):
17560           Add some more debug. Fix logic error when setting movi offset
17561           while reading index.
17562
17563 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17564
17565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17566         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17567         (gst_avi_demux_process_next_entry):
17568           Add some debugging. Better detection of broken indexes and the
17569           accompanying index recovery. No infinite loops on state changes
17570           when we're still in our loopfunction.
17571
17572 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17573
17574         * configure.ac:
17575           Fix up.
17576
17577 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17578
17579         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17580
17581         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17582           Normalizing the value before setting
17583         (gst_sunaudiomixer_get_volume):
17584           Normalizing the value after getting. Fixes bug# 161980
17585
17586 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17587
17588         * Makefile.am: Make sure docs gets disted
17589         * docs/Makefile.am: Make sure all needed files get disted
17590         * gst-plugins.spec.in: latest updates
17591
17592 2004-12-22  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17595         Revert patch 1.38 as clock distribution over schedulers does
17596         not work correcly in the core yet.
17597
17598 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17599
17600         * sys/oss/README: remove this file, which predates my birth
17601           (and which content is by far outdated)
17602
17603 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17604
17605         * Makefile.am:
17606         * configure.ac:
17607         * docs/Makefile.am:
17608         * docs/libs/Makefile.am:
17609         * docs/libs/gst-plugins-libs-docs.sgml:
17610         * docs/libs/gst-plugins-libs-sections.txt:
17611         * docs/libs/tmpl/gstgconf.sgml:
17612         * docs/upload.mak:
17613         * docs/version.entities.in:
17614           Added boilerplate gtk-doc files for plugin-libs documentation.
17615
17616 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17617
17618         * gst/auparse/gstauparse.c: fix int and float audio caps
17619
17620 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17621
17622         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17623         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17624           g_assert() can be a macro, don't use #ifdef inside it.
17625
17626 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17627
17628         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17629
17630         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17631         (gst_videorate_init), (gst_videorate_chain),
17632         (gst_videorate_change_state):
17633           Event handling (fixes #159986).
17634
17635 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17636
17637         * gst-libs/gst/riff/riff-media.c:
17638         (gst_riff_create_video_caps_with_data):
17639           Add BLZ0 (Blizzard's version of DivX) fourcc.
17640
17641 2004-12-18  David Schleef  <ds@schleef.org>
17642
17643         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17644         portability fix.
17645
17646 2004-12-18  David Schleef  <ds@schleef.org>
17647
17648         * gst/tta/ttadec.h: Disable some header code that isn't used
17649         and clearly isn't portable.
17650
17651 2004-12-18  David Schleef  <ds@schleef.org>
17652
17653         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17654         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17655         (avcodec_get_pix_fmt), (avpicture_layout),
17656         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17657         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17658         Fix code to not use GCC extensions (and c99 extensions that
17659         Forte does not like.)
17660
17661 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17662
17663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17666         (gst_deinterlace_chain):
17667           Rowstride fixes. Fixes #161039.
17668         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17669         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17670         (gst_video_crop_getcaps), (gst_video_crop_link),
17671         (gst_video_crop_i420), (gst_video_crop_chain),
17672         (gst_video_crop_change_state):
17673           Rework of negotiation. Actually works now. Fixes #158650.
17674
17675 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17678           That was very stupid.
17679
17680 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17681
17682         * gst/matroska/matroska-demux.c:
17683         (gst_matroska_demux_parse_blockgroup):
17684           Fix possible crasher.
17685
17686 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17687
17688         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17689         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17690           Lace sizes can be zero.
17691
17692 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17693
17694         * ext/musepack/gstmusepackdec.cpp:
17695           Fetch error return values. Fixes #161624.
17696         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17697           Really EOS.
17698
17699 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17702           Work for truncated (unfinished download etc.) files. Fixes #160514.
17703
17704 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17705
17706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17707           Fix for integer overflow. Makes #156001 not crash. Probably masks
17708           the real bug.
17709
17710 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17711
17712         * gst/ac3parse/gstac3parse.c: (plugin_init):
17713           Parsers never have ranks. Fixes #159651.
17714
17715 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17716
17717         * gst/playback/gstdecodebin.c: (compare_ranks):
17718           make sure the facotries are ordered the same every time even if they
17719           have the same rank by using the name
17720         * gst/playback/gstdecodebin.c: (find_compatibles):
17721           make sure we don't add factories to the list twice
17722
17723 2004-12-16  David Schleef  <ds@schleef.org>
17724
17725         * configure.ac: look for musepack headers as musepack/*.h
17726         (fixes #159847)
17727         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17728         * ext/musepack/gstmusepackreader.h: same
17729
17730 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17731
17732         * gst-libs/gst/riff/riff-read.c:
17733         (gst_riff_read_strf_auds_with_data):
17734           Read extradata correctly (fixes #155879).
17735
17736 2004-12-16  David Schleef  <ds@schleef.org>
17737
17738         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17739         audio.  does _not_ attempt or allow conversion unless channels
17740         is 1 or 2.
17741
17742 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17743
17744         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17745
17746 2004-12-16  David Schleef  <ds@schleef.org>
17747
17748         * gst/audioscale/gstaudioscale.c: the resample library only
17749         handles 1 or 2 channels.  Change caps to compensate.
17750
17751 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17752
17753         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17754         (gst_matroska_demux_audio_caps):
17755           Some MPEG-AAC hacks, because else it doesn't work...
17756
17757 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17758
17759         * gst-libs/gst/riff/riff-media.c:
17760         (gst_riff_create_video_caps_with_data),
17761         (gst_riff_create_video_template_caps):
17762           Add h264.
17763
17764 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * gst-libs/gst/audio/Makefile.am:
17767           Try to fix buildbot.
17768
17769 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17770
17771         * gst/tcp/gstmultifdsink.c:
17772           Clean up and uniformize debugging.
17773
17774 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17775
17776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17777
17778         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17779         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17780         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17781         (gst_mpeg_demux_change_state):
17782           Reset on ready. Fixes 160276.
17783
17784 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17785
17786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17787
17788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17789         (gst_ffmpegcsp_pad_link):
17790           Fix memleak (#154815).
17791
17792 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17793
17794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17795
17796         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17797         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17798         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17799         * ext/musicbrainz/gsttrm.h:
17800           Add support for using a proxy server when getting a trm id from
17801           the MusicBrainz database (#149613).
17802
17803 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17804
17805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17808         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17809           Fix memleaks (#157233).
17810
17811 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17812
17813         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17816         * gst-libs/gst/resample/resample.h:
17817         * gst/audioscale/gstaudioscale.c:
17818           Fix memleak (#159215).
17819
17820 2004-12-16  Toni Willberg  <toniw@iki.fi>
17821
17822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17823
17824         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17825         * sys/oss/oss_probe.c: (main):
17826           Check for mono/stereo support (similar to samplerate probing),
17827           fixes #159433. Also add missing copyright header to oss_probe.c.
17828
17829 2004-12-15  David Schleef  <ds@schleef.org>
17830
17831         * configure.ac: add audioresample and cairo plugins.  Remove
17832         HAVE_MMX stuff, because it's not used.
17833         * ext/Makefile.am: same
17834         * ext/audioresample/Makefile.am: You are not ready for an
17835         audio resampling element based on audioresample.
17836         * ext/audioresample/gstaudioresample.c:
17837         * ext/audioresample/gstaudioresample.h:
17838         * ext/cairo/Makefile.am: You are not ready for overlay elements
17839         based on cairo.  Don't look too closely, these elements kinda
17840         suck right now.
17841         * ext/cairo/gstcairo.c: new
17842         * ext/cairo/gsttextoverlay.c: new
17843         * ext/cairo/gsttextoverlay.h: new
17844         * ext/cairo/gsttimeoverlay.c: new
17845         * ext/cairo/gsttimeoverlay.h: new
17846         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17847         problem with compilers that don't support variadic macros.
17848
17849 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17850
17851         Reviewed by:  David Schleef  <ds@schleef.org>
17852
17853         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17854         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17855         bit.  Also ran indent-gst.
17856         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17857         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17858         (gst_sunaudiosrc_setparams):
17859
17860 2004-12-14  David Schleef  <ds@schleef.org>
17861
17862         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17863         output rate to 16000.  Should fix #160235.
17864
17865 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17866
17867         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17868         Add typefinding for mpeg2 pes streams
17869
17870 2004-12-13  David Schleef  <ds@schleef.org>
17871
17872         * configure.ac:  Applied patch from bug #143659, making default
17873         sources and sinks OS-dependent (for Solaris), and added code
17874         for OS/X.
17875         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17876
17877 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17878
17879         * gst-libs/gst/riff/riff-media.c:
17880           forgot to add h2.64 to avidemux template caps
17881
17882 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17883
17884         * gst/wavenc/riff.h:
17885         * gst-libs/gst/riff/riff-media.c:
17886         * gst-libs/gst/riff/riff-ids.h:
17887         * gst/avi/gstavimux.c
17888         add 4CC code for VideoSoft h264 in AVI (VSSH)
17889           fixes bug #160655
17890         remove s323 from riff, it's quicktime specific :(
17891
17892 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17893
17894         * gst/asfdemux/README
17895         * gst/wavenc/riff.h
17896         * gst-libs/gst/riff/riff-ids.h
17897         * gst-libs/gst/riff/riff-media.c
17898         * gst/qtdemux/qtdemux.c:
17899           add new 4CC codes for h263 related codecs
17900           fixes partially bug #155163
17901
17902 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17903
17904         * configure.ac: Update polyaudio requirement to 0.7
17905         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17906
17907 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17908
17909         * gst/interleave/deinterleave.c:
17910         fix my name's spelling! :)
17911
17912 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17913
17914         * AUTHORS ChangeLog
17915         * gst/auparse/gstauparse.c
17916         * gst/interleave/deinterleave.c
17917         * gst/law/:
17918                 alaw-decode.c alaw-encode.c
17919                 mulaw-decode.c mulaw-encode.c
17920         * gst/oneton/gstoneton.c
17921         * sys/osxaudio/:
17922                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17923         * sys/osxvideo/:
17924                 cocoawindow.h cocoawindow.m
17925                 osxvideosink.h osxvideosink.m
17926
17927         put the same mail address for Zaheer Abbas Merali everywhere
17928
17929 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17930
17931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17932           Align by packetsize, and assert that we a packet available before
17933           playing. The first makes webstreams work (they often include
17934           trailing padding data in a packet), the second allows pausing a
17935           ASF stream in totem without getting demux errors afterwards.
17936
17937 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17938
17939         * ext/ogg/gstoggdemux.c: (get_relative):
17940           Check for non-NULL before accessing member (end-of-chain).
17941
17942 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17945         (cdparanoia_set_property), (cdparanoia_get_property):
17946         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17947         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17948         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17949         (dvdreadsrc_init), (dvdreadsrc_set_property),
17950         (dvdreadsrc_get_property):
17951         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17952         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17953           Synchronize property names where not yet the case. Devices are
17954           now device=X, other versions are deprecated (but still exist).
17955           Also use g_free() unconditionally.
17956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17957         (setup_source), (gst_play_base_bin_get_property):
17958           Expose source.
17959
17960 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17961
17962         * configure.ac: move GCONF macro outside conditional for the am
17963           conditional. Fixes #160439
17964
17965 2004-12-08  David Schleef  <ds@schleef.org>
17966
17967         * tools/gst-visualise-m.m: Switch to elements that currently
17968         exist.
17969
17970 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17971
17972         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17973           We love wrong commas.
17974
17975 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17976
17977         * gst/matroska/matroska-demux.c:
17978         (gst_matroska_demux_handle_src_query):
17979           Don't set DEFAULT, unsupported - makes length display incorrectly
17980           in some cases.
17981
17982 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17983
17984         * gst/monoscope/README: remove blurb about files being GPL
17985         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17986         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17987           monoscope is now effectively LGPL licensed
17988
17989 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17990
17991         * gst/monoscope/README: Update information to be more correct
17992         * gst/monoscope/convolve.c: Relicense to LGPL
17993         * gst/monoscope/convolve.h: Relicense to LGPL
17994
17995 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17996
17997         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17998           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17999         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18000           set default_duration for mpeg1 audio
18001
18002 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18003
18004         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18005         * ext/alsa/gstalsa.h:
18006           refactor big chunks of the core caps negotiation code to make it
18007           a lot faster, because people claim it's really slow
18008           (actually, just cache the getcaps when the device is opened)
18009
18010 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18011
18012         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18013         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18014         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18015         (gst_a52dec_change_state), (plugin_init):
18016         * ext/a52dec/gsta52dec.h:
18017           Do something useful with timestamps. Make chain-based (since
18018           there's really no reason to be loopbased).
18019         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18020           Update current_byte/frame correctly.
18021
18022 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18025         (gst_ape_demux_stream_init):
18026           Forward tags, too.
18027
18028 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18031           Let's make sure we're done typefinding when detecting tags.
18032
18033 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18036         (gst_ebml_read_init), (gst_ebml_read_use_event),
18037         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18038         (gst_ebml_read_seek), (gst_ebml_read_skip),
18039         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18040         (gst_ebml_read_master):
18041         * gst/matroska/ebml-read.h:
18042         * gst/matroska/matroska-demux.c:
18043         (gst_matroska_demux_parse_contents),
18044         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18045           Disgustingly evil hack for working around INTERRUPT events and
18046           their extremely annoying habit of being a pain in the ass. We
18047           simply peek a cluster before reading any of it.
18048
18049 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18050
18051         * ext/musepack/gstmusepackdec.cpp:
18052           There's also floating point libmusepacks.
18053
18054 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18055
18056         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18057         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18058           Set DURATION even if source buffer didn't. Also use increasing
18059           timestamps.
18060         * gst-libs/gst/riff/riff-media.c:
18061         (gst_riff_create_audio_caps_with_data):
18062           Block_align can have larger values than 8192.
18063
18064 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18067         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18068         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18069         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18070           Fix caps.
18071
18072 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18073
18074         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18075           Fix logic bug.
18076
18077 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18078
18079         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18080           Yay, another one.
18081
18082 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18083
18084         * ext/esd/esdsink.c: (gst_esdsink_chain):
18085           Make error actually say something useful (fixes #156798).
18086         * gst-libs/gst/riff/riff-media.c:
18087         (gst_riff_create_video_caps_with_data),
18088         (gst_riff_create_video_template_caps):
18089           Add Intel Video 5.0 fourcc (IV50).
18090
18091 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18092
18093         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18094         detection on mono and stereo mp3 files.
18095
18096 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18097
18098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18099           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18100           the contained stream).
18101
18102 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18103
18104         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18105           Oops, remove debug.
18106
18107 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18108
18109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * gst/law/alaw-decode.c: (alawdec_getcaps):
18112         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18113           Prevent warnings when negotiating caps (fixes #159338).
18114
18115 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18118         (gst_ffmpegcsp_chain):
18119           Remove old leftover that shouldn't be there...
18120
18121 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18122
18123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18126           Don't forward DISCONT events (fixes #159684).
18127
18128 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18131           Unlink manually since sometimes bin disposal (and therefore
18132           pad unlinking) is delayed, which will cause a new media file
18133           to not be able to start playing instantly.
18134
18135 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18136
18137         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18138           On mute of an unlinked stream, check for pad availability so
18139           we don't crash on unlinked pad.
18140
18141 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18144         (gst_avi_demux_massage_index):
18145           Fix quite humiliating bug in omitting 0-sized index chunks but
18146           forgetting to count them for timestamps.
18147
18148 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18149
18150         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18151           Actually leave the loop if we failed to sync. Don't crash.
18152
18153 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18156         (gst_dvd_demux_process_private):
18157         * gst/mpegstream/gstdvddemux.h:
18158           Fix crash (#159759). Doesn't work, though. :-(.
18159
18160 2004-11-28  Benjamin Otte  <otte@gnome.org>
18161
18162         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18163           more overwriting protection due to modifying channels one by one
18164           instead of all at once
18165
18166 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18167
18168         * gst/audioconvert/gstchannelmix.c:
18169         (gst_audio_convert_fill_normalize):
18170           Normalize using absolute values.
18171
18172 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18173
18174         * configure.ac:
18175         * ext/Makefile.am:
18176         * ext/directfb/Makefile.am:
18177         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18178         (gst_directfbvideosink_get_pixel_format),
18179         (gst_directfbvideosink_get_format_from_fourcc),
18180         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18181         (gst_directfbvideosink_sink_link),
18182         (gst_directfbvideosink_change_state),
18183         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18184         (gst_directfbvideosink_buffer_alloc),
18185         (gst_directfbvideosink_interface_supported),
18186         (gst_directfbvideosink_interface_init),
18187         (gst_directfbvideosink_navigation_send_event),
18188         (gst_directfbvideosink_navigation_init),
18189         (gst_directfbvideosink_set_property),
18190         (gst_directfbvideosink_get_property),
18191         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18192         (gst_directfbvideosink_base_init),
18193         (gst_directfbvideosink_class_init),
18194         (gst_directfbvideosink_get_type), (plugin_init):
18195         * ext/directfb/directfbvideosink.h: Adding a first version of
18196         directfbvideosink.
18197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18198         more.
18199
18200 2004-11-28  Benjamin Otte  <otte@gnome.org>
18201
18202         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18203           walk the samples backwards if out_channels > in_channels so we don't
18204           overwrite data
18205
18206 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18207
18208         * gst/audioconvert/Makefile.am:
18209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18210         (gst_audio_convert_link), (gst_audio_convert_change_state),
18211         (gst_audio_convert_channels):
18212         * gst/audioconvert/gstchannelmix.c:
18213         (gst_audio_convert_unset_matrix),
18214         (gst_audio_convert_fill_identical),
18215         (gst_audio_convert_fill_compatible),
18216         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18217         (gst_audio_convert_fill_others),
18218         (gst_audio_convert_fill_normalize),
18219         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18220         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18221         * gst/audioconvert/gstchannelmix.h:
18222           Implement a channel mixer.
18223
18224 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18225
18226         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18227         * ext/alsa/gstalsa.h:
18228         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18229         Make alsasink actually honor gst_element_set_clock and use that
18230         clock instead of its internal one.
18231
18232 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18233
18234         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18235         (gst_play_base_bin_change_state): nullify source and decoder when
18236         going from READY to NULL so that we don't try to do weird stuff with
18237         them when going from NULL to READY
18238         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18239         instead of g_object_unref
18240         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18241         it should be correct
18242         (gst_play_bin_change_state): don't call remove_sinks if we are
18243         currently disposing the object
18244
18245 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18246
18247         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18248           Don't forget bass if it's there. Else left channel is silent...
18249
18250 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18251
18252         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18253         (gst_a52dec_change_state):
18254           Don't do sample adjusting anymore, we use float audio now.
18255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18256           Don't fixate to non-existing properties.
18257
18258 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18261         (gst_a52dec_change_state):
18262           Advertise that we can do surround sound.
18263
18264 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18265
18266         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18267           Add buffer-frames=0.
18268         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18269         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18270         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18271         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18272         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18273         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18274         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18275         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18276         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18277         * ext/dvdread/dvdreadsrc.h:
18278           Add seeking, querying for bytes, sectors, title, angle and
18279           chapter. Handle multiple chapters. Relicense to LGPL because
18280           Billy agreed on that (thanks Billy!).
18281
18282 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18283
18284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18285         call parent dispose method
18286
18287 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18288
18289         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18290         (gst_audio_clock_get_internal_time):
18291         Fix active <-> inactive transitions: ensure time value always
18292         grows and avoid abrupt value changes.
18293
18294 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18295
18296         * configure.ac:
18297         * gst/tta/Makefile.am:
18298         * gst/tta/crc32.h:
18299         * gst/tta/filters.h:
18300         * gst/tta/gsttta.c:
18301         * gst/tta/gstttadec.c:
18302         * gst/tta/gstttadec.h:
18303         * gst/tta/gstttaparse.c:
18304         * gst/tta/gstttaparse.h:
18305         * gst/tta/ttadec.h:
18306           added TTA parser and decoder
18307
18308 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18309
18310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18311         (probe_triggered), (check_queue), (buffer_underrun),
18312         (buffer_running), (buffer_overrun), (gen_source_element),
18313         (setup_source):
18314         * gst/playback/gstplaybasebin.h:
18315           Implement buffering. Needs some more work.
18316
18317 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18318
18319         * ext/theora/theoradec.c: (theora_dec_chain):
18320           Fix ilog mask range overflow.
18321
18322 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18325           Don't omit the last (which in case of dmix is the only :) )
18326           channel count. Don't set channels if <= 2.
18327
18328 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18329
18330         * gst/playback/gstplaybin.c: (gen_video_element),
18331         (gen_audio_element): Removed 2 obsolete comments
18332
18333 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18334
18335         * ext/vorbis/oggvorbisenc.c
18336         * ext/vorbis/vorbisenc.c :
18337           change description fields of those plugins to differentiate them
18338           (pitivi show Encoders by description, they had the same one)
18339
18340 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18341
18342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18343
18344         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18345         (gst_play_bin_set_property), (gen_video_element),
18346         (gen_audio_element):
18347           Refcounting fixes for provided audio-/videosinks.
18348
18349 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18350
18351         * gst/playback/gstplaybin.c: (gen_video_element),
18352         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18353           Don't reference all sinks, but only the video- and audiosinks.
18354           The vis. element should be disposed when we're done with it.
18355           We don't have any reason to keep it around. This fixes warnings
18356           when reusing playbin for playing multiple audio files with
18357           vis. enabled. Also release audio device on pause - idea stolen
18358           from Rhythmbox.
18359
18360 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18361
18362         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18363         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18364         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18365         * ext/alsa/gstalsaplugin.c: (plugin_init):
18366         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18367         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18368         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18369         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18370         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18371         (gst_faad_change_state), (plugin_init):
18372         * ext/faad/gstfaad.h:
18373         * ext/vorbis/vorbis.c: (plugin_init):
18374         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18375         * gst-libs/gst/audio/Makefile.am:
18376         * gst-libs/gst/audio/audio.c: (plugin_init):
18377         * gst-libs/gst/audio/multichannel.c:
18378         (gst_audio_check_channel_positions),
18379         (gst_audio_get_channel_positions),
18380         (gst_audio_set_channel_positions),
18381         (gst_audio_set_structure_channel_positions_list),
18382         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18383         (gst_audio_fixate_channel_positions):
18384         * gst-libs/gst/audio/multichannel.h:
18385         * gst-libs/gst/audio/testchannels.c: (main):
18386         * gst/audioconvert/gstaudioconvert.c:
18387         (gst_audio_convert_class_init), (gst_audio_convert_init),
18388         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18389         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18390         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18391         * gst/audioconvert/plugin.c: (plugin_init):
18392           Surround sound support.
18393
18394 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18395
18396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18397           Fix position for discont if we're close as well. Nitpicking, but
18398           saves a few milliseconds of extra waiting or skipping.
18399
18400 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18401
18402         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18403           We sometimes need parsers for playback, so add those too.
18404
18405 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18406
18407         * configure.ac:
18408         * gst/apetag/Makefile.am:
18409         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18410         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18411         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18412         (gst_ape_demux_get_src_query_types),
18413         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18414         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18415         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18416         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18417         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18418         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18419         (gst_ape_demux_change_state):
18420         * gst/apetag/apedemux.h:
18421         * gst/apetag/apetag.c: (plugin_init):
18422         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18423         (plugin_init):
18424           APE v1/2 tag reader plus typefind function.
18425
18426 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18427
18428         * configure.ac:
18429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18430         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18431           Remove hacks for older core. Require newer core version
18432           accordingly.
18433
18434 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18435
18436         * gst/cdxaparse/Makefile.am:
18437         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18438         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18439         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18440         * gst/cdxaparse/gstcdxaparse.h:
18441         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18442         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18443         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18444         (gst_cdxastrip_get_src_query_types),
18445         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18446         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18447         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18448         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18449         * gst/cdxaparse/gstcdxastrip.h:
18450           SVCD/VCD header stripping separated from CDXA image parsing.
18451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18452         (plugin_init):
18453           Add VCD/SVCD header typefinding for VCD/SVCD.
18454         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18455         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18456         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18457         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18458         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18459         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18460         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18461         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18462         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18463         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18464         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18465         * sys/vcd/vcdsrc.h:
18466           Fix up, add seeking, querying, URI interface. Works in totem now.
18467
18468 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18469
18470         * configure.ac:
18471           back to CVS
18472
18473 === release 0.8.6 ===
18474
18475 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18476
18477         * NEWS:
18478         * RELEASE:
18479         * configure.ac:
18480         * po/af.po:
18481         * po/az.po:
18482         * po/cs.po:
18483         * po/en_GB.po:
18484         * po/hu.po:
18485         * po/it.po:
18486         * po/nb.po:
18487         * po/nl.po:
18488         * po/or.po:
18489         * po/sq.po:
18490         * po/sr.po:
18491         * po/sv.po:
18492         * po/uk.po:
18493           releasing 0.8.6, "IOU Love"
18494
18495 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18496
18497         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18498
18499         * gst/playback/gstplaybasebin.c:
18500           Fix unplayable files error handling.  Fixes #158365
18501
18502 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18503
18504         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18505
18506         * gst/typefind/gsttypefindfunctions.c:
18507           Fix broken mp3 typefinding.  Fixes #158375
18508
18509 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18512
18513         * ext/ogg/gstoggdemux.c:
18514           Fix sync on broken files.  Fixes #158976
18515
18516 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18517
18518         patch by: Edward Hervey <bilboed@bilboed.com>
18519
18520         * ext/libpng/gstpngenc.c:
18521           Copy over buffer properties.  Fixes #158832
18522
18523 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18524
18525         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18526
18527         * ext/dvdread/dvdreadsrc.c:
18528           Fixes invalid reads (#158462)
18529
18530 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18531
18532         * sys/v4l/gstv4lsrc.c:
18533         * sys/v4l/gstv4lsrc.h:
18534         * sys/v4l/v4lsrc_calls.c:
18535           Probe less and cache it.  Fixes #159187.
18536
18537 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * gst/videorate/gstvideorate.c:
18540           Handle all video formats. Fixes #159186.
18541
18542 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18543         * gst/synaesthesia/gstsynaesthesia.c:
18544         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18545         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18546         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18547         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18548         (gst_synaesthesia_change_state), (plugin_init):
18549         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18550         Force 320x200 output, as that's the only thing the underlying
18551         synaesthesia implementation supports. Still needs to be made
18552         re-entrant.
18553
18554 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * configure.ac:
18557           Fix mpeg2enc configure check (similar to mplex check below).
18558
18559 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18560
18561         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18564           Fix for gcc-2.95 (fixes #158221).
18565
18566 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18567
18568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18569           Re-add clock distribution hack (until new core is released).
18570           Fixes #158125.
18571
18572 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18573         * configure.ac:
18574           fix mplex configure check segfaulting on some systems (bug #140994)
18575
18576 2004-11-13  Benjamin Otte  <otte@gnome.org>
18577
18578         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18579           add debugging
18580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18581           do a wait when we enter the loop func with no data available to
18582           write instead of getting into an 100% CPU loop by just returning and
18583           being called again by the scheduler
18584
18585 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18586
18587         * configure.ac:
18588         * ext/libvisual/visual.c: (gst_visual_get_type),
18589         (libvisual_log_handler), (gst_visual_getcaps),
18590         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18591         (plugin_init):
18592           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18593         * ext/smoothwave/Makefile.am:
18594         * ext/smoothwave/demo-osssrc.c: (main):
18595         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18596         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18597         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18598         (plugin_init):
18599         * ext/smoothwave/gstsmoothwave.h:
18600           Make gstsmoothwave a working element in the 20th century.
18601
18602         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18603           Fix incorrect link function
18604
18605 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * gst/volume/gstvolume.c:
18608           Allow buffer-frames=0.
18609
18610 2004-11-12 Iain <iaingnome@gmail.com>
18611
18612         * configure.ac: Check for polypaudio
18613
18614         * ext/Makefile.am: Build the polyp dir
18615
18616         * ext/polyp: The polypsink sources.
18617
18618 2004-10-30 Iain <iaingnome@gmail.com>
18619
18620         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18621         caps to reflect the new number of channels.
18622
18623 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18626           Fix for negotiation order problem. This would show when the
18627           ALSA loopfuction was called before any other function. ALSA
18628           wouldn't do anything because we're not negotiated yet, leading
18629           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18630
18631 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18632
18633         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18634
18635         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18636           No warnings (#157986).
18637
18638 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18639
18640         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18641           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18642
18643 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18644
18645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18646           Signal no-more-pads (so it works in playbin).
18647
18648 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * ext/musepack/gstmusepackreader.cpp:
18651           Workaround for older core.
18652
18653 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18654
18655         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18656           Actually test for odd width/height rather than testing whether
18657           a temporary variable that was 0 before we subtracted 1 is now
18658           not equal to zero (which it always is).
18659
18660 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18661
18662         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18663         Fix compilation if HAVE_XVIDEO is not defined
18664
18665 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18666
18667         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18668         Fix compilation if HAVE_XVIDEO is not defined
18669
18670 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18671
18672         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18673         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18674         (gst_goom_change_state), (plugin_init):
18675         Use the bytestream adapter so goom doesn't depend on the input
18676         buffer size.
18677         Add a debug category
18678
18679 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18682           Only set hardware parameters *after* negotiation. Before
18683           negotiation, it will set ANY and that seems to cause crashes
18684           (see e.g. #151288, #153227).
18685
18686 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18687
18688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18689           This seems to be antique leftover. It needs to pass error
18690           checking.
18691         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18692         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18693         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18694         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18695           Fix GstXOverlay implementation (#151059).
18696
18697 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18698
18699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18700           Don't assert (#157853).
18701
18702 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18705           Fix bytes/samples confustion.
18706         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18707           Fix for underrun (#144389).
18708
18709 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18710
18711         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18712           Disable halfway-seek for pending release (since it needs a new
18713           core release).
18714
18715 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18716
18717         * sys/v4l/gstv4lsrc.c:
18718         * sys/v4l/gstv4lsrc.h:
18719         * sys/v4l/v4lsrc_calls.c:
18720           add autoprobe-fps property so we can separate autoprobing parts
18721
18722 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18723
18724         * sys/v4l/gstv4lsrc.c:
18725         * sys/v4l/v4lsrc_calls.c:
18726         initialise fourcc to catch unset fourcc's, and debug
18727
18728 2004-11-09  Wim Taymans  <wim@fluendo.com>
18729
18730         * gst/playback/README:
18731         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18732         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18733         (gst_play_bin_dispose), (gst_play_bin_set_property),
18734         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18735         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18736         (gst_play_bin_get_formats), (gst_play_bin_convert),
18737         (gst_play_bin_get_query_types), (gst_play_bin_query):
18738         Cleanups and some more documentation.
18739
18740 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18741
18742         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18743         (gst_cacasink_init), (gst_cacasink_chain):
18744         * ext/libcaca/gstcacasink.h:
18745         Cacasink inherits from VideoSink, so let that store the clock.
18746
18747 2004-11-09  Wim Taymans  <wim@fluendo.com>
18748
18749         * gst/playback/README:
18750         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18751         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18752         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18753         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18754         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18755         (setup_sinks):
18756         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18757         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18758         * gst/playback/gststreaminfo.h:
18759         Updated README.
18760         Only switch groups if all streams have muted (EOSed).
18761         Send Tags in sync with the stream playback instead of in
18762         the playback/preroll phase.
18763         Some cleanups, free the fakesrc elements.
18764
18765 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18766
18767         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18768           buffer-frames property was missing
18769         * ext/arts/gst_arts.c:
18770           rate missing from sinkcaps
18771         * ext/audiofile/gstafparse.c:
18772         * ext/audiofile/gstafsink.c:
18773         * ext/audiofile/gstafsrc.c:
18774         * ext/swfdec/gstswfdec.c:
18775           int audio doesn't know buffer-frames
18776         * ext/cdparanoia/gstcdparanoia.c:
18777           int audio doesn't know chunksize either
18778         * ext/nas/nassink.c:
18779           it's endianness, not endianess
18780         * gst-libs/gst/audio/audio.h:
18781           make float standard pad template caps really describe float
18782         * gst/law/mulaw.c: (linear_factory):
18783           signed only, please
18784         * gst/mpegstream/gstdvddemux.c:
18785           widths of 20 are not valid
18786
18787 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18790
18791         * po/LINGUAS:
18792         * po/it.po:
18793           Add Italian
18794
18795 2004-11-08  Wim Taymans  <wim@fluendo.com>
18796
18797         * gst/playback/README:
18798         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18799         * gst/playback/gstplaybasebin.c: (probe_triggered),
18800         (gst_play_base_bin_change_state):
18801         Updated README, added more comments for fixmes etc..
18802
18803 2004-11-08  Wim Taymans  <wim@fluendo.com>
18804
18805         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18806         We can remove this hack now.
18807
18808 2004-11-08  Wim Taymans  <wim@fluendo.com>
18809
18810         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18811         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18812         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18813         Only mix AYUV for maximum quality.
18814
18815 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18818         (gst_ogg_demux_push), (gst_ogg_pad_push):
18819           Let's act as if we're synchronized now! :).
18820         * ext/theora/theoradec.c: (theora_dec_chain):
18821           Add some debug.
18822
18823 2004-11-08  Wim Taymans  <wim@fluendo.com>
18824
18825         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18826         (gst_alpha_set_property), (gst_alpha_sink_link),
18827         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18828         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18829         (gst_alpha_init_params), (gst_alpha_chain):
18830         Implement alpha functions for AYUV too, this increases
18831         accuracy quite a bit.
18832
18833 2004-11-08  Wim Taymans  <wim@fluendo.com>
18834
18835         * gst/ffmpegcolorspace/avcodec.h:
18836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18837         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18838         (gst_ffmpegcsp_avpicture_fill):
18839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18840         (gst_ffmpegcsp_caps_remove_format_info):
18841         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18842         (shrink12), (img_get_alpha_info), (deinterlace_line),
18843         (deinterlace_line_inplace):
18844         * gst/ffmpegcolorspace/imgconvert_template.h:
18845         Added AYUV colorspace and handle RGBA a bit more respectful.
18846
18847 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18848
18849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18850           Actually always send a discont (cornercase when resending the
18851           same serial-tagged chain twice).
18852
18853 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18854
18855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18856         (gst_ximagesink_finalize):
18857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18858         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18859
18860 2004-11-08  Wim Taymans  <wim@fluendo.com>
18861
18862         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18863         Don't segfault on NULL data.
18864
18865 2004-11-08  Wim Taymans  <wim@fluendo.com>
18866
18867         * gst/playback/gstdecodebin.c: (unlinked):
18868         * gst/playback/gstplay-marshal.list:
18869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18870         (gst_play_base_bin_init), (group_create), (get_active_group),
18871         (get_building_group), (group_destroy), (group_commit),
18872         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18873         (add_element_stream), (no_more_pads), (probe_triggered),
18874         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18875         (state_change), (setup_source), (gst_play_base_bin_get_property),
18876         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18877         (gst_play_base_bin_link_stream),
18878         (gst_play_base_bin_get_streaminfo):
18879         * gst/playback/gstplaybasebin.h:
18880         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18881         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18882         Add support for chained ogg files. Prepare for playlist
18883         support. This patch introduces the concept of pad groups, which
18884         together compose one playable media file.
18885
18886 2004-11-07  David Schleef  <ds@schleef.org>
18887
18888         * testsuite/gst-lint: Check for pad templates that aren't statically
18889         scoped.
18890
18891 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18892
18893         * configure.ac:
18894         * ext/Makefile.am:
18895         * ext/musepack/Makefile.am:
18896         * ext/musepack/gstmusepackdec.cpp:
18897         * ext/musepack/gstmusepackdec.h:
18898         * ext/musepack/gstmusepackreader.cpp:
18899         * ext/musepack/gstmusepackreader.h:
18900           Add musepack decoder.
18901         * ext/faad/gstfaad.c: (gst_faad_base_init):
18902           Make pad templates static.
18903         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18904         (plugin_init):
18905           Add musepack typefinder, make mp3 typefinding work halfway stream,
18906           which doesn't actually work yet because id3demux doesn't implement
18907           _get_length().
18908
18909 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18912         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18913           Fix interrupt event handling (#144436).
18914
18915 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18916
18917         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18918           Hide unused glory.
18919
18920 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18921
18922         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18923
18924         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18925           Fix weird caps (#157548).
18926
18927 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18928
18929         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18932           Add missing NULL terminator (#157543).
18933
18934 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18935
18936         * gst/tcp/gsttcp.h:
18937         * gst/tcp/gsttcpclientsink.c:
18938         * gst/tcp/gsttcpclientsrc.c:
18939         * gst/tcp/gsttcpserversink.c:
18940         * gst/tcp/gsttcpserversrc.c:
18941           ports can go up to 65535.  Move common defines to gsttcp.h
18942
18943 2004-11-05  Wim Taymans  <wim@fluendo.com>
18944
18945         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18946         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18947         Added two more colorspaces.
18948
18949 2004-11-05  Wim Taymans  <wim@fluendo.com>
18950
18951         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18952         (gst_ffmpegcsp_avpicture_fill):
18953         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18954         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18955         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18956         More stride fixes.
18957
18958 2004-11-05  Wim Taymans  <wim@fluendo.com>
18959
18960         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18961         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18962         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18963         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18964         (gst_videomixer_loop):
18965         More stride fixes.
18966
18967 2004-11-05  Benjamin Otte  <otte@gnome.org>
18968
18969         * ext/mad/gstmad.c: (gst_mad_chain):
18970           don't overflow data buffer. Flush not needed sync data when syncing
18971           failed.
18972
18973 2004-11-04  Wim Taymans  <wim@fluendo.com>
18974
18975         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18976         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18977         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18978         (gst_alpha_init_params), (gst_alpha_chain),
18979         (gst_alpha_change_state):
18980         Updated the chroma keying algorithm with something more
18981         sophisticated.
18982
18983 2004-11-03  Wim Taymans  <wim@fluendo.com>
18984
18985         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18986         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18987         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18988         Fix stride issues. Does not completely work for odd
18989         heights.
18990
18991 2004-11-03  Wim Taymans  <wim@fluendo.com>
18992
18993         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18994         (gst_alpha_chroma_key), (gst_alpha_chain):
18995         Fix stride issues. Does not completely work for odd
18996         heights.
18997
18998 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18999
19000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19001         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19002         leak fixes
19003
19004 2004-11-03  Wim Taymans  <wim@fluendo.com>
19005
19006         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19007         (gst_ffmpegcsp_avpicture_fill):
19008         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19009         (avpicture_alloc):
19010         * gst/ffmpegcolorspace/imgconvert_template.h:
19011         Use correct _fill function to get correct strides.
19012
19013 2004-11-02  David Schleef  <ds@schleef.org>
19014
19015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19016         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19017         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19018         Change all g_print()s to debugging.  Add a bunch of consistency
19019         checks.
19020
19021 2004-11-02  Wim Taymans  <wim@fluendo.com>
19022
19023         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19024         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19025         (unlinked), (no_more_pads), (close_link):
19026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19027         (unknown_type), (add_element_stream), (new_decoded_pad),
19028         (removed_decoded_pad), (setup_source):
19029         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19030         (gst_stream_info_class_init), (gst_stream_info_init),
19031         (gst_stream_info_new), (gst_stream_info_dispose),
19032         (stream_info_mute_pad), (gst_stream_info_set_property),
19033         (gst_stream_info_get_property):
19034         * gst/playback/gststreaminfo.h:
19035         Fix playback of multiple files.
19036         a slightly different approach to handling dynamic pad removals.
19037         This one only looks at pads that we have linked.
19038
19039 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19040
19041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19042         free" warning from libc.
19043
19044 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19047         (get_unconnected_element), (remove_starting_from), (pad_removed),
19048         (close_link):
19049           Implement support for dynamic pad changing. We listen to "live"
19050           pad removals (i.e. while playing) and re-setup autoplugging
19051           after that. Playbasebin/playbin need some more work for this
19052           to finally work, but decodebin supports (and replugs) chained
19053           ogg now.
19054
19055 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19056
19057         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19058         (gst_alsa_finalize):
19059         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19060         (gst_cdaudio_finalize):
19061         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19062         (cdparanoia_finalize):
19063         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19064         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19065         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19066         (dvdreadsrc_finalize):
19067         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19068         (gst_flacdec_finalize):
19069         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19070         (gst_flacenc_finalize):
19071         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19072         (gst_gnomevfssink_finalize):
19073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19074         (gst_gnomevfssrc_finalize):
19075         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19076         (gst_fameenc_finalize):
19077         * ext/nas/nassink.c: (gst_nassink_class_init),
19078         (gst_nassink_finalize):
19079         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19080         (gst_sdlvideosink_class_init):
19081         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19082         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19083         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19084         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19085         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19086         (gst_x_window_listener_dispose):
19087         * gst/audioscale/gstaudioscale.c:
19088         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19089         (play_on_demand_finalize):
19090         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19091         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19092         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19093         (cdplayer_finalize):
19094         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19095         (gst_glimagesink_class_init):
19096         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19097         (gst_osselement_finalize):
19098         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19099         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19100         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19101           Fixes a bunch of problems with finalize and dispose functions,
19102           either assumptions that dispose is only called once, or not calling
19103           the parent class dispose/finalize function
19104
19105 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19106
19107         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19108           added two api precondition guards
19109           use g_strdup with getenv to fix crash when using ENVVAR
19110
19111 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19112         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19113         (gst_esdsink_finalize):
19114         Use a finalize function, not dispose, and more importantly,
19115         call the parent class finalize function too
19116
19117 2004-11-01  Johan Dahlin  <johan@gnome.org>
19118
19119         * ext/ogg/gstoggdemux.c:
19120         * gst/tags/gstvorbistag.c:
19121         Plug leaks.
19122
19123 2004-10-31  Benjamin Otte  <otte@gnome.org>
19124
19125         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19126           lotsa memleaks today. But they're all small...
19127
19128 2004-10-31  Benjamin Otte  <otte@gnome.org>
19129
19130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19131           another memleak crushed
19132
19133 2004-10-31  Benjamin Otte  <otte@gnome.org>
19134
19135         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19136           fix memleak
19137
19138 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19139
19140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19141           Hack to prevent crash when going to READY inside signal handler
19142           while this function is active.
19143
19144 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * gst/ffmpegcolorspace/Makefile.am:
19147         * gst/ffmpegcolorspace/avcodec.h:
19148         * gst/ffmpegcolorspace/common.h:
19149         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19150         * gst/ffmpegcolorspace/dsputil.h:
19151         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19153         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19154         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19155         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19156         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19157         (gst_ffmpegcsp_avpicture_fill):
19158         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19160         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19161         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19162         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19163         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19164         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19165         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19166         * gst/ffmpegcolorspace/imgconvert.c:
19167         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19168         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19169         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19170         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19171         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19172         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19173         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19174         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19175         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19176         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19177         (grow21), (grow22), (grow41), (grow44), (conv411),
19178         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19179         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19180         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19181         (avpicture_free), (is_yuv_planar), (img_convert),
19182         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19183         (deinterlace_line_inplace), (deinterlace_bottom_field),
19184         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19185         * gst/ffmpegcolorspace/imgconvert_template.h:
19186         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19187         * gst/ffmpegcolorspace/mmx.h:
19188         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19189         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19190         (av_freep), (avcodec_get_context_defaults),
19191         (avcodec_alloc_context), (avcodec_init):
19192           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19193           handling plus update from ffmpeg CVS. Large clean-up.
19194
19195 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19196
19197         * gst/playback/Makefile.am:
19198           We need the marshallers for decodebin, too.
19199
19200 2004-10-30  David Schleef  <ds@schleef.org>
19201
19202         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19203           quicktime typefinding work with 64-bit offsets.
19204
19205 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19206
19207         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19208           Set EOS on the element when processing an EOS event.
19209         * ext/speex/gstspeexdec.h:
19210         * ext/speex/gstspeexenc.h:
19211           Only keep a const ptr to the mode
19212         * gst-libs/gst/riff/riff-media.c:
19213         (gst_riff_create_audio_caps_with_data),
19214         (gst_riff_create_audio_template_caps):
19215           Allow WMAV3, with up to 6 channels.
19216         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19217           Don't call gst_pad_set_event_function on a sink pad.
19218         * gst/mpegstream/gstdvddemux.c:
19219         (gst_dvd_demux_get_subpicture_stream),
19220         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19221           Copy the explicit caps that were set across to the cur_* pads,
19222           instead of trying to use a possibly non-existent negotiated caps.
19223           Reset the type of subpicture pads to UNKNOWN after calling
19224           init_stream, so that the caps get set.
19225
19226 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19227
19228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19231           Don't touch buffer if it is of size 0 (fixes #151064).
19232
19233 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19234
19235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19236           Synchronized discont handling.
19237
19238 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19239
19240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19241         (gst_ogg_demux_push):
19242           Make seeking sort-of exact again (fixes #156387).
19243
19244 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19245
19246         * gst/playback/gstplaybasebin.c: (unknown_type),
19247         (add_element_stream), (new_decoded_pad),
19248         (gst_play_base_bin_change_state):
19249         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19250         (gst_stream_info_init), (gst_stream_info_new),
19251         (gst_stream_info_dispose), (gst_stream_info_get_property):
19252         * gst/playback/gststreaminfo.h:
19253           Make caps explicitely available. Makes testing for unsupported
19254           types possible. Improves error reporting.
19255
19256 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19257
19258         * gst/audioconvert/gstaudioconvert.c:
19259         (gst_audio_convert_buffer_to_default_format):
19260           Really don't touch read-only buffers (#156563).
19261
19262 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19263
19264         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19267           Fix memleak (#155223).
19268
19269 2004-10-29  Wim Taymans  <wim@fluendo.com>
19270
19271         * gst/tcp/.cvsignore:
19272         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19273         (gst_multifdsink_class_init), (gst_multifdsink_init),
19274         (gst_multifdsink_add), (gst_multifdsink_remove),
19275         (gst_multifdsink_remove_client_link), (is_sync_frame),
19276         (gst_multifdsink_new_client),
19277         (gst_multifdsink_handle_client_write),
19278         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19279         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19280         (gst_multifdsink_get_property):
19281         * gst/tcp/gstmultifdsink.h:
19282         Added burst on connect sync_method, deprecated sync_clients,
19283         streamlined the sync code some more.
19284
19285 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19286
19287         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19288         (gst_play_base_bin_change_state):
19289           Improve error reporting.
19290
19291 2004-10-28  Wim Taymans  <wim@fluendo.com>
19292
19293         * gst/tcp/Makefile.am:
19294         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19295         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19296         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19297         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19298         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19299         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19300         (gst_fdset_wait):
19301         Added more locks around fdset structures. Fixed/reworked
19302         the poll array resizing code.
19303         Added stress test for fdset.
19304
19305 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19306
19307         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19308         fix build
19309
19310 2004-10-28  Benjamin Otte  <otte@gnome.org>
19311
19312         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19313           fix link function to always query channels and query width for
19314           floats
19315         * configure.ac:
19316           add equalizer dir
19317         * gst/equalizer/Makefile.am:
19318         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19319         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19320         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19321         (arg_to_scale), (setup_filter),
19322         (gst_iir_equalizer_compute_frequencies),
19323         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19324         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19325         (plugin_init):
19326           add an equalizer
19327
19328 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19329
19330         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19331
19332         * po/LINGUAS:
19333         * po/nb.po:
19334           Added Norwegian Bokmaal translation
19335
19336 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19337
19338         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19339           Don't break on options (fixes #156488).
19340
19341 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * configure.ac:
19344         * ext/cdaudio/Makefile.am:
19345         * sys/Makefile.am:
19346           fix build on older automake
19347
19348 2004-10-26  Wim Taymans  <wim@fluendo.com>
19349
19350         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19351         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19352         Allow a little margin when negotiating the framerate.
19353
19354 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19355
19356         * gst/level/gstlevel.c:
19357           synchonised naming of pads and pad-templates
19358
19359 2004-10-26  Wim Taymans  <wim@fluendo.com>
19360
19361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19362         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19363         (_find_streams_check), (gst_ogg_demux_push):
19364         Fix EOS again. Needs to be done in a better way. We should not
19365         remove the pad if there is no new chained stream.
19366
19367 2004-10-26 Iain <iaingnome@gmail.com>
19368
19369         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19370         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19371         of the caps.
19372         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19373         pad.
19374         (interleave_release_pad): Remove the pad.
19375         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19376         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19377         the set device.
19378         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19379         attrs
19380         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19381         (gst_xvimagesink_finalize): Free the par.
19382
19383 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19384
19385         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19386         (gst_avimux_stop_file):
19387           First calculate the rate, and only then use it. Hdr.rate is a
19388           multiple and not a derivative of hdr.scale. Scale is not the
19389           same as blockalign but is solely related to rate.
19390
19391 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19392
19393         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19394         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19395           Implement seeking.
19396
19397 2004-10-25  James Henstridge  <james@jamesh.id.au>
19398
19399         Reviewed by:  David Schleef  <ds@schleef.org>
19400
19401         * examples/gstplay/player.c: (got_stream_length), (main):
19402         * examples/seeking/cdplayer.c: (update_scale):
19403         * examples/seeking/seek.c: (format_value), (update_scale):
19404         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19405         (stop_seek):
19406         Build fixes on AMD64.
19407
19408 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19409
19410         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19411
19412         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19413         Fix for some v4l cards which hang in v4lsrc
19414
19415 2004-10-25  Wim Taymans  <wim@fluendo.com>
19416
19417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19418         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19419         Make sure to remove the pad when a new chain is
19420         encountered. Set some vars to NULL so we don't try
19421         to reference freed memory.
19422
19423 2004-10-25  Wim Taymans  <wim@fluendo.com>
19424
19425         * examples/seeking/Makefile.am:
19426         * examples/seeking/cdplayer.c: (update_scale):
19427         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19428         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19429         (format_value), (update_scale), (iterate), (start_seek),
19430         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19431         (print_usage), (main):
19432         Added some more examples, update others.
19433
19434 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19435
19436         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19437         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19438         * ext/theora/theoradec.c: (theora_dec_chain):
19439         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19440           Add codec-name metadata.
19441
19442 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19443
19444         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19445
19446         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19447         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19448         * ext/alsa/gstalsamixertrack.h:
19449         * po/POTFILES.in:
19450           ALSA mixer track label internationalization (#154054).
19451
19452 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * ext/theora/theoradec.c: (theora_dec_chain):
19455           Export bitrate as metadata.
19456
19457 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19460         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19461         * ext/alsa/gstalsamixertrack.h:
19462           Fix names, fix loop.
19463
19464 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19467         (speex_dec_convert):
19468           sinkconvert function so oggdemux can get the file length (totem).
19469
19470 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19471
19472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19473
19474         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19475           Don't push incomplete packets.
19476         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19477           Fix MPEG-4 audio typefinding.
19478
19479 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * sys/v4l/Makefile.am:
19482         * sys/v4l/gstv4l.c: (plugin_init):
19483         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19484         (gst_v4lelement_init), (gst_v4lelement_dispose),
19485         (gst_v4lelement_change_state):
19486         * sys/v4l/gstv4lelement.h:
19487         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19488         (gst_v4l_xoverlay_close), (idle_refresh),
19489         (gst_v4l_xoverlay_set_xwindow_id):
19490         * sys/v4l/gstv4lxoverlay.h:
19491         * sys/v4l/v4l-overlay_calls.c:
19492         * sys/v4l/v4l_calls.h:
19493         * sys/v4l2/Makefile.am:
19494         * sys/v4l2/gstv4l2.c: (plugin_init):
19495         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19496         (gst_v4l2element_init), (gst_v4l2element_dispose),
19497         (gst_v4l2element_change_state):
19498         * sys/v4l2/gstv4l2element.h:
19499         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19500         (gst_v4l2_xoverlay_close), (idle_refresh),
19501         (gst_v4l2_xoverlay_set_xwindow_id):
19502         * sys/v4l2/gstv4l2xoverlay.h:
19503         * sys/v4l2/v4l2-overlay_calls.c:
19504         * sys/v4l2/v4l2_calls.h:
19505           Remove client-side overlay handling, use the X-server v4l plugin
19506           for that. Nicer overlay, less code. Also make the plugin
19507           compileable without X (but then without overlay, obviously).
19508           Makes xwindowlistener obsolete, should we remove that?
19509
19510 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19511
19512         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19513         (gst_osssrc_src_query):
19514         * sys/oss/gstosssrc.h:
19515           OK, so people want offset in DEFAULT. This time, actually fix all
19516           cases.
19517         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19518           Add FPS properly.
19519
19520 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * gst/asfdemux/gstasfmux.c:
19523         * gst/avi/gstavimux.c:
19524           Framerate.
19525
19526 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19529           Fix properties (channel, norm, frequency).
19530
19531 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19534           Flag typo.
19535         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19536           No warnings.
19537
19538 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19539
19540         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19541           Fix hang.
19542
19543 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19544
19545         * sys/v4l2/gstv4l2element.h:
19546           Yet Another Hack (tm) for kernel header borkedness.
19547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19548         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19549         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19550         (gst_v4l2src_change_state):
19551         * sys/v4l2/gstv4l2src.h:
19552         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19553         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19554           Fix caps, keep track of state, work.
19555
19556 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19559           Quiet.
19560
19561 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19564           Don't mix bytes and samples.
19565
19566 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19567
19568         * ext/ogg/gstoggmux.c:
19569           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19570           and theora. Any is incorrect.
19571         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19572           Fix caps.
19573         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19574         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19575         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19576         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19577         * sys/v4l/gstv4lmjpegsrc.h:
19578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19579         (gst_v4lsrc_change_state):
19580         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19581         (gst_v4lmjpegsrc_capture_stop):
19582           Fix caps. Keep track of internal state. Work.
19583
19584 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19585
19586         * ext/Makefile.am:
19587           Fix the build fixes.
19588
19589 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19590
19591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19592         (gst_ogg_demux_src_event), (_find_chain_seek),
19593         (gst_ogg_pad_push):
19594           Check for pad availability before using it.
19595         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19596           Fix parsing of chained ogg. Needs more work on the decoder side.
19597
19598 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19599
19600         * gst/spectrum/Makefile.am:
19601         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19602         (idle_func):
19603           Fix demo and reenable it. Yes, I'm currently playing with audio
19604           analysis tools
19605
19606 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19607
19608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19609           We love it if files that start at zero work too...
19610
19611 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19612
19613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19614           Handle files with missing EOS headers.
19615
19616 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19617
19618         * gst/tcp/gsttcpserversink.c:
19619         (gst_tcpserversink_handle_server_read),
19620         (gst_tcpserversink_init_send):
19621         Zero some variables first (need for accept not to return EINVAL)
19622
19623 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19626         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19627         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19628         (theora_dec_chain):
19629         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19630         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19631           Seeking and querying finetune.
19632
19633 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19634
19635         * configure.ac:
19636         * ext/Makefile.am:
19637         * ext/raw1394/Makefile.am:
19638           fix the build
19639
19640 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19643           Wrong return.
19644         * gst/playback/Makefile.am:
19645         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19646         * gst/playback/gstplay-marshal.list:
19647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19648           Fix marshallers.
19649
19650 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19651
19652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19653           Silence.
19654
19655 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19658         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19659         (gst_ogg_pad_push):
19660           Yay for non-lineair granulepos in theora.
19661
19662 2004-10-18  Wim Taymans  <wim@fluendo.com>
19663
19664         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19665         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19666         * ext/dv/gstdvdec.h:
19667         Make sure we renegotiate aspect ratio when the camera switches.
19668
19669 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19672         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19673           Start at zero.
19674         * ext/theora/theoradec.c: (theora_dec_chain):
19675           Skip headers. Bad idea for chained ogg, but fixes seeking.
19676
19677 2004-10-18  Wim Taymans  <wim@fluendo.com>
19678
19679         * configure.ac:
19680         I swear, this is the last time I touch this.
19681
19682 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19683
19684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19685         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19686         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19687           Faster seeking.
19688         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19689           Time-to-default conversion.
19690         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19691           Don't error on unknown packets, just skip. We should probably
19692           read them if we want to support chained ogg.
19693
19694 2004-10-18  Wim Taymans  <wim@fluendo.com>
19695
19696         * configure.ac:
19697         Added cdaudio to wrong list.
19698
19699 2004-10-18  Wim Taymans  <wim@fluendo.com>
19700
19701         * configure.ac:
19702         Revive cdaudio.
19703
19704 2004-10-18  Wim Taymans  <wim@fluendo.com>
19705
19706         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19707         (gst_dvdec_video_link), (gst_dvdec_push):
19708         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19709         (gst_smokeenc_resync), (gst_smokeenc_chain):
19710         Fix mimetype on smoke encoder.
19711         Add aspect ratio to dvdec. Not sure if these
19712         values are correct though....
19713
19714 2004-10-18  Wim Taymans  <wim@fluendo.com>
19715
19716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19717         Fix vorbis property descriptions and ranges.
19718
19719 2004-10-18  Wim Taymans  <wim@fluendo.com>
19720
19721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19722         Really do nothing when no data is available.
19723         Go to the playing state when the stream is not seekable
19724         instead of failing.
19725
19726 2004-10-18  Wim Taymans  <wim@fluendo.com>
19727
19728         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19729         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19730         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19731         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19732         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19733         Added uri handler for cd://
19734         Port to new API.
19735
19736 2004-10-18  Wim Taymans  <wim@fluendo.com>
19737
19738         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19739         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19740         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19741         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19742         (remove_prerolls), (unknown_type), (add_element_stream),
19743         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19744         (gst_play_base_bin_remove_element),
19745         (gst_play_base_bin_link_stream):
19746         * gst/playback/gstplaybin.c: (gen_video_element),
19747         (gen_vis_element), (remove_sinks), (setup_sinks):
19748         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19749         (gst_stream_info_get_type), (gst_stream_info_class_init),
19750         (gst_stream_info_init), (gst_stream_info_new),
19751         (gst_stream_info_dispose), (stream_info_mute_pad),
19752         (gst_stream_info_set_property), (gst_stream_info_get_property):
19753         * gst/playback/gststreaminfo.h:
19754         Add sink padtemplate to decodebin.
19755         Added some more comments.
19756         Make queue size configurable in playbasebin.
19757         Added possibility to use elements as sinks (ex cdaudio).
19758
19759 2004-10-15  Wim Taymans  <wim@fluendo.com>
19760
19761         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19762         (gst_speexenc_chain):
19763         Fix speex timestamps so that it gets muxed properly.
19764
19765 2004-10-15  Wim Taymans  <wim@fluendo.com>
19766
19767         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19768         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19769         (gst_dv1394src_init), (gst_dv1394src_dispose),
19770         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19771         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19772         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19773         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19774         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19775         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19776         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19777         * ext/raw1394/gstdv1394src.h:
19778         Added conversion/query functions.
19779         Update buffer timestamps,
19780         Added signals.
19781         Added uri dv:// so it might play from the firewire in playbin.
19782         Fix a possible leak.
19783         Added debugging.
19784
19785 2004-10-15  Wim Taymans  <wim@fluendo.com>
19786
19787         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19788         (gst_dv1394src_init), (gst_dv1394src_set_property),
19789         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19790         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19791         * ext/raw1394/gstdv1394src.h:
19792         Added AV/C VTR control support needed for some cameras.
19793         Added automatic port detection.
19794         Added properties for selecting the channel.
19795         The configure.ac script is not yet updated to reflect the
19796         new libavc1394 and librom1394 dependencies.
19797
19798 2004-10-15  Wim Taymans  <wim@fluendo.com>
19799
19800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19801         (qtdemux_parse), (gst_qtdemux_handle_esds):
19802         An esds box is not a container.
19803         Fix parsing of mp4v boxes.
19804         Do not try to renegotiate fps for each frame. Need to
19805         find a better method. This should fix mp4 playback.
19806
19807 2004-10-14  David Schleef  <ds@schleef.org>
19808
19809         * configure.ac: update for swfdec-0.3 and liboil-0.2
19810         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19811         * ext/swfdec/gstswfdec.h: same
19812         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19813         * gst/videotestsrc/videotestsrc.c: same
19814
19815 2004-10-14  Wim Taymans  <wim@fluendo.com>
19816
19817         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19818         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19819         (is_sync_frame), (gst_multifdsink_new_client),
19820         (gst_multifdsink_handle_client_write),
19821         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19822         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19823         Turn warnings into info.
19824         Don't allow a state change in the streaming thread.
19825
19826 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19827
19828         * ext/vorbis/oggvorbisenc.c:
19829         * ext/vorbis/vorbisdec.c:
19830           fix template sample rate
19831
19832 2004-10-13  Wim Taymans  <wim@fluendo.com>
19833
19834         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19835         Decoding the header first fixes some problems in resyncing
19836         in more mp3s.
19837
19838 2004-10-12  Wim Taymans  <wim@fluendo.com>
19839
19840         * gst/playback/gstplaybin.c: (gen_video_element),
19841         (gen_vis_element), (remove_sinks), (setup_sinks):
19842         Added vis plugin support, need to configure the vis
19843         element to activate it.
19844
19845 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19848         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19849           Some debug.
19850         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19851         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19852         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19853         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19854         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19855         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19856         * gst/avi/gstavidemux.h:
19857           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19858           recovery (where, if part of the index is broken, we will still read
19859           the rest of the index and recover the broken part by stream
19860           scanning). More broken media support. EOS workarounds. General AVI
19861           braindamage headache recovery. Aspirin included.
19862
19863 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19864
19865         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19866         (cdparanoia_event), (cdparanoia_query):
19867           Get rid of hideous lead-in.
19868
19869 2004-10-11  Wim Taymans  <wim@fluendo.com>
19870
19871         * gst/playback/gstplaybasebin.c: (setup_source):
19872         Wrong var used to get g_list_next.
19873
19874 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19875
19876         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19877         (cdparanoia_get), (cdparanoia_open):
19878           Report discid as metadata, add duration.
19879
19880 2004-10-11  Wim Taymans  <wim@fluendo.com>
19881
19882         * gst/playback/gstplaybasebin.c: (setup_source):
19883         Cleanup the previous pipeline a little earlier for the
19884         case that a source element provides raw data.
19885
19886 2004-10-11  Benjamin Otte  <otte@gnome.org>
19887
19888         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19889           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19890           consuming the last 128 bytes, even though it was valid mp3 data.
19891
19892 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19893
19894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19895         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19896         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19897         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19898
19899 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19900
19901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19902         Fix for webcams that support only specific width or height
19903
19904 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19905
19906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19907
19908         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19909           Fix wrong discont event setup (fixes #154967).
19910
19911 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19912
19913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19914
19915         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19916           Error out on invalid data (fixes #154807).
19917
19918 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19919
19920         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19921
19922         * ext/dvdread/dvdreadsrc.c: (_read):
19923           Make titles > 0 work again (fixes #154834).
19924
19925 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * gst-libs/gst/riff/riff-media.c:
19928         (gst_riff_create_video_template_caps):
19929           WMV3 missing in template caps.
19930
19931 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19932
19933         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19934           OK, so the original code was too strict. It makes random AVI files
19935           hang for seconds upon opening, which is unacceptable and is far
19936           beyond the original goal of getting multiple chunks for one-chunk
19937           sounc stream files. So now do just that.
19938
19939 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19940
19941         * gst/playback/gstplaybasebin.c: (setup_source),
19942         (gst_play_base_bin_change_state):
19943           Actually clean up streaminfo if output fails. This would trigger
19944           if, for example, there was no CD in the drive. No preroll, so
19945           a streaminfo structure is created, but the subsequent state change
19946           of the thread fails.
19947         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19948           Don't change state if parent failed.
19949
19950 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19953         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19954         (gen_video_element), (remove_sinks):
19955           Add small bits of code for screenshot handling.
19956
19957 2004-10-08  Wim Taymans  <wim@fluendo.com>
19958
19959         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19960         (gen_video_element), (gen_audio_element), (setup_sinks):
19961         Don't assume the user provided sinks are named "sink"...
19962
19963 2004-10-08  Wim Taymans  <wim@fluendo.com>
19964
19965         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19966         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19967         (gst_play_base_bin_link_stream):
19968         Do not try to autoplug sources that generate raw streams like
19969         cdparanoia.
19970         disconnect the preroll overrun signal when we don't need it anymore.
19971
19972 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19973
19974         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19975         Added reworked patch from #154903 from milosz derezynski (deadchip).
19976
19977 2004-10-08  Wim Taymans  <wim@fluendo.com>
19978
19979         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19980         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19981         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19982         (cdparanoia_convert), (cdparanoia_uri_get_type),
19983         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19984         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19985         * ext/cdparanoia/gstcdparanoia.h:
19986         This adds the cdda://<tracknum> uri.
19987
19988 2004-10-08  Wim Taymans  <wim@fluendo.com>
19989
19990         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19991         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19992         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19994         (unknown_type), (gst_play_base_bin_remove_element),
19995         (gst_play_base_bin_link_stream):
19996         * gst/playback/gstplaybasebin.h:
19997         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19998         (gst_play_bin_set_property), (gen_video_element),
19999         (gen_audio_element), (setup_sinks):
20000         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20001         (gst_stream_info_get_type), (gst_stream_info_class_init),
20002         (gst_stream_info_init), (gst_stream_info_new),
20003         (gst_stream_info_dispose), (stream_info_mute_pad),
20004         (gst_stream_info_set_property), (gst_stream_info_get_property):
20005         * gst/playback/gststreaminfo.h:
20006         Reuse the audio and video bins.
20007         Some internal cleanups in the stream selection code.
20008
20009 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20010
20011         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20012         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20013         * sys/ximage/ximagesink.h:
20014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20015         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20016         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20017         not coming from those elements. Moreover these elements should not keep
20018         the xid they have been given when in NULL state.
20019
20020 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20023         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20024         * sys/ximage/ximagesink.h:
20025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20026         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20027         * sys/xvimage/xvimagesink.h:
20028           Actually only create a new toplevel window if we're not gonna
20029           embed it right after.
20030
20031 2004-10-07  Wim Taymans  <wim@fluendo.com>
20032
20033         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20034         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20035         * gst/playback/gstplaybin.c: (setup_sinks):
20036         Implement muting/unmuting of streams, mute streams that are not
20037         used.
20038
20039 2004-10-07  Wim Taymans  <wim@fluendo.com>
20040
20041         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20042         (plugin_init):
20043         Added lame audio/x-ac3 typefind function.
20044
20045 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20046
20047         * configure.ac:
20048           bump nano to cvs
20049
20050 === release 0.8.5 ===
20051
20052 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20053
20054         * NEWS:
20055         * RELEASE:
20056         * configure.ac:
20057           releasing 0.8.5, "Take You On"
20058
20059 2004-10-06  Wim Taymans  <wim@fluendo.com>
20060
20061         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20062         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20063         (no_more_pads), (close_link), (type_found):
20064         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20065         * gst/playback/gstplaybin.c: (gen_video_element):
20066         Do not signal the no_more_pads after the first pad when
20067         we are plugging a non dynamic element with multiple
20068         output pads (like swfdec, dvdec, ...).
20069
20070 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20071
20072         * configure.ac:
20073           bump for prerelease
20074
20075 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20076
20077         * gst/wavparse/gstwavparse.c:
20078           add ATRAC3 to STATIC CAPS to fix a warning
20079
20080         * gst/matroska/ebml-read.c:
20081         * gst-libs/gst/riff/riff-read.c:
20082           fix typos
20083
20084 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20085
20086         * gst-libs/gst/riff/riff-media.c:
20087           generate caps for ATRAC3 audio streams
20088
20089         * gst/realmedia/rmdemux.c:
20090           generate caps for ATRAC3 audio streams
20091
20092 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20093
20094         * gst/wavparse/Makefile.am
20095         * gst/wavparse/riff.h
20096         * gst/wavparse/wavparse.vcproj
20097           riff.h removal (unused and duplication with riff-ids.h)
20098
20099 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20100
20101         * gst/wavparse/gstwavparse.h
20102           remove duplicated defines for audio codec codes
20103
20104         * gst-libs/gst/riff/riff-ids.h
20105         * gst/wavenc/riff.h:
20106           add "4CC" code for ATRAC3 audio streams
20107           add "4CC" code for ITU_G721_ADPCM (unused for now)
20108
20109 2004-10-06  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20112         Actually _do_ negotiation. Pass gdouble as arg instead
20113         of guint64 for the framerate.
20114
20115 2004-10-06  Wim Taymans  <wim@fluendo.com>
20116
20117         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20118         (find_compatibles), (close_pad_link), (try_to_link_1),
20119         (no_more_pads), (close_link), (type_found):
20120         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20121         * gst/playback/gstplaybin.c: (gen_video_element),
20122         (gen_audio_element):
20123         Set state on newly added element to READY so that negotiation
20124         can happen ASAP.
20125         Addes some more debug info.
20126         Do not try to plug pads with multiple caps structures or ANY
20127         because it is too dangerous since we do not do dynamic
20128         replugging.
20129
20130 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20131
20132         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20133
20134         * po/LINGUAS:
20135         * po/or.po:
20136           add Oriya translation
20137
20138 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20139
20140         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20141           Prevent overwrite of size member. Makes audio sound crappy.
20142
20143 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20144
20145         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20146         Add rmvb to the list of known RealMedia extensions
20147
20148 2004-10-05  Wim Taymans  <wim@fluendo.com>
20149
20150         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20151         (mngdec_openstream), (mngdec_closestream),
20152         (mngdec_handle_sink_event), (mngdec_readdata),
20153         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20154         (mngdec_getcanvasline), (mngdec_refresh),
20155         (gst_mngdec_change_state):
20156         Set the framerate correctly.
20157
20158 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20159
20160         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20161           There was something wrong with the index massaging.
20162
20163 2004-10-04  Wim Taymans  <wim@fluendo.com>
20164
20165         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20166         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20167         (gst_smokedec_chain):
20168         * ext/jpeg/gstsmokedec.h:
20169         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20170         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20171         * ext/jpeg/gstsmokeenc.h:
20172         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20173         (smokecodec_decode_new), (smokecodec_info_free),
20174         (smokecodec_set_quality), (smokecodec_get_quality),
20175         (smokecodec_set_threshold), (smokecodec_get_threshold),
20176         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20177         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20178         (smokecodec_encode), (smokecodec_parse_id),
20179         (smokecodec_parse_header), (smokecodec_decode):
20180         * ext/jpeg/smokecodec.h:
20181         * ext/jpeg/smokeformat.h:
20182         Updated smoke, new bitstream, allows embedding in ogg.
20183
20184 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20185
20186         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20187           Fix seeking in some files. All this code is no longer needed (and
20188           actually breaks stuff) because we now synchronize the full index
20189           right when reading the header.
20190
20191 2004-10-04  Wim Taymans  <wim@fluendo.com>
20192
20193         * configure.ac:
20194         configure update for libmng.
20195
20196 2004-10-04  Wim Taymans  <wim@fluendo.com>
20197
20198         * ext/libmng/Makefile.am:
20199         * ext/libmng/gstmng.c: (plugin_init):
20200         * ext/libmng/gstmng.h:
20201         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20202         (gst_mngdec_base_init), (gst_mngdec_class_init),
20203         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20204         (gst_mngdec_loop), (gst_mngdec_get_property),
20205         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20206         (mngdec_closestream), (mngdec_handle_sink_event),
20207         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20208         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20209         (gst_mngdec_change_state):
20210         * ext/libmng/gstmngdec.h:
20211         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20212         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20213         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20214         (gst_mngenc_chain), (gst_mngenc_get_property),
20215         (gst_mngenc_set_property):
20216         * ext/libmng/gstmngenc.h:
20217         Added basic MNG decoder. Needs more work. The encoder does
20218         not work yet.
20219
20220 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20221
20222         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20223         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20224         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20225           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20226           no-more-pads.
20227
20228 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20229
20230         * configure.ac:
20231           you need at least 1.0.4 of speex
20232
20233 2004-10-04 Iain <iaingnome@gmail.com>
20234
20235         * ext/speex/gstspeexdec.h: Revert the includes changes.
20236
20237         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20238
20239 2004-09-30 Iain <iaingnome@gmail.com>
20240
20241         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20242         found during init or set as a property instead of hardcoding /dev/audio
20243
20244 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20247         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20248         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20249         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20250         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20251         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20252         (gst_rmdemux_dump_data):
20253           Use debug category, fix EOS handling. filesrc ! rmdemux now
20254           works.
20255
20256 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20257
20258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20259         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20260         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20261           Improve allocation, cutting and sorting of the index. How takes a
20262           few seconds instead of minutes.
20263
20264 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20265
20266         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20267           fixed compilation
20268
20269 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * gst-libs/gst/riff/riff-media.c:
20272         (gst_riff_create_video_caps_with_data),
20273         (gst_riff_create_video_template_caps):
20274           Add wing commander format mimetype/fourccs.
20275         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20276           Don't crash if some value is 0.
20277
20278 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * gst-libs/gst/riff/riff-media.c:
20281         (gst_riff_create_video_caps_with_data),
20282         (gst_riff_create_video_template_caps):
20283           Add DIB fourcc (raw, palettized 8-bit RGB).
20284         * gst-libs/gst/riff/riff-read.c:
20285         (gst_riff_read_strf_vids_with_data):
20286           Oops, fix strf_data reading bug.
20287         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20288           Use a non-NULL tag.
20289         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20290           Time for hacks. Sorry Dave. At least one quicktime movie (a
20291           trailer) that I've encountered contains multiple video tracks.
20292           One of those is the actual video track, the other are one-frame
20293           tracks (images). Unfortunately, the number of frames according
20294           to the trak header is 1 for each, so that doesn't help. So
20295           instead, I look at the duration and discard tracks with a
20296           duration shorter than 20% of the length of the stream. Better
20297           than nothing.
20298
20299 2004-10-01  Christian Schaller <christian@fluendo.com>
20300
20301         * ext/ivorbis/vorbis.c:
20302           Patch from Phil Blundell (Bug 152341)
20303
20304 2004-10-01  Wim Taymans  <wim@fluendo.com>
20305
20306         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20307         (speex_dec_get_formats), (speex_dec_convert),
20308         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20309         (speex_dec_chain), (gst_speexdec_get_property),
20310         (gst_speexdec_set_property):
20311         Small cleanups.
20312
20313 2004-10-01  Wim Taymans  <wim@fluendo.com>
20314
20315         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20316         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20317         (gst_wavparse_other), (gst_wavparse_loop),
20318         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20319         (gst_wavparse_srcpad_event):
20320         * gst/wavparse/gstwavparse.h:
20321         Added some more debugging info.
20322         Fix the case where the length of the file is 0.
20323         Make sure we seek to sample borders.
20324
20325 2004-10-01  Wim Taymans  <wim@fluendo.com>
20326
20327         * gst/playback/README:
20328         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20329         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20330         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20331         Add some debug info to decodebin, update README
20332
20333 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20336           Don't use g_print(); use GST_DEBUG().
20337
20338 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20341         (gst_ogg_mux_queue_pads):
20342           Handle EOS properly.
20343
20344 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20345
20346         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20347
20348         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20349         (gst_faad_chain), (gst_faad_change_state):
20350         * ext/faad/gstfaad.h:
20351           Allow playback of raw (unframed) MPEG AAC files (#148993).
20352
20353 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20354
20355         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20356
20357         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20358           Throw error if we didn't recognize the stream. Fixes #152289.
20359
20360 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20363           Fix negotiation.
20364
20365 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20366
20367         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20370           Fix memleak.
20371
20372 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20373
20374         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20375
20376         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20377           Solve #152805.
20378         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20379           Solve 152806.
20380
20381 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * gst-libs/gst/riff/riff-media.c:
20384         (gst_riff_create_video_caps_with_data),
20385         (gst_riff_create_audio_caps_with_data):
20386           Add codec_data handling (like asfdemux used to do).
20387         * gst/asfdemux/gstasf.c: (plugin_init):
20388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20389         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20390           Use riff-media for caps creation instead of our own (mostly
20391           broken) copy of its functions.
20392
20393 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20396           Don't actually error out if we get another return value than
20397           -EINVAL. Opposite to what I first thought, drivers have random
20398           return values for this, although -EINVAL is the expected return
20399           value. Since this is not fatal, we shouldn't use
20400           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20401
20402 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20403
20404         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20405         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20406         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20407         (dvdreadsrc_get), (dvdreadsrc_open_file),
20408         (dvdreadsrc_change_state):
20409           Fix. Don't do one big huge loop around the whole DVD, that will
20410           cache all data and thus eat sizeof(dvd) (several GB) before we
20411           see something.
20412         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20413           Actually NULL'ify event after using it.
20414         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20415         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20416         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20417         (gst_ebml_read_seek), (gst_ebml_read_skip):
20418           Handle events.
20419         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20420         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20421         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20422           Fix timing (this will probably break if I seek using menus, but
20423           I didn't get there yet). VOBs and normal DVDs should now work.
20424           Add a mpeg2-only pad with high rank so this get autoplugged for
20425           MPEG-2 movies.
20426         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20427         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20428         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20429         (gst_mpeg_demux_get_audio_stream),
20430         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20431         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20432           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20433           MPEG-1 but use dvddemux for MPEG-2.
20434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20435         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20436         (gst_mpeg_parse_parse_packhead):
20437           Timing. Only add pad template if it exists. Add sink template from
20438           class and not from ourselves. This means we will always use the
20439           correct sink template even if it is not the one defined in this
20440           file.
20441
20442 2004-09-29  Wim Taymans  <wim@fluendo.com>
20443
20444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20445         (gst_mpeg_demux_parse_pes):
20446         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20447         Fix playback of mpeg again, timestamps where screwed up by
20448         patch 1.61.
20449
20450 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20451
20452         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20453           Only return true if we actually filled something in. Prevents
20454           player applications from showing a random length for flac files.
20455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20456         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20457         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20458         (gst_riff_read_strf_vids_with_data),
20459         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20460           OK, ok, so I implemented event handling. Apparently it's normal
20461           that we receive random events at random points without asking
20462           for it.
20463         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20464         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20465         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20466         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20467         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20468         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20469         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20470         * gst/avi/gstavidemux.h:
20471           Implement non-lineair chunk handling and subchunk processing.
20472           The first solves playback of AVI files where the audio and video
20473           data of individual buffers that we read are not synchronized.
20474           This should not happen according to the wonderful AVI specs, but
20475           of course it does happen in reality. It is also a prerequisite for
20476           the second. Subchunk processing allows us to cut chunks in small
20477           pieces and process each of these pieces separately. This is
20478           required because I've seen several AVI files with incredibly large
20479           audio chunks, even some files with only one audio chunk for the
20480           whole file. This allows for proper playback including seeking.
20481           This patch is supposed to fix all AVI A/V sync issues.
20482         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20483         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20484           Work.
20485         * gst/modplug/gstmodplug.cc:
20486           Proper return value setting for the query() function.
20487         * gst/playback/gstplaybasebin.c: (setup_source):
20488           Being in non-playing state (after, e.g., EOS) is not necessarily
20489           a bad thing. Allow for that. This fixes playback of short files.
20490           They don't actually playback fully now, because the clock already
20491           runs. This means that small files (<500kB) with a small length
20492           (<2sec) will still not or barely play. Other files, such as mod
20493           or flx, will work correctly, however.
20494
20495 2004-09-28  Wim Taymans  <wim@fluendo.com>
20496
20497         * ext/speex/gstspeex.c: (plugin_init):
20498         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20499         (gst_speex_dec_class_init), (speex_dec_get_formats),
20500         (speex_get_event_masks), (speex_get_query_types),
20501         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20502         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20503         (gst_speexdec_get_property), (gst_speexdec_set_property),
20504         (speex_dec_change_state):
20505         * ext/speex/gstspeexdec.h:
20506         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20507         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20508         (gst_speexenc_base_init), (gst_speexenc_class_init),
20509         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20510         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20511         (gst_speexenc_src_query), (gst_speexenc_init),
20512         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20513         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20514         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20515         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20516         (gst_speexenc_chain), (gst_speexenc_get_property),
20517         (gst_speexenc_set_property), (gst_speexenc_change_state):
20518         * ext/speex/gstspeexenc.h:
20519         Rewrote speex encoder, make sure it can be embedded in ogg.
20520         Implemented speex decoder.
20521
20522 2004-09-28  Christian Schaller <christian@fluendo.com>
20523
20524         * configure.ac:
20525         Remove kioslave plugin. Markey is brewing a new working one
20526         * ext/Makefile.am: Remove kioslave plugin
20527         * ext/kio: remove
20528         * gst-plugins.spec.in: remove kio plugin from spec
20529
20530 2004-09-27  Wim Taymans  <wim@fluendo.com>
20531
20532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20533         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20534         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20535         (gst_multifdsink_new_client),
20536         (gst_multifdsink_handle_client_write),
20537         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20538         (gst_multifdsink_handle_clients):
20539         * gst/tcp/gstmultifdsink.h:
20540         Make syncing to keyframes actually work for new clients and lagging
20541         clients.
20542
20543 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20544
20545         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20546         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20547         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20548         * gst/debug/gstnavigationtest.h:
20549           make navigationtest display button-press and button-release events
20550
20551 2004-09-26 Iain <iaingnome@gmail.com>
20552
20553         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20554         the channels have received a new media event.
20555         (interleave_buffered_loop): Compresses a new media event on all
20556         channels into one.
20557
20558 2004-09-26 Iain <iaingnome@gmail.com>
20559
20560         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20561         call the sinkpad's default event handler and not the srcpads. He also
20562         says this is confusing :)
20563         (gst_wavenc_stop_file): Company says that seek events only go upstream
20564         we should send a discontinuous downstream instead.
20565
20566 2004-09-25  Christian Schaller <christian@fluendo.com>
20567
20568         * Update SPEC file to be usable in conjunction with Fedora Core,
20569           Fedora.us and freshrpms packages
20570         * Fix typo in multifilesrc test Makefile
20571
20572 2004-09-24  Wim Taymans  <wim@fluendo.com>
20573
20574         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20575         Only signal the no_more_pads signal when we have
20576         added the stream to our list.
20577
20578 2004-09-24  Wim Taymans  <wim@fluendo.com>
20579
20580         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20581         (new_decoded_pad):
20582         * gst/playback/gstplaybasebin.h:
20583         * gst/playback/gstplaybin.c: (setup_sinks):
20584         Don't try to preroll or decode more than one audio/video
20585         track.
20586
20587 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20588
20589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20590           Throw error if we failed to find a suitable output. This should
20591           throw an error if we successfully set up a pipeline (e.g. because
20592           we recognized a media file) but found no decodable streams in it
20593           (e.g. because it contains only media stream types for which we
20594           have no decoders, or because it's not a media type).
20595
20596 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20597
20598         * ext/dirac/Makefile.am:
20599         * ext/dirac/gstdirac.cc:
20600         * ext/dirac/gstdiracdec.cc:
20601         * ext/dirac/gstdiracdec.h:
20602           Do something. Don't actually know if this works because I don't
20603           have a demuxer yet.
20604         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20605           Add channels=1 to caps returned from _getcaps().
20606         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20607         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20608         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20609         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20610         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20611         (gst_ogm_parse_change_state):
20612           Separate between audio/video so ogmaudioparse actually uses the
20613           audio pad templates. Both audio and video work now, including
20614           autoplugging. Also use sometimes-srcpad hack.
20615         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20616           Handle events better. Don't hang on infinite loops.
20617         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20618         (gst_avi_demux_init), (gst_avi_demux_reset),
20619         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20620         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20621         (gst_avi_demux_change_state):
20622         * gst/avi/gstavidemux.h:
20623           Improve A/V sync. Still not perfect.
20624         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20625         (gst_ebml_read_skip):
20626           Handle events better.
20627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20628         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20629         (qtdemux_audio_caps):
20630           Add IMA4. Improve event handling. Save offset after a seek when
20631           the headers are at the end of the file so that we don't end up in
20632           an infinite loop.
20633         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20634           Add low-priority typefind support for files with no length.
20635
20636 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20637
20638         * testsuite/multifilesink/Makefile.am:
20639         fix typo
20640
20641 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20642
20643         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20645         mistakes from thaytan's patches.
20646
20647 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20648
20649         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20650           For completeness, XSync in the destroy function as xvimage does.
20651
20652 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20653
20654         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20655            Correct caps negotiation
20656         * gst/volume/gstvolume.c: (volume_chain_float),
20657         (volume_chain_int16):
20658            Modify debug output to be little more informative
20659         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20661         (gst_xvimagesink_xvimage_destroy):
20662           Add XSync calls after detaching from the shared memory segment to
20663           avoid a crash.
20664
20665 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20666
20667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20668         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20669         * ext/vorbis/vorbis.c: (plugin_init):
20670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20671         (gst_vorbisenc_chain):
20672         * ext/vorbis/vorbisenc.h:
20673         remove explicit newmedia support from oggmux and vorbisenc
20674         add debug category to vorbisenc
20675         * gst/multifilesink/gstmultifilesink.c:
20676         (gst_multifilesink_class_init), (gst_multifilesink_init),
20677         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20678         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20679         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20680         (plugin_init):
20681         * gst/multifilesink/gstmultifilesink.h:
20682         add support for streamheader in multifilesink
20683
20684 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20685
20686         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20687         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20688         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20689           Prevent infinite loops. More correct error reporting.
20690         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20691           Error out if negotiation fails.
20692         * gst/playback/gstplaybasebin.c: (setup_source),
20693         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20694         (gst_play_base_bin_found_tag):
20695           Error/tag forwarding. Pre-roll fixes for source errors on state
20696           changes (e.g. "file does not exist") to prevent hangs.
20697
20698 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20699
20700         * testsuite/multifilesink/Makefile.am:
20701         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20702         (gst_newmedia_class_init), (gst_newmedia_init),
20703         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20704         (newfile_signal), (test_signal), (main):
20705         * testsuite/multifilesink/multifilesrc_test.c: (main):
20706         * testsuite/multifilesink/oggtheora_test.c:
20707         (gst_newmedia_base_init), (gst_newmedia_class_init),
20708         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20709         (test_format), (newfile_signal), (test_signal), (main):
20710         * testsuite/multifilesink/oggvorbis_test.c:
20711         (gst_newmedia_base_init), (gst_newmedia_class_init),
20712         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20713         (test_format), (newfile_signal), (test_signal), (main):
20714         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20715         (gst_newmedia_class_init), (gst_newmedia_init),
20716         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20717         (newfile_signal), (test_signal), (main):
20718         New media tests
20719
20720 2004-09-20  Christian Schaller <christian@fluendo.com>
20721
20722         * Fix mikmod license to LGPL as they have relicensed
20723         * Move Dirac and Effectv into LGPL section of README_license
20724
20725 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20726
20727         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20728         (gst_mad_change_state):
20729           Allow for mp3 rate/channels changes. However, only very
20730           conservatively. Reason that we *have* to enable this is smiply
20731           because the mad find_sync() function is not good enough, it will
20732           regularly sync on random data as valid frames and therefore make
20733           us provide random caps as *final* caps of the stream. The best fix
20734           I could think of is to simply require several of the same stream
20735           changes in a row before we change caps.
20736           The actual testcase that works now is #
20737         * ext/ogg/Makefile.am:
20738         * ext/ogg/gstogg.c: (plugin_init):
20739         * ext/ogg/gstogmparse.c:
20740           OGM support (video only for now; I need an audio sample file).
20741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20742         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20743         (gst_asf_demux_add_video_stream):
20744           WMV extradata.
20745         * gst/playback/gstplaybasebin.c: (unknown_type):
20746           Don't error out on single unknown-types after all. It's wrong.
20747           If we found type of video and audio but not of a subtitle stream,
20748           it will still error out (which is unwanted). Will find a better fix
20749           later on.
20750         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20751         (ogmaudio_type_find), (plugin_init):
20752           OGM support.
20753
20754 2004-09-20  Johan Dahlin  <johan@gnome.org>
20755
20756         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20757         after setting caps.
20758
20759 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20760
20761         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20762         * gst/wavenc/gstwavenc.h:
20763         Added newmedia support to wavenc
20764
20765 2004-09-17  Wim Taymans  <wim@fluendo.com>
20766
20767         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20768         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20769         (gst_fdset_fd_can_write), (gst_fdset_wait):
20770         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20771         (gst_multifdsink_init), (gst_multifdsink_add),
20772         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20773         (gst_multifdsink_remove_client_link),
20774         (gst_multifdsink_client_queue_buffer),
20775         (gst_multifdsink_handle_client_write),
20776         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20777         (gst_multifdsink_close), (gst_multifdsink_change_state):
20778         * gst/tcp/gstmultifdsink.h:
20779         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20780         (gst_tcpserversink_removed):
20781         Small cleanups in fdset.c
20782         Use a hastable to map fd to the client structure for faster
20783         lookup in _remove and get_stats.
20784         Added virtual function to close the fds.
20785         Handle clients even when the select/poll call was unblocked because
20786         of a command.
20787         Implement syncing to keyframe in the recovery procedure.
20788
20789 2004-09-16 Iain <iaingnome@gmail.com>
20790
20791         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20792         try caps.
20793
20794 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20795
20796         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20797           Caps are only set if the type of the stream is unknown, but this
20798           is initialized in ->init_stream(), so set to UNKNOWN after calling
20799           ->init_stream() so that capsnego starts.
20800
20801 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20804         (gst_avi_demux_stream_data):
20805           Just hardcode for raw audio then. AVI audio sucks.
20806
20807 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20808
20809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20810         * gst/matroska/matroska-mux.c: (audiosink_templ),
20811         (gst_matroska_mux_audio_pad_link):
20812         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20813         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20814
20815 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20816
20817         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20818         (gst_avi_demux_stream_data):
20819           Try to fix a/v sync issues.
20820
20821 2004-09-15  David Schleef  <ds@schleef.org>
20822
20823         * configure.ac: remove NASM check, since we don't use it.  Update
20824         dirac check to 0.4
20825         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20827         Initialized variables.
20828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20829         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20830         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20831         SVQ3 format
20832
20833 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20834
20835         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20836         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20837         * gst/avi/gstavidemux.h:
20838           Fix for compressed audio (mp3) timestamp generation. How did this
20839           ever work?
20840
20841 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20842
20843         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20844           Volume is a double not a float.
20845
20846 2004-09-15  Wim Taymans  <wim@fluendo.com>
20847
20848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20849         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20850         Don't close the fd in multifdsink as we didn't open it in the
20851         first place. Some cleanups.
20852
20853 2004-09-15  Wim Taymans  <wim@fluendo.com>
20854
20855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20857         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20858         Fix the case where the muxer would mark pages as delta
20859         frames when they are not (vorbis only ogg).
20860
20861 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20864         (gst_play_base_bin_change_state):
20865           Handle the case where we failed to setup a clear pipeline. This
20866           will throw an error (or EOS, another nice case) and if you don't
20867           catch that, the app will wait for the signal forever (and thus
20868           hang).
20869
20870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * ext/gnomevfs/gstgnomevfssink.c:
20873         (gst_gnomevfssink_uri_get_protocols):
20874         * ext/gnomevfs/gstgnomevfssrc.c:
20875         (gst_gnomevfssrc_uri_get_protocols):
20876         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20877         * ext/gnomevfs/gstgnomevfsuri.h:
20878           Use _uri_new() instead of _open(), so it doesn't take as long and
20879           Christophe's computer won't hang.
20880         * gst/playback/gstplaybasebin.c: (unknown_type):
20881           Throw error on unknown media type, so apps actually display it.
20882
20883 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20884
20885         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20886           this script to work on Solaris since bash shell handles echo
20887           differenly than bash.
20888
20889 2004-09-17  Wim Taymans  <wim@fluendo.com>
20890
20891         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20892         (setup_source), (gst_play_base_bin_set_property),
20893         (gst_play_base_bin_add_element):
20894         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20895         Some more work on making sure seeking pauses the pipeline and
20896         that changing the uri actually does something.
20897
20898 2004-09-17  Wim Taymans  <wim@fluendo.com>
20899
20900         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20901         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20902         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20903         (gst_tcpserversink_close):
20904         Be a bit more paranoid when freeing memory.
20905
20906 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20907
20908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20909         (qtdemux_parse_trak):
20910           Don't crash by dividing by zero (see sample movie in #126922).
20911
20912 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20913
20914         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20915           Don't touch non-existing data (fixes crash on file in #140147).
20916
20917 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20918
20919         * gst/playback/gstplaybasebin.c:
20920         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20921           Handle double disposals, and proper change of URIs.
20922
20923 2004-09-13  Martin Eikermann <meiker@upb.de>
20924
20925         * gst/mpegstream/gstmpegparse.c:
20926           fix synchronistation for streams recorded from digital PCR
20927           fixes bug #119376
20928
20929 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20930
20931         * ext/gnomevfs/Makefile.am:
20932         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20933         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20934         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20935         (gst_gnomevfssink_uri_get_type),
20936         (gst_gnomevfssink_uri_get_protocols),
20937         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20938         (gst_gnomevfssink_uri_handler_init),
20939         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20940         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20941         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20942         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20943         (gst_gnomevfssrc_uri_get_type),
20944         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20945         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20946         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20947         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20948         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20949         * ext/gnomevfs/gstgnomevfsuri.h:
20950           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20951           of fake URIs to see which this version of Gnome-VFS likes, and
20952           uses that for the Gst-URI interface. Makes playbin support http://
20953           streams. Also fix up some stupid behaviour in gnomevfssrc.
20954
20955 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20956
20957         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20958         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20959         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20960         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20961           Update mixer (to sync with other sessions) if we try to obtain
20962           a new value. This makes alsamixer work accross applications.
20963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20964           Only call sync functions if we're running, else alsalib asserts.
20965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20966           Sometimes fails to compile. Possibly a gcc bug.
20967         * gst/playback/gstplaybin.c: (gen_video_element),
20968         (gen_audio_element):
20969           Add a reference to an application-provided object, because we lose
20970           this same reference if we add it to the bin. If we don't do this,
20971           we can only use this object once and thus crash if we go from
20972           ready to playing, back to ready and back to playing again.
20973           Also add an audioscale element because several cheap soundcards -
20974           like mine - don't support all samplerates.
20975         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20976         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20977           Fix wrong order or PAR calls. Makes automatically obtained PAR
20978           from the X server atually being used.
20979
20980 2004-09-12  David Schleef  <ds@schleef.org>
20981
20982         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20983         #151887, #152102, #152247.
20984         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20985         * examples/seeking/cdparanoia.c: same
20986         * examples/seeking/cdplayer.c: same
20987         * examples/seeking/seek.c: same
20988         * examples/seeking/spider_seek.c: same
20989         * examples/seeking/vorbisfile.c: same
20990         * examples/stats/mp2ogg.c: same
20991         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20992         (gst_esdsink_dispose): Dispose of element properly.
20993         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20994         fixes.
20995         * ext/nas/nassink.c: (gst_nassink_class_init),
20996         (gst_nassink_dispose): Dispose of element correctly.
20997         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20998         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20999         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21000         Fix 64-bit warning.
21001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21002         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21003         Fix 64-bit warning.
21004
21005 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21006
21007         * configure.ac : change speex detection as 1.1.6 now uses
21008           .pc/pkg-config and they changed their headers location.
21009
21010 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21011
21012         * gst/matroska/matroska-mux.h:
21013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21014         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21015         (gst_matroska_mux_write_data):
21016           Write multiple blocks/frames per cluster.
21017                 Write meta-seek information (seek heads).
21018
21019 2004-09-09  Scott Wheeler <wheeler@kde.org>
21020
21021         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21022         (gst_play_bin_set_property), (gst_play_bin_get_property),
21023         (gen_audio_element), (gen_audio_element):
21024           Add a volume element / property to the pipeline.
21025
21026 2004-09-07  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21029         Copy timestamps from the master pad to the output buffers.
21030
21031 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21032
21033         * ext/raw1394/gstdv1394src.c:
21034           throw errors when applicable
21035
21036 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21037
21038         * gst/matroska/ebml-ids.h:
21039         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21040         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21041         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21042           automatically convert unix time <-> ebml time when reading/writing
21043           a date, use gst_ebml_write_uint to write CUETIME,
21044           not gst_ebml_write_date.
21045         * gst/matroska/matroska-ids.h:
21046         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21047         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21048         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21049         (gst_matroska_mux_write_data):
21050           Write track and segment UIDs, write muxing date, write
21051           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21052           Create cues for audio only files.
21053
21054 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21055
21056         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21057         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21058           Re-commit ALSA switches.
21059         * gst/adder/gstadder.c: (gst_adder_loop):
21060           64-bit fix (#151416).
21061         * gst/debug/progressreport.c: (gst_progressreport_report):
21062           64-bit fix (#151419).
21063         * gst/matroska/matroska-demux.c:
21064         (gst_matroska_demux_parse_contents):
21065           64-bit fix (#151420).
21066         * gst/playback/test3.c: (update_scale):
21067           64-bit fix (#151421).
21068
21069 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21070
21071         * configure.ac:
21072           bump nano to cvs
21073
21074 === release 0.8.4 ===
21075
21076 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21077
21078         * configure.ac: releasing 0.8.4, "Alias"
21079
21080 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * ext/theora/Makefile.am:
21083           fix makefile.  Fixes #151462.
21084
21085 2004-08-30  Wim Taymans  <wim@fluendo.com>
21086
21087         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21089         (gst_multifdsink_remove_client_link),
21090         (gst_multifdsink_client_queue_buffer),
21091         (gst_multifdsink_handle_client_write):
21092         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21093         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21094         Fix some memory leaks.
21095
21096 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21097
21098         Patch by: David Schleef
21099
21100         * configure.ac:
21101         * sys/Makefile.am:
21102           rename our detection macro for V4L2.  Fixes #151236.
21103
21104 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21105
21106         Patch by: David Schleef
21107
21108         * configure.ac:
21109           check to define LAMEPRESET.  Fixes #151232.
21110
21111 2004-08-27  David Schleef  <ds@schleef.org>
21112
21113         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21114         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21115         (gst_glimagesink_fixate):  Move local variable declarations to
21116         make gcc-2.95 happy.
21117
21118 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21119
21120         * configure.ac:
21121           bump nano for prerelease
21122
21123 2004-08-27  David Schleef  <ds@schleef.org>
21124
21125         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21126         * sys/sunaudio/gstsunaudiosrc.c:
21127         * sys/sunaudio/gstsunaudiosrc.h:
21128
21129 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21130
21131         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21132         handle EOS correctly
21133         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21134         * gst/matroska/matroska-mux.h:
21135         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21136         VFW compatibility mode
21137
21138 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         patch by: Zaheer Abbas Merali
21141
21142         * ext/ogg/gstoggmux.c:
21143         * ext/vorbis/vorbisenc.c:
21144         * ext/vorbis/vorbisenc.h:
21145           handle NEWMEDIA
21146
21147 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21148
21149         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21150         fix byte order reversion on little endian machines.
21151         * gst/matroska/matroska-mux.c: (audiosink_templ),
21152         (gst_matroska_mux_audio_pad_link):
21153         add TTA codec to the list of supported codecs.
21154         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21155         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21156         (gst_matroska_mux_write_data):
21157         * gst/matroska/matroska-mux.h:
21158         write segment duration correctly, write muxing app string, fixes bugs
21159         #140897 and #140898.
21160         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21161         wait for all pads to be negotiated before starting to mux.
21162
21163 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21164
21165         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21166         * ext/lame/gstlame.h:
21167         Added new media support to lame
21168
21169 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21170
21171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21172         send vorbis headers at the beginning of a stream, fixes bug #141554.
21173         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21174         bug #148950.
21175         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21176         (gst_matroska_demux_plugin_init):
21177         * gst/matroska/matroska-ids.h:
21178         enable demuxing of TTA audio streams, fixes bug #148951.
21179         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21180         enable typefinding for TTA audio files, fixes bug #148711.
21181         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21182         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21183         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21184
21185 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21186
21187         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21188         (gst_riff_read_element_data), (gst_riff_read_seek),
21189         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21190         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21191         <teuf@gnome.org>
21192
21193 2004-08-23 Iain <iaingnome@gmail.com>
21194
21195         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21196         tags. They appear to be handled differently to normal.
21197         (tag_list_to_id3_tag_foreach): Ditto.
21198
21199 2004-08-22  Wim Taymans  <wim@fluendo.com>
21200
21201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21202         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21203         Make sure we never send -1 granulepos.
21204
21205 2004-08-20  Wim Taymans  <wim@fluendo.com>
21206
21207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21208         (gst_ogg_mux_loop):
21209         I will accept bitchslappings with non sharp objects.
21210
21211 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21212
21213         * configure.ac:
21214         Clean up the test for lame presets
21215
21216 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21217
21218         * configure.ac:
21219         * ext/lame/Makefile.am:
21220         * ext/lame/gstlame.c: (gst_lame_class_init),
21221         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21222         Only enable lame presets if version of lame has presets in API
21223
21224 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21225         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21226         * gst/udp/gstudpsrc.h:
21227           Don't call gst_pad_push in a get function. Fixes #150449
21228
21229 2004-08-18  Wim Taymans  <wim@fluendo.com>
21230
21231         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21232         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21233         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21234         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21235         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21236         (gst_fdset_wait):
21237         * gst/tcp/gstfdset.h:
21238         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21239         (gst_multifdsink_client_queue_buffer),
21240         (gst_multifdsink_handle_client_write):
21241         * gst/tcp/gstmultifdsink.h:
21242         Some extra checks in gstfdset.
21243         Only use send() when the fd is a socket. Don't try to
21244         read from write only fds.
21245
21246 2004-08-18  Wim Taymans  <wim@fluendo.com>
21247
21248         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21249         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21250         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21251         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21252         (gst_fdset_wait):
21253         Add more locking and bounds checking.
21254
21255 2004-08-18  Wim Taymans  <wim@fluendo.com>
21256
21257         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21258         Realloc test fdset in the lock and right before starting
21259         the poll call. Bump the limit to 4096.
21260
21261 2004-08-17  David Schleef  <ds@schleef.org>
21262
21263         * sys/sunaudio/Makefile.am:
21264         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21265         of rates and channels.  Make debugging less obnoxious.
21266
21267         Patch from Balamurali Viswanathan implementing a mixer for
21268         Sun audio.  (bug #144091):
21269         * sys/sunaudio/gstsunelement.c:
21270         * sys/sunaudio/gstsunelement.h:
21271         * sys/sunaudio/gstsunmixer.c:
21272         * sys/sunaudio/gstsunmixer.h:
21273
21274 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21275
21276         * gst/audioscale/gstaudioscale.c:
21277         * gst/audioscale/gstaudioscale.h:
21278         made audioscale resample from any sample rate to any sample rate
21279
21280 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21281
21282         * ext/libpng/gstpngdec.c:
21283           error out on unsupported types
21284
21285 2004-08-17  Iain <iaingnome@gmail.com>
21286
21287         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21288         mid_side and loose_mid_side properties if its a stereo stream.
21289
21290 2004-08-17  Wim Taymans  <wim@fluendo.com>
21291
21292         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21293         (theora_get_formats), (theora_dec_src_convert),
21294         (theora_dec_sink_convert), (theora_dec_src_query),
21295         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21296         Add a debug line.
21297
21298 2004-08-17  Wim Taymans  <wim@fluendo.com>
21299
21300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21301         (gst_ogg_pad_push):
21302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21303         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21304         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21305         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21306         Mark delta units in the muxer.
21307         Try to decode the packet after an out-of-sync error from
21308         libogg.
21309
21310 2004-08-17  Wim Taymans  <wim@fluendo.com>
21311
21312         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21313         (gst_multifdsink_init), (gst_multifdsink_add),
21314         (gst_multifdsink_client_queue_buffer),
21315         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21316         * gst/tcp/gstmultifdsink.h:
21317         Added option to send a keyframe to clients as the first buffer.
21318         Make timeout property writable.
21319
21320 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21321
21322         patch by: Wim Taymans
21323
21324         * gst/tcp/gstfdset.c:
21325         * gst/tcp/gstmultifdsink.c:
21326           fix index comparison, should include 0
21327
21328 2004-08-16  Wim Taymans  <wim@fluendo.com>
21329
21330         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21331         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21332         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21333         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21334         (gst_fdset_wait):
21335           copy when reallocing for poll so the select arguments don't get
21336           changed during the call
21337
21338 2004-08-16  Wim Taymans  <wim@fluendo.com>
21339
21340         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21341         (gst_theora_enc_class_init), (theora_enc_sink_link),
21342         (theora_buffer_from_packet), (theora_enc_chain):
21343         Fix bug where buffers were not marked as keyframes
21344         correctly.
21345
21346 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21347
21348         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21349         (gst_lame_preset_get_type), (gst_lame_class_init):
21350         describe the enum values for vbr mode and presets more verbosely
21351
21352 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21353
21354         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21355         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21356         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21357         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21358         * ext/lame/gstlame.h:
21359         add preset property to lame so it can use lame presets
21360
21361 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21362
21363         * ext/lame/gstlame.c: (gst_lame_get_property):
21364         whoops forgot break, thanks teuf
21365
21366 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21367
21368         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21369         (gst_lame_class_init), (gst_lame_src_getcaps),
21370         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21371         (gst_lame_get_property), (gst_lame_setup):
21372         * ext/lame/gstlame.h:
21373         fix lame's broken vbr stuff, allow it to resample if need be, and also
21374         make xing header optional
21375
21376 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21377
21378         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21379         added getcaps function so samplerate doesnt get fixated to silly values
21380
21381 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21382
21383         * ext/lame/gstlame.c: (gst_lame_src_link):
21384         revert previous fix
21385
21386 2004-08-12  Johan Dahlin  <johan@gnome.org>
21387
21388         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21389         checks. Doesn't matter what state we are in. Interfaces are a
21390         compile time thing, not runtime. It also broke the python bindings.
21391
21392 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21393
21394         * ext/lame/gstlame.c: (gst_lame_src_link):
21395         made source pad link function check if sinkpad is ok..fixes the problem
21396         where core fixates the output rate of lame stupidly
21397
21398 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21399
21400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21401         * sys/v4l/v4l_calls.c:
21402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21403           fix fixate function to handle nonsimple caps.
21404           remove bogus check in _link
21405           cleanups
21406
21407 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21408
21409         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21410         set default compression ratio parameter to 0.0 so bitrate parameter
21411         works :)
21412
21413 2004-08-11  David Schleef  <ds@schleef.org>
21414
21415         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21416
21417 2004-08-11  David Schleef  <ds@schleef.org>
21418
21419         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21420         before.
21421
21422 2004-08-11  David Schleef  <ds@schleef.org>
21423
21424         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21425
21426 2004-08-11  David Schleef  <ds@schleef.org>
21427
21428         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21429           license field
21430         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21431         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21432           LGPL.
21433         * gst/auparse/gstauparse.c: Fix plugin license field.
21434         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21435         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21436         * gst/rtp/gstrtp.c: Fix plugin license field.
21437
21438 2004-08-11  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/tcp/Makefile.am:
21441         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21442         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21443         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21444         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21445         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21446         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21447         (gst_fdset_fd_can_write), (gst_fdset_wait):
21448         * gst/tcp/gstfdset.h:
21449         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21450         (gst_multifdsink_class_init), (gst_multifdsink_init),
21451         (gst_multifdsink_add), (gst_multifdsink_remove),
21452         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21453         (gst_multifdsink_remove_client_link),
21454         (gst_multifdsink_handle_client_read),
21455         (gst_multifdsink_client_queue_data),
21456         (gst_multifdsink_client_queue_caps),
21457         (gst_multifdsink_client_queue_buffer),
21458         (gst_multifdsink_handle_client_write),
21459         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21460         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21461         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21462         (gst_multifdsink_close):
21463         * gst/tcp/gstmultifdsink.h:
21464         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21465         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21466         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21467         (gst_tcpserversink_close):
21468         * gst/tcp/gsttcpserversink.h:
21469         Abstracted away the select call, implemented poll (yes we ran into
21470         the 1024 limit in production).
21471
21472 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21473
21474         * gst/tcp/gsttcp.c:
21475         * gst/tcp/gsttcpplugin.c:
21476           improve debuggging, remove assert
21477
21478 2004-08-10  Wim Taymans  <wim@fluendo.com>
21479
21480         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21481         (gst_client_status_get_type), (gst_multifdsink_class_init),
21482         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21483         (gst_multifdsink_handle_client_read),
21484         (gst_multifdsink_handle_client_write),
21485         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21486         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21487         (gst_multifdsink_get_property):
21488         * gst/tcp/gstmultifdsink.h:
21489         * gst/tcp/gsttcp-marshal.list:
21490         Starting to prepare for specifying buffer time in other units
21491         than buffers. Expose remove reason in signal.
21492
21493 2004-08-10  Wim Taymans  <wim@fluendo.com>
21494
21495         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21496         (gst_multifdsink_remove), (gst_multifdsink_clear),
21497         (gst_multifdsink_remove_client_link),
21498         (gst_multifdsink_handle_client_read),
21499         (gst_multifdsink_client_queue_data),
21500         (gst_multifdsink_client_queue_buffer),
21501         (gst_multifdsink_handle_client_write),
21502         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21503         (gst_multifdsink_chain), (gst_multifdsink_close):
21504         * gst/tcp/gstmultifdsink.h:
21505         Added more debugging info. Changed the way clients are
21506         removed from the lists. Fixed a bug where a bad file descriptor
21507         could cause many clients to be removed.
21508
21509 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21510
21511         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21512           allow all pixel-aspect-ratios, not just 1:1
21513
21514 2004-08-09  David Schleef  <ds@schleef.org>
21515
21516         * sys/glsink/ARB_multitexture.h:  Remove old files.
21517         * sys/glsink/EXT_paletted_texture.h:
21518         * sys/glsink/NV_register_combiners.h:
21519         * sys/glsink/gstgl_nvimage.c:
21520         * sys/glsink/gstgl_pdrimage.c:
21521         * sys/glsink/gstgl_rgbimage.c:
21522         * sys/glsink/gstglsink.c:
21523         * sys/glsink/gstglsink.h:
21524         * sys/glsink/gstglxwindow.c:
21525         * sys/glsink/regcomb_yuvrgb.c:
21526
21527 2004-08-09  David Schleef  <ds@schleef.org>
21528
21529         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21530         GL sink plugin.  (Bug #147302)
21531
21532         * configure.ac: Test for OpenGL
21533         * sys/Makefile.am: Use test for OpenGL
21534         * sys/glsink/Makefile.am:
21535         * sys/glsink/glimagesink.c: rewrite
21536         * sys/glsink/glimagesink.h: rewrite
21537
21538 2004-08-09  David Schleef  <ds@schleef.org>
21539
21540         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21541         sane framerates.
21542         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21544         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21545
21546 2004-08-09  Wim Taymans  <wim@fluendo.com>
21547
21548         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21549         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21550         (gst_multifdsink_client_remove),
21551         (gst_multifdsink_handle_client_read),
21552         (gst_multifdsink_handle_client_write),
21553         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21554         Do a bit more logging, make the client_read code more robust.
21555
21556 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21557
21558         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21559         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21560         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21561         (gst_jpegdec_init), (gst_jpegdec_chain):
21562         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21563         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21564           cleanups, debugging fixes and memleak plugging
21565
21566 2004-08-09  Wim Taymans  <wim@fluendo.com>
21567
21568         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21569         (theora_get_formats), (theora_dec_src_convert),
21570         (theora_dec_sink_convert), (theora_dec_src_query),
21571         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21572         (theora_dec_change_state):
21573         Don't crash on missing header packets.
21574
21575 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21576
21577         * po/LINGUAS:
21578         * po/sq.po:
21579           Added Albanian translation (Laurent Dhima)
21580         * po/cs.po:
21581           updated
21582
21583 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21584
21585         * ext/lame/gstlame.c:
21586           fix/add debugging
21587
21588 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         * sys/ximage/ximagesink.c:
21591         * sys/xvimage/xvimagesink.c:
21592           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21593
21594 2004-08-06  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21597         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21598         (gst_multifdsink_client_remove),
21599         (gst_multifdsink_handle_client_read),
21600         (gst_multifdsink_handle_client_write),
21601         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21602         Make sure we don't try to read more from a client that what
21603         ioctl says us or we deadlock.
21604
21605 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21606
21607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21608         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21609         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21610           decouple running_time and n_frames so it can handle changing
21611           framerate while running
21612
21613 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21614
21615         * po/nl.po:
21616         * po/sv.po:
21617           updated translations
21618
21619 2004-08-04  Benjamin Otte  <otte@gnome.org>
21620
21621         * gst/videotestsrc/gstvideotestsrc.c:
21622         (gst_videotestsrc_get_capslist), (generate_capslist),
21623         (plugin_init):
21624           generate the list of supported caps at startup and reuse it instead
21625           of always generating it
21626
21627 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21628
21629         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21630           whoops, last checkin broke normal build
21631
21632 2004-08-03  Benjamin Otte  <otte@gnome.org>
21633
21634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21635         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21636         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21637         (gst_alsa_mixer_get_option):
21638         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21639         (dvdnavsrc_print_event):
21640         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21642         (gst_ogg_mux_pad_unlink):
21643         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21644         (gst_multipart_mux_pad_unlink):
21645         * gst/videofilter/gstvideobalance.c:
21646         (gst_videobalance_colorbalance_set_value):
21647         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21648         (gst_videomixer_pad_unlink):
21649         * po/uk.po:
21650         * sys/oss/gstossmixer.c:
21651         * sys/v4l/gstv4lcolorbalance.c:
21652         * sys/v4l/gstv4ltuner.c:
21653         * sys/v4l/v4lsrc_calls.c:
21654         * sys/v4l2/gstv4l2colorbalance.c:
21655         * sys/v4l2/gstv4l2tuner.c:
21656           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21657
21658 2004-08-03  Benjamin Otte  <otte@gnome.org>
21659
21660         * examples/dynparams/filter.c: (ui_control_create):
21661         * examples/gstplay/player.c: (print_tag):
21662         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21663         * ext/gdk_pixbuf/gstgdkanimation.c:
21664         (gst_gdk_animation_iter_may_advance):
21665         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21666         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21667         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21668         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21670         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21671         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21672         * gst/sine/demo-dparams.c: (main):
21673         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21674         * testsuite/alsa/formats.c: (create_pipeline):
21675         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21676           fixes for G_DISABLE_ASSERT and friends
21677         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21678         (mp3_type_frame_length_from_header), (mp3_type_find),
21679         (plugin_init):
21680           require mp3 typefinding to have at least MIN_HEADERS valid headers
21681           add typefinding for AAC adts files
21682
21683 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21684
21685         * sys/ximage/ximagesink.c:
21686         (gst_ximagesink_calculate_pixel_aspect_ratio):
21687         * sys/xvimage/xvimagesink.c:
21688         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21689         Make sure we calculate pixel-aspect-ratio using floating point maths
21690
21691 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * po/uk.po:
21694           updated translation
21695
21696 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21700           add debugging for display PAR calculation
21701
21702 2004-08-02  David Schleef  <ds@schleef.org>
21703
21704         * configure.ac: Fix mikmod CFLAGS.
21705
21706 2004-07-27  Benjamin Otte  <otte@gnome.org>
21707
21708         * gst/audioscale/gstaudioscale.c:
21709         - fix templates to only support S16, it's the only format that works
21710         - make caps nego code use try_set_caps_nonfixed and fixation instead
21711         of try_set_caps twice, which is not nice for autopluggers
21712         - change rank to secondary, so autopluggers can pick it up after
21713         audioconvert
21714
21715 2004-08-02  Iain <iain@prettypeople.org>
21716
21717         * gst/interleave/interleave.c (interleave_init),
21718         (interleave_request_new_pad),
21719         (interleave_pad_removed),
21720         (interleave_buffered_loop): Use the real pad count, not the artificial
21721         one.
21722
21723 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * configure.ac: bump nano back to development
21726
21727 === release 0.8.3 ===
21728
21729 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21730
21731         * configure.ac: releasing 0.8.3, "Water"
21732
21733 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * sys/xvimage/xvimagesink.c:
21736         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21737         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21738         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21739         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21740         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21741         * sys/xvimage/xvimagesink.h:
21742           apply similar PAR fixes as to ximagesink
21743
21744 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         patch from: Benjamin Otte
21747
21748         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21749           add link function to lame.  Fixes #148986.
21750
21751 2004-08-02  Johan Dahlin  <johan@gnome.org>
21752
21753         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21754         fix debugging log
21755
21756 2004-07-30  David Schleef  <ds@schleef.org>
21757
21758         * gst/videomixer/Makefile.am: Fix things that should have been
21759         fixed in the last checkin.
21760
21761 2004-07-30  David Schleef  <ds@schleef.org>
21762
21763         * gst/multipart/Makefile.am: Fix things that should have been
21764         fixed in the last checkin.
21765
21766 2004-07-30  David Schleef  <ds@schleef.org>
21767
21768         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21769
21770 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21771
21772         * configure.ac:
21773           bump nano for prerelease
21774         * po/af.po:
21775         * po/az.po:
21776         * po/cs.po:
21777         * po/en_GB.po:
21778         * po/hu.po:
21779         * po/nl.po:
21780         * po/sr.po:
21781         * po/sv.po:
21782         * po/uk.po:
21783           updates
21784
21785 2004-07-30  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21788         (gst_multifdsink_add), (gst_multifdsink_remove),
21789         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21790         (gst_multifdsink_client_remove),
21791         (gst_multifdsink_handle_client_write),
21792         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21793         * gst/tcp/gstmultifdsink.h:
21794         Recover from a select with a bad file descriptor by removing
21795         the client.
21796
21797 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * configure.ac:
21800           fix requirement of core
21801         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21802         (gst_play_pipeline_setup):
21803           don't use colorspace element.  do use hermescolorspace element.
21804           make macro to get a colorspace element.
21805           mark strings for translation.
21806         * po/POTFILES.in:
21807           add play.c
21808         * po/af.po:
21809         * po/az.po:
21810         * po/cs.po:
21811         * po/en_GB.po:
21812         * po/hu.po:
21813         * po/nl.po:
21814         * po/sr.po:
21815         * po/sv.po:
21816         * po/uk.po:
21817           update translations
21818
21819 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21820
21821         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21822         fix default for newmedia flag
21823
21824 2004-07-30  Wim Taymans  <wim@fluendo.com>
21825
21826         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21827         (gst_theora_dec_init), (theora_get_formats),
21828         (theora_dec_src_convert), (theora_dec_sink_convert),
21829         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21830         (theora_dec_chain), (theora_dec_set_property),
21831         (theora_dec_get_property):
21832         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21833         (gst_theora_enc_class_init), (gst_theora_enc_init),
21834         (theora_enc_sink_link), (theora_enc_chain),
21835         (theora_enc_set_property), (theora_enc_get_property):
21836         Added cropping option to theora decoder.
21837         Added border option to theora encoder.
21838
21839 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21840
21841         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21842         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21843         (gst_pngenc_set_property):
21844         * ext/libpng/gstpngenc.h:
21845         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
21846
21847 2004-07-30  Wim Taymans  <wim@fluendo.com>
21848
21849         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21850         (theora_enc_sink_link), (theora_enc_chain),
21851         (theora_enc_set_property), (theora_enc_get_property):
21852         Fix encoding of non-multiple-of-16 video.
21853
21854 2004-07-29  David Schleef  <ds@schleef.org>
21855
21856         * configure.ac: make test for audiofile more strict
21857
21858 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21859
21860         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21861           give different names to typefind functions
21862
21863 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21864
21865         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21866         (gst_ximagesink_calculate_pixel_aspect_ratio),
21867         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21868         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21869         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21870         (gst_ximagesink_get_property), (gst_ximagesink_init):
21871         * sys/ximage/ximagesink.h:
21872           allocate PAR's dynamically.
21873           use autodetected PAR if no object-set PAR is given.
21874           add workaround for directfb's X not setting physical size.
21875           fix to xvimagesink will follow tomorrow.
21876
21877 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21878
21879         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21880         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21881         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21882         (gst_shout2send_class_init), (gst_shout2send_init),
21883         (set_shout_metadata), (gst_shout2send_set_metadata),
21884         (gst_shout2send_chain), (gst_shout2send_set_property),
21885         (gst_shout2send_get_property), (gst_shout2send_connect),
21886         (gst_shout2send_change_state):
21887         * ext/shout2/gstshout2.h:
21888         - fix for sending mp3 audio to icecast2 server, if pad link function not
21889         called before PAUSED state
21890         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21891         - added tagging support for mp3 audio broadcasted
21892         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21893         debug info
21894
21895 2004-07-28  Wim Taymans  <wim@fluendo.com>
21896
21897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21898         (gst_ogg_demux_push):
21899         Return query failure when we don't know the length of
21900         an ogg stream insteda of returning TRUE with a bogus value.
21901
21902 2004-07-28  Wim Taymans  <wim@fluendo.com>
21903
21904         * ext/theora/theoradec.c: (theora_get_formats),
21905         (theora_dec_src_convert), (theora_dec_sink_convert),
21906         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21907         (theora_dec_chain):
21908         Don't screw up the 1 Chroma for 1 luma sample situation when we
21909         have an odd offset/width by adding a black border in those cases.
21910
21911 2004-07-28  Wim Taymans  <wim@fluendo.com>
21912
21913         * ext/theora/theoradec.c: (theora_get_formats),
21914         (theora_dec_src_convert), (theora_dec_sink_convert),
21915         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21916         (theora_dec_chain):
21917         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21918         Added first attempt at cropping of the image as required by the
21919         theora spec. We need more properties in the caps (offset_x,
21920         offset_y,stride) to implement this correctly.
21921
21922 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21923
21924         * ext/dvdnav/README:
21925           Update the README to use dvddemux
21926         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21927           Ensure getcaps returns a subset of the template caps
21928         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21929         (gst_mpeg2subt_init):
21930           Ensure getcaps returns a subset of the template caps
21931         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21932         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21933         (gst_dvd_demux_get_subpicture_stream),
21934         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21935         * gst/mpegstream/gstdvddemux.h:
21936           Set the explicit caps on the current_video pad before pushing
21937           anything
21938         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21939         (gst_mpeg_demux_get_audio_stream):
21940           Free caps used to gst_pad_set_explicit_caps, which takes a const
21941           GstCaps *
21942
21943 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21944
21945         * configure.ac: update GStreamer requirement to 0.8.4 because of
21946           GstFraction.
21947
21948 2004-07-28  Wim Taymans  <wim@fluendo.com>
21949
21950         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21951         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21952         Add the pad to the element after setting up the caps. This
21953         makes it a lot easier to autoplug.
21954
21955 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21956
21957         * gst/median/gstmedian.c:
21958         * gst/mpeg2subt/gstmpeg2subt.c:
21959         * gst/mpegaudioparse/gstmpegaudioparse.c:
21960         * gst/mpegstream/gstdvddemux.c:
21961         * gst/mpegstream/gstmpegdemux.c:
21962         * gst/mpegstream/gstmpegpacketize.c:
21963         * gst/rtjpeg/gstrtjpeg.c:
21964         * gst/rtjpeg/gstrtjpegdec.c:
21965         * gst/rtjpeg/gstrtjpegenc.c:
21966         * gst/sine/gstsinesrc.c:
21967         * gst/smooth/gstsmooth.c:
21968         * gst/smpte/gstsmpte.c:
21969         * gst/smpte/gstsmpte.h:
21970         * gst/stereo/gststereo.c:
21971         * gst/videofilter/gstgamma.c:
21972         * gst/videofilter/gstvideobalance.c:
21973         * gst/videofilter/gstvideofilter.c:
21974         * gst/videofilter/gstvideoflip.c:
21975         * gst/videoscale/gstvideoscale.c:
21976         * gst/videoscale/videoscale.c:
21977         * gst/videotestsrc/gstvideotestsrc.c:
21978         * gst/videotestsrc/videotestsrc.c:
21979         * gst/wavenc/gstwavenc.c:
21980         * gst/wavparse/gstwavparse.c:
21981           fix local includes and 64 bits constants
21982
21983 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21984
21985         * win32/gst.sln:
21986         * gst-libs/gst/*/*.vcproj:
21987         * gst/*/*.vcproj:
21988           more working plugins
21989
21990 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21991
21992         * testsuite/alsa/Makefile.am:
21993         * testsuite/alsa/srcstate.c:
21994         add test for alsasrc changing state
21995
21996 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21997
21998         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21999         (gst_silence_get):
22000         * gst/silence/gstsilence.h:
22001         fix silence generation for 16bit raw audio
22002
22003 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22004
22005         * gst/matroska/matroska-demux.c:
22006         (gst_matroska_demux_parse_metadata),
22007         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22008         * gst/mpegaudio/common.c:
22009         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22010         (gst_videoscale_getcaps), (gst_videoscale_link),
22011         (gst_videoscale_src_fixate), (gst_videoscale_init),
22012         (gst_videoscale_finalize):
22013         * gst/videoscale/gstvideoscale.h:
22014         * gst/videotestsrc/gstvideotestsrc.c:
22015         (gst_videotestsrc_get_capslist):
22016         * gst/wavenc/gstwavenc.c:
22017         * sys/oss/gstossmixer.c: (fill_labels):
22018         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22019         (gst_ximagesink_handle_xevents),
22020         (gst_ximagesink_calculate_pixel_aspect_ratio),
22021         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22022         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22023         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22024         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22025         (gst_ximagesink_init), (gst_ximagesink_class_init):
22026         * sys/ximage/ximagesink.h:
22027         * sys/xvimage/xvimagesink.c:
22028         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22029         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22030         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22031         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22032         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22033         * sys/xvimage/xvimagesink.h:
22034           first batch of pixel aspect ratio commits.
22035
22036 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22037
22038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22039         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22040         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22041           handle stride, needs work if we want to move stride handling
22042           upstream, but works correctly for our purposes.
22043
22044 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22045
22046         * gst/videoscale/README:
22047           add testing examples
22048         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22049         (gst_videoscale_chain):
22050         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22051         (gst_videoscale_get_size):
22052           add get_size function that handles stride like videotestsrc.
22053           fixes conversion for YUV formats for as much as I can test them.
22054
22055 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22056
22057         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22058         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22060         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22061         (gst_xvimagesink_xvimage_put):
22062           further cleanups, logging, error handling and synchronizing
22063
22064 2004-07-27  Wim Taymans  <wim@fluendo.com>
22065
22066         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22067         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22068         (gst_videomixer_pad_set_property),
22069         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22070         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22071         (gst_videomixer_class_init), (gst_videomixer_init),
22072         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22073         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22074         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22075         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22076         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22077         (gst_videomixer_loop), (plugin_init):
22078         Be a nicer negotiation citizen and provide a getcaps function on
22079         the srcpad. This also fixes a crash when resizing.
22080
22081 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22082
22083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22084         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22085
22086 2004-07-27  Wim Taymans  <wim@fluendo.com>
22087
22088         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22089         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22090         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22091         (gst_pngenc_set_property):
22092         * ext/libpng/gstpngenc.h:
22093         Added snapshot property to pngenc.
22094         removed g_print from pngdec
22095
22096 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22097
22098         * gst/ac3parse/ac3parse.vcproj
22099         * gst/adder/adder.vcproj
22100         * gst/alpha/alpha.vcproj
22101         * gst/alpha/alphacolor.vcproj
22102         * gst/asfdemux/asf.vcproj
22103         * gst/audioconvert/audioconvert.vcproj
22104         * gst/audiorate/audiorate.vcproj
22105         * gst/audioscale/audioscale.vcproj
22106         * gst/auparse/auparse.vcproj
22107         * gst/avi/avi.vcproj
22108         * gst/cdxaparse/cdxaparse.vcproj
22109         * gst/chart/chart.vcproj
22110         * gst/colorspace/colorspace.vcproj
22111         * gst/cutter/cutter.vcproj
22112         * gst/debug/debug.vcproj
22113         * gst/debug/efence.vcproj
22114         * gst/debug/navigationtest.vcproj
22115         * gst/deinterlace/deinterlace.vcproj
22116         * gst/effectv/effectv.vcproj
22117         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22118         * gst/filter/filter.vcproj
22119         * gst/flx/flxdec.vcproj
22120         * gst/goom/goom.vcproj
22121         * gst/interleave/interleave.vcproj
22122         * gst/law/alaw.vcproj
22123         * gst/law/mulaw.vcproj
22124         * gst/matroska/matroska.vcproj
22125         * gst/median/median.vcproj
22126         * gst/mixmatrix/mixmatrix.vcproj
22127         * gst/mpeg1sys/mpeg1systemencode.vcproj
22128         * gst/mpeg1videoparse/mp1videoparse.vcproj
22129         * gst/mpeg2sub/mpeg2subt.vcproj
22130         * gst/mpegaudio/mpegaudio.vcproj
22131         * gst/mpegaudioparse/mpegaudioparse.vcproj
22132         * gst/mpegstream/mpegstream.vcproj
22133         * gst/multifilesink/multifilesink.vcproj
22134         * gst/multipart/multipart.vcproj
22135         * gst/oneton/oneton.vcproj
22136         * gst/overlay/overlay.vcproj
22137         * gst/passthrough/passthrough.vcproj
22138         * gst/qtdemux/qtdemux.vcproj
22139         * gst/realmedia/rmdemux.vcproj
22140         * gst/rtjpeg/rtjpeg.vcproj
22141         * gst/rtp/rtp.vcproj
22142         * gst/silence/silence.vcproj
22143         * gst/sine/sinesrc.vcproj
22144         * gst/smooth/smooth.vcproj
22145         * gst/smpte/smpte.vcproj
22146         * gst/spectrum/spectrum.vcproj
22147         * gst/speed/speed.vcproj
22148         * gst/stereo/stereo.vcproj
22149         * gst/switch/switch.vcproj
22150         * gst/tags/tagedit.vcproj
22151         * gst/tcp/tcp.vcproj
22152         * gst/typefind/typefindfunctions.vcproj
22153         * gst/udp/udp.vcproj
22154         * gst/videobox/videobox.vcproj
22155         * gst/videocrop/videocrop.vcproj
22156         * gst/videodrop/videodrop.vcproj
22157         * gst/videofilter/gamma.vcproj
22158         * gst/videofilter/videobalance.vcproj
22159         * gst/videofilter/videofilter.vcproj
22160         * gst/videofilter/videoflip.vcproj
22161         * gst/videoflip/videoflip.vcproj
22162         * gst/videomixer/videomixer.vcproj
22163         * gst/videorate/videorate.vcproj
22164         * gst/videoscale/videoscale.vcproj
22165         * gst/videotestsrc/videotestsrc.vcproj
22166         * gst/virtualdub/virtualdub.vcproj
22167         * gst/volenv/volenv.vcproj
22168         * gst/volume/volume.vcproj
22169         * gst/wavenc/wavenc.vcproj
22170         * gst/wavparse/wavparse.vcproj
22171         * gst/y4m/y4menc.vcproj
22172         * gst-libs/gst/audio/audio.vcproj
22173         * gst-libs/gst/audio/audiofilter.vcproj
22174         * gst-libs/gst/colorbalance/colorbalance.vcproj
22175         * gst-libs/gst/idct/idtc.vcproj
22176         * gst-libs/gst/media-info/media-info.vcproj
22177         * gst-libs/gst/mixer/mixer.vcproj
22178         * gst-libs/gst/navigation/navigation.vcproj
22179         * gst-libs/gst/play/play.vcproj
22180         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22181         * gst-libs/gst/resample/resample.vcproj
22182         * gst-libs/gst/riff/riff.vcproj
22183         * gst-libs/gst/tuner/tuner.vcproj
22184         * gst-libs/gst/video/video.vcproj
22185         * gst-libs/gst/xoverlay/xoverlay.vcproj
22186           avoid problems with math.h, fix release dependancy
22187           rename GStreamer-0.8.lib to libgstreamer.lib
22188
22189 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22190
22191         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22193         the atom is not available we have to unlock the mutex. Fixes #148023
22194
22195 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22196
22197         * gst-libs/gst/media-info/media-info.h:
22198           issue for a vararg macro with MSVC
22199
22200 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22201
22202         * gst/effectv/effectv.vcproj
22203         * gst-libs/gst/idct/idct.vcproj:
22204         * gst-libs/gst/media-info/media-info.vcproj:
22205         * gst-libs/gst/navigation/navigation.vcproj:
22206         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22207         * gst-libs/gst/video/video.vcproj:
22208         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22209           fixes for build problems
22210
22211 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22212
22213         * gst-libs/gst/audio/audio.def:
22214         * gst-libs/gst/audio/riff.def:
22215           add some definitions needed by plugins
22216
22217 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22218
22219         * gst/asfdemux/gstasfmux.c
22220           Fix some 64 bits constants to be glib friendly
22221
22222 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22223
22224         * gst/ac3parse/gstac3parse.c
22225         * gst/audioscale/gstaudioscale.c
22226         * gst/auparse/gstauparse.c
22227         * gst/colorspace/gstcolorspace.c
22228         * gst/colorspace/yuv2rgb.h
22229           local include fixes
22230
22231 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22232
22233         * win32/gst.sln
22234           add more plugins to the build
22235
22236 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22237
22238         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22239         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22240
22241 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22242
22243         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22244         (gst_level_set_property), (gst_level_get_property),
22245         (gst_level_base_init), (gst_level_class_init):
22246           add debugging categories.  cleanups.
22247
22248 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22249
22250         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22251         (gst_videoscale_planar411), (gst_videoscale_planar400),
22252         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22253         (gst_videoscale_scale_nearest_str1),
22254         (gst_videoscale_scale_nearest_str2),
22255         (gst_videoscale_scale_nearest_str4),
22256         (gst_videoscale_scale_nearest_16bit),
22257         (gst_videoscale_scale_nearest_24bit):
22258           fixed stride issues
22259           tested with 320x240 -> 321, 322, 324 x240
22260           tested with YV12, I420, YUY2, UYVY
22261           fixed packed422rev (don't think it could have worked before)
22262           by testing with UYVY
22263
22264 2004-07-26  Benjamin Otte  <otte@gnome.org>
22265
22266         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22267         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22268         (plugin_init):
22269           add debugging category, add error checks like checking return values
22270           of setup calls, make sure it still works after
22271           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22272
22273 2004-07-26  Wim Taymans  <wim@fluendo.com>
22274
22275         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22276         (gst_mpeg_demux_get_audio_stream),
22277         (gst_mpeg_demux_process_private):
22278         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22279         Check for error codes from the negotiation functions. Make sure
22280         we really set the pad caps when a new pad is created.
22281
22282 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22283
22284         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22285         (gst_ffmpeg_caps_to_pix_fmt):
22286         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22288         (gst_ffmpegcolorspace_pad_link):
22289           don't make function do two things at the same time without reason.
22290
22291 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22292
22293         * gst/ac3parse/ac3parse.vcproj
22294         * gst/adder/adder.vcproj
22295         * gst/alpha/alpha.vcproj
22296         * gst/alpha/alphacolor.vcproj
22297         * gst/asfdemux/asf.vcproj
22298         * gst/audioconvert/audioconvert.vcproj
22299         * gst/audiorate/audiorate.vcproj
22300         * gst/audioscale/audioscale.vcproj
22301         * gst/auparse/auparse.vcproj
22302         * gst/avi/avi.vcproj
22303         * gst/cdxaparse/cdxaparse.vcproj
22304         * gst/chart/chart.vcproj
22305         * gst/colorspace/colorspace.vcproj
22306         * gst/cutter/cutter.vcproj
22307         * gst/debug/debug.vcproj
22308         * gst/debug/efence.vcproj
22309         * gst/debug/navigationtest.vcproj
22310         * gst/deinterlace/deinterlace.vcproj
22311         * gst/effectv/effectv.vcproj
22312         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22313         * gst/filter/filter.vcproj
22314         * gst/flx/flxdec.vcproj
22315         * gst/goom/goom.vcproj
22316         * gst/interleave/interleave.vcproj
22317         * gst/law/alaw.vcproj
22318         * gst/law/mulaw.vcproj
22319         * gst/matroska/matroska.vcproj
22320         * gst/median/median.vcproj
22321         * gst/mixmatrix/mixmatrix.vcproj
22322         * gst/mpeg1sys/mpeg1systemencode.vcproj
22323         * gst/mpeg1videoparse/mp1videoparse.vcproj
22324         * gst/mpeg2sub/mpeg2subt.vcproj
22325         * gst/mpegaudio/mpegaudio.vcproj
22326         * gst/mpegaudioparse/mpegaudioparse.vcproj
22327         * gst/mpegstream/mpegstream.vcproj
22328         * gst/multifilesink/multifilesink.vcproj
22329         * gst/multipart/multipart.vcproj
22330         * gst/oneton/oneton.vcproj
22331         * gst/overlay/overlay.vcproj
22332         * gst/passthrough/passthrough.vcproj
22333         * gst/qtdemux/qtdemux.vcproj
22334         * gst/realmedia/rmdemux.vcproj
22335         * gst/rtjpeg/rtjpeg.vcproj
22336         * gst/rtp/rtp.vcproj
22337         * gst/silence/silence.vcproj
22338         * gst/sine/sinesrc.vcproj
22339         * gst/smooth/smooth.vcproj
22340         * gst/smpte/smpte.vcproj
22341         * gst/spectrum/spectrum.vcproj
22342         * gst/speed/speed.vcproj
22343         * gst/stereo/stereo.vcproj
22344         * gst/switch/switch.vcproj
22345         * gst/tags/tagedit.vcproj
22346         * gst/tcp/tcp.vcproj
22347         * gst/typefind/typefindfunctions.vcproj
22348         * gst/udp/udp.vcproj
22349         * gst/videobox/videobox.vcproj
22350         * gst/videocrop/videocrop.vcproj
22351         * gst/videodrop/videodrop.vcproj
22352         * gst/videofilter/gamma.vcproj
22353         * gst/videofilter/videobalance.vcproj
22354         * gst/videofilter/videofilter.vcproj
22355         * gst/videofilter/videoflip.vcproj
22356         * gst/videoflip/videoflip.vcproj
22357         * gst/videomixer/videomixer.vcproj
22358         * gst/videorate/videorate.vcproj
22359         * gst/videoscale/videoscale.vcproj
22360         * gst/videotestsrc/videotestsrc.vcproj
22361         * gst/virtualdub/virtualdub.vcproj
22362         * gst/volenv/volenv.vcproj
22363         * gst/volume/volume.vcproj
22364         * gst/wavenc/wavenc.vcproj
22365         * gst/wavparse/wavparse.vcproj
22366         * gst/y4m/y4menc.vcproj
22367           more plugins supported under windows
22368
22369 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22370
22371         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22372         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22373         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22375         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22376           Add debugging statements.  Use the sizes as returned by the
22377           *CreateImage calls.
22378
22379 2004-07-26  Johan Dahlin  <johan@gnome.org>
22380
22381         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22382         the pad is negotiated.
22383
22384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22385
22386 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22387
22388         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22389         * gst-libs/gst/idct/idct.vcproj:
22390         * gst-libs/gst/media-info/media-info.vcproj:
22391         * gst-libs/gst/mixer/mixer.vcproj:
22392         * gst-libs/gst/navigation/navigation.vcproj:
22393         * gst-libs/gst/play/play.vcproj:
22394         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22395         * gst-libs/gst/resample/resample.vcproj:
22396         * gst-libs/gst/tuner/tuner.vcproj:
22397         * gst-libs/gst/video/video.vcproj:
22398         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22399           more plugins supported under windows
22400
22401 2004-07-25 Iain <iain@prettypeople.org>
22402
22403         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22404         pad now rather than when the pad is created because state changes wipe
22405         explicit caps (fixes #148043).
22406
22407 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22408
22409         reviewed by Benjamin Otte  <otte@gnome.org>
22410
22411         * ext/mad/gstmad.c:
22412           fix mad plugin crashing on Sun (fixes #148289)
22413
22414 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22415
22416         * gst/avi/avi.def:
22417         * gst/avi/avi.vcproj:
22418         * gst/matroska/matroska.def:
22419         * gst/matroska/matroska.vcproj:
22420           remove unused .def files
22421
22422 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22423
22424         * gst-libs/gst/audio/gstaudiofilter.c:
22425           Clean the local include
22426
22427 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22428
22429         * win32/gst.sln:
22430         * gst-libs/gst/audio/audio.def:
22431         * gst-libs/gst/audio/audio.vcproj:
22432         * gst-libs/gst/audio/audiofilter.vcproj:
22433         * gst-libs/gst/audio/riff.def:
22434         * gst-libs/gst/audio/riff.vcproj:
22435         * gst-libs/gst/gst-libs.def:
22436         * gst-libs/gst/gst-libs.vcproj:
22437         * gst/avi/avi.vcproj:
22438         * gst/avi/avi.vcproj:
22439           Copy the files where needed after building, cleaner projects
22440
22441 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22442
22443         * gst/matroska/ebml-write.c:
22444           Fix some 64 bits constants to be glib friendly
22445
22446 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22447
22448         * win32/gst.sln:
22449         * gst-libs/gst/gst-libs.def:
22450         * gst-libs/gst/gst-libs.vcproj:
22451         * gst/matroska/matroska.def:
22452         * gst/matroska/matroska.vcproj:
22453           Add the preliminary canvas to build plugins on Win32
22454
22455 2004-07-23  Benjamin Otte  <otte@gnome.org>
22456
22457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22458           don't enfore negotiation from source side, it breaks
22459           sinesrc ! audioconvert ! osssink
22460
22461 2004-07-22  David Schleef  <ds@schleef.org>
22462
22463         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22464         for ELF files, since they can easily be recognized as audio/mpeg.
22465         (bug #147441)
22466
22467 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22468
22469         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22470         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22471         (gst_videoscale_scale_nearest_24bit),
22472         (gst_videoscale_scale_nearest_16bit):
22473           fix 16bit and 24bit for stride (24bit might need testing)
22474           don't pretend we do more than one algorithm
22475
22476 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22477
22478         * configure.ac:
22479         * gst/Makefile.am:
22480         * gst/multifilesink/Makefile.am:
22481         * gst/multifilesink/gstmultifilesink.c:
22482         (gst_multifilesink_get_formats),
22483         (gst_multifilesink_get_query_types), (_do_init),
22484         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22485         (gst_multifilesink_init), (gst_multifilesink_dispose),
22486         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22487         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22488         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22489         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22490         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22491         (gst_multifilesink_uri_get_type),
22492         (gst_multifilesink_uri_get_protocols),
22493         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22494         (gst_multifilesink_uri_handler_init), (plugin_init):
22495         * gst/multifilesink/gstmultifilesink.h:
22496         * testsuite/Makefile.am:
22497         * testsuite/multifilesink/Makefile.am:
22498         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22499         (gst_newmedia_class_init), (gst_newmedia_init),
22500         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22501         (newfile_signal), (test_signal), (main):
22502         multifilesink plugin for creating new files every time a new media
22503         discontinuity event occurs
22504
22505 2004-07-22  Wim Taymans  <wim@fluendo.com>
22506
22507         * gst/alpha/Makefile.am:
22508         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22509         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22510         (gst_alpha_color_init), (gst_alpha_color_set_property),
22511         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22512         (transform), (gst_alpha_color_chain),
22513         (gst_alpha_color_change_state), (plugin_init):
22514         Stupid plugin to to RGBA to AYUV conversion because none of
22515         the colorspace plugins can handle that yet.
22516
22517 2004-07-22  Wim Taymans  <wim@fluendo.com>
22518
22519         * examples/seeking/seek.c: (update_scale), (main):
22520         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22521         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22522         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22523         (gst_decode_bin_init), (gst_decode_bin_dispose),
22524         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22525         (no_more_pads), (close_link), (type_found),
22526         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22527         (plugin_init):
22528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22529         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22530         (gst_play_base_bin_dispose), (queue_overrun),
22531         (gen_preroll_element), (remove_prerolls), (unknown_type),
22532         (no_more_pads), (new_stream), (setup_source),
22533         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22534         (play_base_eos), (gst_play_base_bin_change_state),
22535         (gst_play_base_bin_add_element),
22536         (gst_play_base_bin_remove_element),
22537         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22538         (gst_play_base_bin_unlink_stream),
22539         (gst_play_base_bin_get_streaminfo):
22540         * gst/playback/gstplaybin.c: (gen_video_element),
22541         (gen_audio_element):
22542         * gst/playback/gststreaminfo.h:
22543         More playback updates, attempt to fix things after the state change
22544         breakage.
22545
22546 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22547
22548         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22549         (gst_videoscale_scale_nearest_16bit):
22550           comment algorithm
22551
22552 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * gst/videotestsrc/gstvideotestsrc.c:
22555         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22556         (gst_videotestsrc_init), (gst_videotestsrc_get),
22557         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22558         (gst_videotestsrc_get_property):
22559         * gst/videotestsrc/gstvideotestsrc.h:
22560         * gst/videotestsrc/videotestsrc.c:
22561         * gst/videotestsrc/videotestsrc.h:
22562           cleanup and commenting
22563
22564 2004-07-21  Wim Taymans  <wim@fluendo.com>
22565
22566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22567         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22568         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22569         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22570         (_find_chain_get_unknown_part), (_find_streams_check),
22571         (gst_ogg_demux_push), (gst_ogg_pad_push):
22572         * ext/theora/theoradec.c: (theora_get_formats),
22573         (theora_dec_src_convert), (theora_dec_sink_convert),
22574         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22575         (theora_dec_chain):
22576         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22577         (vorbis_dec_convert), (vorbis_dec_src_query),
22578         (vorbis_dec_src_event), (vorbis_dec_event):
22579         More seeking fixes, oggdemux now supports seeking to time and
22580         uses the downstream element to convert granulepos to time.
22581         Seeking in theora-only ogg files now works.
22582
22583 2004-07-21  Wim Taymans  <wim@fluendo.com>
22584
22585         * ext/theora/theoradec.c: (gst_theora_dec_init),
22586         (theora_get_formats), (theora_get_event_masks),
22587         (theora_get_query_types), (theora_dec_src_convert),
22588         (theora_dec_sink_convert), (theora_dec_src_query),
22589         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22590         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22591         (vorbis_get_event_masks), (vorbis_get_query_types),
22592         (gst_vorbis_dec_init), (vorbis_dec_convert),
22593         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22594         Added query/convert/formats functions to vorbis and theora decoders
22595         so that the outside world can use them too. Fixed seeking on an
22596         ogg/theora/vorbis file by disabling the seeking seeking on the
22597         theora srcpad.
22598
22599 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22600
22601         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22602         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22603         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22604         images creation for both elements. We don't create the image on caps
22605         nego or renego, we just destroy the internal one if present if it does
22606         not match the needs. The chain function takes care of creating a new
22607         image when needed.
22608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22609         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22610         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22611         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22612         the image format information. The buffer pool checks for the context
22613         image format and discard images with different formats.
22614         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22615
22616 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22617
22618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22619         (gst_ffmpegcolorspace_chain):
22620           no point in doing any chaining if the pad we want to push from
22621           isn't usable.
22622
22623 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22624
22625         * gst-libs/gst/riff/riff-media.c:
22626         (gst_riff_create_audio_caps_with_data):
22627           Fix double end-to-native symbol conversion (#148021).
22628
22629 2004-07-20  David Schleef  <ds@schleef.org>
22630
22631         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22632         Don't use an Atom that doesn't exist.
22633
22634 2004-07-20  Wim Taymans  <wim@fluendo.com>
22635
22636         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22637         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22638         (gst_multifdsink_client_remove),
22639         (gst_multifdsink_handle_client_write),
22640         (gst_multifdsink_queue_buffer):
22641         * gst/tcp/gstmultifdsink.h:
22642         More multifdsink stats. Avoid deadlock by releasing locks
22643         before sending out a signal.
22644
22645 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * po/LINGUAS:
22648         * po/hu.po:
22649           added Hungarian translation (Laszlo Dvornik)
22650
22651 2004-07-20  Wim Taymans  <wim@fluendo.com>
22652
22653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22654         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22655         (gst_multifdsink_handle_client_write),
22656         (gst_multifdsink_queue_buffer):
22657         * gst/tcp/gsttcp-marshal.list:
22658         Fixed the stupid marshal definition.
22659
22660 2004-07-20  Wim Taymans  <wim@fluendo.com>
22661
22662         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22663         (gst_multifdsink_init), (gst_multifdsink_add),
22664         (gst_multifdsink_client_remove),
22665         (gst_multifdsink_handle_client_write),
22666         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22667         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22668         (gst_multifdsink_init_send):
22669         * gst/tcp/gstmultifdsink.h:
22670         Added more stats, added timeout for a client, fixed some typos
22671         and added some comments.
22672
22673 2004-07-20  Wim Taymans  <wim@fluendo.com>
22674
22675         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22676         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22677         (gst_multifdsink_client_remove),
22678         (gst_multifdsink_handle_client_write):
22679         * gst/tcp/gstmultifdsink.h:
22680         * gst/tcp/gsttcp-marshal.list:
22681         Added get_stats method that returns a GValueArray of
22682         stats values.
22683
22684 2004-07-19  Benjamin Otte  <otte@gnome.org>
22685
22686         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22687           make sure longname, description and author are valid UTF-8
22688
22689 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22690
22691         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22692         (gst_ximagesink_set_property):
22693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22694         (gst_xvimagesink_set_property):
22695           make sure SYNCHRONOUS is respected after getting the X context
22696
22697 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22698
22699         * gst/matroska/matroska-demux.c:
22700         (gst_matroska_demux_handle_src_event),
22701         (gst_matroska_demux_parse_blockgroup):
22702         * gst/matroska/matroska-ids.h:
22703           add BlockReference tag and ignore it to clear out log.
22704           ignore NAVIGATION events to clear out log.
22705
22706 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22707
22708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22709         (gst_matroska_demux_add_stream):
22710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22711           add debug categories
22712
22713 2004-07-16  Wim Taymans  <wim@fluendo.com>
22714
22715         * ext/libpng/Makefile.am:
22716         * ext/libpng/gstpng.c: (plugin_init):
22717         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22718         (gst_pngdec_get_type), (gst_pngdec_base_init),
22719         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22720         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22721         * ext/libpng/gstpngdec.h:
22722         Added png decoder.
22723
22724 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22725
22726         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22727         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22728         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22729         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22730         (gst_ximagesink_buffer_alloc):
22731         * sys/ximage/ximagesink.h:
22732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22733         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22734         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22735         (gst_xvimagesink_buffer_alloc):
22736         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22737         again. Using internal data pointer of the x(v)image to store image's
22738         data to be coherent with the buffer alloc mechanism. Investigated the
22739         image destruction code to be sure that everything gets freed correctly.
22740
22741 2004-07-16  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst-libs/gst/riff/riff-read.c:
22744         (gst_riff_read_strf_vids_with_data),
22745         (gst_riff_read_strf_auds_with_data):
22746         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22747         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22748         Make sure we don't create 0 sized subbuffers in riff-read.
22749         Signal the no more pads signal after reading the avi header.
22750
22751 2004-07-16  Wim Taymans  <wim@fluendo.com>
22752
22753         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22754         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22755         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22756         (gst_decode_bin_init), (gst_decode_bin_dispose),
22757         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22758         (no_more_pads), (close_link), (type_found),
22759         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22760         (gst_decode_bin_change_state), (plugin_init):
22761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22762         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22763         (gst_play_base_bin_dispose), (queue_overrun),
22764         (gen_preroll_element), (remove_prerolls), (unknown_type),
22765         (no_more_pads), (new_stream), (setup_source),
22766         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22767         (play_base_eos), (gst_play_base_bin_change_state),
22768         (gst_play_base_bin_add_element),
22769         (gst_play_base_bin_remove_element),
22770         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22771         (gst_play_base_bin_unlink_stream),
22772         (gst_play_base_bin_get_streaminfo):
22773         * gst/playback/gstplaybasebin.h:
22774         Better error recovery. Added configurable preroll queue size. Faster
22775         detection of no-more-pads.
22776
22777 2004-07-16  Wim Taymans  <wim@fluendo.com>
22778
22779         * gst-libs/gst/video/video.h:
22780         Added 32 bits RGBA. Not sure if we should use another mime-type
22781         for alpha rgb. Currently the presence of the alpha_mask property
22782         signals an alpha channel.
22783
22784 2004-07-16  Wim Taymans  <wim@fluendo.com>
22785
22786         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22788         FPS seems to be 0.0 to MAX everywhere else.
22789
22790 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * gst-libs/gst/riff/riff-media.c:
22793         (gst_riff_create_video_caps_with_data):
22794           mp42/mp43 (no caps) exist too.
22795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22796           Set pixel_width/height; we've got them in-caps.
22797         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22798         * gst/wavparse/gstwavparse.c: (plugin_init):
22799           Both are valid primary.
22800         * sys/oss/gstossmixer.c:
22801           Remove i18n hack and enable translations.
22802
22803 2004-07-15  Benjamin Otte  <otte@gnome.org>
22804
22805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22806         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22807           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22808
22809 2004-07-15  Benjamin Otte  <otte@gnome.org>
22810
22811         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22812         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22813         (gst_alsa_close_audio):
22814           disable some of the debugging code for now. Writing debugging to a
22815           buffer is broken in current alsalib releases.
22816
22817 2004-07-12  Benjamin Otte  <otte@gnome.org>
22818
22819         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22820           use bufferpools
22821
22822 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22823
22824         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22825         (theora_dec_src_query), (theora_dec_event):
22826         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22827           add debugging categories.  Remove \n's.
22828
22829 2004-07-13  Johan Dahlin  <johan@gnome.org>
22830
22831         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22832         (gst_play_bin_get_property): Impl.
22833
22834 2004-07-13  Wim Taymans  <wim@fluendo.com>
22835
22836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22837         When trying to find the stream length, seek back N pages
22838         instead of just one, where N is the number of streams in
22839         the current chain.
22840
22841 2004-07-13  Wim Taymans  <wim@fluendo.com>
22842
22843         * gst-libs/gst/riff/riff-media.c:
22844         (gst_riff_create_audio_caps_with_data),
22845         (gst_riff_create_audio_caps),
22846         (gst_riff_create_audio_template_caps):
22847         * gst-libs/gst/riff/riff-media.h:
22848         * gst-libs/gst/riff/riff-read.c:
22849         (gst_riff_read_strf_vids_with_data),
22850         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22851         * gst-libs/gst/riff/riff-read.h:
22852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22853         (gst_avi_demux_add_stream):
22854         Set codec_data on caps for avidemuxer.
22855
22856 2004-07-12  David Schleef  <ds@schleef.org>
22857
22858         * configure.ac: Fix test for Objective C
22859
22860 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22862         (gst_gdk_pixbuf_chain):
22863           Add svg and pcx to template caps, and ensure that getcaps returns a
22864           subset of the template caps.
22865           Copy each row manually for output, as gdkpixbuf may pad the
22866           rowstride to a 32-bit word boundary.
22867
22868 2004-07-12  Wim Taymans  <wim@fluendo.com>
22869
22870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22871         (gst_riff_create_video_template_caps):
22872         Fix the template caps to include some more media types.
22873
22874 2004-07-12  Wim Taymans  <wim@fluendo.com>
22875
22876         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22877         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22878         (compare_ranks), (print_feature), (gst_decode_bin_init),
22879         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22880         (try_to_link_1), (new_pad), (close_link), (type_found),
22881         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22882         (gst_decode_bin_change_state), (plugin_init):
22883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22884         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22885         (gst_play_base_bin_dispose), (queue_overrun),
22886         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22887         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22888         (gst_play_base_bin_get_property), (play_base_eos),
22889         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22890         (gst_play_base_bin_remove_element),
22891         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22892         (gst_play_base_bin_unlink_stream),
22893         (gst_play_base_bin_get_streaminfo):
22894         * gst/playback/gstplaybasebin.h:
22895         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22896         (gst_play_bin_class_init), (gst_play_bin_init),
22897         (gst_play_bin_dispose), (gst_play_bin_set_property),
22898         (gst_play_bin_get_property), (gen_video_element),
22899         (gen_audio_element), (remove_sinks), (setup_sinks),
22900         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22901         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22902         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22903         (gst_play_bin_query), (plugin_init):
22904         * gst/playback/test4.c: (main):
22905         More fixes on reusing of the element.
22906
22907 2004-07-11  Benjamin Otte  <otte@gnome.org>
22908
22909         * ext/mad/gstmad.c: (normal_seek):
22910           allow seeking for other methods than just SET
22911
22912 2004-07-11  Andy Wingo  <wingo@pobox.com>
22913
22914         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22915         float, "any" caps -> buffer_frames=[0,MAX].
22916
22917         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22918         doesn't intersect our caps with the template any more. Do it
22919         ourselves.
22920         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22921
22922 2004-07-09  Wim Taymans  <wim@fluendo.com>
22923
22924         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22925         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22926         (compare_ranks), (print_feature), (gst_decode_bin_init),
22927         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22928         (try_to_link_1), (new_pad), (close_link), (type_found),
22929         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22930         (gst_decode_bin_change_state), (plugin_init):
22931         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22932         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22933         (gst_play_base_bin_dispose), (queue_overrun),
22934         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22935         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22936         (gst_play_base_bin_get_property), (play_base_eos),
22937         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22938         (gst_play_base_bin_remove_element),
22939         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22940         (gst_play_base_bin_unlink_stream),
22941         (gst_play_base_bin_get_streaminfo):
22942         * gst/playback/gstplaybasebin.h:
22943         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22944         (gst_play_bin_class_init), (gst_play_bin_init),
22945         (gst_play_bin_dispose), (gst_play_bin_set_property),
22946         (gst_play_bin_get_property), (gen_video_element),
22947         (gen_audio_element), (remove_sinks), (setup_sinks),
22948         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22949         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22950         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22951         (gst_play_bin_query), (plugin_init):
22952         * gst/playback/test4.c: (main):
22953         Work on object reuse and seeking.
22954
22955 2004-07-09  Wim Taymans  <wim@fluendo.com>
22956
22957         * examples/seeking/seek.c: (iterate):
22958         Don't consume all CPU in the idle loop.
22959
22960 2004-07-09  Wim Taymans  <wim@fluendo.com>
22961
22962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22963         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22964         Add pad to element *after* setting the pad functions so that
22965         the scheduler can use the correct ones.
22966
22967 2004-07-09  Wim Taymans  <wim@fluendo.com>
22968
22969         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22970         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22971         Sync to keyframe after seek
22972
22973 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22974
22975         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22977         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22979         * ext/libvisual/visual.c: (gst_visual_change_state):
22980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22981         * ext/theora/theoradec.c: (theora_dec_change_state):
22982         * ext/theora/theoraenc.c: (theora_enc_change_state):
22983         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22984         * gst-libs/gst/navigation/navigation.c:
22985         * gst/adder/gstadder.c: (gst_adder_change_state):
22986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22987         (gst_audio_convert_get_buffer):
22988         * gst/multipart/multipartdemux.c:
22989         (gst_multipart_demux_change_state):
22990         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22992         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22993         * gst/videoscale/gstvideoscale.c:
22994         (gst_videoscale_handle_src_event):
22995         * gst/volume/gstvolume.c: (volume_chain_int16):
22996           don't assert in state change, this should be done by the base
22997           GstElement class.
22998           various debugging fixes.
22999
23000 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23001
23002         * configure.ac:
23003         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23004         (gst_play_dispose), (gst_play_set_location),
23005         (gst_play_set_data_src), (gst_play_set_video_sink),
23006         (gst_play_set_audio_sink), (gst_play_set_visualization),
23007         (gst_play_connect_visualization), (gst_play_get_sink_element),
23008         (gst_play_get_all_by_interface):
23009         * gst-libs/gst/play/play.h:
23010           add new method to get elements implementing an interface.
23011           add various error logging
23012
23013 2004-07-08  Wim Taymans  <wim@fluendo.com>
23014
23015         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23016         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23017         (make_playerbin_pipeline), (query_durations_elems),
23018         (query_durations_pads), (query_positions_elems),
23019         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23020         (main):
23021         Added playbin seeking example.
23022
23023 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23024
23025         * gst-libs/gst/play/play.c: (gst_play_set_location),
23026         (gst_play_set_data_src), (gst_play_set_video_sink),
23027         (gst_play_set_audio_sink), (gst_play_set_visualization),
23028         (gst_play_connect_visualization), (gst_play_get_framerate):
23029           use a macro to look up elements from hash table
23030
23031 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23032
23033         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23034         (gst_play_get_length_callback), (gst_play_set_location),
23035         (gst_play_seek_to_time), (gst_play_set_data_src),
23036         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23037         (gst_play_set_visualization), (gst_play_connect_visualization),
23038         (gst_play_get_sink_element):
23039         - add debugging info
23040         - fix looking up sink elements by iterating over complete caps
23041         - put everything except for source and autoplugger in a complete bin
23042
23043 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23044
23045         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23047         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23048         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23049         * ext/alsa/gstalsasink.h:
23050         - add debugging info
23051         - clean up schizophrenia of data/buffer/event
23052         - fix double event unref error
23053
23054 2004-07-08  Wim Taymans  <wim@fluendo.com>
23055
23056         * gst/playback/Makefile.am:
23057         Add headers to noinst
23058
23059 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23060
23061         * tools/gst-launch-ext-m.m:
23062         * tools/gst-launch-ext.1.in:
23063           convert to the third millenium
23064
23065 2004-07-07  David Schleef  <ds@schleef.org>
23066
23067         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23068
23069 2004-07-07  Wim Taymans  <wim@fluendo.com>
23070
23071         * gst/playback/Makefile.am:
23072         * gst/playback/README:
23073         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23074         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23075         (compare_ranks), (print_feature), (gst_decode_bin_init),
23076         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23077         (try_to_link_1), (new_pad), (close_link), (type_found),
23078         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23079         (plugin_init):
23080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23081         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23082         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23083         (gen_preroll_element), (no_more_pads), (new_stream),
23084         (setup_source), (gst_play_base_bin_set_property),
23085         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23086         (gst_play_base_bin_add_element),
23087         (gst_play_base_bin_remove_element),
23088         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23089         (gst_play_base_bin_unlink_stream),
23090         (gst_play_base_bin_get_streaminfo):
23091         * gst/playback/gstplaybasebin.h:
23092         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23093         (gst_play_bin_class_init), (gst_play_bin_init),
23094         (gst_play_bin_dispose), (gst_play_bin_set_property),
23095         (gst_play_bin_get_property), (gen_video_element),
23096         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23097         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23098         (gst_play_bin_get_formats), (gst_play_bin_convert),
23099         (gst_play_bin_get_query_types), (gst_play_bin_query),
23100         (plugin_init):
23101         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23102         (gst_stream_info_get_type), (gst_stream_info_class_init),
23103         (gst_stream_info_init), (gst_stream_info_new),
23104         (gst_stream_info_dispose), (gst_stream_info_set_property),
23105         (gst_stream_info_get_property):
23106         * gst/playback/gststreaminfo.h:
23107         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23108         (main):
23109         * gst/playback/test2.c: (main):
23110         * gst/playback/test3.c: (update_scale), (main):
23111         More playbin fixes. Added README. Do better element filtering.
23112         Added base class to preroll media. Added test apps.
23113
23114 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23115
23116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23117         * ext/mpeg2dec/gstmpeg2dec.h:
23118           various debugging improvements.  Reset stream to next picture
23119           instead of sequence header, otherwise seeks cannot work.
23120
23121 2004-07-07  Wim Taymans  <wim@fluendo.com>
23122
23123         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23124         (gst_video_box_class_init), (gst_video_box_set_property),
23125         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23126         Use pad_alloc where possible.
23127
23128 2004-07-07  Wim Taymans  <wim@fluendo.com>
23129
23130         * sys/oss/gstosselement.c: (gst_osselement_reset),
23131         (gst_osselement_parse_caps):
23132         * sys/oss/gstosselement.h:
23133         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23134         Fix offset on osssrc.
23135
23136 2004-07-07  Wim Taymans  <wim@fluendo.com>
23137
23138         * ext/theora/theora.c: (plugin_init):
23139         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23140         (theora_dec_src_query), (theora_dec_chain):
23141         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23142         (theora_enc_sink_link), (theora_buffer_from_packet),
23143         (theora_push_packet), (theora_enc_chain):
23144         Fix theora granulepos calculation.
23145         Fix overflow in duration/position calculation.
23146         Bump rank to PRIMARY for theoradec.
23147         Use granulepos of last packet to calculate position.
23148         Set keyframe flag on buffers when needed.
23149
23150 2004-07-06  David Schleef  <ds@schleef.org>
23151
23152         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23153         serious?  (Fixed, obviously.)
23154
23155 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23156
23157         * po/LINGUAS:
23158         * po/cs.po:
23159           added Czech translation (Miloslav Trmac)
23160
23161 2004-07-05  Wim Taymans  <wim@fluendo.com>
23162
23163         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23164         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23165         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23166         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23167         (close_link), (type_found), (gst_decode_bin_set_property),
23168         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23169         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23170         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23171         (gst_decode_bin_query), (plugin_init):
23172         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23173         (gst_play_bin_class_init), (gst_play_bin_init),
23174         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23175         (get_video_element), (new_pad), (setup_source),
23176         (gst_play_bin_set_property), (gst_play_bin_get_property),
23177         (gst_play_bin_change_state), (gst_play_bin_add_element),
23178         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23179         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23180         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23181         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23182         * gst/playback/test.c: (main):
23183         More fixes, cleaned up playbin, make it use decodebin. Added
23184         threaded property to playbin.
23185
23186 2004-07-05  Wim Taymans  <wim@fluendo.com>
23187
23188         * configure.ac:
23189         * gst/playback/Makefile.am:
23190         * gst/playback/decodetest.c: (main):
23191         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23192         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23193         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23194         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23195         (close_link), (type_found), (gst_decode_bin_set_property),
23196         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23197         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23198         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23199         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23200         (plugin_init):
23201         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23202         (gst_play_bin_class_init), (gst_play_bin_init),
23203         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23204         (collect_sink_pads), (find_compatibles), (close_pad_link),
23205         (try_to_link_1), (new_pad), (close_link), (type_found),
23206         (setup_source), (gst_play_bin_set_property),
23207         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23208         (compare_ranks), (gst_play_bin_collect_factories),
23209         (gst_play_bin_change_state), (gst_play_bin_add_element),
23210         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23211         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23212         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23213         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23214         * gst/playback/test.c: (main):
23215         Added some playback helper elements and some test apps, very alpha
23216         still.
23217
23218 2004-07-04  Benjamin Otte  <otte@gnome.org>
23219
23220         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23221           only restart audio when we indeed have an xrun to fix repeated
23222           xruns. Fix suggested by Giuliano Pochini.
23223
23224 2004-07-03  David Schleef  <ds@schleef.org>
23225
23226         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23227         call to gst_debug_log() if debugging is disabled (bug #145118)
23228
23229 2004-07-03  Benjamin Otte  <otte@gnome.org>
23230
23231         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23232           use our own functions for restarting the alsa device.
23233         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23234           I should apply patches myself - use MIN for the third argument, not
23235           the second, this fixes seeking
23236
23237 2004-07-02  David Schleef  <ds@schleef.org>
23238
23239         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23240         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23241         do with the logic.
23242
23243 2004-07-02  David Schleef  <ds@schleef.org>
23244
23245         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23246         output buffers.  Fix logic mistake.  (bug #144866)
23247
23248 2004-07-02  David Schleef  <ds@schleef.org>
23249
23250         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23251         on X.  (bug #144753)
23252
23253 2004-07-02  David Schleef  <ds@schleef.org>
23254
23255         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23256         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23257         (bug #144624)
23258         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23259         (gst_osselement_rate_probe_check): Add another workaround for
23260         buggy drivers (bug #145336)
23261
23262 2004-07-02  David Schleef  <ds@schleef.org>
23263
23264         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23265         Most systems don't have MSG_NOSIGNAL.
23266
23267 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23268
23269         * Makefile.am:
23270         * gst-libs/gst/colorbalance/Makefile.am:
23271         * gst-libs/gst/mixer/Makefile.am:
23272         * gst-libs/gst/play/Makefile.am:
23273         * gst-libs/gst/tuner/Makefile.am:
23274           (hopefully) fix both install and dist and make error message useful.
23275           needs testing across automakes.
23276
23277 2004-07-02  Benjamin Otte  <otte@gnome.org>
23278
23279         * ext/ogg/gstogg.c: (plugin_init):
23280           we require bytestream now
23281         * ext/ogg/gstoggdemux.c:
23282           huge diff to implement chain setup in a fast and generic way. This
23283           improves tag reading and startup of huge files (read: Theora videos)
23284           quite a bit. It probably contains bugs, too, so please test.
23285           Seeking is not improved to the fast method.
23286
23287 2004-06-29  Wim Taymans  <wim@fluendo.com>
23288
23289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23290         * ext/ogg/gstoggmux.c:
23291         Fix memleak in oggdemux when running unconnected pads.
23292         doc update in mux, start working on keyframe mode.
23293
23294 2004-06-29  Benjamin Otte  <otte@gnome.org>
23295
23296         * sys/oss/gstosssink.c:
23297         * sys/oss/gstosssrc.c:
23298           advertise correct template caps - we indeed do non-native endianness
23299           and 8bit audio has no endianness
23300         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23302           avoid (wrong) duplications in getcaps function and return
23303           template caps
23304
23305 2004-06-29  Wim Taymans  <wim@fluendo.com>
23306
23307         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23308         (gst_multifdsink_class_init), (gst_multifdsink_add),
23309         (gst_multifdsink_remove), (gst_multifdsink_clear),
23310         (gst_multifdsink_client_remove),
23311         (gst_multifdsink_handle_client_read),
23312         (gst_multifdsink_client_queue_data),
23313         (gst_multifdsink_client_queue_caps),
23314         (gst_multifdsink_client_queue_buffer),
23315         (gst_multifdsink_handle_client_write),
23316         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23317         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23318         (gst_multifdsink_init_send), (gst_multifdsink_close):
23319         Fix wrong GList iteration that could crash the server when
23320         more then 2 clients disconnect at the same time. Read all the
23321         pending commands in one batch to recover from command storms under
23322         very heavy load.
23323
23324 2004-06-28  Wim Taymans  <wim@fluendo.com>
23325
23326         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23327         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23328         (gst_videomixer_pad_set_property),
23329         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23330         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23331         (gst_videomixer_class_init), (gst_videomixer_init),
23332         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23333         (pad_zorder_compare), (gst_videomixer_sort_pads),
23334         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23335         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23336         (gst_videomixer_update_queues), (gst_videomixer_loop),
23337         (plugin_init):
23338         Avoid divide by zero, choose masterpad as the pad with the highest
23339         framerate.
23340
23341 2004-06-27  Julien Moutte  <julien@moutte.net>
23342
23343         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23344         (gst_ximagesink_xwindow_new):
23345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23346         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23347         function directly. We might want to call it from somewhere else one day.
23348
23349 2004-06-27  Julien Moutte  <julien@moutte.net>
23350
23351         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23352         (gst_ximagesink_xwindow_new):
23353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23354         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23355         window decorations.
23356
23357 2004-06-27  Wim Taymans  <wim@fluendo.com>
23358
23359         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23360         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23361         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23362         (gst_dvdec_set_property), (gst_dvdec_get_property):
23363         * ext/dv/gstdvdec.h:
23364         Implement drop_factor property to lower the framerate with
23365         a factor.
23366
23367 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23368
23369         * gst-libs/gst/colorbalance/Makefile.am:
23370         * gst-libs/gst/mixer/Makefile.am:
23371         * gst-libs/gst/play/Makefile.am:
23372         * gst-libs/gst/tuner/Makefile.am:
23373           unbreak Company's fix that didn't install the -enum.h files
23374
23375 2004-06-27  Wim Taymans  <wim@fluendo.com>
23376
23377         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23378         (gst_dvdec_change_state):
23379         * ext/dv/gstdvdec.h:
23380         Fix timestamp, duration and offset of the buffers.
23381
23382 2004-06-27  Wim Taymans  <wim@fluendo.com>
23383
23384         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23385         (gst_multifdsink_class_init), (gst_multifdsink_add),
23386         (gst_multifdsink_remove), (gst_multifdsink_clear),
23387         (gst_multifdsink_client_remove),
23388         (gst_multifdsink_handle_client_read),
23389         (gst_multifdsink_client_queue_data),
23390         (gst_multifdsink_client_queue_caps),
23391         (gst_multifdsink_client_queue_buffer),
23392         (gst_multifdsink_handle_client_write),
23393         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23394         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23395         (gst_multifdsink_init_send), (gst_multifdsink_close):
23396         * gst/tcp/gstmultifdsink.h:
23397         * gst/tcp/gsttcpserversink.c:
23398         (gst_tcpserversink_handle_server_read),
23399         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23400         More multifdsink fixes, more recovery policy fixes.
23401         Removed stupid g_print
23402
23403 2004-06-26  Wim Taymans  <wim@fluendo.com>
23404
23405         * gst/tcp/Makefile.am:
23406         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23407         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23408         (gst_multifdsink_class_init), (gst_multifdsink_init),
23409         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23410         (gst_multifdsink_handle_client_read),
23411         (gst_multifdsink_client_queue_data),
23412         (gst_multifdsink_client_queue_caps),
23413         (gst_multifdsink_client_queue_buffer),
23414         (gst_multifdsink_handle_client_write),
23415         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23416         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23417         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23418         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23419         (gst_multifdsink_close), (gst_multifdsink_change_state):
23420         * gst/tcp/gstmultifdsink.h:
23421         * gst/tcp/gsttcpplugin.c: (plugin_init):
23422         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23423         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23424         (gst_tcpserversink_handle_server_read),
23425         (gst_tcpserversink_handle_select),
23426         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23427         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23428         * gst/tcp/gsttcpserversink.h:
23429         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23430         one of the locks, added recovery policy to multifdsink.
23431
23432 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23433
23434         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23435           fix decision for when getting frames with same timestamp
23436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23437         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23438         (gst_v4lsrc_get_property):
23439         * sys/v4l/gstv4lsrc.h:
23440           add latency offset property
23441
23442 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23443
23444         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23445         (plugin_init):
23446           fix debugging. add category.
23447
23448 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23449
23450         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23451           fix wrong offsets
23452
23453 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23454
23455         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23456         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23457         (gst_alsa_src_change_state):
23458           return a time that is in sync with the element's processing
23459
23460 2004-06-25  Wim Taymans  <wim@fluendo.com>
23461
23462         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23463         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23464         (gst_tcpserversink_client_remove),
23465         (gst_tcpserversink_handle_client_read),
23466         (gst_tcpserversink_client_queue_data),
23467         (gst_tcpserversink_client_queue_caps),
23468         (gst_tcpserversink_client_queue_buffer),
23469         (gst_tcpserversink_handle_client_write),
23470         (gst_tcpserversink_queue_buffer),
23471         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23472         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23473         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23474         (gst_tcpserversink_close):
23475         * gst/tcp/gsttcpserversink.h:
23476         Serversink rewrite. Really do non blocking writes to clients and
23477         maintain an internal queue to handle slower clients while not
23478         disturbing fast clients.
23479
23480 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23481
23482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23483           better debug, don't override OFFSET and OFFSET_END
23484
23485 2004-06-25  Iain <iain@prettypeople.org>
23486
23487         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23488         name=source for the wavparse pipeline.
23489
23490 2004-06-24  Johan Dahlin  <johan@gnome.org>
23491
23492         * ext/theora/theoraenc.c (theora_enc_chain): Call
23493         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23494         streamheader caps are set correctly.
23495
23496 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23497
23498         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23499         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23500           respect minimum bitrate; same could be done for max bitrate
23501
23502 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23503
23504         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23505         (gst_vorbisenc_setup):
23506           fix sample rate range
23507
23508 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23509
23510         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23511         (gst_oggvorbisenc_setup):
23512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23513         (gst_vorbisenc_setup):
23514           resolve ambiguities in code and description
23515
23516 2004-06-24  Wim Taymans  <wim@fluendo.com>
23517
23518         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23519         * ext/alsa/gstalsa.h:
23520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23521         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23522         Use alsa trigger_tstamp to get the timestamp of the first
23523         sample in the buffer for more precise sync. Some cleanups.
23524
23525 2004-06-24  Wim Taymans  <wim@fluendo.com>
23526
23527         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23528         (gst_audiorate_init), (gst_audiorate_chain),
23529         (gst_audiorate_set_property), (gst_audiorate_get_property):
23530         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23531         (gst_videorate_chain):
23532         Added some logging, fixed an overflow bug in videorate.
23533
23534 2004-06-24  Benjamin Otte  <otte@gnome.org>
23535
23536         * ext/kio/Makefile.am:
23537           fix for builddir != srcdir and distcheck
23538
23539 2004-06-24  Benjamin Otte  <otte@gnome.org>
23540
23541         * gst-libs/gst/colorbalance/Makefile.am:
23542         * gst-libs/gst/mixer/Makefile.am:
23543         * gst-libs/gst/play/Makefile.am:
23544         * gst-libs/gst/tuner/Makefile.am:
23545         * gst/tcp/Makefile.am:
23546         * sys/dxr3/Makefile.am:
23547           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23548           tarball.
23549           Also add all *.list files that were missing.
23550         * Makefile.am:
23551           add a distcheck hook to ensure the above doesn't happen again.
23552
23553 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23554
23555         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23556
23557 2004-06-23  Colin Walters  <walters@redhat.com>
23558
23559         * m4/Makefile.am: Distribute gst-fionread.m4.
23560
23561 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23562
23563         * configure.ac: back to dev
23564
23565 2004-06-23  Wim Taymans  <wim@fluendo.com>
23566
23567         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23568         (gst_alsa_xrun_recovery):
23569         * ext/alsa/gstalsa.h:
23570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23571         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23572         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23573         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23574         (gst_alsa_src_loop):
23575         Add clock to alsasrc. Take new capture timestamp when
23576         restarting after an overrun. Split up some functions between
23577         alsasrc and alsasink.
23578
23579 === release 0.8.2 ===
23580
23581 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23582
23583         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23584         (gst_alsa_change_state), (gst_alsa_update_avail),
23585         (gst_alsa_xrun_recovery):
23586         * ext/alsa/gstalsa.h:
23587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23588           merge back changes from release
23589
23590 2004-06-23  Wim Taymans  <wim@fluendo.com>
23591
23592         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23593         (gst_audiorate_init), (gst_audiorate_chain),
23594         (gst_audiorate_set_property), (gst_audiorate_get_property):
23595         Implement sample dropping and notify
23596
23597 2004-06-22  Wim Taymans  <wim@fluendo.com>
23598
23599         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23600         (theora_enc_sink_link), (theora_buffer_from_packet),
23601         (theora_push_packet), (theora_enc_chain):
23602         Some cleanups, make sure the timestamps are correct.
23603
23604 2004-06-22  Wim Taymans  <wim@fluendo.com>
23605
23606         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23607         (gst_alsa_change_state), (gst_alsa_update_avail),
23608         (gst_alsa_xrun_recovery):
23609         * ext/alsa/gstalsa.h:
23610         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23611         Cleanups, take queued samples into account when reporting
23612         the time.
23613
23614 2004-06-22  Wim Taymans  <wim@fluendo.com>
23615
23616         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23617         (gst_videorate_init):
23618         Initialize the property as well.
23619
23620 2004-06-22  Wim Taymans  <wim@fluendo.com>
23621
23622         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23623         (gst_videorate_init), (gst_videorate_chain),
23624         (gst_videorate_set_property), (gst_videorate_get_property):
23625         Add property to make videorate silent.
23626         Add property to prefer new frames over old ones.
23627
23628 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23629
23630         * sys/osxvideo/Makefile.am:
23631         Workaround so that the osxvideo .so file gets linked with the
23632         Cocoa, OpenGL and QuickTime frameworks
23633
23634 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23635
23636         * sys/osxaudio/Makefile.am:
23637         Workaround so that the osxaudio .so file gets linked with the
23638         CoreAudio framework
23639
23640 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23641
23642         * configure.ac:
23643         Whoops, my fault...fixed build issues
23644
23645 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23646
23647         * configure.ac:
23648         Add objective-c support if running in Darwin/Mac OS X
23649         * sys/Makefile.am:
23650         * sys/osxvideo:
23651         * sys/osxvideo/Makefile.am:
23652         * sys/osxvideo/osxvideosink.h:
23653         * sys/osxvideo/osxvideosink.m:
23654         * sys/osxvideo/cocoawindow.h:
23655         * sys/osxvideo/cocoawindow.m:
23656         Add osxvideosink, a cocoa-based osx video sink
23657
23658
23659 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23660         * ext/dvdnav/gst-dvd:
23661         Grab the gconf key from the right spot
23662         * gst/debug/gstnavseek.c: (gst_navseek_init),
23663         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23664         (gst_navseek_chain):
23665         * gst/debug/gstnavseek.h:
23666           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23667           and loop parameters of a segment seek.
23668         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23669         (gst_videotestsrc_get_event_masks),
23670         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23671         * gst/videotestsrc/gstvideotestsrc.h:
23672           Add seeking support to videotestsrc
23673           Initialise the timestamp_offset variable.
23674
23675 2004-06-18  Wim Taymans  <wim@fluendo.com>
23676
23677         * ext/sidplay/gstsiddec.cc:
23678         Fix negotiation and set correct end offset.
23679
23680 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23681
23682         * configure.ac: branch and prerelease
23683
23684 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23685
23686         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23687         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23688         (gst_tcpclientsrc_init_receive):
23689         * gst/tcp/gsttcpclientsrc.h:
23690           read caps when connecting to server for GDP so we set them correctly
23691
23692 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23693
23694         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23695           notify drops and duplicates
23696         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23697           no good reason to limit ourselves to 100x100
23698
23699 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23700
23701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23702         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23703         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23704         (gst_v4lsrc_get_property):
23705         * sys/v4l/gstv4lsrc.h:
23706         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23707         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23708         (gst_v4l_set_audio):
23709         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23710         (gst_v4lsrc_try_capture):
23711         * sys/v4l/v4lsrc_calls.h:
23712           change try_palette to more general try_capture
23713           add autoprobe option so we can turn off autoprobing
23714           various fixes
23715
23716 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23717
23718         * configure.ac:
23719           add videorate
23720         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23721         (gst_ximagesink_class_init):
23722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23723         (gst_xvimagesink_class_init):
23724           run them as finalize, not dispose, since dispose can be invoked
23725           multiple times
23726
23727 2004-06-17  Wim Taymans  <wim@fluendo.com>
23728
23729         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23730         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23731         * ext/alsa/gstalsa.h:
23732         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23733         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23734         (gst_alsa_src_change_state):
23735         * ext/alsa/gstalsasrc.h:
23736         Make the xrun code timestamp and offset the buffers correctly.
23737         moved the clock to the base class, use alsa methods to get time.
23738         Do correct timestamping on outgoing buffers.
23739
23740 2004-06-17  Wim Taymans  <wim@fluendo.com>
23741
23742         * gst/audiorate/Makefile.am:
23743         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23744         (gst_audiorate_base_init), (gst_audiorate_class_init),
23745         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23746         (gst_audiorate_set_property), (gst_audiorate_get_property),
23747         (gst_audiorate_change_state), (plugin_init):
23748         Added an audiorate converter that fills in gaps.
23749
23750 2004-06-17  Johan Dahlin  <johan@gnome.org>
23751
23752         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23753
23754 2004-06-16  Wim Taymans  <wim@fluendo.com>
23755
23756         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23758         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23759         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23760         (gst_v4lsrc_get_property):
23761         * sys/v4l/gstv4lsrc.h:
23762         Added a copy mode to v4lsrc where it will output a copied version
23763         of its internal hardware buffer.
23764         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23765         can't | them.
23766
23767 2004-06-16  Wim Taymans  <wim@fluendo.com>
23768
23769         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23770         Timestamp fixes.
23771
23772 2004-06-16  Wim Taymans  <wim@fluendo.com>
23773
23774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23775         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23776         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23777         (gst_v4lsrc_get_property):
23778         * sys/v4l/gstv4lsrc.h:
23779         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23780         Added a sync mode enum property to control v4lsrc timestamp method
23781         Removed the use-fixed-fps property and moved functionality in
23782         the enum.
23783         Don't error on an error value from v4l-conf, it might not always
23784         be a real error.
23785
23786 2004-06-16  Wim Taymans  <wim@fluendo.com>
23787
23788         * gst/videorate/Makefile.am:
23789         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23790         (gst_videorate_base_init), (gst_videorate_class_init),
23791         (gst_videorate_getcaps), (gst_videorate_link),
23792         (gst_videorate_init), (gst_videorate_chain),
23793         (gst_videorate_set_property), (gst_videorate_get_property),
23794         (gst_videorate_change_state), (plugin_init):
23795         Added a video timestamp corrector.
23796
23797 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23798
23799         fixed a potential leak with previous commit
23800
23801         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23802
23803 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23804
23805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23806         Added missing refcount, fixes bug #144425
23807         Cheers Tim for finding the bug
23808
23809 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23810
23811         * sys/v4l/gstv4l.c: (plugin_init):
23812         * sys/v4l/gstv4lcolorbalance.c:
23813         * sys/v4l/gstv4lcolorbalance.h:
23814         * sys/v4l/gstv4lelement.c:
23815         * sys/v4l/gstv4lelement.h:
23816         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23817         * sys/v4l/gstv4lmjpegsink.h:
23818         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23819         * sys/v4l/gstv4lmjpegsrc.h:
23820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23821         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23822         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23823         * sys/v4l/gstv4lsrc.h:
23824         * sys/v4l/gstv4ltuner.c:
23825         * sys/v4l/gstv4ltuner.h:
23826         * sys/v4l/gstv4lxoverlay.c:
23827         * sys/v4l/gstv4lxoverlay.h:
23828         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23829         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23830         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23831         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23832         (gst_v4l_set_audio):
23833         * sys/v4l/v4l_calls.h:
23834         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23835         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23836         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23837         (gst_v4lmjpegsink_playback_init),
23838         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23839         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23840         (gst_v4lmjpegsink_playback_stop),
23841         (gst_v4lmjpegsink_playback_deinit):
23842         * sys/v4l/v4lmjpegsink_calls.h:
23843         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23844         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23845         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23846         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23847         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23848         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23849         * sys/v4l/v4lmjpegsrc_calls.h:
23850         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23851         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23852         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23853         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23854         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23855         (gst_v4lsrc_try_palette):
23856         * sys/v4l/v4lsrc_calls.h:
23857           bunch of paranoia cleanups
23858
23859 2004-06-14  David Schleef  <ds@schleef.org>
23860
23861         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23862         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23863         Send discont events and change timestamps appropriately when
23864         we get a seek event.  (bug #144240)
23865         * ext/cdparanoia/gstcdparanoia.h:
23866
23867 2004-06-14  Benjamin Otte  <otte@gnome.org>
23868
23869         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23870           snd_pcm_hw_params_set_rate  since the latter fails for no good
23871           reason on some setups.
23872
23873 2004-06-14  David Schleef  <ds@schleef.org>
23874
23875         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23876         standard.  Thank you for playing.
23877
23878 2004-06-14  Wim Taymans  <wim@fluendo.com>
23879
23880         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23881         Patch 1.3 broke the ordering of the colorspace info and
23882         made the plugin basically work by coincidence, reordered
23883         the info.
23884
23885 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23886
23887         * ext/lame/gstlame.c:
23888         * ext/mad/gstmad.c:
23889           sync caps.  Make sure mad can only output a list of rates, not
23890           a full range.  In the future, have three caps lists for each of the
23891           mpeg versions.  Change mpegversion to a double as well.
23892
23893 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23894
23895         * gst/volume/.cvsignore:
23896         * gst/volume/Makefile.am:
23897         * gst/volume/demo.c: (value_changed_callback), (idler),
23898         (setup_gui), (main):
23899           added small demo app
23900
23901 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23902         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23903         * ext/esd/esdsink.h:
23904         Close the esd connection on pause, because esd will just wait -
23905         blocking all other esd clients indefinitely.
23906
23907 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23908
23909         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23910           previous commit with GST_DEBUG
23911
23912 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23913
23914         * configure.ac:
23915           add a header check for a dvdread header in dvdnav.  Fixes #133002
23916
23917 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23918
23919         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23920         * gst/tcp/gsttcpclientsink.h:
23921         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23922         * gst/tcp/gsttcpclientsrc.h:
23923         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23924         (gst_tcpserversink_handle_server_read),
23925         (gst_tcpserversink_init_send):
23926         * gst/tcp/gsttcpserversink.h:
23927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23928         * gst/tcp/gsttcpserversrc.h:
23929         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23930         version of IP)
23931
23932 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23933
23934         * configure.ac:
23935         Added ogg library so that OSX detects libtheora properly
23936
23937 2004-06-11  Wim Taymans  <wim@fluendo.com>
23938
23939         * ext/theora/theoradec.c: (theora_dec_chain),
23940         (theora_dec_change_state):
23941         Don't try to decode frames before we received a keyframe.
23942
23943 2004-06-11  Wim Taymans  <wim@fluendo.com>
23944
23945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23946         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23947         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23948         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23949         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23950         Added property to set the maximum delay of a page.
23951
23952 2004-06-10  Wim Taymans  <wim@fluendo.com>
23953
23954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23955         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23956         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23957         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23958         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23959         Added max-delay property to control the maximum amount
23960         of data to put in one page.
23961
23962 2004-06-10  Wim Taymans  <wim@fluendo.com>
23963
23964         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23965         (gst_theora_enc_init), (theora_enc_sink_link),
23966         (theora_buffer_from_packet), (theora_enc_set_property),
23967         (theora_enc_get_property):
23968         Set duration on encoded buffer, added some more properties
23969
23970 2004-06-10  Wim Taymans  <wim@fluendo.com>
23971
23972         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23973         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23974         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23975         * ext/theora/theoraenc.c: (theora_enc_chain):
23976         Fix refcounting bugs
23977
23978 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23979
23980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23981         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23982         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23983         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23984         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23985         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23986         (gst_asf_demux_change_state):
23987         * gst/asfdemux/gstasfdemux.h:
23988           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23989           feels like. I think we should set a new requirement for demuxers
23990           from now on to implement sane loop functions, data loops, query
23991           and seek functions before first commit into CVS. And this commit
23992           fixes all of the above.
23993
23994 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23995
23996         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23997           vorbis comments are properly encoded in UTF-8 before adding them
23998           to a GstTagList
23999
24000 2004-06-09  Benjamin Otte  <otte@gnome.org>
24001
24002         * ext/alsa/gstalsa.c: (add_channels):
24003           handle min <= max correctly
24004         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24005         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24006           add fixation functions so we fixate correctly. No preferring of alaw
24007           anymore because it's the first structure.
24008         * ext/alsa/gstalsa.h:
24009         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24010         (gst_alsa_hw_params_dump):
24011           add functions to ease debugging in alsalib
24012         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24013         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24014         (gst_alsa_start_audio):
24015           only specify hw params if we really setup a format (fixes #134007 -
24016           or at least works around it)
24017
24018 2004-06-09  Wim Taymans  <wim@fluendo.com>
24019
24020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24021         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24022         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24023         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24024         (gst_ogg_mux_loop):
24025         Use stream caps to setup the initial pages in the ogg stream.
24026         Correctly set the streamheader caps on the srcpad.
24027
24028 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24029
24030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24031         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24032         (gst_v4lsrc_getcaps):
24033         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24034         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24035           add querying of fps lists for webcams.  Negotiating to a framerate
24036           now works.
24037
24038 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24039
24040         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24041         (theora_push_buffer), (theora_push_packet),
24042         (theora_set_header_on_caps), (theora_enc_chain):
24043           mark buffers and put on streamheader, raw theora streaming
24044           now works too, whee
24045
24046 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24047
24048         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24049         (gst_tcp_gdp_read_caps):
24050           do a looping read for caps and GDP headers too
24051
24052 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24053
24054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24056           return EOS instead of NULL in _get
24057
24058 2004-06-08  Wim Taymans  <wim@fluendo.com>
24059
24060         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24061         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24062         (gst_tcp_gdp_write_caps):
24063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24065         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24066         Memory leak fixes
24067
24068 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24069
24070         * ext/vorbis/Makefile.am:
24071         * ext/vorbis/vorbis.c: (plugin_init):
24072         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24073         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24074         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24075         (vorbis_parse_change_state):
24076         * ext/vorbis/vorbisparse.h:
24077           adding a vorbisparse element that marks the buffers, streaming
24078           raw vorbis using GDP now works, whee
24079
24080 2004-06-08  Wim Taymans  <wim@fluendo.com>
24081
24082         * ext/jpeg/Makefile.am:
24083         * ext/jpeg/README:
24084         * ext/jpeg/gstjpeg.c: (plugin_init):
24085         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24086         (gst_smokedec_base_init), (gst_smokedec_class_init),
24087         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24088         * ext/jpeg/gstsmokedec.h:
24089         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24090         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24091         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24092         (gst_smokeenc_resync), (gst_smokeenc_chain),
24093         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24094         * ext/jpeg/gstsmokeenc.h:
24095         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24096         (smokecodec_flush_destination), (smokecodec_term_destination),
24097         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24098         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24099         (smokecodec_term_source), (smokecodec_encode_new),
24100         (smokecodec_decode_new), (smokecodec_info_free),
24101         (smokecodec_set_quality), (smokecodec_get_quality),
24102         (smokecodec_set_threshold), (smokecodec_get_threshold),
24103         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24104         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24105         (smokecodec_parse_header), (smokecodec_decode):
24106         * ext/jpeg/smokecodec.h:
24107         Added a new simple jpeg based codec
24108
24109 2004-06-08  Wim Taymans  <wim@fluendo.com>
24110
24111         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24112         (gst_multipart_mux_loop):
24113         Fix memory leak
24114
24115 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24116
24117         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24118         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24119         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24120         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24121         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24122         * gst/tcp/gsttcpserversink.h:
24123           take streamheader into account
24124
24125 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24126
24127         * gst/level/Makefile.am:
24128         * gst/level/gstlevel.c: (gst_level_class_init):
24129           clean up marshal generation
24130
24131 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24132
24133         * gst/tcp/Makefile.am:
24134         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24135         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24136         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24137         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24138         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24139         (gst_tcpclientsrc_get_property):
24140         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24141         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24142         (gst_tcpserversink_handle_client_read),
24143         (gst_tcpserversink_handle_client_write),
24144         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24145         * gst/tcp/gsttcpserversink.h:
24146           add signals client-added and client-removed
24147         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24148         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24149         (gst_tcpserversrc_get_property):
24150         uniformized, change default protocol to NONE
24151         * gst/tcp/gsttcp-marshal.list: added
24152 2004-06-07  Benjamin Otte  <otte@gnome.org>
24153
24154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24155           handle discont events if they happen before caps nego
24156
24157 2004-06-07  Wim Taymans  <wim@fluendo.com>
24158
24159         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24160         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24161         (gst_multipart_demux_plugin_init):
24162         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24163         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24164         (gst_multipart_mux_change_state):
24165         Small updates, fix a memleak
24166
24167 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24168
24169         * configure.ac: OSS portability
24170         * ext/arts/gst_arts.c: idem
24171         * sys/oss/gstosselement.c: idem
24172         * sys/oss/gstossmixer.c: idem
24173         * sys/oss/gstosssink.c: idem
24174         * sys/oss/gstosssrc.c: idem
24175         * sys/oss/oss_probe.c: idem
24176           - check for soundcard.h in different places for some BSD
24177
24178 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24179
24180         * AUTHORS:
24181         Add me to the authors file
24182         * configure.ac:
24183         Increase the libdv requirement to >= version 0.100
24184         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24185         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24186         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24187         * ext/dv/gstdvdec.h:
24188         Add support for the new_media flag when sending DISCONT events
24189         Make the querying work when video pad is not linked
24190
24191 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24192
24193         reviewed by Benjamin Otte  <otte@gnome.org>
24194
24195         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24196           create a NULL-initialized array of pads, so we don't think they
24197           exist already. (fixes #143130)
24198
24199 2004-06-07  Benjamin Otte  <otte@gnome.org>
24200
24201         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24202         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24203         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24204           don't use // coments
24205
24206 2004-06-07  Benjamin Otte  <otte@gnome.org>
24207
24208         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24209           cast to GstClockTime to get higher granularity
24210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24211           use gst_element_set_time_delay to get the exact time
24212         * ext/mad/gstmad.c: (gst_mad_chain):
24213           use the negotiated rate instead of the current frame's rate which
24214           might be wrong because of bit errors. This avoids emitting totally
24215           bogus timestamps and screwing sync.
24216         (fixes #143454)
24217
24218 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24219
24220         reviewed by Benjamin Otte  <otte@gnome.org>
24221
24222         * gst/adder/gstadder.c: (gst_adder_loop):
24223           properly error out when no negotiation has happened yet. (fixes
24224           #143032)
24225
24226 2004-06-06  Benjamin Otte  <otte@gnome.org>
24227
24228         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24229           forward correctly transformed offset in discont events. Based on
24230           patch by Arwed v. Merkatz. (fixes #142851)
24231
24232 2004-06-06  David Schleef  <ds@schleef.org>
24233
24234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24235         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24236         problems on several systems.
24237
24238 2004-06-06  Benjamin Otte  <otte@gnome.org>
24239
24240         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24241           use explicit caps on the srcpad
24242         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24243           properly error out if caps couldn't be set (fixes #142764)
24244
24245 2004-06-06  Benjamin Otte  <otte@gnome.org>
24246
24247         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24248         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24249         (gst_alsa_start_audio):
24250           - don't call set_periods_integer anymore, it breaks the
24251           configuration randomly
24252           - call snd_pcm_hw_params_set_access directly instead of using masks
24253           - don't fail if the sw_params can't be set, just use the default
24254           params and hope it works. Alsalib has weird issues when you touch
24255           sw_params and does no proper error reporting about what failed.
24256         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24257         (gst_alsa_close_audio):
24258           make our alsa debugging go via gst debugging and not conditionally
24259           defined
24260         * ext/alsa/gstalsa.h:
24261           add ALSA_DEBUG_FLUSH macro
24262         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24263         (plugin_init):
24264           wrap alsa errors to be printed via the gst debugging system and not
24265           spammed to stderr
24266
24267 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24270         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24271         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24272         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24273         (qtdemux_parse_trak):
24274         * gst/qtdemux/qtdemux.h:
24275           Bitch. Also known as seeking, querying & co.
24276         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24277         (gst_osssink_change_state):
24278         * sys/oss/gstosssink.h:
24279           Resyncing is for weenies, this hack is no longer needed and was
24280           broken anyway (since it - unintendedly - always leaves resync to
24281           TRUE).
24282
24283 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24284
24285         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24286         * gst/tcp/gsttcpclientsrc.h: idem
24287           - define MSG_NOSIGNAL if not done
24288           - include unistd.h for off_t
24289           (fixes #143749)
24290
24291 2004-06-05  Benjamin Otte  <otte@gnome.org>
24292
24293         * configure.ac:
24294         * ext/kio/Makefile.am:
24295           check for qt's moc preprocessor explicitly and use it
24296
24297 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24298
24299         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24300           don't get a signal for EPIPE on socket writes
24301           (somebody check if this works on other platforms)
24302
24303 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24306         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24307           check error condition on available samples correctly
24308
24309 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24310
24311         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24312           avoid a segfault
24313         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24314         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24315         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24316         (gst_tcpserversrc_gdp_read_header):
24317          use ssize_t over size_t since the former is signed and thus the
24318          check for error codes can work
24319
24320 2004-06-02  Wim Taymans  <wim@fluendo.com>
24321
24322         reviewed by: Johan
24323
24324         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24325         (gst_multipart_mux_loop):
24326         Oops
24327
24328 2004-06-02  Wim Taymans  <wim@fluendo.com>
24329
24330         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24331         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24332         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24333         (gst_multipart_mux_change_state):
24334         Added configurable boundary specifier, added the value as a
24335         caps field as well.
24336
24337 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24338
24339         * gst/tcp/gsttcp.c:
24340         * gst/tcp/gsttcpclientsrc.c:
24341         * gst/tcp/gsttcpclientsrc.h:
24342         * gst/tcp/gsttcpserversrc.c:
24343           - portability fix, to compile on OSX
24344             (fixes #143146)
24345
24346         * sys/osxaudio/gstosxaudioelement.c:
24347         * sys/osxaudio/gstosxaudiosink.c:
24348         * sys/osxaudio/gstosxaudiosrc.c:
24349           - compilation warnings on OSX
24350             (fixes #143153)
24351
24352 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24353
24354         * ext/vorbis/vorbisdec.c : sign warning fixes
24355
24356         * gst-libs/gst/mixer/mixertrack.c :
24357           do no use defines which are glib 2.4 specific
24358
24359 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24360
24361         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24362           buffer since libflac doesn't expect it (reports a sync error when
24363           it encounters that)
24364
24365
24366 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24367
24368         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24369         * gst-libs/gst/mixer/mixertrack.c:
24370         (gst_mixer_track_get_property), (get_mixer_track_init),
24371         (get_mixer_track_get_property): Added property accessors
24372         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24373         * gst-libs/gst/mixer/mixeroptions.c:
24374         (gst_mixer_options_get_values): Added
24375         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24376         * gst-libs/gst/mixer/mixer.c: Fixed comment
24377
24378
24379 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24380
24381         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24382           improve error messages on open
24383
24384
24385 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24386
24387         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24388           check if v4l-conf is in path
24389
24390 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24391
24392         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24393           change assert to a more readable error message
24394
24395 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24396
24397         * gst-libs/gst/tuner/tunerchannel.h:
24398           - add a freq_multiplicator field to make the conversion
24399             between internal frequency unit and Hz
24400         * sys/v4l/gstv4lelement.c:
24401         * sys/v4l2/gstv4l2element.c:
24402           - change default video device to /dev/video0
24403         * sys/v4l/v4l_calls.c:
24404         * sys/v4l2/v4l2_calls.c:
24405           - we only expose frequency to the user in Hz instead of
24406             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24407
24408 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24409         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24410           Initialise b_o_s and e_o_s variables
24411         * gst-libs/gst/riff/riff-media.c:
24412         (gst_riff_create_video_caps_with_data):
24413           Add some unusual fourcc's from mplayer avi's
24414         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24415           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24416           autoplugging.
24417
24418 2004-05-28  Wim Taymans  <wim@fluendo.com>
24419
24420         * configure.ac:
24421         * gst/alpha/Makefile.am:
24422         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24423         (gst_alpha_get_type), (gst_alpha_base_init),
24424         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24425         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24426         (gst_alpha_chroma_key), (gst_alpha_chain),
24427         (gst_alpha_change_state), (plugin_init):
24428         A plugin to add an alpha channel to I420 video. Can optionally do
24429         chroma keying.
24430         * gst/multipart/Makefile.am:
24431         * gst/multipart/multipart.c: (plugin_init):
24432         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24433         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24434         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24435         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24436         (gst_multipart_demux_change_state),
24437         (gst_multipart_demux_plugin_init):
24438         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24439         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24440         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24441         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24442         (gst_multipart_mux_pad_unlink),
24443         (gst_multipart_mux_request_new_pad),
24444         (gst_multipart_mux_handle_src_event),
24445         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24446         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24447         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24448         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24449         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24450         send multipart jpeg images to a browser.
24451         * gst/videobox/Makefile.am:
24452         * gst/videobox/README:
24453         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24454         (gst_video_box_get_type), (gst_video_box_base_init),
24455         (gst_video_box_class_init), (gst_video_box_init),
24456         (gst_video_box_set_property), (gst_video_box_get_property),
24457         (gst_video_box_sink_link), (gst_video_box_i420),
24458         (gst_video_box_ayuv), (gst_video_box_chain),
24459         (gst_video_box_change_state), (plugin_init):
24460         Crops or adds borders around an image. can do alpha channel
24461         borders as well.
24462         * gst/videomixer/Makefile.am:
24463         * gst/videomixer/README:
24464         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24465         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24466         (gst_videomixer_pad_get_sink_event_masks),
24467         (gst_videomixer_pad_get_property),
24468         (gst_videomixer_pad_set_property),
24469         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24470         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24471         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24472         (gst_videomixer_base_init), (gst_videomixer_class_init),
24473         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24474         (gst_videomixer_handle_src_event),
24475         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24476         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24477         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24478         (gst_videomixer_loop), (gst_videomixer_get_property),
24479         (gst_videomixer_set_property), (gst_videomixer_change_state),
24480         (plugin_init):
24481         Generic video mixer plugin, can handle multiple inputs all with
24482         different framerates and video sizes. Is fully alpha channel
24483         aware.
24484
24485 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24486
24487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24488           Select first track as master track. Not sure how else to handle
24489           that...
24490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24491           Discard discont events. Should fix #142962.
24492
24493 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24494
24495         * ext/alsa/Makefile.am:
24496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24497         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24498         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24499         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24500         (gst_alsa_mixer_get_option):
24501         * ext/alsa/gstalsamixer.h:
24502         * ext/alsa/gstalsamixeroptions.c:
24503         (gst_alsa_mixer_options_get_type),
24504         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24505         (gst_alsa_mixer_options_new):
24506         * ext/alsa/gstalsamixeroptions.h:
24507         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24508         * ext/alsa/gstalsamixertrack.h:
24509           Add enumerations (as GstMixerOptions). Make correct distinction
24510           between input/output tracks. Add capture/playback private flag.
24511           Use flag to decide on whether to set capture or playback volumes
24512           or switches. Use playback and record switches.
24513         * gst-libs/gst/mixer/Makefile.am:
24514         * gst-libs/gst/mixer/mixer-marshal.list:
24515         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24516         (gst_mixer_set_option), (gst_mixer_get_option),
24517         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24518         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24519         * gst-libs/gst/mixer/mixer.h:
24520         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24521         (gst_mixer_options_class_init), (gst_mixer_options_init),
24522         (gst_mixer_options_dispose):
24523         * gst-libs/gst/mixer/mixeroptions.h:
24524           Add GstMixerOptions.
24525         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24526           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24527           broken device detection on computers with multiple OSS sound
24528           cards.
24529
24530 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24531
24532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24533           fixate nicely even when the peer is not negotiating
24534
24535 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24536
24537         * gst/audioconvert/gstaudioconvert.c:
24538         (gst_audio_convert_parse_caps):
24539           make sure we don't allow depth > width
24540         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24541           fixate endianness to G_BYTE_ORDER as default
24542         * gst/audioscale/gstaudioscale.c:
24543           we don't handle another endianness as host-endianness
24544
24545 2004-05-25  David Schleef  <ds@schleef.org>
24546
24547         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24548
24549 2004-05-24  Benjamin Otte  <otte@gnome.org>
24550
24551         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24552         (gst_oggvorbisenc_setup):
24553           properly fail when we can't setup the vorbis encoder due to
24554           unsupported settings
24555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24556         (gst_vorbisenc_setup):
24557           same
24558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24559           fix case where warnings occured when one pad was unlinked while the
24560           other's link function was called
24561
24562 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24563
24564         * gst/tcp/Makefile.am:
24565           use GST_ENABLE_NEW
24566
24567 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24568
24569         * gst-libs/gst/resample/private.h:
24570           don't use optimizations that are #if 0'ed
24571
24572 2004-05-24  Wim Taymans  <wim@fluendo.com>
24573
24574         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24575         Fix potential division by zero error and hopefully get
24576         the position query right to get correct timestamps on avi
24577         audio.
24578
24579 2004-05-24  Wim Taymans  <wim@fluendo.com>
24580
24581         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24582         (gst_videoscale_scale_nearest_str2),
24583         (gst_videoscale_scale_nearest_str4),
24584         (gst_videoscale_scale_nearest_32bit),
24585         (gst_videoscale_scale_nearest_24bit),
24586         (gst_videoscale_scale_nearest_16bit):
24587         Fix the scaling algorithm and avoid a buffer overflow.
24588         removed the while loop in the scaling function as it
24589         was used for point sampling only.
24590
24591 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24592
24593         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24594         (gst_id3_tag_class_init), (gst_id3_tag_init),
24595         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24596         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24597         (gst_id3_tag_send_tag_event):
24598           lots of fixes to make id3mux work and id3demux work correctly
24599
24600 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24601
24602         * ext/Makefile.am:
24603           add rules to build shout2send (was removed by accident
24604           when this module was no more marked experimental/broken)
24605
24606 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24607
24608         * ext/shout2/gstshout2.c:
24609         * ext/shout2/gstshout2.h:
24610           adding a "connection problem" signal to shout2send
24611           (fixes #142954)
24612
24613 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24614
24615         * ext/kio/kioreceiver.cpp:
24616         * ext/kio/kioreceiver.h:
24617           fix sign comparison issues
24618
24619 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24620
24621         * gst/cdxaparse/gstcdxaparse.c:
24622         * gst/cdxaparse/gstcdxaparse.h:
24623           some renaming
24624           add some checks/sanity
24625           prepare for seek addition
24626
24627         * sys/sunaudio/gstsunaudio.c:
24628           remove exported dupe init function
24629
24630 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24631
24632         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24633         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24634           Fix format conversion and position querying.
24635         * gst/debug/progressreport.c: (gst_progressreport_report):
24636           Don't output a bogus total value that we didn't query.
24637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24638           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24639           only a blank window after xine has been used.
24640
24641 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24642
24643         * m4/as-arts.m4:
24644           sync with upstream version to fix test on FC2
24645           readd with -ko to preserve Id header
24646
24647 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24648
24649         * configure.ac:
24650           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24651         * gst/tcp/gsttcpclientsrc.c: idem
24652         * gst/tcp/gsttcpserversink.c: idem
24653         * gst/tcp/gsttcpserversrc.c: idem
24654         * m4/gst-fionread.m4: idem
24655
24656         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24657
24658         * configure.ac: enable speex plugin for speex 1.1.5+
24659         * ext/speex/gstspeexenc.c: fix cast warning
24660
24661         * ext/esd/README: fix typo
24662
24663 2004-05-20  David Schleef  <ds@schleef.org>
24664
24665         * configure.ac: Minor cosmetic change to convince the buildbot to
24666         reautogen.
24667         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24668         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24669         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24670         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24671         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24672         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24673         More hacking.  Plays audio now.
24674
24675 2004-05-20  David Schleef  <ds@schleef.org>
24676
24677         * configure.ac:
24678         * sys/Makefile.am:
24679
24680 2004-05-20  David Schleef  <ds@schleef.org>
24681
24682         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24683         * sys/osxaudio/gstosxaudio.c:
24684         * sys/osxaudio/gstosxaudioelement.c:
24685         * sys/osxaudio/gstosxaudioelement.h:
24686         * sys/osxaudio/gstosxaudiosink.c:
24687         * sys/osxaudio/gstosxaudiosink.h:
24688         * sys/osxaudio/gstosxaudiosrc.c:
24689         * sys/osxaudio/gstosxaudiosrc.h:
24690
24691 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24692
24693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24694         (gst_vorbisenc_chain):
24695           put the codec headers on the caps as streamheader as well as
24696           pushing them out
24697
24698 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24699
24700         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24701         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24702         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24703         split up push_packet into two functions
24704
24705 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24706
24707         * gst/tcp/.cvsignore:
24708           ignore enums
24709         * gst/tcp/Makefile.am:
24710         * gst/tcp/README:
24711         * gst/tcp/gsttcp.c:
24712         * gst/tcp/gsttcp.h:
24713         * gst/tcp/gsttcpclientsink.c:
24714         * gst/tcp/gsttcpclientsink.h:
24715         * gst/tcp/gsttcpclientsrc.c:
24716         * gst/tcp/gsttcpclientsrc.h:
24717         * gst/tcp/gsttcpplugin.c:
24718         * gst/tcp/gsttcpserversink.c:
24719         * gst/tcp/gsttcpserversink.h:
24720         * gst/tcp/gsttcpserversrc.c:
24721         * gst/tcp/gsttcpserversrc.h:
24722           add new tcp elements
24723
24724 2004-05-19  Wim Taymans  <wim@fluendo.com>
24725
24726         * gst/law/mulaw-conversion.c: (mulaw_encode):
24727         Fix overflow bug in ulaw encoding.
24728
24729 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24730
24731         * ext/mad/gstmad.c: (gst_mad_handle_event):
24732           don't unref the event twice
24733
24734 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24735
24736         * configure.ac:
24737           remove -Wno-sign-compare
24738
24739 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24740
24741         * configure.ac:
24742           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24743           if you want to work against glib 2.2 and 2.4
24744
24745 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24746
24747         * gst/tcp/Makefile.am:
24748         * gst/tcp/gsttcp.c:
24749         * gst/tcp/gsttcp.h:
24750         * gst/tcp/gsttcpsink.h:
24751         * gst/tcp/gsttcpsrc.h:
24752           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24753
24754 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24755
24756         * gst/debug/tests.c: (md5_get_value):
24757           fix segfault on gst-inspect
24758
24759 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24760
24761         * gst/debug/testplugin.c:
24762         * gst/debug/tests.c:
24763         * gst/debug/tests.h:
24764           add new extensible and configurable testing element. Current tests
24765           include buffer count, stream length, timestamp/duration matching and
24766           md5.
24767         * gst/debug/Makefile.am:
24768         * gst/debug/gstdebug.c: (plugin_init):
24769           add infrastructure for new element
24770
24771 2004-05-19  Johan Dahlin  <johan@gnome.org>
24772
24773         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24774         ending of the array. Fixes gst-inspect segfault on ppc.
24775
24776 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24777
24778         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24779
24780         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24781
24782 2004-05-18  David Schleef  <ds@schleef.org>
24783
24784         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24785         warnings (bugs, actually) noticed by gcc but not forte.
24786
24787 2004-05-18  David Schleef  <ds@schleef.org>
24788
24789         * sys/sunaudio/Makefile.am:
24790         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24791
24792 2004-05-18  David Schleef  <ds@schleef.org>
24793
24794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24795         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24796         to allow qtdemux to use non-seekable streams. (bug #142272)
24797
24798 2004-05-18  David Schleef  <ds@schleef.org>
24799
24800         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24801         (gst_resample_sinc_ft_float): Remove use of static temporary
24802         buffer.  This code was obviously not supposed to last long, but
24803         it's stuck in our ABI, so it required a little hack to make it
24804         ABI-compatible.  Fixes #142585.
24805         * gst-libs/gst/resample/resample.h: same.
24806
24807 2004-05-18  David Schleef  <ds@schleef.org>
24808
24809         * configure.ac: Add sunaudio
24810         * examples/Makefile.am: make gstplay depend on gconf
24811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24812         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24813         (convert_table_lookup), (img_convert): remove c99-isms
24814         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24815           unsigned, to fix a warning on Solaris
24816         * gst/mpeg1sys/systems.c: bcopy->memcpy
24817         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24818         * sys/Makefile.am: Add sunaudio
24819
24820 2004-05-18  Wim Taymans  <wim@fluendo.com>
24821
24822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24823         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24824         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24825         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24826         (gst_ogg_mux_loop):
24827         Fix an ugly memleak where the muxer didn't flush enough ogg
24828         pages. This also resulted in badly muxed ogg files.
24829
24830 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24831
24832         * gst/asfdemux/asfheaders.c :
24833         * gst/asfdemux/asfheaders.h :
24834         * gst/asfdemux/gstasfdemux.c :
24835           - fix ASF_OBJ_PADDING guid
24836           - add 3 new object guids (language list, metadata,
24837             extended stream properties)
24838           - add a function to parse extended header objects
24839
24840 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24841
24842         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24843           remove leftover debugging g_print
24844
24845 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24846
24847         * ext/mad/gstmad.c: (gst_mad_handle_event):
24848           Fix for when the first format in a discont event is not a
24849           byte-based one. Should fix #137710.
24850
24851 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24852
24853         * m4/a52.m4 : fix compilation with -Wall -Werror
24854         * m4/libfame.m4 : idem
24855         * m4/libmikmod.m4 : idem
24856
24857 2004-05-17  Benjamin Otte  <otte@gnome.org>
24858
24859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24860           signal the new tags before giving up the reference
24861
24862 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24863
24864         * ext/shout2/gstshout2.c:
24865           use application/ogg instead of application/x-ogg (patch by Patrick
24866           Guimond, fixes #142432)
24867         * sys/oss/gstosselement.c: (gst_osselement_reset),
24868         (gst_osselement_sync_parms):
24869           don't set fragment size unless specified (fixes #142493)
24870
24871 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24872
24873         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24874           fixes #142664
24875
24876 2004-05-17  Benjamin Otte  <otte@gnome.org>
24877
24878         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24879           compute offsets correctly for internal buffers so timestamps are set
24880           correctly when we can't seek. Also handle cases where there are no
24881           offsets. (based on a patch by David Moore, fixes #142507)
24882
24883 2004-05-17  Benjamin Otte  <otte@gnome.org>
24884
24885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24886           use correct variable when determining amount of data to skip so we
24887           don't skip into the void and segfault
24888
24889 2004-05-16  Benjamin Otte  <otte@gnome.org>
24890
24891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24892           Hi, I'm a memleak
24893
24894 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24895
24896         * gst/asfdemux/gstasfdemux.c:
24897           - fix a mem leak and always propagate tags
24898           - add WMV3 to known video codecs (but no decoder yet)
24899           - replace "surplus data" at end of audio header for what
24900             it is : codec specific data
24901           - fix a typo
24902
24903 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24904
24905         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24906
24907         * gst-libs/gst/audio/audioclock.c:
24908           Fix wrong return type (#142205).
24909
24910 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24911
24912         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24913           Ignore CRCs by default (fixes #142566).
24914
24915 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24916
24917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24918         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24919         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24920         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24921         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24922         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24923           Fix for cases where we fail to attach to a mixer.
24924
24925 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24926
24927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24928           Don't touch events after not owning them anymore.
24929         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24930         (gst_wavparse_fmt), (gst_wavparse_other),
24931         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24932         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24933         (gst_wavparse_srcpad_event):
24934         * gst/wavparse/gstwavparse.h:
24935           Add seeking, fix querying.
24936
24937 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24938
24939         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24940           - process comments even if they don't end with \0\0
24941             g_convert would ignore them if present and works well without them
24942
24943 2004-05-16  Benjamin Otte  <otte@gnome.org>
24944
24945         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24946           simplify caps
24947
24948 2004-05-16  Benjamin Otte  <otte@gnome.org>
24949
24950         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24951           don't write to memory we might not write to - g_convert does that
24952           for us anyway (fixes #142613)
24953         (gst_asf_demux_audio_caps):
24954           comment out gst_util_dump_mem
24955
24956 2004-05-16  Benjamin Otte  <otte@gnome.org>
24957
24958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24959           compute correct expected timestamps after seek (broken since
24960           last commit)
24961         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24962           rename element and debugging category to gdkpixbufscale
24963
24964 2004-05-16  Benjamin Otte  <otte@gnome.org>
24965
24966         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24967           add error checking to snd_pcm_delay and remove duplicate call to
24968           snd_pcm_delay that caused issues (see inline code comments)
24969         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24970           make more readable and fix return value when snd_pcm_delay fails
24971         (fixes #142586)
24972
24973 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24974         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24975         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24976         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24977         (gst_pixbufscale_link), (gst_pixbufscale_init),
24978         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24979         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24980         (gst_pixbufscale_get_property), (pixbufscale_init):
24981         * ext/gdk_pixbuf/pixbufscale.h:
24982         Add these files I forgot earlier
24983
24984 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24985         * ext/gdk_pixbuf/Makefile.am:
24986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24987         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24988         Add new pixbufscale element to scale RGB video
24989         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24990         and HYPER interpolation correctly.
24991         * ext/theora/theoraenc.c: (theora_enc_chain),
24992         Discard buffer and return if explicit caps could not be set
24993         (theora_enc_get_property):
24994         Make _get return kbps for the bitrate consistent with
24995         the _set function.
24996
24997
24998 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24999
25000         * ext/libvisual/visual.c: (gst_visual_chain):
25001           add missing visual_audio_analyze
25002
25003 2004-05-14  David Schleef  <ds@schleef.org>
25004
25005         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25006         is killed while we're playing.
25007         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25008         gst_element_no_more_pads().
25009
25010 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25011
25012         * gst-libs/gst/riff/riff-read.c :
25013           - fix INFO tag extraction in RIFF/AVI files
25014             because gst_event_unref (event) also freed taglist
25015           - avoid a mem leak
25016
25017 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25018
25019         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25020         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25021
25022         * gst/auparse/gstauparse.c :
25023           - add code (commented for now) to support audio/x-adpcm on src pad
25024             (we have no decoder for those layout yet)
25025
25026         * gst/cdxaparse/gstcdxaparse.c :
25027         * gst/cdxaparse/gstcdxaparse.h :
25028           - partial rewrite using RiffRead (ripped iain's wavparse code)
25029
25030         * gst/rtp/gstrtpL16enc.c : typo
25031         * gst/rtp/gstrtpgsmenc.c : typo
25032
25033 2004-05-13  Benjamin Otte  <otte@gnome.org>
25034
25035         * configure.ac:
25036           check for exact version of libvisual, it's not supposed to be
25037           API/ABI stable yet
25038
25039 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25040
25041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25042           signal no-more-pads
25043
25044 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25045
25046         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25047         Report which format was used for GST_FORMAT_DEFAULT
25048         * gst/debug/Makefile.am:
25049         * gst/debug/gstdebug.c: (plugin_init):
25050         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25051         (gst_progressreport_class_init), (gst_progressreport_init),
25052         (gst_progressreport_report), (gst_progressreport_set_property),
25053         (gst_progressreport_get_property), (gst_progressreport_chain),
25054         (gst_progressreport_plugin_init):
25055         Add progressreport element for testing.
25056
25057 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25058
25059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25060         * sys/v4l/gstv4lsrc.h:
25061         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25062         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25064         (gst_v4lsrc_grab_frame):
25065           add more debugging
25066           send a discont at start
25067
25068 2004-05-12  Colin Walters  <walters@redhat.com>
25069
25070         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25071         inflooping if we can't find a chunk.  Or in other words, don't blow
25072         chunks if we don't have a chunk to blow.
25073
25074 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25075         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25076         Remove old debug output
25077         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25078         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25079         (gst_dvdec_set_property), (gst_dvdec_get_property):
25080         Change the quality setting to an enum, so it works from gst-launch
25081         Don't renegotiate a non-linked pad. Allows audio only decoding.
25082         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25083         (gst_deinterlace_link), (gst_deinterlace_init):
25084         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25085         (gst_videodrop_link):
25086         Some caps negotiation fixes
25087
25088 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25089
25090         * ext/tarkin/gsttarkin.c :
25091           - Change RANK from NONE to PRIMARY
25092         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25093           - Change RANK from NONE to MARGINAL
25094         * ext/divx/gstdivxenc.c :
25095           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25096
25097 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25098
25099         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25100         (gst_vorbisenc_push_packet):
25101           copy a function that was added between 1.0 and 1.0.1 until we
25102           depend on worthwhile features of post-1.0
25103
25104 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25105
25106         * configure.ac:
25107           enable shout2 by default
25108         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25109         (gst_shout2send_base_init), (gst_shout2send_init),
25110         (gst_shout2send_connect), (gst_shout2send_change_state):
25111         * ext/shout2/gstshout2.h:
25112           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25113           #142262)
25114         * ext/theora/theora.c: (plugin_init):
25115           don't set rank on encoders
25116
25117 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25118
25119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25120           Use codec_data property instead of flag1 and flag2 for wma
25121
25122 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25123
25124         * gst/cdxaparse/gstcdxaparse.c :
25125           - Add mpegversion to CAPS to make it link
25126           - Rank is as GST_RANK_SECONDARY instead of NONE
25127         * gst/auparse/gstauparse.c :
25128           - Document all audio encoding we can encounter from Solaris 9
25129             headers and libsndfile information.
25130           - Increase max. rate from 48000 to 192000 (to match other elements)
25131           - Don't try to play junk data between header and samples
25132
25133 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25134
25135         * ext/libvisual/visual.c: (gst_visual_getcaps):
25136           use the right caps depending on endianness (I hope)
25137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25138           use GST_RANK_NONE for all non-decoding elements or spider gets
25139           mighty confused
25140
25141 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25142
25143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25144           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25145
25146 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25147
25148         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25149         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25150         (gst_switch_loop), (gst_switch_get_type):
25151           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25152           HEADERS. Had to be said.
25153
25154 2004-05-10  David Schleef  <ds@schleef.org>
25155
25156         * configure.ac: Add prototype Dirac support.
25157         * ext/Makefile.am:
25158         * ext/dirac/Makefile.am:
25159         * ext/dirac/gstdirac.cc:
25160         * ext/dirac/gstdiracdec.cc:
25161
25162 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25163
25164         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25165         (gst_auparse_init), (gst_auparse_chain),
25166         (gst_auparse_change_state):
25167           Hack around spider. Remove me some day please.
25168
25169 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25170
25171         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25172           Fix for some uninitialized variables in previous patch, also
25173           makes it work. Fixes #142286 while we're at it.
25174
25175 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25176
25177         * gst/auparse/gstauparse.c:
25178                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25179                 only unsupported formats are ADPCM/CCITT G.72x
25180                 reviewed by Ronald
25181         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25182
25183 2004-05-10  Wim Taymans  <wim@fluendo.com>
25184
25185         * ext/vorbis/Makefile.am:
25186         * ext/vorbis/README:
25187         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25188         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25189         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25190         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25191         (gst_oggvorbisenc_convert_sink),
25192         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25193         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25194         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25195         (get_constraints_string), (update_start_message),
25196         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25197         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25198         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25199         * ext/vorbis/oggvorbisenc.h:
25200         * ext/vorbis/vorbis.c: (plugin_init):
25201         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25202         (raw_caps_factory), (gst_vorbisenc_class_init),
25203         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25204         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25205         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25206         * ext/vorbis/vorbisenc.h:
25207         Added a raw vorbis encoder to be used with the oggmuxer.
25208         We still need the old encoder for some gnome applications,
25209         read the README to find out how that works.
25210         The raw encoder is called "rawvorbisenc" until 0.9.
25211
25212 2004-05-10  Wim Taymans  <wim@fluendo.com>
25213
25214         * ext/ogg/gstogg.c: (plugin_init):
25215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25216         (gst_ogg_print):
25217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25218         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25219         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25220         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25221         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25222         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25223         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25224         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25225         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25226         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25227         Added an ogg muxer.
25228         Small typo fixes in the demuxer.
25229
25230 2004-05-10  Wim Taymans  <wim@fluendo.com>
25231
25232         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25233         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25234         (theora_enc_change_state), (theora_enc_set_property),
25235         (theora_enc_get_property):
25236         Mark the last packet with an EOS flag which is not really needed
25237         in gstreamer.
25238         Do some better video framerate initialisation.
25239         Update the buffer timestamp.
25240
25241 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25242
25243         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25244         Return the result of the parent state change call
25245
25246 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25247
25248         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25249         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25250         * gst/law/alaw-encode.c : (idem)
25251         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25252         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25253         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25254
25255 2004-05-09  Benjamin Otte  <otte@gnome.org>
25256
25257         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25258           don't use a fixed buffer size when writing variable length data to
25259           it. Fixes memory corruption and makes alsasrc work
25260
25261 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25262
25263         * ext/gnomevfs/gstgnomevfssink.c:
25264         (_gst_boolean_allow_overwrite_accumulator),
25265         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25266           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25267           RUN_LAST, and don't use that to set the accumulator value because
25268           then it's always FALSE.
25269
25270 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25271
25272         * gst-libs/gst/riff/riff-media.c:
25273         (gst_riff_create_video_caps_with_data),
25274         (gst_riff_create_audio_caps),
25275         (gst_riff_create_audio_template_caps):
25276         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25277           Fix for unaligned RIFF files (i.e. where all the chunks together
25278           in a LIST chunk are not of the same size as the size given in
25279           the LIST chunk header). Fixes several odd WAVE files. Also fix
25280           ADPCM (block_align property) in audio, so that wavparse based
25281           on this works now as it used to stand-alone.
25282
25283 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25284
25285         reviewed by Benjamin Otte  <otte@gnome.org>
25286
25287         * ext/a52dec/gsta52dec.c:
25288         * ext/divx/gstdivxdec.c:
25289         * ext/divx/gstdivxenc.c:
25290         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25291         * ext/faac/gstfaac.c: (gst_faac_base_init):
25292         * ext/faad/gstfaad.c: (gst_faad_base_init):
25293         * ext/ivorbis/vorbisfile.c:
25294         * ext/lame/gstlame.c:
25295         * ext/libfame/gstlibfame.c:
25296         * ext/mpeg2enc/gstmpeg2enc.cc:
25297         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25298         * ext/sidplay/gstsiddec.cc:
25299         * ext/speex/gstspeexdec.c:
25300         * ext/speex/gstspeexenc.c:
25301         * ext/xvid/gstxviddec.c:
25302         * ext/xvid/gstxvidenc.c:
25303           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25304           (fixes #142193)
25305
25306 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25307
25308         * ext/alsa/gstalsa.c: (device_list),
25309         (gst_alsa_class_probe_devices):
25310         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25311           Fix alsa oddness in mixer after the combination of using mixer
25312           in source/sink elements and using hw:x,y instead of just hw:x.
25313
25314 2004-05-09  Benjamin Otte  <otte@gnome.org>
25315
25316         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25317         (gst_wavparse_create_sourcepad):
25318           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25319           sourcepads
25320
25321 2004-05-09  Benjamin Otte  <otte@gnome.org>
25322
25323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25324           allow discont events before caps nego
25325
25326 2004-05-08  Benjamin Otte  <otte@gnome.org>
25327
25328         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25329           don't leak events
25330
25331 2004-05-08  Benjamin Otte  <otte@gnome.org>
25332
25333         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25334         (gst_level_change_state), (gst_level_init):
25335         * gst/level/gstlevel.h:
25336           figure out if we're initialized directly instead of keeping a
25337           variable that's wrong in 90% of cases
25338           don't initialize pads and then leak them and use a new unitialized
25339           pad. (fixes #142084)
25340           these were bugs so n00bish I didn't find them for an hour :/
25341
25342 2004-05-08 Iain <iain@prettypeople.org>
25343
25344         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25345         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25346         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25347         return the length that was read.
25348         (gst_riff_read_strf_auds): Allow fmt tags as well.
25349
25350 2004-05-07  David Schleef  <ds@schleef.org>
25351
25352         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25353         signed char assumption in faad.h.
25354
25355 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25356
25357         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25358           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25359
25360 2004-05-07  Colin Walters  <walters@redhat.com>
25361
25362         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25363         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25364         function.
25365         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25366         Add dispose function.
25367
25368 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25369         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25370           Fix caps nego and pad templates. RGB mode caps should
25371           work now.
25372         * ext/dvdnav/gst-dvd:
25373           Move mpeg2dec inside the thread because otherwise the
25374           queue rejects cap changes mid-stream
25375         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25376         (gst_mpeg2dec_flush_decoder):
25377           For mpeg2dec > 0.4.0, call the flush function instead of
25378           manually extracting all in-flight frames.
25379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25380         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25381           Change mime type video/dv go video/x-dv to match the
25382           rest of gst-plugins
25383
25384 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25385
25386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25388         (gst_alsa_sink_class_init):
25389         * ext/alsa/gstalsasink.h:
25390         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25391         (gst_alsa_src_class_init):
25392         * ext/alsa/gstalsasrc.h:
25393           Make alsasink/src a subclass of alsamixer so that mixer stuff
25394           shows up in gst-rec. Needs some finetuning.
25395
25396 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25397
25398         * ext/lame/gstlame.c: (gst_lame_chain):
25399           simplify
25400         * ext/mad/gstmad.c: (gst_mad_handle_event):
25401           fix event leak
25402         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25403           be able to detect mp3 files < 4096 bytes
25404
25405 2004-05-06  Wim Taymans  <wim@fluendo.com>
25406
25407         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25408         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25409         (theora_enc_set_property), (theora_enc_get_property):
25410         Also encode the first frame, cleanup some code.
25411
25412 2004-05-06  Wim Taymans  <wim@fluendo.com>
25413
25414         * ext/mpeg2enc/gstmpeg2enc.cc:
25415         Forward events first before deciding that negotiation was
25416         not performed.
25417
25418 2004-05-06  Wim Taymans  <wim@fluendo.com>
25419
25420         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25421         First process the events before deciding that negotiation
25422         was not performed.
25423
25424 2004-05-06  Wim Taymans  <wim@fluendo.com>
25425
25426         * ext/theora/Makefile.am:
25427         * ext/theora/theora.c: (plugin_init):
25428         * ext/theora/theoradec.c: (theora_dec_change_state):
25429         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25430         (gst_theora_enc_class_init), (gst_theora_enc_init),
25431         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25432         (theora_enc_chain), (theora_enc_change_state),
25433         (theora_enc_set_property), (theora_enc_get_property):
25434         Added a theora encoder, grouped the encoder and decoder into the
25435         same plugin.
25436
25437 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25438
25439         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25440         (gst_jpegenc_chain):
25441         fix DURATION on outgoing buffers
25442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25443         debug using time formats
25444         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25446         (gst_xvimagesink_sink_link):
25447         windows with width/height 0 generate X errors, so don't allow them
25448
25449 2004-05-05  Wim Taymans  <wim@fluendo.com>
25450
25451         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25452         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25453         (gst_mpeg2dec_negotiate_format):
25454         * ext/mpeg2dec/gstmpeg2dec.h:
25455           removed the static pad template so that we can add the
25456           more accurate framerate value to the caps.
25457
25458
25459 2004-05-04  Benjamin Otte  <otte@gnome.org>
25460
25461         * configure.ac:
25462           check for kdemacros.h, too (should fix #141821)
25463         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25464           don't crash if no header was sent, but nicely error out (fixes part
25465           of #141554)
25466
25467 2004-05-04  Wim Taymans  <wim@fluendo.com>
25468
25469         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25470         parent dispose function to avoid segfault on destroy.
25471
25472 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25473
25474         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25475         (plugin_init):
25476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25477         (gst_xvimagesink_sink_link):
25478         clean up debugging caps
25479         also recreate xvimage when format has changed
25480
25481 2004-05-04  Benjamin Otte  <otte@gnome.org>
25482
25483         * ext/libvisual/Makefile.am:
25484         * ext/libvisual/visual.c: (gst_visual_class_init),
25485         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25486         (gst_visual_srclink), (gst_visual_chain),
25487         (gst_visual_change_state), (plugin_init):
25488           use a GstAdapter to correctly adapt buffer sizes - allows using a
25489           framerate
25490
25491 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25492
25493         * sys/v4l/gstv4lelement.h:
25494         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25496         (gst_v4lsrc_buffer_free):
25497         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25499         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25500         (gst_v4lsrc_requeue_frame):
25501         move some debugging categories around
25502         query for fps index and set accordingly if found
25503
25504 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25505
25506         * ext/lame/gstlame.c:
25507         correct defaults that lame_init puts out of range
25508
25509 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25510
25511         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25512         (gst_divxenc_class_init):
25513         fix range since -1 is the default
25514         * gst/mpeg1sys/gstmpeg1systemencode.c:
25515         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25516         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25517         (gst_rtjpegdec_chain):
25518         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25519         (gst_rtjpegenc_chain):
25520         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25521         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25522         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25524         * sys/v4l/gstv4lsrc.c:
25525         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25526         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25527         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25528         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25529         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25530           remove gst_info calls
25531
25532 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25533
25534         * Makefile.am:
25535         * po/af.po:
25536         * po/az.po:
25537         * po/en_GB.po:
25538         * po/nl.po:
25539         * po/sr.po:
25540         * po/sv.po:
25541           Updated translations
25542
25543 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25544
25545         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25546           refactor/comment code
25547
25548 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25549
25550         * gst/asfdemux/Makefile.am:
25551         * gst/asfdemux/asfheaders.c:
25552         * gst/asfdemux/asfheaders.h:
25553         * gst/asfdemux/gstasf.c: (plugin_init):
25554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25555         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25556         (gst_asf_demux_setup_pad):
25557         * gst/asfdemux/gstasfdemux.h:
25558         * gst/asfdemux/gstasfmux.c:
25559         * gst/asfdemux/gstasfmux.h:
25560           Add tagging support to demuxer, split out registration in its own
25561           file instead of in demux (hacky), and prevent having some tables
25562           in our memory multiple times (in asfheaders.h).
25563
25564 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25565
25566         * gst/matroska/matroska-demux.c:
25567         (gst_matroska_demux_parse_metadata):
25568         * gst/matroska/matroska-ids.h:
25569           Basic tag reading support.
25570
25571 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25572
25573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25574           Really detect ac-3 audio.
25575         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25576           really detect matroska files (off-by-1).
25577
25578 2004-04-30  David Schleef  <ds@schleef.org>
25579
25580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25581         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25582         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25583         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25584         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25585         hackage -- parse a lot more atoms, extract a few tags.  One might even
25586         mistake this for tag support.  Maybe it is.
25587         * gst/qtdemux/qtdemux.h:
25588
25589 2004-04-30  Colin Walters  <walters@verbum.org>
25590
25591         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25592
25593 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25594
25595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25596         (gst_ffmpegcolorspace_getcaps):
25597           remove broken nego fix
25598
25599 2004-04-30  Benjamin Otte  <otte@gnome.org>
25600
25601         * configure.ac:
25602         * ext/Makefile.am:
25603         * ext/libvisual/Makefile.am:
25604         * ext/libvisual/visual.c:
25605           add initial support for libvisual (http://libvisual.sourceforge.net)
25606           libvisual is still quite alpha, so expect crashes in there :)
25607
25608 2004-04-29  David Schleef  <ds@schleef.org>
25609
25610         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25611         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25612         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25613         code; you will no longer respect me.
25614
25615 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25616
25617         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25618         * ext/alsa/gstalsa.h :
25619         change alsa pcm device discovery to find more than 1 device
25620         per card. code review by Ronald.
25621
25622 2004-04-29  David Schleef  <ds@schleef.org>
25623
25624         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25625         Add a check for a driver bug on FreeBSD.  (bug #140565)
25626
25627 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25628
25629         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25630         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25631         (gst_jpegenc_getcaps):
25632           move format setting to inner loop
25633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25634         (gst_ffmpegcolorspace_getcaps):
25635           use GST_PAD_CAPS if available so that we use already negotiated
25636           caps
25637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25638         (qtdemux_parse_moov), (qtdemux_parse):
25639           extra debugging
25640         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25641         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25642           move hardcoded path to DEFINE
25643
25644 2004-04-28  David Schleef  <ds@schleef.org>
25645
25646         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25647         (bug #140064)
25648
25649 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25650
25651         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25652           Don't probe for playback device if we're a source element. Fixes
25653           #139658.
25654
25655 2004-04-29  Benjamin Otte  <otte@gnome.org>
25656
25657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25658         (gst_id3_tag_chain):
25659           rewrite buffer offset
25660
25661 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * configure.ac:
25664         * ext/Makefile.am:
25665         * ext/dts/Makefile.am:
25666         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25667         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25668         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25669         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25670         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25671         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25672         (plugin_init):
25673         * ext/dts/gstdtsdec.h:
25674           New DTS decoder.
25675         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25676         (gst_faad_srcconnect):
25677           Add ESDS atom handling (.m4a).
25678
25679 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25680
25681         * ext/divx/gstdivxdec.c: (plugin_init):
25682           Remove comment that makes no sense.
25683         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25684           Fix for obvious typo that resulted in warnings during gst-register.
25685         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25686         (gst_xviddec_sink_link):
25687           Fix caps negotiation a bit better.
25688         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25689           We call this 'codec_data', not 'esds'.
25690
25691 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25692
25693         * gst/monoscope/gstmonoscope.c:
25694           make sure we only provide 256x128
25695         * gst/monoscope/monoscope.c: (monoscope_init):
25696           assert size of 256x128
25697
25698 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25699
25700         * Makefile.am:
25701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25702         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25703           fixate to max width and height of device
25704
25705 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25706
25707         * Makefile.am:
25708         * sys/v4l/gstv4l.c:
25709         * sys/v4l/gstv4lsrc.c:
25710         * sys/v4l/v4l_calls.c:
25711         * sys/v4l/v4lsrc_calls.c:
25712           fix for qc-usb driver which fakes having more than one buffer
25713           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25714           buffer_free override
25715           add debugging
25716
25717 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25718
25719         * Makefile.am:
25720         * gst/videotestsrc/gstvideotestsrc.c:
25721         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25722         (gst_videotestsrc_init), (gst_videotestsrc_get),
25723         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25724         * gst/videotestsrc/gstvideotestsrc.h:
25725           add num-buffers property
25726
25727         2004-04-26  Benjamin Otte  <otte@gnome.org>
25728
25729         * ext/mad/gstid3tag.c: (plugin_init):
25730           set id3mux rank to NONE so it doesn't confuse spider
25731           require audio/mpeg,mpegversion=1 in id3mux
25732
25733 2004-04-26  Benjamin Otte  <otte@gnome.org>
25734
25735         * configure.ac:
25736           detect faad correctly as non-working if it's indeed non-working
25737
25738 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25739
25740         * Makefile.am:
25741         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25742         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25743         fix _getcaps so it only negotiates to its supported format
25744
25745 2004-04-25  Benjamin Otte  <otte@gnome.org>
25746
25747         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25748           fix memleak
25749
25750 2004-04-23  Benjamin Otte  <otte@gnome.org>
25751
25752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25753           audio/x-raw-int with height rules! not. Now it's depth.
25754
25755 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25756
25757         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25758         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25759         (gst_wavparse_loop):
25760           Missing variable initialization. Add handling of DVI ADPCM. Fix
25761           mis-parsing of LIST chunks. This works around a bug where we mis-
25762           parse non-aligning LIST chunks (so LIST chunks where the contents
25763           don't align with the actual LIST size). The correct fix is to use
25764           rifflib, I'm not going to fix wavparse - too much work. All this
25765           fixes #104878.
25766
25767 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25768
25769         reviewed by Benjamin Otte  <otte@gnome.org>
25770
25771         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25772           fix shoutcast not working (fixes #140844)
25773
25774 2004-04-22  Benjamin Otte  <otte@gnome.org>
25775
25776         * ext/hermes/gsthermescolorspace.c:
25777         (gst_hermes_colorspace_caps_remove_format_info):
25778         * gst/colorspace/gstcolorspace.c:
25779         (gst_colorspace_caps_remove_format_info):
25780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25781         (gst_ffmpegcolorspace_caps_remove_format_info):
25782           s/gst_caps_simplify/gst_caps_do_simplify/
25783
25784 2004-04-22  Benjamin Otte  <otte@gnome.org>
25785
25786         * gst-libs/gst/riff/riff-media.c:
25787         (gst_riff_create_video_caps_with_data):
25788           mpegversion is an int
25789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25790           don't try to create pad templates with NULL caps, use any caps
25791           instead.
25792
25793 2004-04-20  David Schleef  <ds@schleef.org>
25794
25795         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25796         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25797         (bug #140384)
25798
25799 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25800
25801         reviewed by David Schleef
25802
25803         * ext/mad/gstid3tag.c: Add stdlib.h
25804         * gst/rtp/gstrtpgsmenc.c: same
25805         * gst/tags/gstid3tag.c: same
25806         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25807         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25808         GST_DISABLE_LOADSAVE use.
25809         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25810         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25811         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25812         atol(3)).
25813         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25814         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25815         strtoul(3)).
25816         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25817         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25818         $(ID3_CFLAGS).
25819         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25820         $(LIBFAME_CFLAGS).
25821
25822 2004-04-20  David Schleef  <ds@schleef.org>
25823
25824         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25825         last checkin.  Same idea.
25826
25827 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25828
25829         reviewed by David Schleef
25830
25831         * configure.ac: bump required gstreamer version to 0.8.1.1
25832         because of following changes [--ds]
25833
25834         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25835         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25836         (gst_riff_read_header):  Use GST_READ_UINT*
25837         macros to access possibly unaligned memory.
25838
25839         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25840         (mp3_type_find):  Use GST_READ_UINT*
25841         macros to access possibly unaligned memory.
25842         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25843         (speex_type_find): Likewise
25844
25845         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25846
25847         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25848         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25849         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25850         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25851         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25852         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25853         macros to access possibly unaligned memory.
25854
25855         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25856         Likewise.
25857
25858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25859         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25860
25861         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25862         Likewise.
25863
25864         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25865         (gst_mpeg2subt_chain_subtitle): Likewise.
25866
25867         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25868         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25869         Likewise.
25870
25871         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25872         Likewise.
25873
25874         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25875         Likewise.
25876
25877         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25878         Likewise.
25879
25880 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25881
25882         * configure.ac:
25883           update required version of GStreamer because of GST_TIME_FORMAT
25884
25885 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25886
25887         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25888           remove leftover g_print
25889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25890           don't try setting only a subset of the caps. We don't want to kill
25891           autoplugging on purpose
25892
25893 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25894
25895         * sys/ximage/ximagesink.c: (plugin_init):
25896         * sys/xvimage/xvimagesink.c: (plugin_init):
25897           add debugging categories
25898
25899 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25900
25901         * po/en_GB.po:
25902         * po/LINGUAS:
25903           Adding en_GB translation (Gareth Owen)
25904
25905 2004-04-20  David Schleef  <ds@schleef.org>
25906
25907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25908         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25909         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25910         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25911         A number of new features and hacks to extract the esds atom and
25912         put it into the caps.  (bug #137724)
25913
25914 2004-04-19  David Schleef  <ds@schleef.org>
25915
25916         * gconf/Makefile.am: Fix for non-GNU make
25917         * gst-libs/gst/Makefile.am: Change directory order to handle
25918         GstPlay linking with gstinterfaces
25919         * gst-libs/gst/audio/make_filter: make use of tr portable
25920         * gst-libs/gst/play/Makefile.am: Add intended \
25921         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25922         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25923         function prototype instead of void *.
25924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25925         macro.
25926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25927         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25928         * gst/videofilter/make_filter: make use of tr portable
25929         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25930
25931 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25932
25933         * po/LINGUAS:
25934         * po/uk.po:
25935           Added Ukrainian translation (Maxim V. Dziumanenko)
25936
25937 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25938
25939         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25940         (gst_gsmdec_link), (gst_gsmdec_chain):
25941           Fix capsnego, simplify chain function slightly.
25942         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25943           Add GSM.
25944
25945 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25946
25947         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25948         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25949         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25950           Hack to make wavparse work with spider (always -> sometimes pad).
25951           Fixes #135862 && #140411.
25952
25953 2004-04-18  Benjamin Otte  <otte@gnome.org>
25954
25955         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25956         (gst_osselement_rate_probe_check),
25957         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25958           get rid of \n in debug output
25959
25960 2004-04-17  Iain <iain@prettypeople.org>
25961
25962         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25963         not just EOS.
25964
25965 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25966
25967         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25968         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25969         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25970         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25971         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25972         (gst_id3_tag_change_state), (plugin_init):
25973           deprecate id3tag element and replace with id3demux/id3mux.
25974           great side effect: this ugly file is now even uglier, yay!
25975         * ext/mad/gstmad.h:
25976           remove non-available function
25977           update for new get_type
25978
25979 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25980
25981         * configure.ac:
25982           require mpeg2dec >= 0.4.0
25983
25984 2004-04-17  Benjamin Otte  <otte@gnome.org>
25985
25986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25987         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25988         (gst_xvimagesink_set_xwindow_id):
25989           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25990           assorted cleanup fixes.
25991
25992 2004-04-16  David Schleef  <ds@schleef.org>
25993
25994         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25995         * sys/xvimage/xvimagesink.h: same
25996
25997 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25998
25999         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26000           Fix GST_ELEMENT_ERROR with (NULL)
26001
26002 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26003
26004         * gst-libs/gst/riff/riff-media.c:
26005         (gst_riff_create_video_caps_with_data):
26006           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26007
26008 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * gst-libs/gst/riff/riff-media.c:
26011         (gst_riff_create_video_caps_with_data),
26012         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26013         (gst_riff_create_video_template_caps),
26014         (gst_riff_create_audio_template_caps):
26015         * gst-libs/gst/riff/riff-media.h:
26016         * gst-libs/gst/riff/riff-read.c:
26017         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26018         * gst-libs/gst/riff/riff-read.h:
26019         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26020           Add MS RLE support. I added some functions to read out strf chunks
26021           into strf chunks and the data behind it. This is usually color
26022           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26023           caps creation. Lastly, add ADPCM (similar to wavparse - which
26024           should eventually be rifflib based).
26025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26026         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26027         * gst/matroska/matroska-demux.h:
26028           Remove placeholders for some prehistoric tagging system. Didn't add
26029           support for any tag system really anyway.
26030         * gst/qtdemux/qtdemux.c:
26031           Add support for audio/x-m4a (MPEG-4) through spider.
26032         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26033         (gst_wavparse_loop):
26034           ADPCM support (#135862). Increase max. buffer size because we
26035           cannot split buffers for ADPCM (screws references) and I've seen
26036           files with 2048 byte chunks. 4096 seems safe for now.
26037
26038 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26039
26040         * configure.ac: bump nano to 1
26041
26042 === release 0.8.1 ===
26043
26044 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26045
26046         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26047
26048 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26051           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26052           Fixes #140058
26053
26054 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26055
26056         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26057           lower rank of dvddemux so that it's not used for mpeg playback.
26058
26059 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26060
26061         * configure.ac:
26062           save libs correctly when checking mad
26063
26064 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * ext/mad/gstid3tag.c: (plugin_init):
26067           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26068
26069 2004-04-13  David Schleef  <ds@schleef.org>
26070
26071         * common/m4/gst-feature.m4: Call -config scripts with
26072         --plugin-libs if it is supported.
26073         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26074         JPEG images are image/jpeg.
26075         * gst/debug/Makefile.am:
26076         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26077         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26078         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26079         (gst_negotiation_plugin_init): Add a property that acts like
26080         filter caps.
26081         * testsuite/gst-lint:  Move license checking to be a standard
26082         test.
26083
26084 2004-04-13  David Schleef  <ds@schleef.org>
26085
26086         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26087         patch from Sebastien Cote (bug #139958)
26088
26089 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26090
26091         * examples/gstplay/Makefile.am:
26092         * examples/gstplay/player.c: (main):
26093           make the commandline player example use gconf settings
26094
26095 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26096
26097         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26098         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26099         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26100           init/end library during state transition, not object
26101           creation/disposal.  get rid of custom dispose handler.
26102
26103
26104 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26105
26106         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26107         be a symlink
26108
26109 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26112           Handle JUNK chunks inside data section. Prevents warnings.
26113
26114 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26115
26116         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26117         (gst_riff_create_video_template_caps):
26118           Add MS video v1.
26119         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26120         (gst_avi_demux_stream_data):
26121           Add support for "rec-list" chunks.
26122
26123 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26124
26125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26126           Fix another codecname mismatch.
26127
26128 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26131           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26132           so that MJPEG plays back.
26133
26134 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26137         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26138         * gst/mpeg1videoparse/gstmp1videoparse.h:
26139           Fix for some slight mis-cuts in buffer parsing, and for some
26140           potential overflows or faults-causers. Adds disconts. Also fixes
26141           #139105 while we're at it.
26142
26143 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * configure.ac:
26146         * sys/v4l2/gstv4l2element.h:
26147           Workaround for missing struct v4l2_buffer declaration in Suse 9
26148           and Mandrake 10 linux/videodev2.h header file (#135919).
26149
26150 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26153           Bail out if no filename was given.
26154
26155 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26156
26157         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26158         (gst_v4l2_fourcc_from_structure):
26159           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26160           Y41B somewhere).
26161
26162 2004-04-09  Benjamin Otte  <otte@gnome.org>
26163
26164         * ext/gnomevfs/gstgnomevfssink.c:
26165         (_gst_boolean_allow_overwrite_accumulator),
26166         (gst_gnomevfssink_class_init):
26167           fix erase signal - if any handler returns false the file will not be
26168           overwritten. If no handler is connected, the file will not be
26169           overwritten either.
26170           renamed signal to "allow-overwrite"
26171         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26172           free string when adding it to ID3 failed
26173         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26174           unref event when done
26175         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26176           free caps
26177         * gst/typefind/gsttypefindfunctions.c:
26178         (mpeg_video_stream_type_find):
26179           fix invalid read
26180
26181 2004-04-08  David Schleef  <ds@schleef.org>
26182
26183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26184         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26185
26186 2004-04-08  David Schleef  <ds@schleef.org>
26187
26188         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26189         we don't support (bug #139532)
26190
26191 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26192
26193         * ext/mad/gstmad.c: (gst_mad_handle_event),
26194         (gst_mad_check_caps_reset), (gst_mad_chain),
26195         (gst_mad_change_state):
26196           only set explicit caps if they haven't been set before for
26197           this stream.  MPEG-audio sample rate/channels aren't allowed
26198           to change in-stream.
26199           Fixes #139382
26200
26201 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26202
26203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26204         (_gst_boolean_did_something_accumulator),
26205         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26206         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26207         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26208         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26209         (gst_gnomevfssink_change_state):
26210           Fix erase signal. Don't erase by default. Remove handoff signal.
26211           Remove erase property. Don't segfault. General cleanup.
26212
26213 2004-04-07  Benjamin Otte  <otte@gnome.org>
26214
26215         * gst-libs/gst/gconf/test-gconf.c: (main):
26216           add missing gst_init
26217
26218 2004-04-07  Benjamin Otte  <otte@gnome.org>
26219
26220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26221           free the mutexes, too
26222
26223 2004-04-07  Benjamin Otte  <otte@gnome.org>
26224
26225         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26226           actually free the URI string
26227         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26228           compute offset correctly when passing discont events
26229         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26230           don't leak discont events
26231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26232           add some missing breaks so caps aren't copied randomly
26233         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26234           if we realloc memory, we better use it
26235
26236 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26237
26238         * ext/mad/gstmad.c: (normal_seek):
26239           fix GST_FORMAT_TIME usage
26240
26241 2004-04-05  David Schleef  <ds@schleef.org>
26242
26243         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26244         a deprecated function (hack!)
26245
26246 2004-04-05  Benjamin Otte  <otte@gnome.org>
26247
26248         * ext/esd/esdmon.c: (gst_esdmon_get):
26249           fix nonterminated vararg and memleak
26250
26251 2004-04-05  Benjamin Otte  <otte@gnome.org>
26252
26253         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26254         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26255         (gst_ladspa_set_property), (gst_ladspa_get_property),
26256         (gst_ladspa_instantiate), (gst_ladspa_activate),
26257         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26258           clean up debugging
26259
26260 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26261
26262         reviewed by Benjamin Otte  <otte@gnome.org>
26263
26264         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26265           check for broken LADSPA parameters (fixes #138635)
26266
26267 2004-04-05  Benjamin Otte  <otte@gnome.org>
26268
26269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26270           advertise buffer-frames correctly on sinkpads
26271
26272 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26273
26274         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26275         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26276         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26277         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26278         (gst_mad_check_caps_reset), (gst_mad_chain):
26279         add more debugging, only reset caps when we're not in error state
26280
26281 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26282
26283         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26284
26285 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26286
26287         reviewed by Benjamin Otte  <otte@gnome.org>
26288
26289         * configure.ac:
26290           fix == in test(1) operator
26291
26292 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26293
26294         reviewed by Benjamin Otte  <otte@gnome.org>
26295
26296         * configure.ac:
26297           fix --export-symblos-regex to a working regex.
26298
26299 2004-04-04  Benjamin Otte  <otte@gnome.org>
26300
26301         * sys/oss/.cvsignore:
26302           add for oss_probe
26303
26304 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26305
26306         reviewed by Benjamin Otte  <otte@gnome.org>
26307
26308         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26309           add missing 'new_media' argument (fixes #138168)
26310         * gst/matroska/matroska-demux.c:
26311         (gst_matroska_demux_handle_seek_event):
26312           add vararg terminator (fixes #138169)
26313
26314 2004-04-02  David Schleef  <ds@schleef.org>
26315
26316         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26317         disted (bug #138914)
26318
26319 2004-04-01  Benjamin Otte  <otte@gnome.org>
26320
26321         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26322         (gst_alsa_close_audio):
26323           handle case better where a soundcard can't pause
26324         * ext/ogg/gstoggdemux.c:
26325           don't crash when we get events but don't have pads yet
26326
26327 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26328
26329         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26330           throw an error if we couldn't probe any caps.
26331
26332 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26333
26334         * ext/dvdnav/gst-dvd:
26335         Add a really simple sample DVD player
26336
26337 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26338
26339         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26340         (gst_a52dec_push), (gst_a52dec_handle_event),
26341         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26342         (gst_a52dec_change_state):
26343         * ext/a52dec/gsta52dec.h:
26344           Use a debug category, Output timestamps correctly
26345           Emit tag info, Handle events, tell liba52dec about cpu
26346           capabilities so it can use MMX etc.
26347         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26348           Fix a crasher accessing invalid memory
26349         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26350         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26351         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26352         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26353         (dvdnavsrc_query):
26354           Some support for byte-format seeking.
26355           Small fixes for still frames and menu button overlays
26356         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26357         (gst_mpeg2dec_alloc_buffer):
26358           Use a debug category. Adjust the report level of several items to
26359           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26360           so it doesn't lose the GstBuffer pointer
26361         * gst/debug/Makefile.am:
26362         * gst/debug/gstdebug.c: (plugin_init):
26363         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26364         (gst_navseek_base_init), (gst_navseek_class_init),
26365         (gst_navseek_init), (gst_navseek_seek),
26366         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26367         (gst_navseek_get_property), (gst_navseek_chain),
26368         (gst_navseek_plugin_init):
26369         * gst/debug/gstnavseek.h:
26370           Add the navseek debug element for seeking back and forth in a
26371           video stream using arrow keys.
26372         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26373         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26374         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26375         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26376         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26377         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26378         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26379         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26380         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26381         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26382         * gst/mpeg2sub/gstmpeg2subt.h:
26383           Pretty much a complete rewrite. Now a loopbased element. May still
26384           require work to properly synchronise subtitle buffers.
26385         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26386         (gst_dvd_demux_send_subbuffer):
26387         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26388           Don't attempt to create subbuffers of size 0
26389           Reduce a couple of error outputs to warnings.
26390         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26391         (gst_y4mencode_chain):
26392         Output the y4m frame header correctly.
26393
26394 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26395
26396         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26397           throw errors instead of allowing SIGFPE
26398
26399 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26400
26401         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26402         (gst_gconf_render_bin_from_key):
26403           leak plugging and style fixing
26404
26405 2004-03-31  David Schleef  <ds@schleef.org>
26406
26407         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26408         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26409         (bug #138225)
26410         * gst/debug/Makefile.am:
26411         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26412         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26413         plugin.
26414         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26415         (gst_negotiation_base_init), (gst_negotiation_class_init),
26416         (gst_negotiation_init), (gst_negotiation_getcaps),
26417         (gst_negotiation_pad_link), (gst_negotiation_chain),
26418         (gst_negotiation_set_property), (gst_negotiation_get_property),
26419         (gst_negotiation_plugin_init):  New element to talk about random
26420         negotiation things happening in a pipeline.
26421
26422 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26423
26424         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26425           fix integer addition with help of Stefan Kost
26426
26427 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26428
26429         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26430
26431 2004-03-30  David Schleef  <ds@schleef.org>
26432
26433         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26434         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26435         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26436         (bug #137504)
26437         * ext/mpeg2dec/gstmpeg2dec.h:
26438
26439 2004-03-30  David Schleef  <ds@schleef.org>
26440
26441         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26442
26443 2004-03-30  David Schleef  <ds@schleef.org>
26444
26445         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26446         Michael Petullo) to handle .mov
26447
26448 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26449
26450         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26451         (gst_osselement_rate_check_rate):
26452           probe caps correctly for sound cards that only support one format
26453
26454 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26455
26456         * ext/kio/kiosrc.cpp: (process_events):
26457           update handling event processing if inside KDE - untested
26458
26459 2004-03-29  David Schleef  <ds@schleef.org>
26460
26461         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26462         by 2 to not interfere with other colorspaces.
26463         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26464         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26465         one to not interfere with ffmpeg_colorspace.
26466
26467 2004-03-29  David Schleef  <ds@schleef.org>
26468
26469         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26470         aren't in the caps.
26471         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26472         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26473
26474 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26475
26476         * gst-libs/gst/riff/riff-media.c:
26477           fail on error, don't try to set stuff on NULL caps
26478
26479 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26480
26481         * configure.ac:
26482         * ext/Makefile.am:
26483         * ext/kio/Makefile.am:
26484         * ext/kio/kioreceiver.cpp:
26485         * ext/kio/kioreceiver.h:
26486         * ext/kio/kiosrc.cpp:
26487         * ext/kio/kiosrc.h:
26488           add experimental kiosrc plugin
26489         * ext/alsa/gstalsaplugin.c: (plugin_init):
26490           initialize debugging category only when we're sure registering the
26491           plugins worked.
26492
26493 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * examples/gstplay/player.c: (main):
26496         * gst-libs/gst/play/play.c: (gst_play_class_init),
26497         (gst_play_set_location), (gst_play_set_data_src),
26498         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26499         (gst_play_set_visualization), (gst_play_connect_visualization):
26500           check return values of element_set_state and return FALSE where
26501           failed
26502
26503 2004-03-29  Benjamin Otte  <otte@gnome.org>
26504
26505         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26506           try harder to check if an event is really a discont
26507
26508 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26509
26510         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26511         * po/az.po:
26512
26513 2004-03-28  Benjamin Otte  <otte@gnome.org>
26514
26515         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26516         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26517         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26518           get rid of non-standard "..." ranges in case statements.
26519
26520 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26521
26522         * gst/mpegstream/gstmpegdemux.c:
26523         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26524         specific functionality split to the new dvddemux element.
26525         * gst/mpegstream/gstdvddemux.c:
26526         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26527         streams, derived from mpegdemux.
26528         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26529         up. SCR based timestamp rewriting can be turned off (will probably
26530         completely disappear soon).
26531         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26532         hacking. General cleanup. All printf statements replaced by
26533         debugging messages. Almost complete libdvdnav support.
26534         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26535         by events. New properties for audio and subpicture languages.
26536         (dvdnavsrc_update_highlight): Now uses events.
26537         (dvdnavsrc_user_op): Cleaned up.
26538         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26539         based). Lots of cleanup, and propper support for most libdvdnav
26540         events.
26541         (dvdnavsrc_make_dvd_event): New function.
26542         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26543         (dvdnavsrc_make_clut_change_event): New function.
26544
26545 2004-03-26  Benjamin Otte  <otte@gnome.org>
26546
26547         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26548           fix bug where typefinding would claim it's theora whenever less then
26549           7 bytes of data were available
26550
26551 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26552
26553         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26554         (gst_alawdec_base_init), (gst_alawdec_class_init),
26555         (gst_alawdec_init), (gst_alawdec_chain):
26556         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26557         (gst_alawenc_base_init), (gst_alawenc_class_init),
26558         (gst_alawenc_init), (gst_alawenc_chain):
26559         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26560         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26561         (gst_mulawdec_init), (gst_mulawdec_chain):
26562         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26563         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26564         (gst_mulawenc_init), (gst_mulawenc_chain):
26565           Fix capsnego in all four, remove the unused property functions and
26566           simplify the chain functions slightly. I guess we could use macros
26567           or something similar for those, since the code is so similar, but
26568           I'm currently too lazy...
26569
26570 2004-03-24  David Schleef  <ds@schleef.org>
26571
26572         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26573         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26574         (gst_osselement_get_format_structure),
26575         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26576         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26577         (gst_osselement_rate_int_compare): Add code to handle rate probing
26578         (bug #120883)
26579         * sys/oss/gstosselement.h: same
26580         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26581         Use rate probing provided by osselement.
26582         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26583
26584 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26587         (gst_xvidenc_get_property):
26588           ulong/int mess-up.
26589
26590 2004-03-24  David Schleef  <ds@schleef.org>
26591
26592         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26593         (gst_speexdec_init):
26594         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26595         (gst_speexenc_init):  Create the pad template correctly (from
26596         the static pad template, not a NULL pointer.)
26597
26598 2004-03-25  Benjamin Otte  <otte@gnome.org>
26599
26600         * gst/debug/Makefile.am:
26601         * gst/debug/breakmydata.c:
26602           add element that quasi-randomly changes bytes in the stream.
26603           Intended use is robustness checking of demuxers and decoders in
26604           media tests.
26605
26606 2004-03-24  Benjamin Otte  <otte@gnome.org>
26607
26608         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26609         (gst_alsa_probe_hw_params):
26610         * ext/alsa/gstalsa.h:
26611           debugging output fixes
26612
26613 2004-03-24  Benjamin Otte  <otte@gnome.org>
26614
26615         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26616           don't g_return_if_fail if element is PLAYING, fail silently as every
26617           other element.
26618         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26619           only fix needed for cast lvalue issues in gst-plugins
26620         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26621           add proxy_getcaps
26622
26623 2004-03-24  Benjamin Otte  <otte@gnome.org>
26624
26625         * gst/level/gstlevel.c: (gst_level_init):
26626           add proxying getcaps function, so level doesn't advertise impossible
26627           caps
26628
26629 2004-03-24  David Schleef  <ds@schleef.org>
26630
26631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26632         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26633         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26634         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26635         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26636         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26637         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26638         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26639         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26640         messages.  Divide the chunk size by the compression ratio
26641         (needed for MACE audio)
26642
26643 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26646           Fix buffer overflow read error.
26647
26648 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * ext/alsa/gstalsa.h:
26651           Remove unused entry.
26652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26653           Add cinepak.
26654         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26655         (gst_videodrop_link), (gst_videodrop_chain):
26656           Fix, sort of. Was horribly broken with new capsnego. Bah...
26657
26658 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26659
26660         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26661         (plugin_init):
26662         Add a monkeysaudio typefind function
26663
26664 2004-03-23  Johan Dahlin  <johan@gnome.org>
26665
26666         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26667         (gst_play_video_fixate): Check so the structure has the field
26668         before trying to fixate them, this makes it possible to have
26669         fakesinks for video and audio output without printing errors on
26670         the output console.
26671
26672 2004-03-22  David Schleef  <ds@schleef.org>
26673
26674         * sys/oss/Makefile.am:
26675         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26676         (check_rate), (add_rate):  Rate probing test app.
26677
26678 2004-03-21  Benjamin Otte  <otte@gnome.org>
26679
26680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26681         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26682           add a fixation function that pretty much does the right thing (fixes
26683           #137556)
26684
26685 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26686
26687         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26688
26689 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26690
26691         reviewed by: Benjamin Otte  <otte@gnome.org>
26692
26693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26694           terminate gst_event_new_discontinuous correctly (fixes parts of
26695           #137711)
26696
26697 2004-03-19  David Schleef  <ds@schleef.org>
26698
26699         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26700         since it doesn't depend on X, and it's part of our ABI.
26701
26702 2004-03-19  Iain <iain@prettypeople.org>
26703
26704         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26705         is_int in the structure, not the local variable.
26706
26707 2004-03-19  David Schleef  <ds@schleef.org>
26708
26709         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26710         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26711         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26712         Improvements in caps negotiation.
26713
26714 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26715
26716         * po/LINGUAS:
26717         * po/af.po:
26718           adding Afrikaans (Petri Jooste)
26719
26720 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26721
26722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26723         (gst_ffmpegcolorspace_chain):
26724         throw error instead of g_critical (#137588)
26725
26726 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26727
26728         * Makefile.am:
26729         * configure.ac:
26730           dist common and m4 correctly
26731         * po/sv.po:
26732
26733 2004-03-17  David Schleef  <ds@schleef.org>
26734
26735         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26736         (bug #137348)
26737
26738 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26739
26740         * po/LINGUAS:
26741         * po/sv.po:
26742           adding Swedish translation (Christian Rose)
26743
26744 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26745
26746         * Makefile.am: use release.mak
26747
26748 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26749
26750         * common/ChangeLog:
26751         * common/gst-autogen.sh:
26752           add some explanation about the version detection
26753         * configure.ac:
26754           fix X check
26755
26756 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26757
26758         * configure.ac: bump nano to 1
26759
26760 === release 0.8.0 ===
26761
26762 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26763
26764         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26765
26766 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26767
26768         * configure.ac:
26769           update libtool version
26770         * gst-libs/gst/media-info/Makefile.am:
26771           actually use libtool version
26772
26773 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26774
26775         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26776
26777 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26778
26779         * configure.ac:
26780         * gst-plugins.spec.in:
26781         * pkgconfig/Makefile.am:
26782         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26783         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26784         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26785         * pkgconfig/gstreamer-libs.pc.in:
26786         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26787         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26788         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26789         * pkgconfig/gstreamer-plugins.pc.in:
26790           remove @VERSION@ from some of the pc files since core and plugins
26791           are decoupled.
26792           created gstreamer-plugins.pc as it's a better name, but keeping
26793           -libs around for now to get fixes upstream done first.
26794
26795 2004-03-15  Julien MOUTTE <julien@moutte.net>
26796
26797         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26798         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26799         * gst-libs/gst/play/play.h:
26800
26801 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26802
26803         * *.c, *.cc: don't mix tabs and spaces
26804
26805 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26806
26807         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26808           use the new ffmpegcolorspace
26809         * gst-plugins.spec.in:
26810           package new colorspace and media-info
26811         * configure.ac:
26812         * pkgconfig/Makefile.am:
26813           fix some more disting issues
26814         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26815         * pkgconfig/gstreamer-media-info.pc.in:
26816           generate media-info pc files
26817
26818 2004-03-15  Johan Dahlin  <johan@gnome.org>
26819
26820         * *.h: Revert indenting
26821
26822 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26823
26824         * configure.ac:
26825           adding ffmpegcolorspace element
26826         * gst/ffmpegcolorspace/Makefile.am:
26827         * gst/ffmpegcolorspace/avcodec.h:
26828         * gst/ffmpegcolorspace/common.h:
26829         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26830         * gst/ffmpegcolorspace/dsputil.h:
26831         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26833         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26834         (gst_ffmpeg_caps_to_pix_fmt):
26835         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26837         (gst_ffmpegcolorspace_caps_remove_format_info),
26838         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26839         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26840         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26841         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26842         (gst_ffmpegcolorspace_set_property),
26843         (gst_ffmpegcolorspace_get_property),
26844         (gst_ffmpegcolorspace_register):
26845         * gst/ffmpegcolorspace/imgconvert.c:
26846         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26847         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26848         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26849         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26850         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26851         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26852         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26853         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26854         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26855         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26856         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26857         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26858         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26859         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26860         (img_get_alpha_info), (deinterlace_line),
26861         (deinterlace_line_inplace), (deinterlace_bottom_field),
26862         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26863         * gst/ffmpegcolorspace/imgconvert_template.h:
26864         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26865         * gst/ffmpegcolorspace/mmx.h:
26866         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26867           adding ffmpegcolorspace element supplied by Ronald after cleaning
26868           up and pulling in the right bits of upstream source.
26869           I'm sure a better C/compiler wizard could do some cleaning up (for
26870           example use GLIB's malloc stuff), but as a first pass this
26871           works very well
26872
26873 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26874
26875         * ext/alsa/gstalsa.h:
26876           I assume Ronald forgot to commit the change to have cardname
26877           as a struct member.  Expect some public spanking at the next
26878           opportunity.
26879
26880 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26883         (gst_alsa_open_audio), (gst_alsa_close_audio):
26884         * ext/alsa/gstalsa.c:
26885           Don't open the device if we're a mixer (= padless).
26886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26887         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26888         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26889           Open mixer during state change rather than during object
26890           initialization. Also, get a device name. Currently in a somewhat
26891           hackish fashion, but I didn't really find something better.
26892
26893 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26894
26895         * *.c, *.h: run gst-indent
26896
26897 2004-03-14  Benjamin Otte  <otte@gnome.org>
26898
26899         * gst/modplug/gstmodplug.cc:
26900         * gst/modplug/gstmodplug.h:
26901           set correct timestamps on outgoing buffers
26902
26903 2004-03-14  Benjamin Otte  <otte@gnome.org>
26904
26905         * gst/modplug/gstmodplug.cc:
26906           handle events - don't do crap when a discont arrives that's not
26907           necessary
26908           This allows correct loading and playback of mods in Rhythmbox
26909
26910 2004-03-14  Benjamin Otte  <otte@gnome.org>
26911
26912         * configure.ac:
26913         * gst-libs/gst/gconf/Makefile.am:
26914         * pkgconfig/Makefile.am:
26915           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26916           they get rebuilt properly
26917         * configure.ac:
26918           when checking for vorbis, try pkgconfig first.
26919         * gst/modplug/gstmodplug.cc:
26920           add fixate function
26921
26922 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26925           Fix for obvious mistake, where we first shift the offset and then
26926           read a samplesize element assuming the old offset. Note that this
26927           part still has something weird, i.e. my movies containing those
26928           don't actually play well, but at least there's something that looks
26929           like sound now.
26930
26931 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26932         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26933         (plugin_init):
26934         Add a typefind function for speex format
26935
26936 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26939         (gst_asf_demux_setup_pad):
26940           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26941           instead of 0. Reason is simple: some elements have a fps range
26942           of 1-max instead of 0-max. So now ASF video actually works.
26943
26944 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26945
26946         * po/LINGUAS:
26947         * po/sr.po:
26948           adding serbian as a language
26949
26950 2004-03-13  Benjamin Otte  <otte@gnome.org>
26951
26952         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26953           return taglist correctly from _get function, don't gst_pad_push it.
26954           (fixes #137042)
26955
26956 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26957         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26958
26959 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26962         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26963         (gst_alsa_mixer_track_new):
26964         * ext/alsa/gstalsamixertrack.h:
26965           Fix ancient leftovers... MixerTrack is a GObject.
26966
26967 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26970         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26971           Don't block during probing...
26972
26973 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26976         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26977         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26978         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26979         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26980         (gst_alsa_open_audio), (gst_alsa_close_audio):
26981         * ext/alsa/gstalsa.h:
26982           Add propertyprobe interface implementation, add some device-name
26983           property, all this so that it looks good in gnome-volume-control.
26984
26985 2004-03-12  David Schleef  <ds@schleef.org>
26986
26987         * configure.ac: the Hermes library controls hermescolorspace, not
26988         colorspace.
26989         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26990         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26991         not /* */
26992         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26993         * ext/sdl/sdlvideosink.h: ditto.
26994         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26995
26996 2004-03-12  Benjamin Otte  <otte@gnome.org>
26997
26998         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26999         (gst_x_overlay_got_xwindow_id):
27000         * gst-libs/gst/xoverlay/xoverlay.h:
27001           replace XID with unsigned long to get rid of the xlibs dependency in
27002           XOverlay (fixes #137004)
27003
27004 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27005         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27006         (gst_agingtv_setup):
27007         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27008         (gst_dicetv_base_init), (gst_dicetv_class_init),
27009         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27010         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27011         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27012         (gst_edgetv_setup), (gst_edgetv_rgb32):
27013         * gst/effectv/gsteffectv.c:
27014         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27015         (gst_quarktv_set_property):
27016         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27017         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27018         (gst_revtv_setup), (gst_revtv_rgb32):
27019         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27020         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27021         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27022         (gst_shagadelictv_rgb32):
27023         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27024         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27025         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27026         * gst/effectv/gstwarp.c:
27027         Port everything that can be ported to videofilter and fix up the caps.
27028         Can someone with a big-endian machine please check these?
27029
27030 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27033         (gst_osssink_chain), (gst_osssink_change_state):
27034           Latest fixes for A/V sync, audio playback and such. This is about
27035           all... MPEG playback issues are mostly related to the async build-
27036           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27037
27038 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27039
27040         patch from: Stephane Loeuillet
27041
27042         * configure.ac:
27043           use pkg-config for some libraries, falling back to the old .m4 way
27044           (fixes #131270)
27045         * m4/libdv.m4:
27046           removed
27047
27048 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         * configure.ac:
27051         * tools/Makefile.am:
27052         * tools/Makefile.in:
27053         * tools/gst-launch-ext-m.m:
27054         * tools/gst-launch-ext.1.in:
27055         * tools/gst-visualise-m.m:
27056         * tools/gst-visualise.1:
27057         * tools/gst-visualise.1.in:
27058           reorganizing generation of script tools
27059
27060 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27061
27062         * ext/divx/gstdivxdec.c:
27063           Downgrade priority. We prefer ffdec_mpeg4.
27064         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27065         (gst_faad_chain), (gst_faad_change_state):
27066           Fix capsnego. Doesn't work for some sounds because we don't have
27067           a 5:1 to stereo element.
27068         * ext/xvid/gstxvid.c: (plugin_init):
27069           Add priority.
27070         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27071         (gst_osssink_change_state):
27072           Add discont handling.
27073
27074 2004-03-09  Colin Walters  <walters@verbum.org>
27075
27076         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27077         conversion.
27078
27079 2004-03-09  Benjamin Otte  <otte@gnome.org>
27080
27081         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27082           the signals take 2 arguments
27083
27084 2004-03-09  David Schleef  <ds@schleef.org>
27085
27086         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27087         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27088         * ext/alsa/gstalsa.h:
27089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27090
27091 2004-03-09  Benjamin Otte  <otte@gnome.org>
27092
27093         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27094         (gst_mikmod_change_state):
27095         * ext/mikmod/gstmikmod.h:
27096           make mikmod's loop function not loop infinitely and call
27097           gst_element_yield anymore
27098         * gst/modplug/gstmodplug.cc:
27099           fix pad negotiation (fixes #136590)
27100
27101 2004-03-09  David Schleef  <ds@schleef.org>
27102
27103         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27104         doesn't conflict with the internal colorspace plugin.
27105         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27106         satisfy the crappy-ass shell shipped by a certain vendor.
27107         * gst/videofilter/make_filter: same (bug #135299)
27108
27109 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27110
27111         * configure.ac: bump nano to 1
27112
27113 === release 0.7.6 ===
27114
27115 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27116
27117         * configure.in: releasing 0.7.6, "There"
27118
27119 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27120
27121         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27122         * pkgconfig/gstreamer-play.pc.in:
27123           synchronize the two
27124
27125 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27126
27127         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27128         (cdparanoia_open), (cdparanoia_event):
27129           fix/add error handling
27130         * po/POTFILES.in:
27131           add cdparanoia source
27132         * tools/Makefile.am:
27133           make scripts executable
27134
27135 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27136
27137         * configure.ac:
27138         * ext/vorbis/Makefile.am:
27139         * sys/Makefile.am:
27140           remove id3types, vorbisfile and xvideosink from the build (#133783)
27141
27142 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27143
27144         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27145           Fix metadata read crash (#136537).
27146
27147 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27148
27149         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27150         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27151           adding mime types, fixing the one-stop function
27152
27153 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27154
27155         * ext/nas/nassink.c and /ext/nas/nassink.h:
27156         More NAS love from Arwed von Merkatz
27157         So lets all sing 'Can you feel the NAS tonight'
27158
27159 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27160
27161         * tools/gst-launch-ext.in:
27162         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27163
27164 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27165
27166         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27167         (gst_mpeg2dec_init):
27168         remove the user_data pad for now, because it is being used in
27169         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27170         If someone knows how to fix this properly, please do.
27171
27172 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27173
27174         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27175         (gst_osssink_get_time):
27176         add a warning, IMO this won't get triggered anymore, remove later
27177
27178 2004-03-07  David Schleef  <ds@schleef.org>
27179
27180         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27181         format (bug #136470)
27182
27183 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27184
27185         * gst-libs/Makefile.am:
27186         * gst-libs/gst/media-info/Makefile.am:
27187         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27188         (error_callback), (gst_media_info_error_create),
27189         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27190         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27191         * gst-libs/gst/media-info/media-info-priv.h:
27192         * gst-libs/gst/media-info/media-info-test.c: (main):
27193         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27194         (gst_media_info_class_init), (gst_media_info_instance_init),
27195         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27196         (gst_media_info_read_idler), (gst_media_info_read):
27197         * gst-libs/gst/media-info/media-info.h:
27198         fixed, should work now
27199
27200 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27201
27202         * ext/nas/nassink.c:
27203         A bunch of NAS fixes from Arwed von Merkatz
27204
27205 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27206
27207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27208         (qtdemux_parse_trak):
27209           Fix crash (j might be greater than n_samples, in which case we're
27210           writing outside the allocated space for the array) and memleak.
27211
27212 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * sys/oss/gstosssink.c: (gst_osssink_chain):
27215           And another caller that couldn't handle delay < 0 (unsigned
27216           integer overflow). Video now continues playing on an audio
27217           buffer underrun, and the clock continues working. Audio still
27218           stalls.
27219
27220 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27221
27222         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27223         (gst_osssink_get_time):
27224           get_delay() may return values lower than 0. In those cases, we
27225           should not actually cast to *unsigned* int64, that will break
27226           stuff horribly. In my case, it screwed up A/V sync in movies
27227           in totem rather badly.
27228
27229 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27230
27231         * ext/faac/gstfaac.c: (gst_faac_chain):
27232         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27233         * ext/libpng/gstpngenc.c: (user_write_data):
27234         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27235         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27236         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27237         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27238         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27239         of any buffer), should fix some leaks. I hope I didn't unref buffers
27240         that shouldn't be...
27241
27242 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27243
27244         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27245         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27246         (error_callback), (gmi_reset), (gmi_seek_to_track),
27247         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27248         (gmip_find_type_post), (gmip_find_stream_post),
27249         (gmip_find_track_streaminfo_post):
27250         * gst-libs/gst/media-info/media-info-priv.h:
27251         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27252         (info_print), (main):
27253         * gst-libs/gst/media-info/media-info.c:
27254         (gst_media_info_error_create), (gst_media_info_error_element),
27255         (gst_media_info_instance_init), (gst_media_info_get_property),
27256         (gst_media_info_new), (gst_media_info_set_source),
27257         (gst_media_info_read_idler), (gst_media_info_read):
27258         * gst-libs/gst/media-info/media-info.h:
27259           first pass at making this work again.  This seems to work on
27260           tagged ogg/vorbis and mp3 files.
27261
27262 2004-03-06  Benjamin Otte  <otte@gnome.org>
27263
27264         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27265           fix huge leak: gst_buffer_merge doesn't unref the first argument
27266           itself.
27267
27268 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27269
27270         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27271           report layer/mode/emphasis
27272
27273 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27274
27275         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27276
27277 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27278
27279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27280           signal serial
27281
27282 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27283
27284         * ext/vorbis/vorbis.c: (plugin_init):
27285         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27286         (gst_vorbis_dec_init), (vorbis_dec_event):
27287         add debug category
27288         make vorbisdec handle _BYTE and _TIME queries
27289
27290 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27291
27292         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27293           from the xing header
27294
27295 2004-03-06  Benjamin Otte  <otte@gnome.org>
27296
27297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27298         (gst_audio_convert_link), (gst_audio_convert_change_state),
27299         (gst_audio_convert_buffer_from_default_format):
27300           do conversions from/to float correctly, fix some caps nego errors,
27301           export correct supported caps in template and getcaps, use correct
27302           caps in try_set_caps functions
27303
27304 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27305
27306         For some reason, I only committed a ChangeLog entry yesterday and
27307         not the corresponding code...
27308         * ext/mad/gstmad.c: Fix detection of Xing headers
27309         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27310
27311 2004-03-06  Benjamin Otte  <otte@gnome.org>
27312
27313         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27314         (gst_ogg_demux_src_query):
27315           make sure to handle the case where there's no current chain
27316           gracefully.
27317
27318 2004-03-05  David Schleef  <ds@schleef.org>
27319
27320         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27321         Add fixate function. (bug #131128)
27322         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27323         (gst_sdlvideosink_fixate):  Add fixate function.
27324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27325         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27326         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27327         Fix missing break that was causing ulaw to be interpreted as
27328         raw int.
27329
27330 2004-03-05  David Schleef  <ds@schleef.org>
27331
27332         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27333         Fix code that ignores return value of gst_buffer_merge().
27334         (bug #114560)
27335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27336         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27337         * testsuite/gst-lint:  Check for above.
27338
27339 2004-03-05  David Schleef  <ds@schleef.org>
27340
27341         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27342         caps and throw an element error.  (bug #136334)
27343
27344 2004-03-05  David Schleef  <ds@schleef.org>
27345
27346         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27347         (gst_faad_chain): Fix negotiation.
27348         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27349         key and button events.
27350         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27351         dung heap of code.
27352         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27353         depends on gconf
27354         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27355         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27356         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27357         function to encourage better negotiation, particularly between
27358         audioconvert and osssink.
27359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27360         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27361         more important.
27362         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27363         typefinding.
27364         * gst/vbidec/vbiscreen.c:  Add glib header
27365         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27366
27367 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27368
27369         * ext/mad/gstmad.c: Fix detection of Xing headers
27370         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27371
27372 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27373
27374         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27375         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27376           debug updates
27377
27378 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27379
27380         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27381         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27382         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27383         files, and report the parsed length as a GST_TAG_DURATION tag.
27384         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27385
27386 2004-03-05  Benjamin Otte  <otte@gnome.org>
27387
27388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27389           convert channels correctly. convert correctly to unsigned.
27390
27391 2004-03-05  Julien MOUTTE <julien@moutte.net>
27392
27393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27394         we have a window before clearing it.
27395
27396 2004-03-05  Julien MOUTTE <julien@moutte.net>
27397
27398         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27399         have a window before clearing it.
27400
27401 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27402
27403         * gconf/gstreamer.schemas.in:
27404         * gst-libs/gst/gconf/Makefile.am:
27405           version installation path the same way as for 0.6
27406         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27407         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27408         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27409           remove comment that was fixed
27410
27411 2004-03-05  David Schleef  <ds@schleef.org>
27412
27413         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27414         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27415         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27416         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27417         Add prototype code for handling seeking and querying.
27418
27419 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * examples/gstplay/player.c: (main):
27422           Initialize variables to NULL. Prevents a segfault because the
27423           (uninitialized) variable is not NULL, resulting in a crash on
27424           trying to reach error->message.
27425
27426 2004-03-05  Benjamin Otte  <otte@gnome.org>
27427
27428         * gst/audioconvert/gstaudioconvert.c:
27429         (gst_audio_convert_buffer_to_default_format):
27430         make float=>int conversion work correctly even in cornercases.
27431
27432 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27433
27434         * debian/README.Debian:
27435         * debian/build-deps:
27436         * debian/changelog:
27437         * debian/control:
27438         * debian/control.in:
27439         * debian/copyright:
27440         * debian/gstreamer-a52dec.files:
27441         * debian/gstreamer-aa.files:
27442         * debian/gstreamer-alsa.files:
27443         * debian/gstreamer-alsa.manpages:
27444         * debian/gstreamer-arts.files:
27445         * debian/gstreamer-artsd.files:
27446         * debian/gstreamer-audiofile.files:
27447         * debian/gstreamer-avifile.files:
27448         * debian/gstreamer-cdparanoia.files:
27449         * debian/gstreamer-colorspace.files:
27450         * debian/gstreamer-doc.files:
27451         * debian/gstreamer-dv.files:
27452         * debian/gstreamer-dvd.files:
27453         * debian/gstreamer-esd.files:
27454         * debian/gstreamer-festival.files:
27455         * debian/gstreamer-flac.files:
27456         * debian/gstreamer-gconf.conffiles:
27457         * debian/gstreamer-gconf.files:
27458         * debian/gstreamer-gconf.postinst:
27459         * debian/gstreamer-gnomevfs.files:
27460         * debian/gstreamer-gsm.files:
27461         * debian/gstreamer-http.files:
27462         * debian/gstreamer-jack.files:
27463         * debian/gstreamer-jpeg.files:
27464         * debian/gstreamer-mad.files:
27465         * debian/gstreamer-mikmod.files:
27466         * debian/gstreamer-misc.files:
27467         * debian/gstreamer-mpeg2dec.files:
27468         * debian/gstreamer-oss.files:
27469         * debian/gstreamer-plugin-apps.files:
27470         * debian/gstreamer-plugin-apps.manpages:
27471         * debian/gstreamer-plugin-libs-dev.files:
27472         * debian/gstreamer-plugin-libs.files:
27473         * debian/gstreamer-plugin-template.postinst:
27474         * debian/gstreamer-plugin-template.postrm:
27475         * debian/gstreamer-sdl.files:
27476         * debian/gstreamer-sid.files:
27477         * debian/gstreamer-vorbis.files:
27478         * debian/gstreamer-x.files:
27479         * debian/mk.control:
27480         * debian/rules:
27481         Debian package info not maintained here.
27482
27483 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27484
27485         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27486         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27487         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27488         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27489         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27490         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27491         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27492         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27493         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27494         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27495         * gst-libs/gst/colorbalance/colorbalance.c:
27496         (gst_color_balance_class_init):
27497         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27498         (gst_color_balance_channel_class_init):
27499         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27500         * gst-libs/gst/play/play.c: (gst_play_class_init):
27501         * gst-libs/gst/propertyprobe/propertyprobe.c:
27502         (gst_property_probe_iface_init):
27503         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27504         * gst-libs/gst/tuner/tunerchannel.c:
27505         (gst_tuner_channel_class_init):
27506         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27507         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27508         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27509         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27510         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27511         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27514         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27515           fix signals to use - instead of _
27516         * ext/libcaca/gstcacasink.h:
27517         * ext/sdl/sdlvideosink.h:
27518           fix header rename
27519
27520 2004-03-04  David Schleef  <ds@schleef.org>
27521
27522         * testsuite/gst-lint:  Add a check for bad signal names.
27523
27524 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27525
27526         reviewed by David Schleef
27527
27528         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27529         modified the alpha channel and caused a warning. (bug #136192)
27530
27531 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27532
27533         * gst-plugins.spec.in:
27534         Change names of plugins to actually be correct. Try to keep things
27535         alphabetical to avoid getting beat up by Thomas
27536
27537 2004-03-03  Julien MOUTTE <julien@moutte.net>
27538
27539         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27540         Using ximagesink as a default if no gconf key found. We should
27541         probably consider using alsasink instead of osssink for the audio
27542         part.
27543
27544 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * configure.ac:
27547           fix --with-plugins, don't think it ever worked before
27548         * gst-plugins.spec.in:
27549           even more updates
27550
27551 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * ext/sdl/sdlvideosink.h:
27554         * sys/ximage/ximagesink.h:
27555         * sys/xvideo/xvideosink.h:
27556         * sys/xvimage/xvimagesink.h:
27557           Fix for move of gstvideosink.h -> videosink.h.
27558
27559 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27560
27561         * gst-libs/gst/xwindowlistener/Makefile.am:
27562           this is a plugin library, not a library
27563
27564 2004-03-01  David Schleef  <ds@schleef.org>
27565
27566         * AUTHORS:  Added some names.  Add yourself if you're still
27567         missing.
27568
27569 2004-03-01  David Schleef  <ds@schleef.org>
27570
27571         * MAINTAINERS: Add
27572
27573 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27574
27575         * gst-plugins.spec.in: clean up spec file
27576
27577 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27578
27579         * gst-libs/gst/video/Makefile.am:
27580         * gst-libs/gst/video/gstvideosink.c:
27581         * gst-libs/gst/video/gstvideosink.h:
27582           rename gstvideosink.h to videosink.h to match other headers
27583         * gst/mixmatrix/Makefile.am:
27584           fix plugin filename
27585         * gst/tags/Makefile.am: fix plugin filename
27586
27587 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27588
27589         * gst/tags/Makefile.am: fix plugin filename
27590
27591 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27592
27593         * examples/gstplay/player.c: (got_time_tick), (main):
27594           add error handler
27595           display time_tick more readably
27596         * gst/mixmatrix/Makefile.am:
27597           fix plugin file name
27598
27599 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27600
27601         * sys/oss/gstosselement.c: (gst_osselement_probe),
27602         (device_combination_append), (gst_osselement_class_probe_devices):
27603         * sys/oss/gstosselement.h:
27604           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27605           on my system using alsa oss emulation, fixes bug #135597
27606
27607 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27608
27609         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27610         (gst_videodrop_chain), (gst_videodrop_change_state):
27611         * gst/videodrop/gstvideodrop.h:
27612           Work based on timestamp of input data, not based on the expected
27613           framerate from the input. The consequence is that this element now
27614           not only scales framerates, but also functions as a framerate
27615           corrector or framerate stabilizer/constantizer.
27616
27617 2004-02-27  David Schleef  <ds@schleef.org>
27618
27619         patches from jmmv@menta.net (Julio M. Merino Vidal)
27620
27621         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27622         GST_ELEMENT_ERROR call (bug #135634)
27623         * gst/interleave/interleave.c: (interleave_buffered_loop),
27624         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27625         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27626         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27627         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27628         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27629         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27630         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27631         Fix GST_ELEMENT_ERROR call.
27632         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27633         GST_ELEMENT_ERROR call.
27634
27635 2004-02-27  Benjamin Otte  <otte@gnome.org>
27636
27637         * gst-libs/gst/audio/audio.h:
27638           add macro to make sure header isn't included twice
27639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27640           don't use gst_buffer_free
27641         * gst/playondemand/filter.func:
27642           don't use gst_data_free. Free data only once.
27643
27644 2004-02-26  David Schleef  <ds@schleef.org>
27645
27646         * gst-libs/gst/colorbalance/Makefile.am:
27647         * gst-libs/gst/mixer/Makefile.am:
27648         * gst-libs/gst/tuner/Makefile.am:
27649         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27650         should not be disted, -marshal.h files should not be installed,
27651         and -enum.h files _should_ be installed.  Fix to make this the
27652         case.
27653
27654 === release 0.7.5 ===
27655
27656 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27657
27658         * configure.ac: release 0.7.5, "Under The Sea"
27659
27660 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27661
27662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27663         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27664         * gst/videoscale/gstvideoscale.c:
27665         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27666           assorted debug/warning fixes
27667
27668 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27669
27670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27671         (gst_videoscale_init), (gst_videoscale_chain),
27672         (gst_videoscale_set_property), (plugin_init):
27673         * gst/videoscale/gstvideoscale.h:
27674         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27675         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27676         (gst_videoscale_planar400), (gst_videoscale_packed422),
27677         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27678         (gst_videoscale_24bit), (gst_videoscale_16bit),
27679         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27680         (gst_videoscale_scale_plane_slow),
27681         (gst_videoscale_scale_point_sample),
27682         (gst_videoscale_scale_nearest),
27683         (gst_videoscale_scale_nearest_str2),
27684         (gst_videoscale_scale_nearest_str4),
27685         (gst_videoscale_scale_nearest_32bit),
27686         (gst_videoscale_scale_nearest_24bit),
27687         (gst_videoscale_scale_nearest_16bit):
27688         add debugging category and use it properly
27689         fix use of GST_PTR_FORMAT
27690
27691 2004-02-25  Andy Wingo  <wingo@pobox.com>
27692
27693         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27694         push only when channel->buffer is NULL. Prevents segfaults doing
27695         the state change after a nonlocal exit, like a scheme exception.
27696
27697         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27698         Handle the case where the intersected caps is empty.
27699
27700 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27701
27702         * gst/law/mulaw-decode.c: (mulawdec_link):
27703         * gst/law/mulaw.c: (plugin_init):
27704           fix mulawdec so it actually works again
27705
27706 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27707
27708         reviewed by: David Schleef  <ds@schleef.org>
27709
27710         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27711         (gst_gamma_init), (gst_gamma_set_property),
27712         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27713         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27714         for RGB, with separate r g and b correction factors. (#131167)
27715
27716 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27717
27718         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27719           only signal tags for bitrate if they're > 0 (#134894)
27720
27721 2004-02-24  David Schleef  <ds@schleef.org>
27722
27723         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27724         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27725         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27726         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27727         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27728         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27729         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27730         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27731         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27732         category.  Attempt to fix timestamp calculation.
27733
27734 2004-02-24  Johan Dahlin  <johan@gnome.org>
27735
27736         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27737
27738 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27739
27740         * configure.ac:
27741         * gconf/Makefile.am:
27742         * gconf/gstreamer.schemas:
27743         * gst-libs/gst/gconf/Makefile.am:
27744         * gst-libs/gst/gconf/gconf.c:
27745           version gconf schemas and install locations
27746
27747 2004-02-23  Benjamin Otte  <otte@gnome.org>
27748
27749         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27750         (gst_xine_input_subclass_init):
27751           call parent dispose.
27752           change pad template for CD reader correctly
27753         * ext/xine/Makefile.am:
27754         * ext/xine/gstxine.h:
27755         * ext/xine/xine.c: (plugin_init):
27756         * ext/xine/xineaudiosink.c:
27757           wrap audio sinks, too
27758         * gst-libs/gst/resample/private.h:
27759         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27760         (gst_resample_reinit), (gst_resample_scale),
27761         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27762         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27763         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27764         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27765         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27766         * gst-libs/gst/resample/resample.h:
27767         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27768         (gst_audioscale_class_init), (gst_audioscale_link),
27769         (gst_audioscale_get_buffer), (gst_audioscale_init),
27770         (gst_audioscale_chain), (gst_audioscale_set_property),
27771         (gst_audioscale_get_property):
27772         * gst/audioscale/gstaudioscale.h:
27773           s/resample_*/gst_resample_*/i to not clobber namespaces
27774
27775 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27776
27777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27778         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27779         (gst_riff_create_video_template_caps),
27780         (gst_riff_create_audio_template_caps),
27781         (gst_riff_create_iavs_template_caps):
27782         * gst-libs/gst/riff/riff-media.h:
27783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27784         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27785         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27786         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27788         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27789         (gst_matroska_demux_plugin_init): First batch implementing audio and
27790         video codec tags in demuxers.
27791
27792 2004-02-22  Benjamin Otte  <otte@gnome.org>
27793
27794         * ext/xine/Makefile.am:
27795         * ext/xine/gstxine.h:
27796         * ext/xine/xine.c: (plugin_init):
27797         * ext/xine/xineinput.c:
27798           add input plugin wrapper. Playback from files, http, mms and cdda
27799           works.
27800         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27801           remove leftover G_GNUC_UNUSED
27802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27803         (gst_asf_demux_identify_guid):
27804           improve debugging output
27805
27806 2004-02-22  Benjamin Otte  <otte@gnome.org>
27807
27808         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27809
27810         * autogen.sh:
27811           replace test -e with test -x for mkinstalldirs to be more portable.
27812           (fixes #134816)
27813
27814 2004-02-22  Benjamin Otte  <otte@gnome.org>
27815
27816         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27817
27818         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27819           set rank to PRIMARY
27820         * gst/volume/gstvolume.c: (plugin_init):
27821           set rank to NONE
27822         fixes #134960
27823
27824 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27825
27826         reviewed by Benjamin Otte  <otte@gnome.org>
27827
27828         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27829           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27830
27831 2004-02-22  Benjamin Otte  <otte@gnome.org>
27832
27833         * configure.ac:
27834           export [_]*{gst,Gst,GST}.* symbols from plugins
27835
27836 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27837
27838         reviewed by: Benjamin Otte  <otte@gnome.org>
27839
27840         * ext/lame/gstlame.c: (add_one_tag):
27841         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27843         (gst_vorbisenc_metadata_set1):
27844         * gst/tags/gstid3tag.c:
27845         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27846           apply fixes from bugs #135042 (lame can't write tags) and #133817
27847           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27848
27849 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27850
27851         * configure.ac: Export only gst_plugin_desc from plugins.
27852          Note that this change only makes any effect with Linux using libtool
27853          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27854          fine. And don't try to have several versions of libtool in different
27855          directories.
27856
27857 2004-02-20  Andy Wingo  <wingo@pobox.com>
27858
27859         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27860         interleave respectively.
27861
27862         * gst/interleave/deinterleave.c: New plugin: deinterleave
27863         (replaces on oneton).
27864         * gst/interleave/interleave.c: New plugin: interleave.
27865         * gst/interleave/plugin.h: Support file.
27866         * gst/interleave/plugin.c: Support file.
27867
27868         * configure.ac: Remove intfloat and oneton, add interleave.
27869
27870         * ext/sndfile/gstsf.c: Handle events better.
27871
27872         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27873         and float2int operation. int2float has scheduling problems as
27874         noted in in2float_chain.
27875
27876 2004-02-20  Benjamin Otte  <otte@gnome.org>
27877
27878         * ext/xine/Makefile.am:
27879         * ext/xine/gstxine.h:
27880         * ext/xine/xine.c:
27881         * ext/xine/xineaudiodec.c:
27882         * ext/xine/xinecaps.c:
27883           add first version of xine plugin wrapper. Currently only wraps the
27884           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27885         * configure.ac:
27886         * ext/Makefile.am:
27887           add xine plugin wrapper, disabled by default. Use --enable-xine to
27888           build. Note that it'll segfault on gst-register if you don't remove
27889           the goom and tvtime post plugins from xine.
27890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27891         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27892           add extradata parsing for QDM2.
27893           change around debugging prints.
27894
27895 2004-02-19  Benjamin Otte  <otte@gnome.org>
27896
27897         * ext/lame/gstlame.c: (gst_lame_chain):
27898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27899           use gst_tag_list_insert when you want to insert tags
27900
27901 2004-02-18  David Schleef  <ds@schleef.org>
27902
27903         * configure.ac:  Move massink to gst-rotten
27904         * ext/Makefile.am:
27905         * ext/mas/Makefile.am:
27906         * ext/mas/massink.c:
27907         * ext/mas/massink.h:
27908
27909 2004-02-18  David Schleef  <ds@schleef.org>
27910
27911         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27912         typefinding, since it seems to be worse than nothing.
27913         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27914         atom to recognize .mp4 and .m4a files as video/quicktime.
27915
27916 2004-02-18  David Schleef  <ds@schleef.org>
27917
27918         * gst/sine/demo-dparams.c: (quit_live),
27919         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27920         Use double dparams, not float.
27921         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27922         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27923         sync'd elements don't really work correctly.
27924         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27925         (volume_update_volume), (volume_get_property):  Change dparam
27926         to double.
27927
27928 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27929
27930         * sys/ximage/ximagesink.c:
27931         (gst_ximagesink_xwindow_update_geometry),
27932         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27933         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27934         (gst_ximagesink_init): Rework the way software video scaling works. So
27935         now we check on each chain call if the video frames are feeling the
27936         window. If not we try to renegotiate caps. On failure we memorize that
27937         and we won't try again for that PLAYING sessions.
27938         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27939         failure.
27940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27941         synchronous flag.
27942
27943 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27946           break up _link so we can give a better debug message for errors
27947
27948 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27949
27950         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27951           set up debug category
27952
27953 2004-02-18  Julien MOUTTE <julien@moutte.net>
27954
27955         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27956         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27957         the way renegotiation work. The event handling function is not taking
27958         care of external windows and renegotiate method check for pad flags
27959         NEGOTIATING. Should fix : #133209
27960
27961 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27962
27963         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27964         pad is negotiating before trying renegotiation.
27965
27966 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27967
27968         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27969           pass on all possible mime types as typefind hints
27970
27971 2004-02-17  Julien MOUTTE <julien@moutte.net>
27972
27973         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27975         possible SHM leak if we crash. All other apps using XShm are doing
27976         that.
27977
27978 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27979
27980         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27981         (gst_ximagesink_expose): Renegotiate size on expose.
27982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27983         size on expose.
27984
27985 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27986
27987         * testsuite/alsa/sinesrc.c:
27988           cosmetic fix to fix compile issue with gcc 2.95.4
27989
27990 2004-02-16  Julien MOUTTE <julien@moutte.net>
27991
27992         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27993         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27994         failed opening the audio device.
27995         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27996         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27997         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27998         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27999         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28000         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28001         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28002         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28003         Removing some useless g_return_if_fail like wingo suggested.
28004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28005         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28006         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28007         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28008         (gst_xvimagesink_update_colorbalance),
28009         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28010         (gst_xvimagesink_xcontext_clear),
28011         (gst_xvimagesink_get_fourcc_from_caps),
28012         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28013         (gst_xvimagesink_set_xwindow_id),
28014         (gst_xvimagesink_colorbalance_list_channels),
28015         (gst_xvimagesink_colorbalance_set_value),
28016         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28017         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28018
28019 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28020
28021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28022           throw error when not negotiated instead of asserting
28023
28024 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28025
28026         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28027         correct data refcounting.
28028
28029 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28030
28031         * gst/switch/gstswitch.c: (gst_switch_change_state),
28032         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28033         change, mostly the EOS flag.
28034
28035 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28036
28037         * examples/gstplay/player.c: (got_eos), (main): Adding some
28038         output for debugging.
28039         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28040         timeouts if we go to any state different from PLAYING.
28041         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28042         more EOS bugs in riff lib.
28043
28044 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28045
28046         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28047         visualization until i find a way to fix switch correctly.
28048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28049         EOS arrives.
28050         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28051         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28052         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28053         Reworked switch to get a more correct behaviour with events and refing
28054         of data stored in sinkpads.
28055         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28056         we don't pull from a pad in EOS.
28057
28058 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28059
28060         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28061           remove v1 tag even if we can't read it (makes sure we don't detect
28062           it again)
28063
28064 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28065
28066         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28067         (gst_alsa_xrun_recovery):
28068         * ext/alsa/gstalsa.h:
28069           try xrun recovery when wait failed. Make xrun recovery function
28070           return TRUE/FALSE to indicate success. (might fix #134354)
28071
28072 2004-02-13  David Schleef  <ds@schleef.org>
28073
28074         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28075         (dynparm_value_changed), (main): Convert from float to double.
28076         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28077
28078 2004-02-13  David Schleef  <ds@schleef.org>
28079
28080         * gst/silence/gstsilence.c: (gst_silence_class_init),
28081         (gst_silence_set_clock), (gst_silence_get),
28082         (gst_silence_set_property), (gst_silence_get_property):
28083         * gst/silence/gstsilence.h: Add sync property.
28084         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28085         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28086         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28087         * gst/sine/gstsinesrc.h: Add sync property.
28088
28089 2004-02-13  David Schleef  <ds@schleef.org>
28090
28091         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28092         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28093
28094 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28095
28096         * configure.ac:
28097         * ext/Makefile.am:
28098         * gst-libs/ext/Makefile.am:
28099           move ffmpeg plugin to gst-ffmpeg module
28100
28101 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28102
28103         * configure.ac: use GST_ARCH to detect architecture
28104
28105 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28106
28107         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28108
28109 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28110
28111         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28112           classify LADSPA plugins based on number of src/sink pads
28113           (#133663, Stefan Kost)
28114         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28115           fix dparams registration
28116           (#133528, Stefan Kost)
28117         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28118           fix use of isprint and use g_ascii_isprint instead
28119           (#133316, Stefan Kost)
28120
28121 2004-02-11  David Schleef  <ds@schleef.org>
28122
28123         Convert a few inner loops to use liboil.  This is currently
28124         optional, and is only enabled if liboil is present (duh!).
28125         * configure.ac: Check for liboil-0.1
28126         * gst/intfloat/Makefile.am:
28127         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28128         (gst_int2float_chain_gint16):
28129         * gst/videofilter/Makefile.am:
28130         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28131         (tablelookup_u8), (gst_videobalance_planar411):
28132         * gst/videotestsrc/Makefile.am:
28133         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28134         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28135         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28136         (paint_hline_RGB565), (paint_hline_xRGB1555):
28137
28138 2004-02-11  David Schleef  <ds@schleef.org>
28139
28140         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28141         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28142         (gst_colorspace_getcaps), (gst_colorspace_link),
28143         (gst_colorspace_base_init), (gst_colorspace_init),
28144         (gst_colorspace_chain), (gst_colorspace_change_state),
28145         (plugin_init): Merge Ronald's patch (bug #117897) and update
28146         for new caps and negotiation.  Seems to work, although it
28147         shows off bugs in lcs.
28148
28149 2004-02-11  David Schleef  <ds@schleef.org>
28150
28151         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28152         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28153
28154 2004-02-11  David Schleef  <ds@schleef.org>
28155
28156         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28157         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28158         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28159         Add server and port properties
28160
28161 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28162
28163         * m4/a52.m4:
28164         * m4/aalib.m4:
28165         * m4/as-ffmpeg.m4:
28166         * m4/as-liblame.m4:
28167         * m4/as-slurp-ffmpeg.m4:
28168         * m4/check-libheader.m4:
28169         * m4/esd.m4:
28170         * m4/freetype2.m4:
28171         * m4/gconf-2.m4:
28172         * m4/glib.m4:
28173         * m4/gst-alsa.m4:
28174         * m4/gst-artsc.m4:
28175         * m4/gst-ivorbis.m4:
28176         * m4/gst-matroska.m4:
28177         * m4/gst-sdl.m4:
28178         * m4/gst-shout2.m4:
28179         * m4/gst-sid.m4:
28180         * m4/gtk.m4:
28181         * m4/libdv.m4:
28182         * m4/libfame.m4:
28183         * m4/libmikmod.m4:
28184         * m4/ogg.m4:
28185         * m4/vorbis.m4:
28186           fix underquotedness of macros (#133800)
28187         * m4/as-avifile.m4:
28188         * m4/xmms.m4:
28189           removed because no longer used
28190
28191 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28192
28193         * configure.ac:
28194           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28195           by autopoint (fixes #132996)
28196
28197 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28198
28199         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28200         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28201         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28202         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28203           fix memleaks
28204
28205 2004-02-11  David Schleef  <ds@schleef.org>
28206
28207         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28208         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28209         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28210         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28211         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28212         (gst_jpegenc_class_init), (gst_jpegenc_init),
28213         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28214         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28215         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28216         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28217
28218 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28219
28220         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28221         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28222         * ext/mikmod/gstmikmod.h:
28223           fix caps negotiation in mikmod
28224         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28225           output debug information
28226
28227 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28228
28229         * gst-libs/gst/colorbalance/Makefile.am:
28230         * gst-libs/gst/navigation/Makefile.am:
28231         * gst-libs/gst/xoverlay/Makefile.am:
28232           remove unused GST_OPT_CFLAGS from Makefiles
28233           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28234
28235 2004-02-07  David Schleef  <ds@schleef.org>
28236
28237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28238         push events to pads that haven't been created (#133508)
28239
28240 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28241
28242         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28243         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28244         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28245         (gst_dvdec_loop), (gst_dvdec_change_state):
28246         Second attempt at committing a working dvdec element.
28247
28248 2004-02-06  David Schleef  <ds@schleef.org>
28249
28250         Build fixes for OS X: (see #129600)
28251         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28252         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28253         (gst_riff_read_strf_iavs):
28254         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28255         (gst_avi_demux_stream_odml):
28256         * gst/playondemand/Makefile.am:
28257         * gst/rtp/rtp-packet.c:
28258
28259 2004-02-05  David Schleef  <ds@schleef.org>
28260
28261         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28262         last change, because it Just Doesn't Compile.
28263
28264 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28265
28266         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28267           skip undecodable id3v2 tag instead of keeping it
28268
28269 2004-02-05  David Schleef  <ds@schleef.org>
28270
28271         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28272         Unref leaked buffer.  (Noticed by Ronald)
28273
28274 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28275
28276         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28277         Sync requires with other checks.  >= vs =.
28278
28279 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28280
28281         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28282         (gst_dvdec_video_link), (gst_dvdec_loop):
28283         * ext/dv/gstdvdec.h:
28284           rework the caps negotiation so that dvdec works again instead
28285           of just segfaulting.
28286
28287 === release 0.7.4 ===
28288
28289 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28290
28291         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28292         * configure.ac: changed for release
28293
28294 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28295
28296         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28297         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28298         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28299         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28300           reworked patch by David Lehn to fix libdir and includedir for
28301           uninstalled libraries
28302           removed play and gconf from gstreamer-libs since they have their
28303           own pkgconfig files
28304
28305 2004-02-04  David Schleef  <ds@schleef.org>
28306
28307         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28308         memleak.
28309
28310 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28311
28312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28313           use correct GST_TAG_ENCODER tag
28314
28315 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28316
28317         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28318           be sure to stop the clock when going to paused
28319         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28320           reset number of transmitted when going to ready.
28321         fixes #132935
28322
28323 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28324
28325         reviewed by Benjamin Otte
28326
28327         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28328           extract track count (fixes #133410)
28329
28330 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28331
28332         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28333           that should be !=, not == (fixes #132519)
28334
28335 2004-02-04  David Schleef  <ds@schleef.org>
28336
28337         Make sure set_explicit_caps() is called before adding pad.
28338         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28339         * gst/id3/gstid3types.c: (gst_id3types_loop):
28340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28341         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28342
28343 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28344
28345         * configure.ac:
28346           bump nano to 2, first prerelease
28347           put back AM_PROG_LIBTOOL
28348
28349 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28350
28351         * testsuite/alsa/Makefile.am:
28352           these are user test apps, not automatic testsuite tests
28353
28354 2004-02-04  David Schleef  <ds@schleef.org>
28355
28356         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28357         * gst/mpeg1videoparse/gstmp1videoparse.c:
28358         (mp1videoparse_parse_seq):
28359         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28360         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28361         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28362         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28363         (gst_xvideosink_getcaps):
28364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28365         * testsuite/gst-lint: more tests
28366
28367 2004-02-04  David Schleef  <ds@schleef.org>
28368
28369         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28370         with the code that they would expand to.
28371         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28372         (gst_flacdec_get_src_query_types),
28373         (gst_flacdec_get_src_event_masks):
28374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28375         (gst_gnomevfssrc_get_query_types),
28376         (gst_gnomevfssrc_get_event_mask):
28377
28378 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28379
28380         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28381         (gst_sinesrc_dispose):
28382           fix memleak by properly disposing sinesrc
28383
28384 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28385
28386         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28387         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28388         an overlay to redraw the image because it has been exposed.
28389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28390         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28391         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28392         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28393         interface
28394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28395         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28396         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28397         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28398         interface
28399
28400 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28401
28402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28403           more memleak fixage
28404
28405 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28406
28407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28408         * gst/typefind/gsttypefindfunctions.c:
28409           fix memleaks shown by gst-typefind
28410
28411 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         * common/glib-gen.mak:
28414           add hack rule to touch .Plo files
28415         * gst-libs/gst/colorbalance/Makefile.am:
28416         * gst-libs/gst/mixer/Makefile.am:
28417         * gst-libs/gst/play/Makefile.am:
28418         * gst-libs/gst/tuner/Makefile.am:
28419           remove glib_root variable
28420
28421 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28422
28423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28424           set explicit caps before adding the element, so the autopluggers can
28425           plug correctly.
28426         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28427         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28428         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28429         (dv_type_find):
28430           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28431           argument.
28432
28433 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28434
28435         * gst-libs/gst/colorbalance/Makefile.am:
28436         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28437         * gst-libs/gst/colorbalance/colorbalance.c:
28438         * gst-libs/gst/colorbalance/colorbalance.h:
28439         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28440         * gst-libs/gst/mixer/Makefile.am:
28441         * gst-libs/gst/mixer/mixer-marshal.list:
28442         * gst-libs/gst/mixer/mixer.c:
28443         * gst-libs/gst/mixer/mixer.h:
28444         * gst-libs/gst/mixer/mixermarshal.list:
28445         * gst-libs/gst/play/Makefile.am:
28446         * gst-libs/gst/play/play.h:
28447         * gst-libs/gst/tuner/Makefile.am:
28448         * gst-libs/gst/tuner/tuner-marshal.list:
28449         * gst-libs/gst/tuner/tuner.c:
28450         * gst-libs/gst/tuner/tuner.h:
28451         * gst-libs/gst/tuner/tunermarshal.list:
28452           use new glib-gen.mak snippet to clean up Makefile.am
28453           fix various bugs in Makefile.am's
28454
28455 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28456
28457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28458           handle chain parsing correctly in the multichain case
28459         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28460         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28461         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28462         (theora_dec_chain):
28463           handle events and queries correctly
28464
28465 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28466
28467         * .cvsignore:
28468         Ignore generated file _stdint.h.
28469
28470 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28471
28472         * gst-libs/gst/colorbalance/Makefile.am:
28473         * gst-libs/gst/colorbalance/colorbalance.h:
28474         * gst-libs/gst/mixer/Makefile.am:
28475         * gst-libs/gst/mixer/mixer.h:
28476         * gst-libs/gst/play/Makefile.am:
28477         * gst-libs/gst/play/play.h:
28478         * gst-libs/gst/tuner/Makefile.am:
28479         * gst-libs/gst/tuner/tuner.h:
28480         Generate enum type code with glib-mkenums.
28481         * gst-libs/gst/colorbalance/.cvsignore:
28482         * gst-libs/gst/mixer/.cvsignore:
28483         * gst-libs/gst/play/.cvsignore:
28484         * gst-libs/gst/tuner/.cvsignore:
28485         Ignore generated files.
28486
28487 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28488
28489         * gst-libs/gst/audio/.cvsignore:
28490         Ignore generated file.
28491         * gst-libs/gst/audio/Makefile.am:
28492         Do not install example filter.
28493
28494 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28495
28496         * examples/switch/.cvsignore:
28497         Ignore generated file.
28498
28499 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28500
28501         * common/m4/ax_create_stdint_h.m4:
28502         * configure.ac:
28503           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28504           _stdint.h.
28505         * Makefile.am:
28506           remove generated _stdint.h in DISTCLEANFILES
28507         * ext/a52dec/gsta52dec.c:
28508           include _stdint.h for a52dec. (should fix #133064)
28509
28510 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28511
28512         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28513         (gst_tag_to_vorbis_comments):
28514         Add replaygain support to vorbistag
28515
28516 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28517         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28518         (gst_ffmpeg_caps_to_extradata):
28519           Fix SVQ3 caps flag properties
28520           Use glib macro for bytes swap
28521
28522 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28523
28524         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28525         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28526         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28527         * ext/sndfile/gstsf.c: (plugin_init):
28528         * gst/avi/gstavi.c: (plugin_init):
28529         * sys/dxr3/dxr3init.c: (plugin_init):
28530         * sys/oss/gstossaudio.c: (plugin_init):
28531         * sys/v4l/gstv4l.c: (plugin_init):
28532         * sys/v4l2/gstv4l2.c: (plugin_init):
28533           remove textdomain calls
28534         * po/nl.po:
28535           update Dutch translation
28536
28537 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28538
28539         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28540         (gst_play_set_audio_sink): Moving volume in the audio thread for
28541         instantaneous volume change. Maybe i will add another volume in front
28542         of visualization later, not sure yet though.
28543
28544 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28545
28546         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28547         (gst_ximagesink_handle_xevents): Better X events handling, only take
28548         the latest events for configure and motion.
28549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28550
28551 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28552
28553         reviewed by: David Schleef  <ds@schleef.org>
28554
28555         Fix memory leaks:
28556         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28557         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28558
28559 2004-02-02  David Schleef  <ds@schleef.org>
28560
28561         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28562         of lines.
28563         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28564         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28565         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28566         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28567         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28568         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28569         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28570         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28571         (gst_float2_2_int_link):
28572         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28573         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28574         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28575         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28576         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28577         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28578         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28579         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28580         * testsuite/gst-lint: Add tests for bzero and ;;
28581
28582 2004-02-02  David Schleef  <ds@schleef.org>
28583
28584         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28585
28586 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28587
28588         * ext/aalib/gstaasink.c: (gst_aasink_open):
28589         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28591         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28592         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28593         (gst_afsink_close_file):
28594         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28595         (gst_afsrc_close_file):
28596         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28597         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28598         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28599         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28600         * ext/esd/esdmon.c: (gst_esdmon_get):
28601         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28602         * ext/faac/gstfaac.c: (gst_faac_chain):
28603         * ext/faad/gstfaad.c: (gst_faad_chain):
28604         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28605         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28606         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28607         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28608         (gst_flacdec_loop):
28609         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28610         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28612         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28613         (gst_gnomevfssink_close_file):
28614         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28615         (gst_gnomevfssrc_open_file):
28616         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28617         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28618         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28619         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28620         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28621         * ext/mad/gstmad.c: (gst_mad_chain):
28622         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28623         * ext/mpeg2dec/gstmpeg2dec.c:
28624         * ext/mpeg2enc/gstmpeg2enc.cc:
28625         * ext/mplex/gstmplex.cc:
28626         * ext/mplex/gstmplexibitstream.cc:
28627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28628         (gst_ogg_demux_push):
28629         * ext/raw1394/gstdv1394src.c:
28630         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28631         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28632         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28633         (gst_sf_loop):
28634         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28635         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28636         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28637         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28639         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28640         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28641         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28642         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28643         (gst_riff_read_element_data), (gst_riff_read_seek),
28644         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28645         * gst/adder/gstadder.c: (gst_adder_loop):
28646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28647         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28648         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28649         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28650         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28651         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28652         * gst/goom/gstgoom.c: (gst_goom_chain):
28653         * gst/id3/gstid3types.c: (gst_id3types_loop):
28654         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28655         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28656         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28657         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28658         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28659         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28660         (gst_ebml_read_float), (gst_ebml_read_header):
28661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28662         (gst_matroska_demux_parse_blockgroup):
28663         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28664         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28665         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28666         * gst/silence/gstsilence.c: (gst_silence_get):
28667         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28668         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28669         * gst/speed/gstspeed.c: (speed_loop):
28670         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28672         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28673         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28674         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28675         (gst_wavparse_loop):
28676         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28677         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28678         (dxr3audiosink_close):
28679         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28680         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28681         (dxr3videosink_close), (dxr3videosink_write_data):
28682         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28683         * sys/oss/gstosssink.c: (gst_osssink_chain):
28684         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28685         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28686         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28688         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28689         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28690         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28691         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28692         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28693         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28694         (gst_v4l_set_audio):
28695         * sys/v4l/v4l_calls.h:
28696         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28697         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28698         (gst_v4lmjpegsink_playback_init),
28699         (gst_v4lmjpegsink_playback_start):
28700         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28701         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28702         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28703         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28704         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28705         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28706         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28707         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28708         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28709         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28710         (gst_v4l2_get_output), (gst_v4l2_set_output),
28711         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28712         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28713         (gst_v4l2_set_attribute):
28714         * sys/v4l2/v4l2_calls.h:
28715         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28716         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28717         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28718         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28719         (gst_v4l2src_capture_stop):
28720         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28721         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28722         (gst_ximagesink_chain):
28723         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28724         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28725         (gst_xvideosink_xwindow_new):
28726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28727         (gst_xvimagesink_chain):
28728
28729 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28730
28731         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28732         (gst_volume_get_volume), (volume_class_init), (volume_init),
28733         (volume_chain_int16), (volume_update_volume):
28734         * gst/volume/gstvolume.h:
28735           make code more readable by removing magic numbers
28736           make mixer interface export 0-100 range
28737           make it internally map to 0.0-1.0 range so users don't distort
28738           output by putting the sliders at full volume
28739
28740 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28741
28742         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28743         (gst_play_state_change), (gst_play_seek_to_time):
28744         block the tick callback for 0.5 secs after doing a seek
28745
28746 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28747
28748         * gst-libs/gst/play/play.c: (gst_play_new):
28749           check for GError
28750
28751 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28752
28753         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28754         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28755         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28756         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28758         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28759
28760 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28761
28762         * configure.ac:
28763         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28764           check for a function added in vorbis 1.1
28765
28766 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28767
28768         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28769         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28770           really start/stop clock only on PLAYING <=> PAUSED
28771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28772           remove \n from debugging lines
28773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28774           make it work when seeking does not
28775         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28776           reset on DISCONT
28777
28778 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28779
28780         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28781           start clock on PAUSED=>PLAYING, not later
28782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28783           extract correct time for different discont formats
28784         (gst_alsa_sink_get_time):
28785           don't segfault when no format is negotiated yet, just return 0
28786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28787         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28788         (gst_ogg_pad_push):
28789           handle flush and discont events correctly
28790         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28791           handle discont events correctly
28792
28793 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28794
28795         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28796         (gst_play_error_create), (gst_play_error_plugin),
28797         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28798         * gst-libs/gst/play/play.h:
28799           add error handling during creation
28800         * examples/gstplay/player.c: (main):
28801           use new gst_play_new
28802
28803
28804 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28805
28806         * ext/theora/theoradec.c: (theora_dec_chain):
28807           make comments work
28808         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28809         (vorbis_dec_src_event), (vorbis_dec_chain):
28810           add encoder tag, fix tag reading to be more error tolerant, change
28811           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28812           gst_pad_event_default.
28813         * gst/tags/gstvorbistag.c:
28814         (gst_tag_list_from_vorbiscomment_buffer):
28815           undefine function specific define at end of function
28816
28817 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28818
28819         * ext/flac/gstflac.c: (plugin_init):
28820         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28821         * ext/flac/gstflacdec.h:
28822         * ext/flac/gstflacenc.h:
28823           Fix typos
28824
28825 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28826
28827         * examples/gstplay/player.c: s/gstplay.h/play.h/
28828
28829 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28830
28831         * gst-libs/gst/play/Makefile.am:
28832         * gst-libs/gst/play/gstplay.c:
28833         * gst-libs/gst/play/gstplay.h:
28834         * gst-libs/gst/play/play.c:
28835           more surgery, operation complete
28836
28837 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28838
28839         * gst-libs/gst/play/play.old.c:
28840         * gst-libs/gst/play/play.old.h:
28841           after CVS surgery by moving, remove
28842         * gst-libs/gst/play/playpipelines.c:
28843           remove
28844
28845         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28846           add negotiation error
28847
28848 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28849
28850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28851         (gst_ogg_demux_push):
28852           add some seeking debug info
28853           send a flush when seeking
28854
28855 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28856
28857         * configure.ac:
28858           use AC_C_INLINE
28859         * configure.ac:
28860         * ext/Makefile.am:
28861         * ext/theora/Makefile.am:
28862         * ext/theora/theoradec.c:
28863           add theora video decoder. Does just do simple decoding for now and
28864           has been tested against Theora cvs only. It only works when theora
28865           is compiled with --enable-static.
28866         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28867           always reset packetno on DISCONT
28868
28869 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28870
28871         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28872           Fix audio.
28873
28874 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28875
28876         * gst/mpegaudioparse/gstmpegaudioparse.c:
28877         (mp3_type_frame_length_from_header):
28878           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28879
28880 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28881
28882         * ext/esd/esdsink.c: (gst_esdsink_init):
28883           Since we have static pad template caps, we don't need to negotiate;
28884           either the core errors out or we know the format.
28885
28886 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28887
28888         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28889         (gst_riff_read_seek):
28890         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28891         (gst_ebml_read_seek):
28892           Fix event handling.
28893
28894 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28895
28896         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28897           removee video/x-theora from vp3 decoder, it doesn't handle raw
28898           theora streams
28899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28900           fix bug with finalizing element that never went to PAUSED
28901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28902           length and position queries were swapped
28903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28904         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28905         (vorbis_dec_src_event):
28906           implement querying time and bytes
28907
28908 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28909
28910         * just about every source file:
28911           gst_element_error -> GST_ELEMENT_ERROR
28912
28913 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28914
28915         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28916         emiting FLUSH and even before DISCONT.
28917         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28918         get the best instant seeking as possible yay!
28919
28920 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28921
28922         * gst/mpeg1videoparse/gstmp1videoparse.c:
28923         (gst_mp1videoparse_real_chain):
28924           Committed wrong version last week... Grr... Didn't notice until now.
28925
28926 2004-01-29  Julien MOUTTE <julien@moutte.net>
28927
28928         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28930         have_xwindow_id signal in xwindow_create.
28931
28932 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28933
28934         * ext/ogg/gstoggdemux.c:
28935           lots of changes - mainly support for chained bitstreams, seeking,
28936           querying and bugfixes of course
28937         * ext/vorbis/Makefile.am:
28938         * ext/vorbis/vorbisdec.c:
28939         * ext/vorbis/vorbisdec.h:
28940           add vorbisdec raw vorbis decoder
28941         * ext/vorbis/vorbis.c: (plugin_init):
28942           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28943         * gst/intfloat/Makefile.am:
28944         * gst/intfloat/float22int.c:
28945         * gst/intfloat/float22int.h:
28946         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28947           add float2intnew plugin. It converts multichannel interleaved float to
28948           multichannel interleaved int. The name should probably be changed.
28949         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28950         (plugin_init):
28951           add typefinding for raw theora video so oggdemux can detect it.
28952
28953 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28954
28955         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28956         sink element first.
28957         * gst/videoscale/gstvideoscale.c:
28958         (gst_videoscale_handle_src_event): Fixing src event handler.
28959
28960 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28963         (gst_v4lsrc_open), (gst_v4lsrc_close),
28964         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28965         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28966         * sys/v4l/gstv4lsrc.h:
28967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28968         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28969           Implement resizing... Hack. But that's why v4l is b0rked...
28970
28971 2004-01-28  Julien MOUTTE <julien@moutte.net>
28972
28973         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28974         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28975         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28976         (gst_ximagesink_xwindow_destroy):
28977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28978         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28979         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28980         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28981         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28982         correctly cleaning the image created to check xshm calls on succes,
28983         added a lot of XSync calls in X11 functions, and fixed a segfault when
28984         no image format was defined before negotiation happened.
28985
28986 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28987
28988         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28989           use gst_element_get_time to get correct time
28990
28991 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28992
28993         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28994         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28995         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28997         (gst_xvimagesink_check_xshm_calls),
28998         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28999         X plugins are now able to detect that XShm calls will fail even if the
29000         server claims that it has XShm support (remote displays most of the
29001         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29002         so that we use non XShm functions. This feature is almost useless for
29003         xvimagesink as Xv is not supported on remote displays anyway, but
29004         it might happen than even on the local display XShm calls fail.
29005
29006 2004-01-27  David Schleef  <ds@schleef.org>
29007
29008         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29009         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29010         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29011         changed esdsink to only use 44100,16,2, since esd sucks at rate
29012         conversion and esdsink has had difficulty negotiating.
29013
29014 2004-01-27  Julien MOUTTE <julien@moutte.net>
29015
29016         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29017         (gst_play_seek_to_time): Fixing the way to get current position.
29018
29019 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29020
29021         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29022           use gst_element_get_time to get correct time
29023
29024 2004-01-27  Julien MOUTTE <julien@moutte.net>
29025
29026         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29027         fix ever... Inverting 2 lines of code make spider autoplug correctly
29028         tagged mp3 !
29029
29030 2004-01-27  David Schleef  <ds@schleef.org>
29031
29032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29033         Use gst_pad_try_set_caps_nonfixed().
29034
29035 2004-01-27  David Schleef  <ds@schleef.org>
29036
29037         * gst/ac3parse/gstac3parse.c: update to checklist 5
29038         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29039         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29040         * gst/audioscale/gstaudioscale.c: same
29041         * gst/auparse/gstauparse.c: same
29042         * gst/avi/gstavidemux.c: same
29043
29044 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29045
29046         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29047           stop processing after EOS
29048
29049 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29050
29051         * gst/asfdemux/asfheaders.h:
29052         * gst/asfdemux/gstasfdemux.c:
29053         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29054         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29055         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29056           lot's of fixes to make data extraction simpler and get the code
29057           architecture and compiler independant. Add debugging category
29058         * gst/goom/gstgoom.c: (gst_goom_change_state):
29059           reset channel count on PAUSED=>READY, not READY=>PAUSED
29060
29061 2004-01-26  Colin Walters  <walters@verbum.org>
29062
29063         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29064         code to pull a bigger buffer in iradio mode.  This as a side effect
29065         makes typefinding work.
29066
29067 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29068
29069         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29070         Fix SVQ3 decoding on PPC
29071
29072 2004-01-26  Julien MOUTTE <julien@moutte.net>
29073
29074         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29075         that one managed to stay there... Fixed.
29076
29077 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29078
29079         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29080         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29081         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29082         (qtdemux_video_caps):
29083         * gst/qtdemux/qtdemux.h:
29084         Add SVQ3 specific flags to qtdemux and ffmpeg
29085
29086 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29087
29088         * gst-libs/gst/audio/audio.h:
29089           remove buffer-frames from audio caps
29090         * gst/audioconvert/gstaudioconvert.c:
29091           fix plugin to really work.
29092
29093 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29094
29095         * gst-libs/gst/mixer/mixer.c:
29096         * gst-libs/gst/propertyprobe/propertyprobe.c:
29097         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29098         (gst_tuner_find_channel_by_name):
29099         * gst-libs/gst/tuner/tuner.h:
29100           Add gtk-doc style comments. Also fix a function name.
29101
29102 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29103
29104         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29105         (gst_divxdec_negotiate):
29106           Fix for new capsnego - also fixes gst-player with divxdec.
29107
29108 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29109
29110         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29111         (gst_play_identity_handoff), (gst_play_set_location),
29112         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29113         try in visualization implementation. Still have an issue with switch
29114         blocking when pulling from video_queue and only audio comes out of
29115         spider.
29116         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29117         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29118         release method. And check if the pad is usable before pulling.
29119
29120 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29121
29122         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29123         (gst_videobalance_init),
29124         (gst_videobalance_colorbalance_list_channels),
29125         (gst_videobalance_colorbalance_set_value),
29126         (gst_videobalance_colorbalance_get_value),
29127         (gst_videobalance_update_properties),
29128         (gst_videobalance_update_tables_planar411),
29129         (gst_videobalance_planar411):
29130         * gst/videofilter/gstvideobalance.h:
29131           Implement lookup-tables. +/- 10x faster.
29132
29133 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29134
29135         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29136         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29137           The index reading was broken. The rest worked fine, but the whole
29138           goal of my rewrite was to make avidemux readable, and this was
29139           not at all readable. Please use typed variables.
29140
29141 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29144           Additional pad usability check.
29145         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29146         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29147         (gst_mp1videoparse_real_chain):
29148           Fix MPEG video stream parsing. The original plugin had several
29149           issues, including not timestamping streams where the source was
29150           not timestamped (this happens with PTS values in mpeg system
29151           streams, but MPEG video is also a valid stream on its own so
29152           that needs timestamps too). We use the display time code for that
29153           for now. Also, if one incoming buffer contains multiple valid
29154           frames, we push them all on correctly now, including proper EOS
29155           handling. Lastly, several potential segfaults were fixed, and we
29156           properly sync on new sequence/gop headers to include them in next,
29157           not previous frames (since they're header for the next frame, not
29158           the previous). Also see #119206.
29159         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29160         (bpf_from_header):
29161           Move caps setting so we only do it after finding several valid
29162           MPEG-1 fraes sequentially, not right after the first one (which
29163           might be coincidental).
29164         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29165         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29166         (plugin_init):
29167           Add unsynced MPEG video stream typefinding, and change some
29168           probability values so we detect streams rightly. The idea is as
29169           follows: I can have an unsynced system stream which contains
29170           video. In the current code, I would randomly get a type for either
29171           system or video stream type found, because the probabilities are
29172           being calculated rather randomly. I now use fixed values, so we
29173           always prefer system stream if that was found (and that is how it
29174           should be). If no system stream was found, we can still identity                the stream as video-only.
29175
29176 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29177
29178         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29179         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29180           don't write to buffer. Extract data without the need of
29181           __attribute__ ((packed))
29182
29183 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29184
29185         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29186         (mpeg1_sys_type_find):
29187           Fix MPEG-1 stream typefinding.
29188
29189 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29190
29191         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29192           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29193
29194 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29195
29196         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29197         * ext/esd/gstesd.c: (plugin_init):
29198           private debugging, better error reporting
29199
29200 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29201
29202         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29203         (gst_riff_read_init), (gst_riff_read_change_state):
29204         * gst-libs/gst/riff/riff-read.h:
29205           Remove stuff fromold metadata system.
29206
29207 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29208
29209         * ext/ogg/gstoggdemux.c:
29210           Fix wrong file comment.
29211         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29212         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29213           Add metadata reading properly.
29214
29215 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29216
29217         * ext/Makefile.am:
29218           Fix nas DIST_SUBDIRS
29219           Uraeus:
29220           Fix bug where make distcheck doesn't get run on adding stuff to
29221           the build.
29222
29223 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29224
29225         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29226         * ext/divx/gstdivxdec.h:
29227           Fix divx3 ("msmpeg4") playback using divxdec.
29228
29229 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29230
29231         * gst/typefind/gsttypefindfunctions.c:
29232         (mp3_type_frame_length_from_header): fix bug in length computation
29233         (mp3_type_find): improve debugging output
29234
29235 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29236
29237         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29238         (gst_play_set_location), (gst_play_seek_to_time),
29239         (gst_play_set_audio_sink), (gst_play_set_visualization),
29240         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29241         the pipeline from scratch. Visualization is back and switch went out as
29242         i realized it was not possible to use the way i wanted.
29243         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29244         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29245         clearing in state change from READY to NULL. So that one can clean the
29246         X ressources keeping the element.
29247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29248         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29249         (gst_xvimagesink_colorbalance_set_value),
29250         (gst_xvimagesink_colorbalance_get_value),
29251         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29252         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29253         change from READY to NULL and fixed some stupid bugs in colorbalance
29254         get/set values. Also added the following feature : when nobody tries to
29255         set some values to the colorbalance levels before the xcontext is
29256         grabbed, then when creating channels list from Xv attributes we set the
29257         internal values to the Xv defaults. This way we handle buggy Xv drivers
29258         that set default hue values far from the middle of the range (Thanks
29259         to Jon Trowbridge for pointing that issue).
29260         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29261         colorbalance levels have been set before xcontext is grabbed.
29262
29263 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29266           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29267           it might block operations (which is bad for a mixer).
29268
29269 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29272         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29273         (gmip_find_type_pre):
29274         * gst-libs/gst/media-info/media-info-priv.h:
29275         * gst-libs/gst/media-info/media-info.c:
29276         (gst_media_info_instance_init), (gst_media_info_read_idler):
29277         add fakesink to get caps on decoder src pad again
29278         fix callback prototype to match new have_type signal signature
29279
29280 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29281
29282         * gst/adder/gstadder.c: (gst_adder_link):
29283           fix non-compile and cut-n-paste code
29284
29285 2004-01-21  David Schleef  <ds@schleef.org>
29286
29287         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29288         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29289         (gst_swfdec_init), (gst_swfdec_change_state):
29290         * ext/swfdec/gstswfdec.h:
29291         Fix negotiation.
29292         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29293         (gst_adder_request_new_pad): Fix negotiation.
29294         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29295         Add a fixate function.
29296         * gst/intfloat/gstfloat2int.c:
29297         * gst/intfloat/gstfloat2int.h:
29298         * gst/intfloat/gstint2float.c:
29299         * gst/intfloat/gstint2float.h:
29300         Completely rewrite the negotiation.  Doesn't quite work yet,
29301         due to some buffer-frames problem.
29302
29303 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29304
29305         * ext/gnomevfs/gstgnomevfssrc.c:
29306         * sys/v4l2/v4l2_calls.h:
29307           fix includes for distcheck
29308
29309 2004-01-21  Christian Schaller <uraeus@gnome.org>
29310
29311         * ext/nas/
29312         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29313         based on earlier patch from Laurent Vivier
29314
29315 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29316
29317         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29318         Fix wma caps property
29319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29320         Fix typo (flags1 and flags2)
29321
29322 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29323
29324         * gst-libs/gst/media-info/media-info-priv.c:
29325         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29326         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29327         (gmip_find_stream), (gmip_find_track_metadata),
29328         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29329         (gmip_find_track_format):
29330         * gst-libs/gst/media-info/media-info-priv.h:
29331         * gst-libs/gst/media-info/media-info-test.c: (main):
29332         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29333         (gst_media_info_read_idler), (gst_media_info_read):
29334         * gst-libs/gst/media-info/media-info.h:
29335           register debugging category and use it for debugging
29336
29337 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29338
29339         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29340         (gst_vorbisfile_new_link):
29341           signal streaminfo through tags
29342
29343 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29344
29345         * ext/mplex/gstmplex.cc:
29346         * ext/mplex/gstmplexibitstream.cc:
29347           g++ doesn't like NULL in our i18n/error macros, should be
29348           either (NULL) or ("").
29349
29350 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * sys/dxr3/dxr3audiosink.c:
29353         * sys/dxr3/dxr3init.c:
29354         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29355         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29356           Fix more error error error errors (missing includes here).
29357
29358 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29359
29360         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29361           fix thomas' error errors.
29362
29363 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29364
29365         * ext/mpeg2enc/gstmpeg2enc.cc:
29366           fix error errors.
29367
29368 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29369
29370         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29371         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29372           Fix for new error system.
29373
29374 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29377           fix for new error reporting
29378
29379 2004-01-20  David Schleef  <ds@schleef.org>
29380
29381         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29382         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29383         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29384         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29385         and neither is 100+, most likely.
29386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29387         (gst_xvimagesink_getcaps): same
29388
29389 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29390
29391         * configure.ac:
29392           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29393           clashes with ffmpeg.
29394
29395 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29396
29397         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29398         (gst_switch_init): Fixed switch element : proxying link and setting
29399         caps from src to sink on request.
29400
29401 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29402
29403         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29404         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29405         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29406         fix element_error
29407
29408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29409
29410         * sys/v4l/v4l_calls.h:
29411         * sys/v4l2/v4l2_calls.h:
29412           element_error fixes
29413
29414 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29415
29416         * gst-libs/gst/gst-i18n-plugin.h:
29417           add locale.h
29418           remove config.h inclusion
29419
29420 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29421
29422         * autogen.sh:
29423           adding autopoint invocation
29424         * Makefile.am:
29425         * configure.ac:
29426         * gst-libs/gst/gettext.h:
29427           adding gettext bits
29428         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29429         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29430         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29431         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29432         (gst_gnomevfssink_close_file):
29433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29434         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29435         * gst-libs/gst/gst-i18n-plugin.h:
29436         * gst/avi/gstavi.c: (plugin_init):
29437         * sys/dxr3/dxr3init.c: (plugin_init):
29438         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29439         * sys/oss/gstossaudio.c: (plugin_init):
29440         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29441         * sys/v4l/gstv4l.c: (plugin_init):
29442         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29443         * sys/v4l2/gstv4l2.c: (plugin_init):
29444         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29445         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29446         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29447         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29448         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29449         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29450           make sure locale and translation domain are set
29451           fix translated strings
29452         * po/.cvsignore:
29453         * po/LINGUAS:
29454         * po/Makevars:
29455         * po/POTFILES.in:
29456         * po/nl.po:
29457           put translation files into place
29458         * sys/xvideo/imagetest.c: (main):
29459         * ext/dv/demo-play.c: (main):
29460           fix unnecessary translations
29461
29462 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29463
29464         * ext/sndfile/gstsf.c:
29465         * gst/avi/gstavimux.c:
29466         * ext/audiofile/gstafsink.c:
29467         * ext/audiofile/gstafsrc.c:
29468         * ext/gnomevfs/gstgnomevfssink.c:
29469         * ext/gnomevfs/gstgnomevfssrc.c:
29470         * sys/oss/gstosselement.c:
29471         * sys/v4l/v4l_calls.h:
29472           fix i18n include
29473
29474 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29475
29476         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29477         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29478         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29479         (gst_v4l2_get_output), (gst_v4l2_set_output),
29480         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29481         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29482         (gst_v4l2_set_attribute):
29483         update to new error handling
29484
29485 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29486
29487         * ext/sidplay/gstsiddec.cc:
29488         * gst/modplug/gstmodplug.cc:
29489           parenthese NULL because C++ seems angry about it
29490
29491 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29492
29493         * gst-libs/gst/gst-i18n-plugin.h:
29494           add skeleton i18n stuff, but needs to be further implemented
29495
29496 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29497
29498         * examples/gstplay/player.c: (main):
29499         * ext/aalib/gstaasink.c: (gst_aasink_open):
29500         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29502         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29503         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29504         (gst_afsink_close_file):
29505         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29506         (gst_afsrc_close_file):
29507         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29508         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29509         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29510         * ext/esd/esdmon.c: (gst_esdmon_get):
29511         * ext/esd/esdsink.c: (gst_esdsink_chain):
29512         * ext/faac/gstfaac.c: (gst_faac_chain):
29513         * ext/faad/gstfaad.c: (gst_faad_chain):
29514         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29515         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29516         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29517         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29518         (gst_flacdec_loop):
29519         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29520         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29521         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29523         (gst_gnomevfssink_close_file):
29524         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29525         (gst_gnomevfssrc_open_file):
29526         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29527         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29528         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29529         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29530         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29531         * ext/mad/gstmad.c: (gst_mad_chain):
29532         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29533         * ext/mpeg2dec/gstmpeg2dec.c:
29534         * ext/mpeg2enc/gstmpeg2enc.cc:
29535         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29536         * ext/mplex/gstmplex.cc:
29537         * ext/mplex/gstmplexibitstream.cc:
29538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29539         (gst_ogg_demux_push), (gst_ogg_pad_push):
29540         * ext/raw1394/gstdv1394src.c:
29541         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29542         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29543         * ext/sidplay/gstsiddec.cc:
29544         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29545         (gst_sf_loop):
29546         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29547         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29548         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29550         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29551         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29552         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29553         * gst-libs/gst/Makefile.am:
29554         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29555         (gst_riff_read_element_data), (gst_riff_read_seek),
29556         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29557         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29559         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29560         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29561         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29562         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29563         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29564         * gst/goom/gstgoom.c: (gst_goom_chain):
29565         * gst/id3/gstid3types.c: (gst_id3types_loop):
29566         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29567         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29568         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29569         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29570         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29571         (gst_ebml_read_float), (gst_ebml_read_header):
29572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29573         (gst_matroska_demux_parse_blockgroup):
29574         * gst/modplug/gstmodplug.cc:
29575         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29576         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29577         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29578         * gst/silence/gstsilence.c: (gst_silence_get):
29579         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29580         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29581         * gst/speed/gstspeed.c: (speed_loop):
29582         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29583         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29584         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29585         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29586         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29587         (gst_wavparse_loop):
29588         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29589         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29590         (dxr3audiosink_close):
29591         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29592         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29593         (dxr3videosink_close), (dxr3videosink_write_data):
29594         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29595         * sys/oss/gstosselement.h:
29596         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29597         (gst_osssink_chain):
29598         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29599         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29600         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29602         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29603         (gst_v4l_enable_overlay):
29604         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29605         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29606         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29607         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29608         (gst_v4l_set_audio):
29609         * sys/v4l/v4l_calls.h:
29610         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29611         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29612         (gst_v4lmjpegsink_playback_init),
29613         (gst_v4lmjpegsink_playback_start):
29614         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29615         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29616         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29617         (gst_v4lmjpegsrc_requeue_frame):
29618         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29619         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29620         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29621         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29622         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29623         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29624         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29625         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29626         (gst_v4l2src_capture_stop):
29627         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29628         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29629         (gst_ximagesink_chain):
29630         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29631         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29632         (gst_xvideosink_xwindow_new):
29633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29634         (gst_xvimagesink_chain):
29635         use new error signal, function and categories
29636
29637 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29638
29639         * configure.ac:
29640         * ext/Makefile.am:
29641         * ext/musicbrainz/gsttrm.c:
29642         * ext/musicbrainz/gsttrm.h:
29643         * ext/musicbrainz/Makefile.am:
29644         Add a trm plugin
29645
29646 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29647
29648         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29649         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29650         synchronous property for debugging.
29651         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29653         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29654         smaller block, fixing indent.
29655
29656 2004-01-16  David Schleef  <ds@schleef.org>
29657
29658         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29659         property affects the video stream.
29660         * sys/xvimage/xvimagesink.c:
29661         * sys/xvimage/xvimagesink.h:
29662         Add synchronous property for debugging.  Should probably be
29663         disabled in non-CVS builds.  Make sure that the Xv attribute
29664         exists before we set it (crash!).  Fix a silly float bug that
29665         caused colorbalance to just not work.
29666
29667 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29668
29669         * tools/gst-launch-ext.in - update for new plugins
29670
29671 2004-01-16  David Schleef  <ds@schleef.org>
29672
29673         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29674         already-freed caps.
29675
29676 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29677
29678         * Update spec for new colorspace plugin and libcaca plugin
29679         * Fix compilation of libcaca plugin (clock -> id)
29680
29681 2004-01-16  Julien MOUTTE <julien@moutte.net>
29682
29683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29684         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29685         (gst_xvimagesink_set_xwindow_id),
29686         (gst_xvimagesink_colorbalance_set_value),
29687         (gst_xvimagesink_colorbalance_get_value),
29688         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29689         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29690         correct colorbalance properties. They can now be set when the element
29691         is still in NULL state. The values will be committed to the Xv Port
29692         when xcontext is initialized.
29693         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29694         brightness int values in the GstXvImagesink structure.
29695
29696 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29697
29698         * gst-libs/gst/Makefile.am:
29699           restructure so having local patches works easier.
29700
29701 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29702
29703         * ext/mpeg2enc/Makefile.am:
29704         * ext/mpeg2enc/gstmpeg2enc.cc:
29705         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29706           Bugfix with respect to EOS handling.
29707
29708 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29709
29710         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29711           Link with right caps (else, it segfaults).
29712         * ext/mplex/gstmplexjob.cc:
29713           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29714
29715 2004-01-15  David Schleef  <ds@schleef.org>
29716
29717         * gst-libs/gst/audio/Makefile.am:
29718         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29719         from the template.
29720         * gst-libs/gst/audio/gstaudiofilter.c:
29721         * gst-libs/gst/audio/gstaudiofilter.h:
29722         Add bytes_per_sample and size and n_samples calculation.
29723         * gst-libs/gst/audio/gstaudiofilterexample.c:
29724         Remove, now autogenerated.
29725         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29726         Moved from gstaudiofilterexample, object name changed, code added
29727         so that it actually works.
29728         * gst-libs/gst/audio/make_filter:
29729         Script to build an audiofilter subclass from the template.
29730         * gst/colorspace/Makefile.am:
29731         * gst/colorspace/yuv2yuv.c:
29732         Remove file, since it's GPL, and we don't use it.
29733
29734 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29735
29736         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29738         them use the buffer free function to test how the buffer was allocated.
29739
29740 2004-01-15  David Schleef  <ds@schleef.org>
29741
29742         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29743         that handles osssink fallback.
29744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29745         (gst_audio_convert_getcaps):
29746         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29747         Add audio/x-qdm2 for QDM2 audio.
29748         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29749         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29750         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29751         Decrease minimum size to 16x16.
29752         * gst/wavparse/gstwavparse.c:
29753         Convert disabled pad template caps to new caps.
29754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29756         (gst_xvimagesink_chain): Throw element error when display cannot
29757         be opened.  Increase minimum framerate to 1.0.  Check the data
29758         free function on a buffer to make sure it is the type we expect
29759         before manipulating it.
29760
29761 2004-01-15  Julien MOUTTE <julien@moutte.net>
29762
29763         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29764         (gst_videobalance_colorbalance_set_value): Implement passthru if
29765         settings are in the middle.
29766         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29767
29768 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29769
29770         * gst/videofilter/Makefile.am:
29771         * gst/volume/Makefile.am:
29772           Since we use videofilter symbols, link to it.
29773
29774 2004-01-15  Julien MOUTTE <julien@moutte.net>
29775
29776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29777         mixer interface type to HARDWARE.
29778         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29779         type to SOFTWARE.
29780         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29781         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29782         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29783         (gst_volume_interface_init), (gst_volume_list_tracks),
29784         (gst_volume_set_volume), (gst_volume_get_volume),
29785         (gst_volume_set_mute), (gst_volume_mixer_init),
29786         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29787         (volume_init): Implementing mixer interface.
29788         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29789         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29790         (gst_osselement_change_state): Removing some trailing commas in
29791         structures.
29792         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29793         interface type to HARDWARE.
29794         * sys/v4l/gstv4lcolorbalance.c:
29795         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29796         type to HARDWARE.
29797         * sys/v4l2/gstv4l2colorbalance.c:
29798         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29799         interface type to HARDWARE.
29800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29801         same code than ximagesink for event handling.
29802
29803 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29804
29805         * ext/snapshot/Makefile.am:
29806         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29807         (gst_snapshot_chain):
29808         * ext/snapshot/gstsnapshot.h:
29809           This has to be a joke... Snapshot should be connected to a tee,
29810           colorspace element before it and EOS after that, where the other
29811           src of the tee receives normal data.
29812           The current way is *wrong*.
29813
29814 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * ext/hermes/gsthermescolorspace.c:
29817           Fix another compile error. Same as below.
29818
29819 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29820
29821         * gst/colorspace/gstcolorspace.c:
29822         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29823         (gst_colorspace_i420_to_yv12):
29824           Fix compiling... Didn't test if it actually works.
29825
29826 2004-01-15  David Schleef  <ds@schleef.org>
29827
29828         * configure.ac:
29829         * gst/colorspace/Makefile.am:
29830         * gst/colorspace/gstcolorspace.c:
29831         * gst/colorspace/gstcolorspace.h:
29832         * gst/colorspace/yuv2rgb.c:
29833         * gst/colorspace/yuv2rgb.h:
29834         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29835         code and GPL code.  Fix for new caps negotiation.  Rewrite
29836         much of the format handling code, and some of the conversion
29837         code.  Basically, rewrote almost everything.  This element
29838         handles I420, YV12 to RGB conversions.
29839         * ext/hermes/Makefile.am:
29840         * ext/hermes/gsthermescolorspace.c:
29841         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29842         Remove non-Hermes related code.  This element handles lots of
29843         RGB to RGB conversions, but no YUV.
29844         * ext/hermes/gstcolorspace.c:
29845         * ext/hermes/gstcolorspace.h:
29846         * ext/hermes/rgb2yuv.c:
29847         * ext/hermes/yuv2rgb.c:
29848         * ext/hermes/yuv2rgb.h:
29849         * ext/hermes/yuv2rgb_mmx16.s:
29850         * ext/hermes/yuv2yuv.c:
29851         * ext/hermes/yuv2yuv.h:
29852         Remove old code.
29853
29854 2004-01-14  Colin Walters  <walters@verbum.org>
29855
29856         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29857         they've already been.
29858
29859 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29860
29861         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29862           assume tag mode when pad is not connected
29863
29864 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29865
29866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29867           Don't update the time of the clock
29868         (gst_alsa_sink_loop):
29869           sync to the clock given to alsasink, not the own clock
29870         * sys/oss/gstosssink.c: (gst_osssink_chain):
29871           sync to the clock
29872         (gst_osssink_change_state):
29873           activate the clock
29874         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29876           remove bogus code that made DISCONT events unhandled
29877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29878           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29879           #131502)
29880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29881         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29882         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29883           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29884           2nd warning in bug #131502)
29885
29886 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29887
29888         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29889         (gst_videobalance_colorbalance_set_value),
29890         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29891         for colorbalance interface implementation.
29892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29893         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29894         (gst_ximagesink_dispose), (gst_ximagesink_init),
29895         (gst_ximagesink_class_init): Adding DISPLAY property.
29896         * sys/ximage/ximagesink.h: Adding display_name to store display.
29897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29898         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29899         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29900         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29901         properties (they still need polishing though for gst-launch use : no
29902         xcontext yet, i ll do that tomorrow).
29903         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29904
29905 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29906
29907         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29908         (gst_play_set_location), (gst_play_set_visualization): Preparing
29909         switch integration, adding videobalance in the pipeline.
29910
29911 2004-01-14  Julien MOUTTE <julien@moutte.net>
29912
29913         * gst-libs/gst/colorbalance/colorbalance.c:
29914         (gst_color_balance_class_init): Adding a default type.
29915         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29916         the type.
29917         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29918         (gst_videobalance_dispose), (gst_videobalance_class_init),
29919         (gst_videobalance_init), (gst_videobalance_interface_supported),
29920         (gst_videobalance_interface_init),
29921         (gst_videobalance_colorbalance_list_channels),
29922         (gst_videobalance_colorbalance_set_value),
29923         (gst_videobalance_colorbalance_get_value),
29924         (gst_videobalance_colorbalance_init): Implementing colorbalance
29925         interface.
29926         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29927         list.
29928         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29929         bug which was triggering a BadAccess X error when setting an overlay
29930         before pad was really negotiated.
29931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29932         Using the colorbalance type macro.
29933
29934 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29935
29936         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29937         (gst_flacenc_chain):
29938           handle tags correctly
29939         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29940           extract ID3v1 tags correctly
29941
29942 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29943
29944         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29945         (plugin_init):
29946           Improve matroska typefinding for odd-typed headers...
29947
29948 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29951           Fix for using incremental number on padnames.
29952
29953 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29954
29955         * ext/divx/gstdivxdec.c:
29956         * ext/divx/gstdivxenc.c:
29957           Set category to divx4linux instead of divx (too generic).
29958         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29959         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29960         (gst_wavparse_loop), (gst_wavparse_change_state):
29961         * gst/wavparse/gstwavparse.h:
29962           fix parsing of WAV files with non-standard fmt-tag size and fix
29963           skipping of unrecognized chunks... Someone please fix this thing
29964           to use rifflib so all this is automated.
29965         * sys/v4l/Makefile.am:
29966         * sys/v4l2/Makefile.am:
29967           Add X_CFLAGS because we depend on X (for overlay).
29968
29969 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29970
29971         * ext/mpeg2dec/gstmpeg2dec.c:
29972           Don't issue a timestamp unless we tagged the frame
29973           with a PTS.
29974
29975 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29976
29977         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29978           Query the audio element to get the time, not the clock. We're
29979           interested in the element's time here.
29980
29981 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29982
29983         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29985         * ext/esd/esdsink.c: (gst_esdsink_chain):
29986         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29987         * ext/mas/massink.c: (gst_massink_chain):
29988         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29990         (gst_matroska_demux_parse_metadata):
29991         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29992         (gst_mpeg_parse_release_locks):
29993         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29994         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29995         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29996         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29997         (gst_osssink_change_state):
29998         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29999         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30000         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30001         (gst_xvideosink_release_locks):
30002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30003           use element time.
30004         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30005         (gst_alsa_clock_stop):
30006         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30007         (gst_audio_clock_get_internal_time):
30008           simplify for use with new clocking code.
30009         * testsuite/alsa/Makefile.am:
30010         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30011           fix testsuite for new caps system
30012
30013 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30014
30015         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30016         * ext/flac/gstflacenc.c: (add_one_tag):
30017           length is already host endian, no need to convert. Fixes playback of
30018           tagged files on PPC. (bug #128384)
30019
30020 2004-01-13  Julien MOUTTE <julien@moutte.net>
30021
30022         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30023         colorbalance interface stating if it is hardware based or software
30024         based.
30025         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30026         Removing a trailing comma.
30027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30028         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30029         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30030         the documentation seems to be wrong on the -1000 to 1000 interval.
30031
30032 2004-01-12  David Schleef  <ds@schleef.org>
30033
30034         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30035         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30036         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30037         Fix negotiation.  Add a bufferalloc function for the sink pad,
30038         and generally clean up some of the code.
30039
30040 2004-01-12  Julien MOUTTE <julien@moutte.net>
30041
30042         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30043         (gst_color_balance_channel_dispose): Adding safety check in dispose
30044         method.
30045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30046         (gst_xvimagesink_xcontext_clear),
30047         (gst_xvimagesink_interface_supported),
30048         (gst_xvimagesink_colorbalance_list_channels),
30049         (gst_xvimagesink_colorbalance_set_value),
30050         (gst_xvimagesink_colorbalance_get_value),
30051         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30052         Adding colorbalance interface support to set XV parameters such as
30053         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30054         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30055         interface.
30056
30057 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30058
30059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30060         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30061         (gst_audio_convert_init), (gst_audio_convert_set_property),
30062         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30063         (gst_audio_convert_link),
30064         (gst_audio_convert_buffer_to_default_format),
30065         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30066           - implement _getcaps and use it
30067           - improve linking
30068           - remove float caps since no float conversion is actually done
30069           - remove properties and arguments that were to be used for rate
30070             conversion
30071
30072 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30073
30074         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30075         (gst_audio_structure_set_int):
30076         * gst-libs/gst/audio/audio.h:
30077           add helper functions for _getcaps matching the standard audio
30078           templates
30079
30080 2004-01-12  David Schleef  <ds@schleef.org>
30081
30082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30083         Test that pad is negotiated before getting its caps.
30084
30085 2004-01-12  Julien MOUTTE <julien@moutte.net>
30086
30087         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30088         analyzing the pads of an element the bin is mostly in READY state so
30089         no caps were negotiated. This helper function needs to work with
30090         _get_caps directly then. I was not freeing them though, added that to
30091         fix the mem leak.
30092
30093 2004-01-12  Julien MOUTTE <julien@moutte.net>
30094
30095         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30097         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30098         than the free_func.
30099
30100 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30101
30102         * sys/oss/gstossaudio.c: (plugin_init):
30103         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30104         * sys/oss/gstosselement.h:
30105           make an oss debugging category
30106           make failure more descriptive
30107
30108 2004-01-11  David Schleef  <ds@schleef.org>
30109
30110         * ext/ffmpeg/gstffmpeg.c:
30111         * ext/ffmpeg/gstffmpegcodecmap.c:
30112         * ext/ffmpeg/gstffmpegdec.c:
30113         * ext/ffmpeg/gstffmpegenc.c:
30114         * ext/ffmpeg/gstffmpegprotocol.c:
30115         * ext/gdk_pixbuf/gstgdkanimation.c:
30116         * ext/jpeg/gstjpeg.c:
30117         * ext/libpng/gstpng.c:
30118         * ext/mpeg2dec/perftest.c:
30119         * ext/speex/gstspeex.c:
30120         * gst-libs/gst/resample/dtos.c:
30121         * gst/intfloat/gstintfloatconvert.c:
30122         * gst/oneton/gstoneton.c:
30123         * gst/rtjpeg/RTjpeg.c:
30124         * gst/rtp/gstrtp.c:
30125         * sys/dxr3/dxr3init.c:
30126         * sys/glsink/gstgl_nvimage.c:
30127         * sys/glsink/gstgl_pdrimage.c:
30128         * sys/glsink/gstglsink.c:
30129         * testsuite/gst-lint:
30130         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30131
30132 2004-01-11  David Schleef  <ds@schleef.org>
30133
30134         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30135         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30136         * ext/gdk_pixbuf/gstgdkanimation.c:
30137         (gst_gdk_animation_iter_create_pixbuf):
30138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30139         (gst_gdk_pixbuf_chain):
30140         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30141         * ext/jack/gstjack.c: (gst_jack_change_state):
30142         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30143         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30144         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30145         * gst/videofilter/gstvideofilter.c:
30146         (gst_videofilter_set_output_size):
30147         Remove all usage of gst_pad_get_caps(), and replace it with
30148         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30149
30150 2004-01-11  David Schleef  <ds@schleef.org>
30151
30152         * configure.ac:
30153         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30154         * ext/divx/gstdivxdec.c:
30155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30156         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30157         handle images that span multiple buffers.  Now work with both
30158         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30159         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30160         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30161         video/video.h changes
30162         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30163         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30164         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30165         of GstData free function.
30166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30167         same.
30168
30169 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30170
30171         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30172         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30173         (gst_v4l2element_get_property):
30174         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30175           add norm, channel and frequency properties.
30176         * sys/v4l2/gstv4l2tuner.c:
30177           fixes for tuner interface changes
30178         * sys/v4l2/gstv4l2element.h:
30179         * sys/v4l2/gstv4l2src.c:
30180         * sys/v4l2/gstv4l2src.h:
30181         * sys/v4l2/v4l2src_calls.c:
30182         * sys/v4l2/v4l2src_calls.h:
30183           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30184
30185 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30186
30187         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30188         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30189         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30190         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30191         * gst-libs/gst/tuner/tuner.h:
30192           GObjects aren't const.
30193           Add find_by_name functions.
30194           Add checks to _changed functions.
30195         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30196         (gst_v4l_tuner_get_norm):
30197           Fixes for above.
30198
30199 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30200
30201         * gst-libs/gst/video/video.h:
30202           Fix caps template names to be understandable.
30203           Prefix everything with GST_VIDEO.
30204         * ext/aalib/gstaasink.c:
30205         * ext/divx/gstdivxdec.c:
30206         * ext/divx/gstdivxenc.c:
30207         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30208         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30209         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30210         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30211         * ext/libcaca/gstcacasink.c:
30212         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30213         * ext/snapshot/gstsnapshot.c:
30214         * ext/swfdec/gstswfdec.c:
30215         * ext/xvid/gstxviddec.c:
30216         * ext/xvid/gstxvidenc.c:
30217         * gst/chart/gstchart.c:
30218         * gst/deinterlace/gstdeinterlace.c:
30219         * gst/effectv/gsteffectv.c:
30220         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30221         * gst/goom/gstgoom.c:
30222         * gst/median/gstmedian.c:
30223         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30224         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30225         * gst/overlay/gstoverlay.c:
30226         * gst/smooth/gstsmooth.c:
30227         * gst/smpte/gstsmpte.c:
30228         * gst/synaesthesia/gstsynaesthesia.c:
30229         * gst/videocrop/gstvideocrop.c:
30230         * gst/videodrop/gstvideodrop.c:
30231         * gst/y4m/gsty4mencode.c:
30232         * sys/qcam/gstqcamsrc.c:
30233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30234           Make them work with new video.h file.
30235         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30236         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30238         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30239           Make it work with new buffer allocation system.
30240
30241 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30242
30243         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30244         pad_alloc_buffer implementation to use ->srcpad
30245         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30246         pad_alloc_buffer implementation to use ->srcpad
30247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30248         pad_alloc_buffer implementation to use ->srcpad
30249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30250         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30251         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30252         a reference to everything we need.
30253         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30255         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30256         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30257         a reference to everything we need.
30258         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30259
30260 2004-01-11  David Schleef  <ds@schleef.org>
30261
30262         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30263         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30264         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30265         structure members.
30266         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30267         value during a resize/renegotiation.
30268         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30269         gst_pad_alloc_buffer();
30270         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30271         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30272         structure members.
30273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30274         Fix for rename of buffer private structure members.
30275         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30276         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30277         Fix for rename of buffer private structure members.
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30279         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30280         Fix for rename of buffer private structure members.
30281
30282 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30283
30284         reviewed by: David Schleef <ds@schleef.org>
30285
30286         * gst/videofilter/Makefile.am:
30287         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30288         from the patch by ds to fit in with recent make_filter changes.
30289
30290 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30291
30292         * configure.ac: Adding examples/switch/Makefile
30293         * examples/Makefile.am: Adding examples/switch
30294         * examples/switch/Makefile.am: Adding switcher example.
30295         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30296         (switch_timer), (main): Adding an example demonstrating switch usage
30297         with 2 videotestsrc showing different patterns.
30298         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30299         (gst_switch_init): Fixing switch with the new caps system.
30300
30301 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30302
30303         * gst-libs/gst/video/video.h:
30304           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30305           They should probably be like
30306           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30307
30308 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30309
30310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30311         (qtdemux_parse_trak):
30312           fix audio chunk size/timestamp calculation
30313
30314 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30315
30316         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30317           fix SVQ3 caps
30318
30319 2004-01-11  Steve Baker  <steve@stevebaker.org>
30320
30321         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30322         (gst_agingtv_base_init), (gst_agingtv_class_init),
30323         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30324         (gst_agingtv_set_property), (gst_agingtv_get_property):
30325         Port agingTV to videofilter
30326
30327 2004-01-09  Julien MOUTTE <julien@moutte.net>
30328
30329         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30330         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30331
30332 2004-01-09  Julien MOUTTE <julien@moutte.net>
30333
30334         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30335         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30336         * gst-libs/gst/xoverlay/xoverlay.c:
30337         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30339         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30341         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30342         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30343         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30344         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30345         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30346         interface implementation to handle xid being 0 and fix some bugs
30347         triggered by Benjamin's testcase.
30348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30349         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30350         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30351         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30352         interface implementation to handle xid being 0 and fix some bugs
30353         triggered by Benjamin's testcase.
30354
30355 2004-01-09  David Schleef  <ds@schleef.org>
30356
30357         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30358         mouse pointer events.  It works.
30359
30360 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30361
30362         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30363           Use explicit caps - fix capsnego.
30364         * ext/xvid/gstxviddec.c:
30365         * ext/xvid/gstxvidenc.c:
30366           Remove macro-inside-macro which caused compile errors.
30367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30368           Error out if it's not a RIFF file. Else we error out without
30369           gst_element_error() which is not good...
30370
30371 2004-01-08  David Schleef  <ds@schleef.org>
30372
30373         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30374         Fix pad_link function to handle formats that ffmpeg returns
30375         as multiple caps structures.
30376         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30377         Only complain if source buffer is _smaller_ than expected.
30378         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30379         (gst_videoscale_handle_src_event): Resize navigation events
30380         when passing them upstream.
30381         * gst/videotestsrc/gstvideotestsrc.c:
30382         * gst/videotestsrc/gstvideotestsrc.h:
30383         * gst/videotestsrc/videotestsrc.c:
30384         * gst/videotestsrc/videotestsrc.h:
30385         Rewrite many of the buffer painting functions to handle odd
30386         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30387         been verified to work with my video card.
30388         * testsuite/gst-lint:  Add check for elements calling
30389         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30390
30391 2004-01-08  David Schleef  <ds@schleef.org>
30392
30393         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30394         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30395
30396 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30397
30398         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30399         configure event is not emiting the desired size signal. That fixes
30400         aspect ratio issues with gst-player.
30401
30402 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30403
30404         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30405           Fix capsnego.
30406
30407 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30408
30409         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30410         public method to fire size signal.
30411
30412 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30413
30414         * examples/gstplay/Makefile.am: Adding the interface library.
30415         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30416         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30417         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30418         GST_IS_X_OVERLAY before signal connect.
30419         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30420         Removing the have_video_size signal.
30421         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30422         and associated public method.
30423         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30424         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30425         signal.
30426         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30427         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30428         signal.
30429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30430         Using XOverlay public method to fire size signal.
30431
30432 2004-01-07  David Schleef  <ds@schleef.org>
30433
30434         * gst/videofilter/Makefile.am:
30435         * gst/videofilter/gstvideotemplate.c:
30436         * gst/videofilter/make_filter:
30437         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30438         Convert make_filter to /bin/sh script.
30439
30440 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30441
30442         * gst/modplug/gstmodplug.cc: fix element description
30443
30444 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30445
30446         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30447         (got_video_size): Adding some new lines in g_print calls.
30448         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30449         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30450         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30451         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30452         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30453         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30454         Complete code review, reverting some stuff i disagree with, adding
30455         some fixes : time synchronization on invalid timestamps, renegotiation
30456         of private window.
30457         * sys/ximage/ximagesink.h:
30458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30459         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30460         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30461         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30462         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30463         (gst_xvimagesink_buffer_new),
30464         (gst_xvimagesink_navigation_send_event),
30465         (gst_xvimagesink_set_xwindow_id),
30466         (gst_xvimagesink_get_desired_size),
30467         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30468         stuff i disagree with, adding some fixes : Renegotiation of private
30469         window, implementing get_desired_size.
30470
30471 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30474         (gst_afsink_handle_event):
30475         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30476         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30477         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30478         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30479         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30480           Fix for instantiate-test (see core). Also remove dead code from
30481           jpegenc (which still needs fixing, but that's lower on my TODO
30482           list...).
30483         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30484           Never return NULL as caps.
30485
30486 2004-01-07  David Schleef  <ds@schleef.org>
30487
30488         * configure.ac:
30489         * ext/Makefile.am:
30490         * ext/librfb/Makefile.am:
30491         * ext/librfb/gstrfbsrc.c:
30492         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30493         is the protocol used by VNC.
30494
30495 2004-01-07  David Schleef  <ds@schleef.org>
30496
30497         * gst/videofilter/gstvideotemplate.c:
30498         * gst/videofilter/gstvideotemplate.h:
30499         * gst/videofilter/make_filter:
30500         Merge videotemplate header into source file.
30501         * gst/effectv/Makefile.am:
30502         * gst/effectv/gsteffectv.c: (plugin_init):
30503         * gst/effectv/gstwarp.c:
30504         Make warpTV a subclass of videofilter.
30505
30506 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30507
30508         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30509           Add guard against invalid utf-8 conversions in mad. Just in case.
30510
30511 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30512
30513         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30514           Fix for bug shown by poisoning
30515
30516 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30519         (gst_v4lmjpegsrc_buffer_free):
30520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30521         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30522         (gst_v4lsrc_buffer_free):
30523           Fix for removed bufferpools.
30524
30525 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30526
30527         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30528         Fix caps negotiation.
30529
30530         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30531         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30532         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30533         (dvdnavsrc_event):
30534         * ext/mpeg2dec/gstmpeg2dec.c:
30535         * gst-libs/gst/navigation/navigation.c:
30536         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30537         * gst-libs/gst/navigation/navigation.h:
30538         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30539         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30541         Super-simple first version of mouse and keyboard events. Clicking
30542         on a DVD menu now works, although it may not take you where you
30543         expected.
30544
30545         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30546         * gst/videotestsrc/gstvideotestsrc.c:
30547         (gst_videotestsrc_src_fixate):
30548         These fixate functions were broken - they never actually
30549         fixated :)
30550
30551 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30552
30553         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30554         (gst_icecastsend_init):
30555           fix for new caps system.
30556         * gst-libs/gst/mixer/mixertrack.h:
30557         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30558           Add 'master track' flag (for tools like ACME that only want to
30559           change the main volume).
30560
30561 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30562
30563         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30564         (gst_xvid_csp_to_caps):
30565         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30566         * ext/xvid/gstxvidenc.c:
30567         ifdef out ARGB type when it isn't available
30568         in xvidcore 1.0.0beta2
30569
30570 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30571
30572         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30573           When we have received a new SCR right in the first buffer after
30574           a seek (so in the same cycle that handles the discont), we should
30575           handle the buffer instead of unreffing it, else we lose data.
30576
30577 2004-01-06  Iain <iain@prettypeople.org>
30578
30579         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30580           buffer-frames caps too.
30581
30582         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30583           caps that we need, don't destroy them all and rebuild them. And when
30584           creating src pads, use the src pad template rather than the sink...
30585
30586 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30589           Add pad to element *after* setting functions such as event handler.
30590           Without this, the scheduler (opt) will link pads, set the event
30591           handler from the default event function (dispatcher in gstpad.c)
30592           and *after* that, we will set our own event function, which will
30593           thus never be used (and thus mpegdemux doesn't handle events).
30594
30595 2004-01-04  David Schleef  <ds@schleef.org>
30596
30597         Fix the fixate functions to handle new prototype:
30598         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30599         * gst/videotestsrc/gstvideotestsrc.c:
30600         (gst_videotestsrc_src_fixate):
30601         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30602         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30604
30605 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30606
30607         * sys/ximage/ximagesink.h:
30608         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30609         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30610         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30611         (gst_ximagesink_xoverlay_init):
30612           assorted fixes to make (re)embedding work
30613         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30614         (gst_ximagesink_get_desired_size):
30615           implement desired size additions to XOverlay
30616
30617 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30618
30619         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30620         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30621         (gst_x_overlay_got_desired_size):
30622         * gst-libs/gst/xoverlay/xoverlay.h:
30623           Add optional "desired size" signal and querying.
30624
30625 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * gst/matroska/matroska-demux.c:
30628         (gst_matroska_demux_parse_blockgroup):
30629           Fix EBML-laced block parsing. Diffs are relative to previous
30630           lace, not the first lace. Thanks to Mosu from the Matroska
30631           team for detecting this.
30632         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30633         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30634         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30635         (gst_wavparse_change_state):
30636         * gst/wavparse/gstwavparse.h:
30637           Quickfix for capsnego.
30638
30639 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30642           Fix indenting, fix pad creation.
30643
30644 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30647         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30648         (gst_xviddec_sink_link):
30649           Implement src_getcaps() so proper size caps is negotiated.
30650
30651 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30652
30653         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30654           Finish flac decoder on EOS. See #116178.
30655
30656 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30657
30658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30659         (gst_matroska_demux_add_stream):
30660         * gst/matroska/matroska-ids.h:
30661           Add getcaps() function to fix capsnego...
30662
30663 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30666         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30667         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30668           Fix more integer overflows. Again, see #126967.
30669
30670 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30671
30672         * ext/mpeg2dec/gstmpeg2dec.c:
30673           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30674           #130416.
30675
30676 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30677
30678         * configure.ac:
30679         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30680         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30681         * ext/xvid/gstxvid.h:
30682         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30683         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30684         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30685         (gst_xviddec_change_state):
30686         * ext/xvid/gstxviddec.h:
30687         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30688         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30689         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30690         (gst_xvidenc_link), (gst_xvidenc_set_property),
30691         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30692         * ext/xvid/gstxvidenc.h:
30693           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30694
30695 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30696
30697         * gst/rtp/rtp-packet.c:
30698           Add sys/types.h include, since OS X doesn't define in_addr_t
30699           in netinet/in.h, like it does on Linux (see #129600).
30700
30701 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30702
30703         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30706           Correct logic of dispose function (see #129306).
30707
30708 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30711         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30712         (gst_mpeg_parse_init):
30713         * gst/mpegstream/gstmpegparse.h:
30714           Remove clock (which was never provided, i.e. dead code), and
30715           also fix integer overflows at high PTS values (see #126967).
30716
30717 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * ext/flac/gstflacdec.c:
30720         * ext/libpng/gstpngenc.h:
30721         * ext/mikmod/gstmikmod.h:
30722           OS X fixes (see #126628).
30723
30724 2004-01-02  David Schleef  <ds@schleef.org>
30725
30726         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30727         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30728         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30729         (gst_mpeg_parse_class_init): Move pad template registration
30730         to class_init, since the derived class (mpegdemux) doesn't
30731         want them.
30732
30733 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30734
30735         * sys/ximage/Makefile.am:
30736         * sys/xvideo/Makefile.am:
30737         * sys/xvimage/Makefile.am:
30738           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30739           after installation (see #127664).
30740
30741 2004-01-02  David Schleef  <ds@schleef.org>
30742
30743         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30744         (gst_ffmpegenc_connect):  Negotiation fixes.
30745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30746         Remove inappropriate gst_caps_free().
30747         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30748         Reenable Ronald's internal resize code, since the core handles
30749         it correctly now.
30750
30751 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30752
30753         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30756           Fix pad template stuff.
30757
30758 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30759
30760         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30761         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30762           fix signed integer reading/writing.
30763
30764 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30765
30766         * ext/alsa/README:
30767           Remove outdated document
30768
30769 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30770
30771         * gst/cutter/gstcutter.c: (gst_cutter_init):
30772           src pad was being created twice - oops.
30773
30774 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30777           Comment out internal resize. It doesn't handle the resulting
30778           XEvent internally, does another try_set_caps() which leads to
30779           a really nice loop.
30780           Real fix will come when Julien and Dave are awake. ;).
30781
30782 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30783
30784         * ext/mpeg2enc/gstmpeg2enc.cc:
30785           fix const/nonconst compile issue.
30786
30787 2004-01-02  David Schleef  <ds@schleef.org>
30788
30789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30790         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30791         Add fixate function and a check for bad formats.
30792
30793 2004-01-01  David Schleef  <ds@schleef.org>
30794
30795         Negotiation fixes:
30796         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30797         (gst_audiofilter_init):
30798         * gst/debug/efence.c: (gst_efence_init):
30799         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30800         (gst_deinterlace_init):
30801         * gst/volume/gstvolume.c: (volume_connect):
30802
30803 2004-01-01  David Schleef  <ds@schleef.org>
30804
30805         Convert elements to use gst_pad_use_explicit_caps() where
30806         appropriate:
30807         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30808         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30809         (gst_afparse_open_file):
30810         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30811         (gst_afsrc_open_file):
30812         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30813         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30814         (gst_ffmpegdec_chain):
30815         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30816         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30817         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30818         (gst_gdk_pixbuf_chain):
30819         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30820         (gst_jpegdec_chain):
30821         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30822         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30823         (gst_mikmod_negotiate):
30824         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30825         (gst_mpeg2dec_negotiate_format):
30826         * ext/mpeg2enc/gstmpeg2enc.cc:
30827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30828         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30829         (gst_speexdec_sinkconnect):
30830         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30831         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30832         (gst_vorbisfile_new_link):
30833         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30834         (gst_ac3parse_chain):
30835         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30836         (gst_asf_demux_setup_pad):
30837         * gst/auparse/gstauparse.c: (gst_auparse_init),
30838         (gst_auparse_chain):
30839         * gst/id3/gstid3types.c: (gst_id3types_loop):
30840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30841         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30842         (mp1videoparse_parse_seq):
30843         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30844         (bpf_from_header):
30845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30846         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30848         (gst_mpeg_parse_send_data):
30849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30850         (gst_qtdemux_add_stream):
30851         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30852         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30853         (gst_wavparse_parse_fmt):
30854
30855 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30856
30857         * configure.ac:
30858           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30859           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30860           it therefore uses the wrong include paths. Too bad... Note
30861           that 1.6.1.93 is not release yet. ;).
30862           Also add a check for mplex, which is now using the lib'ified
30863           mplex from mjpegtools, too.
30864         * ext/ffmpeg/gstffmpegcodecmap.c:
30865           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30866           issues. I don't think ffmpeg handles 3ivx correctly, so this
30867           probably won't work. But it won't hurt either.
30868         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30869         (gst_ffmpegdec_chain):
30870         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30871         (gst_ffmpegenc_chain_audio):
30872           Fix memleak in audio encoding. Close codec if open fails, this
30873           calls the cleanup routines so we can re-use the context.
30874         * ext/mpeg2enc/gstmpeg2enc.cc:
30875           Fix pad template names/types, fix memory issue with getcaps().
30876         * ext/mpeg2enc/gstmpeg2encoder.cc:
30877         * ext/mpeg2enc/gstmpeg2encoder.hh:
30878           Fix compile issue with new caps system (const thingy).
30879         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30880         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30881           We read a first frame right on initing, so that we have a caps
30882           when we init the output. This caps is cached in padprivate and
30883           read as first frame.
30884         * ext/mplex/Makefile.am:
30885         * ext/mplex/gstmplex.cc:
30886         * ext/mplex/gstmplex.h:
30887         * ext/mplex/gstmplex.hh:
30888         * ext/mplex/gstmplexibitstream.cc:
30889         * ext/mplex/gstmplexibitstream.hh:
30890         * ext/mplex/gstmplexjob.cc:
30891         * ext/mplex/gstmplexjob.hh:
30892         * ext/mplex/gstmplexoutputstream.cc:
30893         * ext/mplex/gstmplexoutputstream.hh:
30894           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30895           had issues, didn't do capsnego, supported only a subset of the
30896           mplex features and required a mplex fork in our local CVS. Plus
30897           that it worked agaist a very old mplex version. Rewriting was
30898           faster than updating it.
30899         * gst-libs/ext/Makefile.am:
30900         * gst-libs/ext/mplex/INSTRUCT:
30901         * gst-libs/ext/mplex/Makefile.am:
30902         * gst-libs/ext/mplex/README:
30903         * gst-libs/ext/mplex/TODO:
30904         * gst-libs/ext/mplex/ac3strm_in.cc:
30905         * gst-libs/ext/mplex/audiostrm.hh:
30906         * gst-libs/ext/mplex/audiostrm_out.cc:
30907         * gst-libs/ext/mplex/aunit.hh:
30908         * gst-libs/ext/mplex/bits.cc:
30909         * gst-libs/ext/mplex/bits.hh:
30910         * gst-libs/ext/mplex/buffer.cc:
30911         * gst-libs/ext/mplex/buffer.hh:
30912         * gst-libs/ext/mplex/fastintfns.h:
30913         * gst-libs/ext/mplex/format_codes.h:
30914         * gst-libs/ext/mplex/inputstrm.cc:
30915         * gst-libs/ext/mplex/inputstrm.hh:
30916         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30917         * gst-libs/ext/mplex/mjpeg_logging.cc:
30918         * gst-libs/ext/mplex/mjpeg_logging.h:
30919         * gst-libs/ext/mplex/mjpeg_types.h:
30920         * gst-libs/ext/mplex/mpastrm_in.cc:
30921         * gst-libs/ext/mplex/mpegconsts.cc:
30922         * gst-libs/ext/mplex/mpegconsts.h:
30923         * gst-libs/ext/mplex/mplexconsts.hh:
30924         * gst-libs/ext/mplex/multplex.cc:
30925         * gst-libs/ext/mplex/outputstream.hh:
30926         * gst-libs/ext/mplex/padstrm.cc:
30927         * gst-libs/ext/mplex/padstrm.hh:
30928         * gst-libs/ext/mplex/stillsstream.cc:
30929         * gst-libs/ext/mplex/stillsstream.hh:
30930         * gst-libs/ext/mplex/systems.cc:
30931         * gst-libs/ext/mplex/systems.hh:
30932         * gst-libs/ext/mplex/vector.cc:
30933         * gst-libs/ext/mplex/vector.hh:
30934         * gst-libs/ext/mplex/videostrm.hh:
30935         * gst-libs/ext/mplex/videostrm_in.cc:
30936         * gst-libs/ext/mplex/videostrm_out.cc:
30937         * gst-libs/ext/mplex/yuv4mpeg.cc:
30938         * gst-libs/ext/mplex/yuv4mpeg.h:
30939         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30940         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30941           We don't fork mjpegtools' mplex in our CVS anymore.
30942         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30943         (gst_avi_demux_add_stream):
30944         * gst/avi/gstavidemux.h:
30945           Add getcaps() function for proper caps nego. This makes some
30946           parts of AVI playback/reading work.
30947         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30948           Resize window on new capsnego. This is probably wrong, but
30949           I'm still committing it because with current capsnego, the
30950           first successfull capsnego is auto-fixated, therefore rounded
30951           down to the lowest values in the caps. this results in a 16x16
30952           XWindow that is not reized when real capsnego finishes.
30953           Dave, I see more cases of this, do you know a proper solution?
30954         * tools/gst-launch-ext.in:
30955           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30956
30957 2003-12-31  David Schleef  <ds@schleef.org>
30958
30959         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30960         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30961           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30962
30963 2003-12-30  David Schleef  <ds@schleef.org>
30964
30965         * ext/ffmpeg/gstffmpegcolorspace.c:
30966         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30967         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30968         (gst_ffmpegcsp_chain): Negotiation fixes
30969         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30971         (gst_audio_convert_link), (gst_audio_convert_channels):
30972         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30973         (gst_audioscale_link), (gst_audioscale_get_buffer),
30974         (gst_audioscale_chain): Negotiation fixes
30975         * gst/audioscale/gstaudioscale.h:
30976         * gst/videofilter/gstvideofilter.c:
30977         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30978         (gst_videofilter_link), (gst_videofilter_init),
30979         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30980         (gst_videofilter_find_format_by_structure):
30981         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30982         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30983         (gst_videoscale_link):
30984         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30985         (videoscale_find_by_structure), (gst_videoscale_setup):
30986         * gst/videoscale/videoscale.h: Negotiation fixes
30987         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30988         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30989         function, restrict resizing to a multiple of 4 (hack until
30990         everyone supports odd sizes correctly).
30991
30992 2003-12-29  Colin Walters  <walters@verbum.org>
30993
30994         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30995         signed.
30996
30997 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30998
30999         * ext/sndfile/gstsf.c: (gst_sf_loop):
31000           Fix warning about discarding const qualifier
31001
31002 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31003
31004         * gst/cutter/gstcutter.c:
31005         * gst/videoscale/gstvideoscale.c:
31006         * gst/volenv/gstvolenv.c:
31007         * gst-libs/gst/audio/audio.c:
31008         * gst-libs/gst/video/video.c:
31009           Fix warnings
31010
31011 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31012
31013         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31014           Don't send ALSA debugging to stderr.
31015         * ext/alsa/gstalsa.h:
31016           Use GST_WARNING instead of g_warning when ALSA functions fail.
31017
31018 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31019
31020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31021           Free XVAdapterInfo correctly.
31022
31023 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31024
31025         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31026         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31027           Make id3tag use correct caps nego.
31028
31029 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31030
31031         * ext/ivorbis/vorbis.c:
31032         * ext/ivorbis/vorbisenc.h:
31033         * ext/ivorbis/vorbisfile.c:
31034           Modify so that it uses the new caps things
31035
31036 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31037
31038         * testsuite/spider/spider1.c: (main):
31039         * testsuite/spider/spider2.c: (main):
31040         * testsuite/spider/spider3.c: (main):
31041           Make tests compile again. They probably don't work.
31042
31043 2003-12-24  Colin Walters  <walters@verbum.org>
31044
31045         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31046         we can't fixate the caps anymore.
31047
31048 2003-12-23  David Schleef  <ds@schleef.org>
31049
31050         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31051         * sys/oss/gstosssink.c: (gst_osssink_init),
31052         (gst_osssink_sink_fixate): Add fixate function.
31053
31054 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * ext/ffmpeg/gstffmpegcodecmap.c:
31057         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31058         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31059         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31060         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31061         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31062         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31063         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31064           fix typo in RGB masks, and move back to "old" colorspace
31065           capsnego code until whoever wrote this new crap has actually
31066           tested it so that it works.
31067           And yes, this works, keep it that way please.
31068
31069 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31070
31071         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31072         (gst_divxdec_init), (gst_divxdec_negotiate):
31073         * ext/divx/gstdivxdec.h:
31074         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31075         (gst_divxenc_init):
31076         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31077         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31078         * ext/mpeg2enc/gstmpeg2enc.cc:
31079         * ext/mpeg2enc/gstmpeg2encoder.cc:
31080         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31081         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31082         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31083         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31084         (dxr3spusink_init):
31085         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31086         (dxr3videosink_init):
31087           Fix caps breakage after Dave's caps branch merge.
31088
31089 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31090
31091         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31092           Fix for 24bpp display.
31093
31094 2003-12-23  Colin Walters  <walters@verbum.org>
31095
31096         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31097         a GnomeVFSHandle directly.
31098
31099 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31100
31101         * gst/volume/Makefile.am:
31102         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31103         (volume_base_init), (volume_init):
31104           Reenable volume element and fix to work with new caps stuff.
31105           Rhythmbox needs this.
31106
31107 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31108
31109         * gst/qtdemux/qtdemux.c: (plugin_init):
31110           qtdemux requires bytestream
31111
31112 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31113
31114         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31115           Fix remaining caps handling errors due to CAPS merge.
31116
31117 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31118
31119         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31120         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31121         (gst_faad_srcconnect):
31122           Port to new caps system.
31123
31124 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31125
31126         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31127         (got_video_size), (main): using g_print instead of g_message.
31128         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31129         signal which was not emitted because of "switch" element added to the
31130         bin but not connected. (Removing from the bin temporarily)
31131
31132 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31133
31134         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31135         find X development files. I don't understand the previous tests and
31136         they fail on my debian/ppc unstable. This one works.
31137         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31138         exiting.
31139         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31140         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31141         (gst_play_set_visualization): Add some safety checks in set_ methods
31142         and state_change. This was throwing some ugly CRITICAL messages when
31143         pipeline was getting disposed and casts were failing.
31144
31145 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31146
31147         * configure.ac:
31148           Improve mpeg2enc detection. This is for distributions that do
31149           ship mjpegtools, but without mpeg2enc. Also does object check
31150           for might there ever be ABI incompatibility.
31151         * ext/mpeg2enc/gstmpeg2enc.cc:
31152           Add Andrew as second maintainer (he's helping me), and also add
31153           an error if no caps was set. This happens if I pull before capsnego
31154           and that's something I should solve sometime else.
31155         * gst/matroska/matroska-demux.c:
31156         (gst_matroska_demux_parse_blockgroup):
31157           Fix time parsing.
31158         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31159         (gst_matroska_mux_track_header):
31160           Add caps to templates.
31161         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31162           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31163         * gst/mpegstream/gstmpegdemux.c:
31164           Remove layer since it causes warnings about unfixed caps.
31165         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31166           Fix obvious typo (we error out if caps were set, we should of
31167           course error out if *no* caps were set).
31168         * sys/oss/gstosselement.c: (gst_osselement_convert):
31169           Fix format conversion, we confused bits/bytes.
31170         * sys/oss/gstosselement.h:
31171           Improve documentation for 'bps'.
31172         * sys/v4l/TODO:
31173           Remove stuff about plugins that need removing - this was done
31174           ages ago.
31175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31176         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31178         (gst_v4lsrc_src_query):
31179         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31180         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31181           Add get_query_types(), get_formats() and query() functions.
31182
31183 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31184
31185         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31186           * moved CVS to freedesktop.org