tests/examples/seek/seek.c: Undo the previous commit: -1 as a stop time implies that...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * tests/examples/seek/seek.c: (do_seek):
4         Undo the previous commit: -1 as a stop time implies that the stop
5         time is the end of file, clearing any previously configured segment.
6
7 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
8
9         * tests/examples/seek/seek.c: (do_seek):
10         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
11
12 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
13
14         * gst/volume/gstvolume.c: (volume_process_int16),
15         (volume_process_int16_clamp), (volume_set_caps):
16           Unbreak volume, value remains gint.
17
18 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
19
20         * gst/volume/gstvolume.c: (volume_choose_func),
21         (volume_update_real_volume), (gst_volume_set_volume),
22         (gst_volume_init), (volume_process_double), (volume_process_float),
23         (volume_process_int16), (volume_process_int16_clamp),
24         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
25         * gst/volume/gstvolume.h:
26           Extend float audio support (double) and some int->uint cleanups.
27
28 2007-02-20  Edward Hervey  <edward@fluendo.com>
29
30         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
31         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
32         (sort_end_pads), (gst_decode_group_expose),
33         (gst_decode_group_hide):
34         Don't free groups from the streaming threads. Just put them aside and
35         free them in dispose.
36
37 2007-02-20  Edward Hervey  <edward@fluendo.com>
38
39         * gst/playback/gstdecodebin2.c: (connect_element),
40         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
41         (sort_end_pads), (gst_decode_group_expose):
42         Handle dynamic pads within groups.
43         Sort pads before exposing them in order to make playbin happy.
44         There still is a race with the multiqueue filling up. This should be
45         solved separately.
46         Fixes #398721
47
48 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * gst-libs/gst/utils/base-utils.c:
51         * gst-libs/gst/utils/descriptions.c:
52         * gst-libs/gst/utils/install-plugins.c:
53         * gst-libs/gst/utils/missing-plugins.c:
54           Some more docs (and descriptions for two subtitle formats).
55
56 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
57
58         * gst-libs/gst/audio/audio.c:
59           Fix documentation.
60
61 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
62
63         Patch by: Yves Lefebvre  <ivanohe abacom com>
64
65         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
66           Don't leak caps. Fixes #408278.
67
68 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
69
70         * ext/cdparanoia/gstcdparanoiasrc.h:
71         * ext/ogg/gstoggdemux.h:
72         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
73         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
74         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
75         * gst-libs/gst/audio/audio.h:
76         * gst-libs/gst/audio/gstaudiofilter.h:
77         * gst-libs/gst/interfaces/videoorientation.h:
78         * gst/adder/gstadder.h:
79           More docs coverage and some ChangeLog surgery (add missing names)
80
81 2007-02-15  Wim Taymans  <wim@fluendo.com>
82
83         * sys/ximage/ximagesink.c:
84         (gst_ximagesink_calculate_pixel_aspect_ratio):
85         * sys/xvimage/xvimagesink.c:
86         (gst_xvimagesink_calculate_pixel_aspect_ratio):
87         Small constifications.
88
89 2007-02-15  Wim Taymans  <wim@fluendo.com>
90
91         * gst-libs/gst/audio/gstbaseaudiosink.c:
92         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
93         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
94         (gst_base_audio_sink_async_play),
95         (gst_base_audio_sink_change_state):
96         Answer latency query.
97         Use configured latency when syncing.
98         Fix clock slaving.
99
100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
101         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
102         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
103         Fix possible memleak.
104         Implement latency query.
105         Small cleanups.
106
107 2007-02-15  Wim Taymans  <wim@fluendo.com>
108
109         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
110         Ignore errors in reset, these are not fatal. They also grab the element
111         lock which is already taking when this function is called. Fixes
112         #405451.
113
114 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
115
116         * configure.ac:
117           Remove 'tests/examples/xerror/Makefile' from output files again.
118
119 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
120
121         * configure.ac:
122         * docs/plugins/Makefile.am:
123           Also crossref against gst-plugins-base-libs.
124
125 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
126
127         * configure.ac:
128         * docs/libs/Makefile.am:
129         * docs/plugins/Makefile.am:
130           Add crossreferences to glib/gobject/gstream docs.
131
132         * gst-libs/gst/audio/audio.h:
133           Source formatting.
134
135         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
136           Add own debug category.
137
138 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
139
140         Patch by: René Stadler <mail at renestadler de>
141
142         * gst-libs/gst/tag/gstvorbistag.c:
143           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
144           (#403597).
145
146 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
147
148         * gst/playback/gstplaybasebin.c: (setup_source):
149           When we have external subtitles and wait for the subtitle decodebin
150           to get up and running, we set up a (sync) bus handler for the
151           subtitle decodebin, so we can stop waiting when it posts an error
152           message. However, we should do that before we set the subtitle
153           decodebin's state to playing, otherwise things are racy and we might
154           miss error messages posted before we had a chance to set up the bus.
155           This should finally fix totem hanging on .txt pseudo-subtitle files.
156           
157 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
158
159         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
160           Use gst_gdouble_to_guint64 for conversions.
161         * win32/common/config.h.in:
162           Add a define for GST_INSTALL_PLUGINS_HELPER
163         * win32/common/libgstaudio.def:
164         * win32/common/libgstcdda.def:
165         * win32/common/libgstnetbuffer.def:
166         * win32/common/libgstrtp.def:
167         * win32/common/libgutils.def:
168           Add new exported functions.
169         * win32/vs6/gst_plugins_base.dsw:
170         * win32/vs6/libgstdecodebin.dsp:
171         * win32/vs6/libgstnetbuffer.dsp:
172         * win32/vs6/libgstplaybin.dsp:
173         * win32/vs6/libgstrtp.dsp:
174         * win32/vs6/libgstvorbis.dsp:
175         * win32/vs6/libgstcdda.dsp:
176         * win32/vs6/libgstgdp.dsp:
177         * win32/vs6/libgstutils.dsp:
178           Update and add new project files.
179
180 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
183         (subrip_remove_unhandled_tags), (parse_subrip):
184           For SubRip (.srt) subtitles, ignore all markup tags we don't
185           handle (like font tags, for example).
186
187         * tests/check/elements/subparse.c:
188           Add test for this.
189
190 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
191
192         * gst/playback/gstdecodebin.c: (add_fakesink),
193         (gst_decode_bin_change_state):
194         * gst/playback/gstdecodebin2.c: (add_fakesink),
195         (gst_decode_bin_change_state):
196           Don't error out if there is no fakesink in the NULL to READY state
197           change, since when decodebin is re-used, we're only adding the
198           fakesink element in READY to PAUSED.
199
200         * tests/check/elements/decodebin.c:
201         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
202         (decodebin_suite):
203           Minimal unit test to make sure we can use the same decodebin
204           instance twice (at least with audiotestsrc input).
205
206 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
207
208         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
209           Try to get devic-name from device string first, and from handle only
210           as fallback (seems to yield better results and is more robust
211           against buggy probing code on the application side).
212
213 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
214
215         Based on patch by: Julien Puydt <julien.puydt at laposte net>
216
217         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
218         (gst_alsa_find_device_name):
219         * ext/alsa/gstalsa.h:
220         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
221         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
222           Improve device-name detection a bit, especially in the case where
223           the device is not actually open (#405020, #405024). Move common code
224           into gstalsa.c instead of duplicating it.
225
226 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
227
228         * gst/audioconvert/gstaudioconvert.c:
229           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
230
231 2007-02-06  Julien MOUTTE  <julien@moutte.net>
232
233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
234         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
235         (gst_xvimagesink_interface_supported),
236         (gst_xvimagesink_probe_get_properties),
237         (gst_xvimagesink_probe_probe_property),
238         (gst_xvimagesink_probe_needs_probe),
239         (gst_xvimagesink_probe_get_values),
240         (gst_xvimagesink_property_probe_interface_init),
241         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
242         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
243         (gst_xvimagesink_get_type):
244         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
245         for XVAdaptors so that one can choose the adaptor to use with 
246         gstreamer-properties.
247
248 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
249
250         * gst/audioconvert/gstaudioconvert.c:
251           Also mention that a conversion from double to float is suboptimal still.
252
253 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
254
255         * gst-libs/gst/audio/gstaudiofilter.c:
256         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
257           Clear our formats structure and free the caps contained in it when
258           shutting down.
259
260 2007-02-05  Andy Wingo  <wingo@pobox.com>
261
262         * gst-libs/gst/audio/gstbaseaudiosink.c
263         (gst_base_audio_sink_callback): Update basesink->offset so that we
264         pull monotonically increasing offsets instead of, um, seeking back
265         to 0 each time. Fixes alsasrc ! alsasink!
266
267 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
268
269         * gst/videoscale/gstvideoscale.c:
270           A width and height of 1 makes us crash, so increase minimum size to
271           2x2 pixels until someone feels like fixing this (#404512).
272
273 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
274
275         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
276           Add small test to make sure request pads are cleaned up properly
277           even if oggmux never changes state out of NULL.
278
279 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * tests/check/libs/utils.c: (GST_START_TEST):
282           Fix unit test. Turns out things work much better when you
283           NULL-terminate string arrays. Should make p5 build bot happy again.
284
285 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
286
287         * gst-libs/gst/audio/Makefile.am:
288         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
289         (gst_audio_filter_template_base_init),
290         (gst_audio_filter_template_class_init),
291         (gst_audio_filter_template_init),
292         (gst_audio_filter_template_set_property),
293         (gst_audio_filter_template_get_property),
294         (gst_audio_filter_template_setup),
295         (gst_audio_filter_template_filter),
296         (gst_audio_filter_template_filter_inplace), (plugin_init):
297           Oops, forgot to commit fixed-up example.
298
299 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * docs/libs/gst-plugins-base-libs-sections.txt:
302         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
303         (gst_audio_filter_class_init), (gst_audio_filter_init),
304         (gst_audio_filter_set_caps),
305         (gst_audio_filter_class_add_pad_templates):
306         * gst-libs/gst/audio/gstaudiofilter.h:
307           Port GstAudioFilter to 0.10. This change technically breaks
308           API and ABI (and thus also every library developer's heart),
309           but seems justifiable on the grounds that the base class was
310           completely unusable before (ie. would crash immediately when
311           actually used). Fixes #403963 (and eventually also #403572).
312           Also document all of this a bit.
313
314 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
315
316         * gst-libs/gst/utils/install-plugins.c:
317         (gst_install_plugins_spawn_child):
318         * tests/check/libs/utils.c:
319         (test_base_utils_install_plugins_do_callout):
320           Lowering log level to see why things fail on the p5 build bot;
321           fix some typos in unit test messages.
322
323 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
324
325         * tests/check/libs/utils.c:
326         (test_base_utils_install_plugins_do_callout):
327           Don't hard-code temp directory for test helper; use GLib functions
328           to write out file and do error checking etc.
329
330 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * gst-libs/gst/utils/Makefile.am:
333         * gst-libs/gst/utils/base-utils.h:
334         * gst-libs/gst/utils/install-plugins.c:
335         (gst_install_plugins_context_set_xid),
336         (gst_install_plugins_context_new),
337         (gst_install_plugins_context_free),
338         (gst_install_plugins_get_helper),
339         (gst_install_plugins_spawn_child),
340         (gst_install_plugins_return_from_status),
341         (gst_install_plugins_installer_exited),
342         (gst_install_plugins_async), (gst_install_plugins_sync),
343         (gst_install_plugins_return_get_name),
344         (gst_install_plugins_installation_in_progress):
345         * gst-libs/gst/utils/install-plugins.h:
346           API: add API for applications to initiate installation of missing
347           plugins, ie. gst_install_plugins_async() primarily.
348           Based on libgimme-codec by Ryan Lortie.
349
350         * configure.ac:
351           Add --with-install-plugins-helper configure option so distros can specify
352           the path of the helper script or program to call when plugin installation
353           is requested (distros: please do any argument munging in this helper
354           script instead of patching GStreamer to pass arguments differently
355           to another program directly).
356
357         * docs/libs/gst-plugins-base-libs-docs.sgml:
358         * docs/libs/gst-plugins-base-libs-sections.txt:
359           Build and document new API.
360
361         * tests/check/libs/utils.c: (result_cb),
362         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
363         (libgstbaseutils_suite):
364           Some simple checks for the new API.
365
366 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
367
368         * tests/check/elements/audioconvert.c: (test_float_conversion):
369           Add small test for 32bit float <=> 64bit float conversion (works
370           only one way so far, 32=>64 produces structured noise).
371
372 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
373
374         * gst/audioconvert/gstaudioconvert.c:
375         (set_structure_widths_32_and_64), (make_lossless_changes):
376           We don't support floats with a width of 40, 48 or 56 bits.
377
378 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
379
380         * gst/audioconvert/audioconvert.c: (float), (double),
381         (audio_convert_get_func_index):
382         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
383         (make_lossless_changes):
384           Support for 64-bit float audio in audioconvert (#339837)
385
386 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
387
388         Patch by: Holger Wansing  <linux wansing-online de>
389
390         * po/LINGUAS:
391         * po/de.po:
392           Add German translation (#352069).
393
394 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
395
396         reviewed by: Wim Taymans <wim@fluendo.com>
397
398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
399         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
400         Use newly added GstCollectPads API to free the allocated resources in
401         the GstOggPad structures (#402393).
402
403 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
404
405         * gst/playback/gstplaybin.c: (gen_vis_element):
406           Add audioresample+audioconvert in front of the visualisation
407           element, so that elements like libvisual 0.4 that don't support all
408           samplerates can work.
409
410           Fixes: #402505
411
412 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
413
414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
415         (gst_play_base_bin_get_streaminfo_value_array):
416           Take some locks and make a copy of the streaminfo value array we
417           maintain while holding the lock, so that the application can
418           retrieve the stream-info as a value array in a thread-safe way.
419
420 2007-01-30  Wim Taymans  <wim@fluendo.com>
421
422         * gst/audioconvert/gstaudioconvert.c:
423         Don't fail on 0 sized buffers. Fixes #396835.
424
425 2007-01-29  David Schleef  <ds@schleef.org>
426
427         * gst/typefind/gsttypefindfunctions.c:
428           Detect BBCD as video/x-dirac, so we can play raw dirac
429           streams.
430
431 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
432
433         * ext/theora/theoraenc.c: (theora_enc_chain):
434           Check return value of theora_encode_header(), or we might try to
435           allocate a random number of bytes. theora_encode_header() can fail
436           if libtheora has been compiled with encoding support disabled.
437           Fixes #398110.
438
439 2007-01-29  Wim Taymans  <wim@fluendo.com>
440
441         * tests/check/gst/.cvsignore:
442         Do as buildbot says.
443
444 2007-01-29  Wim Taymans  <wim@fluendo.com>
445
446         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
447         Fix strides in libvisual. Gst uses X strides.
448         Inspired by: <ed at catmur dot co dot uk> and 
449         <tim at centricular dot net>
450         Fixes #401118.
451
452 2007-01-27  Wim Taymans  <wim@fluendo.com>
453
454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
455         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
456         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
457         (gst_ogg_demux_perform_seek),
458         (gst_ogg_demux_bisect_forward_serialno),
459         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
460         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
461         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
462         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
463         * ext/ogg/gstoggdemux.h:
464         Properly propagate streaming errors when we are scanning the file for
465         chains so that we don't crash when shut down. Might fix some crashers
466         when quickly switching oggs in RB such as #332503 and #378436.
467
468 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
471           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
472           error code as well.
473
474 2007-01-25  Wim Taymans  <wim@fluendo.com>
475
476         * gst/playback/gstplaybasebin.c: (remove_source):
477         Don't try to disconnect a signal from a finalized object.
478
479 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
480
481         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
482           Cast lock macro parameters to make sure we're actually accessing the
483           lock member at the right class level. Free list itself in _dispose()
484           as well and NULL it in case dispose gets called multiple times.
485
486 2007-01-25  Edward Hervey  <edward@fluendo.com>
487
488         * gst/playback/gstdecodebin2.c:
489         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
490         Free GstDecodeGroups no longer used.
491         (gst_decode_group_expose):
492         Don't unlock too many times !
493         (deactivate_free_recursive):
494         Free iterator once we're done with it.
495         Fix for recursively deactivating elements (stop at ghostpads).
496
497 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
498
499         * gst/playback/gstplaybin.c: (handoff):
500           Fix up caps on the frame buffer before we save it and potentially
501           make it accessible to other threads via g_object_get; also use
502           gst_buffer_replace() instead of gst_mini_object_replace().
503
504 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
505
506         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
507           Make getting the current frame thread-safe.
508
509 2007-01-25  Edward Hervey  <edward@fluendo.com>
510
511         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
512         (gst_decode_group_new), (gst_decode_group_free):
513         Set queues to bigger sizes to cope with HD contents.
514         Fix some mutex freeing and add comment about MT safe methods.
515
516 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
519         (gst_text_overlay_text_event):
520           Don't unnecessarily ref (and then leak) upstream events if the text
521           pad is not linked. Fixes #399948.
522
523         * tests/check/gst-plugins-base.supp:
524           Add suppression for pango on edgy/x86 for textoverlay test.
525
526 2007-01-24  Wim Taymans  <wim@fluendo.com>
527
528         * gst-libs/gst/rtp/gstrtpbuffer.h:
529         Add some more fixed payloads.
530
531 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
534           Error out properly if we get an error from libogg while reading the
535           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
536
537 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
538
539         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
540           Don't leak mutex.
541
542         * tests/check/elements/playbin.c:
543         (test_sink_usage_video_only_stream),
544         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
545         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
546         (test_missing_suburisource_handler),
547         (test_missing_primary_decoder), (playbin_suite):
548           Run all tests once with decodebin and once with decodebin2.
549           One test does not pass yet with decodebin2.
550
551 2007-01-23  Edward Hervey  <edward@fluendo.com>
552
553         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
554         Fix the cases where oggmux doesn't properly figure out that all
555         sinkpads have gone EOS, and therefore doesn't push out the remaining
556         buffers and the final EOS event.
557         Fixes #363379
558
559 2007-01-23  Julien MOUTTE  <julien@moutte.net>
560
561         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
563         Don't lock on navigation event push, just on keysym to string.
564         Fixes #397673 again.
565
566 2007-01-22  Edward Hervey  <edward@fluendo.com>
567
568         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
569         (get_current_group), (group_demuxer_event_probe),
570         (gst_decode_group_expose), (deactivate_free_recursive),
571         (gst_decode_group_free):
572         Cleanups.
573         Don't forget to emit 'no-more-pads' once a group is exposed.
574         Cleanup elements from a DecodeGroup once we remove it.
575         Protect call to gst_decode_group_expose() with the decodebin lock.
576
577 2007-01-22  Julien MOUTTE  <julien@moutte.net>
578
579         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
581         Looking at Xorg code i can't figure out if that XKeysymToString
582         function is thread sensible or not. Lock it just in case as
583         recommended by Radek Doulik <rodo at ximian dot com>.
584
585 2007-01-22  Julien MOUTTE  <julien@moutte.net>
586
587         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
589         Lock that X Call as well. Fixes #397673.
590
591 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
594           Don't go into an endless loop if the file starts with 00 00 01 2X,
595           like quicktime redirect files might. Fixes #396042.
596
597         * tests/check/Makefile.am:
598         * tests/check/gst/.cvsignore:
599         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
600         (typefindfunctions_suite):
601           Add unit test for the above.
602
603 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
606           On second thought, use "depth" field rather than "bpp" field.
607
608 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
611           Camtasia caps apparently need a bpp field (#398875).
612
613 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
614
615         * gst/playback/gstplaybasebin.c: (setup_subtitle),
616         (gen_source_element), (gst_play_base_bin_change_state):
617           Attempt at a better error message in case we don't have the required
618           URI handler installed; post missing-plugin message also when we're
619           missing an URI handler for the subtitle URI; clean up properly also
620           when an error occurs and we never made it to PAUSED state.
621
622         * tests/check/elements/playbin.c: (GST_START_TEST),
623         (playbin_suite):
624           Check that we're also getting a missing-plugin messsage for a
625           missing subtitle URI handler (and clean up properly).
626
627 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
628
629         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
630           Plug a few reference leaks.
631
632 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
635           Lower probability a bit if the marker isn't right at the start,
636           to decrease the chance of false positives.
637
638 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
639
640         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
641           Small mpeg2 system stream typefinding improvement: make typefinder
642           probe a bit into the stream instead of just looking for a marker
643           at the beginning. Fixes #397810.
644
645 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
646
647         * gst/audioconvert/gstchannelmix.c:
648           Remove compatibility cruft for prehistoric GLib versions.
649
650 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * gst/playback/Makefile.am:
653         * gst/playback/gstdecodebin.c: (close_pad_link):
654         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
656         (gst_play_base_bin_handle_message_func), (unknown_type):
657           Let decodebin be the element to post missing-plugin messages for
658           missing decoders (rather than playbin); make playbin implement
659           GstBin::handle_message so we can suppress missing-plugin messages
660           for types we're not handling on purpose (don't want to bring up an
661           installer in those cases).
662
663 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
666         * gst-libs/gst/tag/gstvorbistag.c:
667         (gst_tag_list_to_vorbiscomment_buffer):
668         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
669           Fix potentially unaligned access (#397207).
670
671 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
672
673         * tests/examples/seek/seek.c: (set_scale), (update_scale),
674         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
675         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
676         (main):
677           Allow to toggle looping while it plays. Fix callback prototype. Clean
678           up code a bit more. Add copyright header.
679
680 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
681
682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
683           Red and blue mask was swapped (spotted by Dan Williams).
684
685 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
686
687         * gst-libs/gst/tag/gstid3tag.c:
688         * gst-libs/gst/tag/gstvorbistag.c:
689           Use new beats-per-minute tag from core.
690
691 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * po/POTFILES.in:
694           Add new files with translatable strings, so they actually make it
695           into the template file one day.
696
697 2007-01-12  Andy Wingo  <wingo@pobox.com>
698
699         * gst-libs/gst/audio/gstbaseaudiosink.c
700         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
701         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
702         stuff, as the base class handles this now. Actually tell the ring
703         buffer to start.
704         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
705         How did this work before? Maybe I'm not as awesome a programmer as
706         I think.
707
708         * gst-libs/gst/audio/gstbaseaudiosrc.c
709         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
710         of a pad function.
711
712 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
715           Remove more fields so that the application can better blacklist
716           formats that have been tried before.
717
718 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * gst-libs/gst/audio/mixerutils.h:
721           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
722           used when compiling with c++ compilers as well.
723
724 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
725
726         * gst/typefind/gsttypefindfunctions.c:
727           Fix comment.
728
729 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * gst/playback/gstplaybin.c: (post_missing_element_message),
732         (gen_video_element), (gen_text_element), (gen_audio_element),
733         (gen_vis_element):
734           Post missing-plugin messages also when we error out because
735           converters, textoverlay or auto*sinks are missing (#161922).
736
737 2007-01-10  Wim Taymans  <wim@fluendo.com>
738
739         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
740         (is_demuxer_element), (new_caps):
741         * gst/playback/gstplaybasebin.c: (source_new_pad):
742         Fix the case where we try to ref a NULL element when we delay a link
743         because of unfixed caps.
744         Set the state of autoplugged decodebins to PAUSED.
745         RTSP now works in playbin, we can remove it from the blacklist.
746
747 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
748
749         * gst/playback/Makefile.am:
750         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
751         (unknown_type), (setup_subtitle), (gen_source_element):
752         * gst/playback/gstplaybin.c: (plugin_init):
753           Post missing-plugin messages on the bus for missing sources and
754           missing decoders/demuxers/depayloaders; fix error code used when
755           we're missing an URI handler source; for media types that we are not
756           handling on purpose at the moment, don't print "don't know how to
757           handle xyz" messages to the terminal or post missing-plugin
758           messages on the bus.
759
760         * tests/check/elements/playbin.c: (create_playbin),
761         (GST_START_TEST), (gst_codec_src_uri_get_type),
762         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
763         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
764         (gst_codec_src_init_type), (gst_codec_src_base_init),
765         (gst_codec_src_create), (gst_codec_src_class_init),
766         (gst_codec_src_init), (plugin_init), (playbin_suite):
767           Add some tests for the missing-plugin stuff.
768
769 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * configure.ac:
772         * gst-libs/gst/Makefile.am:
773         * gst-libs/gst/utils/Makefile.am:
774         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
775         * gst-libs/gst/utils/base-utils.h:
776         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
777         (find_format_info), (caps_are_rtp_caps),
778         (gst_base_utils_get_source_description),
779         (gst_base_utils_get_sink_description),
780         (gst_base_utils_get_decoder_description),
781         (gst_base_utils_get_encoder_description),
782         (gst_base_utils_get_element_description),
783         (gst_base_utils_add_codec_description_to_tag_list),
784         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
785         * gst-libs/gst/utils/descriptions.h:
786         * gst-libs/gst/utils/missing-plugins.c:
787         (missing_structure_get_type), (copy_and_clean_caps),
788         (gst_missing_uri_source_message_new),
789         (gst_missing_uri_sink_message_new),
790         (gst_missing_element_message_new),
791         (gst_missing_decoder_message_new),
792         (gst_missing_encoder_message_new),
793         (missing_structure_get_string_detail),
794         (missing_structure_get_caps_detail),
795         (gst_missing_plugin_message_get_installer_detail),
796         (gst_missing_plugin_message_get_description),
797         (gst_is_missing_plugin_message):
798         * gst-libs/gst/utils/missing-plugins.h:
799           API: add new libgstbaseutils library with functions
800           - to create and parse missing-plugins messages
801           - that provide (translated) descriptions for caps/decoders/sources/etc.
802           Closes #392393.
803
804         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
805         * pkgconfig/gstreamer-plugins-base.pc.in:
806           Add new lib.
807
808         * docs/libs/gst-plugins-base-libs-docs.sgml:
809         * docs/libs/gst-plugins-base-libs-sections.txt:
810           Generate docs for new lib and API.
811
812         * tests/check/Makefile.am:
813         * tests/check/libs/.cvsignore:
814         * tests/check/libs/utils.c: (missing_msg_check_getters),
815         (GST_START_TEST), (libgstbaseutils_suite):
816           Add some basic unit tests.
817
818 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * ext/ogg/Makefile.am:
821           Dist gstoggdemux.h to fix 'make distcheck'.
822
823         * sys/v4l/Makefile.am:
824           Fix 'make distcheck' even more.
825
826 2007-01-09  Wim Taymans  <wim@fluendo.com>
827
828         * docs/plugins/Makefile.am:
829         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
830         * docs/plugins/gst-plugins-base-plugins-sections.txt:
831         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
832         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
833         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
834         (gst_ogg_demux_perform_seek):
835         * ext/ogg/gstoggdemux.h:
836         Added docs.
837         Add some more comments.
838         Small cleanups.
839
840 2007-01-09  Wim Taymans  <wim@fluendo.com>
841
842         * ext/theora/theoradec.c:
843         * ext/vorbis/vorbisdec.c:
844         * gst-libs/gst/audio/gstringbuffer.c:
845         (gst_ring_buffer_commit_full):
846         * gst-libs/gst/audio/gstringbuffer.h:
847         * gst-libs/gst/rtp/gstrtpbuffer.c:
848         * gst-libs/gst/tag/gstvorbistag.c:
849         Small documentation updates/fixes
850
851 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * configure.ac:
854           Require core CVS HEAD for Andy's basesrc/sink API additions.
855
856 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
857
858         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
859
860         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
861         (plugin_init):
862           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
863           on flac.sf.net (there appear to be other versions of the first
864           ogg page in the wild) (#391365).
865
866 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
867
868         * configure.ac:
869           Check if localtime_r() is available.
870
871         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
872           If localtime_r() is not available, fall back to localtime(). Should
873           fix build on MingW (#393310).
874
875 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
878         * gst/subparse/gstsubparse.h:
879           Remove spurious 1000 subtrahend when calculating the timestamp from
880           the frame number and the frame rate . Also, use the frames/second
881           value specified in the first line of the file, if one is specified
882           there. Should fix #357503.
883
884         * tests/check/elements/subparse.c: (do_test),
885         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
886         (subparse_suite):
887           Add some basic unit tests for the microdvd subtitle format.
888
889 2007-01-07  Julien MOUTTE  <julien@moutte.net>
890
891         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
892         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
893         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
894         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
895         (gst_xvimagesink_set_xwindow_id),
896         (gst_xvimagesink_set_event_handling),
897         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
898         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
899         Patch by : Young-Ho Cha <ganadist at chollian dot net>
900         Fixes : #390076.
901         Add an adaptor property to select a specific XV adaptor.
902         * sys/xvimage/xvimagesink.h:
903
904 2007-01-07  Julien MOUTTE  <julien@moutte.net>
905
906         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
907         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
908         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
909         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
910         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
911         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
913         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
914         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
915         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
916         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
917         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
918         Use flow_lock much more to protect every access to xwindow.
919         Try to catch erros while creating images in case some drivers are
920         just generating an XError when the requested image is too big.
921         Should fix : #354698, #384008, #384060.
922         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
923         Implement some stress testing of setting window xid.
924
925 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
926
927         * win32/common/libgsaudio.def:
928           Add new exported function.
929         * win32/common/libgstogg.dsp:
930           Add gstoggaviparse.c to the build.
931         * win32/common/libgstvideoscale.dsp:
932           Add vs_4tap.c to the build.
933         * win32/common/libgstvorbis.dsp:
934           Add vorbistag.c to the build.
935         
936 2007-01-06  Andy Wingo  <wingo@pobox.com>
937
938         * gst-libs/gst/audio/gstbaseaudiosink.c
939         (gst_base_audio_sink_class_init)
940         (gst_base_audio_sink_init): 
941         (gst_base_audio_sink_activate_pull): Add an activate_pull function
942         to baseaudiosink, and tell basesink that we can work in pull mode.
943         This way the ring buffer thread drives the pipeline directly, if
944         pull mode is possible. There is some lingering nastiness regarding
945         capsnego, however.
946         (gst_base_audio_sink_callback): Implement the callback to pull
947         data. This interface is a bit light, though -- it should get a
948         GstFlowReturn return value at least.
949
950 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
951
952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
953         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
954         * gst/playback/gstdecodebin2.c:
955         (gst_decode_group_check_if_blocked):
956           Printf format and missing argument fixes.
957
958 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
959
960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
961         (gst_ogm_parse_change_state):
962         Activate pads before adding them to the element.
963
964 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
965
966         * tests/examples/seek/scrubby.c: (main):
967         * tests/examples/seek/seek.c: (main):
968           Call g_thread_init() first thing in main() (see #391278).
969
970 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
971
972         * tests/check/Makefile.am:
973         * tests/check/libs/.cvsignore:
974         * tests/check/libs/netbuffer.c: (GST_START_TEST),
975         (netbuffer_suite):
976           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
977           for the time being, since it's broken, see #393099.
978
979 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * tests/check/Makefile.am:
982           Update to use GST_PLUGINS_BASE_CFLAGS as well.
983
984 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
985
986         * configure.ac:
987           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
988           so that GST_BASE_CFLAGS can go inbetween them, making sure
989           we use uninstalled gst-libs headers
990         * docs/libs/Makefile.am:
991         * ext/alsa/Makefile.am:
992         * ext/cdparanoia/Makefile.am:
993         * ext/gnomevfs/Makefile.am:
994         * ext/libvisual/Makefile.am:
995         * ext/ogg/Makefile.am:
996         * ext/theora/Makefile.am:
997         * ext/vorbis/Makefile.am:
998         * gst-libs/gst/audio/Makefile.am:
999         * gst-libs/gst/cdda/Makefile.am:
1000         * gst-libs/gst/interfaces/Makefile.am:
1001         * gst-libs/gst/riff/Makefile.am:
1002         * gst-libs/gst/rtp/Makefile.am:
1003         * gst-libs/gst/tag/Makefile.am:
1004         * gst/adder/Makefile.am:
1005         * gst/audioconvert/Makefile.am:
1006         * gst/audiorate/Makefile.am:
1007         * gst/audioresample/Makefile.am:
1008         * gst/playback/Makefile.am:
1009         * gst/tcp/Makefile.am:
1010         * gst/videoscale/Makefile.am:
1011         * gst/volume/Makefile.am:
1012         * sys/ximage/Makefile.am:
1013         * sys/xvimage/Makefile.am:
1014         * tests/icles/Makefile.am:
1015           adapt
1016
1017 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1018
1019         * gst-libs/gst/interfaces/xoverlay.c:
1020         (gst_x_overlay_handle_events):
1021         * gst-libs/gst/interfaces/xoverlay.h:
1022         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1023         (gst_ximagesink_set_xwindow_id),
1024         (gst_ximagesink_set_event_handling),
1025         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1026         (gst_ximagesink_get_property), (gst_ximagesink_init),
1027         (gst_ximagesink_class_init):
1028         * sys/ximage/ximagesink.h:
1029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1030         (gst_xvimagesink_set_xwindow_id),
1031         (gst_xvimagesink_set_event_handling),
1032         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1033         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1034         (gst_xvimagesink_class_init):
1035         * sys/xvimage/xvimagesink.h:
1036         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1037         Add a method to the XOverlay interface to allow disabling of 
1038         event handling in x[v]imagesink elements. This will let X events
1039         propagate to parent windows which can be usefull in some cases.
1040         Be carefull that the application is then responsible of pushing
1041         navigation events and expose events to the video sink.
1042         Fixes: #387138.
1043
1044 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1045
1046         * gst-libs/gst/tag/gstvorbistag.c:
1047         * tests/check/libs/tag.c: (GST_START_TEST):
1048           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1049           (fixes #392070).
1050
1051 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * configure.ac:
1054         * docs/Makefile.am:
1055         * docs/design/Makefile.am:
1056           Dist design docs.
1057
1058 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1059
1060         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1061         typo. Fixes: #390063.
1062
1063 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1064
1065         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1067         caps leak.
1068         * win32/common/config.h: Updated.
1069
1070 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1071
1072         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1073         (setup_gdpdepay_streamheader):
1074         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1075         (setup_gdppay_streamheader):
1076           Fix the dp tests, but activating the pads for the streamheader tests
1077           too and cleaning up conditionaly
1078
1079 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1080
1081         * gst/ffmpegcolorspace/avcodec.h:
1082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1083         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1084         (gst_ffmpegcsp_avpicture_fill):
1085         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1086         (img_get_alpha_info):
1087         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1088         other end of the word. Fixes: #387073.
1089
1090         Add some inconsequential branch hints in a couple of places.
1091
1092 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1095         (gst_ffmpeg_caps_to_smpfmt):
1096           The "signed" field in raw audio caps is of boolean type, trying to
1097           extract the value with _get_int() will fail (fix to keep in sync with
1098           the copy in gst-ffmpeg)
1099
1100 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1103         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1104         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1105         (cleanup_gdpdepay):
1106         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1107         * tests/check/elements/subparse.c: (teardown_subparse):
1108         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1109         * tests/check/elements/videorate.c: (cleanup_videorate):
1110         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1111         * tests/check/elements/volume.c: (cleanup_volume):
1112         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1113         (cleanup_vorbisdec):
1114         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1115         (cleanup_vorbistag):
1116           consistent pad (de)activation
1117
1118 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1121           Forgot to register the extensions.
1122
1123 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1124
1125         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1126         (plugin_init):
1127           Add typefinder for VIVO files (my christmas present to the 90s).
1128
1129 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst/playback/gstdecodebin.c: (type_found):
1132           Special-case the text/plain media type: we only want to recognise it
1133           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1134           parser, but not if the entire stream is of text/plain type. If the
1135           entire stream is text/plain, we should just error out.
1136
1137           This fixes playback of audio files with lyrics in totem. Totem can't
1138           distinguish between text files and subtitle files and passes any
1139           .txt file with the same basename as the main file to playbin as
1140           suburi, and playbin will then throw a 'subtitle found, but no video
1141           stream' error, which isn't entirely helpful. See #380342.
1142
1143           Also, with this change we'll show a slightly more correct error
1144           message in case totem passes a playlist file to us (although a
1145           custom error message wording instead of the default text would
1146           probably not be a bad idea either).
1147
1148           Same problem also needs to be fixed for playbin+decodebin2.
1149
1150         * tests/check/Makefile.am:
1151         * tests/check/elements/decodebin.c: (src_handoff_cb),
1152         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1153         (decodebin_suite):
1154           Add simple unit test for decodebin for the above.
1155
1156 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1159         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1160           Refuse to change state to READY when we failed to create any of the
1161           required elements in our instance init function.
1162
1163 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1164
1165         * docs/libs/gst-plugins-base-libs-sections.txt:
1166           Small docs fixes/updates.
1167
1168         * gst-libs/gst/video/gstvideosink.h:
1169           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1170           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1171           removed from the base sink API between 0.9.6 and 0.9.7).
1172           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1173           accessor macros, so we don't do a runtime GObject type check every
1174           time we use them.
1175
1176 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1177
1178         * Makefile.am:
1179         * gst-plugins-base.doap:
1180         * gst-plugins-base.spec.in:
1181           add doap file
1182
1183 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1184
1185         Patch by: Jens Granseuer <jensgr at gmx net>
1186
1187         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1188         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1189         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1190         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1192           Declare variables at the beginning of a block. Fixes #383195.
1193
1194 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1195
1196         * configure.ac:
1197         Bump version nano - back to CVS.
1198
1199
1200 === release 0.10.11 ===
1201
1202 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1203
1204         * configure.ac:
1205           releasing 0.10.11, "Dumb things"
1206
1207 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1208
1209         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1210         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1211         Handle the case where an element has multiple pads with 
1212         unfixed caps as well as still possibly producing more dynamic 
1213         pads by storing each case as a distinct entry in the dynamic list.
1214         Fixes #38223 again.
1215
1216 2006-12-04  Wim Taymans  <wim@fluendo.com>
1217
1218         * gst/playback/gstdecodebin.c: (close_pad_link):
1219         Fix #382223, add more dynamic caps handling.
1220
1221 2006-12-04  Wim Taymans  <wim@fluendo.com>
1222
1223         reviewed by: <delete if not using a buddy>
1224
1225         * gst-libs/gst/audio/gstringbuffer.h:
1226         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1227         (gst_netaddress_set_ip4_interface),
1228         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1229         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1230         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1231         (gst_netaddress_get_ttl):
1232         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1233         * gst/playback/gstdecodebin.c: (close_pad_link):
1234         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1235         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1236         * win32/common/config.h:
1237
1238 2006-12-01  Michael Smith  <msmith@fluendo.com>
1239
1240         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1241           Delete bad debug code.
1242           Fixes #381219
1243
1244 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1245
1246         * gst/videoscale/vs_4tap.c:
1247         * win32/MANIFEST:
1248         * win32/common/config.h:
1249         * win32/vs8/libgstvideoscale.vcproj:
1250         Fix compilation on win32 under VS8
1251         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1252         Partially fixes #381175
1253
1254 2006-11-30  Michael Smith  <msmith@fluendo.com>
1255
1256         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1257         (GST_START_TEST):
1258           It would be very bad if, after a discont buffer, we thought every
1259           single following buffer was also discont. So, add to the test to
1260           ensure that this isn't the case.
1261           
1262         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1263           ... it was the case. So fix it.
1264
1265 2006-11-28  Wim Taymans  <wim@fluendo.com>
1266
1267         * gst/playback/gstplaybasebin.c: (check_queue_event):
1268         Improve debug.
1269
1270         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1271         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1272         padtemplate caps. Refixes #357577.
1273
1274 2006-11-28  Wim Taymans  <wim@fluendo.com>
1275
1276         * gst/playback/gstplaybasebin.c: (check_queue_event),
1277         (queue_threshold_reached), (queue_out_of_data),
1278         (gen_preroll_element):
1279         Add event probe to see when EOS is in a queue and we can disable the
1280         underrun signals. Fixes #357577.
1281
1282 2006-11-28  Edward Hervey  <edward@fluendo.com>
1283
1284         * gst/playback/Makefile.am:
1285         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1286         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1287         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1288         (gst_decode_bin_init), (gst_decode_bin_dispose),
1289         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1290         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1291         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1292         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1293         (connect_element), (expose_pad), (type_found),
1294         (pad_added_group_cb), (pad_removed_group_cb),
1295         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1296         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1297         (are_raw_caps), (multi_queue_overrun_cb),
1298         (multi_queue_underrun_cb), (gst_decode_group_new),
1299         (get_current_group), (group_demuxer_event_probe),
1300         (gst_decode_group_control_demuxer_pad),
1301         (gst_decode_group_control_source_pad),
1302         (gst_decode_group_check_if_blocked),
1303         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1304         (gst_decode_group_hide), (gst_decode_group_free),
1305         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1306         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1307         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1308         (plugin_init):
1309         New decodebin2 element.
1310         Closes #370092
1311         * gst/playback/gstplay-marshal.list:
1312         Added marshallers for new signals in decodebin2
1313         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1314         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1315         is set.
1316
1317 2006-11-28  Wim Taymans  <wim@fluendo.com>
1318
1319         * gst/playback/gstplaybasebin.c: (setup_source),
1320         (gst_play_base_bin_change_state):
1321         Disable rtsp:// uris for the release, it's not good enough yet.
1322         Remove unused var.
1323
1324 2006-11-26  Wim Taymans  <wim@fluendo.com>
1325
1326         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1327         (theora_dec_push_forward), (theora_dec_push_reverse),
1328         (theora_handle_data_packet), (theora_dec_decode_buffer),
1329         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1330         (theora_dec_chain_forward), (theora_dec_chain):
1331         Implement reverse playback.
1332
1333         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1334         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1335         (vorbis_dec_chain_forward):
1336         Clear buffers used for reverse playback in _reset.
1337         No need to set the eos flag, we clip samples using the segment.
1338
1339 2006-11-24  Wim Taymans  <wim@fluendo.com>
1340
1341         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1342         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1343         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1344         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1345         Some cleanups.
1346         Handle continued pages in reverse mode.
1347
1348 2006-11-24  Wim Taymans  <wim@fluendo.com>
1349
1350         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1351         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1352         (vorbis_dec_flush_decode):
1353         Small cleanups.
1354         Don't try to add invalid timestamps.
1355         Clipping will unref the buffer.
1356
1357 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * gst/adder/gstadder.h:
1360         * gst/audiotestsrc/gstaudiotestsrc.h:
1361           remove obsolete _factory_init protos
1362
1363 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1366           Fix spacing in debug message.
1367
1368 2006-11-23  Wim Taymans  <wim@fluendo.com>
1369
1370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1371         (gst_ogg_demux_chain):
1372         Don't just ignore return values from _pad_push().
1373         Small debug improvements.
1374
1375 2006-11-23  Michael Smith  <msmith@fluendo.com>
1376
1377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1378           If our incoming buffer is marked as DISCONT, then increment the page
1379           number (so that the discontinuity is marked in the final ogg
1380           bitstream) and flush the previous page.
1381
1382 2006-11-22  Michael Smith  <msmith@fluendo.com>
1383
1384         * ext/theora/gsttheoraenc.h:
1385         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1386         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1387         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1388         (theora_enc_chain), (theora_enc_change_state):
1389           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1390
1391         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1392         (GST_START_TEST), (theoraenc_suite):
1393           Enable discontinuity test, fix it.
1394
1395 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1396
1397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1398         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1399         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1400         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1401         (gst_text_overlay_change_state):
1402         * ext/pango/gsttextoverlay.h:
1403           Some textoverlay fixes: for one, in the video chain function,
1404           actually wait for a text buffer to come in if there is none at the
1405           moment and there should be one; also, deal more gracefully with
1406           incoming buffers that do not have a timestamp or duration; discard
1407           text buffer when not needed any longer. Fixes #341681.
1408
1409         * tests/check/Makefile.am:
1410         * tests/check/elements/.cvsignore:
1411         * tests/check/elements/textoverlay.c:
1412         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1413         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1414         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1415         (test_video_waits_for_text_send_text_newsegment_thread),
1416         (test_video_waits_for_text_shutdown_element),
1417         (test_render_continuity_push_video_buffers_thread),
1418         (textoverlay_suite):
1419           Add some unit tests for textoverlay.
1420
1421 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1424           Avoid integer underflow when the found probability for mp3 is
1425           smaller than the 'penalty' we subtract if there's not a clean
1426           mp3 header sync at offset 0.
1427
1428 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1429
1430         * docs/libs/gst-plugins-base-libs-sections.txt:
1431           Add some new symbols to the docs
1432
1433 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * tests/check/Makefile.am:
1436         * tests/check/elements/ffmpegcolorspace.c:
1437         (ffmpegcolorspace_suite):
1438           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1439           (for now not for valgrinding though, since it takes too long).
1440
1441 2006-11-20  Wim Taymans  <wim@fluendo.com>
1442
1443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1444         (gst_ffmpeg_pixfmt_to_caps):
1445         Fix RGBA32 caps. Fixes #357038.
1446
1447 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         * gst-libs/gst/interfaces/mixertrack.h:
1450           Add FIXME so we can add some padding here in 0.11
1451
1452 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1453
1454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1455           Fix GstBaseRTPAudioPayload structure so the whole GObject
1456           inheritance business actually works (parent class instance structure
1457           must always come first in the derived class instance structure).
1458
1459 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * gst/videotestsrc/Makefile.am:
1462         * tests/check/Makefile.am:
1463           Make sure our checks and the videotestsrc plugin link against the
1464           local uninstalled gst libs and not any installed gst libs that
1465           might happen to exist as well.
1466
1467         * tests/check/elements/adder.c: (message_received),
1468         (test_event_message_received), (test_play_twice_message_received):
1469         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1470           Fix compiler warnings when compiling against core with disabled
1471           debugging system.
1472
1473 2006-11-16  Michael Smith  <msmith@fluendo.com>
1474
1475         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1476         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1477           Fix audiorate, so that it accurately sets offsets and timestamps.
1478           Doesn't change the fundamental algorithmic decisions; so should be
1479           safe.
1480
1481         * tests/check/Makefile.am:
1482           Enable audiorate test now that it passes.
1483
1484 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1485
1486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1487           clear xv when going to NULL, remove // commented non-existant proto
1488
1489         * tests/examples/seek/seek.c: (main):
1490           add missing tooltip description for scrub and play_scrub
1491
1492 2006-11-14  David Schleef  <ds@schleef.org>
1493
1494         * configure.ac:
1495           Bump liboil requirement to 0.3.8.
1496         * gst-libs/gst/riff/riff-media.c:
1497           Add Dirac fourcc.
1498         * gst/videoscale/vs_image.h:
1499         * gst/videoscale/vs_scanline.h:
1500           Use liboil's stdint.h.
1501         * gst/videotestsrc/videotestsrc.c:
1502           Remove liboil related ifdef's, since they aren't needed now, and
1503           won't work with future versions.
1504
1505 2006-11-14  David Schleef  <ds@schleef.org>
1506
1507         * gst/videoscale/Makefile.am:
1508         * gst/videoscale/gstvideoscale.c:
1509         * gst/videoscale/gstvideoscale.h:
1510         * gst/videoscale/vs_4tap.c:
1511         * gst/videoscale/vs_4tap.h:
1512         * gst/videoscale/vs_image.c:
1513         * gst/videoscale/vs_image.h:
1514         * gst/videoscale/vs_scanline.c:
1515         * gst/videoscale/vs_scanline.h:
1516           Add a 4-tap image scaler.  Theoretically looks much prettier.
1517           The tap calculation could use some improvement.
1518
1519 2006-11-14  Wim Taymans  <wim@fluendo.com>
1520
1521         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1522
1523         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1524         (gst_riff_parse_strf_iavs):
1525         * gst/subparse/gstsubparse.c: (convert_encoding):
1526         * gst/tcp/gstmultifdsink.c:
1527         (gst_multi_fd_sink_handle_client_write):
1528         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1529         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1530         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1531         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1532         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1533         (gst_ximagesink_ximage_new):
1534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1535         Various gsize and gssize printf fixes. Fixes #372507.
1536
1537 2006-11-13  Wim Taymans  <wim@fluendo.com>
1538
1539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1540         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1541         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1542         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1543         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1544         * ext/vorbis/vorbisdec.h:
1545         First stab at vorbis reverse playback.
1546
1547 2006-11-13  Wim Taymans  <wim@fluendo.com>
1548
1549         * gst-libs/gst/audio/gstbaseaudiosink.c:
1550         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1551         * gst-libs/gst/audio/gstbaseaudiosink.h:
1552         Make the clock sync code more accurate wrt resampling and playback
1553         at different rates.
1554         
1555         * gst-libs/gst/audio/gstringbuffer.c:
1556         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1557         * gst-libs/gst/audio/gstringbuffer.h:
1558         Use better algorithm to interpolate sample rates. 
1559
1560 2006-11-13  Michael Smith  <msmith@fluendo.com>
1561
1562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1563           Improve a debug line slightly.
1564
1565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1566           Call gst_riff_init() in plugin_init, to avoid getting errors from
1567           the debug system (unrelated changes to another plugin made this turn
1568           up; not sure why).
1569
1570 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1573
1574         * win32/common/libgsttag.def:
1575           Add missing symbol (#366492).
1576
1577 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1578
1579         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1580           Don't unref a NULL pad.
1581
1582 2006-11-09  Wim Taymans  <wim@fluendo.com>
1583
1584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1585         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1586         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1587         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1588         (gst_ogg_demux_loop):
1589         Implement first stab at reverse playback.
1590
1591 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1592
1593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1594         (gst_riff_create_video_template_caps):
1595           add h263/h264 variants to the caps, Fixes #363118
1596
1597 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1600         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1601           Use g_strerror instead of strerror so we get UTF-8.
1602
1603 2006-11-03  David Schleef  <ds@schleef.org>
1604
1605         * ext/ogg/gstoggdemux.c:
1606         * ext/ogg/gstoggmux.c:
1607           Add/remove KW-DIRAC header here, since it is ogg-specific.
1608
1609 2006-11-03  Michael Smith  <msmith@fluendo.com>
1610
1611         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1612           Recognise more mpeg4 elementary video streams.
1613
1614 2006-11-02  Edward Hervey  <edward@fluendo.com>
1615
1616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1617         Lower the probability of mp3 typefinding functions if we don't find a
1618         valid mp3 header at the start of the file.
1619         Closes #369482
1620
1621 2006-11-02  Wim Taymans  <wim@fluendo.com>
1622
1623         * ext/theora/gsttheoradec.h:
1624         * ext/theora/theoradec.c: (gst_theora_dec_init),
1625         (theora_dec_sink_event), (theora_dec_chain_forward),
1626         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1627         (theora_dec_chain):
1628         Document and partially implement an algorithm for doing reverse playback
1629         of theora video.
1630
1631 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1632
1633         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1634
1635         * win32/common/config.h:
1636         * win32/common/interfaces-enumtypes.c:
1637         * win32/common/libgsttag.def:
1638         * win32/vs8/gst-plugins-base.sln:
1639         * win32/vs8/libgstaudioresample.vcproj:
1640         * win32/vs8/libgstinterfaces.vcproj:
1641         * win32/vs8/libgstogg.vcproj:
1642         * win32/vs8/libgstriff.vcproj:
1643         * win32/vs8/libgsttag.vcproj:
1644         * win32/vs8/libgsttheora.vcproj:
1645         * win32/vs8/libgstvideoscale.vcproj:
1646         * win32/vs8/libgstvorbis.vcproj:
1647           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1648           to libgsttag.def; add missing dependencies for some vs8 projects;
1649           re-arrange placement of .def files in vs8 projects (#366334).
1650
1651 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1652
1653         * ext/ogg/gstogg.c:
1654           Remove unused variable.
1655
1656         * ext/ogg/gstoggdemux.c:
1657           Fix Wim's surname in plugin description.
1658
1659 2006-10-31  Wim Taymans  <wim@fluendo.com>
1660
1661         * gst-plugins-base.spec.in:
1662         spec new .h file. Fixes #368310.
1663
1664 2006-10-31  Michael Smith  <msmith@fluendo.com>
1665
1666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1667         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1668         (gst_multi_fd_sink_get_stats),
1669         (gst_multi_fd_sink_remove_client_link),
1670         (gst_multi_fd_sink_queue_buffer),
1671         (gst_multi_fd_sink_handle_clients):
1672         * gst/tcp/gstmultifdsink.h:
1673           Make using the remove or clear signals threadsafe.
1674           Make calling get-stats with an invalid fd not segfault.
1675           Fixes 368273.
1676
1677 2006-10-31  Wim Taymans  <wim@fluendo.com>
1678
1679         * gst-libs/gst/rtp/Makefile.am:
1680         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1681         (gst_base_rtp_audio_payload_init):
1682         Fix and activate base audio payloader.
1683
1684 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1687         (plugin_init):
1688           Add typefinder for QuickTime Image Files (see #366156).
1689
1690 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1693           Another typo fix (#366212).
1694
1695 2006-10-27  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst/volume/gstvolume.c: (volume_transform_ip):
1698         Use stream time to synchronize volume property instead of rather random
1699         timestamps. This is needed when gnonlin does its time shifting.
1700
1701 2006-10-27  Wim Taymans  <wim@fluendo.com>
1702
1703         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1704
1705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1706         Remove the pad from the element in release_pad. Fixes #364812.
1707
1708 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1709
1710         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1712           Explicitly create our custom buffer classes at a thread-safe
1713           location as well, since g_type_class_ref() doesn't seem to be
1714           entirely thread-safe either (#365501; also see #349410).
1715
1716 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1717
1718         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1719         (gst_riff_parse_info):
1720           If strings in INFO chunk are not UTF-8, do something similar to
1721           what we do for ID3v1 tags: check a number of environment variables
1722           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1723           character sets to try, otherwise try the current locale and/or fall
1724           back on ISO-8859-1. Fixes #360552.
1725
1726 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * gst/videotestsrc/gstvideotestsrc.c:
1729         (gst_video_test_src_pattern_get_type),
1730         (gst_video_test_src_set_pattern):
1731         * gst/videotestsrc/gstvideotestsrc.h:
1732         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1733         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1734         (gst_video_test_src_checkers8):
1735         * gst/videotestsrc/videotestsrc.h:
1736           Add a bunch of exciting new checkers patterns.
1737
1738 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1739
1740         * gst/subparse/Makefile.am:
1741         * gst/subparse/gstsubparse.c:
1742         (gst_sub_parse_data_format_autodetect),
1743         (gst_sub_parse_format_autodetect), (handle_buffer),
1744         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1745         * gst/subparse/gstsubparse.h:
1746         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1747         (parse_tmplayer):
1748         * gst/subparse/tmplayerparse.h:
1749           Add support for TMPlayer-type subtitles (#362845).
1750
1751         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1752         (GST_START_TEST), (subparse_suite):
1753           Add some basic unit tests for the above.
1754
1755 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * tests/check/elements/audiorate.c: (test_injector_base_init),
1758         (test_injector_class_init), (test_injector_chain),
1759         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1760         (GST_START_TEST), (audiorate_suite):
1761           More tests for audiorate: inject buffers to check behaviour when
1762           buffers overlap.
1763
1764 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1765
1766         * tests/check/Makefile.am:
1767         * tests/check/elements/.cvsignore:
1768         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1769         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1770           Add some basic unit tests for audiorate. Disabled at the moment
1771           since it doesn't pass yet (see bug #363119).
1772
1773 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1774
1775         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1776         (parse_subrip), (handle_buffer):
1777           Add missing closing tags for markup and fix broken markup,
1778           otherwise pango won't render anything (fixes #357531). Also,
1779           make sure the text we send out is always NUL-terminated
1780           (better safe than sorry etc.).
1781
1782         * tests/check/elements/subparse.c: (test_srt_do_test),
1783         (test_srt):
1784           Some more tests for .srt incl. tests for the above stuff.
1785
1786 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1787
1788         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1790         Patch by: Stefan Kost  <ensonic@users.sf.net>
1791         Try to redraw borders only when needed. Apparently this consumes
1792         resources on small devices... :-O (#363607)
1793
1794 2006-10-20  Michael Smith  <msmith@fluendo.com>
1795
1796         * gst/tcp/gstmultifdsink.c:
1797         (gst_multi_fd_sink_client_queue_buffer):
1798           If caps change, then update the client's idea of the caps so that we
1799           don't end up re-sending streamheaders for every single buffer after
1800           the caps change.
1801
1802 2006-10-20  Michael Smith  <msmith@fluendo.com>
1803
1804         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1805         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1806           Set caps on pushed buffers; fix up refcounting of caps objects.
1807
1808 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1811         (plugin_init):
1812           Typefind mmsh header data packet to application/x-mmsh (#362625).
1813
1814 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1815
1816         * tests/check/Makefile.am:
1817         * tests/check/elements/.cvsignore:
1818         * tests/check/elements/subparse.c: (buffer_from_static_string),
1819         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1820         (GST_START_TEST), (subparse_suite):
1821           Add very simple unit test for subparse.
1822
1823 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1826         (parse_subrip):
1827           Strip trailing newlines from subtitle text output.
1828
1829 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1832         (gst_sub_parse_change_state):
1833           Fix memleak; clear subparse->textbuf n state change function.
1834
1835 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1836
1837         * gst/subparse/gstsubparse.c:
1838         (gst_sub_parse_data_format_autodetect):
1839           Don't require subrip (.srt) files to start with a chunk number of 1.
1840
1841 2006-10-18  Wim Taymans  <wim@fluendo.com>
1842
1843         * gst-libs/gst/audio/gstbaseaudiosink.c:
1844         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1845         * gst-libs/gst/audio/gstbaseaudiosink.h:
1846         Extract rate from the NEWSEGMENT event.
1847         Use commit_full to also take rate adjustment into account when writing
1848         samples to the ringbuffer.
1849         
1850         * gst-libs/gst/audio/gstringbuffer.c:
1851         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1852         (gst_ring_buffer_read):
1853         * gst-libs/gst/audio/gstringbuffer.h:
1854         Added _commit_full() to also take rate into account.
1855         Use simple interpolation algorithm to resample audio.
1856         API: gst_ring_buffer_commit_full()
1857
1858         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1859         * tests/examples/seek/seek.c: (segment_done):
1860         Don't try to seek with 0.0 rate, just pause instead.
1861         Remove bogus debug line.
1862
1863 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1866         (setup_source):
1867           Catch async errors when starting up the subtitle bin, so we can
1868           stop waiting and continue with the main film instead of hanging
1869           forever. Fixes #339366.
1870
1871         * tests/check/elements/playbin.c: (playbin_suite):
1872           Enable unit test for the above.
1873
1874 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1875
1876         * tests/check/Makefile.am:
1877         * tests/check/elements/.cvsignore:
1878         * tests/check/elements/playbin.c: (GST_START_TEST),
1879         (gst_red_video_src_uri_get_type),
1880         (gst_red_video_src_uri_get_protocols),
1881         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1882         (gst_red_video_src_uri_handler_init),
1883         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1884         (gst_red_video_src_create), (gst_red_video_src_class_init),
1885         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1886           Some small and basic unit tests for playbin; not very useful yet,
1887           but at least a start.
1888
1889 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst/playback/gstplaybin.c: (setup_sinks):
1892           The old pad activation spiel.
1893
1894 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1895
1896         * gst/playback/gstplaybasebin.c: (setup_source):
1897           Don't hang forever if the subbin already fails to start up in 
1898           the state change to PAUSED (#339366).
1899
1900 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1903         (gst_tuner_set_channel), (gst_tuner_get_channel),
1904         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1905         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1906         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1907         (gst_tuner_find_channel_by_name):
1908           Fix some function guards, add some more function guards.
1909
1910 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1911
1912         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1913         (remove_element_chain):
1914         Don't return a pad from get_our_ghost_pad unless it is actually the
1915         one we want.
1916         Change a cast in remove_element_chain slightly.
1917
1918 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1919
1920         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1921         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1922         Segment seeking needs to use the rate and set stop to -1.
1923
1924 2006-10-13  Wim Taymans  <wim@fluendo.com>
1925
1926         * gst-libs/gst/audio/gstbaseaudiosink.c:
1927         (gst_base_audio_sink_setcaps):
1928         Don't crash when ringbuffer is not yet created.
1929         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1930         Fixes #361634.
1931
1932         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1933         * gst/playback/gststreamselector.c:
1934         (gst_stream_selector_request_new_pad):
1935         Activate pads befre adding them to running elements.
1936
1937 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1938
1939         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1940         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1941         updater when we start grabing the slider. Don't wait for the
1942         pipeline to be PAUSED.
1943
1944 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1947         (gst_mixer_set_volume), (gst_mixer_get_volume),
1948         (gst_mixer_set_mute), (gst_mixer_set_option),
1949         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1950         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1951         (gst_mixer_option_changed):
1952           Guard mixer interface functions against bogus arguments.
1953
1954 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1955
1956         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1957         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1958         (msg_state_changed), (main): Use state-changed messages to trigger
1959         start/stop of scale update timer. Indeed the scale slider was
1960         jumping here and there because the update timer was activated 
1961         before seek completed. This fixes instant applying of rate changes
1962         by pressing the spinbutton like a crazy man !
1963
1964 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1967
1968         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1969         (gst_basertppayload_finalize):
1970           Fix two small memory leaks (#361456).
1971
1972 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1973
1974         * tests/examples/seek/seek.c: (do_seek),
1975         (rate_spinbutton_changed_cb): When changing spinbutton we try
1976         to change the rate on the fly.
1977
1978 2006-10-10  Wim Taymans  <wim@fluendo.com>
1979
1980         * gst-libs/gst/riff/riff-ids.h:
1981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1982         (gst_riff_create_audio_template_caps):
1983         Add WMS caps.
1984
1985 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1986
1987         Patch by: Josep Torre Valles <josep@fluendo.com>
1988
1989         * ext/gnomevfs/gstgnomevfssink.c:
1990         * ext/gnomevfs/gstgnomevfssrc.c:
1991         Fix URI interface implementation return type.
1992         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1993         Fix what looks like a copy/paste issue when assigning values.
1994         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1995         (gst_audio_filter_template_get_type):
1996         Cast to prevent Forte warnings.
1997         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1998         Fix URI interface implementation return type.
1999         gst_pad_query_position requires a signed integer pointer as
2000         3rd parameter, GstClockTime is unsigned.
2001         * gst/audioconvert/audioconvert.c:
2002         Fix integer overflow when treated as signed.
2003         * gst/audioresample/resample.c: (resample_add_input_data):
2004         Cast to prevent warnings on Forte.
2005         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2006         Fix integer overflow when treated as signed.
2007         * gst/ffmpegcolorspace/imgconvert_template.h:
2008         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2009         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2010         (cleanup_decodebin):
2011         Who initialises a guint to -1!
2012         Cast function pointers to prevent warnings on Forte.
2013         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2014         (queue_threshold_reached):
2015         Cast function pointers correctly to prevent warnings on Forte.
2016         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2017         Cast function pointers correctly to prevent warnings on Forte.
2018         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2019         Obvious change to unsigned, 0xEF > max signed char.
2020         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2021         GstClockTime is unsigned, initialise correctly.
2022         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2023         Cast so pointer arithemetic doesn't cause warnings on Forte.
2024         * gst/videorate/gstvideorate.c:
2025         Use correct return value.
2026         * tests/examples/seek/scrubby.c:
2027         GstClockTime is unsigned, initialise correctly.
2028
2029 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2030
2031         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2032
2033         * gst/typefind/gsttypefindfunctions.c:
2034           Recognise XML files and XML-like files shorter than 256 bytes as
2035           well (fixes #359237).
2036
2037 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2038
2039         Patch by: Renato Filho <renato.filho@indt.org.br>
2040         
2041         * gst/typefind/gsttypefindfunctions.c:
2042         Added typefind functions to video/x-nuv media.
2043         
2044 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2045
2046         * gst-libs/gst/interfaces/xoverlay.c:
2047         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2048           Some more guards against invalid input.
2049
2050 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2051
2052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2053         Useless goto.
2054         * tests/examples/seek/seek.c: (do_seek),
2055         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2056         seek example to experiment with rates != 1.0 (reverse playback !)
2057
2058 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2059
2060         * gst-libs/gst/interfaces/xoverlay.c:
2061           Unref message in doc-example (spotted by Robert McQueen)
2062
2063 2006-10-06  Wim Taymans  <wim@fluendo.com>
2064
2065         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2066         (mpeg1_parse_header), (mpeg1_sys_type_find):
2067         printf fix.
2068
2069 2006-10-06  Wim Taymans  <wim@fluendo.com>
2070
2071         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2072         (close_pad_link):
2073         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2074         Activate dynamic pads before adding them to the element.
2075
2076 2006-10-06  Michael Smith  <msmith@fluendo.com>
2077
2078         * gst-libs/gst/floatcast/floatcast.h:
2079           Fix obviously-bogus macros; use the correct types.
2080
2081 2006-10-06  Wim Taymans  <wim@fluendo.com>
2082
2083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2084         (gst_base_rtp_depayload_change_state):
2085         Also call parent state change function to activate pads.
2086
2087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2088         (mpeg1_parse_header), (mpeg1_sys_type_find):
2089         Add some more debug info in mpeg typefinding.
2090
2091 2006-10-06  Michael Smith  <msmith@fluendo.com>
2092
2093         * ext/theora/theoradec.c: (theora_dec_chain):
2094           Zero byte theora packets are valid and well-defined; don't warn on
2095           them.
2096
2097 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2098
2099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2100         (gst_multi_fd_sink_get_stats), (find_limits),
2101         (gst_multi_fd_sink_queue_buffer):
2102           API: add dropped_buffers to the get-stats GValueArray
2103
2104 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2105
2106         * ext/alsa/gstalsadeviceprobe.c:
2107         (gst_alsa_device_property_probe_get_values):
2108         * ext/alsa/gstalsasink.c: (set_hwparams):
2109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2110         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2112         (gst_ogg_mux_process_best_pad):
2113         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2114         (gst_ogg_parse_chain):
2115         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2116         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2117         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2118         (gst_vorbis_enc_buffer_check_discontinuous):
2119         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2120         * gst-libs/gst/audio/gstbaseaudiosink.c:
2121         (gst_base_audio_sink_render):
2122         * gst-libs/gst/cdda/gstcddabasesrc.c:
2123         (gst_cdda_base_src_handle_track_seek):
2124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2125         (gst_base_rtp_depayload_push_full):
2126         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2127         * gst/audioresample/resample.c: (resample_input_pushthrough):
2128         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2129         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2131         (wavpack_type_find):
2132         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2134         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2135         * tests/check/elements/volume.c: (GST_START_TEST):
2136           Printf format fixes.
2137
2138 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2139
2140         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2141           Fix a simple mistake (see the docs)
2142           Fixes #359580
2143
2144 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * docs/plugins/Makefile.am:
2147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2148         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2149         * docs/plugins/gst-plugins-base-plugins.args:
2150         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2151         * docs/plugins/inspect/plugin-adder.xml:
2152         * docs/plugins/inspect/plugin-alsa.xml:
2153         * docs/plugins/inspect/plugin-audioconvert.xml:
2154         * docs/plugins/inspect/plugin-audiorate.xml:
2155         * docs/plugins/inspect/plugin-audioresample.xml:
2156         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2157         * docs/plugins/inspect/plugin-cdparanoia.xml:
2158         * docs/plugins/inspect/plugin-decodebin.xml:
2159         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2160         * docs/plugins/inspect/plugin-gdp.xml:
2161         * docs/plugins/inspect/plugin-gnomevfs.xml:
2162         * docs/plugins/inspect/plugin-libvisual.xml:
2163         * docs/plugins/inspect/plugin-ogg.xml:
2164         * docs/plugins/inspect/plugin-pango.xml:
2165         * docs/plugins/inspect/plugin-playbin.xml:
2166         * docs/plugins/inspect/plugin-subparse.xml:
2167         * docs/plugins/inspect/plugin-tcp.xml:
2168         * docs/plugins/inspect/plugin-theora.xml:
2169         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2170         * docs/plugins/inspect/plugin-video4linux.xml:
2171         * docs/plugins/inspect/plugin-videorate.xml:
2172         * docs/plugins/inspect/plugin-videoscale.xml:
2173         * docs/plugins/inspect/plugin-videotestsrc.xml:
2174         * docs/plugins/inspect/plugin-volume.xml:
2175         * docs/plugins/inspect/plugin-vorbis.xml:
2176         * docs/plugins/inspect/plugin-ximagesink.xml:
2177         * docs/plugins/inspect/plugin-xvimagesink.xml:
2178           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2179
2180 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2183
2184         * ext/vorbis/Makefile.am:
2185         * ext/vorbis/vorbis.c: (plugin_init):
2186         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2187         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2188         * ext/vorbis/vorbisparse.h:
2189         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2190         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2191         (gst_vorbis_tag_parse_packet):
2192         * ext/vorbis/vorbistag.h:
2193           Add new vorbistag element which derives from vorbisparse
2194           and is essentially the same as well, only that it implements
2195           the GstTagSetter interface and can modify the stream's
2196           vorbiscomment on the fly (#335635).
2197
2198         * tests/check/Makefile.am:
2199         * tests/check/elements/.cvsignore:
2200         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2201         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2202         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2203         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2204           Add unit test for new vorbistag element.
2205
2206 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2207
2208         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2209         (vorbis_parse_push_headers), (vorbis_parse_chain):
2210           Set BOS flag in packet structure to fix 'jump depends
2211           on unitialized value' errors in valgrind; various minor
2212           clean-ups.
2213
2214 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2215
2216         * gst/playback/gstdecodebin.c: (close_pad_link):
2217         Fix typo in a debug statement.
2218
2219         * gst/playback/gstplaybasebin.c: (probe_triggered),
2220         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2221         (gen_source_element), (source_new_pad), (analyse_source),
2222         (setup_source):
2223         When handling no_more_pads in new_decoded_pad, make sure to treat
2224         subtitle pads correctly. Fixes playback with subtitle files.
2225
2226         Move a recurring message to LOG level.
2227
2228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2229         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2230         which ends up as -1 when cast to an int. Make the logic handle the
2231         max value as an unsigned mask and only change the colorkey when it's
2232         a value we recognise.
2233
2234 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2235
2236         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2237         Removed empty * between paragraphs
2238
2239 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2240
2241         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2242         * gst-libs/gst/rtp/README:
2243         Moved some documentation into .c file
2244
2245 2006-09-29  Wim Taymans  <wim@fluendo.com>
2246
2247         * gst/playback/gstdecodebin.c: (no_more_pads):
2248         Fix compilation.
2249
2250 2006-09-29  Wim Taymans  <wim@fluendo.com>
2251
2252         * gst/playback/gstdecodebin.c: (new_caps):
2253         Remove g_print
2254
2255         * gst/playback/gstplaybin.c:
2256         Add some docs.
2257
2258 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         * tests/check/Makefile.am:
2261           Re-enable cddabasesrc test to see if it works again
2262           now.
2263
2264 2006-09-29  Wim Taymans  <wim@fluendo.com>
2265
2266         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2267         (gen_source_element):
2268         Handle invalid URIs a bit more gracefully.
2269
2270 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * tests/check/pipelines/oggmux.c:
2273           Remove obsolete comment.
2274
2275 2006-09-29  Michael Smith  <msmith@fluendo.com>
2276
2277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2278         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2279         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2280         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2281         (gst_ogg_mux_collected):
2282           Commit patch from James "Doc" Livingston, adds proper EOS handling
2283           in oggmux. GStreamer can, for the first time ever, create a valid
2284           Ogg file! Yay!
2285
2286         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2287         (oggmux_suite):
2288           Reenable tests now that they pass.
2289
2290 2006-09-29  Wim Taymans  <wim@fluendo.com>
2291
2292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2293         Stop reading commands when EOF (we read 0) as well.
2294
2295 2006-09-28  Wim Taymans  <wim@fluendo.com>
2296
2297         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2298         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2299         (find_dynamic), (unlinked), (close_link):
2300         Implement delayed caps linking needed for element with a lot of
2301         different caps on the src pads that get fixed at runtime.
2302         Improve management of dynamic elements.
2303
2304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2305         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2306         (gen_preroll_element), (remove_groups), (unknown_type),
2307         (add_element_stream), (no_more_pads_full), (no_more_pads),
2308         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2309         (new_decoded_pad), (setup_subtitle), (array_has_value),
2310         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2311         (analyse_source), (remove_decoders), (make_decoder),
2312         (remove_source), (setup_source), (finish_source), (prepare_output),
2313         (gst_play_base_bin_change_state):
2314         * gst/playback/gstplaybasebin.h:
2315         Use more _CAST instead of full type checking casts.
2316         Small cleanups, plug some leaks.
2317         Handle dynamic sources.
2318         Add some helper functions to create lists of strings used for
2319         blacklisting and other stuff.
2320         Refactor some code dealing with analysing the source.
2321         Re-enable sources without pads (like cd:// or other selfcontained
2322         elements).
2323
2324 2006-09-28  Wim Taymans  <wim@fluendo.com>
2325
2326         * gst-libs/gst/audio/gstbaseaudiosink.c:
2327         (gst_base_audio_sink_render):
2328         When we have a timestamp, we can still perform clipping.
2329         When we have no clock, we must play the sample ASAP.
2330
2331 2006-09-28  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2334         Set caps on outgoing buffers.
2335
2336         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2337         (gst_video_rate_event), (gst_video_rate_chain):
2338         * gst/videorate/gstvideorate.h:
2339         Fix videorate some more. Fixes #357977
2340
2341 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         * tests/check/elements/adder.c: (adder_suite):
2344           Don't set timeout to 6 seconds when we're running
2345           in valgrind ... (and how is 6 seconds longer than
2346           the default anyway?)
2347
2348 2006-09-28  Wim Taymans  <wim@fluendo.com>
2349
2350         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2351         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2352         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2353         Keep sink and src segment to keep track of time and support more
2354         input formats.
2355         Fix bogus next_offset and run_time calculation, don't understand how
2356         this could have worked before. Fixes #357976.
2357         Remove some unneeded vars.
2358
2359 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * gst/playback/gstplaybin.c: (remove_sinks):
2362           Only remove visualisation from visbin if there is a visbin (or:
2363           don't throw warnings when closing totem without playing a file).
2364
2365 2006-09-27  Wim Taymans  <wim@fluendo.com>
2366
2367         * gst-libs/gst/audio/gstbaseaudiosink.c:
2368         (gst_base_audio_sink_render):
2369         Add some more info in a WARNING.
2370
2371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2372         (gst_base_audio_src_create):
2373         Handle PAUSE in create function, use new -core addition to
2374         wait for playing. Fixes pausing and resuming capture from an
2375         audiosrc.
2376
2377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2378         (gst_ring_buffer_read):
2379         Constify some more.
2380         Caller supports interrupted reads now.
2381
2382 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2383
2384         * tests/check/Makefile.am:
2385           Another attempt to make the gen64 buildbot happy.
2386
2387 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2388
2389         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2390
2391         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2392         (gst_visual_chain), (gst_visual_change_state):
2393           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2394           correctly. Fixes #357800
2395
2396 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2399           Add timeout to _get_state() so we see which pipeline it is
2400           that causes trouble on the gen64 build bot.
2401
2402 2006-09-27  Wim Taymans  <wim@fluendo.com>
2403
2404         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2405         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2406         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2407         (gst_base_rtp_depayload_set_gst_timestamp):
2408         the source pad always uses fixed caps.
2409
2410 2006-09-27  Wim Taymans  <wim@fluendo.com>
2411
2412         * docs/libs/gst-plugins-base-libs-docs.sgml:
2413         * docs/libs/gst-plugins-base-libs-sections.txt:
2414         * gst-libs/gst/audio/gstaudioclock.c:
2415         * gst-libs/gst/audio/gstaudioclock.h:
2416         * gst-libs/gst/audio/gstaudiosink.c:
2417         * gst-libs/gst/audio/gstaudiosink.h:
2418         * gst-libs/gst/audio/gstaudiosrc.c:
2419         * gst-libs/gst/audio/gstbaseaudiosink.c:
2420         (gst_base_audio_sink_render):
2421         * gst-libs/gst/audio/gstbaseaudiosink.h:
2422         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2423         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2424         * gst-libs/gst/audio/gstringbuffer.h:
2425         Added docs for the audio libs.
2426
2427 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2428
2429         * tests/check/Makefile.am:
2430           Temporarily disable test that fails on the bots for unknown reasons.
2431
2432 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2433
2434         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2435         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2436         Moved AudioCodecType into priv
2437         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2438
2439 2006-09-25  Wim Taymans  <wim@fluendo.com>
2440
2441         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2442         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2443         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2444         (new_pad):
2445         Cleanups and small leak fixes.
2446         Added Depayloaders to valid list of autopluggable elements.
2447
2448 2006-09-25  Wim Taymans  <wim@fluendo.com>
2449
2450         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2451         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2452         (gen_video_element), (gen_text_element), (gen_audio_element),
2453         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2454         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2455         Detect NO_PREROLL state change returns and disable clock distribution to
2456         the sinks so that sync is disabled.
2457         Avoid some type checking and do simple casts instead.
2458         Small cleanups, fix some FIXMEs.
2459         Be more robust when linking user specified elements, catch an report
2460         errors. Fixes #357404.
2461         Fix some leaks in the error paths.
2462
2463 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2464
2465         * ChangeLog:
2466           ChangeLog surgery for missing bug-number
2467
2468 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         Patch by: Peter Kjellerstedt  <pkj at axis com>
2471
2472         * gst/playback/test.c:
2473           Fix compilation with uClibc and -Werror (#357591).
2474
2475 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2476
2477         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2478           Parse dates that are followed by a time as well (#357532).
2479
2480         * tests/check/libs/tag.c: (test_vorbis_tags):
2481           Add unit test for this.
2482
2483 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2484
2485         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2486         (gst_audio_convert_transform_caps):
2487         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2488         * gst/videotestsrc/videotestsrc.h:
2489           A few array const-ifications.
2490
2491 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * tests/check/Makefile.am:
2494           See if this makes the build bots happy.
2495
2496         * tests/check/libs/cddabasesrc.c:
2497           UTF8-ise my name.
2498
2499 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2502
2503         * gst/subparse/samiparse.c: (handle_start_font),
2504         (fix_invalid_entities):
2505           More case-insensitivity for certain tags; recognise entities with
2506           decimal codes as special entities as well (#357330).
2507
2508 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * gst-libs/gst/Makefile.am:
2511           Need to build tag directory before cdda.
2512
2513 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2514
2515         * docs/libs/gst-plugins-base-libs-sections.txt:
2516         * gst-libs/gst/cdda/Makefile.am:
2517         * gst-libs/gst/cdda/gstcddabasesrc.c:
2518         (gst_cdda_base_src_base_init):
2519         * gst-libs/gst/cdda/gstcddabasesrc.h:
2520         * gst-libs/gst/tag/tag.h:
2521         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2522         (gst_tag_register_musicbrainz_tags):
2523           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2524           depend on libgsttag. This is required so we can extract/read tags like
2525           DISCID without depending on libgstcddabasesrc (which used to register
2526           them).
2527
2528         * gst-libs/gst/tag/gstvorbistag.c:
2529           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2530           tags (also see #347848).
2531
2532         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2533           Log vorbis comments we are actually writing. Const-ify array.
2534
2535 2006-09-23  Wim Taymans  <wim@fluendo.com>
2536
2537         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2538         Improve buffering a bit by avoiding a deadlock because we cannot assume
2539         the underrun is always called.
2540
2541 2006-09-23  Wim Taymans  <wim@fluendo.com>
2542
2543         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2544
2545         * gst-libs/gst/riff/riff-ids.h:
2546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2547         (gst_riff_create_audio_template_caps):
2548         Added MPEG-4 AAC and id and caps. Fixes #357289
2549         Added WMA9 Lossless id.
2550
2551 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * ext/gnomevfs/gstgnomevfssrc.c:
2554           Fix misleading docs addition.
2555
2556         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2557           Get rid of compiler warning the right way.
2558
2559 2006-09-22  Wim Taymans  <wim@fluendo.com>
2560
2561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2562         (gst_base_rtp_depayload_finalize),
2563         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2564         (gst_base_rtp_depayload_push_full),
2565         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2566         (gst_base_rtp_depayload_process),
2567         (gst_base_rtp_depayload_set_gst_timestamp),
2568         (gst_base_rtp_depayload_queue_release):
2569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2570         Small cleanups.
2571         Fix some leaks.
2572         Refactored the process method and added methods to push from the process
2573         vmethod.
2574         Use _scale functions.
2575         API: gst_base_rtp_depayload_push_ts
2576         API: gst_base_rtp_depayload_push
2577
2578         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2579         timestamps are uint.
2580
2581 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2582
2583         * gst-libs/gst/interfaces/xoverlay.c:
2584           Remove unused statement from doc example.
2585
2586 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2587
2588         * gst-libs/gst/interfaces/videoorientation.c:
2589         (gst_video_orientation_iface_init),
2590         (gst_video_orientation_get_hflip),
2591         (gst_video_orientation_get_vflip),
2592         (gst_video_orientation_get_hcenter),
2593         (gst_video_orientation_get_vcenter),
2594         (gst_video_orientation_set_hflip),
2595         (gst_video_orientation_set_vflip),
2596         (gst_video_orientation_set_hcenter),
2597         (gst_video_orientation_set_vcenter):
2598           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2599           in ChangeLog)
2600
2601 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * tests/check/Makefile.am:
2604         * tests/check/elements/.cvsignore:
2605         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2606         (create_rgb_conversions), (rgb_conversion_free),
2607         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2608         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2609           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2610           but disable for now since it doesn't pass (something wrong with
2611           RGBA somewhere).
2612
2613 2006-09-21  Wim Taymans  <wim@fluendo.com>
2614
2615         * gst/playback/gstplaybasebin.c: (group_commit),
2616         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2617         (queue_out_of_data), (gen_preroll_element),
2618         (preroll_remove_overrun), (probe_triggered):
2619         Refactor handling of overrun detection.
2620         Separate handling of group completion and deadlock detection when doing
2621         network buffering. This should fix some deadlocks that were not detected
2622         because the group was completed.
2623         Add more comments, improve debugging.
2624
2625 2006-09-21  Wim Taymans  <wim@fluendo.com>
2626
2627         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2628         * tests/check/libs/audio.c:
2629         Some more compilation fixes.
2630
2631 2006-09-21  Wim Taymans  <wim@fluendo.com>
2632
2633         * gst-libs/gst/audio/gstringbuffer.c:
2634         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2635         (gst_ring_buffer_read):
2636         Early morning compilation fix.
2637
2638 2006-09-20  Wim Taymans  <wim@fluendo.com>
2639
2640         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2641         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2642         * tests/check/elements/videorate.c: (GST_START_TEST):
2643         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2644         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2645         Fix some warnings.
2646
2647 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2648
2649         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2650         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2651         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2652           Handcrafted merge to help CVS understanding what I changed and what
2653           not.
2654
2655 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2658         (gst_xvimagesink_get_times):
2659           change colorkey behaviour back according to #354773 comment 6/7
2660
2661 2006-09-19  Michael Smith  <msmith@fluendo.com>
2662
2663         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2664         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2665         (gst_multi_fd_sink_recover_client),
2666         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2667         (gst_multi_fd_sink_get_property):
2668         * gst/tcp/gstmultifdsink.h:
2669           Implement stubbed out properties unit-type, units-soft-max,
2670           units-max, to allow specifying maximum sizes in units other than
2671           buffers.
2672           Fixes #355935
2673
2674 2006-09-19  Wim Taymans  <wim@fluendo.com>
2675
2676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2677         (gst_riff_create_audio_template_caps):
2678         Reorder the audio formats a bit for clarity.
2679         Detect and create caps for MSGSM and MSN (WAV49).
2680         Fixes #356596.
2681
2682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2683         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2684         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2685         Small cleanups, move error handling out of normal flow for clarity.
2686
2687 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2688
2689         * docs/libs/gst-plugins-base-libs-docs.sgml:
2690         * docs/libs/gst-plugins-base-libs.types:
2691         * gst-libs/gst/interfaces/Makefile.am:
2692         * gst-libs/gst/interfaces/videoorientation.c:
2693         (gst_video_orientation_get_type),
2694         (gst_video_orientation_iface_init),
2695         (gst_video_orientation_get_hflip),
2696         (gst_video_orientation_get_vflip),
2697         (gst_video_orientation_get_hcenter),
2698         (gst_video_orientation_get_vcenter),
2699         (gst_video_orientation_set_hflip),
2700         (gst_video_orientation_set_vflip),
2701         (gst_video_orientation_set_hcenter),
2702         (gst_video_orientation_set_vcenter):
2703         * gst-libs/gst/interfaces/videoorientation.h:
2704           API: Add new interface to control video orientation (fixes #354908)
2705
2706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * gst/videotestsrc/gstvideotestsrc.c:
2709           Use G_UNLIKELY in _create and log one more detail.
2710           
2711         (gst_video_test_src_get_times), (gst_video_test_src_create):
2712         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2713           Use gst_util_uint64_scale_int in _get_times().
2714
2715 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2716
2717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2718           Give better warning message (add object and detail).
2719
2720 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2721
2722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2723         (gst_xvimagesink_get_times):
2724           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2725           #354773), use gst_util_uint64_scale_int in _get_times()
2726
2727 2006-09-18  Michael Smith  <msmith@fluendo.com>
2728
2729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2730           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2731           always true, leading to dropping all timestamps.
2732
2733 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2736         (gst_visual_chain), (gst_visual_change_state):
2737           update to work also with libvisual 0.4 API, fix double unref (#355914)
2738           
2739         * tools/gst-launch-ext.1.in:
2740         * tools/gst-visualise.1.in:
2741           remove references to old man-pages
2742
2743         * tests/examples/seek/seek.c: (main):
2744           add real meadi-buttons, add tool-tips for the seek-options, arrange
2745           seek options in a table
2746
2747 2006-09-18  Michael Smith  <msmith@fluendo.com>
2748
2749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2750         (gst_ogg_mux_push_buffer):
2751           Don't generate out-of-order timestamps from oggmux, instead clamp
2752           output timestamps to be >= the previously output ts.
2753           Fixes #355595
2754
2755 2006-09-18  Michael Smith  <msmith@fluendo.com>
2756
2757         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2758         (gst_multi_fd_sink_class_init):
2759           Updates, fixes, and typo corrections for multifdsink. No functional
2760           changes.
2761
2762 2006-09-17  Michael Smith  <msmith@fluendo.com>
2763
2764         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2765           Don't crash on truncated files - check that we got an 8 byte buffer
2766           before trying to memcmp it.
2767
2768 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2769
2770         * gst/playback/gstplaybasebin.c: (get_active_source):
2771           Make stream-switching appear instant to the application
2772           (ie. make sure that a g_object_get on 'current-foo' returns
2773           the stream previously set with g_object_set(). Totem needs
2774           this to update stream-related meta-info (like audio-codec)
2775           correctly when switching streams.
2776
2777 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2780         (gst_alsa_mixer_ensure_track_list):
2781           Try harder to guess which mixer track is the master mixer
2782           track (instead of just taking the first one that has a pvolume).
2783           Fixes #342228.
2784
2785 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2786
2787         reviewed by: <delete if not using a buddy>
2788
2789         * gst-libs/gst/audio/audio.h:
2790         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2791
2792 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2795         (gst_audio_convert_transform_caps):
2796           Get structure-name just once.
2797
2798 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2799
2800         * tests/check/elements/audioresample.c: (GST_START_TEST):
2801         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2802         * tests/check/elements/volume.c: (GST_START_TEST):
2803         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2804         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2805         (test_pipeline), (GST_START_TEST):
2806         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2807         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2808           Fix big batch of compiler warnings.
2809
2810 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2811
2812         * ext/gnomevfs/gstgnomevfssrc.c:
2813           Add docs about icydemux usage in connection with gnomevfssrc
2814
2815         * ext/libvisual/visual.c:
2816         * ext/ogg/gstoggaviparse.c:
2817         * ext/ogg/gstoggdemux.c:
2818         * ext/ogg/gstoggmux.c:
2819         * ext/ogg/gstoggparse.c:
2820         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2821         * gst-libs/gst/audio/gstaudiosink.c:
2822         * gst-libs/gst/audio/gstaudiosrc.c:
2823         * gst/audiorate/gstaudiorate.c:
2824           More G_OBJECT macro fixing.
2825
2826         * gst/audiotestsrc/gstaudiotestsrc.h:
2827           Fix wrong info in header due to copy & paste
2828
2829 2006-09-15  Wim Taymans  <wim@fluendo.com>
2830
2831         * gst-libs/gst/audio/gstbaseaudiosink.c:
2832         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2834         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2835         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2836         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2837         Do the delay calculation in the source/sink base classes as this is
2838         specific for the capture/playback mode.
2839         Try to fixate a bit better, like round depth up to a multiple of 8
2840         bigger than width.
2841         Handle underruns correctly by marking DISCONT on buffers and adjusting
2842         timestamps to handle the gap.
2843         Set offset/offset_end correctly on buffers.
2844
2845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2846         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2847         (gst_ring_buffer_read):
2848         Remove resync and underrun recovery from the ringbuffer.
2849         Fix ringbuffer read code on under/overrun.
2850
2851 2006-09-15  Wim Taymans  <wim@fluendo.com>
2852
2853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2854         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2855         (queue_threshold_reached), (gst_play_base_bin_set_property),
2856         (gst_play_base_bin_get_property):
2857         * gst/playback/gstplaybasebin.h:
2858         Don't use a 0 low watermark when buffering, it is catching starvation
2859         way too late. Instead, use a 3 second queue with 30 and 95
2860         percent low/high watermarks. 
2861         Added queue-min-threshold property to configure low watermark.
2862         Use new _buffering message API.
2863         Make queue_threshold variable big enough to store a uint64 time value.
2864         API: playbin::queue-min-threshold property.
2865
2866 2006-09-15  Wim Taymans  <wim@fluendo.com>
2867
2868         * configure.ac:
2869         We require 0.10.10.1 now because of _wait_preroll().
2870
2871         * gst-libs/gst/audio/gstbaseaudiosink.c:
2872         (gst_base_audio_sink_render):
2873         Use gst_base_sink_wait_preroll().
2874
2875 2006-09-15  Wim Taymans  <wim@fluendo.com>
2876
2877         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2878         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2879         Use DEBUG_OBJECT more.
2880
2881 === release 0.10.10 ===
2882
2883 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2884
2885         patch by: Michael Smith <msmith at fluendo dot com>
2886
2887         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2888         (gst_multi_fd_sink_client_queue_buffer),
2889         (gst_multi_fd_sink_new_client):
2890         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2891         (multifdsink_suite):
2892           Fix implementation of sync-method 'next-keyframe'
2893           Closes #354594
2894
2895 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2896
2897         patch by: Wim Taymans <wim at fluendo dot com>
2898
2899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2900         This patch removes the RANDOM flag that was incorrectly introduced with
2901         revision 1.91.  Fixes #354590
2902
2903 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2904
2905         * tests/check/Makefile.am:
2906           Random variation in Makefile line to see if it makes the
2907           gen64-base-full bot any happier.
2908
2909 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2910
2911         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2912           Disable test that fails at the moment (killed after timeout).
2913
2914 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2915
2916         Patch by: James Livingston  <doclivingston at gmail.com>
2917
2918         * tests/check/Makefile.am:
2919         * tests/check/pipelines/.cvsignore:
2920         * tests/check/pipelines/oggmux.c: (get_page_codec),
2921         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2922         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2923         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2924         (test_theora_vorbis), (oggmux_suite):
2925           Add simple unit test for oggmux from #337026 with checking for the
2926           EOS flags disabled for the time being.
2927
2928 2006-09-04  Wim Taymans  <wim@fluendo.com>
2929
2930         patch by: Alessandro Dessina <alessandro nnva org>
2931
2932         * ext/ogg/gstoggmux.c:
2933         Add cmml caps to oggmux. Fixes #353912
2934
2935 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2936
2937         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2938           Returning a return value often helps. In this case, we
2939           don't need the return value anyway, so just get rid of it.
2940           Should make build bots much happier.
2941
2942 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2945         (paint_get_structure), (gst_video_test_src_get_size),
2946         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2947         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2948         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2949         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2950         * gst/videotestsrc/videotestsrc.h:
2951           Add support for AYUV and the various RGBA formats. Initialise
2952           fields of paintinfo structs allocated on the stack.
2953
2954         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2955         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2956         (check_rgb_buf), (videotestsrc_suite):
2957           Add unit tests for videotestsrc's RGB output.
2958
2959 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * gst/videotestsrc/gstvideotestsrc.c:
2962         (gst_video_test_src_pattern_get_type),
2963         (gst_video_test_src_set_pattern):
2964         * gst/videotestsrc/gstvideotestsrc.h:
2965         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2966         (gst_video_test_src_black), (gst_video_test_src_white),
2967         (gst_video_test_src_red), (gst_video_test_src_green),
2968         (gst_video_test_src_blue):
2969         * gst/videotestsrc/videotestsrc.h:
2970           Add more uni-colour patterns ("white", "red", "green", and "blue").
2971
2972 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2975           Fix stride for YVYU, should be word-aligned (#353658).
2976
2977 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2978
2979         * gst/adder/gstadder.c: (gst_adder_src_event):
2980           Fix build.
2981
2982 2006-08-31  Edward Hervey  <edward@fluendo.com>
2983
2984         * gst/adder/gstadder.c: (forward_event_func),
2985         (gst_adder_src_event), (gst_adder_collected),
2986         (gst_adder_change_state):
2987         * gst/adder/gstadder.h:
2988         Remember the start position asked in the incoming seeks, so we can
2989         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2990         of assuming it will always be 0).
2991
2992 2006-08-31  Edward Hervey  <edward@fluendo.com>
2993
2994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2995         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2996         (gst_ogg_demux_loop):
2997         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2998
2999 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3002         (gst_ffmpegcsp_get_unit_size):
3003           Return FALSE instead of returning a random false unit
3004           size when the format isn't known/supported (even if
3005           this shouldn't happen under normal circumstances).
3006
3007 2006-08-29  Wim Taymans  <wim@fluendo.com>
3008
3009         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3012         (gst_gnome_vfs_src_start):
3013         Try harder to get the size from a uri by using _info_uri() when
3014         _info_from_handle() does not give us enough info. 
3015         Also follow symlinks when getting the size.
3016         Partially Fixes #332864.
3017
3018 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3019
3020         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3021
3022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3023         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3024         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3025         (gst_alsa_mixer_set_record):
3026         * ext/alsa/gstalsamixertrack.c:
3027         (gst_alsa_mixer_track_update_alsa_capabilities),
3028         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3029         (gst_alsa_mixer_track_update):
3030         * ext/alsa/gstalsamixertrack.h:
3031           Improve and fix mixer track handling, in particular better handling
3032           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3033           separate track objects for tracks that have both capture and playback
3034           volume (and label them differently as well so they're not mistakenly
3035           assumed to be duplicates); classify mixer tracks that only affect
3036           the audible volume of something (rather than the capture volume)
3037           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3038           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3039           (following the meaning documented in the mixer interface header
3040           file); add support for alsa's exclusive cswitch groups; update/sync
3041           state/flags better if mixer settings are changed by another
3042           application. Fixes #336075.
3043
3044 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3045
3046         * gst/playback/gstplaybin.c:
3047           Improve docs: add section about BUFFERING messages sent by playbin.
3048
3049 2006-08-29  Michael Smith  <msmith@fluendo.com>
3050
3051         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3052         (gst_vorbis_enc_buffer_check_discontinuous),
3053         (gst_vorbis_enc_chain):
3054           Ignore explicit DISCONT marked on buffers (which is often spurious,
3055           particularly when using multiple segments), in favour of solely
3056           using the timestamps/durations.
3057
3058 2006-08-29  Edward Hervey  <edward@fluendo.com>
3059
3060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3061         Don't rely on incoming buffers offset anymore, since it is completely
3062         broken when using multiple segments.
3063         Instead convert the incoming buffers timestamp to running time, and
3064         then convert that value to the offsets.
3065         Also inform GstSegment of the last outputted stop position, which is
3066         needed if we received several segments with an unknown stop value.
3067
3068 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3069
3070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3071           fix buffer unreffing on a header push failure
3072
3073 2006-08-28  Wim Taymans  <wim@fluendo.com>
3074
3075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3076         (gst_audio_rate_chain):
3077         Make the metadata of the buffer writable before changing its
3078         flags.
3079
3080 2006-08-28  Wim Taymans  <wim@fluendo.com>
3081
3082         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3083         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3084         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3085         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3086         Fix audiorate some more.
3087         Reset and resync counters on flush and READY.
3088         Handle the DISCONT flag correctly.
3089         Use GstSegment to track position.
3090         Fail when not negotiated.
3091         Fixes #353234.
3092
3093 2006-08-25  Michael Smith  <msmith@fluendo.com>
3094
3095         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3096           Fix spelling.
3097           Remove accidently included debug line.
3098
3099 2006-08-25  Wim Taymans  <wim@fluendo.com>
3100
3101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3102         Small cleanups.
3103         If a buffer is received with no caps, make the buffer metadata
3104         writable and set the caps, making sure that we don't screw up the
3105         refcounts.
3106
3107 2006-08-25  Michael Smith  <msmith@fluendo.com>
3108
3109         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3110         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3111           Fix memory leaks and misleading debug messages, add a couple of
3112           comments.
3113
3114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3115         (gst_multi_fd_sink_render):
3116           Do not use gst_buffer_make_writable() in a basesink render method,
3117           as it may incorrectly unref the buffer. Instead, use convoluted
3118           dance to avoid copying the buffer except when we need to.
3119
3120 2006-08-25  Michael Smith  <msmith@fluendo.com>
3121
3122         * ext/vorbis/vorbisenc.c:
3123         (gst_vorbis_enc_buffer_check_discontinuous):
3124           Allow very small discontinuities in the timestamps. These we can't
3125           do anything useful with anyway (because vorbis's timestamps have
3126           only sample granularity), and are commonly produced by elements with
3127           minor bugs. Allow up to 1/2 a sample out.
3128           Fixes #351742.
3129
3130 2006-08-24  Wim Taymans  <wim@fluendo.com>
3131
3132         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3133         (play_scrub_toggle_cb), (main):
3134         Add a checkbox to enable play scrubbing. Makes it possible to disable
3135         normal scrubbing.
3136
3137 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3138
3139         * tests/check/elements/.cvsignore:
3140           make buildbot happy
3141
3142 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3145         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3146         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3147         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3148         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3149         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3150         (gst_ogm_text_parse_strip_trailing_zeroes),
3151         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3152         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3153           Refactor ogm parse, do better input checking, misc. clean-ups.
3154           Cache incoming events and push them once the source pad has
3155           been created. Don't pass unterminated strings to sscanf().
3156           Strip trailing zeroes from subtitle text output, since they
3157           are not valid UTF-8. Don't push vorbiscomment packets on
3158           the subtitle text pad. Output perfect streams if possible.
3159
3160 2006-08-23  Wim Taymans  <wim@fluendo.com>
3161
3162         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3163         Waits for tasks to settle down so that we clean up correctly for 
3164         valgrind.
3165
3166 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3169           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3170           actually return return value in taglists_are_equal.
3171
3172 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3173
3174         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3175           Fix crash due to broken bitstream parsing on x86-64: can't make
3176           any assumptions about sizeof(struct) due to alignment/packing
3177           differences on different architectures. Fixes #351790.
3178
3179 2006-08-22  Wim Taymans  <wim@fluendo.com>
3180
3181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3182         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3183         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3184         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3185         (gst_riff_parse_info):
3186         Protect public functions against bad input.
3187         Do some cleanups.
3188         Fix documentation.
3189
3190 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3191
3192         * gst-libs/gst/riff/riff-ids.h:
3193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3194           Add voxware audio IDs (even if we can't play it) (#351795).
3195
3196 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3197
3198         * gst-libs/gst/riff/riff-media.c:
3199         (gst_riff_create_video_template_caps),
3200         (gst_riff_create_audio_template_caps),
3201         (gst_riff_create_iavs_template_caps):
3202           Const-ify some arrays and use G_N_ELEMENTS instead
3203           of wasting oodles of RAM on terminator bits.
3204
3205 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * gst-libs/gst/tag/gstvorbistag.c:
3208         (gst_tag_list_to_vorbiscomment_buffer):
3209         * tests/check/libs/tag.c: (GST_START_TEST):
3210           And the same for _to_vorbiscomment_buffer(): allow
3211           id_data_len == 0 for speex.
3212
3213 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3214
3215         * configure.ac:
3216         * docs/plugins/Makefile.am:
3217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3219         * docs/plugins/inspect/plugin-gdp.xml:
3220         * gst/gdp/Makefile.am:
3221         * tests/check/Makefile.am:
3222           Move GDP plugin to -base from -bad.  Closes #347783.
3223
3224 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * gst-libs/gst/tag/gstvorbistag.c:
3227         (gst_tag_list_from_vorbiscomment_buffer):
3228           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3229           Also add some checks to make sure we don't memcmp() beyond the end of
3230           vorbiscomment buffer if the ID to check for is larger than the buffer.
3231
3232         * tests/check/libs/tag.c: (GST_START_TEST):
3233           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3234
3235 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3236
3237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3238         (gst_vorbis_enc_set_metadata):
3239           Use vorbis comment utility functions from libgsttag
3240           instead of re-inventing the wheel (partially fixes #347091).
3241
3242 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3243
3244         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3245         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3246         as some that won't.
3247
3248 2006-08-21  Wim Taymans  <wim@fluendo.com>
3249
3250         * docs/libs/Makefile.am:
3251         * docs/libs/gst-plugins-base-libs-sections.txt:
3252         * docs/libs/gst-plugins-base-libs.types:
3253         Don't try to GObject scan the netbuffer as it's not a GObject.
3254         Fixes #351308.
3255
3256         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3257         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3258         Document GstNetBuffer.
3259
3260 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3261
3262         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3263         (audioconvert_suite):
3264           Add testcase for caps-size-explosion
3265
3266 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3267
3268         * gst/audioconvert/gstaudioconvert.c:
3269         (gst_audio_convert_get_unit_size), (set_structure_widths):
3270           Lower debug, use g_assert in _get_unit_size
3271
3272         * gst/audioresample/gstaudioresample.c:
3273         (audioresample_get_unit_size):
3274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3275         (gst_ffmpegcsp_get_unit_size):
3276         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3277           use g_assert in _get_unit_size
3278
3279 2006-08-18  Wim Taymans  <wim@fluendo.com>
3280
3281         * docs/libs/gst-plugins-base-libs-sections.txt:
3282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3283         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3284         (gst_rtp_buffer_get_payload_buffer):
3285         * gst-libs/gst/rtp/gstrtpbuffer.h:
3286         Document GstRTPBuffer.
3287         Added function to efficiently strip payload headers.
3288         API: gst_rtp_buffer_get_payload_subbuffer()
3289
3290 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3293         (gst_tag_to_vorbis_comments):
3294           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3295           tags and deserialise them properly as well (#347091).
3296           Add some more gtk-doc blurbs and also some g_return_if_fail().
3297
3298         * tests/check/libs/tag.c: (GST_START_TEST),
3299         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3300           More tests.
3301
3302 2006-08-17  Wim Taymans  <wim@fluendo.com>
3303
3304         * ext/ogg/Makefile.am:
3305         * ext/ogg/gstogg.c: (plugin_init):
3306         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3307         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3308         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3309         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3310         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3311         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3312         Added ogg-in-avi parser element. Fixes #140139.
3313
3314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3315         Fixed a bug in oggdemux debug code.
3316
3317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3318         (gst_riff_create_audio_template_caps):
3319         Recognise Ogg in the AVI extensible wave format.
3320
3321 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3322
3323         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3324           Make buffer durations add up (duration should be next_ts-ts for
3325           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3326           from CVS.
3327
3328         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3329         (test_buffer_timestamps), (cddabasesrc_suite):
3330           Add unit test for the above.
3331
3332         * tests/check/Makefile.am:
3333           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3334           to see what happens.
3335
3336 2006-08-16  Wim Taymans  <wim@fluendo.com>
3337
3338         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3339         (gst_alsasink_open):
3340         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3341         (gst_alsasrc_open):
3342         Avoid setting and using a NULL device name.
3343         Print more info when we fail to open a device.
3344
3345 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * docs/libs/gst-plugins-base-libs-sections.txt:
3348         * gst-libs/gst/tag/tag.h:
3349         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3350           API: add gst_tag_parse_extended_comment() (#351426).
3351
3352         * tests/check/Makefile.am:
3353         * tests/check/libs/.cvsignore:
3354         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3355           Add unit test for gst_tag_parse_extended_comment().
3356
3357 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3361           Fix leak (#351502).
3362
3363 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3364
3365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3367         * docs/plugins/gst-plugins-base-plugins.args:
3368         * gst/playback/gstplaybin.c:
3369           Document playbin.
3370           
3371         * docs/plugins/inspect/plugin-adder.xml:
3372         * docs/plugins/inspect/plugin-alsa.xml:
3373         * docs/plugins/inspect/plugin-audioconvert.xml:
3374         * docs/plugins/inspect/plugin-audiorate.xml:
3375         * docs/plugins/inspect/plugin-audioresample.xml:
3376         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3377         * docs/plugins/inspect/plugin-cdparanoia.xml:
3378         * docs/plugins/inspect/plugin-decodebin.xml:
3379         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3380         * docs/plugins/inspect/plugin-gnomevfs.xml:
3381         * docs/plugins/inspect/plugin-ogg.xml:
3382         * docs/plugins/inspect/plugin-pango.xml:
3383         * docs/plugins/inspect/plugin-playbin.xml:
3384         * docs/plugins/inspect/plugin-subparse.xml:
3385         * docs/plugins/inspect/plugin-tcp.xml:
3386         * docs/plugins/inspect/plugin-theora.xml:
3387         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3388         * docs/plugins/inspect/plugin-video4linux.xml:
3389         * docs/plugins/inspect/plugin-videorate.xml:
3390         * docs/plugins/inspect/plugin-videoscale.xml:
3391         * docs/plugins/inspect/plugin-videotestsrc.xml:
3392         * docs/plugins/inspect/plugin-volume.xml:
3393         * docs/plugins/inspect/plugin-vorbis.xml:
3394         * docs/plugins/inspect/plugin-ximagesink.xml:
3395         * docs/plugins/inspect/plugin-xvimagesink.xml:
3396           Update to CVS version.
3397
3398 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3401         (gst_play_bin_set_property), (gst_play_bin_get_property),
3402         (value_list_append_structure_list),
3403         (gst_play_bin_handle_redirect_message),
3404         (gst_play_bin_handle_message):
3405           API: GstPlayBin::connection-speed
3406           Add "connection-speed" property; re-order redirect messages with
3407           multiple redirect locations depending on the minimum bitrate if
3408           that information is available and a connection speed is set
3409           (#350399).
3410
3411 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3412
3413         * gst/playback/gstplaybin.c:
3414           Update max volume to the same value that the volume element uses.
3415
3416 2006-08-14  Wim Taymans  <wim@fluendo.com>
3417
3418         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3419         Less uglyness..
3420
3421 2006-08-14  Wim Taymans  <wim@fluendo.com>
3422
3423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3424         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3425         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3426         Add some more debug info.
3427         Don't crash when a seek failed.
3428         Actually return the result of the seek instead of TRUE.
3429         Ignore multiple BOS pages with the same serial so that we don't create
3430         the same stream multiple times.
3431         Post an error when we fail to do the initial seek.
3432
3433 2006-08-13  Wim Taymans  <wim@fluendo.com>
3434
3435         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3436         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3437         Small code cleanup.
3438
3439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3440         (gst_alsa_mixer_new):
3441         Remove hack that always set the device to hw:0*.
3442         Properly find the card name for whatever device was configured.
3443         Do some better debugging.
3444         Fixes #350784.
3445
3446         * ext/alsa/gstalsamixerelement.c:
3447         (gst_alsa_mixer_element_set_property),
3448         (gst_alsa_mixer_element_change_state):
3449         Cleanups.
3450         Handle setting of a NULL device name better.
3451
3452 2006-08-11  Wim Taymans  <wim@fluendo.com>
3453
3454         * gst/adder/gstadder.c:
3455         Don't clip float values. Fixes #350900.
3456
3457 2006-08-11  Andy Wingo  <wingo@pobox.com>
3458
3459         * gst/tcp/gsttcp.c: Really fix the build?
3460
3461         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3462         fixes the build.
3463
3464 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3467           Float caps shouldn't have a "signed" field.
3468
3469 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3470
3471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3472           Implement SEEKING query in its most basic form, so that we can
3473           at least check if we're seekable or not (#350655).
3474
3475 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3476
3477         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3478           The checks here are not even close to anything that would
3479           justify MAXIMUM probability, lowering to POSSIBLE until someone
3480           fixes the checks (case at hand: quicktime redirection files
3481           might start with 00 00 01 XX and pass the checks here just
3482           fine, see #350399).
3483
3484 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3485
3486         Patch by: Sjoerd Simons  <sjoerd at luon net>
3487
3488         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3489           Better detection for multipart/x-mixed-replace: accept leading
3490           whitespaces before the boundary marker as well (as our very own
3491           multipartmux used to produce) (#349068).
3492
3493 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         Patch by: Young-Ho Cha  <ganadist at chollian net>
3496
3497         * gst-libs/gst/riff/riff-ids.h:
3498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3499         (gst_riff_create_audio_template_caps):
3500           Detect DTS audio streams (#350157).
3501
3502 2006-08-05  Andy Wingo  <wingo@pobox.com>
3503
3504         * ext/theora/gsttheoraparse.h:
3505         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3506         (theora_parse_dispose, theora_parse_set_property)
3507         (theora_parse_get_property, theora_parse_munge_granulepos)
3508         (theora_parse_push_buffer, theora_parse_change_state):
3509         API: GstTheoraParse::synchronization-points
3510         Add a property 'synchronization-points' to fix badly synchronized oggs.
3511
3512 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         * tests/check/Makefile.am:
3515         * tests/check/libs/.cvsignore:
3516         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3517         (fixed_caps_have_channel_positions), (GST_START_TEST),
3518         (audio_suite), (main):
3519           Add a few tests for the channel position stuff in libgstaudio.
3520
3521 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3522
3523         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3524         (gst_alsa_detect_channels):
3525         * ext/alsa/gstalsasink.c:
3526           Add support for cards that (only) do more than 8 channels,
3527           like the Delta 44 (#345188).
3528
3529         * gst-libs/gst/audio/multichannel.c:
3530         (gst_audio_check_channel_positions):
3531         * gst-libs/gst/audio/multichannel.h:
3532           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3533           unspecified channel position and cannot be combined with any
3534           of the other audio channel positions; adjust position layout
3535           checks accordingly (#345188).
3536
3537 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3538
3539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3540           Recognise ancient RealAudio files (see #349779).
3541
3542 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         Patch by: Jens Granseuer  <jensgr at gmx net>
3545
3546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3547           Add typefinder for Interplay's MVE format (#348973).
3548
3549 2006-08-02  Wim Taymans  <wim@fluendo.com>
3550
3551         Patch by: Marcel Moreaux <marcelm at luon dot net>
3552
3553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3554         (gst_base_rtp_depayload_add_to_queue):
3555         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3556         Handle RTP sequence number rollover.
3557         Disable jitterbuffer by default.
3558
3559 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3560
3561         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3562         (audioresample_set_caps):
3563         Don't leak references to the incoming caps. Clean them up when
3564         stopping.
3565
3566         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3567         (gst_video_scale_finalize):
3568         Don't leak our temporary pixel buffer.
3569
3570         * tests/check/Makefile.am:
3571         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3572         (GST_START_TEST), (simple_launch_lines_suite):
3573
3574         Fix leaks and re-enable the test for valgrind checking.
3575
3576 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         Patch by: Sjoerd Simons  <sjoerd at luon net>
3579
3580         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3581         (plugin_init):
3582           Add typefind function for multipart/x-mixed-replace (#348916).
3583
3584 2006-07-28  Wim Taymans  <wim@fluendo.com>
3585
3586         * gst/adder/gstadder.c: (gst_adder_setcaps),
3587         (gst_adder_query_duration):
3588         Fix leak in duration query.
3589         Reflow some docs and notes.
3590
3591 2006-07-28  Michael Smith  <msmith@fluendo.com>
3592
3593         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3594         (vorbisenc_suite):
3595           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3596           aspect of it.
3597
3598 2006-07-28  Michael Smith  <msmith@fluendo.com>
3599
3600         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3601         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3602         (gst_vorbis_enc_push_buffer),
3603         (gst_vorbis_enc_buffer_check_discontinuous),
3604         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3605         * ext/vorbis/vorbisenc.h:
3606           Handle discontinuities in the input vorbis stream correctly,
3607           so that the output is properly timestamped (and has good granulepos
3608           values). Needs some oggmux fixes too.
3609
3610 2006-07-27  Wim Taymans  <wim@fluendo.com>
3611
3612         patch by: Kai Vehmanen <kv2004 eca cx>
3613
3614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3615         (gst_base_rtp_depayload_chain),
3616         (gst_base_rtp_depayload_handle_sink_event),
3617         (gst_base_rtp_depayload_change_state):
3618         Don't send multiple newsegments with different formats.
3619         Fixes #348677.
3620
3621 2006-07-26  Wim Taymans  <wim@fluendo.com>
3622
3623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3624         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3625         Make seeking in ogg more accurate again by doing the more correct
3626         granuletime to stream time conversion.
3627
3628 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3631         (gst_multi_fd_sink_new_client):
3632           debug a little more understandably
3633           do not use goto as a substitute for break, especially if
3634           break is also being used
3635
3636 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3640           Remove GLib-2.6 compatibility cruft.
3641
3642 2006-07-24  Wim Taymans  <wim@fluendo.com>
3643
3644         * gst-libs/gst/audio/gstbaseaudiosink.c:
3645         (gst_base_audio_sink_render):
3646         Don't try to align a sample to an unknown value.
3647
3648 2006-07-24  Wim Taymans  <wim@fluendo.com>
3649
3650         * gst-libs/gst/audio/gstbaseaudiosink.c:
3651         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3652         When the audio clock is slaved to another clock, never try to align
3653         samples but trust the rate interpolation algorithm.
3654
3655 2006-07-24  Wim Taymans  <wim@fluendo.com>
3656
3657         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3658         Don't try to calculate silence samples, base class does this much
3659         better now.
3660
3661         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3662         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3663         (gst_ring_buffer_acquire):
3664         Calculate silence samples correctly.
3665
3666         * gst-libs/gst/audio/gstringbuffer.h:
3667         Add _CAST macro.
3668
3669 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3672           Limit search for the first markup tag to the first few kB of
3673           the file. If we don't find one there, it's highly unlikely that
3674           this is an XML(-ish) file.
3675
3676 2006-07-21  Andy Wingo  <wingo@pobox.com>
3677
3678         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3679         test to the one in vorbisenc. Also commented out.
3680
3681         * tests/check/pipelines/vorbisenc.c: 
3682         (test_discontinuity): New test, commented out until Mike lands
3683         some elite vorbisenc patches.
3684
3685         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3686         Bufferstraw was actually factored out of these tests. Now we share
3687         code yay.
3688
3689         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3690         for bufferstraw addition to gstcheck.
3691
3692 2006-07-21  Wim Taymans  <wim@fluendo.com>
3693
3694         * ext/theora/theoradec.c: (clip_buffer):
3695         Better clipping.
3696
3697 2006-07-21  Wim Taymans  <wim@fluendo.com>
3698
3699         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3700         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3701         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3702         Fix leak.
3703         Avoid type casting when we can.
3704
3705         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3706         Fix mem leak.
3707
3708 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * ext/alsa/gstalsamixerelement.c:
3711         (gst_alsa_mixer_element_change_state):
3712           Make state change fail if the specified device can't be opened
3713           for some reason.
3714
3715 2006-07-20  Wim Taymans  <wim@fluendo.com>
3716
3717         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3718         (cb_newpad), (main):
3719         Example of a small audio/video player using decodebin.
3720
3721 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3722
3723         * gst-libs/gst/riff/riff-ids.h:
3724           Add 'fact' chunk id
3725
3726 2006-07-19  Wim Taymans  <wim@fluendo.com>
3727
3728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3729         (gst_base_rtp_depayload_chain),
3730         (gst_base_rtp_depayload_change_state):
3731         Don't assert when not negotiated but post a meaningfull 
3732         error message. Fixes #347918.
3733
3734         * gst-libs/gst/rtp/gstbasertppayload.c:
3735         Add comment about better default MTU size.
3736
3737         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3738         Small cleanups, start docs.
3739
3740 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         Patch by: Martin Szulecki
3743
3744         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3745           If "device-name" is requested and the device is not
3746           open, try to temporarily open it to obtain this
3747           information (#342494).
3748
3749 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3750
3751         * gst-libs/gst/tag/gstid3tag.c:
3752           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3753
3754         * gst-libs/gst/tag/gsttageditingprivate.h:
3755         * gst-libs/gst/tag/gstvorbistag.c:
3756           Some more random const-ifications.
3757
3758 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3759
3760         * gst-libs/gst/riff/riff-ids.h:
3761         * gst-libs/gst/riff/riff-media.c:
3762         (gst_riff_create_video_template_caps):
3763           Add more FOURCCs (sort list to make stuff easier to find),
3764           add comment what those 16 bytes in struct _gst_riff_strh according to
3765           one avi-dumper are
3766
3767 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3768
3769         * gst-libs/gst/audio/multichannel.c:
3770         (gst_audio_check_channel_positions),
3771         (gst_audio_fixate_channel_positions):
3772           Const-ify two arrays.
3773
3774 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3775
3776         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3777           Fix typo, so that alsasink also advertises 8 channels
3778           if that's supported (tags: can, worms, open, alsa, ph34r).
3779
3780 2006-07-17  Wim Taymans  <wim@fluendo.com>
3781
3782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3783         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3784         *sigh*, when is the compiler going to warn when the comments
3785         are out-of-sync with the code.. Refix case of busted theora
3786         headers with 0 granule pos.
3787
3788 2006-07-14  Wim Taymans  <wim@fluendo.com>
3789
3790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3791         (gst_base_rtp_depayload_wait),
3792         (gst_base_rtp_depayload_change_state),
3793         (gst_base_rtp_depayload_set_property),
3794         (gst_base_rtp_depayload_get_property):
3795         Fix 99% cpu load by waiting for absolute times on the
3796         clock. Fixes #347300.
3797
3798 2006-07-14  Andy Wingo  <wingo@pobox.com>
3799
3800         * ext/theora/gsttheoraparse.h: 
3801         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3802         (theora_parse_push_headers, theora_parse_clear_queue)
3803         (theora_parse_drain_queue_prematurely, )
3804         (theora_parse_sink_event, theora_parse_change_state): Queue events
3805         until we initialized our state, like in vorbisparse.
3806
3807         * ext/vorbis/vorbisparse.h: 
3808         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3809         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3810         (vorbis_parse_drain_queue_prematurely, )
3811         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3812         until we have initialized our state. Fixes seeking after an
3813         initial pad block.
3814
3815 2006-07-14  Andy Wingo  <wingo@pobox.com>
3816
3817         Patch by: Iain Holmes <iaingnome@gmail.com>
3818         
3819         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3820
3821 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3822
3823         * configure.ac:
3824         Bump nano back to CVS
3825
3826 === release 0.10.9 ===
3827
3828 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3829
3830         * configure.ac:
3831           releasing 0.10.9, "I walk the line"
3832
3833 2006-07-14  Michael Smith  <msmith@fluendo.com>
3834
3835         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3836           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3837           (commonly happens when running this test under valgrind) when trying
3838           to remove the buffer probe.
3839
3840 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3841
3842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3843         Fix missing g_unlock from the previous commit
3844
3845 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3846
3847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3848         (gst_ximagesink_change_state):
3849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3850         (gst_xvimagesink_change_state):
3851         Implement a locking order to ensure we always take the object lock
3852         before the x_lock and never vice-versa.
3853
3854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3855
3856         * gst/playback/gstdecodebin.c: (find_compatibles):
3857         Fix a caps leak when linking (#347304)
3858
3859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3860         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3861         (gst_ximagesink_change_state):
3862         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3863         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3865         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3866         Don't leak shared memory resources. Use the object lock to protect
3867         against the xcontext disappearing while returning a buffer from the
3868         pipeline. (#347304)
3869
3870 2006-07-12  Edward Hervey  <edward@fluendo.com>
3871
3872         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3873         (vorbis_handle_comment_packet):
3874         gst_tag_list_merge() returns a new object. Take that into account when
3875         using it. This avoids memleak.
3876         Revert previous commit which is not needed.
3877
3878 2006-07-12  Edward Hervey  <edward@fluendo.com>
3879
3880         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3881         Reset the decoder in finalize so that all fields get cleared.
3882
3883 2006-07-12  Wim Taymans  <wim@fluendo.com>
3884
3885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3886         (gst_base_audio_src_set_clock),
3887         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3888         Don't try to post an error message when setting the clock fails
3889         as this can happen when adding an element to a bin which will then
3890         deadlock. Fixes #347296.
3891
3892 2006-07-12  Edward Hervey  <edward@fluendo.com>
3893
3894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3895         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3896         (vorbis_handle_type_packet):
3897         Post tag messages on the bus even if we're not initialized.
3898         If we're not initialized, we still postpone the event pushing of tags.
3899
3900 2006-07-12  Wim Taymans  <wim@fluendo.com>
3901
3902         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3903         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3904         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3905         Revert last two changes that broke the freeze.
3906
3907 2006-07-12  Wim Taymans  <wim@fluendo.com>
3908
3909         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3910         basesink calculates silence sample correctly for us.
3911
3912 2006-07-12  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3915         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3916         Calculate correct silence samples so we don't fill our ringbuffer
3917         with noise.
3918
3919 2006-07-12  Edward Hervey  <edward@fluendo.com>
3920
3921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3922         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3923         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3924         * ext/vorbis/vorbisdec.h:
3925         Delay sending events (newsegment, tags) until the decoder is properly
3926         initialized.
3927         Fixes #347295
3928
3929 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3930
3931         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3932         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3933           Patch from #347221 adding a test for audioconvert
3934           channel remappings.
3935
3936 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3939         (gst_ssa_parse_parse_line):
3940           Don't include the terminating NUL in the buffer size,
3941           it's only there for extra paranoia (would add random
3942           '*' characters at the end of each subtitle since the
3943           terminator itself is not valid UTF-8 technically).
3944           Also fix indenting after boilerplate macro.
3945
3946 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3947
3948         * gst/playback/gstdecodebin.c: (close_pad_link):
3949           Also emit 'unknown-type' signal (which should really be
3950           called unhandled-type) if we found potential decoders/demuxers
3951           in the registry but none of them worked in the end (as in the
3952           case where the plugins don't exist any longer but are still
3953           listed in the registry). Fixes #329798.
3954
3955 2006-07-08  Andy Wingo  <wingo@pobox.com>
3956
3957         * theoraparse.c (theora_parse_push_buffer)
3958         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3959         Add some more debugging. Fix granulepos reconstruction in the face
3960         of discontinuities.
3961
3962 2006-07-06  Wim Taymans  <wim@fluendo.com>
3963
3964         * gst-libs/gst/audio/gstbaseaudiosink.c:
3965         (gst_base_audio_sink_class_init),
3966         (gst_base_audio_sink_provide_clock):
3967         Use gobject_class instead of G_OBJECT_CLASS (klass)
3968
3969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3970         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3971         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3972         (gst_base_audio_src_get_time),
3973         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3974         (gst_base_audio_src_create_ringbuffer):
3975         Fix latency and buffer-time constants and properties ala basesink.
3976         Implement pull based scheduling. Fixes #346527.
3977         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3978         one segment.
3979         Refuse slaving to another clock instead of silently not working.
3980         Only provide a clock when we are actually able to do so.
3981         Various small cleanups and compiler hints.
3982
3983 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3984
3985         Patch by: Lutz Mueller <lutz at topfrose de>
3986
3987         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3988         (plugin_init):
3989           Add typefinding for text/html (#346581).
3990
3991 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3992
3993         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3994         (xml_check_first_element), (xml_type_find), (smil_type_find):
3995           Fix SMIL typefinding, make xml_check_first_element() more
3996           useful.
3997
3998 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4001         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4002         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4003         * gst/playback/gstplaybasebin.h:
4004           Protect list of elements with a subtitle-encoding property and
4005           the subtitle encoding member itself with a lock of their own
4006           instead of using the object lock. This prevents a dead-lock in
4007           the element-remove callback in some circumstances when shutting
4008           down playbin.
4009
4010 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4011
4012         * win32/common/libgsttag.def:
4013         Export some new functions.
4014         * win32/vs6/libgstogg.dsp:
4015         Add a link to libgsttag-0.10.lib.
4016
4017 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4020           Some const-ification.
4021
4022 2006-07-04  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4025         Improve checking if we are dealing with a stream. Added some
4026         more uris that need buffering.
4027
4028 2006-07-03  Edward Hervey  <edward@fluendo.com>
4029
4030         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4031         Remove unused variable.
4032
4033 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4034
4035         * Makefile.am:
4036           include lcov.mak
4037         * configure.ac:
4038           add GCOV_LIBS to GST_LIBS
4039
4040 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4043
4044         * ext/alsa/gstalsasrc.c:
4045           Add 32 bps to template caps and increase channels range
4046           from [1,2] to [1,MAX]. See #346326.
4047
4048 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4051           Recognise 'WMVA' video codec fourcc (#345879).
4052           
4053 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4054          
4055         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4056           Fixed nasty memory leak
4057
4058 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4059
4060         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4061         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4062           fix logging
4063
4064 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4065
4066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4067         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4068         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4069         Protect remove_fakesink using a mutex, so that we don't try and
4070         remove the fakesink simultaneously from multiple threads.
4071
4072         When going from READY to PAUSED, restore the fakesink, so that
4073         it is there when decodebin gets reused.
4074
4075 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4076
4077         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4079         * gst-libs/gst/rtp/gstbasertppayload.c:
4080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4081         * gst/tcp/gstmultifdsink.c:
4082         * gst/tcp/gsttcpclientsink.c:
4083         * gst/tcp/gsttcpclientsrc.c:
4084         * gst/tcp/gsttcpserversink.c:
4085         * gst/tcp/gsttcpserversrc.c:
4086         * gst/videorate/gstvideorate.c:
4087         * gst/videotestsrc/gstvideotestsrc.c:
4088         * sys/v4l/gstv4ljpegsrc.c:
4089         * sys/v4l/gstv4lmjpegsink.c:
4090         * sys/v4l/gstv4lsrc.c:
4091         * tests/examples/seek/scrubby.c:
4092         * tests/examples/seek/seek.c:
4093           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4094
4095 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4096
4097         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4098           Second field in GEnumValue shouldn't be a description,
4099           but a stringified version of the enum value.
4100
4101 2006-06-22  Wim Taymans  <wim@fluendo.com>
4102
4103         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4104         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4105         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4106         Avoid type checking in buffer casts.
4107         Avoid caps copy in buffer_alloc when we can.
4108         Use pad_peer_accept.
4109
4110 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * gst-libs/gst/tag/tag.h:
4113           Oops, make that 'Since: 0.10.9'.
4114
4115 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4116
4117         * docs/libs/gst-plugins-base-libs-sections.txt:
4118         * gst-libs/gst/tag/tag.h:
4119         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4120         (gst_tag_image_type_get_type):
4121           API: add GstTagImageType enum to describe images contained
4122           in image tags (#345641).
4123
4124 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4125
4126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4127           Fix warnings with gst-inspect: "buffers-min" property
4128           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4129           typo in property description.
4130
4131 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4132
4133         Patch by: Cody Russell <bratsche at gnome org>
4134
4135         * gst/audioresample/gstaudioresample.c:
4136         (gst_audioresample_class_init):
4137         * gst/playback/gststreamselector.c:
4138         (gst_stream_selector_class_init):
4139         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4140         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4141         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4142         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4143         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4144         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4146         * gst/videotestsrc/gstvideotestsrc.c:
4147         (gst_video_test_src_class_init):
4148         * gst/volume/gstvolume.c: (gst_volume_class_init):
4149           Avoid unnecessary class cast check in class_init
4150           functions (#337747).
4151
4152 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4155         (gst_text_overlay_video_chain):
4156           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4157           and doesn't validate its input either (and neither did
4158           textoverlay it seems). Let's do that then and fix #345206.
4159
4160 2006-06-19  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4163         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4164         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4165         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4166         (find_syncframe), (find_limits), (assign_value),
4167         (count_burst_unit), (gst_multi_fd_sink_new_client),
4168         (gst_multi_fd_sink_handle_client_write),
4169         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4170         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4171         (gst_multi_fd_sink_change_state):
4172         * gst/tcp/gstmultifdsink.h:
4173         Added shiny new burst-on-connect methods.
4174         Add properties to control the minimal amount of data queued.
4175         Small cleanups.
4176         API: bytes-min property
4177         API: time-min property
4178         API: buffers-min property
4179         API: burst-unit property
4180         API: burst-value property
4181         API: add-full signal
4182
4183         * gst/tcp/gsttcp-marshal.list:
4184         Added new marshaller code for the new signal.
4185
4186         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4187         (multifdsink_suite):
4188         Added testcases for new burst methods.
4189
4190 2006-06-19  Edward Hervey  <edward@fluendo.com>
4191
4192         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4193         Implement clipping for accurate seeking.
4194         Closes #345225
4195
4196 2006-06-19  Wim Taymans  <wim@fluendo.com>
4197
4198         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4199
4200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4201         (gst_video_scale_transform):
4202         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4203
4204 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * configure.ac:
4207           Fix --disable-external (can't set conditionals conditionally,
4208           #343602).
4209
4210 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * tests/check/elements/audioresample.c: (test_reuse),
4213         (audioresample_suite):
4214           Add test case for bug #342789 fixed below.
4215
4216 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst/audioresample/gstaudioresample.c:
4219         (gst_audioresample_class_init), (gst_audioresample_init),
4220         (audioresample_start), (audioresample_stop),
4221         (gst_audioresample_set_property), (gst_audioresample_get_property):
4222           Implement GstBaseTransform::start and ::stop so that audioresample
4223           can clear its internal state properly and be reused instead of
4224           causing non-negotiated errors with playbin under some circumstances
4225           (#342789).
4226
4227         * tests/check/elements/audioresample.c: (setup_audioresample),
4228         (cleanup_audioresample):
4229           Need to set element state here so that ::start and ::stop are
4230           called.
4231
4232 2006-06-16  Wim Taymans  <wim@fluendo.com>
4233
4234         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4235
4236         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4237         Parse extra data better, apparently it's right behind
4238         the normal strf header size. Fixes #343500.
4239
4240 2006-06-16  Wim Taymans  <wim@fluendo.com>
4241
4242         * ext/alsa/gstalsasink.c: (set_hwparams):
4243         If we fail to set the buffer_time and period_time alsa
4244         parameters, post a warning and leave alsa select a 
4245         default instead of failing. Fixes #342085
4246
4247 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4248
4249         * docs/libs/gst-plugins-base-libs-sections.txt:
4250         * gst-libs/gst/cdda/gstcddabasesrc.h:
4251           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4252           out in the header file and shouldn't be listed in the docs.
4253
4254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4255           Must dereference pointer to fourcc in the debug statement.
4256
4257 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4258
4259         * docs/libs/Makefile.am:
4260         * docs/libs/gst-plugins-base-libs-docs.sgml:
4261         * docs/libs/gst-plugins-base-libs-sections.txt:
4262         * docs/libs/gst-plugins-base-libs.types:
4263         add remaining symbols into correct setions
4264         
4265         * gst-libs/gst/audio/gstringbuffer.c:
4266         fix incomplete docs
4267         
4268         * gst-libs/gst/audio/gstringbuffer.h:
4269         comment out not yet implemented function
4270         
4271         
4272         * gst-libs/gst/floatcast/floatcast.h:
4273         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4274         add short descriptions
4275         
4276         
4277         * gst-libs/gst/interfaces/propertyprobe.c:
4278         fix return value docs   
4279         
4280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4281         simplify debug logging
4282         
4283         * gst-libs/gst/riff/riff-read.h:
4284         sync function prototype and docs
4285         
4286         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4287         remove left over symbol
4288
4289 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * autogen.sh:
4292         * configure.ac:
4293         * docs/Makefile.am:
4294           Use GST_PLUGIN_DOCS macro in configure.ac, add
4295           --enable-plugin-docs default to autogen.sh and use
4296           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4297
4298 2006-06-15  Wim Taymans  <wim@fluendo.com>
4299
4300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4301         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4302         (gst_ogg_demux_loop):
4303         Combine GstFlowReturn from the source pads to give a
4304         meaningfull result to the upstream peer or to stop the
4305         processing task in case of errors.
4306
4307 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * gst/playback/gststreaminfo.c: (cb_probe):
4310           Try GST_TAG_CODEC as fallback when extracting the
4311           codec name; more debug info.
4312
4313 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * ext/ogg/Makefile.am:
4316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4317           Extract language tags from ogm subtitle streams, so that
4318           the subtitle menu choices are labelled correctly in
4319           Totem (fixes #344708).
4320
4321 2006-06-14  Wim Taymans  <wim@fluendo.com>
4322
4323         Patch by: Alessandro Decina <alessandro at nnva dot org>
4324
4325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4326         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4327         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4328         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4329         Fix various leaks. Fixes #343699.
4330         Add x-smoke mime type.
4331
4332 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * gst-libs/gst/riff/riff-ids.h:
4335           Add IDs for 'bext' chunks (see #343837).
4336
4337 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         Patch by: Young-Ho Cha  <ganadist at chollian net>
4340
4341         * gst/subparse/samiparse.c: (sami_context_pop_state),
4342         (handle_start_font), (end_sami_element):
4343           Honour font face tags in SAMI subtitles (#344503).
4344
4345 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4346
4347         * po/POTFILES.in:
4348           add missing files containing translatable strings
4349
4350 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4351
4352         * docs/libs/tmpl/.cvsignore:
4353           we don't want those *.sgml files in CVS either
4354
4355 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4356
4357         * docs/libs/.cvsignore:
4358         * tests/check/elements/.cvsignore:
4359         * tests/check/libs/.cvsignore:
4360           ignore more
4361
4362 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4363
4364         * docs/libs/Makefile.am:
4365           also commiting the changed Makefile.am (added more libs to the
4366           doc-build)
4367
4368 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4369
4370         * docs/libs/gst-plugins-base-libs-docs.sgml:
4371         * docs/libs/gst-plugins-base-libs-sections.txt:
4372         * docs/libs/gst-plugins-base-libs.types:
4373           first batch of reordering things, add index & hierarchy
4374
4375 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4376
4377         * configure.ac:
4378           use GST_PKG_CHECK_MODULES, cleans up output
4379
4380 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4381
4382         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4383           Add support for burn:// URIs (#343385); const-ify things a bit,
4384           use G_N_ELEMENTS instead of hard-coded array size.
4385
4386 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         Patch by: Young-Ho Cha  <ganadist at chollian net>
4389
4390         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4391           Fix up broken entities before passing them to libxml *sigh*.
4392           (#343303).
4393           
4394 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4395
4396         * configure.ac:
4397           back to TRUNK
4398
4399 === release 0.10.8 ===
4400
4401 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4402
4403         * configure.ac:
4404           releasing 0.10.8, "Moar gij ziet mij nie"
4405
4406 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * configure.ac:
4409         * po/af.po:
4410         * po/az.po:
4411         * po/cs.po:
4412         * po/en_GB.po:
4413         * po/hu.po:
4414         * po/it.po:
4415         * po/nb.po:
4416         * po/nl.po:
4417         * po/or.po:
4418         * po/sq.po:
4419         * po/sr.po:
4420         * po/sv.po:
4421         * po/uk.po:
4422         * po/vi.po:
4423         * win32/common/config.h:
4424           0.10.7.2 prerelease
4425
4426 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4427
4428         * docs/libs/tmpl/gstaudio.sgml:
4429         * docs/libs/tmpl/gstcolorbalance.sgml:
4430         * docs/libs/tmpl/gstmixer.sgml:
4431         * docs/libs/tmpl/gstringbuffer.sgml:
4432         * docs/libs/tmpl/gsttuner.sgml:
4433         * docs/libs/tmpl/gstxoverlay.sgml:
4434         * gst-libs/gst/audio/audio.c:
4435         * gst-libs/gst/audio/gstringbuffer.c:
4436         * gst-libs/gst/interfaces/colorbalance.c:
4437         * gst-libs/gst/interfaces/mixer.c:
4438         * gst-libs/gst/interfaces/tuner.c:
4439         * gst-libs/gst/interfaces/xoverlay.c:
4440           move last template doc snippets to source code and delete them
4441
4442 2006-06-06  Michael Smith  <msmith@fluendo.com>
4443
4444         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4445         (theora_parse_drain_queue):
4446           Mark DELTA_UNIT on non-keyframes.
4447
4448 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4449
4450         * gst-libs/gst/audio/gstbaseaudiosink.c:
4451         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4452         * gst-libs/gst/audio/gstbaseaudiosink.h:
4453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4454         (gst_ring_buffer_samples_done):
4455         * gst-libs/gst/audio/gstringbuffer.h:
4456         Document better the fact that latency_time and buffer_time are values
4457         stored in microseconds, and not the usual GStreamer nanoseconds.
4458         Change the variables (compatibly) that store them from GstClockTime 
4459         to guint64 to make it more clear that they're not storing clock times.
4460         Also, remove the bogus property description that says the user can
4461         specify -1 to get the default value, since that's never been the case.
4462
4463         When computing the default segment size for the ring buffer, make it
4464         an integer number of samples.
4465
4466         When the sub-class indicates a delay greater than the number of
4467         samples we've written return 0 from the audio sink get_time method.
4468
4469 2006-06-02  Michael Smith  <msmith@fluendo.com>
4470
4471         * tests/check/elements/audioconvert.c: (set_channel_positions),
4472         (get_float_mc_caps), (get_int_mc_caps):
4473         * tests/check/elements/audioresample.c:
4474         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4475         * tests/check/elements/videorate.c:
4476         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4477         * tests/check/elements/volume.c:
4478         * tests/check/elements/vorbisdec.c:
4479         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4480           Don't busy-wait in tests; this was causing test timeouts very
4481           frequently when running under valgrind.
4482
4483 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4484
4485         * gst/tcp/README:
4486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4487         (gst_multi_fd_sink_remove_client_link),
4488         (gst_multi_fd_sink_client_queue_caps),
4489         (gst_multi_fd_sink_client_queue_buffer),
4490         (gst_multi_fd_sink_handle_client_write),
4491         (gst_multi_fd_sink_render):
4492         * gst/tcp/gstmultifdsink.h:
4493           make multifdsink properly deal with streamheader:
4494           - streamheader is taken from caps
4495           - buffers marked with IN_CAPS are not sent
4496           - streamheaders are sent, on connection, from the caps of the
4497             buffer where the client gets positioned to
4498           - further streamheader changes are done every time the client
4499             will receive a buffer with different caps
4500         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4501         (gst_multifdsink_create_streamheader):
4502           add tests for this
4503
4504 2006-06-02  Michael Smith  <msmith@fluendo.com>
4505
4506         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4507           Reinstate limit on channel count. Vorbis does not define the meaning
4508           of > 6 channels, so they're just independent channels. Gstreamer
4509           currently has no mechanism to represent N independent channels.
4510
4511 2006-06-02  Michael Smith  <msmith@fluendo.com>
4512
4513         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4514           Don't arbitrarily restrict channel counts and rate in vorbis.
4515           In terms of effects likely on real-world files, this fixes 96kHz
4516           playback of vorbis.
4517
4518 2006-06-02  Michael Smith  <msmith@fluendo.com>
4519
4520         * gst/audioconvert/audioconvert.c: (float):
4521           More correct float->int conversion.
4522
4523 2006-06-02  Michael Smith  <msmith@fluendo.com>
4524
4525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4526           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4527           value. Fixes g-critical on trying to play back ogg containing
4528           unknown codec.
4529
4530 2006-06-02  Wim Taymans  <wim@fluendo.com>
4531
4532         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4533         (setup_source):
4534         * gst/playback/gstplaybasebin.h:
4535         Make the subtitle detection work from any thread so we don't
4536         deadlock. Fixes #343397.
4537
4538 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4539
4540         * gst/volume/Makefile.am:
4541           Seriously, it's not *that* hard to get compilation right.  Even
4542           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4543
4544 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4545
4546         * gst/volume/gstvolume.c: (volume_choose_func),
4547         (volume_update_real_volume), (gst_volume_class_init),
4548         (gst_volume_init), (volume_process_float), (volume_process_int16),
4549         (volume_process_int16_clamp), (volume_set_caps),
4550         (volume_transform_ip), (plugin_init):
4551         * gst/volume/gstvolume.h:
4552         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4553         another property desc., remove unused param from process function
4554         
4555         * tests/check/elements/volume.c: (volume_suite):
4556         reactivate the passthrough test
4557
4558 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4559
4560         * ext/alsa/gstalsamixerelement.h:
4561         * ext/alsa/gstalsamixeroptions.h:
4562         * ext/alsa/gstalsamixertrack.h:
4563         * ext/gnomevfs/gstgnomevfssink.h:
4564         * ext/gnomevfs/gstgnomevfssrc.h:
4565         * ext/theora/gsttheoradec.h:
4566         * ext/theora/gsttheoraenc.h:
4567         * ext/theora/gsttheoraparse.h:
4568         * ext/vorbis/vorbisparse.h:
4569         * gst-libs/gst/audio/gstaudioclock.h:
4570         * gst-libs/gst/audio/gstaudiofilter.h:
4571         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4572         * gst/audioconvert/gstaudioconvert.h:
4573         * gst/audioresample/gstaudioresample.h:
4574         * gst/audiotestsrc/gstaudiotestsrc.h:
4575         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4576         * gst/playback/gststreamselector.h:
4577         * gst/tcp/gstmultifdsink.h:
4578         * gst/tcp/gsttcpclientsink.h:
4579         * gst/tcp/gsttcpclientsrc.h:
4580         * gst/tcp/gsttcpserversink.h:
4581         * gst/tcp/gsttcpserversrc.h:
4582         * gst/videorate/gstvideorate.h:
4583         * gst/videoscale/gstvideoscale.h:
4584         * gst/videotestsrc/gstvideotestsrc.h:
4585         * gst/volume/gstvolume.h:
4586         * sys/v4l/gstv4ljpegsrc.h:
4587         * sys/v4l/gstv4lmjpegsink.h:
4588         * sys/v4l/gstv4lmjpegsrc.h:
4589         * sys/v4l/gstv4lsrc.h:
4590         * sys/ximage/ximagesink.h:
4591         * sys/xvimage/xvimagesink.h:
4592         * tests/old/testsuite/alsa/sinesrc.h:
4593         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4594
4595 2006-05-31  Wim Taymans  <wim@fluendo.com>
4596
4597         * ext/libvisual/visual.c: (gst_visual_reset),
4598         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4599         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4600         Handle DISCONT.
4601         Use running time before doing QoS.
4602         Handle mono too.
4603
4604 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4605
4606         * docs/libs/Makefile.am:
4607           set a magic variable to indicate we know the docs are incomplete
4608
4609 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4610
4611         * win32/common/libgstvideo.def:
4612           export gst_video_calculate_display_ratio
4613         * win32/vs6/libgstvideoscale.dsp:
4614           add link to libgstvideo-0.10.lib
4615
4616 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst/playback/gstplaybasebin.c: (gen_source_element):
4619           Throw a more comprehensible error for rtsp:// URIs (rather
4620           than erroring out with a negotiation error later on) until
4621           we fix playbin to handle rtspsrc etc.
4622
4623 2006-05-30  Wim Taymans  <wim@fluendo.com>
4624
4625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4626         (gst_text_overlay_text_event):
4627         Added some FIXMEs.
4628
4629 2006-05-30  Wim Taymans  <wim@fluendo.com>
4630
4631         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4632         (gst_adder_request_new_pad), (gst_adder_release_pad):
4633         * gst/adder/gstadder.h:
4634         Implement release_request_pad.
4635         Make padcounter atomic.
4636
4637         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4638         Added check for release_pad in adder.
4639
4640 2006-05-30  Wim Taymans  <wim@fluendo.com>
4641
4642         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4643         Fix build again.
4644
4645 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4646
4647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4648         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4649         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4650         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4651         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4652         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4653         (gst_ogg_demux_bisect_forward_serialno),
4654         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4655         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4656           add more debugging
4657           clean up printf formats for granulepos and serialno
4658
4659 2006-05-30  Michael Smith  <msmith@fluendo.com>
4660
4661         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4662         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4663         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4664         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4665         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4666         * ext/vorbis/vorbisenc.h:
4667           Multi-channel caps negotiation, so we can do proper multichannel
4668           vorbis encoding, negotiated through audioconvert.
4669
4670 2006-05-30  Wim Taymans  <wim@fluendo.com>
4671
4672         * tests/check/elements/adder.c: (test_event_message_received),
4673         (test_play_twice_message_received), (GST_START_TEST),
4674         (adder_suite):
4675         Added check to show that #339935 is fixed with ongoing
4676         adder and collectpads fixes.
4677
4678 2006-05-29  Wim Taymans  <wim@fluendo.com>
4679
4680         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4681         Don't leak pad name.
4682
4683 2006-05-29  Wim Taymans  <wim@fluendo.com>
4684
4685         * gst/adder/gstadder.c: (gst_adder_query_duration),
4686         (forward_event_func), (forward_event), (gst_adder_src_event):
4687         Fix adder seeking.
4688         Make query/seeking code threadsafe.
4689
4690         * tests/check/Makefile.am:
4691         * tests/check/elements/adder.c: (test_event_message_received),
4692         (GST_START_TEST), (test_play_twice_message_received):
4693         Fix adder test case.
4694
4695 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4696
4697         Patch by: Young-Ho Cha  <ganadist at chollian net>
4698
4699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4700         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4701         (set_encoding_element), (decodebin_element_added_cb),
4702         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4703         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4704         * gst/playback/gstplaybasebin.h:
4705           Add 'subtitle-encoding' property to playbin, so applications can
4706           force a subtitle encoding for non-UTF8 subtitles (#342268).
4707
4708         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4709         (gst_sub_parse_set_property):
4710           Rename recently-added 'encoding' property to 'subtitle-encoding'
4711           (so it can be proxied by playbin/decodebin in a generic way
4712           with less danger of false positives).
4713
4714 2006-05-29  Michael Smith  <msmith@fluendo.com>
4715
4716         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4717         (append_with_other_format), (set_structure_widths),
4718         (gst_audio_convert_transform_caps):
4719           Patch from #341562: give more specific audio caps in get_caps, so
4720           that basetransform  can make better decisions on what caps to
4721           negotiate.
4722
4723 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4724
4725         * tests/check/elements/volume.c:
4726         make it compile again
4727
4728 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4729
4730         * tests/check/elements/volume.c: (volume_suite):
4731         disable test until #343196 gets resolved
4732
4733 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4734
4735         * gst/adder/gstadder.c: (gst_adder_get_type):
4736         Make it easier to copy&paste
4737         
4738         * gst/volume/Makefile.am:
4739         * gst/volume/gstvolume.c: (volume_update_real_volume),
4740         (gst_volume_set_volume), (gst_volume_set_mute),
4741         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4742         (volume_transform_ip), (volume_update_mute),
4743         (volume_update_volume):
4744         * gst/volume/gstvolume.h:
4745         Add own debug category, move duplicate code to helper function, fix
4746         property texts, add more comments and prepare ffor liboil-goodness
4747         
4748         * tests/check/Makefile.am:
4749         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4750         add test for mute and passtrough case, be a bit more verbose to track
4751         failure
4752         
4753         * tests/check/generic/states.c: (GST_START_TEST):
4754         catch elements that fail to instantiate
4755
4756 2006-05-28  Edward Hervey  <edward@fluendo.com>
4757
4758         * tests/check/pipelines/simple-launch-lines.c:
4759         * tests/check/pipelines/theoraenc.c:
4760         * tests/check/pipelines/vorbisenc.c:
4761         Comment out tests using parse_launch() if core was built without
4762         parsing capabilities.
4763
4764 2006-05-27  Edward Hervey  <edward@fluendo.com>
4765
4766         * tests/check/Makefile.am:
4767         Extra bonus points for whoever explains to ensonic that you are meant
4768         to test unit tests thoroughly before commiting them, especially if
4769         you know it's going to break.
4770         De-activated element/adder tests.
4771
4772 2006-05-27  Edward Hervey  <edward@fluendo.com>
4773
4774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4775         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4776         Marking caps conversion issues as GST_WARNING is way too verbose,
4777         Moving them to GST_LOG.
4778
4779 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4780
4781         * README:
4782           Replace current README (containing the release notes from
4783           some 0.9.x version) with a proper README taken from the core.
4784
4785 2006-05-26  Wim Taymans  <wim@fluendo.com>
4786
4787         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4788         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4789         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4790         (vorbis_dec_change_state):
4791         Small cleanups.
4792         Add some FIXMEs
4793         Clip output samples to segment boundaries.
4794
4795 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4796
4797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4798         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4799         Improve the errors produced on bad output, including some human
4800         readable description strings.
4801         Handle the (theoretical for ximagesink) case where the XServer 
4802         has a different idea about the size required for a particular 
4803         frame and gives us too small a memory allocation.
4804
4805 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4806
4807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4808         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4809         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4810         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4811         Improve the errors produced on bad output, including some human 
4812         readable description strings.
4813         Handle RGB Xv formats properly by transforming them into our 
4814         big-endian caps description.
4815         Use gst_caps_truncate to ensure that we never try and choose a
4816         non-fixed caps in buffer_alloc.
4817         Handle the case where the XServer has a different idea about the size
4818         required for a particular frame and gives us too small a memory
4819         allocation.
4820         Use -1 to indicate 'no image format', because 0 is a valid XServer
4821         image format number.
4822         Put RGB Xv formats at the end of the caps, so that we always prefer
4823         YUV format frames.
4824         Iterate the available Xv Encodings to determine the maximum width and
4825         height, and then return that in our caps.
4826         (Closes #315312, #337544)
4827
4828 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4829
4830         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4831         When there is only one unfinished pad and it receives an event that
4832         doesn't match our requirements, we need to set alldone=FALSE so that
4833         the fakesink is not removed yet.
4834
4835 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4838           Use gst_type_find_helper_for_buffer() to find the type
4839           of stream from the first packet.
4840
4841         * configure.ac:
4842           Bump requirements to core CVS (needed for vorbis
4843           typefinding to work).
4844
4845 2006-05-24  Edward Hervey  <edward@fluendo.com>
4846
4847         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4848         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4849         contain.  Else they play perfectly fine with qtdemux.
4850
4851 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4852
4853         * ext/theora/theoradec.c:
4854         * ext/theora/theoraenc.c:
4855         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4856         * gst/audiorate/gstaudiorate.c:
4857           make more debug catagories static
4858         
4859         * tests/check/Makefile.am:
4860         * tests/check/elements/adder.c: (message_received),
4861         (test_event_message_received), (GST_START_TEST),
4862         (test_play_twice_message_received), (adder_suite):
4863           added test case for using element twice, extra bonus points for anyone
4864           who can make these test run reliably
4865
4866 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         * ext/theora/theoradec.c: (theora_dec_chain):
4869           Make work with time-stamped input buffers that do not
4870           have a granulepos in BUFFER_OFFSET_END (like theora
4871           buffers coming from matroskademux). Fixes #342448.
4872
4873 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         Patch by: Peter Kjellerstedt  <pkj at axis com>
4876
4877         * gst/tcp/Makefile.am:
4878           fdstresstest doesn't need Gtk+, fix compilation if 
4879           gtk is not available (#342566).
4880
4881 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4882          
4883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4884           80 line columns
4885           Removed redundant floor()
4886
4887 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4890           On second thought, just skip JUNK chunks automatically, so
4891           the caller doesn't have to handle this. Fixes #342345.
4892           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4893           not GST_FLOW_ERROR.
4894
4895 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4898           Don't bail out on JUNK chunks with a size of 0 (would try to
4899           pull_range 0 bytes before, which sources don't like too much).
4900           See #342345.
4901
4902 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4903
4904         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4906         Use the gstutil scaling function to preserve 64 bits while calculating
4907         output width and height from the display-aspect-ratio. (A continuation
4908         of #341542)
4909
4910 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4911
4912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4913         (gst_xvimagesink_buffer_alloc):
4914         * sys/xvimage/xvimagesink.h:
4915         When performing buffer allocations, remember the caps and image format
4916         we return so that if the same caps are asked for next time we can
4917         return them immediately without doing any caps intersections.
4918
4919 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4920          
4921         * gst-libs/gst/rtp/README:
4922           Some new documentation
4923         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4924           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4925         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4926         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4927           New RTP audio base payloader class. Supports frame or sample based
4928           codecs.  Not enabled in Makefile.am until approved.
4929
4930 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         * tests/check/elements/alsa.c: (test_device_property_probe):
4933           Fix test case: don't try to free NULL GValueArray when there
4934           are no devices.
4935
4936 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * tests/check/Makefile.am:
4939         * tests/check/elements/alsa.c: (test_device_property_probe),
4940         (alsa_suite), (main):
4941           Add simple test that runs a device property probe on alsasrc,
4942           alsasink and alsamixer. Disable valgrind check for now (too
4943           many leaks in libasound, and valgrind ignored my suppressions
4944           additions).
4945
4946 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4947
4948         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4949         (gst_alsa_device_property_probe_probe_property),
4950         (gst_alsa_device_property_probe_needs_probe),
4951         (gst_alsa_device_property_probe_get_values),
4952         (gst_alsa_type_add_device_property_probe_interface):
4953         * ext/alsa/gstalsadeviceprobe.h:
4954         * ext/alsa/gstalsamixerelement.c:
4955         (gst_alsa_mixer_element_init_interfaces):
4956         * ext/alsa/gstalsamixerelement.h:
4957           Clean up and simplify alsa device probing. Make it actually work
4958           for multiple classes. Don't cache results any longer.
4959
4960         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4961         (gst_alsasink_init):
4962         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4963         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4964         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4965           Make alsasink and alsasrc implement the GstPropertyProbe interface
4966           for device probing (#342181).
4967           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4968
4969 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * gst/subparse/samiparse.c: (handle_start_font):
4972           Don't ignore return value of strtol (++compiler_happiness).
4973
4974 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4975
4976         Patch by: Young-Ho Cha  <ganadist chollian net>
4977
4978         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4979         (gst_sub_parse_class_init), (gst_sub_parse_init),
4980         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4981         (convert_encoding):
4982         * gst/subparse/gstsubparse.h:
4983           Add 'encoding' property (#341681).
4984
4985         * gst/subparse/samiparse.c: (characters_sami):
4986           Output is pango markup, so we need to escape text
4987           between tags (#342143).
4988
4989 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         * gst-libs/gst/audio/multichannel.c:
4992         (gst_audio_check_channel_positions):
4993           It's okay to have caps with channels=1 and a channel position
4994           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4995           (deinterleavers might want to keep the position in the caps,
4996           so that they can be re-interleaved again properly later).
4997           Leave check for unexpected 2-channel layouts intact for now.
4998
4999 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5000
5001         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5002         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5003         basesrc can do its job correctly.
5004
5005 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5006
5007         * ext/alsa/Makefile.am:
5008         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5009         (gst_alsa_detect_formats), (get_channel_free_structure),
5010         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5011         (gst_alsa_probe_supported_formats):
5012         * ext/alsa/gstalsa.h:
5013         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5014           Refactor and improve caps probing code: probe signedness
5015           when we probe the supported formats/widths; set endianness
5016           to the one we actually probed for (ie. cpu endianness).
5017           
5018         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5019         (gst_alsasrc_close):
5020         * ext/alsa/gstalsasrc.h:
5021           Implement caps probing for alsasrc.
5022
5023 2006-05-15  Wim Taymans  <wim@fluendo.com>
5024
5025         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5026         (theora_dec_src_query), (theora_dec_src_event),
5027         (theora_dec_sink_event), (theora_handle_comment_packet),
5028         (theora_handle_data_packet), (theora_dec_change_state):
5029         Cleanups, add some G_LIKELY.
5030         Use segment helpers instead of our own wrong code.
5031         Clear queued buffers on seek and READY.
5032
5033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5034         (vorbis_dec_convert), (vorbis_dec_src_query),
5035         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5036         (vorbis_handle_comment_packet), (vorbis_dec_push),
5037         (vorbis_handle_data_packet), (vorbis_dec_chain),
5038         (vorbis_dec_change_state):
5039         * ext/vorbis/vorbisdec.h:
5040         Remove old useless packetno variable.
5041         Do position query properly.
5042         Add some G_LIKELY.
5043         Do cleanup of queued buffers in new helper function
5044         and use it.
5045
5046 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5049           Query supported sample rates. Fixes #341732.
5050
5051 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5052
5053         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5054         (gst_decode_bin_change_state): Make decodebin reusable
5055         when going from PAUSE_TO_READY and then back to PAUSED.
5056         Fixes #331678.
5057
5058 2006-05-15  Wim Taymans  <wim@fluendo.com>
5059
5060         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5061         (vorbis_dec_convert), (vorbis_dec_src_query),
5062         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5063         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5064         (vorbis_dec_clean_queued), (vorbis_dec_push),
5065         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5066         Cleanups. Use refcounting and DEBUG_OBJECT.
5067         Reset segment on flush, use code methods instead of our
5068         own wrong version.
5069         Fix potential memleak.
5070
5071 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5072
5073         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5074         (gst_alsasink_init):
5075         * ext/alsa/gstalsasink.h:
5076           Don't leak allocated snd_output_t structure if there's
5077           more than one alsasink instance at a time (#341873).
5078           Also fix GObject macros in header file.
5079           
5080 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5081
5082         * gst/subparse/gstsubparse.c:
5083         (gst_sub_parse_data_format_autodetect):
5084           Don't use libxml functions in the typefinding code.
5085
5086 2006-05-15  Wim Taymans  <wim@fluendo.com>
5087
5088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5089         Fix seeking performance in the case where a non-header 
5090         packet has a 0 granulepos (busted theora case). 
5091         Fixes #341719
5092         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5093          the first place, you limelight stealer you)
5094
5095 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         * gst/subparse/gstsubparse.c:
5098         (gst_sub_parse_data_format_autodetect):
5099           Improve SAMI typefinding: handle case where there are
5100           whitespaces or newlines in front of the first <SAMI>
5101           tag (#169936).
5102
5103 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * configure.ac:
5106           Build video4linux plugin even if there's no XVIDEO, just
5107           without implementing the GstXOverlay interface (#334002).
5108          
5109 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         * configure.ac:
5112         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5113         (plugin_init):
5114           Add tentative support for libvisual-0.4 (#336881).
5115
5116 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         Patch by: Young-Ho Cha <ganadist at chollian net>
5119
5120         * gst/subparse/samiparse.c: (handle_start_font):
5121           Need to map "silver" colour explicitly (#169936).
5122
5123 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         Patch by: Young-Ho Cha  <ganadist at chollian net>
5126
5127         * gst/subparse/Makefile.am:
5128         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5129         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5130         (gst_sub_parse_format_autodetect), (feed_textbuf),
5131         (gst_subparse_type_find), (plugin_init):
5132         * gst/subparse/gstsubparse.h:
5133         * gst/subparse/samiparse.c:
5134         * gst/subparse/samiparse.h:
5135           Add support for SAMI subtitles (#169936).
5136
5137 2006-05-14  Michael Smith  <msmith@fluendo.com>
5138
5139         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5140           Fix #341696: crash when mixing L+R+C to mono or stereo.
5141         * tests/check/Makefile.am:
5142         * tests/check/elements/audioconvert.c: (set_channel_positions),
5143         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5144         (audioconvert_suite):
5145           Add test for the above, including some generic framework bits for
5146           testing multichannel things.
5147
5148 === release 0.10.7 ===
5149
5150 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5151
5152         * configure.ac:
5153           releasing 0.10.7, "Leave the gun"
5154
5155 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5156
5157         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5159         Fix the build.
5160
5161 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5162
5163         * docs/libs/gst-plugins-base-libs-docs.sgml:
5164         * docs/libs/gst-plugins-base-libs-sections.txt:
5165         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5166         * gst-libs/gst/video/video.h:
5167         * gst/videoscale/Makefile.am:
5168         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5170         * tests/check/Makefile.am:
5171         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5172         (main):
5173           Fix integer overflow problem with pixel-aspect-ratio calculations
5174           in videoscale and xvimagesink (#341542)
5175
5176 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * gst-libs/gst/tag/gstid3tag.c:
5179           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5180
5181 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5182
5183         * win32/MANIFEST:
5184           update win32 files listing
5185
5186 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5187
5188         patch by: Sjoerd Simons (sjoerd@luon.net)
5189
5190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5191         (group_create), (group_destroy), (add_stream),
5192         (gst_play_base_bin_get_property),
5193         (gst_play_base_bin_get_streaminfo_value_array):
5194         * gst/playback/gstplaybasebin.h:
5195           API: GstPlayBaseBin::stream-info-value-array property
5196           use a more bindings-friendly way of exposing streaminfo
5197           using a GValueArray.  Tested in ipython.
5198           Closes #341114
5199
5200 2006-05-11  Wim Taymans  <wim@fluendo.com>
5201
5202         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5203         (queue_underrun_cb), (queue_filled_cb):
5204         Also catch queue underruns but don't do anything yet.
5205         Refactor and comment queue enlarging code a bit.
5206
5207         * gst/playback/gstplaybasebin.c: (queue_overrun),
5208         (queue_threshold_reached), (queue_out_of_data),
5209         (gen_preroll_element):
5210         If a queue over/underruns check that we don't create nasty
5211         deadlocks when the min-threshold is not reached but the
5212         max-bytes is. In those cases disable max-bytes when we
5213         know that the queue is fed timed data.
5214         Add more comments.
5215
5216 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * gst/playback/gstplaybin.c: (gen_audio_element):
5219           Make playbin automatically plug an 'audioresample'
5220           element before the audio sink as well. This solves
5221           problems with sinks that only accept a very specific
5222           sample rate, like esdsink (e.g. #340379).
5223
5224 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * gst/playback/gstplaybasebin.c: (gen_source_element):
5227           Make http sources send special headers so that we receive
5228           icecast metadata if the http stream is an icecast stream
5229           (otherwise the server will just ignore them). This also
5230           means that from now on users will need the 'icydemux'
5231           element from gst-plugins-good installed if they want to
5232           listen to icecast radio streams. (#341432, #333657).
5233
5234 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5235
5236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5237         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5238           remove stupid example from docs - it should come with a simple
5239           C program instead.
5240           Clean up/fix docs
5241         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5242         (fail_if_can_read), (GST_START_TEST),
5243         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5244           add a test for changing streamheader which exposes a bug in
5245           multifdsink
5246
5247 2006-05-11  Michael Smith  <msmith@fluendo.com>
5248
5249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5250         (gst_gnome_vfs_src_received_headers_callback):
5251         * ext/gnomevfs/gstgnomevfssrc.h:
5252           Don't set icy-caps unless we have a sane interval value. Move
5253           interval to a local variable; we never use it outside this function.
5254
5255 2006-05-11  Wim Taymans  <wim@fluendo.com>
5256
5257         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5259         Register special buffer types along with the objects so
5260         that they are not registered at runtime from N different
5261         streaming threads since they are not threadsafe.
5262
5263 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5264
5265         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5266         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5267           add two more tests, one doing streamheader
5268
5269 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5270
5271         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5272           clean up the bufqueue when shutting down
5273         * tests/check/Makefile.am:
5274         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5275         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5276         (main):
5277           add a test for the leak that was just fixed
5278
5279 2006-05-10  Wim Taymans  <wim@fluendo.com>
5280
5281         * gst/adder/gstadder.c: (gst_adder_setcaps),
5282         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5283         (gst_adder_src_event), (gst_adder_sink_event),
5284         (gst_adder_class_init), (gst_adder_finalize),
5285         (gst_adder_request_new_pad), (gst_adder_collected):
5286         * gst/adder/gstadder.h:
5287         Updated some docs. Added comments and FIXMEs all over the place.
5288         Improve debugging info.
5289         Fix leak on finalize by not calling the parent.
5290         Implement duration query.
5291         Make event forwarding threadsafe.
5292         Correctly send NEWSEGMENT at start and after flush.
5293         Handle EOS correctly.
5294         Post error when not negotiated.
5295
5296         * tests/check/elements/adder.c: (GST_START_TEST):
5297         Added FIXME in the test.
5298
5299 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5300
5301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5302         (gst_text_overlay_halign_get_type),
5303         (gst_text_overlay_wrap_mode_get_type):
5304         * ext/theora/theoradec.c: (theora_handle_type_packet),
5305         (theora_handle_data_packet):
5306         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5307         (theora_enc_sink_setcaps), (theora_enc_chain):
5308         * gst-libs/gst/cdda/gstcddabasesrc.c:
5309         (gst_cdda_base_src_mode_get_type):
5310         * gst/audiotestsrc/gstaudiotestsrc.c:
5311         (gst_audiostestsrc_wave_get_type):
5312         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5313         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5314         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5315         (gst_sync_method_get_type), (gst_unit_type_get_type),
5316         (gst_client_status_get_type):
5317         * gst/videoscale/gstvideoscale.c:
5318         (gst_video_scale_method_get_type):
5319         * gst/videotestsrc/gstvideotestsrc.c:
5320         (gst_video_test_src_pattern_get_type):
5321         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5322         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5323         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5324         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5325         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5326         (paint_setup_RGB565), (paint_setup_xRGB1555):
5327           Const-ify GEnumValue and GFlagsValue arrays. Use
5328           GST_ROUND_UP_* macros instead of home-made ones.
5329
5330 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         * configure.ac:
5333           Require core CVS for the new newsegment stuff.
5334
5335 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         Patch by: Sjoerd Simons  <sjoerd at luon net>
5338
5339         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5340           Register nick for enum value (#341160).
5341
5342 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5343
5344         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5345         (plugin_init):
5346          backout typefind patch #340375
5347          
5348         * tests/check/elements/adder.c: (message_received),
5349         (GST_START_TEST), (adder_suite):
5350           redo, signal-handling of test
5351
5352 2006-05-09  Wim Taymans  <wim@fluendo.com>
5353
5354         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5355         (gst_adder_collected):
5356         * gst/adder/gstadder.h:
5357         Remove bogus segment merging and forwarding, we don't
5358         care about timestamps anyway and we just produce a
5359         continuous stream. 
5360         Also create a nice NEWSEGMENT event when we start.
5361         Use _scale_int some more.
5362
5363 2006-05-09  Edward Hervey  <edward@fluendo.com>
5364
5365         * tests/icles/stress-xoverlay.c:
5366         Fix if core was built without parsing support.
5367
5368 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5371           Add SEDG (Samsung MPEG-4) fourcc.
5372
5373 2006-05-09  Edward Hervey  <edward@fluendo.com>
5374
5375         * tests/icles/stress-xoverlay.c:
5376         * tests/examples/volume/volume.c:
5377         Fix if core was built without parsing support.
5378
5379         * tests/examples/seek/seek.c:
5380         Disable the parse_launch example if core was built without parsing
5381         support.
5382
5383 2006-05-08  Edward Hervey  <edward@fluendo.com>
5384
5385         * autogen.sh: (CONFIGURE_DEF_OPT): 
5386         libtoolize on Darwin/MacOSX is called glibtoolize
5387
5388 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5389
5390         * tests/check/Makefile.am:
5391         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5392           Disable the adder test, until the build-slaves posses the kindness to 
5393           either like it or to give valid reason for not doing so 
5394
5395 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5396
5397         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5398         (adder_suite):
5399           Shuffle NULL state change around and raise timeout more
5400
5401 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5402
5403         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5404         (mp4_type_find), (plugin_init):
5405           Add typefind to distinguish between "audio/x-m4a" and new type
5406           "video/mp4". Fixes #340375
5407
5408         * tests/check/elements/adder.c: (adder_suite):
5409           Raise timeout to make buildbot happy
5410
5411 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5412
5413         * gst/adder/gstadder.c: (gst_adder_sink_event),
5414         (gst_adder_request_new_pad), (gst_adder_change_state):
5415         * gst/adder/gstadder.h:
5416         * tests/check/Makefile.am:
5417         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5418         (adder_suite), (main):
5419           Add sink-event handling to adder. It tries to merge incomming
5420           newsegment-events. Added test to check if segment_done is comming
5421           through. Fixes #340060
5422
5423 2006-05-05  Andy Wingo  <wingo@pobox.com>
5424
5425         * ext/theora/theoraparse.c (gst_theora_parse_init)
5426         (theora_parse_src_convert, theora_parse_src_query):
5427         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5428         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5429         query functions on the source pads of the theora and vorbis parse
5430         elements. Fixes position querying when doing a remux.
5431
5432 2006-05-05  Michael Smith  <msmith@fluendo.com>
5433
5434         * ext/theora/theoraparse.c: (parse_granulepos),
5435         (theora_parse_drain_queue_prematurely),
5436         (theora_parse_queue_buffer), (theora_parse_sink_event):
5437           Fix flushing.
5438           Fix invalid granulepos outputs when starting with a non-keyframe.
5439
5440 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5441
5442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5443         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5444         Rearrange MPEG system stream detection, fixing some memleaks in the
5445         process.
5446         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5447         they clean up their data correctly.
5448         Remove unused ogganx caps and move the 'is_annodex' check to inside
5449         the 'is_ogg' if statement.
5450
5451 2006-05-05  Wim Taymans  <wim@fluendo.com>
5452
5453         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5454         Properly remove ghostpads. Fixes #340392
5455
5456 2006-05-04  David Schleef  <ds@schleef.org>
5457
5458         * gst/typefind/gsttypefindfunctions.c:
5459
5460 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5461
5462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5463         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5464
5465         When typefinding an MP3 in push-based mode, don't penalise the
5466         probability down to 74% when we found 5 valid frames just because we
5467         can't peek the end of the file.
5468
5469         Make the probability for detecting MPEG Transport Streams based on the
5470         number of sequential headers we successfully detected.
5471
5472 2006-05-03  Wim Taymans  <wim@fluendo.com>
5473
5474         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5475         (vorbis_dec_push), (vorbis_dec_chain):
5476         Still produce an error when we receive an empty packet.
5477
5478 2006-05-03  Wim Taymans  <wim@fluendo.com>
5479
5480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5481         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5483         Mark buffers with DISCONT after seek and after activating new
5484         chains.
5485
5486         * ext/theora/gsttheoradec.h:
5487         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5488         (theora_get_query_types), (theora_dec_sink_event),
5489         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5490         (theora_dec_change_state):
5491         Fix frame counter.
5492         Detect and mark DISCONT buffers.
5493
5494         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5495         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5496         (vorbis_dec_change_state):
5497         * ext/vorbis/vorbisdec.h:
5498         Use GstSegment.
5499         Detect and mark DISCONT buffers.
5500         Don't crash on 0 sized buffers.
5501
5502 2006-05-03  Wim Taymans  <wim@fluendo.com>
5503
5504         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5505         (volume_transform_ip):
5506         Increase "volume" property to 10.0. Fixes #340369.
5507         Set the process function to NULL when capsnego fails so that
5508         we properly error out.
5509
5510 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5511
5512         * gst/playback/gstplaybin.c: (add_sink):
5513         * gst/playback/test.c: (main):
5514         * gst/playback/test5.c: (dump_element_stats):
5515         * gst/playback/test6.c: (main):
5516           free caps using gst_caps_unref, don't leak caps-strings
5517
5518 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5521         (plugin_init):
5522           Refine musepack typefinding a bit. Return MAXIMUM
5523           probability when we detect stream version 7 to make
5524           sure the mpeg audio typefinder doesn't trump us.
5525
5526 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5527
5528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5529           Protect against unexpected NULL strf_data buffer.
5530
5531 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5532
5533         * tests/check/elements/audioconvert.c: (verify_convert),
5534         (GST_START_TEST):
5535           interpret the out[] buffer in the order the bytes are actually
5536           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5537           Other tests should use BYTE_ORDER since the array is filled in
5538           with actual values
5539
5540 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5541
5542         * tests/check/elements/audioconvert.c: (verify_convert),
5543         (GST_START_TEST):
5544           when a test fails, give an indication of which it is
5545
5546 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5547
5548         * gst-libs/gst/cdda/gstcddabasesrc.c:
5549           compile fix; strtol() needs <stdlib.h>
5550
5551 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * ext/alsa/gstalsamixerelement.c:
5554         * ext/alsa/gstalsasrc.c:
5555         * ext/cdparanoia/gstcdparanoiasrc.c:
5556         * ext/gnomevfs/gstgnomevfssink.c:
5557         * ext/gnomevfs/gstgnomevfssrc.c:
5558         * ext/ogg/gstoggdemux.c:
5559         * ext/ogg/gstoggmux.c:
5560         * ext/ogg/gstoggparse.c:
5561         * ext/ogg/gstogmparse.c:
5562         * ext/pango/gstclockoverlay.c:
5563         * ext/pango/gsttextoverlay.c:
5564         * ext/pango/gsttextrender.c:
5565         * ext/pango/gsttimeoverlay.c:
5566         * ext/theora/theoradec.c:
5567         * ext/theora/theoraenc.c:
5568         * ext/vorbis/vorbisdec.c:
5569         * ext/vorbis/vorbisenc.c:
5570         * gst-libs/gst/audio/gstaudiofilter.c:
5571         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5572         * gst/audioconvert/gstaudioconvert.c:
5573         * gst/audiorate/gstaudiorate.c:
5574         * gst/audioresample/gstaudioresample.c:
5575         * gst/audiotestsrc/gstaudiotestsrc.c:
5576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5577         * gst/playback/gstdecodebin.c:
5578         * gst/playback/gstplaybin.c:
5579         * gst/playback/gststreamselector.c:
5580         * gst/subparse/gstsubparse.c:
5581         * gst/tcp/gstmultifdsink.c:
5582         * gst/tcp/gsttcpclientsink.c:
5583         * gst/tcp/gsttcpclientsrc.c:
5584         * gst/tcp/gsttcpserversink.c:
5585         * gst/tcp/gsttcpserversrc.c:
5586         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5587         * gst/videorate/gstvideorate.c:
5588         * gst/videoscale/gstvideoscale.c:
5589         * gst/videotestsrc/gstvideotestsrc.c:
5590         * gst/volume/gstvolume.c:
5591         * sys/v4l/gstv4ljpegsrc.c:
5592         * sys/v4l/gstv4lmjpegsink.c:
5593         * sys/v4l/gstv4lmjpegsrc.c:
5594         * sys/v4l/gstv4lsrc.c:
5595         * sys/ximage/ximagesink.c:
5596         * sys/xvimage/xvimagesink.c:
5597         * tests/check/libs/cddabasesrc.c:
5598           make GstElementDetails const
5599
5600 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5601
5602         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5603         (gst_adder_init):
5604           send events from src-pad to all sink-pads fixes #338657
5605
5606 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5607
5608         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5609         (alsasink_parse_spec):
5610           query width capabilities from alsa, fixes #338919
5611
5612 2006-04-28  Wim Taymans  <wim@fluendo.com>
5613
5614         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5615         (gst_multi_fd_sink_remove_client_link):
5616         * gst/tcp/gstmultifdsink.h:
5617         Fix race condition in multifdsink that can lead to spurious 
5618         duplicate clients. this patch adds a new signal that is fired when
5619         multifdsink has removed all references to the fd.
5620         Fixes #339574.
5621         Updated documentation.
5622         API: client-fd-removed signal added
5623
5624 2006-04-28  Michael Smith  <msmith@fluendo.com>
5625
5626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5627           When asking g_value_array_new to prealloc elements, we may as well
5628           ask for the right number of elements.
5629
5630 2006-04-28  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst-libs/gst/audio/gstbaseaudiosink.c:
5633         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5634         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5635         patch to make timestamp checking more tollerant to rounding 
5636         errors given that real discontinuities are to be marked on
5637         buffers. Fixes some asf files and #338778.
5638         Also avoid some crashers when we receive an event in the 
5639         NULL state.
5640
5641 2006-04-28  Michael Smith  <msmith@fluendo.com>
5642
5643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5644         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5645         (gst_gnome_vfs_src_get_property),
5646         (gst_gnome_vfs_src_send_additional_headers_callback),
5647         (gst_gnome_vfs_src_received_headers_callback),
5648         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5649         (gst_gnome_vfs_src_stop):
5650         * ext/gnomevfs/gstgnomevfssrc.h:
5651           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5652           proper shared support within icydemux.
5653
5654 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5655
5656         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5657         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5658           fix up docs
5659           fix a leak when no caps negotiated
5660           fix counting of input frames
5661         * tests/check/elements/.cvsignore:
5662         * tests/check/elements/videorate.c: (assert_videorate_stats),
5663         (GST_START_TEST), (videorate_suite):
5664           add tests for these
5665
5666 2006-04-28  Wim Taymans  <wim@fluendo.com>
5667
5668         * gst-libs/gst/audio/gstringbuffer.c:
5669         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5670         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5671         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5672         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5673         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5674         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5675         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5676         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5677         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5678         Check arguments passed to public functions instead of
5679         crashing.
5680
5681 2006-04-28  Wim Taymans  <wim@fluendo.com>
5682
5683         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5684         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5685         GstBaseAudioSrc must be live or it does not work.
5686
5687         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5688         Don't set live to TRUE as this is the default in the parentclass.
5689
5690 2006-04-28  Wim Taymans  <wim@fluendo.com>
5691
5692         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5693         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5694         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5695         fixation cases better. Fixes #338991
5696
5697 2006-04-28  Wim Taymans  <wim@fluendo.com>
5698
5699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5700         Handle 0/1 framerate correctly Fixes #331901.
5701
5702 2006-04-28  Wim Taymans  <wim@fluendo.com>
5703
5704         * tests/check/elements/audioconvert.c: (get_float_caps),
5705         (GST_START_TEST), (audioconvert_suite):
5706         Added check for correct clipping when doing float samples
5707         in audioconvert.
5708
5709 2006-04-28  Wim Taymans  <wim@fluendo.com>
5710
5711         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5712         (gst_video_rate_chain):
5713         Print more debugging info.
5714
5715 2006-04-28  Wim Taymans  <wim@fluendo.com>
5716
5717         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5718         (resample_set_state_from_caps):
5719         Add support for other formats audioresample can handle such as
5720         32 bits in and float and 64 bits float. Fixes #301759
5721
5722 2006-04-28  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst/audioconvert/audioconvert.c: (float):
5725         correctly clip float samples > 1.0. Fixes #338718
5726
5727 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         Patch by: Young-Ho Cha  <ganadist at chollian net>
5730
5731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5732         (gst_text_overlay_render_text):
5733           Don't strip newlines from the text. Also, center lines
5734           within multi-line paragraphs (#339405).
5735
5736 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5739           Fix wavpack typefinding to work in more cases (don't peek
5740           for chunks of multiple hundred kBs at once, but process
5741           things step-by-step in smaller units). Fixes #339786.
5742
5743 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5744
5745         * configure.ac:
5746           back to HEAD
5747
5748 === release 0.10.6 ===
5749
5750 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5751
5752         * configure.ac:
5753           releasing 0.10.6, "Chao"
5754
5755 2006-04-26  David Schleef  <ds@schleef.org>
5756
5757         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5758           Fixes #338897.
5759
5760 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5761
5762         * configure.ac:
5763         * win32/common/config.h:
5764           new prerelease
5765
5766 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5767
5768         patch by: Wim Taymans
5769
5770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5771         (gst_ogg_demux_perform_seek):
5772           make sure correct newsegments are sent, so that the decoder
5773           and the demuxer agree on timestamps.  Fixes playback of a lot
5774           of Ogg files that do not start from 0.  Fixes #339833.
5775
5776 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5777
5778         Patch by: Edward Hervey  <edward@fluendo.com>
5779
5780         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5781         * tests/check/Makefile.am:
5782         * tests/check/elements/videorate.c: (assert_videorate_stats),
5783         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5784         (videorate_suite), (main):
5785           Fix an infinite loop if frames are passed in with wrongly ordered
5786           timestamps.  Fixes #339013.
5787
5788 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5789
5790         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5793           fix typefinding on some ISO files.  Fixes #339212.
5794
5795 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5800           add another H264 fourcc.  Fixes #339047.
5801
5802 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5803
5804         Patch by: Jan Schmidt
5805
5806         * gst/playback/gststreamselector.c:
5807         (gst_stream_selector_bufferalloc):
5808           Restore old StreamSelector behaviour.
5809           Fixes #338419.
5810
5811 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5812
5813         * configure.ac:
5814         * win32/common/config.h:
5815           prerelease
5816
5817 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5820
5821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5822         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5823           Fix some memory leaks: on finalize, free buffers left in the queue
5824           before destroying the queue; in _push(), unref rtp_buf even if
5825           the process vfunc returned a NULL buffer as output buffer (#337548);
5826           demote some recuring debug messages to LOG level.
5827
5828 2006-04-11  Wim Taymans  <wim@fluendo.com>
5829
5830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5831         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5832         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5833         (gst_ogg_demux_loop):
5834         More cleanups.
5835         Respect segment stop when emiting EOS or SEGMENT_DONE.
5836         Fixes (#337945).
5837
5838 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         * gst/playback/gststreamselector.c:
5841         (gst_stream_selector_get_property):
5842           Don't leak pad name.
5843
5844 2006-04-10  Michael Smith  <msmith@fluendo.com>
5845
5846         * tests/check/Makefile.am:
5847         * tests/check/gst-plugins-base.supp:
5848           Suppress an old libtheora bug (fixed in more recent versions), so 
5849           that FC4 buildslaves can pass.
5850
5851 2006-04-10  Wim Taymans  <wim@fluendo.com>
5852
5853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5854         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5855         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5856         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5857         (gst_ogg_demux_loop):
5858         Don't leak events.
5859         Remember what error we got when finding chains, if we
5860         were shutdown, that would not be an error.
5861
5862 2006-04-10  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst-libs/gst/audio/gstbaseaudiosink.c:
5865         (gst_base_audio_sink_event):
5866         Starting the ringbuffer when we did not acquire it can cause
5867         a deadlock, is pointless and causes nasty things for
5868         subclasses. 
5869         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5870
5871 2006-04-10  Wim Taymans  <wim@fluendo.com>
5872
5873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5874         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5875         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5876         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5877         (gst_ogg_demux_deactivate_current_chain),
5878         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5879         (gst_ogg_demux_bisect_forward_serialno),
5880         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5881         Add some more debugging.
5882
5883 2006-04-10  Wim Taymans  <wim@fluendo.com>
5884
5885         * ext/theora/theoradec.c: (theora_dec_src_event),
5886         (theora_handle_data_packet):
5887         Some more debug info.
5888
5889         * tests/examples/seek/seek.c: (start_seek), (main):
5890         Print element messages too.
5891
5892 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5893
5894         * gst/audioresample/debug.h:
5895           replace debug macros with variable number of parameters
5896           by a simple alias to gstreamer standard debug macros 
5897          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5898           supported by MSVC 6.0 and 7.1)
5899         * gst/audioresample/resample.h:
5900           define M_PI and rint for WIN32
5901         * win32/common/libgstaudio.def:
5902         * win32/common/libgstriff.def:
5903         * win32/common/libgsttag.def:
5904         * win32/common/libgstvideo.def:
5905           add new exported functions
5906         * win32/vs6:
5907           update project files
5908
5909 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5910
5911         * ext/alsa/gstalsamixeroptions.c:
5912         (gst_alsa_mixer_options_class_init):
5913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5916         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5917         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5918         * gst-libs/gst/audio/gstaudiofilter.c:
5919         (gst_audio_filter_class_init):
5920         * gst-libs/gst/audio/gstaudiosink.c:
5921         (gst_audioringbuffer_class_init):
5922         * gst-libs/gst/audio/gstaudiosrc.c:
5923         (gst_audioringbuffer_class_init):
5924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5925         * gst-libs/gst/interfaces/colorbalancechannel.c:
5926         (gst_color_balance_channel_class_init):
5927         * gst-libs/gst/interfaces/mixeroptions.c:
5928         (gst_mixer_options_class_init):
5929         * gst-libs/gst/interfaces/mixertrack.c:
5930         (gst_mixer_track_class_init):
5931         * gst-libs/gst/interfaces/tunerchannel.c:
5932         (gst_tuner_channel_class_init):
5933         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5934         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5935         (gst_netbuffer_class_init):
5936         * gst-libs/gst/rtp/gstbasertppayload.c:
5937         (gst_basertppayload_class_init):
5938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5941         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5942         * gst/playback/gststreamselector.c:
5943         (gst_stream_selector_class_init):
5944         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5946         * sys/v4l/gstv4lcolorbalance.c:
5947         (gst_v4l_color_balance_channel_class_init):
5948         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5951         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5952         (gst_v4l_tuner_norm_class_init):
5953         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5955         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5956         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5957
5958 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * ext/pango/gsttextrender.h:
5961         * gst-libs/gst/audio/gstaudiosink.h:
5962         * gst-libs/gst/audio/gstaudiosrc.h:
5963         * gst-libs/gst/audio/gstbaseaudiosink.h:
5964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5965         * gst-libs/gst/audio/gstringbuffer.h:
5966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5967         * gst-libs/gst/rtp/gstbasertppayload.h:
5968         * gst-libs/gst/video/gstvideofilter.h:
5969         * gst-libs/gst/video/gstvideosink.h:
5970         * gst/playback/gstplaybasebin.h:
5971         * gst/tcp/gstmultifdsink.h:
5972         * sys/v4l/gstv4lelement.h:
5973         Fix broken GObject macros
5974
5975 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5976
5977         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5978         More debug to trace why my USB headset is not working with gst
5979
5980 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5981
5982         * gst/playback/gstplaybasebin.c: (group_destroy):
5983         Clean up our group elements properly in the case where it never 
5984         got committed - it still got added unconditionally to the bin.
5985
5986 2006-04-07  Wim Taymans  <wim@fluendo.com>
5987
5988         * ext/theora/theoradec.c: (theora_dec_sink_event),
5989         (theora_handle_data_packet), (theora_dec_chain):
5990         Unref unhandled events.
5991         Protect against empty buffers.
5992         Perform QoS on running time.
5993
5994 2006-04-07  Michael Smith  <msmith@fluendo.com>
5995
5996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5997         (gst_vorbis_enc_chain):
5998           Remove leaks from vorbisenc.
5999           Mostly minor changes, the only significant one is that now the
6000           buffers we set as 'streamheader' on the caps are copies of the
6001           original buffers, to avoid circular refcounting problems.
6002
6003 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6004
6005         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6006           Don't remove our mute-probe if someone else already did so.
6007           Don't set a 2nd one if there is already one pending on the pad.
6008
6009         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6010         (do_playbin_seek):
6011           When a seek fails, ensure that playbin is still set back to playing.
6012           
6013         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6014         (mpeg_ts_type_find), (plugin_init):
6015           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6016
6017 2006-04-06  Andy Wingo  <wingo@pobox.com>
6018
6019         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6020         (gst_video_rate_init): Caps-related parameters should not be reset
6021         by a flush -- move their inits to the instance init function.
6022         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6023         is not OK, just return the result.
6024
6025         * gst/audiotestsrc/gstaudiotestsrc.c
6026         (gst_audio_test_src_class_init)
6027         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6028         broken by Stefan's commit on 24 March.
6029
6030         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6031         buffers being pushed out. Fixes oggmux ! multifdsink.
6032
6033 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6036         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6037         * ext/vorbis/vorbisdec.h:
6038         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6039         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6040         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6041         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6042         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6043         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6044         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6045         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6046         (gst_vorbis_enc_buffer_from_packet),
6047         (gst_vorbis_enc_buffer_from_header_packet),
6048         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6049         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6050         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6051         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6052         (gst_vorbis_enc_change_state):
6053         * ext/vorbis/vorbisenc.h:
6054           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6055           vorbisenc adhere to the official nomenclature; use boilerplate
6056           macro.
6057
6058 2006-04-04  Andy Wingo  <wingo@pobox.com>
6059
6060         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6061         Whoops, fix bug introduced. Bad hacker!
6062         
6063         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6064         Properly handle the case where you get EOS before any buffers are
6065         received. Use gst_buffer_make_metadata_writable where appropriate.
6066
6067         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6068         is often negative -- make it signed so as not to wrap around.
6069         Fixes segfaults introduced on 9 March.
6070
6071 2006-04-03  Wim Taymans  <wim@fluendo.com>
6072
6073         * ext/theora/gsttheoradec.h:
6074         * ext/theora/theoradec.c: (theora_dec_src_event):
6075         Don't try to store a gdouble in a gboolean.
6076         Small cleanups.
6077
6078 2006-04-03  Michael Smith  <msmith@fluendo.com>
6079
6080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6081           Oggmux sucks.
6082           Make it suck slightly less by writing out the final page.
6083           Still can't encode a vorbis-in-ogg file correctly, though.
6084
6085 2006-04-03  Andy Wingo  <wingo@pobox.com>
6086
6087         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6088         a g_print.
6089
6090         * ext/theora/theora.c (plugin_init): Register theoraparse.
6091
6092         * ext/theora/gsttheoraparse.h: 
6093         * ext/theora/theoraparse.c: New files implementing a theora
6094         parser. Now we can properly remux ogg/theora+vorbis, yay.
6095
6096         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6097
6098 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6099
6100         * gst/audiotestsrc/gstaudiotestsrc.c:
6101           Fixed the sample pipeline (see #323798)
6102
6103 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6104
6105         * configure.ac:
6106         * win32/common/config.h:
6107         * win32/common/config.h.in:
6108           use AS_VERSION and AS_NANO
6109           more cleanups
6110
6111 2006-03-31  Andy Wingo  <wingo@pobox.com>
6112
6113         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6114         uninitialized variable return that would happen.
6115         
6116         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6117         uninitialized variable return that would never happen.
6118
6119         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6120         (vorbis_parse_sink_event): Add an event function to flush our
6121         state on a seek, and to drain buffers on a premature EOS.
6122         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6123         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6124         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6125         (vorbis_parse_drain_queue): Queue up buffers until we can set
6126         their timestamps and granulepos values.
6127
6128         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6129         and keep track of data needed for deriving granulepos and
6130         timestamps for buffers.
6131
6132 2006-03-29  Wim Taymans  <wim@fluendo.com>
6133
6134         Patch by: j^ <j at bootlab dot org>
6135
6136         * ext/alsa/gstalsamixerelement.c:
6137         (gst_alsa_mixer_element_class_init):
6138         * ext/alsa/gstalsasink.c:
6139         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6140         * ext/ogg/gstoggdemux.c:
6141         * ext/ogg/gstoggmux.c:
6142         * ext/ogg/gstoggparse.c:
6143         * ext/pango/gstclockoverlay.c:
6144         * ext/pango/gsttextoverlay.c:
6145         * ext/pango/gsttextrender.c:
6146         * ext/pango/gsttimeoverlay.c:
6147         * ext/theora/theoradec.c:
6148         * ext/theora/theoraenc.c:
6149         * ext/vorbis/vorbisdec.c:
6150         * ext/vorbis/vorbisenc.c:
6151         * gst/audioconvert/gstaudioconvert.c:
6152         * gst/subparse/gstsubparse.c:
6153         * gst/tcp/gstmultifdsink.c:
6154         * gst/tcp/gsttcpclientsink.c:
6155         * gst/tcp/gsttcpclientsrc.c:
6156         * gst/tcp/gsttcpserversink.c:
6157         * gst/tcp/gsttcpserversrc.c:
6158           better/unified long descriptions
6159           Fixes #336477
6160
6161 2006-03-29  Wim Taymans  <wim@fluendo.com>
6162
6163         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6164         (stop_seek):
6165         Don't let double and triple clicks mess up our state.
6166
6167 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/playback/gstplaybin.c: (gen_video_element),
6170         (gen_text_element), (gen_audio_element), (gen_vis_element):
6171           Error out gracefully when we can't create any of the usual
6172           conversion elements for some reason. Also, don't try to
6173           create an audioscale (sic) element that's not used anyway.
6174
6175 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * gst/playback/gstplaybasebin.c: (setup_source):
6178           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6179           element for a particular protocol, that's confusing for users.
6180           Instead, post a RESOURCE_FAILED error, so that our own error
6181           message is actually shown in totem etc. (#336303).
6182
6183 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6186
6187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6188         (gst_gnome_vfs_src_get_icy_metadata):
6189           Fix some minor memory leaks (#336194).
6190
6191 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6192
6193         * ext/gnomevfs/gstgnomevfs.c:
6194         (gst_gnome_vfs_location_to_uri_string):
6195         * ext/gnomevfs/gstgnomevfs.h:
6196         * ext/gnomevfs/gstgnomevfssink.c:
6197         (gst_gnome_vfs_sink_set_property):
6198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6199           Make gnomevfssink accept filenames as well as URIs for the
6200           "location" property, just like gnomevfssrc does (and
6201           filesrc/filesink do) (#336190).
6202
6203 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6204
6205         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6206           set to NULL before unreffing, fixes a valgrind leak.
6207           Why was this not triggering the error that an object needs to
6208           be NULL before unreffing ?
6209         * win32/common/config.h:
6210           update
6211
6212 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * gst/subparse/gstsubparse.c: (convert_encoding),
6215         (gst_sub_parse_change_state):
6216         * gst/subparse/gstsubparse.h:
6217           Text subtitle files may or may not be UTF-8. If it's not, we
6218           don't really want to see '?' characters in place of non-ASCII
6219           characters like accented characters. So let's assume the input
6220           is UTF-8 until we come across text that is clearly not. If it's
6221           not UTF-8, we don't really know what it is, so try the following:
6222           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6223           is set; if not, check (b) if the current locale encoding is
6224           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6225           the current locale encoding is UTF-8 and the environment variable
6226           was not set to any particular encoding. Not perfect, but better
6227           than nothing (and better than before, I think) (fixes #172848).
6228
6229 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6230
6231         * configure.ac:
6232           update core requirement to 0.10.4.1 because of async_playback
6233           vmethod on GstBaseSink
6234
6235 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6236
6237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6238         * gst/adder/gstadder.c: (gst_adder_init):
6239         use DEBUG_FUNCPTR for collectpads
6240
6241 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6242
6243         * docs/plugins/Makefile.am:
6244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6246         * ext/cdparanoia/gstcdparanoiasrc.c:
6247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6248         (gst_gnome_vfs_sink_class_init):
6249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6251         * ext/ogg/gstoggmux.c:
6252         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6253         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6254         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6255         * ext/pango/gsttextoverlay.c:
6256         * ext/pango/gsttextrender.c:
6257         * ext/theora/theoradec.c:
6258         * ext/theora/theoraenc.c:
6259         * ext/vorbis/vorbisdec.c:
6260         * ext/vorbis/vorbisenc.c:
6261         * gst-libs/gst/audio/gstaudiofilter.c:
6262         (gst_audio_filter_base_init):
6263         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6264         (gst_audio_filter_template_base_init):
6265         * gst/adder/gstadder.c: (gst_adder_get_type):
6266         * gst/adder/gstadder.h:
6267         * gst/audioconvert/gstaudioconvert.c:
6268         * gst/audiotestsrc/gstaudiotestsrc.c:
6269         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6270         (gst_audio_test_src_create):
6271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6272         * gst/playback/gstdecodebin.c:
6273         * gst/playback/gstplaybin.c:
6274         * gst/playback/gststreamselector.c:
6275         (gst_stream_selector_base_init):
6276         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6277         * gst/volume/gstvolume.c:
6278         * sys/v4l/gstv4lmjpegsink.c:
6279         * sys/v4l/gstv4lmjpegsrc.c:
6280         * tests/check/libs/cddabasesrc.c:
6281         * tests/old/examples/gob/gst-identity2.gob:
6282           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6283           define GstElementDetails at the top
6284
6285 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6286
6287         * win32/common/libgstinterfaces.def:
6288         Add a lot of export functions for gst-python
6289         * win32/vs6/libgstinterfaces.dsp:
6290         Add a missing include folder in the project configuration
6291         
6292 2006-03-23  Wim Taymans  <wim@fluendo.com>
6293
6294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6295         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6296         (gst_base_audio_src_change_state):
6297         Fix audio sources, forgot to make the ringbuffer
6298         startable...
6299
6300 2006-03-23  Wim Taymans  <wim@fluendo.com>
6301
6302         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6303         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6304         (gst_base_audio_src_change_state):
6305         unparent instead of unref the ringbuffer.
6306
6307 2006-03-23  Wim Taymans  <wim@fluendo.com>
6308
6309         * gst-libs/gst/audio/gstbaseaudiosink.c:
6310         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6311         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6312         Implement new async_play vmethod to start slaving and allow
6313         playback start in case of async PLAY state changes. 
6314
6315         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6316         Enable QoS with new method in base class.
6317
6318 2006-03-23  Wim Taymans  <wim@fluendo.com>
6319
6320         Patch by: Julien MOUTTE <julien at moutte dot net>
6321
6322         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6323         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6324         Partially handle 0 framerate, only EOS after the first frame
6325         is missing.
6326
6327 2006-03-23  Wim Taymans  <wim@fluendo.com>
6328
6329         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6330
6331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6332         (gst_riff_create_video_template_caps):
6333         * gst/ffmpegcolorspace/avcodec.h:
6334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6335         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6336         (gst_ffmpegcsp_avpicture_fill):
6337         * gst/ffmpegcolorspace/imgconvert.c:
6338         Patch for support of YVU9 AVI files (#334822)
6339
6340 2006-03-22  Edward Hervey  <edward@fluendo.com>
6341
6342         * docs/design/design-decodebin.txt:
6343         Added design document for new decodebin
6344         (Target Caps): text/x-pango-markup is also a default target caps.
6345
6346 2006-03-22  Wim Taymans  <wim@fluendo.com>
6347
6348         * gst-libs/gst/audio/gstbaseaudiosink.c:
6349         (gst_base_audio_sink_dispose):
6350         Since we _parent the ringbuffer, we also need to
6351         _unparent instead of a plain _unref.
6352
6353 2006-03-22  Wim Taymans  <wim@fluendo.com>
6354
6355         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6356         (stop_seek), (scrub_toggle_cb), (main):
6357         Add scrub checkbox.
6358
6359 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6360
6361         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6362         (gst_ogg_parse_chain):
6363           Fix very inefficient usage of linked lists (#335365).
6364
6365 2006-03-21  Edward Hervey  <edward@fluendo.com>
6366
6367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6368         * gst/playback/gstplaybin.c: (handoff):
6369         * gst/playback/gststreamselector.c:
6370         (gst_stream_selector_set_property):
6371         gcc 4.1 unreferenced pointer fixes.
6372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6374         gst_buffer_ref() now takes a GstBuffer*.
6375
6376 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6377
6378         * sys/xvimage/xvimagesink.c:
6379         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6380         by Jan Schmidt.
6381
6382 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6383
6384         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6385         (id3v1_type_find), (apetag_type_find), (plugin_init):
6386           Can't do tag preferences via probability, as tags would then
6387           lose against types that are recognised with MAXIMUM probability
6388           (like .wav); so let all tag typefinders return MAXIMUM themselves
6389           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6390           that we can prefer APE to ID3v1 (fixes #335028).
6391           
6392 2006-03-17  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst-libs/gst/audio/gstbaseaudiosink.c:
6395         (gst_base_audio_sink_change_state):
6396         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6397         (gst_ring_buffer_may_start):
6398         * gst-libs/gst/audio/gstringbuffer.h:
6399         Only start playback if we are playing.
6400         should fix #330748.
6401
6402 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6403
6404         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6405         * win32/common/config.h:
6406           Revert accidental commits to these files.
6407
6408 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6411
6412         * tests/Makefile.am:
6413           Don't try to build tests in tests/icles if we
6414           don't have X (#323852)
6415
6416 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6417
6418         * gst-libs/gst/tag/gstid3tag.c:
6419           Add TXXX frame identifiers for replaygain stuff as used
6420           by some taggers (see #323721).
6421
6422 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6423
6424         * gst/playback/gststreamselector.c:
6425         (gst_stream_selector_set_property),
6426         (gst_stream_selector_bufferalloc):
6427           Preserve the existing buggy streamselector behaviour by performing
6428           a fallback buffer allocation when downstream isn't linked yet.
6429           This should really be fixed in playbin by blocking pads until it's
6430           linked them.
6431           Also, use gst_pad_alloc_buffer instead of
6432           gst_pad_alloc_buffer_and_set.
6433
6434 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6435
6436         * gst-libs/gst/tag/gstid3tag.c:
6437           Don't crash on unknown ID3v2 TXXX frames.
6438           
6439 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6440
6441         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6442           Chain up to the parent finalize method.
6443           Add 32-bit sample size to the template caps.
6444
6445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6446         (gst_riff_create_video_template_caps):
6447           Add the fourcc that the VMWare codec uses.
6448           
6449         * gst/playback/gststreamselector.c:
6450         (gst_stream_selector_set_property),
6451         (gst_stream_selector_bufferalloc),
6452         (gst_stream_selector_request_new_pad):
6453           For the active pad, forward buffer-alloc requests, otherwise
6454           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6455           having to memcpy every frame when used by playbin.
6456
6457         * gst/tcp/gstmultifdsink.c:
6458         (gst_multi_fd_sink_handle_client_write):
6459           Get negotiated caps from the sink pad, rather than the sink
6460           pad's peer.
6461
6462 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6465         
6466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6467           Don't forget to set src->callbacks_pushed to FALSE again when
6468           popping them, otherwise re-activation in a different mode won't
6469           work (#334620).
6470
6471 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         Patch by: Sebastien Moutte  <sebastien moutte net>
6474
6475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6476         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6477         (gst_ffmpeg_smpfmt_to_caps):
6478           Replace __VA_ARGS__ caps creation macros with varargs functions.
6479           Makes things compile on MSVC (#320765), looks nicer, and we can
6480           tell the compiler to check for the NULL terminator.
6481
6482 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6485
6486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6487           Make sure the buffer we copy into is really always big
6488           enough, this time for real (#333488).
6489           
6490 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6493           Add support for 24bpp DIB (#305279).
6494
6495 2006-03-14  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6498         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6500         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6501         (gst_video_scale_init), (gst_video_scale_src_event):
6502         Re-enable QoS after the release.
6503         Rework videoscale to use the base class src_event handler.
6504
6505 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         * configure.ac:
6508           back to CVS.
6509
6510 === release 0.10.5 ===
6511
6512 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6513
6514         * configure.ac:
6515           releasing 0.10.5, "Net"
6516
6517 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6518
6519         * docs/plugins/Makefile.am:
6520           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6521           
6522 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6526         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6527           Add cdparanoiasrc to docs.
6528
6529         * gst-libs/gst/cdda/gstcddabasesrc.c:
6530           More GstCddaBaseSrc docs.
6531
6532 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * docs/libs/gst-plugins-base-libs-sections.txt:
6535         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6536         * gst-libs/gst/tag/tag.h:
6537           API: libgsttag: new method gst_tag_from_id3_user_tag().
6538
6539 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6542           NULL-terminate array of mpeg4 video file extensions.
6543           Fixes crash on PPC (#334226).
6544
6545 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * ext/gnomevfs/gstgnomevfssrc.c:
6548         (gst_gnome_vfs_src_check_get_range):
6549           gnome_vfs_uri_is_local() alone is not a good indicator
6550           whether we can operate in pull-mode with a specific URI,
6551           as it returns FALSE for file:// URIs that point to an
6552           NFS-mounted path. Be more conservative here: whitelist
6553           local files, blacklist http URIs and use the old
6554           mechanism for anything else (fixes #334216).
6555
6556 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6557
6558         * configure.ac:
6559           back to trunk
6560
6561 === release 0.10.4 ===
6562
6563 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6564
6565         * configure.ac:
6566           releasing 0.10.4, "Power"
6567
6568 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6569
6570         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6571         Disable max-lateness by setting it to -1 for now, so that 
6572         we can bed QoS stuff in thoroughly between now and the next
6573         release.
6574
6575 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         Patch by: Fabrizio Gennari
6578
6579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6580           Make sure we don't read beyond the palette buffer in case of
6581           broken or manipulated files (#333488)
6582
6583 2006-03-10  Edward Hervey  <edward@fluendo.com>
6584
6585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6586         Fix for variable not initialized.
6587
6588 2006-03-09  Wim Taymans  <wim@fluendo.com>
6589
6590         * ext/libvisual/visual.c: (gst_visual_get_type),
6591         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6592         (gst_visual_chain):
6593         Small cleanups.
6594
6595         * ext/theora/gsttheoradec.h:
6596         * ext/theora/theoradec.c: (gst_theora_dec_init),
6597         (gst_theora_dec_reset), (_theora_granule_time),
6598         (theora_dec_src_convert), (theora_dec_sink_convert),
6599         (theora_dec_src_query), (theora_dec_src_event),
6600         (theora_dec_sink_event), (theora_handle_comment_packet),
6601         (theora_handle_header_packet), (theora_dec_push),
6602         (theora_handle_data_packet), (theora_dec_chain),
6603         (theora_dec_change_state):
6604         Add simple QoS.
6605
6606 2006-03-09  Wim Taymans  <wim@fluendo.com>
6607
6608         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6609         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6610         Some cleanups.
6611
6612 2006-03-09  Wim Taymans  <wim@fluendo.com>
6613
6614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6615         Don't try to activate NULL chains.
6616
6617 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6620           Fix invalid memory access to region before peek'd data (#332964).
6621
6622 2006-03-09  Wim Taymans  <wim@fluendo.com>
6623
6624         Patch by: Christophe Fergeau
6625
6626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6627         * ext/pango/gsttextrender.c: (gst_text_render_init):
6628         * gst/adder/gstadder.c: (gst_adder_init):
6629         Don't leak padtemplates, closes #333510.
6630
6631 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6634           Fix invalid memory access: make sure string passed to
6635           regexec() is NUL-termianted.
6636
6637 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6640         (mp3_type_find):
6641           Refactor mpeg/audio typefinding to make it more maintainable
6642           and easier to fine-tune. Make probing into middle of the file
6643           work properly (fixes #333900, also see #152688).
6644
6645 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * gst/typefind/gsttypefindfunctions.c:
6648         (utf8_type_find_have_valid_utf8_at_offset):
6649           Remove part from previous commit that was bogus:
6650           g_utf8_validate() does in fact not accept embedded
6651           zeroes, so we don't need to check for those (thanks
6652           to Mike for the hint).
6653
6654 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * gst/typefind/gsttypefindfunctions.c:
6657         (utf8_type_find_count_embedded_zeroes),
6658         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6659           Make plain/text typefinder more conservative: firstly, check
6660           for embedded zeroes, which are perfectly valid UTF-8 characters,
6661           but also a fairly good sign that something is not a plain text
6662           file; secondly, probe into the middle of the file if possible.
6663           If we can't probe into the middle, limit the probability value
6664           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6665
6666 2006-03-08  Michael Smith  <msmith@fluendo.com>
6667
6668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6669           Make typefind function name for mpeg4 video unique.
6670
6671 2006-03-08  Wim Taymans  <wim@fluendo.com>
6672
6673         * ext/libvisual/visual.c: (gst_visual_init),
6674         (gst_visual_clear_actors), (gst_visual_dispose),
6675         (gst_visual_reset), (gst_visual_src_setcaps),
6676         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6677         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6678         (gst_visual_chain), (gst_visual_change_state):
6679         Cleanups, post nice errors.
6680         Handle sink and src events.
6681         Implement simple QoS.
6682
6683         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6684         Use new basesink methods to configure max-lateness.
6685         Small doc update.
6686
6687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6688         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6689         Debug statement cleanups.
6690
6691         * gst/volume/gstvolume.c: (gst_volume_class_init):
6692         Simple cleanup.
6693
6694 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6697         (gst_text_overlay_init), (gst_text_overlay_set_property),
6698         (gst_text_overlay_get_property):
6699           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6700           as string type properties, but mark them deprecated. Add
6701           'halignment' and 'valignment' properties that use enums
6702           instead of strings.
6703
6704 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         Patch by: Fabrizio Gennari
6707
6708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6709           Allow palettes with less than 256 colours in AVI files
6710           (#333488)
6711
6712 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6713
6714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6715         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6716         pad. We were releasing the queued text buffer when we should keep
6717         it until video pad gets EOS or discard the text buffer because it's
6718         too old. That was eating the last subtitle buffer. Add some more
6719         debug.
6720
6721 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6724         (gst_text_overlay_video_chain):
6725           Fix invalid memory access (we can't access a buffer after it's been
6726           pushed downstream without taking a reference); fix memory leak (if
6727           there's no text to render, bail out before allocating stuff).
6728
6729 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6730
6731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6732         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6733         * ext/pango/gsttextoverlay.h:
6734           If input is plain text, escape it before passing it to
6735           pango_layout_set_markup().
6736
6737 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6740           Don't ignore flow return from gst_pad_push().
6741
6742 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         Patch by: Fabrizio Gennari
6745
6746         * ext/libvisual/visual.c: (gst_visual_getcaps),
6747         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6750         (gst_vorbisenc_convert_sink):
6751         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6752         (gst_audio_duration_from_pad_buffer):
6753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6754         (gst_audio_filter_chain):
6755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6756         (gst_base_rtp_depayload_setcaps):
6757         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6758         (gst_video_get_size):
6759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6760           Don't leak references returned by gst_pad_get_parent()
6761           (#333663)
6762
6763 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6764
6765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6766           change location param details
6767         * gst/volume/gstvolume.c: (plugin_init):
6768           correct plugin description
6769
6770 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6773         (gst_gnome_vfs_src_check_get_range):
6774           Override GstBaseSrc::check_get_range() in order to avoid opening
6775           the resource just to check whether we can operate in pull-mode or
6776           not - we can predict that pretty well from the URI alone. Should
6777           fix problems with last.fm (#331690). (Requires latest core CVS).
6778
6779 2006-03-06  Wim Taymans  <wim@fluendo.com>
6780
6781         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6782         (gst_video_sink_class_init):
6783         Throw away frames that are later than 20 ms.
6784
6785 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         Patch by: Fabrizio Gennari
6788
6789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6790           Set depth on WMA caps (#333545)
6791
6792 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6793
6794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6795         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6796           put Theora BOS pages before others.  This hardcodes
6797           the Ogg/Theora I profile, but hey.
6798
6799 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6800
6801         * ext/ogg/README:
6802           updated with some examples
6803         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6804         (granulepos_add), (theora_buffer_from_packet):
6805         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6806         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6807         (gst_vorbisenc_chain):
6808           implement strategy from ext/ogg/README
6809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6810         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6811         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6812         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6813           Fix muxer so that oggz-validate is happy with all streams;
6814           except for no eos mark, and the BOS page ordering
6815         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6816         (check_buffer_granulepos):
6817         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6818           update tests to check for OFFSET being set as requested
6819           fixed type of granulepos, it's not a ClockTime
6820
6821 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6822
6823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6824         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6825         Check that the xvimage we are creating has a correct size
6826         before returning it. (#314897)
6827
6828 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6831           Give id3 and ape tag typefinders a rank slightly higher
6832           than PRIMARY to ensure they're always run before any of
6833           the other typefinders (in particular wav and mp3) (#324186).
6834
6835 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6838           Add support for '3IVD' fourcc (#333403).
6839
6840 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * configure.ac:
6843           Bump requirements to GStreamer CVS for the new error enum.
6844
6845         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6846           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6847           space left on the device (fixes #333352).
6848
6849 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6850
6851         * win32/vs6:
6852           add a project file for libgstvolume
6853           update the workspace
6854
6855 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6856
6857         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6858         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6859         (GST_START_TEST):
6860           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6861           Set IN_CAPS on header buffers
6862
6863 2006-03-02  Wim Taymans  <wim@fluendo.com>
6864
6865         * docs/plugins/Makefile.am:
6866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6868         Add audioresample to docs.
6869
6870         * gst/audioconvert/gstaudioconvert.c:
6871         Add revision date.
6872
6873         * gst/audioresample/gstaudioresample.c:
6874         (gst_audioresample_base_init), (gst_audioresample_class_init),
6875         (gst_audioresample_init), (gst_audioresample_dispose),
6876         (audioresample_get_unit_size), (audioresample_transform_caps),
6877         (resample_set_state_from_caps), (audioresample_transform_size),
6878         (audioresample_set_caps), (audioresample_event),
6879         (audioresample_do_output), (audioresample_transform),
6880         (audioresample_pushthrough), (gst_audioresample_set_property),
6881         (gst_audioresample_get_property), (plugin_init):
6882         * gst/audioresample/gstaudioresample.h:
6883         Added docs.
6884         Small code cleanups.
6885
6886 2006-03-02  Wim Taymans  <wim@fluendo.com>
6887
6888         * docs/plugins/Makefile.am:
6889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6891         Added videoscale to docs.
6892
6893         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6894         (gst_video_rate_swap_prev), (gst_video_rate_event),
6895         (gst_video_rate_chain):
6896         Fix typo in docs.
6897
6898         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6899         (gst_video_scale_init), (gst_video_scale_prepare_size),
6900         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6901         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6902         * gst/videoscale/gstvideoscale.h:
6903         Added docs, examples.
6904         Some code cleanups.
6905         Post errors instead of g_warning.
6906
6907 2006-03-02  Wim Taymans  <wim@fluendo.com>
6908
6909         * docs/libs/gst-plugins-base-libs-docs.sgml:
6910         * docs/libs/gst-plugins-base-libs-sections.txt:
6911         * docs/libs/gst-plugins-base-libs.types:
6912         * docs/plugins/Makefile.am:
6913         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6914         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6915         Added some more docs to libs and plugins.
6916
6917         * gst-libs/gst/audio/gstringbuffer.c:
6918         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6919         * gst-libs/gst/audio/gstringbuffer.h:
6920         Document ringbuffer some more.
6921
6922         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6923         (gst_video_rate_setcaps), (gst_video_rate_reset),
6924         (gst_video_rate_init), (gst_video_rate_flush_prev),
6925         (gst_video_rate_swap_prev), (gst_video_rate_event),
6926         (gst_video_rate_chain), (gst_video_rate_change_state):
6927         * gst/videorate/gstvideorate.h:
6928         Fix videorate to use segments.
6929         Make it work with 0/1 framerates (closes #331903)
6930         Handle EOS correctly.
6931         Added docs.
6932
6933 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6934
6935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6936         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6937         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6938           In state change function, first chain up to parent class,
6939           then handle downwards state change stuff. Remove some
6940           commented out cruft from 0.8 code.
6941
6942 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6945         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6946         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6947         (gst_ogm_parse_chain):
6948           Don't remove/re-add source pad if the new caps are the same as
6949           the old caps anyway (#333042). When removing source pad, don't
6950           unref it afterwards - we didn't ref it when adding. Sprinkle some
6951           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6952           after using gst_pad_get_parent(). Return downstream flow return
6953           value in chain function.
6954
6955 2006-03-02  Wim Taymans  <wim@fluendo.com>
6956
6957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6958         * docs/plugins/gst-plugins-base-plugins.args:
6959         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6960         * docs/plugins/gst-plugins-base-plugins.interfaces:
6961         * docs/plugins/gst-plugins-base-plugins.signals:
6962         Fix hierarchy, added some more elements to the docs.
6963
6964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6965         (gst_ffmpegcsp_get_type):
6966         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6967         Fix docs for ffmpegcolorspace.
6968
6969 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6972         (apetag_type_find), (ape_type_find), (plugin_init):
6973           Some typefinding fine-tuning:
6974           - rank ID3/APE tags in order of preference via probabilities, so that
6975             ID3v2 > APEv2 > APEv1 > ID3v1.
6976           - three or four bytes don't really justify MAXIMUM probability,
6977             change those to 'very likely' (musepack and monkeysaudio).
6978
6979 2006-03-01  Wim Taymans  <wim@fluendo.com>
6980
6981         * docs/plugins/Makefile.am:
6982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6984         * ext/alsa/gstalsamixer.c:
6985         * ext/alsa/gstalsamixer.h:
6986         * ext/alsa/gstalsamixerelement.c:
6987         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6988         * ext/alsa/gstalsamixerelement.h:
6989         * ext/alsa/gstalsasink.c:
6990         * ext/alsa/gstalsasink.h:
6991         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6992         (gst_alsasrc_init):
6993         * ext/alsa/gstalsasrc.h:
6994         Added alsa docs.
6995         Small code cleanups.
6996
6997 2006-03-01  Wim Taymans  <wim@fluendo.com>
6998
6999         * ext/theora/Makefile.am:
7000         Dist new header too,
7001
7002 2006-03-01  Wim Taymans  <wim@fluendo.com>
7003
7004         * docs/plugins/Makefile.am:
7005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7007         * ext/gnomevfs/gstgnomevfssink.h:
7008         * ext/gnomevfs/gstgnomevfssrc.h:
7009         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7010         * ext/vorbis/vorbisdec.h:
7011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7012         * ext/vorbis/vorbisenc.h:
7013         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7014         (vorbis_parse_chain), (vorbis_parse_change_state):
7015         * ext/vorbis/vorbisparse.h:
7016         * gst/audioconvert/gstaudioconvert.h:
7017         * gst/tcp/gsttcpserversink.h:
7018         * gst/videotestsrc/gstvideotestsrc.c:
7019         * gst/videotestsrc/gstvideotestsrc.h:
7020         * gst/volume/gstvolume.c:
7021         * gst/volume/gstvolume.h:
7022         Fix some more docs.
7023         Added docs for vorbisdec and vorbisparse.
7024         Fix vorbisparse.
7025
7026 2006-03-01  Wim Taymans  <wim@fluendo.com>
7027
7028         * docs/plugins/Makefile.am:
7029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7031         * ext/pango/gstclockoverlay.h:
7032         * ext/pango/gsttextoverlay.h:
7033         * ext/pango/gsttextrender.h:
7034         * ext/pango/gsttimeoverlay.h:
7035         * ext/theora/gsttheoradec.h:
7036         * ext/theora/gsttheoraenc.h:
7037         * ext/theora/theoradec.c:
7038         * ext/theora/theoraenc.c:
7039         * gst/audioconvert/gstaudioconvert.h:
7040         * gst/audiotestsrc/gstaudiotestsrc.h:
7041         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7042         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7043         * gst/tcp/gstmultifdsink.h:
7044         Updated/added documentation.
7045
7046         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7047         (gst_text_overlay_halign_get_type),
7048         (gst_text_overlay_wrap_mode_get_type),
7049         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7050         (gst_text_overlay_init), (gst_text_overlay_set_property),
7051         (gst_text_overlay_get_property):
7052         Fix up properties to be enums instead of string to make bindings,
7053         introspection and automatic GUI creation possible.
7054         Add getters for the properties.
7055
7056 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7057
7058         * gst/audiotestsrc/gstaudiotestsrc.c:
7059           added defines of M_PI and M_PI_2
7060         * gst/ffmpegcolorspace/avcodec.h:
7061           removed #include "stdint.h" for win32 as _stdint.h is 
7062           autogenerated to win32/common
7063         * win32/common/libgstaudio.def:
7064         * win32/common/libgsttag.def:
7065           added some exports
7066         * win32/vs6:
7067           some project files bugs corrected
7068         * win32/vs7:
7069           project files are reset to the default vs7 configuration 
7070           (they link to msvcr71.dll using default optimizations)
7071           
7072 2006-02-28  Wim Taymans  <wim@fluendo.com>
7073
7074         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7075         Fix some docs.
7076
7077 2006-02-28  Edward Hervey  <edward@fluendo.com>
7078
7079         * ext/alsa/gstalsasrc.c:
7080         Set proper class on the ElementDetails:
7081         Source/Audio instead of Src/Audio/
7082
7083 2006-02-28  Edward Hervey  <edward@fluendo.com>
7084
7085         * gst/videoscale/vs_scanline.c:
7086         (vs_scanline_resample_nearest_RGBA):
7087         Revert optimization in videoscale. It should go in liboil and have
7088         an appropriate liboil function.
7089
7090 2006-02-28  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst-libs/gst/audio/gstbaseaudiosink.c:
7093         (gst_base_audio_sink_provide_clock):
7094         Don't try to provide a clock in the NULL state.
7095
7096 2006-02-28  Wim Taymans  <wim@fluendo.com>
7097
7098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7099         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7100         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7101         (gst_ogg_demux_deactivate_current_chain),
7102         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7103         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7104         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7105         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7106         Use GstSegment infrastructure to remove duplicated code
7107         and handle more seek cases correctly.
7108
7109 2006-02-28  Wim Taymans  <wim@fluendo.com>
7110
7111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7112         (gst_ffmpegcsp_transform):
7113         Don't ignore return code from ffmpeg convert function.
7114
7115         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7116         Split out some long statements to ease debugging.
7117
7118 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7119
7120         * ext/libvisual/visual.c: (gst_visual_init),
7121         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7122         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7123         being able to renegotiate the size. Instead, use the negotiation
7124         algorithm from the goom plugin to pick an initial output caps. 
7125
7126         Also, allow theoretical libvisual plugins that might support non-GL 
7127         output even if they also do GL.
7128
7129 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7130
7131         * ext/libvisual/visual.c: (gst_visual_init),
7132         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7133         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7134         possible negotiation issues.
7135
7136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7137
7138         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7139
7140 2006-02-24  Michael Smith  <msmith@fluendo.com>
7141
7142         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7143         (cmml_type_find), (plugin_init):
7144           Fix CMML type find function to not require a specific minor version
7145           of the CMML header.
7146
7147           Add an MPEG4 video elementary stream typefind function.
7148
7149 2006-02-04  Michael Smith  <msmith@fluendo.com>
7150
7151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7152         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7153         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7155         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7156         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7157           Annodex support in ogg demuxer. Doesn't do very much without the
7158           other annodex patches (to come).
7159
7160 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7163
7164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7165           Pick up palette for MS video v1 (#327028)
7166
7167 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7170         (gst_ffmpegcsp_caps_remove_format_info),
7171         (gst_ffmpegcsp_get_unit_size):
7172           The 'palette_data' field from incoming RGB caps shouldn't be
7173           proxied on outgoing YUV caps; also, restrict unit size
7174           adjustment in case of paletted data only to the unit that
7175           actually has a palette. Fixes #330711.
7176
7177 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7178
7179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7180         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7181         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7182         (gst_ffmpegcsp_get_unit_size):
7183           Plug some memory leaks.
7184
7185 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * sys/ximage/Makefile.am:
7188         * sys/xvimage/Makefile.am:
7189           Add some _CFLAGS and _LIBS that seem to be missing
7190           and/or required for Cygwin (see #317048).
7191
7192 2006-02-22  Wim Taymans  <wim@fluendo.com>
7193
7194         * ext/alsa/gstalsasrc.c:
7195         Fix description as pointed out by caugier.
7196
7197 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7198
7199         Reviewed by : Edward Hervey  <edward@fluendo.com>
7200
7201         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7202         (qt_type_find):
7203         Better 3gp typefinding (#331526).
7204
7205 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7208           Don't send EOS event here, the base class will send one for us.
7209
7210         * gst/playback/gstplaybasebin.c: (prepare_output):
7211           Subpictures without video stream aren't allowed either.
7212         
7213         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7214           Fix debug statement copy'n'paste-o.
7215
7216 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7219           Fix issues with mixer keeping state when muting/unmuting
7220           and when changing the volume whilst muted (see #331763
7221           and #331765).
7222
7223 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7226         (parse_subrip), (gst_sub_parse_format_autodetect):
7227           Set right caps given that we send escaped text. Also,
7228           honour <i></i>, <b></b> and <u></u> markers that can be found
7229           in .srt files (fixes #310202).
7230
7231 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * gst-libs/gst/audio/mixerutils.c:
7234         (element_factory_rank_compare_func):
7235           Make order in which elements are tried more determinable.
7236
7237 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7238
7239         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7240         (remove_element_chain), (cleanup_decodebin),
7241         (gst_decode_bin_change_state): Make decodebin reusable by
7242         fixing remove_element_chain first and then introduce a
7243         cleaner in state change to ->NULL. (Closes #331678)
7244
7245 2006-02-19  Wim Taymans  <wim@fluendo.com>
7246
7247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7248         use 0666 mask when creating files so umask gets applied
7249         correctly. Fixes #331295.
7250
7251 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         * gst/subparse/Makefile.am:
7254         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7255         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7256         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7257         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7258         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7259         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7260         * gst/subparse/gstssaparse.h:
7261         * gst/subparse/gstsubparse.c: (plugin_init):
7262           Add very basic parser for SSA subtitle streams (as often
7263           found in matroska files).
7264
7265 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7268           That should be text/x-pango-markup, not text/x-pango-layout.
7269
7270 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7271
7272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7273         Polishing.
7274
7275 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7276
7277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7278         (gst_text_overlay_finalize), (gst_text_overlay_init),
7279         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7280         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7281         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7282         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7283         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7284         Fix state change deadlock.
7285
7286 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7287
7288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7289         (gst_text_overlay_finalize), (gst_text_overlay_init),
7290         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7291         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7292         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7293         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7294         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7295         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7296         and subtitles files.
7297
7298 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7299
7300         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7301         should be considered as raw.
7302
7303 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7304
7305         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7306         (cb_probe):
7307         * gst/playback/gststreaminfo.h: Introduce language informations.
7308
7309 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7310
7311         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7312         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7313         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7314         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7315         Set shared memory segments to be deleted as soon as we have attached,
7316         that way they get cleaned up automatically if we crash.
7317
7318 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7319
7320         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7321         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7322         functions are called with lock held.
7323
7324 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7325
7326         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7327         (gst_text_overlay_finalize), (gst_text_overlay_init),
7328         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7329         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7330         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7331         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7332         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7333         (gst_text_overlay_change_state): Refactoring of textoverlay
7334         without collectpads. This now supports sparse subtitles coming
7335         from a demuxer instead of a sub file. Seeking is still broken 
7336         though. Need to discuss with wtay some more on how to handle
7337         seeking correctly.
7338         * ext/pango/gsttextoverlay.h:
7339         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7340         subtitles coming from the demuxer.
7341
7342 2006-02-17  Wim Taymans  <wim@fluendo.com>
7343
7344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7345         (gst_vorbisenc_convert_sink):
7346         Use some more scaling functions.
7347
7348 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * ext/cdparanoia/gstcdparanoiasrc.c:
7351         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7352         (gst_cd_paranoia_paranoia_callback),
7353         (gst_cd_paranoia_src_signal_is_being_watched),
7354         (gst_cd_paranoia_src_read_sector):
7355         * ext/cdparanoia/gstcdparanoiasrc.h:
7356           Add back 'transport-error' and 'uncorrected-error' signals and
7357           make them actually be fired when bad stuff happens (#319340).
7358
7359 2006-02-17  Wim Taymans  <wim@fluendo.com>
7360
7361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7362         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7363         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7364         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7365         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7366         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7367         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7368         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7369         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7370         (gst_ring_buffer_clear):
7371         Small cleanups.
7372         Added some G_LIKELY.
7373
7374 2006-02-17  Wim Taymans  <wim@fluendo.com>
7375
7376         * gst-libs/gst/audio/TODO:
7377         Update TODO
7378
7379         * gst-libs/gst/audio/gstbaseaudiosink.c:
7380         (gst_base_audio_sink_get_offset):
7381         When trying to play samples ASAP and we don't have a
7382         previous sample, try to play at position 0 instead of
7383         an invalid position.
7384
7385 2006-02-17  Wim Taymans  <wim@fluendo.com>
7386
7387         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7388         (gst_alsasink_reset):
7389         Also release lock when we get an error in _reset();
7390         fix an error message.
7391
7392 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7395         (gst_alsasink_init), (get_channel_free_structure),
7396         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7397         (gst_alsasink_close):
7398         * ext/alsa/gstalsasink.h:
7399           Add support for more than 2 channels (#326720).
7400
7401 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7404           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7405           with 4 or 6 channels, assume a default channel layout to make things
7406           work (not sure there's anything else we can do in those cases).
7407
7408 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7409
7410         * gst-libs/gst/audio/multichannel.c:
7411           Minor docs fix.
7412
7413         * gst-libs/gst/riff/Makefile.am:
7414         * gst-libs/gst/riff/riff-ids.h:
7415         * gst-libs/gst/riff/riff-media.c:
7416         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7417           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7418           channels and a channel layout map.
7419           
7420 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7421
7422         Reviewed by Edward Hervey  <edward@fluendo.com>
7423
7424         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7425         C-level optimization of the RGBA nearest neighbour function.
7426         Eventually this might end up in liboil with vectorized versions.
7427
7428 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * gst-libs/gst/audio/multichannel.c:
7431         (gst_audio_get_channel_positions):
7432           When we have more than 2 channels, but no channel layout is
7433           specified in the caps, return some default channel layout
7434           to the caller and warn about about a possibly buggy element
7435           (could be buggy filtercaps as well of course) (#317038).
7436
7437 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7438
7439         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7440           Add gst-libs/gst/cdda to list of lib search paths.
7441
7442 2006-02-15  Andy Wingo  <wingo@pobox.com>
7443
7444         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7445         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7446         to the Lord Jesus that I do not have to touch the ogg muxer ever
7447         again.
7448
7449 2006-02-15  Edward Hervey  <edward@fluendo.com>
7450
7451         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7452         quicktime movie files can also contain 'uuid' atoms.
7453
7454 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * gst/audioconvert/plugin.c: (plugin_init):
7457           Register the GstAudioChannelPosition enum type with the type
7458           system in the plugin_init function, so that it is known before
7459           any element actually makes use of multi-channel stuff. This is
7460           required for example if one wants to be able to deserialise/use
7461           a caps string with channel positions before any pipeline has
7462           been setup and started, like with gst-launch.
7463
7464 2006-02-14  Wim Taymans  <wim@fluendo.com>
7465
7466         * gst-libs/gst/audio/gstringbuffer.c:
7467         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7468         (gst_ring_buffer_samples_done), (wait_segment),
7469         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7470         Add some compiler G_(UN_)LIKELY help.
7471         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7472         make sure they can exit their functions. Should fix #330748
7473
7474 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * Makefile.am:
7477         * configure.ac:
7478         * win32/MANIFEST:
7479         * win32/common/_stdint.h:
7480           Windows does not have long long; copy the generated _stdint.h
7481         * win32/common/interfaces-enumtypes.c:
7482         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7483         (gst_mixer_track_flags_get_type),
7484         (gst_tuner_channel_flags_get_type):
7485         * win32/common/multichannel-enumtypes.c:
7486         (gst_audio_channel_position_get_type):
7487           update
7488
7489 2006-02-13  Wim Taymans  <wim@fluendo.com>
7490
7491         * gst-libs/gst/audio/gstbaseaudiosink.c:
7492         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7493         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7494         Always sync on first sample we receive when starting.
7495
7496 2006-02-13  Wim Taymans  <wim@fluendo.com>
7497
7498         * gst/playback/gstplaybin.c: (gen_vis_element):
7499         Update vis bin docs.
7500         Move queue after tee so we don't queue video buffers but
7501         audio samples instead. Fixes problems where the video queue
7502         is filled and the audio queue empty.
7503
7504 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7507           No need to push an EOS event here, GstBaseSrc will do that for us
7508           when we return FLOW_UNEXPECTED.
7509           
7510 2006-02-12  Wim Taymans  <wim@fluendo.com>
7511
7512         * gst-libs/gst/audio/gstbaseaudiosink.c:
7513         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7514         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7515         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7516         Use scale functions when possible.
7517         Fix error messages.
7518         Free clockid when after waiting for EOS.
7519         Use G_(UN_)LIKLY when it makes sense.
7520         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7521
7522 2006-02-12  Edward Hervey  <edward@fluendo.com>
7523
7524         * gst/playback/gstplaybasebin.c: (prepare_output): 
7525         Remove stray semi-colon (fixes #330888).
7526
7527 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7528
7529         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7531         Fix up the XShm call testing so that we catch errors, and don't
7532         cause new ones by attempting to detach from a segment we failed
7533         to attach to. Fixes #312439.
7534
7535 2006-02-10  Edward Hervey  <edward@fluendo.com>
7536
7537         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7538         Added flv file typefind (video/x-flv).
7539
7540 2006-02-10  Edward Hervey  <edward@fluendo.com>
7541
7542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7543         (gst_riff_create_video_template_caps):
7544         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7545         Also added the caps to the default set of riff video caps.
7546
7547 2006-02-09  Andy Wingo  <wingo@pobox.com>
7548
7549         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7550         time and the end time of the last packet in the page.
7551         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7552         on the pages in our queue, set the duration as well. Reflow a
7553         debug statement.
7554         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7555         Fixes bad muxing order.
7556
7557 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7558
7559         * gst-libs/gst/rtp/gstbasertppayload.c:
7560         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7561           update seqnum before setting it on the packet; this makes sure
7562           that the timestamp and seqnum properties match after pushing
7563           a buffer
7564
7565 2006-02-09  Andy Wingo  <wingo@pobox.com>
7566
7567         * gst-libs/gst/audio/gstringbuffer.c
7568         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7569         overflow after 13.5 hours of recording. Kapow!
7570
7571         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7572         the buffer size -- we don't care about underrun/overrun reporting
7573         right now, just need to return a useful value.
7574
7575 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7576
7577         * configure.ac:
7578           Back to CVS
7579
7580 === release 0.10.3 ===
7581
7582 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7583
7584         * configure.ac:
7585           releasing 0.10.3, "Under Pressure"
7586
7587 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7588
7589         * configure.ac:
7590         Drat. Bump libtool version number for new API.
7591         Prelease 0.10.2.3 (of 0.10.3)
7592
7593 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7594
7595         * configure.ac:
7596         * win32/common/config.h:
7597         0.10.2.2 prerelease (of 0.10.3).
7598
7599 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7602           Revert Andy's newsegment change pending a more correct
7603           fix.
7604
7605 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7606
7607         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7608         (qt_type_find), (plugin_init):
7609           detect more files as 3gp
7610           group and reorder the iso file formats
7611
7612 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * ext/vorbis/vorbis.c: (plugin_init):
7615           Register musicbrainz tags, so apps don't have to.
7616
7617 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7618
7619         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7620         (gst_tag_to_vorbis_tag):
7621           Make sure we called gst_tag_register_musicbrainz_tags()
7622           before possibly mapping a vorbiscomment string from/to a
7623           musicbrainz tag.
7624
7625 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7628           In case we can't find the required number of consecutive
7629           mpeg audio frames to positively identify an MPEG audio
7630           stream, check if there's at least a valid mpeg audio
7631           frame right at offset 0 and if so suggest mpeg/audio
7632           caps with a very low probability (#153004).
7633
7634 2006-02-07  Andy Wingo  <wingo@pobox.com>
7635
7636         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7637         a TIME segment if we get timestamped buffers. Requires recent
7638         fixes in core to work properly.
7639
7640 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7641
7642         * gst/playback/gstplaybasebin.c: (prepare_output):
7643           Don't print the URI as part of the error message, it
7644           makes error dialogs look rather ugly, especially if
7645           the URI is very long or has characters in it that
7646           need escaping.
7647
7648 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * gst/playback/gstplaybasebin.c: (prepare_output):
7651           Error out if we have only text or subtitles, but nothing
7652           else. Also error out if we have subtitles but no video
7653           stream.
7654
7655 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7658           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7659           Post an error message on the bus when we encounter an
7660           error, which will hopefully be more meaningful than the
7661           'Internal Flow Error' message users get to see if we
7662           just return GST_FLOW_ERROR.
7663
7664 2006-02-07  Andy Wingo  <wingo@pobox.com>
7665
7666         * configure.ac (GST_MAJORMINOR): Update core version req to
7667         0.10.2.2, for the collectpads API addition (#330244).
7668
7669 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7670
7671         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7672           Return FALSE from plugin_init() when GnomeVFS can't
7673           be initialised for some reason (#328423).
7674
7675 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7676
7677         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7678         Stick to seeking theory until i find the bug.
7679         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7680
7681 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7682
7683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7684         (theora_enc_finalize), (theora_enc_sink_setcaps),
7685         (theora_set_header_on_caps), (theora_enc_chain),
7686         (theora_enc_change_state):
7687         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7688           Make theoraenc and the tests leak free. Like, really.
7689
7690 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7693         (theora_enc_finalize), (theora_enc_sink_setcaps):
7694           Add a finalize method to ensure we clean up state even if
7695           someone omitted the state change back to NULL.
7696
7697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7698         (gst_vorbisenc_chain):
7699           Free some more leaked bits.
7700
7701         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7702         (stop_pipeline):
7703           Wait for state changes to happen if they're ASYNC.
7704
7705           This ought to teach those fancy pants buildbots a lesson.
7706
7707 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * gst-libs/gst/tag/gstid3tag.c:
7710           Add mapping for ID3 International Standard Recording Code
7711           tag "TSRC"
7712
7713 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7714
7715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7716           Don't leak tag names.
7717
7718 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7719
7720         * docs/libs/gst-plugins-base-libs-docs.sgml:
7721         * docs/libs/gst-plugins-base-libs-sections.txt:
7722         * gst-libs/gst/tag/gstid3tag.c:
7723         * gst-libs/gst/tag/gstvorbistag.c:
7724         * gst-libs/gst/tag/tags.c:
7725           Split libgsttag docs into multiple sections.
7726
7727 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * docs/libs/Makefile.am:
7730         * docs/libs/gst-plugins-base-libs-docs.sgml:
7731         * docs/libs/gst-plugins-base-libs-sections.txt:
7732         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7733         * gst-libs/gst/tag/gstvorbistag.c:
7734         * gst-libs/gst/tag/tag.h:
7735         * gst-libs/gst/tag/tags.c:
7736           Add libgsttag to the docs.
7737
7738 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7739
7740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7741         (gst_text_overlay_init), (gst_text_overlay_src_event),
7742         (gst_text_overlay_collected): Fix clockoverlay.
7743
7744 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * docs/libs/compiling.sgml:
7747           Fix typo: it's pkg-config, not pkg-gconfig
7748
7749         * docs/libs/gst-plugins-base-libs-docs.sgml:
7750         * docs/libs/gst-plugins-base-libs-sections.txt:
7751         * docs/libs/tmpl/gstgconf.sgml:
7752           There is no libgstgconf in 0.10, remove it
7753           from the docs.
7754
7755 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7756
7757         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7758         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7759         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7760         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7761         (gst_sub_parse_class_init), (gst_sub_parse_init),
7762         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7763         (parse_mpsub), (parser_state_init), (handle_buffer),
7764         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7765         * gst/subparse/gstsubparse.h: Introduce seeking code.
7766
7767 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7770           Add comment about LANGUAGE tag inconsistency (we want
7771           ISO-639-1, but extract three-letter identifiers?)
7772
7773         * po/POTFILES.in:
7774           Add two translatable files.
7775
7776 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * gst-libs/gst/tag/Makefile.am:
7779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7780         * gst-libs/gst/tag/tag.h:
7781         * gst-libs/gst/tag/tags.c:
7782         (gst_tag_register_musicbrainz_tags_internal),
7783         (gst_tag_register_musicbrainz_tags):
7784           Forward-port some tags stuff from the 0.8 branch. This is
7785           mostly the addition of musicbrainz tags and their mapping
7786           to vorbistags, and a vorbistag mapping of the language tag.
7787
7788 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7789
7790         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7791         refactoring.
7792
7793 2006-02-04  David Schleef  <ds@schleef.org>
7794
7795         * ext/ogg/gstoggmux.c:
7796         * gst/typefind/gsttypefindfunctions.c:
7797           Add Dirac typefinding and add dirac format to oggmux.
7798
7799 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst/playback/gstdecodebin.c: (try_to_link_1):
7802           Don't put essential function call into
7803           g_return_*() macro, otherwise it'll all be
7804           replaced by NOOPs when compiling with
7805           G_DISABLE_CHECKS defined.
7806
7807 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7808
7809         * ext/ogg/gstoggdemux.c:
7810         * ext/ogg/gstoggparse.c:
7811         * gst/tcp/gsttcpserversink.c:
7812         * sys/v4l/v4lsrc_calls.c:
7813         * sys/v4l/v4lsrc_calls.h:
7814         Just make it compile with --disable-gst-debug.
7815
7816 2006-02-03  Wim Taymans  <wim@fluendo.com>
7817
7818         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7819         (gst_alsasink_class_init), (gst_alsasink_init),
7820         (gst_alsasink_write), (gst_alsasink_reset):
7821         * ext/alsa/gstalsasink.h:
7822         Add lock to protect alsa calls.
7823         Implement reset to flush samples ASAP, does not work
7824         with dmix though.
7825
7826 2006-02-02  Wim Taymans  <wim@fluendo.com>
7827
7828         * gst-libs/gst/audio/gstbaseaudiosink.c:
7829         (gst_base_audio_sink_provide_clock):
7830         Ugh.. getting late I guess...
7831
7832 2006-02-02  Wim Taymans  <wim@fluendo.com>
7833
7834         * gst-libs/gst/audio/gstbaseaudiosink.c:
7835         (gst_base_audio_sink_provide_clock),
7836         (gst_base_audio_sink_set_property),
7837         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7838         Don't try to provide a clock when we are not negotiated since
7839         we might not be able to make it run.
7840
7841 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         * gst/playback/gstdecodebin.c: (try_to_link_1):
7844           Unlinking two source pads is ... hard.
7845
7846 2006-02-02  Wim Taymans  <wim@fluendo.com>
7847
7848         * gst-libs/gst/audio/TODO:
7849         Updated.
7850
7851         * gst-libs/gst/audio/gstbaseaudiosink.c:
7852         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7853         On EOS, wait till the last sample is played before posting EOS.
7854
7855 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7856
7857         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7858           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7859           setting queue_delay to zero. Also avoid thread being started if
7860           queue_delay is zero.
7861
7862 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7865           Make test work again by connecting fakesinks to each decoded pad,
7866           which makes the pipeline wait until each fakesink has a buffer
7867           queued before going to PAUSED state. At that point we know the
7868           decodebin pads are negotiated.
7869
7870 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7873         (gst_cdda_base_src_handle_event):
7874         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7875           Pass unhandled queries to the parent class's query function.
7876
7877 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7880         (gst_ogg_pad_src_query):
7881         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7882         * ext/theora/theoradec.c: (theora_dec_src_query),
7883         (theora_dec_sink_query):
7884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7885         (vorbis_dec_sink_query):
7886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7887         (gst_vorbisenc_sink_query):
7888         * gst/adder/gstadder.c: (gst_adder_query):
7889           Pass unhandled queries upstream instead of just
7890           dropping them (#326447). Also, fix supported
7891           query types list for some elements.
7892
7893 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7894
7895         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7896         (paris_type_find), (ilbc_type_find), (plugin_init):
7897           Fix typefinding for audio/x-au, audio/x-paris and
7898           audio/iLBC-sh. We cannot use the START_WITH macros
7899           here, because there can only be one typefind factory
7900           with the same name (caps), so the second one would
7901           replace the first one and the first one would never
7902           be called when doing typefinding (see #161712).
7903           
7904
7905 2006-01-31  Wim Taymans  <wim@fluendo.com>
7906
7907         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7908         (vorbis_handle_header_packet), (vorbis_dec_push),
7909         (vorbis_handle_data_packet):
7910         Use scale_int when we can, add some more scaling.
7911         Check packettype before parsing it.
7912
7913 2006-01-31  Wim Taymans  <wim@fluendo.com>
7914
7915         * ext/theora/theoradec.c: (_theora_granule_time),
7916         (theora_dec_src_convert), (theora_dec_sink_convert):
7917         Call right _scale functions.
7918         Use parameter instead of some other random value.
7919
7920 2006-01-31  Wim Taymans  <wim@fluendo.com>
7921
7922         * ext/theora/theoradec.c: (_theora_granule_frame),
7923         (_theora_granule_time), (_inc_granulepos),
7924         (theora_dec_src_convert), (theora_dec_sink_convert),
7925         (theora_handle_type_packet), (theora_handle_data_packet),
7926         (theora_dec_chain):
7927         Use higher precision timestamps calculation.
7928         Convert some other conversions to _scale.
7929
7930 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7931
7932         * gst/audiotestsrc/gstaudiotestsrc.c:
7933         (gst_audio_test_src_create_sine_table), (plugin_init):
7934         * gst/volume/gstvolume.c: (plugin_init):
7935           initialize gst_controller before using
7936
7937 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7938
7939         * tests/check/pipelines/theoraenc.c:
7940         * tests/check/pipelines/vorbisenc.c:
7941         Define constant using G_GINT64_CONSTANT to avoid errors when
7942         passing it around - otherwise it gets truncated to 32 bits.
7943
7944         Fixes failing tests.
7945
7946 2006-01-31  Andy Wingo  <wingo@pobox.com>
7947
7948         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7949         caps being set doesn't have a framerate value. Basically a stopgap
7950         measure.
7951
7952         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7953         technically correct enough to put into core though.
7954         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7955         DURATION. Fixes theoraenc ! oggmux.
7956
7957         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7958         fraction, not double.
7959
7960 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7961
7962         * win32/vs7:
7963         add vs7 project files created by Sergey Scobich
7964
7965 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7966
7967         * win32/vs8:
7968         add vs8 project files created by Sergey Scobich
7969         
7970 2006-01-30  Andy Wingo  <wingo@pobox.com>
7971
7972         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7973         timestamp + duration, not just timestamp -- ogg pages should be
7974         ordered by stop time. Necessary fix given the change in vorbis
7975         timestamps.
7976
7977         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7978         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7979         (granulepos_add): New function, handles the messiness of adjusting
7980         granulepos values.
7981         (theora_buffer_from_packet):
7982         (theora_enc_chain):
7983         (theora_enc_sink_event): Use granulepos_add, not +.
7984
7985         * tests/check/pipelines/theoraenc.c
7986         (check_buffer_granulepos_from_starttime): Just check the frame
7987         count, not the actual granulepos -- we can't dictate to the
7988         encoder when it should be placing keyframes.
7989
7990 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7991
7992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7993           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7994           play an http:// stream from a server that's not serving
7995
7996 2006-01-30  Andy Wingo  <wingo@pobox.com>
7997
7998         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7999         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8000         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8001         available.
8002
8003         * ext/theora/gsttheoraenc.h:
8004         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8005         although theoraenc was timestamping correctly. Added handling of
8006         streams that start with nonzero timestamps.
8007
8008         * tests/check/Makefile.am:
8009         * tests/check/pipelines/theoraenc.c: New file, basically does same
8010         tests as vorbisenc.
8011
8012         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8013
8014 2006-01-30  Wim Taymans  <wim@fluendo.com>
8015
8016         * gst-libs/gst/audio/gstaudiosink.c:
8017         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8018         (gst_audioringbuffer_pause):
8019         Implement pause that does not wait for completion.
8020
8021         * gst-libs/gst/audio/gstbaseaudiosink.c:
8022         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8023         Don't drop buffers when going to PAUSED but perform preroll on
8024         remaining samples now that core base class supports this.
8025
8026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8027         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8028         (gst_ring_buffer_commit):
8029         Pause should not signal waiters.
8030         Implement return value of _commit correctly.
8031
8032 2006-01-30  Andy Wingo  <wingo@pobox.com>
8033
8034         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8035
8036         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8037         updated to timestamp from the first sample, not the last.
8038         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8039         special care of granulepos and timestamp for header packets.
8040         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8041         when the first buffer has a nonzero timestamp.
8042
8043         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8044         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8045         case when the first audio buffer we get has a nonzero timestamp.
8046         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8047         properly timestamp vorbis buffers with the time of the first
8048         sample, not the last.
8049         
8050         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8051         vorbis_granule_time_copy -- now it takes the granule/subgranule
8052         offset into account.
8053
8054         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8055         timestamps, durations, and granulepos on buffers produced by
8056         vorbisenc.
8057
8058 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8061         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8062           Patch from Eric Jonas to support conversions to/from UYVY 
8063           (Fixes: #324626)
8064
8065 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8066
8067         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8068         (setup_subtitle), (setup_source), (set_active_source):
8069         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8070         (gen_text_element), (gen_audio_element), (gen_vis_element),
8071         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8072
8073 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8074
8075         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8076         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8077                 use gst_guint64_to_gdouble to be compliant with vs6
8078         * gst/playback/gstdecodebin.c: (try_to_link_1)
8079         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8080                 use G_GINT64_CONSTANT for int64 constants
8081         * win32/common/libgstinterfaces.def:
8082                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8083         * win32/vs6:
8084                 update and add new project files
8085                 
8086 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         * Makefile.am:
8089         * win32/MANIFEST:
8090         * win32/common/interfaces-enumtypes.c:
8091         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8092         (gst_mixer_track_flags_get_type),
8093         (gst_tuner_channel_flags_get_type):
8094         * win32/common/interfaces-enumtypes.h:
8095         * win32/common/multichannel-enumtypes.c:
8096         (gst_audio_channel_position_get_type):
8097         * win32/common/multichannel-enumtypes.h:
8098           add a win32-update rule like in core, and copy over enumtypes files
8099
8100 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8101
8102         * win32/MANIFEST:
8103         * win32/common/config.h:
8104         * win32/common/config.h.in:
8105           add config files just like in core
8106
8107 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8108
8109         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8110           Make gcc-4.1 happy (part of #327357).
8111
8112 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8113
8114         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8115         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8116         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8117         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8118         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8119         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8120           Update all error messages.  All of them should either use
8121           the default translated message, or actually provide a
8122           translatable string.
8123           Make the string for channel count problems meaningful.
8124
8125 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8126
8127         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8128           check for and throw RESOURCE_BUSY
8129
8130 2006-01-27  David Schleef  <ds@schleef.org>
8131
8132         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8133           checked in this change -- it requires liboil features not
8134           in 0.3.6.  Revert parts.
8135
8136 2006-01-27  David Schleef  <ds@schleef.org>
8137
8138         * REQUIREMENTS:
8139         * configure.ac: update liboil requirement to 0.3.6
8140         * gst/videoscale/Makefile.am:
8141         * gst/videoscale/vs_scanline.c: liboilify
8142
8143 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8144
8145         * ext/libvisual/visual.c: (get_buffer):
8146           When pad_alloc returns a GstFlowReturn other
8147           than GST_FLOW_OK, make sure it is passed upstream.
8148
8149 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8150
8151         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8152         (gst_alsasink_class_init):
8153           Free the device name string.
8154
8155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8157         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8158           Don't remove a pad from the collectpads structure until it
8159           is released - it's a request pad, and may receive data again
8160           if the element gets moved back to PLAYING state.
8161
8162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8163           Ensure we turn on double buffering on the Xv port, and
8164           set the colour key to something dark and mysterious that
8165           isn't black.
8166
8167 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8168
8169         * ext/alsa/gstalsaplugin.c: (plugin_init):
8170         * ext/cdparanoia/gstcdparanoiasrc.c:
8171         (gst_cd_paranoia_src_base_init), (plugin_init):
8172         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8174           - a library should not call setlocale. see "Libraries" node in
8175             gettext manual
8176           - make sure all plugins that use translation do bindtextdomain
8177             to point to the localedir
8178         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8179         (setup_sinks), (plugin_init):
8180           all this, and check for NULL when creating sinks
8181
8182 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8183
8184         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8185         (plugin_init): Make typefinding of subtitles work again.
8186
8187 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8190         (mp3_type_frame_length_from_header), (mp3_type_find),
8191         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8192         (plugin_init):
8193           Backport a bunch of typefinding fixes from the 0.8 branch.
8194           Also, improve wavpack typefinding: if we can't peek the
8195           entire wavpack block, try to parse the bits we can get and
8196           see if we find what we're looking for in those.
8197
8198 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8199
8200         * sys/ximage/ximagesink.c:
8201         (gst_ximagesink_calculate_pixel_aspect_ratio):
8202         * sys/xvimage/xvimagesink.c:
8203         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8204         more cases of pixel aspect ratio.
8205
8206 2006-01-26  Edward Hervey  <edward@fluendo.com>
8207
8208         * gst/playback/gstdecodebin.c: (pad_probe):
8209         Also consider the flush-start and tag events as unblockers
8210         for the pad probes.
8211
8212 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8213
8214         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8215         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8216         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8217         On the fly visualisation switch, works disabling, enabling as
8218         well but it won't be able to enable vis in a playbin that was
8219         created with no visualisation.
8220
8221 2006-01-25  Wim Taymans  <wim@fluendo.com>
8222
8223         * gst-libs/gst/audio/gstbaseaudiosink.c:
8224         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8225         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8226         resume after pause.
8227
8228 2006-01-25  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst-libs/gst/audio/gstbaseaudiosink.c:
8231         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8232         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8233         Improve debugging.
8234         Post error when caps cannot be parsed.
8235         Resync on discontinuity in the stream.
8236         Clip samples to segment boundaries.
8237         return WRONG_STATE sooner when we are flushing.
8238
8239         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8240         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8241         Make audiosrc operate in TIME.
8242         Set TIMESTAMP and DURATION on buffers.
8243
8244 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * tests/examples/seek/seek.c: (main):
8247           Output tag messages as well.
8248
8249 2006-01-23  Edward Hervey  <edward@fluendo.com>
8250
8251         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8252         (free_pad_probes), (remove_fakesink), (pad_probe),
8253         (close_pad_link), (gst_decode_bin_change_state):
8254         Replace GstPadBlockCallback with pad probes that detect
8255         first buffer AND eos before removing fakesink.
8256         Fixes hang with demuxers doing EOS while pre-rolling.
8257         Solves #328279
8258
8259 2006-01-23  Andy Wingo  <wingo@pobox.com>
8260
8261         * ext/alsa/gstalsasink.c:
8262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8263         (gst_base_rtp_depayload_setcaps),
8264         (gst_base_rtp_depayload_add_to_queue),
8265         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8266         
8267         Patch by: Jens Granseuer <jensgr at gmx dot net>
8268
8269 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8270
8271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8272         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8273         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8274         frames. We might get a frame destroyed after changing state to
8275         NULL, adding a safety check on xcontext.
8276
8277 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         * gst-libs/gst/interfaces/xoverlay.c:
8280           Fix prepare-xwindow-id code example in the docs - we need to
8281           ignore all messages that aren't element messages as well.
8282           
8283 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8284
8285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8286           I think one day i'll completely undestand how caps negotiation
8287           is supposed to work. This refactoring handles buffer_alloc
8288           called with caps we can't handle. We definitely don't want a
8289           set_caps with those caps, so we define and allocate a buffer
8290           we would like to receive.
8291
8292 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * gst/playback/gstplaybasebin.c: (setup_source):
8295           Free iterator when done.
8296
8297 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8298
8299         * gst-libs/gst/audio/gstbaseaudiosink.c:
8300         (gst_base_audio_sink_render):
8301           Fix playback of non-synchronised streams by assuming a rate
8302           of 1.0 instead of a random one.
8303
8304           Makes this work again:
8305
8306           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8307           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8308           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8309           audioresample ! alsasink
8310
8311 === release 0.10.2 ===
8312
8313 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8314
8315         * configure.ac:
8316           releasing 0.10.2, "Then the devil is six"
8317
8318 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8319
8320         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8321         * gst/playback/gststreamselector.c:
8322         (gst_stream_selector_set_property):
8323           Comment out broken code that connects to the state-changed signal.
8324           At this point, changing current stream selection is broken, but 
8325           stuff like gst-launch playbin current-audio=1 works and filters
8326           to the chosen stream.
8327
8328 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8329
8330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8331           Fix #327216 (null dereference in vorbisdec)
8332
8333 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8336           Post taglist actually on bus instead of just freeing it
8337           (fixes #327114 and totem bug #327080).
8338
8339         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8340           Use gst_element_found_tags_for_pad(), so that the tags
8341           are sent downstream as an event as well.
8342
8343 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8344
8345         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8346         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8347         (gst_ximagesink_buffer_alloc):
8348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8349         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8350         (gst_xvimagesink_buffer_alloc):
8351           move all regularly occurring messages to GST_LOG level
8352           add some more object logs
8353
8354 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8355
8356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8357           fix a silly segfault
8358
8359 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * docs/libs/gst-plugins-base-libs-docs.sgml:
8362         * docs/libs/gst-plugins-base-libs-sections.txt:
8363         * gst-libs/gst/audio/mixerutils.c:
8364         * gst-libs/gst/audio/mixerutils.h:
8365           Add docs for mixerutils stuff.
8366
8367 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * gst/playback/gstplaybasebin.c: (setup_source):
8370           Fix playback for sources that emit raw audio or
8371           raw video streams (e.g.: cd audio sources) (#325984).
8372
8373 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8374
8375         * gst-libs/gst/audio/mixerutils.c:
8376         (gst_audio_mixer_filter_do_filter):
8377           actually save the element we create
8378
8379 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * gst-libs/gst/cdda/gstcddabasesrc.c:
8382         (gst_cdda_base_src_handle_track_seek):
8383           No need to post a tag message on the bus when seeking
8384           within the same track, only post it when the current
8385           track changes.
8386
8387 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8388
8389         * gst/playback/gstplaybasebin.c: (group_destroy),
8390         (probe_triggered), (new_decoded_pad), (mute_group_type),
8391         (set_active_source):
8392         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8393         * gst/playback/gststreamselector.c:
8394         (gst_stream_selector_base_init),
8395         (gst_stream_selector_set_property),
8396         (gst_stream_selector_request_new_pad):
8397           Reenable stream selection. These mechanisms need a complete overhaul
8398           in the face of 0.8->0.10 changes though.
8399
8400 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * ext/ogg/gstoggdemux.c:
8403           Change the pad template to src_%d to match the pads that 
8404           are created from it. decodebin needs this information in order
8405           to decide that oggdemux is capable of producing multiple pads
8406           (and hence needs queues inserted).
8407
8408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8409         (gst_ogg_mux_collected):
8410           Make debug output more useful by using GST_PTR_FORMAT.
8411
8412 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8413
8414         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8417           Set depth and width for alaw/mulaw (fixes #326601).
8418
8419 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8420
8421         * tests/icles/Makefile.am:
8422           don't build the tests if we don't have the libs
8423
8424 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8427         (gst_cd_paranoia_paranoia_callback):
8428           Don't try to free NULL pointers.
8429
8430 2006-01-10  Edward Hervey  <edward@fluendo.com>
8431
8432         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8433         (gst_audio_rate_change_state), (plugin_init):
8434         Add debugging category.
8435         Fix type issues.
8436         Add case for incoming buffers without valid offset/offset_end.
8437
8438 2006-01-10  Michael Smith  <msmith@fluendo.com>
8439
8440         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8441           Don't leak GCond in audio sources.
8442
8443 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * gst/playback/gstplaybin.c: (gen_audio_element):
8446           Don't leak an autoaudiosink/alsasink when we generate
8447           a new audio element. (old code, I guess)
8448
8449 2006-01-10  Michael Smith  <msmith@fluendo.com>
8450
8451         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8452           Support float audio in audiorate.
8453           Use width rather than depth for selecting sample width.
8454
8455 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * gst/videotestsrc/videotestsrc.h:
8458           Use GLib types here (that way we don't have to include the
8459           generated _stdint.h header, which makes life easier for win32
8460           folks that don't use autotools for the build) (#325990, patch
8461           by: Sergey Scobich).
8462
8463 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8464
8465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8466         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8467         (gst_ring_buffer_pause), (wait_segment):
8468         * gst-libs/gst/audio/gstringbuffer.h:
8469           Name (private) union, makes Forte compiler happy (this time
8470           for real) (#324900).
8471
8472 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * gst-libs/gst/audio/Makefile.am:
8475           Link against libgstinterfaces, needed for mixer
8476           and property probe stuff.
8477
8478 2006-01-09  Edward Hervey  <edward@fluendo.com>
8479
8480         * gst-libs/gst/Makefile.am:
8481
8482 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * gst-libs/gst/audio/Makefile.am:
8485         * gst-libs/gst/audio/mixerutils.c:
8486         (gst_audio_mixer_filter_do_filter),
8487         (gst_audio_mixer_filter_check_element),
8488         (gst_audio_mixer_filter_probe_feature),
8489         (element_factory_rank_compare_func),
8490         (gst_audio_default_registry_mixer_filter):
8491         * gst-libs/gst/audio/mixerutils.h:
8492           Add gst_audio_default_registry_mixer_filter() utility
8493           function.
8494
8495 2006-01-03  Michael Smith  <msmith@fluendo.com>
8496
8497         * gst/audioresample/resample.h:
8498           As before, but for o_buf
8499
8500 2006-01-03  Michael Smith  <msmith@fluendo.com>
8501
8502         * gst/audioresample/resample.h:
8503           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8504           since we do arithmetic on it.
8505
8506 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8507
8508         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8509         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8510         (gst_ring_buffer_pause), (wait_segment):
8511         * gst-libs/gst/audio/gstringbuffer.h:
8512           Sun's Forte compiler doesn't seem to like anonymous structs,
8513           so use same setup as in GstBaseSrc (fixes #324900).
8514
8515 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * configure.ac:
8518         * gst/volume/Makefile.am:
8519         * gst/volume/demo.c:
8520           move old example to tests/examples/volume/volune.c
8521         * tests/examples/Makefile.am:
8522         * tests/examples/seek/seek.c: (main):
8523           change window-close event from "delete-event" to "destroy"
8524         * tests/examples/volume/Makefile.am:
8525         * tests/examples/volume/volume.c: (value_changed_callback),
8526         (setup_gui), (message_received), (eos_message_received), (main):
8527           fix event handling and bus usage
8528
8529 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8530
8531         * gst/audiotestsrc/gstaudiotestsrc.c:
8532         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8533         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8534         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8535         (gst_audio_test_src_create_square),
8536         (gst_audio_test_src_create_saw),
8537         (gst_audio_test_src_create_triangle),
8538         (gst_audio_test_src_create_silence),
8539         (gst_audio_test_src_create_white_noise),
8540         (gst_audio_test_src_create_pink_noise),
8541         (gst_audio_test_src_init_sine_table),
8542         (gst_audio_test_src_create_sine_table),
8543         (gst_audio_test_src_change_wave),
8544         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8545         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8546         * gst/audiotestsrc/gstaudiotestsrc.h:
8547           update to basesrc changes, implement segmented seeking and eos
8548           handling, add a 'sine-tab' waveform for performance critical playback
8549
8550 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * po/POTFILES.in:
8553           ... and this time the other modified file that I missed last time.
8554
8555 2005-12-29  Michael Smith  <msmith@fluendo.com>
8556
8557         * gst/playback/gstdecodebin.c: (new_pad):
8558           Fix non-C89 variable declaration not at the start of a block. Should
8559           help some compilers.
8560
8561 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8562
8563         * tests/check/Makefile.am:
8564           And now fix 'make distcheck' (builddir != srcdir)
8565
8566 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * configure.ac:
8569         * ext/cdparanoia/Makefile.am:
8570         * ext/cdparanoia/gstcdparanoia.c:
8571         * ext/cdparanoia/gstcdparanoia.h:
8572         * ext/cdparanoia/gstcdparanoiasrc.c:
8573         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8574         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8575         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8576         (gst_cd_paranoia_paranoia_callback),
8577         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8578         (gst_cd_paranoia_src_set_property),
8579         (gst_cd_paranoia_src_get_property), (plugin_init):
8580         * ext/cdparanoia/gstcdparanoiasrc.h:
8581           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8582           plugin again (there are still fixes required to playbin to make
8583           cdda:// uris work there).
8584
8585 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * tests/check/Makefile.am:
8588           Fix test case compilation.
8589
8590 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8591
8592         * gst-libs/gst/cdda/gstcddabasesrc.c:
8593         (gst_cdda_base_src_update_duration),
8594         (gst_cdda_base_src_calculate_cddb_id):
8595           An integer is not a string. Fix access to uninitialised variable.
8596
8597         * tests/check/Makefile.am:
8598           Add cddabasesrc unit test; also actually enable the vorbis test.
8599
8600         * tests/check/generic/states.c:
8601           Blacklist new cd audio elements as well.
8602
8603         * tests/check/libs/cddabasesrc.c:
8604           Unit test for GstCddaBaseSrc (discid calculation mostly).
8605
8606 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * docs/libs/Makefile.am:
8609         * docs/libs/gst-plugins-base-libs-docs.sgml:
8610         * docs/libs/gst-plugins-base-libs-sections.txt:
8611         * docs/libs/gst-plugins-base-libs.types:
8612           Add docs for libgstcdda/GstCddaBaseSrc.
8613
8614         * gst-libs/gst/interfaces/mixertrack.h:
8615           Do one struct member per line with a semicolon at the end, that way
8616           even gtk-doc might parse it without complaining.
8617
8618 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * configure.ac:
8621         * gst-libs/gst/Makefile.am:
8622         * gst-libs/gst/cdda/Makefile.am:
8623         * gst-libs/gst/cdda/base64.c:
8624         * gst-libs/gst/cdda/base64.h:
8625         * gst-libs/gst/cdda/gstcddabasesrc.c:
8626         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8627         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8628         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8629         (gst_cdda_base_src_get_property),
8630         (gst_cdda_base_src_get_track_from_sector),
8631         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8632         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8633         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8634         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8635         (gst_cdda_base_src_uri_get_protocols),
8636         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8637         (gst_cdda_base_src_uri_handler_init),
8638         (gst_cdda_base_src_setup_interfaces),
8639         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8640         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8641         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8642         (gst_cdda_base_src_add_tags),
8643         (gst_cdda_base_src_add_index_associations),
8644         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8645         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8646         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8647         (gst_cdda_base_src_create):
8648         * gst-libs/gst/cdda/gstcddabasesrc.h:
8649         * gst-libs/gst/cdda/sha1.c:
8650         * gst-libs/gst/cdda/sha1.h:
8651           Add new libgstcdda with GstCddaBaseSrc class.
8652
8653 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8654
8655         * ext/gnomevfs/gstgnomevfssink.h:
8656           Use GstBaseSinkClass as parent_class member for class struct, not
8657           GstBaseSink.
8658
8659 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         Patch by: Michael Benes
8662
8663         * gst/videotestsrc/gstvideotestsrc.c:
8664         (gst_video_test_src_class_init), (gst_video_test_src_start):
8665           Add start method to reset running time and number of frames sent
8666           when starting up (fixes #324696)
8667
8668 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * docs/plugins/Makefile.am:
8671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8673         * docs/plugins/gst-plugins-base-plugins.args:
8674         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8675         * docs/plugins/gst-plugins-base-plugins.signals:
8676           Add docs stuff for gnomevfssrc and gnomevfssink.
8677
8678         * ext/gnomevfs/gstgnomevfssrc.c:
8679           Fix example pipeline in gtk-doc blurb.
8680
8681 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * ext/gnomevfs/Makefile.am:
8684         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8685         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8686         (gst_gnome_vfs_handle_get_type), (plugin_init):
8687         * ext/gnomevfs/gstgnomevfs.h:
8688         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8689         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8690         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8691         (gst_gnome_vfs_sink_set_property),
8692         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8693         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8694         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8695         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8696         (gst_gnome_vfs_sink_uri_get_type),
8697         (gst_gnome_vfs_sink_uri_get_protocols),
8698         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8699         (gst_gnome_vfs_sink_uri_handler_init):
8700         * ext/gnomevfs/gstgnomevfssink.h:
8701           Port gnomevfssink; add gtk-doc blurb.
8702
8703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8704         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8705         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8706         (gst_gnome_vfs_src_uri_get_type),
8707         (gst_gnome_vfs_src_uri_get_protocols),
8708         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8709         (gst_gnome_vfs_src_uri_handler_init),
8710         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8711         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8712         (gst_gnome_vfs_src_send_additional_headers_callback),
8713         (gst_gnome_vfs_src_received_headers_callback),
8714         (gst_gnome_vfs_src_push_callbacks),
8715         (gst_gnome_vfs_src_pop_callbacks),
8716         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8717         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8718         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8719         * ext/gnomevfs/gstgnomevfssrc.h:
8720           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8721           file; add gtk-doc blurb with example pipelines.
8722
8723 === release 0.10.1 ===
8724
8725 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8726
8727         * configure.ac:
8728           releasing 0.10.1, "Dobro Dedek"
8729
8730 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8731
8732         * gst/typefind/gsttypefindfunctions.c:
8733         iLBC30 and iLBC20 added to typefind.
8734
8735 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         * gst-libs/gst/audio/gstbaseaudiosink.c:
8738         (gst_base_audio_sink_class_init):
8739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8740         (gst_base_audio_src_class_init):
8741           update strings, values are in microseconds
8742           change the default sink buffer time to something that is smaller
8743           (to help software volume mixing have a slightly lower delay) but
8744           still be acceptable on Wim's laptop
8745
8746 2005-12-20  Edward Hervey  <edward@fluendo.com>
8747
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8749         Made a quack, forgot to add DUCK to the riff video template.
8750
8751 2005-12-19  Edward Hervey  <edward@fluendo.com>
8752
8753         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8754         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8755         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8756         (gst_ogm_parse_chain):
8757         Make sure pads are initialized correctly.
8758         * gst-libs/gst/riff/riff-ids.h:
8759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8760         (gst_riff_create_video_template_caps):
8761         Add a whole bunch of FOURCC <=> MimeType.
8762         Extend the riff video pad template to support the newly added fourcc.
8763
8764 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8765
8766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8767         (gst_ogg_demux_activate_chain):
8768           Extra debug output when activating/deactivating chains.
8769
8770         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8771         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8772         (unlinked):
8773           Remove a queue from our list when it becomes unlinked.
8774           Don't add queues to elements in class 'Demux' if they
8775           can only produce one pad 
8776
8777 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8778
8779         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8780         (gst_video_sink_get_type): Add a debug category.
8781
8782 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8783
8784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8785         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8786           Handle downstream newsegment by sending our own newsegment before the
8787           next buffer to be released. (#323900)
8788
8789 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8790
8791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8792         (gst_base_rtp_depayload_set_gst_timestamp):
8793           add queue delay to new segment as well (as opposed to just the first
8794           buffer). (bug #322347)
8795
8796 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8797
8798         * ext/libvisual/visual.c: (make_valid_name):
8799           change some char* into char[]
8800         * gst/audiotestsrc/gstaudiotestsrc.c:
8801         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8802         (gst_audio_test_src_create):
8803         * gst/audiotestsrc/gstaudiotestsrc.h:
8804           prepare to handle EOS and SEGMENT_DONE
8805
8806 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * tests/check/generic/states.c: (GST_START_TEST):
8809           Blacklist cdparanoia element in state test.
8810
8811 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8812
8813           Patch by: Benjamin Pineau
8814
8815         * gst/tcp/gsttcp.c:
8816         * gst/tcp/gsttcpclientsink.c:
8817         * gst/tcp/gsttcpserversink.c:
8818         * gst/tcp/gsttcpserversrc.c:
8819           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8820
8821 2005-12-15  Michael Smith  <msmith@fluendo.com>
8822
8823         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8824         (gst_video_rate_chain):
8825           Fix timestamping for videorate when the first buffer it sees has a
8826           non-zero timestamp. Fix some misleading debug output.
8827
8828 2005-12-15  Michael Smith  <msmith@fluendo.com>
8829
8830         * gst/audioresample/gstaudioresample.c:
8831           Don't leak all input buffers to audioresample.
8832
8833 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8836           Don't operate on empty text buffers. Strip newlines and
8837           tabs only from the end of the text, but leave them intact
8838           in the middle. Fix typo in gtk-doc description.
8839
8840 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * gst/playback/gstplaybasebin.c:
8843         * gst/playback/gstplaybin.c: (handoff):
8844           Make sure the video frame buffer we return to apps via the
8845           "frame" property always has caps set on it. Modify
8846           _gst_gvalue_set_object() macro to handle NULL objects
8847           gracefully too.
8848
8849 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8850
8851         * gst/audiotestsrc/gstaudiotestsrc.c:
8852         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8853         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8854         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8855         (gst_audio_test_src_create):
8856         * gst/audiotestsrc/gstaudiotestsrc.h:
8857         Adjust to some recent api changes and add wtays new cool seeking
8858         capabillities
8859
8860 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8861
8862         * ext/alsa/Makefile.am:
8863         * ext/alsa/gstalsadeviceprobe.c:
8864         * ext/alsa/gstalsadeviceprobe.h:
8865           Helper functions to add device probing via the GstPropertyProbe
8866           interface to a class.
8867
8868         * ext/alsa/gstalsamixer.h:
8869           Comment out GST_ALSA_MIXER, it returns a struct that's not
8870           used.
8871
8872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8873           Add some debug info. 
8874
8875         * ext/alsa/gstalsamixerelement.c:
8876         (gst_alsa_mixer_element_interface_supported),
8877         (gst_implements_interface_init),
8878         (gst_alsa_mixer_element_init_interfaces),
8879         (gst_alsa_mixer_element_class_init),
8880         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8881         (gst_alsa_mixer_element_set_property),
8882         (gst_alsa_mixer_element_get_property),
8883         (gst_alsa_mixer_element_change_state):
8884         * ext/alsa/gstalsamixerelement.h:
8885           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8886           for device handling (gnome-volume-control will need that).
8887
8888 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8889
8890         * ext/Makefile.am: fix cdparanoia entry
8891         * gst-plugins-base.spec.in: add cdparanoia
8892
8893 2005-12-12  Michael Smith  <msmith@fluendo.com>
8894
8895         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8896           Use the correct function to free list of typefind factories.
8897
8898 2005-12-12  Wim Taymans  <wim@fluendo.com>
8899
8900         * gst/videotestsrc/gstvideotestsrc.c:
8901         (gst_video_test_src_class_init), (gst_video_test_src_init),
8902         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8903         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8904         (gst_video_test_src_create):
8905         * gst/videotestsrc/gstvideotestsrc.h:
8906         Implement seeking in videotestsrc.
8907         Small cleanups.
8908
8909 2005-12-12  Wim Taymans  <wim@fluendo.com>
8910
8911         * ext/cdparanoia/Makefile.am:
8912         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8913         (gst_paranoia_endian_get_type), (_do_init),
8914         (cdparanoia_class_init), (cdparanoia_init),
8915         (cdparanoia_set_property), (cdparanoia_get_property),
8916         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8917         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8918         (cdparanoia_convert), (cdparanoia_get_query_types),
8919         (cdparanoia_query), (cdparanoia_set_index),
8920         (cdparanoia_uri_set_uri):
8921         * ext/cdparanoia/gstcdparanoia.h:
8922         Partially ported cdparanoia now that basesrc can support a
8923         plugin like this..
8924
8925 2005-12-12  Wim Taymans  <wim@fluendo.com>
8926
8927         * tests/examples/seek/scrubby.c: (main):
8928         Set higher priority for bus events so they don't get reordered with
8929         gtk gui events.
8930
8931         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8932         (flush_toggle_cb), (main):
8933         Added checkbox to disable flushing seeks. 
8934         Disable scrubbing when doing non flushing seeks.
8935
8936 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8939         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8940         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8941         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8942           Implement some sort of event handling that doesn't rely on
8943           g_return_if_fail; make sure we always push the last chunk of an 
8944           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8945           state change function; remove some old cruft. Seeking is still
8946           rather unlikely to work though.
8947
8948         * tools/.cvsignore:
8949           Ignore more.
8950
8951 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8952
8953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8954         Fixed a leak of the current image reference when cleaning up.
8955         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8956
8957 2005-12-09  Michael Smith  <msmith@fluendo.com>
8958
8959         * tools/Makefile.am:
8960         * tools/gst-launch-ext-m.m:
8961           Remove gst-launch-ext. It doesn't work, and is no longer
8962           particularly useful.
8963
8964 2005-12-08  Luca Ognibene  <luogni@tin.it>
8965
8966         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8967           don't pass random values to ogmparse convert function.
8968           Make seeking possible in the exile1.ogm file.
8969
8970 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8973         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8974           Work around refcount problem with g_value_set_object() that occur
8975           if the core has been compiled against GLib-2.6 (g_value_set_object()
8976           will only g_object_ref() the element, but the caller will
8977           gst_object_unref() it and bad things will happen due to the way
8978           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8979           totem for people on FC4 using Thomas's 0.10 RPMs.
8980           
8981 2005-12-07  Edward Hervey  <edward@fluendo.com>
8982
8983         Time to welcome ogm to 0.10 :)
8984         
8985         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8986         (gst_ogg_pad_typefind):
8987         Oggdemux can now properly typefind elements with dynamic pads.
8988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8989         Properly set caps on src pad, and set caps on outgoing buffers.
8990
8991 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8992
8993         * ext/alsa/gstalsamixer.h:
8994         * ext/alsa/gstalsamixerelement.h:
8995         * ext/alsa/gstalsamixeroptions.h:
8996         * ext/alsa/gstalsamixertrack.h:
8997         * ext/alsa/gstalsasink.c:
8998         * ext/alsa/gstalsasink.h:
8999         * ext/alsa/gstalsasrc.c:
9000         * ext/alsa/gstalsasrc.h:
9001         * ext/cdparanoia/gstcdparanoia.h:
9002         * ext/gnomevfs/gstgnomevfsuri.h:
9003         * ext/ogg/gstoggdemux.c:
9004         * ext/ogg/gstoggmux.c:
9005         * ext/pango/gsttextoverlay.h:
9006         * ext/theora/theoradec.c:
9007         * ext/theora/theoraenc.c:
9008         * ext/vorbis/vorbisdec.h:
9009         * ext/vorbis/vorbisenc.c:
9010         * ext/vorbis/vorbisenc.h:
9011         * ext/vorbis/vorbisparse.h:
9012         * gst-libs/gst/audio/gstaudioclock.h:
9013         * gst-libs/gst/audio/gstaudiosink.c:
9014         * gst-libs/gst/audio/gstaudiosink.h:
9015         * gst-libs/gst/audio/gstaudiosrc.c:
9016         * gst-libs/gst/audio/gstaudiosrc.h:
9017         * gst-libs/gst/audio/gstbaseaudiosink.c:
9018         * gst-libs/gst/audio/gstbaseaudiosink.h:
9019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9020         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9021         * gst-libs/gst/audio/gstringbuffer.h:
9022         * gst-libs/gst/audio/multichannel.h:
9023         * gst-libs/gst/floatcast/floatcast.h:
9024         * gst-libs/gst/interfaces/colorbalance.c:
9025         * gst-libs/gst/interfaces/colorbalance.h:
9026         * gst-libs/gst/interfaces/colorbalancechannel.h:
9027         * gst-libs/gst/interfaces/mixer.h:
9028         * gst-libs/gst/interfaces/mixeroptions.h:
9029         * gst-libs/gst/interfaces/mixertrack.h:
9030         * gst-libs/gst/interfaces/navigation.h:
9031         * gst-libs/gst/interfaces/propertyprobe.h:
9032         * gst-libs/gst/interfaces/tuner.h:
9033         * gst-libs/gst/interfaces/tunerchannel.h:
9034         * gst-libs/gst/interfaces/tunernorm.h:
9035         * gst-libs/gst/interfaces/xoverlay.h:
9036         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9037         * gst-libs/gst/riff/riff-ids.h:
9038         * gst-libs/gst/riff/riff-media.h:
9039         * gst-libs/gst/riff/riff-read.h:
9040         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9041         * gst-libs/gst/rtp/gstbasertppayload.c:
9042         * gst-libs/gst/rtp/gstbasertppayload.h:
9043         * gst-libs/gst/rtp/gstrtpbuffer.c:
9044         * gst-libs/gst/rtp/gstrtpbuffer.h:
9045         * gst-libs/gst/tag/gsttageditingprivate.h:
9046         * gst-libs/gst/tag/gstvorbistag.c:
9047         (gst_tag_list_from_vorbiscomment_buffer):
9048         * gst-libs/gst/tag/tag.h:
9049         * gst-libs/gst/video/video.h:
9050         * gst/adder/gstadder.c:
9051         * gst/adder/gstadder.h:
9052         * gst/audioconvert/audioconvert.c:
9053         * gst/audioconvert/audioconvert.h:
9054         * gst/audioconvert/gstaudioconvert.c:
9055         * gst/audioconvert/gstchannelmix.c:
9056         * gst/audioconvert/gstchannelmix.h:
9057         * gst/audiorate/gstaudiorate.c:
9058         * gst/audioresample/buffer.h:
9059         * gst/audioresample/functable.h:
9060         * gst/audioresample/gstaudioresample.c:
9061         * gst/audioresample/resample.h:
9062         * gst/ffmpegcolorspace/avcodec.h:
9063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9064         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9065         * gst/ffmpegcolorspace/imgconvert.c:
9066         * gst/ffmpegcolorspace/imgconvert_template.h:
9067         * gst/playback/gstdecodebin.c:
9068         * gst/playback/gstplaybasebin.h:
9069         * gst/playback/gstplaybin.c:
9070         * gst/playback/gststreaminfo.h:
9071         * gst/tcp/gstfdset.c:
9072         * gst/tcp/gstfdset.h:
9073         * gst/tcp/gstmultifdsink.c:
9074         * gst/tcp/gstmultifdsink.h:
9075         * gst/tcp/gsttcp.h:
9076         * gst/tcp/gsttcpclientsrc.c:
9077         * gst/tcp/gsttcpclientsrc.h:
9078         * gst/tcp/gsttcpplugin.h:
9079         * gst/tcp/gsttcpserversink.c:
9080         * gst/tcp/gsttcpserversrc.c:
9081         * gst/typefind/gsttypefindfunctions.c:
9082         * gst/videorate/gstvideorate.c:
9083         * gst/videotestsrc/gstvideotestsrc.h:
9084         * gst/videotestsrc/videotestsrc.h:
9085         * sys/v4l/gstv4lcolorbalance.h:
9086         * sys/v4l/gstv4ltuner.h:
9087         * sys/v4l/gstv4lxoverlay.h:
9088         * sys/v4l/v4l_calls.h:
9089         * sys/v4l/videodev_mjpeg.h:
9090         * tests/check/elements/audioconvert.c:
9091         * tests/check/elements/audioresample.c:
9092         * tests/check/elements/audiotestsrc.c:
9093         * tests/check/elements/videotestsrc.c:
9094         * tests/check/elements/volume.c:
9095         * tests/examples/seek/scrubby.c:
9096         * tests/examples/seek/seek.c:
9097           expand tabs
9098
9099 === release 0.10.0 ===
9100
9101 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9102
9103         * configure.ac:
9104           releasing 0.10.0, "Mont-d'or"
9105
9106 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9107
9108         * tests/examples/seek/Makefile.am:
9109         Build fix for when gtk is not available.
9110
9111 2005-12-05  Andy Wingo  <wingo@pobox.com>
9112
9113         * ext/libvisual/visual.c: (get_buffer):
9114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9115         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9116         * ext/theora/theoradec.c: (theora_handle_data_packet):
9117         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9118         (theora_enc_chain):
9119         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9120         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9121         Update for alloc_buffer changes.
9122
9123 2005-12-05  Andy Wingo  <wingo@pobox.com>
9124
9125         patch by: Kai Vehmanen <kv2004 eca cx>
9126         
9127         * gst-libs/gst/rtp/gstbasertpdepayload.c
9128         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9129
9130 2005-12-04  Andy Wingo  <wingo@pobox.com>
9131
9132         patch by: Sebastien Cote <sebas642 yahoo ca>
9133         
9134         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9135         Fixes #319172.
9136
9137 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * docs/plugins/Makefile.am:
9140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9142         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9143         * ext/pango/gstclockoverlay.c:
9144         * ext/pango/gsttextoverlay.c: 
9145         * ext/pango/gsttextrender.c:
9146         * ext/pango/gsttimeoverlay.c:
9147           Add gtk-doc blurbs to pango elements.
9148
9149 2005-12-02  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9152         * gst/audioresample/buffer.h:
9153         * gst/audioresample/gstaudioresample.c:
9154         * gst/audioresample/gstaudioresample.h:
9155         * gst/audioresample/resample.c: (resample_input_flush),
9156         (resample_input_pushthrough), (resample_input_eos),
9157         (resample_get_output_size_for_input),
9158         (resample_get_input_size_for_output), (resample_get_output_size),
9159         (resample_get_output_data):
9160         * gst/audioresample/resample.h:
9161         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9162         Fix audioresample, seek torture, new segments, reverse negotiation
9163         etc.. work fine.
9164
9165 2005-12-02  Wim Taymans  <wim@fluendo.com>
9166
9167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9168         Small cleanups.
9169
9170 2005-12-02  Wim Taymans  <wim@fluendo.com>
9171
9172         * gst/audioconvert/gstaudioconvert.c:
9173         (gst_audio_convert_transform):
9174         Post errors.
9175
9176 === release 0.9.7 ===
9177
9178 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9179
9180         * configure.ac:
9181           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9182
9183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9184
9185         * Makefile.am:
9186         * po/hu.po:
9187         * win32/MANIFEST:
9188         * win32/gst.sln:
9189           add win32 MANIFEST file
9190           do something to the hungarian translation
9191
9192 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         * ext/Makefile.am:
9195           Add $(PANGO_DIR) to SUBDIRS
9196
9197         * ext/pango/gstclockoverlay.c:
9198         * ext/pango/gsttimeoverlay.c:
9199           Fix and improve element descriptions.
9200
9201 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9202
9203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9204         * docs/plugins/inspect/plugin-libvisual.xml:
9205         * docs/plugins/inspect/plugin-pango.xml:
9206           add pango plugin to docs
9207
9208 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9209
9210         * configure.ac:
9211         * ext/Makefile.am:
9212           moved pango to base
9213
9214 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9215
9216         * configure.ac:
9217         * tests/Makefile.am:
9218         * tests/icles/.cvsignore:
9219         * tests/icles/Makefile.am:
9220         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9221         (close_display), (resize_window), (move_window), (create_window),
9222         (terminate_playback), (pause_playback), (start_playback), (main):
9223           add stress test for xoverlay from Julien
9224
9225 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9226
9227         * docs/libs/tmpl/gstcolorbalance.sgml:
9228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9229         * gst-libs/gst/rtp/gstbasertppayload.c:
9230         * gst-libs/gst/rtp/gstrtpbuffer.c:
9231         * gst-libs/gst/rtp/gstrtpbuffer.h:
9232           Do burger's rename for rtp payloaders and depayloaders
9233
9234 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9235
9236         * win32/:
9237           add Visual Studio 6 build files
9238
9239 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9240
9241         * docs/libs/gst-plugins-base-libs-docs.sgml:
9242         * docs/libs/gst-plugins-base-libs-sections.txt:
9243         * docs/libs/tmpl/gstaudio.sgml:
9244         * docs/libs/tmpl/gstringbuffer.sgml:
9245         * gst-libs/gst/interfaces/xoverlay.c:
9246         * gst-libs/gst/video/gstvideofilter.c:
9247         * gst-libs/gst/video/gstvideosink.c:
9248           update documentation
9249
9250 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9251
9252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9253         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9254         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9255         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9256         (gst_multi_fd_sink_get_stats),
9257         (gst_multi_fd_sink_remove_client_link),
9258         (gst_multi_fd_sink_handle_client_read),
9259         (gst_multi_fd_sink_client_queue_data),
9260         (gst_multi_fd_sink_client_queue_caps),
9261         (gst_multi_fd_sink_client_queue_buffer),
9262         (gst_multi_fd_sink_new_client),
9263         (gst_multi_fd_sink_handle_client_write),
9264         (gst_multi_fd_sink_recover_client),
9265         (gst_multi_fd_sink_queue_buffer),
9266         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9267         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9268         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9269         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9270         * gst/tcp/gstmultifdsink.h:
9271         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9272         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9273         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9274         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9275         (gst_tcp_client_sink_set_property),
9276         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9277         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9278         * gst/tcp/gsttcpclientsink.h:
9279         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9280         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9281         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9282         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9283         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9284         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9285         * gst/tcp/gsttcpclientsrc.h:
9286         * gst/tcp/gsttcpplugin.c: (plugin_init):
9287         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9288         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9289         (gst_tcp_server_sink_finalize),
9290         (gst_tcp_server_sink_handle_server_read),
9291         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9292         (gst_tcp_server_sink_set_property),
9293         (gst_tcp_server_sink_get_property),
9294         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9295         * gst/tcp/gsttcpserversink.h:
9296         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9297         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9298         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9299         (gst_tcp_server_src_set_property),
9300         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9301         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9302         * gst/tcp/gsttcpserversrc.h:
9303           more borgifying
9304
9305 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9306
9307         * docs/plugins/Makefile.am:
9308         * docs/plugins/gst-plugins-base-plugins.args:
9309         * docs/plugins/inspect/plugin-libvisual.xml:
9310         * gst/audioconvert/plugin.h:
9311         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9312         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9313         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9314         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9315         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9316         (plugin_init):
9317         * gst/audiotestsrc/gstaudiotestsrc.c:
9318         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9319         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9320         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9321         (gst_audio_test_src_get_query_types),
9322         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9323         (gst_audio_test_src_create_square),
9324         (gst_audio_test_src_create_saw),
9325         (gst_audio_test_src_create_triangle),
9326         (gst_audio_test_src_create_silence),
9327         (gst_audio_test_src_create_white_noise),
9328         (gst_audio_test_src_init_pink_noise),
9329         (gst_audio_test_src_generate_pink_noise_value),
9330         (gst_audio_test_src_create_pink_noise),
9331         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9332         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9333         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9334         (plugin_init):
9335         * gst/audiotestsrc/gstaudiotestsrc.h:
9336         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9337         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9338         (gst_sub_parse_init), (gst_sub_parse_formats),
9339         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9340         (convert_encoding), (get_next_line),
9341         (gst_sub_parse_data_format_autodetect),
9342         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9343         (gst_sub_parse_loop), (gst_sub_parse_chain),
9344         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9345         (plugin_init):
9346         * gst/subparse/gstsubparse.h:
9347         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9348         (gst_video_rate_base_init), (gst_video_rate_class_init),
9349         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9350         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9351         (gst_video_rate_init), (gst_video_rate_event),
9352         (gst_video_rate_chain), (gst_video_rate_set_property),
9353         (gst_video_rate_get_property), (gst_video_rate_change_state),
9354         (plugin_init):
9355         * gst/videoscale/gstvideoscale.c:
9356         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9357         (gst_video_scale_src_template_factory),
9358         (gst_video_scale_sink_template_factory),
9359         (gst_video_scale_get_type), (gst_video_scale_base_init),
9360         (gst_video_scale_class_init), (gst_video_scale_init),
9361         (gst_video_scale_set_property), (gst_video_scale_get_property),
9362         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9363         (gst_video_scale_prepare_size), (parse_caps),
9364         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9365         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9366         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9367         (plugin_init):
9368         * gst/videoscale/gstvideoscale.h:
9369         * gst/videotestsrc/gstvideotestsrc.c:
9370         (gst_video_test_src_pattern_get_type),
9371         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9372         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9373         (gst_video_test_src_set_pattern),
9374         (gst_video_test_src_set_property),
9375         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9376         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9377         (gst_video_test_src_event), (gst_video_test_src_get_times),
9378         (gst_video_test_src_create), (plugin_init):
9379         * gst/videotestsrc/gstvideotestsrc.h:
9380         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9381         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9382         (gst_video_test_src_black):
9383         * gst/videotestsrc/videotestsrc.h:
9384           borgify further
9385           clean up docs a little
9386
9387 2005-11-30  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9390         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9391         (gst_basertppayload_event), (gst_basertppayload_push),
9392         (gst_basertppayload_change_state):
9393         * gst-libs/gst/rtp/gstbasertppayload.h:
9394         closed #320644.
9395
9396 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9397
9398         * docs/libs/gst-plugins-base-libs-docs.sgml:
9399         * docs/libs/gst-plugins-base-libs-sections.txt:
9400         * gst-libs/gst/video/gstvideofilter.c:
9401         * gst-libs/gst/video/gstvideosink.c:
9402         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9403
9404 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9405
9406         * LICENSE:
9407           move
9408         * po/af.po:
9409         * po/az.po:
9410         * po/cs.po:
9411         * po/en_GB.po:
9412         * po/hu.po:
9413         * po/it.po:
9414         * po/nb.po:
9415         * po/nl.po:
9416         * po/or.po:
9417         * po/sq.po:
9418         * po/sr.po:
9419         * po/sv.po:
9420         * po/uk.po:
9421         * po/vi.po:
9422         * Makefile.am:
9423           update
9424         * scripts/autoplugins.sh:
9425           remove
9426
9427 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9428
9429         * Makefile.am:
9430         * configure.ac:
9431         * examples/Makefile.am:
9432         * examples/capsfilter/Makefile.am:
9433         * examples/capsfilter/capsfilter1.c:
9434         * examples/gob/Makefile.am:
9435         * examples/gob/gst-identity2.gob:
9436         * examples/indexing/.cvsignore:
9437         * examples/indexing/Makefile.am:
9438         * examples/indexing/indexmpeg.c:
9439         * examples/seeking/.cvsignore:
9440         * examples/seeking/Makefile.am:
9441         * examples/seeking/cdparanoia.c:
9442         * examples/seeking/cdplayer.c:
9443         * examples/seeking/chained.c:
9444         * examples/seeking/scrubby.c:
9445         * examples/seeking/seek.c:
9446         * examples/stats/Makefile.am:
9447         * examples/stats/mp2ogg.c:
9448         * examples/switch/.cvsignore:
9449         * examples/switch/Makefile.am:
9450         * examples/switch/switcher.c:
9451         * tests/Makefile.am:
9452         * tests/check/generic/.cvsignore:
9453         * tests/check/pipelines/.cvsignore:
9454         * tests/examples/Makefile.am:
9455         * tests/examples/seek/Makefile.am:
9456           reorganize stuff under tests/
9457
9458 2005-11-30  Edward Hervey  <edward@fluendo.com>
9459
9460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9461         Go away you stupid GstStaticPadTemplate memleak.
9462
9463 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9464
9465         * gst-libs/gst/net/Makefile.am:
9466         * gst-libs/gst/net/README:
9467         * gst-libs/gst/net/gstnetbuffer.c:
9468         * gst-libs/gst/net/gstnetbuffer.h:
9469           this was moved to "netbuffer"
9470
9471 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9472
9473         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9474         (gst_video_filter_class_init), (gst_video_filter_init):
9475         * gst-libs/gst/video/gstvideofilter.h:
9476           borgify name to bring in line with other classes
9477
9478 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9479
9480         * gst/audioscale/.cvsignore:
9481         * gst/audioscale/Makefile.am:
9482         * gst/audioscale/README:
9483         * gst/audioscale/audioscale.vcproj:
9484         * gst/audioscale/dtof.c:
9485         * gst/audioscale/dtos.c:
9486         * gst/audioscale/functable.c:
9487         * gst/audioscale/gstaudioscale.c:
9488         * gst/audioscale/gstaudioscale.h:
9489         * gst/audioscale/private.h:
9490         * gst/audioscale/resample.c:
9491         * gst/audioscale/resample.h:
9492         * gst/audioscale/test.c:
9493           remove
9494
9495 2005-11-30  Edward Hervey  <edward@fluendo.com>
9496
9497         * gst-libs/gst/netbuffer/Makefile.am:
9498         really, really tired
9499
9500 2005-11-30  Edward Hervey  <edward@fluendo.com>
9501
9502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9503         Update for new GstTypeFindFactory _register()
9504
9505 2005-11-30  Edward Hervey  <edward@fluendo.com>
9506
9507         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9508         Let's not override libgstnet from core for no reason...
9509         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9510         Ok, maybe not so quick next time.
9511
9512 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9513
9514         * configure.ac:
9515         * gst-libs/gst/Makefile.am:
9516           moved gst-libs/gst/net to netbuffer through CVS surgery
9517           remove old directory
9518           updating build to accomodate
9519           (#322257)
9520
9521 2005-11-29  Andy Wingo  <wingo@pobox.com>
9522
9523         * pkgconfig/gstreamer-plugins-base.pc.in:
9524         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9525         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9526         (#322257).
9527
9528 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9529
9530         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9531         3rd time's the charm. Correct ref-counting for discarded buffers.
9532
9533 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9534
9535         * gst/playback/gststreamselector.c:
9536         (gst_stream_selector_class_init),
9537         (gst_stream_selector_set_property),
9538         (gst_stream_selector_get_property),
9539         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9540         Fix ref-counting
9541
9542 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         * gst/subparse/gstsubparse.c: (feed_textbuf):
9545           Don't access already unref'ed buffer.
9546
9547 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9548
9549         * gst/playback/gststreamselector.c:
9550         (gst_stream_selector_class_init), (gst_stream_selector_init),
9551         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9552         (gst_stream_selector_get_property),
9553         (gst_stream_selector_get_linked_pad),
9554         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9555         * gst/playback/gststreamselector.h:
9556         Add the active-pad property for playbin to use shortly. Ignore buffers
9557         from any other pad, returning GST_FLOW_NOT_LINKED
9558
9559 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9560
9561         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9562         patch from bug #322704 (Alessandro Decina).
9563
9564 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9565
9566         * gst-libs/gst/audio/Makefile.am:
9567           folded audiofilter into the audio library
9568
9569 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9570
9571         * gst/videoscale/gstvideoscale.h:
9572         * gst/videoscale/gstvideoscale.c:
9573           remove unimplemented scale methods
9574
9575 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9578           Don't leak caps.
9579
9580 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9581
9582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9583         (gst_ximagesink_setcaps):
9584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9585         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9586         happens (only visible on ximagesink but bug is in xv too) set_caps was
9587         destroying the internal x[v]image used to memcpy non locally alloced
9588         buffers so that it got renewed on next _chain. The issue is that 
9589         _expose will try to put that image as it reffed it in _put.
9590         Using gst_buffer_unref instead of destroy fixes it !
9591
9592 2005-11-28  Edward Hervey  <edward@fluendo.com>
9593
9594         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9595         (try_to_link_1), (queue_filled_cb):
9596         Better use of the queues. Start with a small size queue and only increase
9597         the size of the queues when the other queues are empty.
9598
9599 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9600
9601         * gst-libs/gst/video/Makefile.am:
9602           compile in copied-over videofilter into the video library
9603         * gst-libs/gst/video/videosink.h:
9604           rename the header to gstvideosink.h since it's a base GstObject class
9605         * sys/ximage/ximagesink.h:
9606         * sys/xvimage/xvimagesink.h:
9607           use the new header
9608
9609 2005-11-28  Wim Taymans  <wim@fluendo.com>
9610
9611         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9612         * gst/playback/gstplaybasebin.h:
9613         Prepare to handle errors betters.
9614
9615         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9616         Set sinks to PAUSED first before adding and linking them so that
9617         we don't interrupt dataflow.
9618
9619 2005-11-28  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst-libs/gst/audio/TODO:
9622         Updated TODO
9623
9624         * gst-libs/gst/audio/gstaudiosink.c:
9625         (gst_audioringbuffer_open_device),
9626         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9627         (gst_audioringbuffer_release):
9628         Small cleanups.
9629
9630         * gst-libs/gst/audio/gstbaseaudiosink.c:
9631         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9632         (gst_base_audio_sink_change_state):
9633         Slave to the master clock when going to PLAYING and unslave when
9634         going to PAUSED.
9635
9636         * gst-libs/gst/audio/gstringbuffer.c:
9637         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9638         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9639         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9640         (gst_ring_buffer_clear_all), (wait_segment),
9641         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9642         (gst_ring_buffer_advance):
9643         * gst-libs/gst/audio/gstringbuffer.h:
9644         Add some docs and cleanups.
9645
9646 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9647
9648         * sys/xvimage/xvimagesink.c:
9649         (gst_xvimagesink_navigation_send_event): Fix navigation events
9650         coordinates translation with pixel aspect ratios.
9651
9652 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9653
9654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9655         Use calculated video geometry from _setcaps instead of buffer
9656         caps to respect pixel aspect ratio. (fixes #322388)
9657
9658 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9659
9660         * docs/libs/tmpl/gstcolorbalance.sgml:
9661         * docs/libs/tmpl/gstmixer.sgml:
9662         * docs/libs/tmpl/gstxoverlay.sgml:
9663         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9664         interface.
9665
9666 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9667
9668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9669         Refuse to create an XvImage if we can't find the format.
9670
9671 2005-11-28  Edward Hervey  <edward@fluendo.com>
9672
9673         * gst-libs/gst/riff/riff-media.c:
9674         (gst_riff_create_audio_template_caps):
9675         Add ATRAC3 to the list of riff-possible audio caps.
9676         I know we still don't have a plugin for atrac3, but it's saner to output
9677         that than a cryptic mimetype.
9678
9679 2005-11-27  Edward Hervey  <edward@fluendo.com>
9680
9681         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9682         Don't try to create a zero-sized subbuffer.
9683
9684 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9685
9686         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9687         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9688         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9689         (gst_ximagesink_expose): Fixed a tricky race.
9690         * sys/ximage/ximagesink.h:
9691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9692         (gst_xvimagesink_expose): Fixed a tricky race.
9693         * sys/xvimage/xvimagesink.h:
9694
9695 2005-11-27  Edward Hervey  <edward@fluendo.com>
9696
9697         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9698         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9699         Remove unused properties, and add queues between demuxers and decoders
9700         so that a lot more files can preroll properly.
9701
9702 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9703
9704         * gst-libs/gst/net/Makefile.am:
9705         * gst-libs/gst/rtp/Makefile.am:
9706         * gst-libs/gst/tag/Makefile.am:
9707           remove silly include
9708         * gst/tags/Makefile.am:
9709         * gst/tags/gsttagediting.c:
9710         * gst/tags/gsttageditingprivate.h:
9711         * gst/tags/tagedit.vcproj:
9712           remove directory, is as good as empty
9713
9714 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9715
9716         * configure.ac:
9717           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9718         * gst-libs/Makefile.am:
9719         * gst-libs/gst/audio/Makefile.am:
9720         * gst-libs/gst/interfaces/Makefile.am:
9721         * gst-libs/gst/net/Makefile.am:
9722         * gst-libs/gst/riff/Makefile.am:
9723         * gst-libs/gst/rtp/Makefile.am:
9724         * gst-libs/gst/tag/Makefile.am:
9725         * gst-libs/gst/video/Makefile.am:
9726           and use them
9727
9728 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9729
9730         * docs/libs/tmpl/gstcolorbalance.sgml:
9731         * docs/libs/tmpl/gstmixer.sgml:
9732         * docs/libs/tmpl/gstxoverlay.sgml:
9733         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9734         * sys/ximage/ximagesink.h:
9735         * sys/xvimage/xvimagesink.h: More and more documentation.
9736
9737 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9738
9739         * docs/libs/gst-plugins-base-libs-docs.sgml:
9740         * docs/libs/gst-plugins-base-libs-sections.txt:
9741         * docs/libs/tmpl/gstcolorbalance.sgml:
9742         * docs/libs/tmpl/gstmixer.sgml:
9743         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9744         to documentation.
9745
9746 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9747
9748         * docs/plugins/Makefile.am:
9749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9751         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9752
9753 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9754
9755         * docs/plugins/Makefile.am:
9756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9758         * docs/plugins/inspect/plugin-adder.xml:
9759         * docs/plugins/inspect/plugin-alsa.xml:
9760         * docs/plugins/inspect/plugin-audioconvert.xml:
9761         * docs/plugins/inspect/plugin-audiorate.xml:
9762         * docs/plugins/inspect/plugin-audioresample.xml:
9763         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9764         * docs/plugins/inspect/plugin-decodebin.xml:
9765         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9766         * docs/plugins/inspect/plugin-gnomevfs.xml:
9767         * docs/plugins/inspect/plugin-ogg.xml:
9768         * docs/plugins/inspect/plugin-playbin.xml:
9769         * docs/plugins/inspect/plugin-subparse.xml:
9770         * docs/plugins/inspect/plugin-tcp.xml:
9771         * docs/plugins/inspect/plugin-theora.xml:
9772         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9773         * docs/plugins/inspect/plugin-video4linux.xml:
9774         * docs/plugins/inspect/plugin-videorate.xml:
9775         * docs/plugins/inspect/plugin-videoscale.xml:
9776         * docs/plugins/inspect/plugin-videotestsrc.xml:
9777         * docs/plugins/inspect/plugin-volume.xml:
9778         * docs/plugins/inspect/plugin-vorbis.xml:
9779         * docs/plugins/inspect/plugin-ximagesink.xml:
9780         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9781         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9782
9783 2005-11-26  Edward Hervey  <edward@fluendo.com>
9784
9785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9786         Properly return GstFlowReturn from gst_pad_push in chain functions.
9787
9788 2005-11-25  Michael Smith  <msmith@fluendo.com>
9789
9790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9791         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9792         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9793         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9794           Handle various conditions better when we don't understand a stream.
9795           Removes a heap of CRITICALs on ogg streams containing unknown data.
9796
9797 2005-11-24  Andy Wingo  <wingo@pobox.com>
9798
9799         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9800         Be threadsafe.
9801
9802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9803
9804         * configure.ac: back to HEAD
9805
9806 === release 0.9.6 ===
9807
9808 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9809
9810         * configure.ac:
9811           releasing 0.9.6, "White Eight"
9812
9813 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9814
9815         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9816         * docs/plugins/inspect/plugin-sine.xml:
9817           remove sinesrc some more
9818
9819 2005-11-23  Wim Taymans  <wim@fluendo.com>
9820
9821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9822         If we are reading too slowly, jump forward in the ringbuffer
9823         instead of blocking.
9824
9825 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9826
9827         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9828         (gst_visual_chain):
9829         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9830         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9831         (gst_videorate_chain):
9832         * gst/videotestsrc/gstvideotestsrc.c:
9833         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9835         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9836         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9838         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9839           Updates for API changes
9840
9841 2005-11-23  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst-libs/gst/audio/gstbaseaudiosink.c:
9844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9846         Fix for calibration API change.
9847
9848 2005-11-23  Michael Smith <msmith@fluendo.com>
9849
9850         * gst-libs/gst/audio/multichannel.c:
9851         (gst_audio_get_channel_positions),
9852         (gst_audio_set_channel_positions),
9853         (gst_audio_set_structure_channel_positions_list),
9854         (gst_audio_fixate_channel_positions):
9855           Use gst_value_array_*() functions on value arrays, not
9856           gst_value_list_*().
9857
9858 2005-11-23  Edward Hervey  <edward@fluendo.com>
9859
9860         * autogen.sh:
9861         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9862         Fixes autogen
9863
9864 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         * check/Makefile.am:
9867         * check/elements/videotestsrc.c: (setup_videotestsrc),
9868         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9869         (main):
9870           add a test for videotestsrc
9871
9872 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * gst/sine/.cvsignore:
9875         * gst/sine/Makefile.am:
9876         * gst/sine/gstsinesrc.c:
9877         * gst/sine/gstsinesrc.h:
9878         * gst/sine/sinesrc.vcproj:
9879           and remove sinesrc from the repository.  Closes #321446
9880
9881 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9882
9883         * configure.ac:
9884         * gst-plugins-base.spec.in:
9885           remove sinesrc from the build
9886
9887 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9888
9889         * check/Makefile.am:
9890         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9891         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9892         (main):
9893           add a test for audiotestsrc, testing all waves.  Even seems
9894           leak-free at first glance, nice job Stefan
9895
9896 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9897
9898         * po/af.po:
9899         * po/az.po:
9900         * po/cs.po:
9901         * po/en_GB.po:
9902         * po/hu.po:
9903         * po/it.po:
9904         * po/nb.po:
9905         * po/nl.po:
9906         * po/or.po:
9907         * po/sq.po:
9908         * po/sr.po:
9909         * po/sv.po:
9910         * po/uk.po:
9911         * po/vi.po:
9912           Translation string updates
9913
9914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9915         (gst_v4lsrc_set_caps):
9916         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9917         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9918         * sys/v4l/v4lsrc_calls.h:
9919           Improve v4lsrc, by making it work again.
9920
9921 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9922
9923         * ext/libvisual/visual.c: (gst_visual_chain):
9924           Fix the fps calculations.
9925
9926         * gst/ffmpegcolorspace/avcodec.h:
9927           Move structure element for clarity
9928
9929         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9930         * gst-libs/gst/interfaces/tunernorm.h:
9931         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9934         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9935         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9936         (gst_v4lmjpegsrc_getcaps):
9937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9938         (gst_v4lsrc_set_caps):
9939         * sys/v4l/gstv4lsrc.h:
9940         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9941         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9942         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9943         * sys/v4l/v4lsrc_calls.h:
9944           Fractional framerates...
9945
9946 2005-11-22  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst-libs/gst/audio/gstbaseaudiosink.c:
9949         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9950         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9951         And we provide a clock by default, of course...
9952
9953 2005-11-22  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9956         This clock can be slaved to a master clock now.
9957
9958         * gst-libs/gst/audio/gstbaseaudiosink.c:
9959         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9960         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9961         (gst_base_audio_sink_set_clock),
9962         (gst_base_audio_sink_set_property),
9963         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9964         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9965         * gst-libs/gst/audio/gstbaseaudiosink.h:
9966         Handle slaving the internal clock to the clock selected in the
9967         pipeline.
9968         Add property to make the basesink not provide a clock.
9969
9970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9971         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9972         (gst_base_rtp_depayload_wait):
9973         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9974         We can use the clock in GstElement, no need to store it ourselves.
9975
9976 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9977
9978         * docs/libs/tmpl/gstaudio.sgml:
9979           update
9980         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9981         (gst_paranoia_endian_get_type):
9982         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9984         * gst/audiotestsrc/gstaudiotestsrc.c:
9985         (gst_audiostestsrc_wave_get_type):
9986         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9987         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9988         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9989         (gst_sync_method_get_type), (gst_unit_type_get_type),
9990         (gst_client_status_get_type), (gst_multifdsink_class_init),
9991         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9992         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9993         (gst_multifdsink_get_property):
9994         * gst/tcp/gstmultifdsink.h:
9995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9996         * gst/videotestsrc/gstvideotestsrc.c:
9997         (gst_videotestsrc_pattern_get_type):
9998           remove deprecated properties
9999           fix up enums to correctly have short lowercase dashed nicks
10000
10001 2005-11-22  Michael Smith <msmith@fluendo.com>
10002
10003         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10005           Add underscore.
10006
10007 2005-11-22  Michael Smith <msmith@fluendo.com>
10008
10009         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10011           Use utility method for scaling clocktime for fractional framerates.
10012
10013 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10014
10015         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10016         (gst_visual_chain):
10017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10018         * ext/theora/theoradec.c: (theora_handle_type_packet):
10019         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10020         (theora_enc_chain):
10021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10022         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10023         * gst-libs/gst/video/video.h:
10024         * gst/ffmpegcolorspace/avcodec.h:
10025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10026         (gst_ffmpeg_caps_to_pixfmt):
10027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10028         (gst_ffmpegcsp_set_caps):
10029         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10030         (gst_videorate_setcaps), (gst_videorate_blank_data),
10031         (gst_videorate_chain):
10032         * gst/videotestsrc/gstvideotestsrc.c:
10033         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10034         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10035         (gst_videotestsrc_event), (gst_videotestsrc_create):
10036         * gst/videotestsrc/gstvideotestsrc.h:
10037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10038         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10039         (gst_ximagesink_get_times), (gst_ximagesink_init):
10040         * sys/ximage/ximagesink.h:
10041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10042         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10043         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10044         * sys/xvimage/xvimagesink.h:
10045           Convert elements to use fractions for their framerate.
10046           V4L elements to come later tonight.
10047
10048 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10049
10050         * gst-libs/gst/audio/audio.c:
10051         * gst-libs/gst/audio/audio.h:
10052           remove some deprecated functions
10053
10054 2005-11-22  Andy Wingo  <wingo@pobox.com>
10055
10056         * Update for gst_tag_setter API changes.
10057
10058 2005-11-22  Andy Wingo  <wingo@pobox.com>
10059
10060         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10061         (gst_ogg_demux_perform_seek):
10062         * ext/theora/theoradec.c (theora_dec_sink_event):
10063         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10064         update-funcnames.
10065
10066 2005-11-22  Wim Taymans  <wim@fluendo.com>
10067
10068         * examples/seeking/seek.c: (main):
10069         Give higher priority to bus signals than the gtk events
10070         to fix a race condition in the segment looping.
10071
10072 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * ext/theora/Makefile.am:
10075         * ext/vorbis/Makefile.am:
10076         * gst-libs/gst/tag/Makefile.am:
10077         * gst-plugins-base.spec.in:
10078           Rename libgsttagedit to libgsttag (#322117).
10079
10080 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10084           Call gst_x_overlay_prepare_xwindow_id() to give applications
10085           a final chance to set their own xwindow id before the video
10086           sink creates its own window.
10087
10088 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10089
10090         * sys/xvimage/xvimagesink.c:
10091         (gst_xvimagesink_navigation_send_event): Handle navigation
10092         events correcly with borders if applicable.
10093
10094 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         Patch by: Luca Ognibene
10097
10098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10101         (gst_ffmpegcsp_caps_remove_format_info):
10102         * gst/ffmpegcolorspace/imgconvert.c:
10103         * gst/ffmpegcolorspace/imgconvert_template.h:
10104           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10105           #318353); use gst_structure_has_name().
10106
10107 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10108
10109         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10110         (gst_ximagesink_class_init): Add debug macros on functions.
10111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10112         (gst_xvimagesink_xwindow_draw_borders),
10113         (gst_xvimagesink_xvimage_put),
10114         (gst_xvimagesink_xwindow_update_geometry),
10115         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10116         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10117         (gst_xvimagesink_xcontext_clear),
10118         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10119         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10120         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10121         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10122         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10123         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10124         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10125         expose while being PAUSED, out of data flow navigation events, etc..
10126
10127 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10128
10129         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10130         * gst-libs/gst/audio/audio.h:
10131           fix prototype - wondering why the test worked regardless
10132
10133 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10134
10135         * check/Makefile.am:
10136         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10137         * gst-libs/gst/audio/audio.h:
10138           add a method that returns a proper GstClockTime
10139
10140 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10143         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10144         * gst-libs/gst/interfaces/xoverlay.h:
10145           Remove everything having to do with the desired size; add 
10146           gst_x_overlay_prepare_xwindow_id() function; remove the
10147           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10148           post a message on the bus instead (#321816).
10149
10150         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10152         (gst_xvimagesink_xoverlay_init):
10153           Remove desired size stuff (#321816).
10154
10155 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10158         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10159         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10160           Terminate vararg functions with NULL instead of 0 to 
10161           make gcc4 happy.
10162
10163 2005-11-21  Andy Wingo  <wingo@pobox.com>
10164
10165         patch by: Sebastien Cote <sebas642@yahoo.ca>
10166         
10167         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10168         * gst-libs/gst/rtp/gstrtpbuffer.c
10169         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10170
10171 2005-11-21  Andy Wingo  <wingo@pobox.com>
10172
10173         * gst/playback/gstplaybin.c (gen_audio_element) 
10174         (gen_video_element): Use the new MISSING_PLUGIN core error
10175         category. Closes #320060.
10176
10177         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10178         * gst/videorate/gstvideorate.c (gst_videorate_event):
10179         * ext/theora/theoradec.c (theora_dec_sink_event): 
10180         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10181         stream lock.
10182
10183         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10184         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10185         stream lock changes.
10186
10187 2005-11-21  Wim Taymans  <wim@fluendo.com>
10188
10189         * gst-libs/gst/audio/gstbaseaudiosink.c:
10190         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10191         (gst_base_audio_sink_provide_clock),
10192         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10193         (gst_base_audio_sink_change_state):
10194         * gst/audioresample/gstaudioresample.c:
10195         Segment update fix.
10196
10197 2005-11-21  Andy Wingo  <wingo@pobox.com>
10198
10199         * *.h:
10200         * *.c: Ran scripts/update-macros. Oh yes.
10201
10202 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * sys/ximage/Makefile.am:
10205         * sys/ximage/ximage.c:
10206           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10207           remove your old libgstximage.* manually if necessary).
10208
10209 2005-11-21  Michael Smith <msmith@fluendo.com>
10210
10211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10212           Minimal fix for bug #320200: set the min/max bitrate in the correct
10213           units. A better fix would be to upgrade to the RATEMANAGE2
10214           interface, rather than using the deprecated interface used here, but
10215           that would require an update in our libvorbis dependency (to 1.1),
10216           which is probably undesirable.
10217
10218 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10219
10220         * ext/libvisual/visual.c: (get_buffer):
10221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10222         (gst_base_audio_src_fixate):
10223         * gst/audioconvert/gstaudioconvert.c:
10224         (gst_audio_convert_fixate_caps):
10225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10226         * gst/audiotestsrc/gstaudiotestsrc.c:
10227         (gst_audiotestsrc_src_fixate):
10228         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10229         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10231         * gst/videotestsrc/gstvideotestsrc.c:
10232         (gst_videotestsrc_src_fixate):
10233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10235           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10236           (#322027)
10237
10238
10239 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10242         (gst_riff_create_iavs_caps):
10243         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10244         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10245         (gst_riff_parse_info):
10246         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10249           Fixes for GST_FOURCC_FORMAT API change.
10250
10251 2005-11-21  Andy Wingo  <wingo@pobox.com>
10252
10253         patch by: Alessandro Dessina <alessandro nnva org>
10254
10255         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10256         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10257         (gst_ogg_parse_chain):
10258         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10259         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10260         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10261         gst_value_list calls on arrays. Fixes #321962.
10262
10263 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10266         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10267         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10268         * gst/adder/gstadder.c: (gst_adder_init),
10269         (gst_adder_request_new_pad), (gst_adder_collected),
10270         (gst_adder_change_state):
10271           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10272           API change.
10273
10274 2005-11-21  Michael Smith <msmith@fluendo.com>
10275
10276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10277         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10278           Properly handle pad_push return values.
10279
10280 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10281
10282         * gst-libs/gst/tag/Makefile.am:
10283         * gst-libs/gst/tag/gstvorbistag.c:
10284         (gst_tag_list_to_vorbiscomment_buffer):
10285           Remove obsolete vorbistag element and debug category.
10286
10287         * gst/playback/gstplaybasebin.c: (check_queue):
10288           Don't divide by 0 when queue-threshold is 0.
10289
10290         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10291           Don't modify an existing pixel-aspect-ratio if we fail to read
10292           a new one.
10293
10294 2005-11-20  Wim Taymans  <wim@fluendo.com>
10295
10296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10297         (gst_vorbisenc_push_packet):
10298         GST_PAD_IS_USABLE is gone, use the return value of
10299         the push or pad_alloc_buffer instead.
10300
10301 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10302
10303         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10304         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10305         (gst_ximagesink_ximage_destroy),
10306         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10307         (gst_ximagesink_xwindow_new),
10308         (gst_ximagesink_xwindow_update_geometry),
10309         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10310         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10311         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10312         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10313         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10314         (gst_ximagesink_navigation_send_event),
10315         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10316         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10317         (gst_ximagesink_finalize), (gst_ximagesink_init),
10318         (gst_ximagesink_class_init):
10319         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10320         This new version brings correct software scaling, non flickering
10321         window while resizing, pixel aspect ratio handling, usage of
10322         hardware buffer pools, out of data flow event thread for 
10323         navigation and handling of expose events even when being PAUSED,
10324         a new property to keep video aspect ratio when resizing, etc...
10325
10326 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10327
10328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10329         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10330         handling of PAR.
10331
10332 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10333
10334         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10335         Unsetting IS_SINK flag from the fakesink, so decodebin
10336         never behaves as a sink.
10337
10338 2005-11-17  Wim Taymans  <wim@fluendo.com>
10339
10340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10341         (gst_base_audio_src_change_state):
10342         Fix the audiosrc base class again, we did not unflush.
10343
10344 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10345
10346         * examples/seeking/seek.c: (make_dv_pipeline),
10347         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10348         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10349         to ogg/vorbis/theora pipeline.
10350
10351 2005-11-17  Wim Taymans  <wim@fluendo.com>
10352
10353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10354         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10355         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10356         Fix EOS on multiple streams.
10357         More debugging.
10358
10359 2005-11-16  Wim Taymans  <wim@fluendo.com>
10360
10361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10362         (gst_ogg_demux_perform_seek):
10363         Segment done must include stream time.
10364
10365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10366         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10367         (gst_ogg_mux_change_state):
10368         Fix ogg muxer again.
10369
10370 2005-11-16  Wim Taymans  <wim@fluendo.com>
10371
10372         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10373         Fix compile again.
10374
10375 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10376
10377         * ext/libvisual/visual.c: (gst_visual_init):
10378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10379         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10380         (gst_ogg_parse_chain):
10381         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10382         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10383         * ext/theora/theoradec.c: (gst_theora_dec_init):
10384         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10386         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10387         * gst/adder/gstadder.c: (gst_adder_class_init),
10388         (gst_adder_dispose):
10389         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10390         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10391         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10392           Fix a whole set of pad template leaks
10393
10394 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10395
10396         * check/generic/states.c: (GST_START_TEST):
10397           fix the test so that it only checks for elements that are part of
10398           this source module
10399
10400 2005-11-16  Michael Smith <msmith@fluendo.com>
10401
10402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10403         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10404         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10405         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10406         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10407         (gst_ogg_mux_change_state):
10408           Fix leaking collectpads.
10409
10410 2005-11-16  Edward Hervey  <edward@fluendo.com>
10411
10412         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10413         (gst_videorate_event), (gst_videorate_chain):
10414         Handle segment seeks
10415
10416 2005-11-16  Wim Taymans  <wim@fluendo.com>
10417
10418         * gst-libs/gst/audio/gstbaseaudiosink.c:
10419         (gst_base_audio_sink_provide_clock),
10420         (gst_base_audio_sink_change_state):
10421         Set ringbuffer to non-flushing when going to PAUSED, set to
10422         flushing again when going to READY.
10423
10424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10425         (gst_ring_buffer_stop):
10426         Start in flushing mode by default.
10427         Don't set flushing in the _stop method, let the app call
10428         this explicitly.
10429
10430 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10431
10432         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10433         * gst-libs/gst/video/videosink.h: Add helper function needed
10434         for video sinks.
10435
10436 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10437
10438         * gst/videoscale/gstvideoscale.c:
10439         (gst_videoscale_handle_src_event):
10440           Don't leak reference to pad parent.
10441
10442 2005-11-16  Wim Taymans  <wim@fluendo.com>
10443
10444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10445         Set ringbuffer to flushing when stopping so that we don't
10446         block on wait_segment anymore and livelock.
10447
10448 2005-11-16  Wim Taymans  <wim@fluendo.com>
10449
10450         * examples/seeking/seek.c: (send_event), (do_seek),
10451         (loop_toggle_cb), (segment_done), (main):
10452         Added looping checkbox.
10453
10454 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10455
10456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10457         (gst_ogg_demux_init):
10458         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10459         (gst_vorbis_dec_init):
10460           revert unrefs, they don't pass make check
10461
10462 2005-11-15  Johan Dahlin  <johan@gnome.org>
10463
10464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10465         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10466         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10467         (gst_vorbis_dec_init):
10468         Fix pad template leaks. 
10469
10470 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10473           Make state change function thread safe.
10474
10475 2005-11-15  Edward Hervey  <edward@fluendo.com>
10476
10477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10478         (gst_ogg_demux_class_init):
10479         Implement GstElement::send_event, so we can send seek events
10480         in GST_STATE_READY
10481
10482 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10483
10484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10485         Discovered how to take away flickering while resizing the
10486         window. Please don't put that in ximagesink, refactoring in
10487         progress.
10488
10489 2005-11-14  Michael Smith <msmith@fluendo.com>
10490
10491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10492         (gst_multifdsink_render):
10493           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10494
10495 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * gst/playback/gstplaybin.c: (gen_audio_element):
10498           Use autoaudiosink, it tends to be more widely available than
10499           autoaudiiosink.
10500           
10501 2005-11-14  Andy Wingo  <wingo@pobox.com>
10502
10503         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10504         as well if it is available. Fixes #316442.
10505
10506 2005-11-14  Michael Smith <msmith@fluendo.com>
10507
10508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10509         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10510         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10511         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10512         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10513         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10515         (gst_vorbisenc_change_state):
10516           Fix a small memory leak in vorbisenc.
10517           Fix large memory leaks in oggmux, also fix lots of state change
10518           bugs in oggmux.
10519
10520 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10521
10522         * gst/videotestsrc/gstvideotestsrc.c:
10523         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10524         (gst_videotestsrc_src_fixate):
10525           move fixation to a fixate function
10526           remove negotiate function, basesrc's is good enough
10527           fixes a bug for check when using the element alone
10528
10529 2005-11-13  Edward Hervey  <edward@fluendo.com>
10530
10531         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10532         (key_toggle_cb), (main):
10533         Added checkboxes for adding/removing the accurate and key_unit seek
10534         flags.
10535
10536 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         * configure.ac: back to HEAD
10539
10540 === release 0.9.5 ===
10541
10542 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10543
10544         * configure.ac:
10545           releasing 0.9.5, "No No Kia"
10546
10547 2005-11-11  Edward Hervey  <edward@fluendo.com>
10548
10549         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10550         Added parse-launch syntax seeking mode for the seeking example.
10551         This should help stress-test even more cases.
10552         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10553
10554 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * sys/xvimage/xvimagesink.c:
10557         (gst_xvimagesink_navigation_send_event):
10558           Check whether peer pad exists before sending navigation events
10559           to it.
10560
10561 2005-11-11  Michael Smith <msmith@fluendo.com>
10562
10563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10564         (gst_vorbisenc_buffer_from_packet):
10565         * ext/vorbis/vorbisenc.h:
10566           Set duration on encoded buffers. This allows oggmux's
10567           max_page_delay parameter to actually work.
10568
10569 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10572         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10573         (gst_ffmpegcsp_avpicture_fill):
10574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10575         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10576           Make palettes work again (see #132341). Use our own macros
10577           for rounding up.
10578
10579 2005-11-10  Andy Wingo  <wingo@pobox.com>
10580
10581         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10582         string doober.
10583
10584 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10585
10586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10587         (gst_ffmpegcsp_transform_caps):
10588           Prefer passthrough in transform_caps
10589
10590 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10591
10592         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10593           check for ALSA errors properly, instead of relying on ALSA's
10594           error strings to serve to the user.
10595
10596 2005-11-10  Wim Taymans  <wim@fluendo.com>
10597
10598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10599         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10600         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10601         Modernise the seek code.
10602
10603 2005-11-10  Michael Smith <msmith@fluendo.com>
10604         
10605         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10606         (setup_substreams), (set_active_source):
10607           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10608           trying to go to NULL if we failed to read a file.
10609
10610 2005-11-10  Wim Taymans  <wim@fluendo.com>
10611
10612         * gst/audiotestsrc/gstaudiotestsrc.c:
10613         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10614         (gst_audiotestsrc_create):
10615         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10616         (gst_sinesrc_get_times), (gst_sinesrc_create):
10617         * gst/videotestsrc/gstvideotestsrc.c:
10618         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10619         (gst_videotestsrc_create):
10620         The base class can now sync for us.
10621
10622 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10623
10624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10625           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10626           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10627           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10628           format=(fourcc)I420" ! xvimagesink
10629
10630 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10633         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10634         (gst_sinesrc_newsegment):
10635           Send newsegment event in TIME format, set duration if
10636           num-buffers is set, fix duration querying.
10637
10638 2005-11-10  Michael Smith <msmith@fluendo.com>
10639
10640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10641         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10642         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10643         (gst_ogg_mux_collected):
10644          Fix EOS handling, partially. Now forwarding an EOS event once we have
10645          EOS on all pads works correctly. However, we still don't properly set
10646          EOS on the actual ogg stream pages.
10647
10648 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10651           Set elements to NULL state before disposing of them.
10652
10653 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10654
10655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10658         (gst_base_rtp_depayload_init),
10659         (gst_base_rtp_depayload_set_gst_timestamp):
10660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10661           We need to send a newsegment event for each instance, not
10662           just for the first instance of this class (get rid of
10663           static variable in function). (#321011).
10664           
10665 2005-11-08  Michael Smith <msmith@fluendo.com>
10666
10667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10668         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10669         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10670         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10671           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10672           This makes us mux things correctly according to the ogg muxing
10673           rules. Still not handling EOS correctly right now, though.
10674
10675 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/audioconvert/gstaudioconvert.c:
10678           Fix typo in docs. 
10679
10680 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10683         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10684           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10685           creating a new chain; should fix live streaming. Also
10686           add more debug output and fix a typo.
10687
10688 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10689
10690         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * gst/volume/gstvolume.c: (volume_set_caps):
10693           Fix compilation on Solaris with Forte. (#320923)
10694
10695 2005-11-08  Wim Taymans  <wim@fluendo.com>
10696
10697         * gst-libs/gst/audio/gstbaseaudiosink.c:
10698         (gst_base_audio_sink_render):
10699         No need to do a typecheck.
10700
10701 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * ext/alsa/gstalsa.h:
10704           We register a debug category, so let's use it.
10705
10706 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10707
10708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10709         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10710         Fixed a small problem.
10711
10712 2005-11-04  Wim Taymans  <wim@fluendo.com>
10713
10714         * examples/seeking/Makefile.am:
10715         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10716         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10717         (make_playerbin_pipeline), (format_value), (update_scale),
10718         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10719         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10720         (print_usage), (main):
10721         Added app for playback speed testing.
10722
10723         * examples/seeking/seek.c: (dynamic_link),
10724         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10725         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10726         (message_received), (main):
10727         Updated seek example.
10728
10729 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10730
10731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10732         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10733         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10734         (gst_base_rtp_depayload_set_clock):
10735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10736         Don't sleep on the bench (system clock) when you have a nice 
10737         comfortable bed (Gstreamer clock) to sleep on.
10738
10739 2005-11-03  Wim Taymans  <wim@fluendo.com>
10740
10741         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10742         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10743         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10744         Handle the case where a pad_block failed.
10745
10746 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10747
10748         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10749
10750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10751         (gst_base_rtp_depayload_add_to_queue),
10752         (gst_base_rtp_depayload_push),
10753         (gst_base_rtp_depayload_set_gst_timestamp),
10754         (gst_base_rtp_depayload_queue_release):
10755           Fixes some bugs in the depayloader's queuing/de-queueing code.
10756
10757 2005-10-31  Michael Smith <msmith@fluendo.com>
10758
10759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10760         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10761         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10762           Patch from Alessandro Decina <alessandro@nnva.org>.
10763           Make oggdemux only find the final time in a chain, not per-pad,
10764           since the per-pad information can be very expensive to locate, and
10765           it isn't used anywhere. This makes reading a file containing
10766           OggSkeleton reasonably fast.
10767           Also, make chain finding work when there are logical bitstreams that
10768           can't be decoded. Fixes #319110.
10769
10770 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10771
10772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10773         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10774         (gst_base_rtp_depayload_chain),
10775         (gst_base_rtp_depayload_add_to_queue),
10776         (gst_base_rtp_depayload_push),
10777         (gst_base_rtp_depayload_set_gst_timestamp),
10778         (gst_base_rtp_depayload_queue_release),
10779         (gst_base_rtp_depayload_start_thread),
10780         (gst_base_rtp_depayload_set_property),
10781         (gst_base_rtp_depayload_get_property):
10782         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10783         Some random fixes, to fullfill the desires of thomas.
10784
10785 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10786
10787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10788         (gst_base_rtp_depayload_add_to_queue),
10789         (gst_base_rtp_depayload_push):
10790         Fixed the queueing algorithm.
10791
10792 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10793
10794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10795         (gst_base_rtp_depayload_push):
10796         A small fix
10797
10798 2005-10-31  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst-libs/gst/audio/gstringbuffer.h:
10801         Don't break ABI.
10802
10803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10804         (gst_ffmpeg_caps_to_pixfmt):
10805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10806         (gst_ffmpegcsp_set_caps):
10807         Some more comments.
10808         Handle missing required caps fields better.
10809
10810 2005-10-31  Wim Taymans  <wim@fluendo.com>
10811
10812         * gst-libs/gst/audio/gstbaseaudiosink.c:
10813         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10814         (gst_base_audio_sink_render):
10815         * gst-libs/gst/audio/gstringbuffer.c:
10816         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10817         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10818         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10819         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10820         (gst_ring_buffer_read):
10821         * gst-libs/gst/audio/gstringbuffer.h:
10822         Add flushing mode to the ringbuffer so that it in all cases does
10823         not try to handle more audio. This makes sure it does not try to
10824         block anymore when flushing and fixes a livelock.
10825
10826 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10829         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10830         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10831           Explicitly check for -1 values before doing a conversion
10832           and always map them to -1. (#315545)
10833
10834 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10835
10836         * gst/playback/gstplaybin.c: (gen_video_element):
10837           first try autovideosink, then xvimagesink, then error out
10838         * po/POTFILES.in:
10839           add translatable file
10840         * po/af.po:
10841         * po/az.po:
10842         * po/cs.po:
10843         * po/en_GB.po:
10844         * po/hu.po:
10845         * po/it.po:
10846         * po/nb.po:
10847         * po/nl.po:
10848         * po/or.po:
10849         * po/sq.po:
10850         * po/sr.po:
10851         * po/sv.po:
10852         * po/uk.po:
10853         * po/vi.po:
10854           update translations
10855
10856 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10857
10858         * gst-libs/gst/rtp/gstbasedepayload.c:
10859         * gst-libs/gst/rtp/gstbasedepayload.h:
10860           Minor cleanups
10861
10862 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/playback/.cvsignore:
10865         * gst/playback/decodetest.c:
10866         * gst/playback/test3.c:
10867           Port these two tests as well.
10868
10869 2005-10-27  Wim Taymans  <wim@fluendo.com>
10870
10871         * ext/theora/theoradec.c: (theora_dec_src_query),
10872         (theora_dec_sink_event):
10873         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10874         (theora_enc_change_state):
10875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10876         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10877         Take proper locks when handling events.
10878
10879 2005-10-27  Wim Taymans  <wim@fluendo.com>
10880
10881         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10882         (gst_adder_change_state):
10883         Fix timestamps and fix deadlock when stopping the collectpads.
10884
10885 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10886
10887         * gst-libs/gst/rtp/gstrtpbuffer.h:
10888         Declaring the payload types as strings too so that they can be used
10889         in the padtemplate inialization.
10890
10891 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10892
10893         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10894
10895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10896         (gst_base_rtp_depayload_class_init):
10897         Fixes a small but nasty bug. The derived elements no longer segfaults
10898         on finalization.
10899
10900 2005-10-26  Michael Smith <msmith@fluendo.com>
10901
10902         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10903           When clearing an audioconvert context, set tmpbufsize to zero, so
10904           we'll allocate it again later if required.
10905           This fixes audioconvert re-negotiating formats, which previously
10906           segfaulted with a NULL destination buffer.
10907
10908 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10909
10910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10911         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10912         (gst_base_rtp_depayload_set_gst_timestamp),
10913         (gst_base_rtp_depayload_queue_release):
10914         Fixed a smalll memleak.
10915
10916 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10918         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10919         (gst_base_rtp_depayload_finalize),
10920         (gst_base_rtp_depayload_setcaps),
10921         (gst_base_rtp_depayload_add_to_queue),
10922         (gst_base_rtp_depayload_push),
10923         (gst_base_rtp_depayload_set_gst_timestamp),
10924         (gst_base_rtp_depayload_queue_release),
10925         (gst_base_rtp_depayload_thread),
10926         (gst_base_rtp_depayload_change_state):
10927         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10928         Changed the C++ comments to C comments
10929
10930 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10931
10932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10933         * gst/tcp/gsttcpclientsrc.h:
10934         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10935         * gst/tcp/gsttcpserversrc.h:
10936           Remove unused 'curoffset' structure member.
10937
10938 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10939
10940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10941         (gst_base_rtp_depayload_base_init),
10942         (gst_base_rtp_depayload_finalize):
10943         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10944         * gst-libs/gst/rtp/gstbasertppayload.h:
10945           The pad-template on the sinkpad should be set by the derived classes.
10946           Also added some useful macros.
10947
10948 2005-10-24  Wim Taymans  <wim@fluendo.com>
10949
10950         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10951         Correctly flush decoder samples even if we could not
10952         copy them to an output buffer. Fixes #319618.
10953
10954 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10955
10956         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10958         the caps against our xcontext caps.
10959
10960 2005-10-24  Wim Taymans  <wim@fluendo.com>
10961
10962         * gst-libs/gst/audio/gstbaseaudiosink.c:
10963         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10964         Remove g_print
10965         Use sync property from baseclass to disable sync.
10966
10967 2005-10-24  Wim Taymans  <wim@fluendo.com>
10968
10969         * gst-libs/gst/audio/gstbaseaudiosink.c:
10970         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10971         Buffers with no timestamps get aligned with previous buffers or
10972         on underrun, played ASAP.
10973
10974 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10975
10976         * gst-libs/gst/video/video.h:
10977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10978         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10980         here comes my change on caps for framerate and geometry range.
10981         We are now accepting 1 to MAXINT for width and height, and from
10982         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10983         to be blended correctly in videomixer.
10984
10985 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10986
10987         * configure.ac:
10988           back to HEAD
10989
10990 === release 0.9.4 ===
10991
10992 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10993
10994         * NEWS:
10995         * RELEASE:
10996         * configure.ac:
10997           releasing 0.9.4, "Velociraptor"
10998
10999 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11000
11001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11002         * po/POTFILES.in:
11003           STOPPED -> FAILED
11004
11005 2005-10-21  Wim Taymans  <wim@fluendo.com>
11006
11007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11008         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11009         (pad_blocked), (close_pad_link), (new_pad):
11010         Don't try to remove elements twice.
11011
11012 2005-10-21  Wim Taymans  <wim@fluendo.com>
11013
11014         * ext/theora/theoradec.c: (theora_dec_src_query),
11015         (theora_dec_sink_event):
11016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11017         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11018         (vorbis_handle_data_packet):
11019         * ext/vorbis/vorbisdec.h:
11020         Fix old naming.
11021
11022         * gst-libs/gst/audio/gstbaseaudiosink.c:
11023         (gst_base_audio_sink_render):
11024         Don't try to sync on buffers without a timestamp.
11025
11026 2005-10-21  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/theora/theoradec.c: (theora_dec_src_query),
11029         (theora_dec_sink_event):
11030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11031         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11032         (vorbis_handle_data_packet):
11033         * ext/vorbis/vorbisdec.h:
11034         Fix old naming.
11035
11036 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11039         (gst_vorbisenc_src_query):
11040           Implement position and duration queries.
11041
11042         * gst/playback/test3.c: (update_scale), (main):
11043           Fix for async state changes and print nicer output.
11044
11045 2005-10-20  Wim Taymans  <wim@fluendo.com>
11046
11047         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11048         (dump_element_stats), (main):
11049         * gst/playback/test6.c: (main):
11050         Fix tests again
11051
11052 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11055         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11056           Don't use functions for position queries when handling
11057           duration queries.
11058
11059 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11062         (vorbis_handle_data_packet), (vorbis_dec_chain),
11063         (vorbis_dec_change_state):
11064         * ext/vorbis/vorbisdec.h:
11065           Vorbis streams can be embedded in other container formats
11066           than ogg, container formats where the demuxer might set 
11067           timestamps on encoded vorbis buffers instead of those silly 
11068           granulepos thingies. In short: make vorbisdec handle 
11069           timestamps on incoming buffers as well.
11070
11071 2005-10-20  Wim Taymans  <wim@fluendo.com>
11072
11073         * gst/playback/gstplaybasebin.c: (group_destroy),
11074         (gst_play_base_bin_change_state):
11075         Fix leak.
11076         Handle case where playbasebin is now ASYNC because
11077         decodebin is.
11078
11079 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * gst/audioconvert/Makefile.am:
11082         * gst/audioconvert/bufferframesconvert.c:
11083         * gst/audioconvert/plugin.c: (plugin_init):
11084         * gst/audioconvert/plugin.h:
11085           And bye bye buffer-frames-convert
11086
11087 2005-10-19  Wim Taymans  <wim@fluendo.com>
11088
11089         * check/elements/audioconvert.c:
11090         * docs/libs/tmpl/gstaudio.sgml:
11091         * docs/libs/tmpl/gstcolorbalance.sgml:
11092         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11093         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11094         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11095         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11096         * gst-libs/gst/audio/audio.h:
11097         * gst/audioconvert/audioconvert.h:
11098         * gst/audioconvert/gstaudioconvert.c:
11099         (gst_audio_convert_parse_caps):
11100         * gst/volume/gstvolume.c:
11101         Bye bye buffer-frames.
11102
11103 2005-10-19  Wim Taymans  <wim@fluendo.com>
11104
11105         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11106         (query_positions_elems), (query_positions_pads), (update_scale),
11107         (do_seek), (set_update_scale), (message_received), (main):
11108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11109         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11110         (gst_ogg_demux_loop):
11111         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11112         * ext/theora/theoradec.c: (theora_dec_src_query),
11113         (theora_dec_sink_event):
11114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11115         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11116         * gst/adder/gstadder.c: (gst_adder_query):
11117         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11118         * gst/playback/test3.c: (update_scale):
11119         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11120         (dump_element_stats), (main):
11121         * gst/playback/test6.c: (main):
11122         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11123         Query API update.
11124
11125 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11128         (xml_check_first_element), (xml_type_find), (smil_type_find),
11129         (plugin_init):
11130           Add typefinding for SMIL and for generic XML. Based on patch by
11131           Akos Maroy (#308663).
11132
11133 2005-10-18  Wim Taymans  <wim@fluendo.com>
11134
11135         * gst/playback/Makefile.am:
11136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11137         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11138         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11139         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11140         (gst_decode_bin_change_state):
11141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11142         (gst_play_bin_send_event_to_sink):
11143         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11144         (dump_element_stats), (main):
11145         * gst/playback/test6.c: (main):
11146         Make playbin async, it'll commit state to paused when all streams
11147         are detected.
11148         Remove ugly hack.
11149         Added test6.c to show async behaviour.
11150
11151 2005-10-18  Wim Taymans  <wim@fluendo.com>
11152
11153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11155         Fix for segment-start/stop API change.
11156
11157 2005-10-18  Wim Taymans  <wim@fluendo.com>
11158
11159         * check/Makefile.am:
11160         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11161         (main):
11162         Add future test for clock selection.
11163
11164 2005-10-18  Wim Taymans  <wim@fluendo.com>
11165
11166         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11167         (gst_alsasink_close):
11168         Set handle to NULL.
11169
11170         * gst-libs/gst/audio/gstringbuffer.c:
11171         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11172         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11173         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11174         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11175         (gst_ring_buffer_read):
11176         More debug info.
11177
11178 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11179
11180         * gst/audiotestsrc/Makefile.am:
11181         * gst/sine/Makefile.am:
11182         * gst/volume/Makefile.am:
11183           fix broken build of controllerized plugins
11184
11185 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11186
11187         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11190         (gst_riff_create_video_template_caps):
11191           Add support for Indeo-3 (IV32).
11192
11193 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * configure.ac:
11196           rewrite
11197
11198 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11199
11200         * gst-libs/gst/video/video.c: (gst_video_get_size):
11201         * gst/audiotestsrc/gstaudiotestsrc.c:
11202           doc updates
11203
11204 2005-10-17  Andy Wingo  <wingo@pobox.com>
11205
11206         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11207         with the collectpads change.
11208         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11209
11210         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11211
11212         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11213
11214         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11215         alloc_buffer flow return to callers.
11216         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11217         change. Fix some memleaks in theoraenc.
11218
11219         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11220         in strange circumstance.
11221
11222 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11223
11224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11225         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11226         from caps, let's use the caps...
11227
11228 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11229
11230         * configure.ac:
11231           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11232
11233 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11234
11235         * gst-libs/gst/interfaces/Makefile.am:
11236           fix silly typo
11237
11238 2005-10-16  Andy Wingo  <wingo@pobox.com>
11239
11240         * gst/playback/gstdecodebin.c
11241         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11242         function!
11243         (try_to_link_1): Increase kraziness level.
11244
11245 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * configure.ac:
11248           restructure like the core one
11249         * gst-libs/gst/audio/Makefile.am:
11250         * gst-libs/gst/interfaces/Makefile.am:
11251         * gst-libs/gst/net/Makefile.am:
11252         * gst-libs/gst/riff/Makefile.am:
11253         * gst-libs/gst/rtp/Makefile.am:
11254         * gst-libs/gst/tag/Makefile.am:
11255         * gst-libs/gst/video/Makefile.am:
11256           use correct linker flags, now the libs are properly versioned
11257         * check/elements/audioconvert.c: (verify_convert):
11258         * ext/alsa/gstalsaplugin.c:
11259         * ext/cdparanoia/gstcdparanoia.c:
11260         * ext/gnomevfs/gstgnomevfs.c:
11261         * ext/libvisual/visual.c:
11262         * ext/ogg/gstogg.c:
11263         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11264         * ext/theora/theora.c:
11265         * ext/vorbis/vorbis.c:
11266         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11267         * gst-libs/gst/tag/gsttagediting.c:
11268         * gst-libs/gst/video/video.c:
11269         * gst/adder/gstadder.c:
11270         * gst/audioconvert/plugin.c:
11271         * gst/audiorate/gstaudiorate.c:
11272         * gst/audioresample/gstaudioresample.c:
11273         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11274         * gst/audioscale/gstaudioscale.c:
11275         * gst/audioscale/resample.c:
11276         * gst/audiotestsrc/gstaudiotestsrc.c:
11277         * gst/ffmpegcolorspace/gstffmpeg.c:
11278         * gst/playback/gstdecodebin.c: (close_pad_link):
11279         * gst/playback/gstplaybin.c: (gen_video_element),
11280         (gen_audio_element):
11281         * gst/sine/gstsinesrc.c:
11282         * gst/subparse/gstsubparse.c:
11283         * gst/tags/gsttagediting.c:
11284         * gst/tcp/gsttcpplugin.c:
11285         * gst/typefind/gsttypefindfunctions.c:
11286         * gst/videorate/gstvideorate.c:
11287         * gst/videoscale/gstvideoscale.c:
11288         * gst/videotestsrc/gstvideotestsrc.c:
11289         * gst/volume/gstvolume.c:
11290         * sys/v4l/gstv4l.c:
11291         * sys/ximage/ximage.c:
11292         * sys/xvimage/xvimagesink.c:
11293           fix up defines
11294
11295 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * ext/vorbis/vorbisenc.c:
11298         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11299         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11300         (gst_tag_to_vorbis_comments):
11301           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11302
11303 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11304
11305         * examples/stats/mp2ogg.c:
11306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11307           typo fixes
11308
11309 2005-10-13  Michael Smith <msmith@fluendo.com>
11310
11311         * ext/ogg/gstoggmux.c:
11312           Use magic glib macros to define constants as 64 bit, to ensure
11313           appropriate vararg passing.
11314
11315 2005-10-13  Michael Smith <msmith@fluendo.com>
11316
11317         * ext/ogg/gstoggmux.c:
11318         * gst/audioconvert/audioconvert.c: (float):
11319           Don't use LL suffix, as it's not portable, and neither of these
11320           uses required it anyway.
11321
11322 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * examples/indexing/indexmpeg.c: (main):
11325         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11326         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11327         (cdparanoia_convert), (cdparanoia_query):
11328         * ext/cdparanoia/gstcdparanoia.h:
11329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11330         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11331         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11334         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11336         (gst_multifdsink_render), (gst_multifdsink_start),
11337         (gst_multifdsink_stop):
11338         * gst/tcp/gstmultifdsink.h:
11339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11340         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11341         (gst_tcpclientsink_stop):
11342         * gst/tcp/gsttcpclientsink.h:
11343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11344         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11345         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11346         * gst/tcp/gsttcpclientsrc.h:
11347         * gst/tcp/gsttcpserversink.h:
11348         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11349         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11350         (gst_tcpserversrc_stop):
11351         * gst/tcp/gsttcpserversrc.h:
11352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11353         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11354         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11355           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11356           moved bitshift from macro to enum definition
11357
11358 2005-10-12  Wim Taymans  <wim@fluendo.com>
11359
11360         * examples/seeking/Makefile.am:
11361         Oops.
11362
11363 2005-10-12  Wim Taymans  <wim@fluendo.com>
11364
11365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11366         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11367         Don't assert on normal stuff.
11368
11369         * gst/playback/gstplaybin.c: (do_playbin_seek):
11370         API fix.
11371
11372 2005-10-12  Wim Taymans  <wim@fluendo.com>
11373
11374         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11375         * examples/seeking/Makefile.am:
11376         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11377         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11378         (do_seek), (set_update_scale), (message_received), (main):
11379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11380         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11381         Update for _get_state() API change.
11382
11383 2005-10-11  Wim Taymans  <wim@fluendo.com>
11384
11385         * gst-libs/gst/audio/gstbaseaudiosink.c:
11386         (gst_base_audio_sink_render):
11387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11388         (gst_base_audio_src_create):
11389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11390         (gst_ring_buffer_read):
11391         Cleanups.
11392         Commit and read from ringbuffer in samples rather than bytes.
11393
11394 2005-10-11  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst-libs/gst/audio/gstbaseaudiosink.c:
11397         (gst_base_audio_sink_render):
11398         Respect segment rate and accum when scheduling samples.
11399
11400 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11401
11402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11403         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11404         EOS correctly, that needs more work.
11405
11406 2005-10-11  Wim Taymans  <wim@fluendo.com>
11407
11408         * check/generic/states.c: (GST_START_TEST):
11409         remove old property.
11410
11411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11412         (gst_ogg_demux_perform_seek):
11413         * ext/theora/theoradec.c: (theora_dec_sink_event):
11414         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11415         (vorbis_handle_data_packet):
11416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11417         (gst_base_rtp_depayload_set_gst_timestamp):
11418         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11419         Update for newsegment API change.
11420
11421 2005-10-11  Michael Smith <msmith@fluendo.com>
11422
11423         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11424         (do_playbin_seek), (gst_play_bin_send_event):
11425           Override send_event differently, so that we can takes bits of
11426           functionality from GstPipeline (special handling for seeks,
11427           including pausing/resuming, and resetting stream time) and still get
11428           the appropriate behaviour of only forwarding event to a single sink,
11429           rather than all of them.
11430           Unfortunately requires a lot of code duplication, but the
11431           alternatives are equally ugly in the end.
11432
11433 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11434
11435         * check/elements/audioconvert.c: (setup_audioconvert),
11436         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11437         (GST_START_TEST), (audioconvert_suite):
11438           clean up tests a little, fix some leaks.
11439
11440 2005-10-10  Wim Taymans  <wim@fluendo.com>
11441
11442         * ext/alsa/gstalsasink.c:
11443         Also allow unsigned int.
11444
11445         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11446         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11447         Small cleanup
11448
11449 2005-10-10  Wim Taymans  <wim@fluendo.com>
11450
11451         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11452         Small update, use API as stated in design docs.
11453
11454         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11455         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11456         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11457         (message_received), (main):
11458         Updated seek example for GOption. Some usability improvements.
11459
11460 2005-10-10  Wim Taymans  <wim@fluendo.com>
11461
11462         * gst/audioconvert/audioconvert.h:
11463         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11464         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11465         Alloc temp storage somewhere else where we can do it more
11466         portable.
11467
11468 2005-10-10  Wim Taymans  <wim@fluendo.com>
11469
11470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11471         (gst_tcpserversrc_start):
11472         Don't block in accept while doing the state change, move
11473         to poll and make cancellable.
11474
11475 2005-10-09  Philippe Khalaf <burger@speedy.org>
11476
11477         * gst-libs/gst/rtp/rtpbasedepayload.c:
11478         Set timestamp and add queue delay to timestamp
11479         * gst-libs/gst/rtp/rtpbuffer.h:
11480         Set correct payload type for h263
11481
11482 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11483
11484         * gst/audiotestsrc/gstaudiotestsrc.c:
11485         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11486         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11487         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11488         (gst_audiotestsrc_create_triangle),
11489         (gst_audiotestsrc_create_silence),
11490         (gst_audiotestsrc_create_white_noise),
11491         (gst_audiotestsrc_init_pink_noise),
11492         (gst_audiotestsrc_generate_pink_noise_value),
11493         (gst_audiotestsrc_create_pink_noise),
11494         (gst_audiotestsrc_change_wave):
11495         * gst/audiotestsrc/gstaudiotestsrc.h:
11496           fixed typo, added pink noise
11497
11498 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11501         (plugin_init):
11502           Add wavpack and spc typefind functions from 0.8 branch.
11503
11504 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11507         (ar_type_find), (msdos_type_find), (plugin_init):
11508           Add typefind functions for tar archives, ar archives,
11509           RAR archives, and msdos-executables (dlls, exe, etc.).
11510           Some of those would be wrongly identified as mpeg
11511           streams of some sort before (#315550).
11512
11513 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11514
11515         * configure.ac:
11516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11518         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11519         * gst/audiotestsrc/Makefile.am:
11520         * gst/audiotestsrc/gstaudiotestsrc.c:
11521         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11522         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11523         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11524         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11525         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11526         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11527         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11528         (gst_audiotestsrc_create_silence),
11529         (gst_audiotestsrc_create_white_noise),
11530         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11531         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11532         (gst_audiotestsrc_start), (plugin_init):
11533         * gst/audiotestsrc/gstaudiotestsrc.h:
11534           add new plugin and element
11535         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11536           use gobject_class
11537
11538 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11539
11540         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11541         (gst_adder_init), (gst_adder_request_new_pad),
11542         (gst_adder_change_state):
11543           Add query function to source pad, so adder reports the correct
11544           time/sample position when queried (#315457); fix state change
11545           function; use GST_DEBUG_FUNCPTR() for pad functions.
11546
11547 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11548
11549         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11550           Fix leaks in typefind registration
11551           Clean up the gratuitous commenting and whitespacing a little
11552
11553 2005-10-08  Wim Taymans  <wim@fluendo.com>
11554
11555         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11556         Only actually wait for the thread to be stopped if it's 
11557         running.
11558
11559 2005-10-08  Wim Taymans  <wim@fluendo.com>
11560
11561         * gst-libs/gst/audio/gstbaseaudiosink.c:
11562         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11563         If we receive EOS we can start playback of what we had.
11564
11565 2005-10-08  Wim Taymans  <wim@fluendo.com>
11566
11567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11568         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11569         (gst_multifdsink_stop):
11570         Fix crasher when going to NULL multiple times.
11571
11572 2005-10-06  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11575         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11576         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11578         patch from Edgard Lima <edgard.lima@indt.org.br>
11579         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11580
11581 2005-10-06  Wim Taymans  <wim@fluendo.com>
11582
11583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11584         Report the FLOW_RETURN as string in the error message.
11585
11586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11587         Don't assert when clearing an unnegotiated buffer.
11588
11589 2005-10-04  Michael Smith <msmith@fluendo.com>
11590
11591         * gst/playback/gstplaybasebin.c: (group_destroy),
11592         (gen_preroll_element), (remove_groups), (setup_source):
11593         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11594         (setup_sinks), (gst_play_bin_send_event),
11595         (gst_play_bin_change_state):
11596           Set state to NULL before removing from bin. Fix refcounting.
11597
11598 2005-10-04  Michael Smith <msmith@fluendo.com>
11599
11600         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11601           Correct refcounting in send_event() function. Previously was wrong
11602           if the first sink was unable to handle the event.
11603
11604 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11605
11606         * configure.ac:
11607           back to development
11608
11609 === release 0.9.3 ===
11610
11611 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11612
11613         * configure.ac:
11614           Releasing 0.9.3, "De Facto"
11615
11616 2005-10-03  Andy Wingo  <wingo@pobox.com>
11617
11618         * gst/playback/gstdecodebin.c (try_to_link_1)
11619         (remove_element_chain): set element to NULL before removing it.
11620
11621 2005-10-02  Johan Dahlin  <johan@gnome.org>
11622
11623         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11624         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11625         MT safe.
11626
11627 2005-10-02  Andy Wingo  <wingo@pobox.com>
11628
11629         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11630         (gst_ring_buffer_prepare_read): 
11631         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11632         Demote to LOG.
11633
11634 2005-09-29  Wim Taymans  <wim@fluendo.com>
11635
11636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11637         * ext/theora/theoradec.c: (theora_handle_data_packet):
11638         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11639         Propagate error codes from alloc_buffer too.
11640
11641 2005-09-29  Wim Taymans  <wim@fluendo.com>
11642
11643         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11644         We use fixed caps.
11645
11646         * gst/playback/Makefile.am:
11647         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11648         (dump_element_stats), (main):
11649         Added example stream introspection code.
11650
11651 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11652
11653         * gst/adder/gstadder.c: (gst_adder_collected):
11654           fix adder for float elements
11655
11656 2005-09-28  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst-libs/gst/audio/gstbaseaudiosink.c:
11659         (gst_base_audio_sink_class_init),
11660         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11662         (gst_base_audio_src_class_init),
11663         (gst_base_audio_src_provide_clock):
11664         get_clock -> provide_clock
11665
11666 2005-09-28  Andy Wingo  <wingo@pobox.com>
11667
11668         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11669         and unlocking.
11670
11671         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11672         unlocking.
11673
11674         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11675         Actually add the pad template.
11676         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11677
11678         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11679         I'm at it...
11680
11681         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11682         from fdsrc. Get caps in create() instead of start() so it can be
11683         interrupted. Interruption somewhat untested.
11684
11685         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11686         Proper EOS handling.
11687
11688 2005-09-27  Andy Wingo  <wingo@pobox.com>
11689
11690         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11691
11692         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11693
11694         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11695
11696         * gst/tcp/gsttcp.h: 
11697         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11698         out of tcpclientsrc.c. Cancellable.
11699         (gst_tcp_socket_read): Made private, cancellable, with better
11700         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11701         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11702         whole buffer, and better diagnostics.
11703         (gst_tcp_gdp_read_caps): Same.
11704
11705         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11706
11707 2005-09-26  Andy Wingo  <wingo@pobox.com>
11708
11709         * gst/sine/gstsinesrc.h:
11710         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11711         change the 'sync' property to 'is-live' and implement it halfway,
11712         update for controller api change.
11713
11714         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11715         controller api change.
11716
11717 2005-09-24  Wim Taymans  <wim@fluendo.com>
11718
11719         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11720         * gst-libs/gst/audio/gstaudiosink.c:
11721         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11722         (gst_audioringbuffer_stop):
11723         * gst-libs/gst/audio/gstbaseaudiosink.c:
11724         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11725         (gst_base_audio_sink_change_state):
11726         * gst-libs/gst/audio/gstbaseaudiosink.h:
11727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11728         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11729         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11730         * gst-libs/gst/audio/gstringbuffer.h:
11731         Fix sync again. Moved sample alignment to basesink.
11732
11733 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11734
11735         * docs/plugins/Makefile.am:
11736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11738         * gst/volume/gstvolume.c:
11739           add/fix docs
11740         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11741         * gst-libs/gst/audio/audio.h:
11742           add conversion macros for frames <-> clocktime
11743
11744 2005-09-23  David Schleef  <ds@schleef.org>
11745
11746         * gst/audioresample/Makefile.am:
11747         * gst/audioresample/debug.h:
11748         * gst/audioresample/gstaudioresample.c:
11749         * gst/audioresample/resample.c: Convert to using gst debugging
11750
11751 2005-09-22  Wim Taymans  <wim@fluendo.com>
11752
11753         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11754         (gst_play_bin_send_event):
11755         Only seek on one sink, the first one that succeeds.
11756
11757 2005-09-22  Michael Smith <msmith@fluendo.com>
11758
11759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11760         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11761         Don't flush encoder state unless we have an initialised encoder.
11762         Clear out encoder state on PAUSED_TO_READY.
11763
11764 2005-09-22  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst-libs/gst/rtp/gstbasertppayload.c:
11767         (gst_basertppayload_class_init), (gst_basertppayload_init),
11768         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11769         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11770         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11771         (gst_basertppayload_set_property),
11772         (gst_basertppayload_get_property),
11773         (gst_basertppayload_change_state):
11774         * gst-libs/gst/rtp/gstbasertppayload.h:
11775         Added max-ptime to control amount of data in the rtp packets.
11776
11777 2005-09-21  Andy Wingo  <wingo@pobox.com>
11778
11779         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11780         thingies.
11781
11782         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11783         can be called multiple times, dogs.
11784
11785 2005-09-21  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst-libs/gst/rtp/gstbasertppayload.c:
11788         (gst_basertppayload_class_init), (gst_basertppayload_init),
11789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11791         (gst_basertppayload_push), (gst_basertppayload_get_property),
11792         (gst_basertppayload_change_state):
11793         Allow 0 ssrc too.
11794
11795 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11796
11797         * docs/libs/compiling.sgml:
11798           fixing typos
11799
11800 2005-09-20  Wim Taymans  <wim@fluendo.com>
11801
11802         * gst-libs/gst/rtp/gstbasertppayload.c:
11803         (gst_basertppayload_class_init), (gst_basertppayload_init),
11804         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11805         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11806         (gst_basertppayload_push), (gst_basertppayload_set_property),
11807         (gst_basertppayload_get_property),
11808         (gst_basertppayload_change_state):
11809         * gst-libs/gst/rtp/gstbasertppayload.h:
11810         Added property to configure sequence number offsets.
11811
11812 2005-09-20  Wim Taymans  <wim@fluendo.com>
11813
11814         * gst-libs/gst/rtp/gstbasertppayload.c:
11815         (gst_basertppayload_class_init), (gst_basertppayload_init),
11816         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11817         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11818         (gst_basertppayload_push), (gst_basertppayload_set_property),
11819         (gst_basertppayload_get_property),
11820         (gst_basertppayload_change_state):
11821         * gst-libs/gst/rtp/gstbasertppayload.h:
11822         Make timestamp offset configurable.
11823
11824 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11827           fix wrong pop/unref
11828
11829 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11830
11831         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * gst-libs/gst/interfaces/propertyprobe.c:
11834         (gst_property_probe_probe_property_name),
11835         (gst_property_probe_needs_probe_name),
11836         (gst_property_probe_get_values_name),
11837         (gst_property_probe_probe_and_get_values_name):
11838           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11839           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11840
11841 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11842
11843         * check/Makefile.am:
11844           have some tests be disabled for valgrinding
11845         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11846         (GST_START_TEST):
11847         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11848           Fix A Leak.  Chain To Parent Finalize.
11849
11850 2005-09-19  Wim Taymans  <wim@fluendo.com>
11851
11852         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11853         Fixed wav pipeline.
11854
11855 2005-09-19  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst-libs/gst/rtp/gstbasertppayload.c:
11858         (gst_basertppayload_class_init), (gst_basertppayload_init),
11859         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11860         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11861         (gst_basertppayload_push), (gst_basertppayload_get_property),
11862         (gst_basertppayload_change_state):
11863         Posting ERROR and WARNING messages is good.
11864
11865 2005-09-19  Wim Taymans  <wim@fluendo.com>
11866
11867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11868         (gst_base_rtp_depayload_add_to_queue),
11869         (gst_base_rtp_depayload_push),
11870         (gst_base_rtp_depayload_set_gst_timestamp),
11871         (gst_base_rtp_depayload_queue_release):
11872         This one was not supposed to go in.
11873
11874 2005-09-19  Wim Taymans  <wim@fluendo.com>
11875
11876         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11877         Fix for bus API.
11878
11879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11880         (gst_base_rtp_depayload_chain),
11881         (gst_base_rtp_depayload_add_to_queue),
11882         (gst_base_rtp_depayload_push),
11883         (gst_base_rtp_depayload_set_gst_timestamp),
11884         (gst_base_rtp_depayload_queue_release):
11885         Some cleanups.
11886
11887         * gst-libs/gst/rtp/gstbasertppayload.c:
11888         (gst_basertppayload_class_init), (gst_basertppayload_init),
11889         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11890         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11891         (gst_basertppayload_get_property),
11892         (gst_basertppayload_change_state):
11893         Added debugging category.
11894
11895 2005-09-18  David Schleef  <ds@schleef.org>
11896
11897         * gst/playback/gstdecodebin.c: free plugin list correctly
11898         * gst/playback/gstplaybin.c: emit warning if autovideosink
11899           and autoaudiosink can't be found (instead of segfaulting)
11900
11901 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11902
11903         * check/elements/audioconvert.c: (GST_START_TEST):
11904           try out 24 bit conversion
11905
11906 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11909         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11910         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11911         * ext/vorbis/vorbisenc.h:
11912           Fix EOS handling.  Still needs a fix in the ogg muxer to
11913           mark the last page as eos.
11914
11915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11916
11917         * common/gtk-doc-plugins.mak:
11918         * docs/plugins/Makefile.am:
11919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11920         * gst/ffmpegcolorspace/Makefile.am:
11921         * gst/ffmpegcolorspace/avcodec.h:
11922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11923         * gst/tcp/gstmultifdsink.c:
11924           fix up ffmpegcolorspace docs; extract header
11925
11926 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11927
11928         * common/gtk-doc-plugins.mak:
11929         * docs/plugins/Makefile.am:
11930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11931         * ext/theora/Makefile.am:
11932         * ext/theora/gsttheoraenc.h:
11933         * ext/theora/theoraenc.c:
11934         * ext/vorbis/vorbisenc.c:
11935           pick up signals and args for vorbis; add some docs for vorbis
11936
11937 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * common/gstdoc-scangobj:
11940         * common/gtk-doc-plugins.mak:
11941         * docs/libs/Makefile.am:
11942         * docs/plugins/gst-plugins-base-plugins.args:
11943         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11944         * docs/plugins/gst-plugins-base-plugins.interfaces:
11945         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11946         * docs/plugins/gst-plugins-base-plugins.signals:
11947           only scanobj stuff from our source module.  Not sure yet
11948           if that's correct, given the hierarchy stuff :)
11949
11950 2005-09-15  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst/audioconvert/gstaudioconvert.c:
11953         And enable 24 bits mode as well..
11954
11955 2005-09-15  Wim Taymans  <wim@fluendo.com>
11956
11957         * gst-libs/gst/rtp/Makefile.am:
11958         * gst-libs/gst/rtp/gstbasertppayload.c:
11959         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11960         (gst_basertppayload_class_init), (gst_basertppayload_init),
11961         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11962         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11963         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11964         (gst_basertppayload_set_property),
11965         (gst_basertppayload_get_property),
11966         (gst_basertppayload_change_state):
11967         * gst-libs/gst/rtp/gstbasertppayload.h:
11968         Added rtp payloader base class.
11969
11970 2005-09-15  Andy Wingo  <wingo@pobox.com>
11971
11972         * configure.ac (plugindir): Remove the EOL matcher from the
11973         regexp, as it causes me problems. Libtool? Make? Who knows?
11974
11975 2005-09-14  David Schleef  <ds@schleef.org>
11976
11977         * check/generic/states.c: 
11978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11979         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11980           Fixes for changes in registry API.
11981
11982         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11983           to GST_PLUGIN_LDFLAGS.
11984         * ext/libvisual/visual.c: Make the library shut up.
11985         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11986         * gst-libs/gst/audio/gstaudiofilter.c: same
11987
11988 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11989
11990         * docs/plugins/Makefile.am:
11991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11992         * docs/plugins/inspect/plugin-libvisual.xml:
11993         * docs/plugins/tmpl/element-tcpserversink.sgml:
11994         * ext/theora/theoraenc.c:
11995           add libvisual plugin and theoraenc element to docs
11996
11997 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11998
11999         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12000         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12001         * ext/theora/theoraenc.c:
12002           add theoraenc
12003
12004 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * gst/audioconvert/Makefile.am:
12007           Audioconvert derives from GstBaseTransform and should
12008           link to the library with our base elements to avoid
12009           unresolved symbols. Makes things work with MinGW (#316160)
12010
12011         * gst/playback/test4.c: (main):
12012           Fix MinGW build problem and use g_usleep() instead of 
12013           sleep() (#316162)
12014
12015 2005-09-12  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/audioconvert/audioconvert.c: (float),
12018         (audio_convert_prepare_context), (audio_convert_convert):
12019         * gst/audioconvert/audioconvert.h:
12020         Cleanups, speedups, simplifications, added back support
12021         for 24 bits.
12022
12023 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12024
12025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12027         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12028         * docs/plugins/tmpl/element-tcpserversink.sgml:
12029         * gst/ffmpegcolorspace/gstffmpeg.c:
12030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12031         * gst/videotestsrc/gstvideotestsrc.c:
12032         * gst/volume/gstvolume.c:
12033           add more elements to the docs
12034
12035 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12036
12037         * check/Makefile.am:
12038         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12039         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12040           Add extra tests for basetransform based components. 
12041           Comment out the test_element_negotiation test until we decide
12042           if it's testing correct behaviour.
12043         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12044         (gst_visual_chain), (gst_visual_change_state):
12045           Slightly more correct but still bogus timestamping.
12046           Fix state change function.
12047         * gst/audioconvert/gstaudioconvert.c:
12048         (gst_audio_convert_class_init):
12049         * gst/audioresample/gstaudioresample.c:
12050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12051         (gst_ffmpegcsp_class_init):
12052         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12053         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12054         (gst_videoscale_prepare_image):
12055         * gst/volume/gstvolume.c: (gst_volume_class_init),
12056         (volume_transform_ip):
12057           Basetransform updates. Enable passthrough modes.
12058         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12059         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12060         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12061           Negotiation fix that allows the window to return to the original
12062           size and renegotiate passthrough upstream. Extra debug output.
12063
12064 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12065
12066         * gst/sine/gstsinesrc.c:
12067         * gst/volume/gstvolume.c:
12068           fix up header include
12069
12070 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12071
12072         * gst-libs/gst/audio/gstbaseaudiosink.c:
12073         (gst_base_audio_sink_render):
12074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12075         * gst/volume/gstvolume.c: (gst_volume_class_init),
12076         (volume_transform):
12077           fixing lost sync, some more debugging
12078
12079 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12080
12081         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12082         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12083         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12084         (gst_xvimagesink_check_xshm_calls):
12085           Fix compilation when XShm is not available.
12086
12087 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12088
12089         * ext/libvisual/visual.c: (gst_visual_dispose),
12090         (gst_visual_getcaps), (gst_visual_src_setcaps),
12091         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12092         (gst_visual_change_state):
12093           Finish fixing up libvisual plugin so that it runs. 
12094
12095 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12096
12097         * ext/vorbis/vorbisenc.c:
12098         * gst-libs/gst/tag/gstvorbistag.c:
12099           gsttaginterface.h -> gsttagsetter.h
12100
12101 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12102
12103         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12104           added another test that failes for me (test is not active by default)
12105
12106 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12107
12108         * configure.ac:
12109           v4l2 is no longer in gst-plugins-base
12110
12111 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12112
12113         * configure.ac:
12114           In the output at the end, don't show the first plugin on the same
12115           line as "Core plug-ins, always built:".
12116           Indent the output as for other plugin categories
12117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12118           #define that can be used to not use peer buffer_alloc functions for
12119           test purposes.
12120         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12121         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12122         (gst_ximagesink_show_frame):
12123         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12124         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12125         (gst_xvimagesink_show_frame):
12126           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12127           fails gracefully instead of XError aborting or deadlocking.
12128
12129 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12130
12131         * ext/libvisual/Makefile.am:
12132           link against gst-base-libs
12133
12134 2005-09-06  David Schleef  <ds@schleef.org>
12135
12136         * configure.ac: Enable libvisual plugin.
12137         * ext/libvisual/Makefile.am:
12138         * ext/libvisual/visual.c: Fixes to make it compile.
12139
12140 === release 0.9.2 ===
12141
12142 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12143
12144         * NEWS:
12145         * RELEASE:
12146         * configure.ac:
12147         * docs/random/ChangeLog-0.8:
12148           releasing 0.9.2, "Spoon"
12149
12150 2005-09-05  Michael Smith <msmith@fluendo.com>
12151
12152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12153           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12154           that in the vorbisenc element.
12155
12156 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12157
12158         * common/gtk-doc-plugins.mak:
12159         * docs/plugins/Makefile.am:
12160           fix distcheck
12161         * gst/audioresample/resample.c:
12162           fix wrong docstring
12163
12164 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12165
12166         * common/gst-xmlinspect.py:
12167         * common/gtk-doc-plugins.mak:
12168           only inspect plugins for this given package
12169           require gst-python 0.9
12170
12171 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12172
12173         * Makefile.am:
12174         * autogen.sh:
12175         * common/gst-xmlinspect.py:
12176         * configure.ac:
12177         * docs/Makefile.am:
12178         * docs/plugins/inspect/plugin-alsa.xml:
12179         * docs/plugins/inspect/plugin-audioresample.xml:
12180         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12181         * docs/plugins/inspect/plugin-ogg.xml:
12182         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12183         * docs/plugins/tmpl/element-multifdsink.sgml:
12184         * docs/plugins/tmpl/element-tcpserversink.sgml:
12185         * docs/plugins/tmpl/element-vorbisenc.sgml:
12186         * gst-plugins-base.spec.in:
12187           various doc-related updates
12188
12189 2005-08-31  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst-libs/gst/audio/gstbaseaudiosink.c:
12192         (gst_base_audio_sink_render):
12193         Resync if the buffer timestamps drift more than a 10th 
12194         of a second.
12195
12196 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12199         (gst_v4lsrc_get_property):
12200           The 'timestamp-offset' property is registered as an int64, so
12201           let's use g_value_{set|get}_int64() in our setter and getter
12202           functions (makes it work and fixes warnings with gst-inspect).
12203
12204 2005-08-30  Wim Taymans  <wim@fluendo.com>
12205
12206         * check/elements/audioconvert.c: (setup_audioconvert):
12207         * check/elements/audioresample.c: (setup_audioresample):
12208         * check/elements/volume.c: (setup_volume):
12209         Fix checks.
12210
12211 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12212
12213         * common/gtk-doc-plugins.mak:
12214         * common/plugins.xsl:
12215         * docs/plugins/Makefile.am:
12216           make module a param
12217
12218 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12219
12220         * examples/seeking/seek.c: (make_mp3_pipeline),
12221         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12222         (play_cb), (pause_cb), (stop_cb):
12223           update the example
12224
12225 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * gst/volume/gstvolume.c: (gst_volume_class_init),
12228         (volume_transform):
12229           do not update controlled params, if buffer has no timestamp
12230
12231 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12232
12233         * configure.ac:
12234         * gst/sine/Makefile.am:
12235         * gst/volume/Makefile.am:
12236           controllerized elements also need to link against controller-libs ;)
12237
12238 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * docs/libs/tmpl/gstcolorbalance.sgml:
12241         * docs/libs/tmpl/gstgconf.sgml:
12242         * docs/libs/tmpl/gstmixer.sgml:
12243         * docs/libs/tmpl/gstringbuffer.sgml:
12244         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12245         (gst_sinesrc_create):
12246         * gst/volume/gstvolume.c: (gst_volume_class_init),
12247         (volume_transform):
12248           controllerized two audio plugins
12249
12250 2005-08-29  Andy Wingo  <wingo@pobox.com>
12251
12252         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12253         (vorbis_handle_data_packet): Fix some int overflow errors.
12254
12255         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12256         -1.
12257         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12258         valid.
12259         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12260         if it's valid. Fixed streaming-mode playback.
12261
12262         * check/elements/volume.c (cleanup_volume): Fix for running
12263         CK_FORK=no.
12264
12265         * check/elements/audioconvert.c: Convert from native endian, not
12266         little endian.
12267
12268 2005-08-29  Michael Smith <msmith@fluendo.com>
12269
12270         * ext/ogg/Makefile.am:
12271         * ext/ogg/gstogg.c: (plugin_init):
12272         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12273         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12274         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12275         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12276         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12277         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12278         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12279         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12280         Add an ogg parser element.
12281
12282 2005-08-28  Andy Wingo  <wingo@pobox.com>
12283
12284         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12285
12286 2005-08-26  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst/audioconvert/audioconvert.c: (if), (float),
12289         (audio_convert_get_func_index), (check_default),
12290         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12291         (audio_convert_clean_context), (audio_convert_get_sizes),
12292         (audio_convert_convert):
12293         Cleanups.
12294
12295 2005-08-26  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/audioconvert/audioconvert.c: (if), (float),
12298         (audio_convert_get_func_index), (check_default),
12299         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12300         (audio_convert_clean_context), (audio_convert_get_sizes),
12301         (audio_convert_convert):
12302         More elegant and working temp buffer selection algo.
12303
12304 2005-08-26  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/audioconvert/audioconvert.c: (if), (float),
12307         (audio_convert_get_func_index), (check_default),
12308         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12309         (audio_convert_clean_context), (audio_convert_get_sizes),
12310         (get_temp_buffer), (audio_convert_convert):
12311         Use realloc else we lose our original data.
12312
12313 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * gst/audioresample/gstaudioresample.c:
12316           use base class' newsegment to properly timestamp
12317
12318 2005-08-26  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/audioconvert/audioconvert.c: (if), (float),
12321         (audio_convert_get_func_index), (check_default),
12322         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12323         (audio_convert_clean_context), (audio_convert_get_sizes),
12324         (get_temp_buffer), (audio_convert_convert):
12325         * gst/audioconvert/gstaudioconvert.c:
12326         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12327         (gst_audio_convert_transform_caps),
12328         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12329         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12330         Oops, allocate enough space to perform the channel mix.
12331
12332 2005-08-26  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst/audioconvert/Makefile.am:
12335         * gst/audioconvert/audioconvert.c: (if), (float),
12336         (audio_convert_get_func_index), (check_default),
12337         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12338         (audio_convert_clean_context), (audio_convert_get_sizes),
12339         (get_temp_buffer), (audio_convert_convert):
12340         * gst/audioconvert/audioconvert.h:
12341         * gst/audioconvert/gstaudioconvert.c:
12342         (gst_audio_convert_class_init), (gst_audio_convert_init),
12343         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12344         (gst_audio_convert_get_unit_size),
12345         (gst_audio_convert_transform_caps),
12346         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12347         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12348         * gst/audioconvert/gstaudioconvert.h:
12349         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12350         (gst_channel_mix_fill_identical),
12351         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12352         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12353         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12354         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12355         (gst_channel_mix_mix):
12356         * gst/audioconvert/gstchannelmix.h:
12357         Cleanups, librarify a bit, optimize, better negotiation and more.
12358
12359 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12360
12361         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12362         Another from MikeS:
12363         During typefinding, don't support negative offsets
12364         (offsets from the end of the stream) in our typefind->peek() function
12365         - nothing embedded in ogg ever needs them. However, we need to recognise
12366         those requests and reject them, otherwise we return invalid pointers.
12367
12368 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12369
12370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12371         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12372         (vorbisdec_finalize), (vorbis_handle_type_packet):
12373           Big shout-out to MikeS for fixing this giant memory leak.
12374           Huzzah!
12375
12376 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12377
12378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12379         (audio_convert_get_unit_size):
12380           plug some leaks
12381
12382 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * check/Makefile.am:
12385         * check/elements/audioconvert.c: (setup_audioconvert),
12386         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12387         (GST_START_TEST), (audioconvert_suite), (main):
12388           add a test for audioconvert
12389         * gst/audioresample/gstaudioresample.c:
12390         * gst/audioresample/gstaudioresample.h:
12391           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12392           note that for buffers of 1/3 sec this means DURATION(c) is 
12393           one nanosecond more than for a and b
12394
12395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12396
12397         * check/Makefile.am:
12398         * check/elements/audioresample.c: (setup_audioresample),
12399         (cleanup_audioresample), (fail_unless_perfect_stream),
12400         (test_perfect_stream_instance), (GST_START_TEST),
12401           add a check for audioresample
12402         (audioresample_suite), (main):
12403         * check/elements/volume.c: (GST_START_TEST):
12404           remove unused method
12405         * gst/audioresample/gstaudioresample.c:
12406           set correct buffer parameters since we're changing them
12407         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12408           add some debug
12409
12410 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12411
12412         * gst/audioresample/debug.c:
12413         * gst/audioresample/gstaudioresample.c:
12414           add room for extra overlap samples when asked to transform size
12415           protect against possible mem corruption and check for discrepancies
12416           between written size and outbuffer's size so we can warn for
12417           potential problems
12418         * gst/audioresample/resample.c: (resample_init),
12419         (resample_get_output_size_for_input), (resample_get_output_size),
12420         (resample_set_n_channels), (resample_set_format):
12421           set debug level based on RESAMPLE_DEBUG env var
12422           make sure that get_output_size* returns a whole number of
12423           sample_size
12424           set sample_size each time either channel or format is set
12425         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12426         * gst/audioresample/resample_functable.c:
12427         (resample_scale_functable):
12428         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12429           remove r->sample_size, it's done in resample.c now
12430           add some debugging to the ref implementation
12431           make sure we only give back bytes that are wholes of the sample
12432           size
12433
12434 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12435         * gst/playback/gstplaybasebin.c: (fill_buffer):
12436         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12437
12438 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12439
12440         * gst/volume/gstvolume.c:
12441           made set_caps function static
12442
12443 2005-08-24  Wim Taymans  <wim@fluendo.com>
12444
12445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12446         (gst_vorbisenc_change_state):
12447         Stop leaking taglists.
12448
12449 2005-08-24  Wim Taymans  <wim@fluendo.com>
12450
12451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12452         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12453         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12454         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12455         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12456         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12457         Parse seeking events better.
12458         Unref static caps.
12459         Generate correct newsegment events, fixes seeking in live oggs.
12460
12461         * ext/theora/theoradec.c: (theora_dec_src_query),
12462         (theora_dec_src_event), (theora_dec_src_getcaps),
12463         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12464         Use newsegment values to report correct play time.
12465
12466         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12467         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12468         * ext/vorbis/vorbisdec.h:
12469         Parse and use newsegment values to report correct play time.
12470
12471         * gst-libs/gst/audio/gstbaseaudiosink.c:
12472         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12473         Clear ringbuffer on flush.
12474         Use newsegment values to calculate playback time.
12475
12476         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12478         Basesink does newsegment calculations for us now.
12479
12480 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12481
12482         * check/Makefile.am:
12483         * configure.ac:
12484           add core's plugins to the mix so that playbin works
12485         * check/generic/states.c: (GST_START_TEST):
12486           set a 0 timeout on pipelines, so they don't force the next
12487           state change
12488         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12489         (gst_play_base_bin_change_state):
12490           remove the crappy error handling and do GST error handling
12491
12492 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12493
12494         * check/Makefile.am:
12495         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12496           add same test as to core, it bitches out on playbin atm.
12497
12498 2005-08-24  Wim Taymans  <wim@fluendo.com>
12499
12500         * configure.ac:
12501         Remove audioscale.
12502
12503 2005-08-24  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12506         (gst_videoscale_prepare_size), (parse_caps),
12507         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12508         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12509         (gst_videoscale_transform):
12510         * gst/videoscale/gstvideoscale.h:
12511         Refactor, make use of BaseTranform really well.
12512
12513 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * configure.ac:
12516           compile audioresample
12517         * gst/audioresample/Makefile.am:
12518         * gst/audioresample/buffer.c:
12519         * gst/audioresample/functable.c:
12520         * gst/audioresample/gstaudioresample.c:
12521         * gst/audioresample/gstaudioresample.h:
12522         * gst/audioresample/resample.c:
12523         (resample_get_output_size_for_input):
12524         * gst/audioresample/resample.h:
12525         * gst/audioresample/resample_chunk.c:
12526         * gst/audioresample/resample_functable.c:
12527         * gst/audioresample/resample_ref.c:
12528           port to use basetransform; doesn't work in all cases yet
12529
12530 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12531
12532         * gst/audioconvert/gstaudioconvert.c:
12533         (gst_audio_convert_class_init), (gst_audio_convert_init),
12534         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12535         (audio_convert_fixate_caps), (audio_convert_set_caps),
12536         (audio_convert_transform),
12537         (gst_audio_convert_buffer_to_default_format),
12538         (gst_audio_convert_buffer_from_default_format),
12539         (gst_audio_convert_channels):
12540         * gst/audioconvert/gstchannelmix.c:
12541         * gst/audioconvert/gstchannelmix.h:
12542           port to basetransform
12543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12544         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12545         (gst_ffmpegcsp_get_unit_size):
12546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12547         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12548           fix for basetransform changes
12549
12550 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12551
12552         * check/Makefile.am:
12553           Add CHECK_CFLAGS and LDFLAGS
12554
12555         * gst/playback/gstplaybasebin.c: (fill_buffer):
12556           GST_MESSAGE_SRC became a GObject
12557
12558 2005-08-24  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12561         (gst_ring_buffer_clear_all):
12562         * gst-libs/gst/audio/gstringbuffer.h:
12563         Added function to clear the ringbuffer.
12564
12565 2005-08-24  Andy Wingo  <wingo@pobox.com>
12566
12567         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12568         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12569         of _open and _close.
12570
12571         * sys/v4l/gstv4lxoverlay.h:
12572         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12573         an Xv connection here, instead of all the time. Make Xv only be
12574         loaded if you axe for it. Kindof a workaround for buggy behaviour
12575         of Xv when using remote xservers (XvQueryExtension would block).
12576         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12577         replace the _open and _close public API. Only start the xv
12578         connection if necessary.
12579         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12580
12581 2005-08-23  David Schleef  <ds@schleef.org>
12582
12583         * gst/audioresample/Makefile.am: Leet audioresampling code
12584         * gst/audioresample/buffer.c:
12585         * gst/audioresample/buffer.h:
12586         * gst/audioresample/debug.c:
12587         * gst/audioresample/debug.h:
12588         * gst/audioresample/functable.c:
12589         * gst/audioresample/functable.h:
12590         * gst/audioresample/gstaudioresample.c:
12591         * gst/audioresample/gstaudioresample.h:
12592         * gst/audioresample/resample.c:
12593         * gst/audioresample/resample.h:
12594         * gst/audioresample/resample_chunk.c:
12595         * gst/audioresample/resample_functable.c:
12596         * gst/audioresample/resample_ref.c:
12597
12598 2005-08-23  Wim Taymans  <wim@fluendo.com>
12599
12600         * examples/seeking/seek.c: (make_vorbis_pipeline),
12601         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12602         Small seek updates.
12603
12604 2005-08-23  Andy Wingo  <wingo@pobox.com>
12605
12606         * gst-libs/gst/audio/gstbaseaudiosrc.c
12607         (gst_base_audio_src_fixate): Only fixate endianness if it is
12608         present in the caps.
12609
12610 2005-08-22  Andy Wingo  <wingo@pobox.com>
12611
12612         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12613         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12614         device-name property.
12615
12616         * gst-libs/gst/audio/gstaudiosrc.h:
12617         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12618         close_device in the ring buffer, like gstaudiosink.
12619
12620         * ext/alsa/gstalsamixer.h:
12621         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12622         macro to implement the interface without much code. Cleanups. 
12623
12624         * ext/alsa/gstalsasrc.h:
12625         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12626         READY.
12627
12628         * ext/alsa/Makefile.am: Add new files.
12629         * ext/alsa/gstalsamixerelement.c: 
12630         * ext/alsa/gstalsamixerelement.c: Split element code out from
12631         mixer code so that alsasrc can be a mixer too.
12632
12633 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12636         (GST_START_TEST):
12637         * check/elements/vorbisdec.c: (setup_vorbisdec),
12638         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12639         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12640         (vorbis_handle_identification_packet),
12641         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12642         (vorbis_handle_header_packet), (vorbis_dec_push),
12643         (vorbis_dec_chain):
12644           use the setup/teardown methods to save code.  save code is good.
12645
12646 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * check/Makefile.am:
12649           add ext dir for plugins
12650           add vorbisdec test conditionally
12651         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12652         (GST_START_TEST), (volume_suite):
12653           add a test with wrong caps
12654         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12655         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12656           add a vorbisdec test
12657         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12658         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12659           clean up debug output
12660         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12661           yay, fix a segfault/security issue in vorbisdec
12662           gst-launch fakesrc ! vorbisdec wasn't happy
12663         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12664         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12665         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12666         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12667         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12668         (gst_vorbisenc_set_metadata), (get_constraints_string),
12669         (update_start_message), (gst_vorbisenc_setup),
12670         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12671         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12672         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12673         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12674         * ext/vorbis/vorbisenc.h:
12675           march in line
12676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12677         (gst_ffmpegcsp_transform):
12678           have the kow come home
12679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12680           debug my func ptr
12681         * gst/volume/gstvolume.c: (volume_set_caps):
12682           add a debug
12683
12684 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12685
12686         * Makefile.am:
12687         * check/.cvsignore:
12688         * check/Makefile.am:
12689         * check/elements/.cvsignore:
12690         * check/elements/volume.c: (chain_func), (event_func),
12691         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12692         (main):
12693         * configure.ac:
12694           add unit test structure for gst-plugins-base
12695           add a test for volume
12696         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12697         (gst_volume_set_volume), (gst_volume_get_volume),
12698         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12699         (volume_funcfind), (volume_process_float), (volume_process_int16),
12700         (volume_set_caps), (volume_transform), (volume_update_mute),
12701         (volume_update_volume), (volume_set_property),
12702         (volume_get_property):
12703           document a little; use basetransform vmethod _set_caps
12704
12705 2005-08-19  Andy Wingo  <wingo@pobox.com>
12706
12707         * ext/alsa/gstalsamixertrack.h:
12708         * ext/alsa/gstalsamixertrack.c:
12709         * ext/alsa/gstalsamixeroptions.h:
12710         * ext/alsa/gstalsamixeroptions.c:
12711         * ext/alsa/gstalsamixer.h:
12712         * ext/alsa/gstalsamixer.c: Port to 0.9.
12713
12714         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12715         Remove gstalsa.c and alsaclock. No more cruft here.
12716         
12717 2005-08-18  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12720         (gst_base_rtp_depayload_chain),
12721         (gst_base_rtp_depayload_add_to_queue),
12722         (gst_base_rtp_depayload_push),
12723         (gst_base_rtp_depayload_queue_release):
12724         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12725         Fix for RTPBuffer changes.
12726
12727         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12728         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12729         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12730         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12731         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12732         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12733         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12734         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12735         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12736         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12737         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12738         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12739         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12740         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12741         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12742         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12743         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12744         (gst_rtpbuffer_get_payload):
12745         * gst-libs/gst/rtp/gstrtpbuffer.h:
12746         Don't subclass GstBuffer but add methods and helper functions
12747         to construct and manipulate RTP packets in regular GstBuffers.
12748
12749 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12750
12751         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12752           moved statement below switch
12753         * gst/volume/gstvolume.c: (gst_volume_class_init):
12754           added debug ptr
12755
12756 2005-08-16  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12759         (gst_base_audio_src_change_state):
12760         Open and close device in READY<->NULL state change.
12761
12762 2005-08-16  Andy Wingo  <wingo@pobox.com>
12763
12764         * examples/seeking/Makefile.am: Don't compile non-compiling
12765         compiled objects with the compiler.
12766
12767         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12768         elements.
12769
12770 2005-08-12  Philippe Khalaf <burger@speedy.org>
12771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12773           Made a thread to release the queue.
12774           Removed timestamp conversion for now.
12775
12776 2005-08-10  Philippe Khalaf <burger@speedy.org>
12777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12779           Added rtp timestamp -> gst timestamp conversion.
12780           Fixed several problems with queue.
12781
12782 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst-libs/gst/audio/gstaudioclock.h:
12785         * gst-libs/gst/audio/gstaudiofilter.h:
12786         * gst-libs/gst/audio/gstaudiosink.h:
12787         * gst-libs/gst/audio/gstaudiosrc.h:
12788         * gst-libs/gst/audio/gstbaseaudiosink.h:
12789         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12790         * gst-libs/gst/audio/gstringbuffer.h:
12791         * gst-libs/gst/net/gstnetbuffer.h:
12792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12793         * gst-libs/gst/rtp/gstrtpbuffer.h:
12794           Add padding (you will need to rebuild gst-plugins-base,
12795           gst-plugins and all applications afterwards!)
12796
12797 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12800         (gst_riff_parse_chunk):
12801           Fix bug in debug message and add some more debug messages.
12802
12803 2005-08-08  Edward Hervey  <edward@fluendo.com>
12804
12805         * gst-libs/gst/riff/riff-media.c:
12806         backported updates since branch
12807
12808 2005-08-08  Andy Wingo  <wingo@pobox.com>
12809
12810         * gst-libs/gst/audio/gstbaseaudiosink.c
12811         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12812         like good elements should. Close on READY->NULL too.
12813
12814         * gst-libs/gst/audio/gstaudiosink.c
12815         (gst_audioringbuffer_open_device,
12816         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12817         (gst_audioringbuffer_release): Updates for new ring buffer API,
12818         hook into the new audio sink api.
12819
12820         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12821         (GstAudioSinkClass.close): Just open and close the device -- no
12822         resource allocation or configuration.
12823         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12824         vmethods, handle device setup and resource allocation.
12825
12826         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12827         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12828         base class API.
12829
12830         * gst-libs/gst/audio/gstringbuffer.h
12831         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12832         New vmethods.
12833
12834         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12835         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12836         New API functions. The device should be opened before acquiring
12837         and closed after releasing.
12838
12839 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         * gst-libs/gst/interfaces/mixer.h:
12842           Reset padding to GST_PADDING.
12843
12844 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12845
12846         * gst/playback/gstplaybin.c: (remove_sinks):
12847           Remove visualization from parent explicitely; works around some
12848           apparent refcount issue that I haven't tracked down yet.
12849
12850 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12851
12852         * ext/alsa/gstalsasink.c: (set_hwparams):
12853           Assign debug category, add negotiation debug msgs.
12854
12855 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12856
12857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12858           Fix error code for file-not-found to NOT_FOUND.
12859
12860 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12861
12862         * common/gtk-doc-plugins.mak:
12863         * docs/plugins/Makefile.am:
12864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12866           renamed to actual element names, so much nicer to look at
12867         * docs/plugins/tmpl/gstmultifdsink.sgml:
12868           remove
12869         * docs/plugins/tmpl/multifdsink.sgml:
12870         * docs/plugins/tmpl/tcpserversink.sgml:
12871           add
12872         * ext/alsa/gstalsa.c:
12873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12874         * ext/ogg/gstoggmux.c:
12875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12876         * gst/playback/gstdecodebin.c:
12877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12878         * gst/tcp/gsttcpserversink.c:
12879           various fixes and documentation additions
12880
12881 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12882
12883         * common/Makefile.am:
12884         * common/gstdoc-scangobj:
12885         * common/gtk-doc-plugins.mak:
12886         * common/gtk-doc.mak:
12887           add a custom scangobj that uses the registry
12888           add a custom gtk-doc-plugins.mak that uses it
12889           some doc build fixes
12890         * configure.ac:
12891         * docs/Makefile.am:
12892         * docs/plugins/Makefile.am:
12893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12895         * docs/plugins/gst-plugins-base-plugins.types:
12896         * docs/plugins/tmpl/gstmultifdsink.sgml:
12897           add docs for one element, multifdsink
12898         * gst/adder/gstadder.h:
12899         * gst/volume/gstvolume.h:
12900           don't privatize enum
12901         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12903         (gst_sync_method_get_type), (gst_client_status_get_type),
12904         (gst_multifdsink_class_init),
12905         (gst_multifdsink_client_queue_buffer),
12906         (gst_multifdsink_handle_client_write):
12907         * gst/tcp/gstmultifdsink.h:
12908         * gst/tcp/gsttcp.h:
12909         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12910         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12911         (gst_tcpclientsink_render):
12912         * gst/tcp/gsttcpclientsink.h:
12913         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12914         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12915         (gst_tcpclientsrc_start):
12916         * gst/tcp/gsttcpclientsrc.h:
12917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12918         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12919         * gst/tcp/gsttcpserversrc.h:
12920         * gst/typefind/gsttypefindfunctions.c:
12921           remove superfluous Type stuff
12922
12923 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12924
12925         * gst/playback/gstplaybin.c: (gen_video_element):
12926           Enable videoscale.
12927
12928 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12929
12930         * gst-libs/gst/gconf/gconf.c:
12931         * gst-libs/gst/gconf/gconf.h:
12932           Fix some Andy Problem [tm].
12933
12934 2005-08-04  Andy Wingo  <wingo@pobox.com>
12935
12936         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12938         (gst_ffmpegcsp_get_size): Adapt to API changes.
12939
12940         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12941         Implement an in-place do-nothing transform.
12942
12943 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12944
12945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12946         (gst_ximagesink_renegotiate_size):
12947           Do not set new window sizes yet if we prepare a new buffer size
12948           for upstream renegotiation (software scaling) at some point in the
12949           future, because this new size waqs not actually accepted yet. Once
12950           accepted, renegotiation later on will set the new sizes just fine.
12951           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12952           embedding testcase.
12953
12954 2005-08-03  Andy Wingo  <wingo@pobox.com>
12955
12956         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12957         (gst_ximagesink_buffer_alloc): 
12958         Protect the height, width, and desired_caps with the pool_lock.
12959         Fixes videotestsrc ! queue ! ximagesink.
12960
12961 2005-08-02  Edward Hervey  <edward@fluendo.com>
12962
12963         * gst/volume/gstvolume.c:
12964         include left from controller cleanup
12965
12966 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12968           Stop collectpads before calling the parent state
12969           change function on PAUSED->READY.
12970
12971 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12972         * configure.ac:
12973           When testing for X libs, use the X CFlags 
12974         * gst/adder/gstadder.c: (gst_adder_change_state):
12975           Stop the collectpads before calling parent state change function
12976           on PAUSED->READY, otherwise we deadlock deactivating pads.
12977
12978 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12979
12980         * configure.ac:
12981         * docs/libs/tmpl/gstcolorbalance.sgml:
12982         * docs/libs/tmpl/gstmixer.sgml:
12983         * examples/Makefile.am:
12984         * gst/sine/Makefile.am:
12985         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12986         (gst_sinesrc_set_property), (plugin_init):
12987         * gst/sine/gstsinesrc.h:
12988         * gst/volume/Makefile.am:
12989         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12990         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12991         (volume_process_float), (volume_process_int16),
12992         (volume_set_property), (plugin_init):
12993         * gst/volume/gstvolume.h:
12994           deactivate and remove dparams (libgstcontrol)
12995
12996 2005-07-29  Wim Taymans  <wim@fluendo.com>
12997
12998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12999         Convert me to BaseTransform!! help..
13000
13001 2005-07-29  Andy Wingo  <wingo@pobox.com>
13002
13003         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13004         sinks.
13005
13006         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13007         support of both endiannesses.
13008
13009 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13012           Fix confusing debug message (s/event/query/)
13013
13014 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * gst/videotestsrc/videotestsrc.h:
13017           Use "_stdint.h" instead of <stdint.h>
13018
13019 2005-07-27  Wim Taymans  <wim@fluendo.com>
13020
13021         * ext/vorbis/Makefile.am:
13022         Revert wrong commit.
13023
13024 2005-07-27  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13027         More compilation fixen.
13028
13029 2005-07-27  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst-libs/gst/audio/gstbaseaudiosink.c:
13032         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13033         (gst_base_audio_sink_create_ringbuffer),
13034         (gst_base_audio_sink_change_state):
13035         Fix compilation.
13036
13037 2005-07-27  Wim Taymans  <wim@fluendo.com>
13038
13039         * examples/seeking/seek.c: (setup_dynamic_link),
13040         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13041         (query_positions_elems), (query_positions_pads), (do_seek):
13042         Update seek example.
13043
13044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13045         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13046         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13047         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13048         (gst_ogg_demux_handle_event),
13049         (gst_ogg_demux_deactivate_current_chain),
13050         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13051         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13052         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13053         (gst_ogg_demux_loop):
13054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13055         * ext/theora/theoradec.c: (theora_dec_src_event),
13056         (theora_dec_src_getcaps), (theora_dec_sink_event),
13057         (theora_dec_push), (theora_dec_chain):
13058         * ext/vorbis/Makefile.am:
13059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13060         (vorbis_dec_sink_event), (vorbis_dec_push),
13061         (vorbis_handle_data_packet):
13062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13063         (gst_vorbisenc_chain):
13064         * gst/playback/gststreaminfo.c: (cb_probe):
13065         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13066         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13067         * gst/videoscale/gstvideoscale.c:
13068         (gst_videoscale_handle_src_event):
13069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13070         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13071         (gst_ximagesink_navigation_send_event):
13072         * sys/xvimage/xvimagesink.c:
13073         (gst_xvimagesink_navigation_send_event):
13074         Various event updates and cleanups
13075
13076 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13077
13078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13079           Fix segfault for I420/YV12.
13080
13081 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13082
13083         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13084           Report bitrate.
13085
13086 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13087
13088         * gst/playback/gstplaybin.c: (gen_video_element),
13089         (gen_audio_element):
13090           Switch to auto*sink elements as default sinks; add volume element
13091           so that volume control in totem works.
13092
13093 2005-07-21  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13096         * gst/playback/gstplaybin.c: (setup_sinks),
13097         (gst_play_bin_change_state):
13098         Refcount fix and more comments.
13099
13100 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13101
13102         * sys/ximage/Makefile.am:
13103         * sys/ximage/ximage.c: (plugin_init):
13104         * sys/ximage/ximagesink.c:
13105         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13106         
13107
13108 2005-07-21  Wim Taymans  <wim@fluendo.com>
13109
13110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13111         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13112         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13113         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13114         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13115         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13116         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13117         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13118         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13119         Generate correct disconts for live chained oggs.
13120
13121         * gst-libs/gst/audio/gstbaseaudiosink.c:
13122         (gst_base_audio_sink_render),
13123         (gst_base_audio_sink_create_ringbuffer),
13124         (gst_base_audio_sink_change_state):
13125         Handle discont math correctly.
13126
13127         * gst/playback/gstplaybin.c: (add_sink):
13128         Some small debug cleanup.
13129
13130 2005-07-21  Wim Taymans  <wim@fluendo.com>
13131
13132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13133         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13134         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13135         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13136         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13137         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13138         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13139         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13140         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13141         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13142         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13143         (gst_ogg_demux_change_state), (gst_ogg_print):
13144         Reorganize code to send the right disconts when in streaming
13145         mode.
13146
13147 2005-07-20  Andy Wingo  <wingo@pobox.com>
13148
13149         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13150         fix (?), fixes a seggie mcfalterson (#310894).
13151
13152 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13153
13154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13155         (gst_ogg_mux_set_header_on_caps):
13156         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13158         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13159         * gst-libs/gst/audio/multichannel.c:
13160         (gst_audio_set_channel_positions),
13161         (gst_audio_set_structure_channel_positions_list):
13162         * gst/playback/gstdecodebin.c: (dynamic_create):
13163         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13164         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13165           Fixes for API changes in core.
13166
13167 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13168
13169         * gst/playback/gstplaybasebin.c: (fill_buffer):
13170           Use _new_custom() so we can set custom message types for buffering
13171           messages.
13172
13173 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13174
13175         * configure.ac:
13176         * gst-libs/gst/Makefile.am:
13177         * gst-libs/gst/gconf/.cvsignore:
13178         * gst-libs/gst/gconf/Makefile.am:
13179         * gst-libs/gst/gconf/test-gconf.c:
13180         * pkgconfig/Makefile.am:
13181         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13182         * pkgconfig/gstreamer-gconf.pc.in:
13183           Remove gconf stuff, use gconf elements instead from now on.
13184
13185 2005-07-20  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst-libs/gst/audio/TODO:
13188         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13189         (gst_audio_clock_get_internal_time):
13190         * gst-libs/gst/audio/gstaudioclock.h:
13191         * gst-libs/gst/audio/gstbaseaudiosink.c:
13192         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13193         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13194         (gst_base_audio_sink_render),
13195         (gst_base_audio_sink_create_ringbuffer),
13196         (gst_base_audio_sink_change_state):
13197         Make sure the audio clock always returns an increasing value.
13198
13199 2005-07-19  Andy Wingo  <wingo@pobox.com>
13200
13201         * gst/videotestsrc/: Cleanups.
13202
13203 2005-07-19  Wim Taymans  <wim@fluendo.com>
13204
13205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13206         Better debugging.
13207
13208 2005-07-19  Wim Taymans  <wim@fluendo.com>
13209
13210         * examples/seeking/seek.c: (make_dv_pipeline),
13211         (make_vorbis_theora_pipeline), (query_rates),
13212         (query_positions_elems), (query_positions_pads), (do_seek):
13213         Make correct DV pipeline.
13214
13215 2005-07-18  Andy Wingo  <wingo@pobox.com>
13216
13217         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13218         default. Also because it's the only thing that really works. (This
13219         is used in the GConf elements).
13220         Use AS_LIBTOOL_TAGS.
13221
13222 2005-07-18  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst/playback/gstdecodebin.c: (remove_element_chain):
13225         * gst/playback/gstplaybin.c: (add_sink):
13226         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13227         (gst_stream_info_set_mute):
13228         * gst/playback/gststreamselector.c:
13229         (gst_stream_selector_get_linked_pad),
13230         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13231         More leak and compile fixes.
13232
13233 2005-07-18  Wim Taymans  <wim@fluendo.com>
13234
13235         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13236         (query_rates), (query_positions_elems), (query_positions_pads),
13237         (do_seek), (seek_cb), (stop_seek):
13238         Updated seek example. 
13239
13240         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13241         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13242         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13243         * gst/playback/gstplaybin.c: (add_sink):
13244         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13245         (gst_stream_info_set_mute):
13246         Some refcount leak fixes.
13247
13248 2005-07-16  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst-libs/gst/audio/gstbaseaudiosink.c:
13251         (gst_base_audio_sink_render):
13252         Align samples even if we have roundoff errors in the 
13253         timestamp conversion.
13254
13255 2005-07-16  Wim Taymans  <wim@fluendo.com>
13256
13257         * docs/libs/tmpl/gstringbuffer.sgml:
13258         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13259         (query_rates), (query_positions_elems), (query_positions_pads),
13260         (update_scale), (do_seek):
13261         Updated seek example.
13262
13263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13264         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13265         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13266         (gst_ogg_demux_loop):
13267         Push out correct discont values.
13268
13269         * ext/theora/theoradec.c: (theora_dec_src_convert),
13270         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13271         (theora_dec_sink_event), (theora_handle_type_packet),
13272         (theora_handle_header_packet), (theora_dec_push),
13273         (theora_handle_data_packet), (theora_dec_chain),
13274         (theora_dec_change_state):
13275         Better timestamping.
13276
13277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13278         (vorbis_dec_sink_event), (vorbis_dec_push),
13279         (vorbis_handle_data_packet), (vorbis_dec_chain):
13280         * ext/vorbis/vorbisdec.h:
13281         Better timestamping.
13282
13283         * gst-libs/gst/audio/gstbaseaudiosink.c:
13284         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13285         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13286         Handle syncing on timestamps instead of sample offsets. Make
13287         use of DISCONT values as described in design docs.
13288
13289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13290         (gst_base_audio_src_get_time):
13291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13292         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13293         (gst_ring_buffer_read):
13294         * gst-libs/gst/audio/gstringbuffer.h:
13295         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13296         (gst_ximagesink_show_frame):
13297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13298         Correcly convert buffer timestamp to stream time.
13299
13300 2005-07-16  Wim Taymans  <wim@fluendo.com>
13301
13302         * gst/audioconvert/gstaudioconvert.c:
13303         (gst_audio_convert_get_buffer):
13304         Timestamp buffers correctly.
13305
13306         * gst/playback/gstplaybin.c: (gen_video_element):
13307         Make internal fakesink silent.
13308
13309 2005-07-15  Wim Taymans  <wim@fluendo.com>
13310
13311         * gst/ffmpegcolorspace/Makefile.am:
13312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13313         (gst_ffmpegcsp_caps_remove_format_info),
13314         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13315         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13316         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13317         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13318         Ported ffmpegcolorspace to basetransform.
13319
13320         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13321         * gst/volume/gstvolume.c: (volume_transform):
13322         Ported to new API.
13323
13324 2005-07-14  Wim Taymans  <wim@fluendo.com>
13325
13326         * gst/videotestsrc/Makefile.am:
13327         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13328         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13329         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13330         (gst_videotestsrc_init), (gst_videotestsrc_event),
13331         (gst_videotestsrc_create), (gst_videotestsrc_start),
13332         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13333         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13334         (gst_videotestsrc_get_property):
13335         * gst/videotestsrc/gstvideotestsrc.h:
13336         Make videotestsrc a pushsrc.
13337
13338 2005-07-14  Wim Taymans  <wim@fluendo.com>
13339
13340         * gst/tcp/gstfdset.c: (gst_fdset_free):
13341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13342         (gst_multifdsink_add), (gst_multifdsink_remove),
13343         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13344         (gst_multifdsink_remove_client_link),
13345         (gst_multifdsink_client_queue_data),
13346         (gst_multifdsink_client_queue_caps),
13347         (gst_multifdsink_client_queue_buffer),
13348         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13349         (gst_multifdsink_stop):
13350         * gst/tcp/gstmultifdsink.h:
13351         0.8 backporting.
13352
13353         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13354         Also draw image when not from a pool.
13355
13356 2005-07-14  Wim Taymans  <wim@fluendo.com>
13357
13358         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13359         (mute_stream), (silence_stream):
13360         Small debug additions.
13361
13362 2005-07-14  Wim Taymans  <wim@fluendo.com>
13363
13364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13365         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13366         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13367         Better error recovery, ignore unconnected pads and
13368         non-fatal errors.
13369
13370 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * docs/libs/tmpl/gstaudio.sgml:
13373         * docs/libs/tmpl/gstcolorbalance.sgml:
13374         * docs/libs/tmpl/gstgconf.sgml:
13375         * docs/libs/tmpl/gstmixer.sgml:
13376         * docs/libs/tmpl/gstringbuffer.sgml:
13377         * docs/libs/tmpl/gsttuner.sgml:
13378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13380         (gst_tcpclientsrc_class_init):
13381         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13382         (gst_tcpserversrc_class_init):
13383         * sys/v4l/gstv4lelement.c:
13384           more autistic cleanliness in functions/names/defines
13385
13386 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13387
13388         * configure.ac:
13389           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13390           added manually to each Makefile.am so we are sure it goes
13391           *last* and doesn't add -L flags before linking in libs of our
13392           own, like, say, internal .la libs, that then accidentally pick
13393           up the installed copy.
13394         * docs/libs/Makefile.am:
13395         * ext/alsa/Makefile.am:
13396         * ext/cdparanoia/Makefile.am:
13397         * ext/gnomevfs/Makefile.am:
13398         * ext/libvisual/Makefile.am:
13399         * ext/ogg/Makefile.am:
13400         * ext/theora/Makefile.am:
13401         * ext/vorbis/Makefile.am:
13402         * gst-libs/gst/video/Makefile.am:
13403         * gst/adder/Makefile.am:
13404         * gst/audioconvert/Makefile.am:
13405         * gst/audiorate/Makefile.am:
13406         * gst/audioscale/Makefile.am:
13407         * gst/ffmpegcolorspace/Makefile.am:
13408         * gst/playback/Makefile.am:
13409         * gst/sine/Makefile.am:
13410         * gst/subparse/Makefile.am:
13411         * gst/tags/Makefile.am:
13412         * gst/tcp/Makefile.am:
13413         * gst/typefind/Makefile.am:
13414         * gst/videorate/Makefile.am:
13415         * gst/videoscale/Makefile.am:
13416         * gst/videotestsrc/Makefile.am:
13417         * gst/volume/Makefile.am:
13418         * sys/v4l/Makefile.am:
13419         * sys/ximage/Makefile.am:
13420         * sys/xvimage/Makefile.am:
13421           adapt properly to this change. This should make sure that
13422           plugins and libs properly link to the as-yet-uninstalled
13423           copies of stuff like libgstinterfaces and libgstvideo
13424
13425 2005-07-13  Andy Wingo  <wingo@pobox.com>
13426
13427         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13428         (gst_v4lsrc_fixate): Fixate on format as well.
13429
13430         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13431         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13432         buffer points to it.
13433         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13434         rather just doing X calls ourselves. Also fixes a memleak.
13435
13436 2005-07-12  Andy Wingo  <wingo@pobox.com>
13437
13438         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13439         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13440         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13441         TRUE to avoid deadlocks if an element holds on to our buffers.
13442
13443 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13444
13445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13446         (gst_sinesrc_init), (gst_sinesrc_create),
13447         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13448         (gst_sinesrc_start):
13449         * gst/sine/gstsinesrc.h:
13450           removing num-buffers property before moving it
13451
13452 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13453
13454         * configure.ac:
13455           use overridable ERROR_CFLAGS
13456         * docs/libs/gst-plugins-base-libs.types:
13457         * docs/libs/tmpl/gstringbuffer.sgml:
13458         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13459         (gst_alsasink_class_init):
13460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13461         (gst_alsasrc_class_init):
13462         * gst-libs/gst/audio/audio.h:
13463         * gst-libs/gst/audio/gstaudioclock.h:
13464         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13465         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13466         (gst_audio_filter_link), (gst_audio_filter_init),
13467         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13468         (gst_audio_filter_get_property),
13469         (gst_audio_filter_class_add_pad_templates):
13470         * gst-libs/gst/audio/gstaudiofilter.h:
13471         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13472         (gst_audio_filter_template_get_type),
13473         (gst_audio_filter_template_base_init),
13474         (gst_audio_filter_template_class_init),
13475         (gst_audio_filter_template_init),
13476         (gst_audio_filter_template_set_property),
13477         (gst_audio_filter_template_get_property), (plugin_init),
13478         (gst_audio_filter_template_setup),
13479         (gst_audio_filter_template_filter),
13480         (gst_audio_filter_template_filter_inplace):
13481         * gst-libs/gst/audio/gstaudiosink.c:
13482         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13483         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13484         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13485         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13486         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13487         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13488         * gst-libs/gst/audio/gstaudiosink.h:
13489         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13490         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13491         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13492         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13493         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13494         (gst_audio_src_class_init), (gst_audio_src_init),
13495         (gst_audio_src_create_ringbuffer):
13496         * gst-libs/gst/audio/gstaudiosrc.h:
13497         * gst-libs/gst/audio/gstbaseaudiosink.c:
13498         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13499         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13500         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13501         (gst_base_audio_sink_set_property),
13502         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13503         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13504         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13505         (gst_base_audio_sink_create_ringbuffer),
13506         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13507         * gst-libs/gst/audio/gstbaseaudiosink.h:
13508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13509         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13510         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13511         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13512         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13513         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13514         (gst_base_audio_src_event), (gst_base_audio_src_create),
13515         (gst_base_audio_src_create_ringbuffer),
13516         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13517         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13519         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13520         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13521         (gst_ring_buffer_debug_spec_caps),
13522         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13523         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13524         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13525         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13526         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13527         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13528         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13529         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13530         (gst_ring_buffer_clear):
13531         * gst-libs/gst/audio/gstringbuffer.h:
13532         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13533         (gst_video_sink_class_init), (gst_video_sink_get_type):
13534         * gst-libs/gst/video/videosink.h:
13535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13536         (gst_multifdsink_class_init),
13537         (gst_multifdsink_handle_client_write),
13538         (gst_multifdsink_change_state):
13539         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13540         (gst_tcpclientsink_setcaps):
13541         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13542         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13543         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13544         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13545         (gst_ximagesink_send_pending_navigation),
13546         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13547         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13549         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13550         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13551         (gst_xvimagesink_send_pending_navigation),
13552         (gst_xvimagesink_navigation_send_event),
13553         (gst_xvimagesink_set_xwindow_id),
13554         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13555         (gst_xvimagesink_get_type):
13556         more macro splitting
13557
13558 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13559
13560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13561           plug a memleak, allows me to import 1479 albums in one go
13562           in jamboree
13563         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13564         (vorbis_handle_type_packet), (vorbis_dec_chain),
13565         (vorbis_dec_change_state):
13566           fix some format strings
13567
13568 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13569
13570         * docs/libs/tmpl/gstcolorbalance.sgml:
13571         * docs/libs/tmpl/gstmixer.sgml:
13572         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13573         (gst_alsasink_set_property), (gst_alsasink_get_property):
13574         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13575         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13576           add device property
13577
13578 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13579
13580         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13582         (audiocast_register_listener), (audiocast_thread_run),
13583         (gst_gnomevfssrc_send_additional_headers_callback),
13584         (gst_gnomevfssrc_received_headers_callback),
13585         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13586         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13587         (gst_gnomevfssrc_get_size):
13588           add/clean up debugging
13589         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13590           cleanups
13591
13592 2005-07-07  Andy Wingo  <wingo@pobox.com>
13593
13594         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13595         framerate. Need to get a handle on when exactly this function is
13596         called, tho.
13597
13598         * sys/v4l/v4lsrc_calls.h:
13599         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13600         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13601         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13602
13603         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13604         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13605         v4lelements are sources.
13606
13607         * sys/v4l/gstv4lxoverlay.h:
13608         * sys/v4l/gstv4lxoverlay.c:
13609         * sys/v4l/gstv4ltuner.h:
13610         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13611         
13612         * sys/v4l/gstv4lsrc.h:
13613         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13614         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13615         or something should handle that. Made a live source.
13616
13617         * sys/v4l/gstv4lelement.h:
13618         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13619         signals. Some cleanups.
13620
13621         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13622
13623         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13624         stuff.
13625
13626         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13627         stuff.
13628
13629         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13630
13631 2005-07-07  Wim Taymans  <wim@fluendo.com>
13632
13633         * ext/theora/theoradec.c: (theora_get_query_types),
13634         (theora_dec_src_getcaps), (theora_dec_push):
13635         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13637         Remove deprecated/unused query types.
13638
13639 2005-07-06  Wim Taymans  <wim@fluendo.com>
13640
13641         * ext/alsa/Makefile.am:
13642         * ext/alsa/gstalsaplugin.c: (plugin_init):
13643         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13645         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13646         (gst_alsasrc_class_init), (gst_alsasrc_init),
13647         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13648         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13649         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13650         (gst_alsasrc_reset):
13651         * ext/alsa/gstalsasrc.h:
13652         * gst-libs/gst/audio/Makefile.am:
13653         * gst-libs/gst/audio/gstaudiosink.c:
13654         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13655         (gst_audioringbuffer_start):
13656         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13657         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13658         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13659         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13660         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13661         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13662         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13663         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13664         * gst-libs/gst/audio/gstaudiosrc.h:
13665         * gst-libs/gst/audio/gstbaseaudiosink.c:
13666         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13667         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13668         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13669         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13670         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13671         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13672         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13673         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13674         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13675         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13676         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13677         (gst_baseaudiosrc_change_state):
13678         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13679         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13680         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13681         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13682         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13683         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13684         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13685         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13686         * gst-libs/gst/audio/gstringbuffer.h:
13687         Added audiosource base classes.
13688         Ported alsasrc, still very basic.
13689
13690 2005-07-06  Wim Taymans  <wim@fluendo.com>
13691
13692         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13693         (theora_dec_push), (theora_handle_data_packet):
13694         Prepare for better timestamp fix later.
13695
13696         * gst/audioconvert/gstaudioconvert.c:
13697         List most accurate caps first
13698
13699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13700         Use proper pad task function.
13701
13702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13703         (gst_xvimagesink_show_frame):
13704         Fix deadlock when alloc failed.
13705
13706 2005-07-05  Andy Wingo  <wingo@pobox.com>
13707
13708         * ext/gnomevfs/gstgnomevfssrc.c:
13709         * gst/sine/gstsinesrc.c:
13710         * gst/tcp/gsttcpserversrc.c:
13711         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13712
13713         * sys/v4l/: Port from 0.8.
13714
13715         * Many files: Null if we got it....
13716
13717 2005-07-05  Andy Wingo  <wingo@pobox.com>
13718
13719         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13720         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13721         Signedness fixes.
13722
13723 2005-07-05  Wim Taymans  <wim@fluendo.com>
13724
13725         * configure.ac:
13726         * gst/tcp/Makefile.am:
13727         * gst/tcp/README:
13728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13729         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13730         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13731         (is_sync_frame), (gst_multifdsink_handle_client_write),
13732         (gst_multifdsink_render), (gst_multifdsink_start),
13733         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13734         * gst/tcp/gstmultifdsink.h:
13735         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13736         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13737         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13738         * gst/tcp/gsttcp.h:
13739         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13740         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13741         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13742         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13743         * gst/tcp/gsttcpclientsink.h:
13744         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13745         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13746         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13747         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13748         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13749         * gst/tcp/gsttcpclientsrc.h:
13750         * gst/tcp/gsttcpplugin.c: (plugin_init):
13751         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13752         * gst/tcp/gsttcpserversink.h:
13753         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13754         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13755         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13756         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13757         (gst_tcpserversrc_stop):
13758         * gst/tcp/gsttcpserversrc.h:
13759         * gst/tcp/gsttcpsink.c:
13760         * gst/tcp/gsttcpsink.h:
13761         * gst/tcp/gsttcpsrc.c:
13762         * gst/tcp/gsttcpsrc.h:
13763         Ported tcp plugins to 0.9. 
13764         
13765
13766 2005-07-05  Andy Wingo  <wingo@pobox.com>
13767
13768         * gst/playback/gstplaybasebin.c (fill_buffer):
13769         message_new_application fixen.
13770
13771         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13772         Style fix.
13773
13774 2005-07-04  Wim Taymans  <wim@fluendo.com>
13775
13776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13777         Set caps on output buffer.
13778
13779 2005-07-04  Andy Wingo  <wingo@pobox.com>
13780
13781         * ext/gnomevfs/gstgnomevfssrc.c
13782         (gst_gnomevfssrc_received_headers_callback) 
13783         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13784         hopefully.
13785
13786         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13787         No refcount leakage.
13788
13789         * configure.ac: Enable -Werror.
13790         
13791         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13792         * gst/audioconvert/bufferframesconvert.c
13793         (buffer_frames_convert_fixate):
13794         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13795         (gst_audio_convert_fixate):
13796         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13797         (gst_sinesrc_create): Fixate func changes.
13798         
13799         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13800         (gst_ximagesink_buffer_alloc): Unused var.
13801
13802 2005-07-01  Andy Wingo  <wingo@pobox.com>
13803
13804         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13805         getcaps to do explicit caps. Needs to be done in all decoders,
13806         possibly via a base class.
13807
13808         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13809
13810         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13811         caps on the sink pad, just rely on the pad template. Also, setting
13812         ANY caps on a pad is not valid because the caps are not fixed.
13813
13814         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13815         caps on the buffer, and get the width from the desired_caps if
13816         they're set.
13817         (gst_ximagesink_renegotiate_size): Implement via setting the
13818         desired_caps on the ximagesink.
13819         (gst_ximagesink_setcaps): Only reset the width of the player if it
13820         wasn't already set. Not sure if this is right.
13821         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13822
13823         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13824         that the user wants. NULL unless the window has been resized.
13825
13826         * gst/volume/gstvolume.c (volume_transform): Adapt to
13827         basetransform refcount changes.
13828         
13829 2005-07-01  Andy Wingo  <wingo@pobox.com>
13830
13831         * gst/videoscale/gstvideoscale.c:
13832         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13833         from BaseTransform, implements a transform_caps. Removed dead code
13834         including some PAR stuff that was never reached -- should probably
13835         be added back somehow.
13836
13837 2005-07-01  Andy Wingo  <wingo@pobox.com>
13838
13839         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13840         come later.
13841
13842 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13843
13844         * configure.ac:
13845         * docs/libs/Makefile.am:
13846         * docs/libs/gst-plugins-libs.types:
13847         * ext/alsa/Makefile.am:
13848         * ext/alsa/gstalsamixer.h:
13849         * ext/alsa/gstalsamixeroptions.h:
13850         * ext/alsa/gstalsamixertrack.h:
13851         * gst-libs/gst/Makefile.am:
13852         * gst-libs/gst/colorbalance/.cvsignore:
13853         * gst-libs/gst/colorbalance/Makefile.am:
13854         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13855         * gst-libs/gst/colorbalance/colorbalance.c:
13856         * gst-libs/gst/colorbalance/colorbalance.h:
13857         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13858         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13859         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13860         * gst-libs/gst/interfaces/Makefile.am:
13861         * gst-libs/gst/interfaces/colorbalance.c:
13862         (gst_color_balance_class_init):
13863         * gst-libs/gst/interfaces/colorbalance.h:
13864         * gst-libs/gst/interfaces/interfaces-marshal.list:
13865         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13866         * gst-libs/gst/interfaces/mixer.h:
13867         * gst-libs/gst/interfaces/mixeroptions.h:
13868         * gst-libs/gst/interfaces/navigation.c:
13869         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13870         * gst-libs/gst/interfaces/tuner.h:
13871         * gst/volume/Makefile.am:
13872         * gst/volume/gstvolume.c:
13873         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13874         * sys/ximage/Makefile.am:
13875         * sys/ximage/ximagesink.c:
13876         * sys/xvimage/Makefile.am:
13877         * sys/xvimage/xvimagesink.c:
13878           fold in all interfaces into an interfaces dir, preserving CVS
13879           history
13880
13881 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13882
13883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13884           Fix build after riff changes.
13885
13886 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13887
13888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13889         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13890         (gst_riff_create_video_template_caps),
13891         (gst_riff_create_audio_template_caps),
13892         (gst_riff_create_iavs_template_caps):
13893         * gst-libs/gst/riff/riff-media.h:
13894         * gst-libs/gst/riff/riff-read.h:
13895         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13896           Add gst_riff_init() to initialize the debug category, instead
13897           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13898
13899 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13900
13901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13902           Oops, I shouldn't apply hacks.
13903
13904 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13905
13906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13907           Remove pad_loop function which doesn't work.
13908
13909 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13910
13911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13912           Send EOS when deactivating.
13913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13914         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13915         (gen_preroll_element), (probe_triggered), (mute_stream),
13916         (silence_stream), (new_decoded_pad), (setup_substreams),
13917         (set_active_source):
13918         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13919         (remove_sinks), (add_sink):
13920         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13921           Change for new probe API.
13922
13923 2005-06-29  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13926         * gst-libs/gst/audio/gstbaseaudiosink.c:
13927         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13928         (gst_baseaudiosink_change_state):
13929         * gst-libs/gst/audio/gstbaseaudiosink.h:
13930         * gst-libs/gst/audio/gstringbuffer.c:
13931         (gst_ringbuffer_set_callback):
13932         Fix compilation error.
13933         Ringbuffer starts out as not running.
13934         Free our clock in dispose.
13935         When releasing the ringbuffer we need to renegotiate so
13936         clear the pad caps.
13937
13938 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13939
13940         * autogen.sh:
13941         * configure.ac:
13942         * docs/Makefile.am:
13943         * docs/libs/Makefile.am:
13944         * docs/libs/gst-plugins-libs-docs.sgml:
13945         * docs/libs/gst-plugins-libs-sections.txt:
13946         * docs/libs/gst-plugins-libs.types:
13947         * docs/libs/tmpl/gstaudio.sgml:
13948         * docs/libs/tmpl/gstcolorbalance.sgml:
13949         * docs/libs/tmpl/gstringbuffer.sgml:
13950         * gst-libs/gst/audio/gstringbuffer.c:
13951         (gst_ringbuffer_set_callback):
13952           reinstate gtk-doc docs for plugin libs
13953
13954 2005-06-28  Wim Taymans  <wim@fluendo.com>
13955
13956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13957         (gst_ogg_demux_init):
13958         Removed pad loop function.
13959
13960 2005-06-28  Wim Taymans  <wim@fluendo.com>
13961
13962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13963         If we're building a chain we are not in an error case
13964         when we queue a buffer.
13965
13966 2005-06-28  Andy Wingo  <wingo@pobox.com>
13967
13968         * *.c: Don't cast to GstObject before reffing/unreffing.
13969
13970 2005-06-27  Andy Wingo  <wingo@pobox.com>
13971
13972         * gst/videotestsrc/gstvideotestsrc.c
13973         (gst_videotestsrc_activate_push): Activation API changes.
13974
13975         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13976         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13977         they have refs on the decodebin.
13978
13979         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13980         parent class.
13981         (gst_ogg_pad_typefind): Don't leak a pad ref.
13982         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13983         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13984         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13985
13986 2005-06-27  Edward Hervey  <edward@fluendo.com>
13987
13988         * ext/theora/theoradec.c: (theora_dec_change_state): 
13989         re-arranged call to parent's state change in order to avoid locks (or
13990         worse).
13991
13992 2005-06-26  Edward Hervey  <edward@fluendo.com>
13993
13994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13995         2nd argument of 'unknow-type' signal is a GstCaps and not a
13996         GstMiniObject
13997
13998 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13999         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14000           Set the worker thread's running flag to TRUE before starting the
14001           thread.
14002         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14003           Catch a failure to add typefind to the bin.
14004
14005 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14006
14007         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14008         (gst_sinesrc_init), (gst_sinesrc_create),
14009         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14010         (gst_sinesrc_start):
14011         * gst/sine/gstsinesrc.h:
14012           add num-buffers and timestamp-offset properties
14013         * gst/videotestsrc/gstvideotestsrc.c:
14014         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14015         (gst_videotestsrc_get_property):
14016           add timestamp-offset property
14017
14018 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14019
14020         * configure.ac: add videorate
14021         * gst-plugins-base.spec.in: add videorate
14022
14023 2005-06-23  Wim Taymans  <wim@fluendo.com>
14024
14025         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14026         (gst_videorate_getcaps), (gst_videorate_setcaps),
14027         (gst_videorate_event), (gst_videorate_chain):
14028         Fixed videorate, fixating an already fixated caps is not
14029         an error.
14030
14031 2005-06-23  Wim Taymans  <wim@fluendo.com>
14032
14033         * ext/ogg/README:
14034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14035         Buffer on caps is not boxed anymore.
14036
14037 2005-06-22  Wim Taymans  <wim@fluendo.com>
14038
14039         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14041         Set buffers on caps as miniobjects and not as boxed.
14042
14043 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         * configure.ac:
14046           back to HEAD
14047
14048 === release 0.9.1 ===
14049
14050 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14051
14052         * .cvsignore:
14053         * NEWS:
14054         * README:
14055         * RELEASE:
14056         * configure.ac:
14057         * po/af.po:
14058         * po/az.po:
14059         * po/cs.po:
14060         * po/en_GB.po:
14061         * po/hu.po:
14062         * po/it.po:
14063         * po/nb.po:
14064         * po/nl.po:
14065         * po/or.po:
14066         * po/sq.po:
14067         * po/sr.po:
14068         * po/sv.po:
14069         * po/uk.po:
14070         * po/vi.po:
14071           updates for release
14072
14073 2005-06-09  Andy Wingo  <wingo@pobox.com>
14074
14075         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14076         
14077 2005-06-09  Andy Wingo  <wingo@pobox.com>
14078
14079         * configure.ac:
14080         * gst-libs/gst/Makefile.am:
14081         * gst-libs/gst/net/Makefile.am:
14082         Add gstnet to build.
14083
14084 2005-06-09  Andy Wingo  <wingo@pobox.com>
14085
14086         * gst-libs/gst/gconf/gconf.c:
14087         * gst/playback/test.c:
14088         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14089         fixes.
14090
14091         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14092
14093         * ext/theora/theoraenc.c (theora_enc_chain): 
14094         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14095
14096         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14097         RealPad.
14098
14099 2005-06-02  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst-libs/gst/net/Makefile.am:
14102         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14103         * pkgconfig/gstreamer-libs.pc.in:
14104         Added net stuff, version net lib.
14105
14106 2005-06-02  Wim Taymans  <wim@fluendo.com>
14107
14108         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14109         (query_rates), (query_positions_elems), (query_positions_pads),
14110         (do_seek):
14111         Updated seek example.
14112
14113 2005-06-02  Andy Wingo  <wingo@pobox.com>
14114
14115         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14116         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14117         list.
14118
14119         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14120         remove the typefind, the bin dispose will do it for us. When it's
14121         removed and unreffed, the signal handler will be disconnected,
14122         too.
14123         (unlinked): It's too difficult to disconnect from unlinked
14124         handlers, as they are on pads not elements. Just punt if the pads
14125         aren't grandkids of the bin.
14126
14127 2005-06-02  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/ogg/README:
14130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14131         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14133         * ext/theora/theoradec.c: (theora_dec_src_query),
14134         (theora_handle_data_packet):
14135         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14136         (theora_enc_chain):
14137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14138         (vorbis_handle_data_packet):
14139         * gst/audioconvert/bufferframesconvert.c:
14140         (buffer_frames_convert_chain):
14141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14142         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14143         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14144         (gst_ffmpegcsp_chain):
14145         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14146         (gst_videorate_getcaps), (gst_videorate_setcaps),
14147         (gst_videorate_event), (gst_videorate_chain):
14148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14149         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14150         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14151         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14152         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14153         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14154         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14155         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14156         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14157         Cleanups and buffer alloc.
14158
14159 2005-05-31  Wim Taymans  <wim@fluendo.com>
14160
14161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14162         Don't try to call the delay method when the device is not
14163         opened.
14164
14165 2005-05-31  Wim Taymans  <wim@fluendo.com>
14166
14167         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14168         Get actual segment size and buffer size after opening
14169         the device.
14170
14171 2005-05-30  Wim Taymans  <wim@fluendo.com>
14172
14173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14174         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14175         Also FLUSH upstream, makes the loop function exit faster.
14176         
14177         * ext/theora/theoradec.c: (theora_dec_src_query):
14178         Some more debug info in the query.
14179         
14180         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14181         (gst_ximagesink_setcaps):
14182         Release lock on par error, better error reporting.
14183
14184 2005-05-26  Wim Taymans  <wim@fluendo.com>
14185
14186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14188         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14189         Clear chains in READY
14190         Queue packets until the chain is activated.
14191
14192 2005-05-25  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst-libs/gst/audio/gstaudiosink.c:
14195         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14196         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14197         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14198         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14199         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14200         (gst_audiosink_create_ringbuffer):
14201         * gst-libs/gst/audio/gstbaseaudiosink.c:
14202         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14203         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14204         (gst_baseaudiosink_set_property), (build_linear_format),
14205         (debug_spec_caps), (debug_spec_buffer),
14206         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14207         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14208         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14209         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14211         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14212         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14213         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14214         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14215         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14216         (wait_segment), (gst_ringbuffer_commit),
14217         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14218         (gst_ringbuffer_clear):
14219         Various small cleanups.
14220
14221         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14222         (gst_audio_convert_change_state):
14223         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14224         No need to take the locks anymore.
14225
14226 2005-05-25  Wim Taymans  <wim@fluendo.com>
14227
14228         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14229         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14230         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14231         (type_found):
14232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14233         (group_destroy), (group_commit), (queue_overrun),
14234         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14235         (mute_stream), (new_decoded_pad), (setup_substreams),
14236         (setup_source), (mute_group_type), (set_active_source),
14237         (gst_play_base_bin_change_state):
14238         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14239         (gen_video_element), (gen_text_element), (gen_audio_element),
14240         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14241         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14242         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14243         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14244         Some playbin cleanups mostly refcounting sloppyness.
14245
14246 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14247
14248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14249           Work with streaming input.
14250
14251 2005-05-25  Wim Taymans  <wim@fluendo.com>
14252
14253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14254         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14255         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14256         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14257         No need to take the STREAM lock anymore.
14258
14259 2005-05-25  Wim Taymans  <wim@fluendo.com>
14260
14261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14262         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14263         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14264         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14265         (gst_ogg_demux_sink_activate):
14266         * ext/theora/theoradec.c: (theora_dec_src_event),
14267         (theora_handle_comment_packet), (theora_dec_chain),
14268         (theora_dec_change_state):
14269         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14270         (vorbis_handle_data_packet), (vorbis_dec_chain),
14271         (vorbis_dec_change_state):
14272         Remove STREAM locks as they are taken in core now.
14273         Never set bogus granulepos on vorbis/theora.
14274         Fix leaks in theoradec tag parsing.
14275
14276 2005-05-25  Wim Taymans  <wim@fluendo.com>
14277
14278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14279         Fix memleaks, GST_BUFFER_DATA() is not freed.
14280
14281 2005-05-25  Wim Taymans  <wim@fluendo.com>
14282
14283         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14284         Open non-blocking, set to blocking mode afterwards to avoid
14285         lockups when audio device is busy.
14286
14287 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14288
14289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14290           This can't be good.
14291
14292 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14293
14294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14295         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14296         (gst_audio_convert_setcaps):
14297           Implement instant setup switching.
14298
14299 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14300
14301         * gst/playback/gstplaybasebin.c: (probe_triggered):
14302           Fix missing unlock.
14303         * gst/playback/gstplaybin.c: (add_sink):
14304           First add, then link (otherwise pad link fails).
14305
14306 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14307
14308         * examples/Makefile.am:
14309         fix buildbot (make distcheck)
14310
14311 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14312
14313         * gst/playback/gstplaybin.c: (gen_vis_element):
14314           Remove some wrong code. Doesn't work yet.
14315
14316 2005-05-19  Wim Taymans  <wim@fluendo.com>
14317
14318         * gst-libs/gst/net/Makefile.am:
14319         * gst-libs/gst/net/README:
14320         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14321         (gst_netbuffer_class_init), (gst_netbuffer_init),
14322         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14323         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14324         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14325         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14326         * gst-libs/gst/net/gstnetbuffer.h:
14327         Added buffer subclass to store extra to/from addresses for
14328         network sources/sinks.
14329
14330 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14331
14332         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14333           Don't lock an unassigned variable.
14334
14335 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14336
14337         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14338           Increase buffer for video, decrease buffer for other media types.
14339         * gst/playback/gstplaybin.c: (gen_video_element),
14340         (gen_audio_element):
14341           Change names for debugging purposes.
14342
14343 2005-05-18  Wim Taymans  <wim@fluendo.com>
14344
14345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14346         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14347         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14348         (gst_ffmpegcsp_chain):
14349         Enable buffer alloc passthrough if the source and dest
14350         formats are the same.
14351
14352 2005-05-17  Wim Taymans  <wim@fluendo.com>
14353
14354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14355         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14356         (gst_ogg_demux_chain_unlocked):
14357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14358         (gst_audio_convert_caps_remove_format_info),
14359         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14360         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14362         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14363         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14364         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14365         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14366         (gst_ffmpegcsp_get_property):
14367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14368         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14369         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14370         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14371         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14372         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14373         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14374         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14375         Leak fixes in oggdemux.
14376         Some cleanups in audioconvert.
14377         Make passthrough work along with buffer_alloc etc.
14378         Make buffer_alloc and buffer recycling actually work in
14379         xvimagesink.
14380
14381 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14382
14383         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14384           make the compiler happy
14385
14386 2005-05-17  Wim Taymans  <wim@fluendo.com>
14387
14388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14389         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14390         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14391         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14392         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14393         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14394         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14395         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14396         (gst_xvimagesink_set_xwindow_id):
14397         * sys/xvimage/xvimagesink.h:
14398         Port xvimagesink to new MiniObject.
14399
14400 2005-05-17  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14403         (gst_audiofilter_chain):
14404         * gst-libs/gst/audio/gstaudiosink.c:
14405         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14406         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14407         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14408         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14409         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14410         (gst_audiosink_create_ringbuffer):
14411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14412         (gst_audio_convert_caps_remove_format_info),
14413         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14414         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14416         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14417         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14418         Fix passthrough in ffmpegcolorspace.
14419         Fix memset in audiosink on wrong memory.
14420
14421 2005-05-16  David Schleef  <ds@schleef.org>
14422
14423         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14424         to GstMiniObject.
14425
14426 2005-05-16  David Schleef  <ds@schleef.org>
14427
14428         Port from GstData to GstMiniObject.
14429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14431         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14432         (gst_ogg_mux_collected):
14433         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14434         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14435         (theora_handle_data_packet):
14436         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14437         (theora_set_header_on_caps), (theora_enc_chain):
14438         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14439         (vorbis_handle_comment_packet):
14440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14441         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14442         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14443         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14444         * gst/audioconvert/gstaudioconvert.c:
14445         (gst_audio_convert_get_buffer):
14446         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14447         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14448         (mute_stream), (silence_stream):
14449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14450         * gst/volume/gstvolume.c: (volume_transform):
14451         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14452         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14453         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14454         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14455         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14456         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14457         (gst_ximagesink_buffer_alloc):
14458         * sys/ximage/ximagesink.h:
14459
14460 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14461
14462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14463         (fill_buffer), (check_queue), (queue_threshold_reached),
14464         (queue_out_of_data):
14465         * gst/playback/gstplaybasebin.h:
14466           Post buffer-fullness on the bus.
14467
14468 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14469
14470         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14471         (try_to_link_1):
14472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14473         (group_commit), (probe_triggered), (setup_source),
14474         (gst_play_base_bin_change_state):
14475         * gst/playback/gstplaybasebin.h:
14476         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14477         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14478         (gst_play_bin_change_state):
14479           Move setup_output_pads into a virtual function, remove
14480           group-switch (no longer needed) and redirect (handled by bus
14481           now) signals.
14482
14483 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14484
14485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14486         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14487         (get_active_group), (get_building_group), (group_destroy),
14488         (group_commit), (check_queue), (queue_overrun),
14489         (queue_threshold_reached), (queue_out_of_data),
14490         (gen_preroll_element), (remove_groups), (unknown_type),
14491         (add_element_stream), (no_more_pads), (probe_triggered),
14492         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14493         (setup_substreams), (setup_source), (finish_source),
14494         (prepare_output), (muted_group_change_state),
14495         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14496         (gst_play_base_bin_change_state):
14497         * gst/playback/gstplaybasebin.h:
14498         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14499         (gst_play_bin_init), (gst_play_bin_set_property),
14500         (gen_video_element), (gen_text_element), (gen_audio_element),
14501         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14502         (gst_play_bin_change_state):
14503         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14504         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14505         (stream_info_change_state), (gst_stream_info_set_mute),
14506         (gst_stream_info_get_property):
14507         * gst/playback/gststreaminfo.h:
14508         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14509         (gst_stream_selector_get_linked_pad),
14510         (gst_stream_selector_getcaps),
14511         (gst_stream_selector_get_linked_pads),
14512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14513         * gst/playback/gststreamselector.h:
14514           Rough port of playbin. Needs some more work, but is mostly done,
14515           and uses a few locks in important places, which should make stuff
14516           like chain-switches clean. Still uses GST_STATE() in a few places,
14517           which isn't all that good an idea, subtitles/elements disabled
14518           because no elements to test with and thus probably broken, query
14519           and event handling moved to GstBin, internal thread removed
14520           alltogether because the pipeline does that for us now. Can play
14521           Ogg/Vorbis files. Haven't tested anything else yet.
14522
14523 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14524
14525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14526           Do no-more-pads (needed for autoplugging).
14527
14528 2005-05-10  Andy Wingo  <wingo@pobox.com>
14529
14530         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14531         message to the bus with the tags. Still not sent downstream tho.
14532
14533         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14534         get_parent.
14535         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14536         avoid refcounting hassles.
14537
14538 2005-05-09  Andy Wingo  <wingo@pobox.com>
14539
14540         * gst/volume/Makefile.am:
14541         * gst/volume/demo.c
14542         * gst/volume/gstvolume.h
14543         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14544         basetransform. Probably need an audio filter base class.
14545
14546 2005-05-09  Wim Taymans  <wim@fluendo.com>
14547
14548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14549         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14550         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14551         (gst_vorbisenc_chain):
14552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14553         (gst_audio_convert_caps_remove_format_info),
14554         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14555         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14556         Make caps writable before writing to it.
14557         Fix negotiation in audioconvert some more.
14558
14559 2005-05-09  Wim Taymans  <wim@fluendo.com>
14560
14561         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14562         (gst_videorate_getcaps), (gst_videorate_setcaps),
14563         (gst_videorate_event), (gst_videorate_chain):
14564         Better negotiation.
14565
14566 2005-05-09  Wim Taymans  <wim@fluendo.com>
14567
14568         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14569         (gst_videorate_getcaps), (gst_videorate_setcaps),
14570         (gst_videorate_blank_data), (gst_videorate_init),
14571         (gst_videorate_event), (gst_videorate_chain),
14572         (gst_videorate_change_state):
14573         Port videorate, do a better job at negotiation while we're at
14574         it.
14575
14576 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14577
14578         * configure.ac:
14579           Disable libvisual
14580
14581         * examples/Makefile.am:
14582         * gst-libs/gst/audio/Makefile.am:
14583         * gst-libs/gst/riff/Makefile.am:
14584         * gst-libs/gst/tag/Makefile.am:
14585         * gst-libs/gst/video/Makefile.am:
14586           Fixups for missing variables.
14587
14588 2005-05-09  Wim Taymans  <wim@fluendo.com>
14589
14590         * examples/seeking/seek.c: (make_theora_pipeline),
14591         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14592         (query_rates), (query_positions_elems), (query_positions_pads),
14593         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14595         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14596         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14597         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14598         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14600         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14601         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14602         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14603         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14604         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14605         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14606         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14607         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14608         (theora_dec_src_convert), (theora_dec_sink_convert),
14609         (theora_dec_src_query), (theora_dec_sink_query),
14610         (theora_dec_src_event), (theora_dec_sink_event),
14611         (theora_handle_comment_packet), (theora_handle_type_packet),
14612         (theora_handle_header_packet), (theora_handle_data_packet),
14613         (theora_dec_chain):
14614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14615         (vorbis_dec_convert), (vorbis_dec_src_query),
14616         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14617         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14618         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14619         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14621         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14622         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14624         (gst_play_bin_query):
14625         * gst/playback/test3.c: (update_scale):
14626         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14627         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14628         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14630         (gst_videotestsrc_src_query):
14631         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14632         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14633         (paint_hline_YUV9):
14634         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14635         Port to new query API.
14636         Updated seek.
14637         Cleanups in x[v]imagesink
14638
14639 2005-05-09  Andy Wingo  <wingo@pobox.com>
14640
14641         * ext/alsa/gstalsasink.h:
14642         * ext/gnomevfs/gstgnomevfssrc.c:
14643         (gst_gnomevfssrc_get_icy_metadata):
14644         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14645         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14646         * ext/theora/theoradec.c (theora_dec_src_query)
14647         (theora_dec_src_event, theora_dec_sink_event)
14648         (theora_handle_comment_packet, theora_handle_data_packet):
14649         * ext/theora/theoraenc.c (theora_enc_chain):
14650         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14651         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14652         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14653         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14654         (qt_type_find):
14655         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14656         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14657         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14658         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14659         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14660         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14661         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14662         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14663         (paint_setup_RGB565, paint_setup_xRGB1555):
14664         * gst/videotestsrc/videotestsrc.h:
14665         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14666         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14667         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14668         GCC4 fixes.
14669         
14670         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14671         gst_pad_query_position. Fixes oggdemux.
14672
14673 2005-05-08  David Schleef  <ds@schleef.org>
14674
14675         * configure.ac: Require liboil.
14676         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14677         a few more.
14678         * gst/videotestsrc/videotestsrc.c:
14679         * gst/videotestsrc/videotestsrc.h:
14680
14681 2005-05-06  Wim Taymans  <wim@fluendo.com>
14682
14683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14684         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14685         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14686         Well, unreffing a buffer right before pushing it is asking
14687         for trouble..
14688
14689 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14690
14691         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14692
14693 2005-05-06  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14696         (gst_audio_convert_caps_remove_format_info),
14697         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14698         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14700         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14701         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14702         * gst/sine/Makefile.am:
14703         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14704         (gst_sinesrc_class_init), (gst_sinesrc_init),
14705         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14706         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14707         (gst_sinesrc_update_freq):
14708         * gst/sine/gstsinesrc.h:
14709         * gst/tcp/gstmultifdsink.c:
14710         * sys/xvimage/xvimagesink.c:
14711         Fixed negotiation wrt _peer_get_caps()
14712         Some cleanups.
14713
14714
14715 2005-05-06  Wim Taymans  <wim@fluendo.com>
14716
14717         * gst-libs/gst/audio/gstaudiosink.c:
14718         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14719         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14720         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14721         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14722         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14723         (gst_audiosink_create_ringbuffer):
14724         * gst-libs/gst/audio/gstbaseaudiosink.c:
14725         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14726         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14727         (gst_baseaudiosink_set_property), (build_linear_format),
14728         (debug_spec_caps), (debug_spec_buffer),
14729         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14730         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14731         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14732         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14733         * gst-libs/gst/audio/gstbaseaudiosink.h:
14734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14735         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14736         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14737         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14738         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14739         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14740         (wait_segment), (gst_ringbuffer_commit),
14741         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14742         (gst_ringbuffer_clear):
14743         * gst-libs/gst/audio/gstringbuffer.h:
14744         Make the base audiosink return an error when there is no
14745         audiobuffer negotiated.
14746
14747 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14748
14749         * ext/Makefile.am:
14750         Disable cdparanoia until someone ports it!
14751
14752 2005-05-06  Wim Taymans  <wim@fluendo.com>
14753
14754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14755         (gst_ogg_demux_sink_activate):
14756         And revert after wingo's revert.. sigh..
14757
14758 2005-05-05  Andy Wingo  <wingo@pobox.com>
14759
14760         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14761         GObject.
14762         * configure.ac: Return audiorate and subparse from the ghetto.
14763         Re-enable -Wall -Werror.
14764         * gst/subparse/gstsubparse.c:
14765         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14766         or chain-based. Cleaned up a bit. Not tested.
14767         
14768 2005-05-05  Christian Schaller <christian@fluendo.com> 
14769
14770         * Makefile.am: remove stuff that is not building
14771         * configure.ac: remove stuff that is not building
14772         * examples/Makefile.am: remove stuff that is not building
14773         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14774         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14775         * sys/Makefile.am: remove stuff that is not building
14776         * testsuite/Makefile.am: remove stuff that is not building
14777
14778 2005-05-05  Andy Wingo  <wingo@pobox.com>
14779
14780         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14781         * gst-libs/gst/tag/gstvorbistag.c:
14782         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14783         * gst/adder/gstadder.h:
14784         * gst/audioconvert/gstchannelmix.c:
14785         (gst_audio_convert_fill_one_other):
14786         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14787         (gst_audiorate_init), (gst_audiorate_chain):
14788         * gst/playback/gstplaybasebin.c: (setup_source):
14789         * gst/playback/test3.c: (update_scale):
14790         Some GCC4 fixes
14791         
14792         * po/af.po:
14793         * po/az.po:
14794         * po/cs.po:
14795         * po/en_GB.po:
14796         * po/hu.po:
14797         * po/it.po:
14798         * po/nb.po:
14799         * po/nl.po:
14800         * po/or.po:
14801         * po/sq.po:
14802         * po/sr.po:
14803         * po/sv.po:
14804         * po/uk.po:
14805         * po/vi.po: Foo
14806
14807 2005-05-05  Wim Taymans  <wim@fluendo.com>
14808
14809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14810         (gst_audio_convert_caps_remove_format_info),
14811         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14812         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14813         * gst/videotestsrc/gstvideotestsrc.c:
14814         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14815         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14816         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14817         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14818         Don't ignore _push() return values.
14819         Make sure no processing is done when shutting down.
14820         Videotestsrc pad activation fix.
14821
14822 2005-05-05  Wim Taymans  <wim@fluendo.com>
14823
14824         * gst/adder/Makefile.am:
14825         * gst/adder/gstadder.c: (gst_adder_setcaps),
14826         (gst_adder_class_init), (gst_adder_init),
14827         (gst_adder_request_new_pad), (gst_adder_collected),
14828         (gst_adder_change_state):
14829         * gst/adder/gstadder.h:
14830         Ported adder as an example of a mixer element using
14831         collect pads. Needs more negotiation work.
14832
14833 2005-05-05  Wim Taymans  <wim@fluendo.com>
14834
14835         * ext/theora/theoradec.c: (_inc_granulepos),
14836         (theora_dec_src_event), (theora_dec_sink_event),
14837         (theora_handle_comment_packet), (theora_handle_type_packet),
14838         (theora_handle_header_packet), (theora_handle_data_packet),
14839         (theora_dec_chain):
14840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14841         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14842         (theora_push_buffer), (theora_push_packet),
14843         (theora_enc_sink_event), (theora_enc_chain),
14844         (theora_enc_change_state), (theora_enc_set_property),
14845         (theora_enc_get_property):
14846         Added stream lock to decoder so that we can serialize
14847         the discont event.
14848         More theoraenc porting, recover from errors, do clean
14849         shutdown.
14850
14851 2005-05-05  Wim Taymans  <wim@fluendo.com>
14852
14853         * ext/ogg/Makefile.am:
14854         * ext/ogg/README:
14855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14856         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14857         (gst_ogg_print):
14858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14859         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14860         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14861         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14862         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14863         (gst_ogg_mux_change_state):
14864         Ported ogg muxer.
14865
14866 2005-05-05  Wim Taymans  <wim@fluendo.com>
14867
14868         * docs/design-audiosinks.txt:
14869         * gst-libs/gst/audio/TODO:
14870         * gst-libs/gst/audio/gstaudiosink.c:
14871         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14872         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14873         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14874         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14875         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14876         (gst_audiosink_create_ringbuffer):
14877         * gst-libs/gst/audio/gstbaseaudiosink.c:
14878         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14879         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14880         (gst_baseaudiosink_set_property), (build_linear_format),
14881         (debug_spec_caps), (debug_spec_buffer),
14882         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14883         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14884         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14885         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14887         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14888         (gst_ringbuffer_release), (gst_ringbuffer_play),
14889         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14890         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14891         (gst_ringbuffer_set_sample), (wait_segment),
14892         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14893         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14894         More work on the audiosink, mostly debugging and a race in
14895         shutdown.
14896
14897 2005-04-28  Wim Taymans  <wim@fluendo.com>
14898
14899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14900         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14901         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14902         (vorbis_dec_src_query), (vorbis_dec_src_event),
14903         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14904         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14905         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14906         Don't crap out when seeking back to position 0.
14907
14908 2005-04-28  Wim Taymans  <wim@fluendo.com>
14909
14910         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14911         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14912         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14913         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14914         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14915         Make audio sink configurable, use alsasink as default.
14916
14917 2005-04-28  Wim Taymans  <wim@fluendo.com>
14918
14919         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14920         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14921         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14922         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14923         (vorbis_dec_change_state):
14924         * ext/vorbis/vorbisdec.h:
14925         Refactor, use STREAM_LOCK.
14926
14927 2005-04-28  Wim Taymans  <wim@fluendo.com>
14928
14929         * ext/theora/theoradec.c: (_inc_granulepos),
14930         (theora_dec_sink_event), (theora_handle_comment_packet),
14931         (theora_handle_type_packet), (theora_handle_header_packet),
14932         (theora_handle_data_packet), (theora_dec_chain),
14933         (theora_dec_change_state):
14934         Refactor a bit, use STREAM_LOCK.
14935
14936 2005-04-28  Wim Taymans  <wim@fluendo.com>
14937
14938         * ext/alsa/Makefile.am:
14939         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14940         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14941         (gst_alsa_link), (gst_alsa_close_audio):
14942         * ext/alsa/gstalsaplugin.c: (plugin_init):
14943         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14944         (gst_alsasink_dispose), (gst_alsasink_base_init),
14945         (gst_alsasink_class_init), (gst_alsasink_init),
14946         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14947         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14948         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14949         (gst_alsasink_reset):
14950         * ext/alsa/gstalsasink.h:
14951         Implement alsasink with simple open/write/close API. 
14952         Make alsa dir build by disabling compilation of code.
14953
14954 2005-04-28  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst-libs/gst/audio/Makefile.am:
14957         * gst-libs/gst/audio/audio.h:
14958         * gst-libs/gst/audio/audioclock.c:
14959         * gst-libs/gst/audio/audioclock.h:
14960         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14961         (gst_audio_clock_class_init), (gst_audio_clock_init),
14962         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14963         * gst-libs/gst/audio/gstaudioclock.h:
14964         * gst-libs/gst/audio/gstaudiosink.c:
14965         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14966         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14967         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14968         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14969         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14970         (gst_audiosink_create_ringbuffer):
14971         * gst-libs/gst/audio/gstbaseaudiosink.c:
14972         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14973         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14974         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14975         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14976         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14977         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14978         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14979         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14980         * gst-libs/gst/audio/gstbaseaudiosink.h:
14981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14982         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14983         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14984         (gst_ringbuffer_release), (gst_ringbuffer_play),
14985         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14986         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14987         (gst_ringbuffer_set_sample), (wait_segment),
14988         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14989         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14990         * gst-libs/gst/audio/gstringbuffer.h:
14991         Make ringbuffer faster and more simple by removing the locks
14992         in the playback thread.
14993         Add sample accurate playback based on buffer sample offsets.
14994         Make the baseaudiosink provide a clock.
14995         Parse caps in the base class.
14996         Correctly handle seeking, flushing and state changes.
14997
14998 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         * configure.ac:
15001         * gst/audioconvert/Makefile.am:
15002         * gst/audioscale/Makefile.am:
15003           Fix part of the build.  Come on guys, autogen didn't even work :)
15004
15005 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15006
15007         * configure.ac:
15008         * gst-libs/gst/Makefile.am:
15009         * gst-libs/gst/media-info/.cvsignore:
15010         * gst-libs/gst/media-info/Makefile.am:
15011         * gst-libs/gst/media-info/README:
15012         * gst-libs/gst/media-info/media-info-priv.c:
15013         * gst-libs/gst/media-info/media-info-priv.h:
15014         * gst-libs/gst/media-info/media-info-test.c:
15015         * gst-libs/gst/media-info/media-info.c:
15016         * gst-libs/gst/media-info/media-info.h:
15017         * gst-libs/gst/media-info/media-info.vcproj:
15018         * pkgconfig/Makefile.am:
15019         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15020         * pkgconfig/gstreamer-media-info.pc.in:
15021           Remove media-info, which is also successed by playbin (see Totem
15022           implementation).
15023
15024 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15025
15026         * configure.ac:
15027         * examples/Makefile.am:
15028         * examples/gstplay/.cvsignore:
15029         * examples/gstplay/Makefile.am:
15030         * examples/gstplay/player.c:
15031         * gst-libs/gst/Makefile.am:
15032         * gst-libs/gst/play/.cvsignore:
15033         * gst-libs/gst/play/Makefile.am:
15034         * gst-libs/gst/play/play.c:
15035         * gst-libs/gst/play/play.h:
15036         * gst-libs/gst/play/play.vcproj:
15037         * pkgconfig/Makefile.am:
15038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15039         * pkgconfig/gstreamer-play.pc.in:
15040           Remove libgstplay, playbin is now the official successor.
15041
15042 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15043
15044         * configure.ac:
15045         * gst-libs/gst/Makefile.am:
15046         * gst-libs/gst/xwindowlistener/Makefile.am:
15047         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15048         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15049           Remove deprecated xwindowlistener (I've moved xwindowlistening
15050           in the v4l/v4l2 plugins over to serverside).
15051
15052 2005-04-25  David Schleef  <ds@schleef.org>
15053
15054         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15055         to examples/dynparams.  Examples do not belong interspersed with
15056         source code.
15057         * examples/dynparams/demo-dparams.c:
15058         * gst/sine/Makefile.am:
15059         * gst/sine/demo-dparams.c:
15060
15061 2005-04-25  David Schleef  <ds@schleef.org>
15062
15063         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15064         * gst-libs/gst/audio/Makefile.am:
15065         * gst-libs/gst/riff/Makefile.am:
15066         * gst-libs/gst/tag/Makefile.am:
15067         * gst-libs/gst/video/Makefile.am:
15068         * gst-libs/gst/xwindowlistener/Makefile.am:
15069
15070         Convert to 0.9 API, seems to work:
15071         * sys/ximage/Makefile.am:
15072         * sys/ximage/ximagesink.c:
15073
15074 2005-04-24  David Schleef  <ds@schleef.org>
15075
15076         Link plugins against libraries:
15077         * ext/alsa/Makefile.am:
15078         * gst/tcp/Makefile.am:
15079
15080         Remove asm code that should be in liboil
15081         * gst/videoscale/Makefile.am:
15082         * gst/videoscale/videoscale_x86_asm.s:
15083
15084         gettext wants these checked in:
15085         * po/af.po:
15086         * po/az.po:
15087         * po/cs.po:
15088         * po/en_GB.po:
15089         * po/hu.po:
15090         * po/it.po:
15091         * po/nb.po:
15092         * po/nl.po:
15093         * po/or.po:
15094         * po/sq.po:
15095         * po/sr.po:
15096         * po/sv.po:
15097         * po/uk.po:
15098         * po/vi.po:
15099
15100 2005-04-24  David Schleef  <ds@schleef.org>
15101
15102         Convert gst_main() to g_main_loop_run()
15103         * gst/playback/decodetest.c: (main):
15104         * gst/playback/test2.c: (main):
15105         * gst/playback/test3.c: (main):
15106         * gst/playback/test4.c: (main):
15107
15108         Link plugins against libraries:
15109         * ext/libvisual/Makefile.am:
15110         * sys/xvimage/Makefile.am:
15111
15112 2005-04-24  David Schleef  <ds@schleef.org>
15113
15114         * configure.ac: Remove idct and resample libs
15115         * gst-libs/gst/Makefile.am: same
15116
15117         Remove usage of gst_library_load():
15118         * ext/alsa/gstalsaplugin.c: (plugin_init):
15119         * ext/libvisual/visual.c: (plugin_init):
15120         * ext/ogg/gstogg.c: (plugin_init):
15121         * ext/theora/theora.c: (plugin_init):
15122         * ext/vorbis/vorbis.c: (plugin_init):
15123         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15124         * gst/audioscale/gstaudioscale.c:
15125         * gst/adder/gstadder.c: (plugin_init):
15126         * gst/audioconvert/plugin.c: (plugin_init):
15127         * sys/ximage/ximagesink.c: (plugin_init):
15128         * sys/xvimage/xvimagesink.c: (plugin_init):
15129         * gst/tcp/gsttcpplugin.c: (plugin_init):
15130
15131         Link plugins against libraries:
15132         * ext/ogg/Makefile.am:
15133         * ext/theora/Makefile.am:
15134         * ext/vorbis/Makefile.am:
15135         * gst/audioconvert/Makefile.am:
15136
15137         Create proper libraries:
15138         * gst-libs/gst/riff/Makefile.am:
15139         * gst-libs/gst/audio/Makefile.am:
15140         * gst-libs/gst/video/Makefile.am:
15141
15142         Move resample library to audioscale plugin directory:
15143         * gst-libs/gst/resample/Makefile.am:
15144         * gst-libs/gst/resample/README:
15145         * gst-libs/gst/resample/dtof.c:
15146         * gst-libs/gst/resample/dtos.c:
15147         * gst-libs/gst/resample/functable.c:
15148         * gst-libs/gst/resample/private.h:
15149         * gst-libs/gst/resample/resample.c:
15150         * gst-libs/gst/resample/resample.h:
15151         * gst-libs/gst/resample/resample.vcproj:
15152         * gst-libs/gst/resample/test.c:
15153         * gst/audioscale/Makefile.am:
15154         * gst/audioscale/README:
15155         * gst/audioscale/dtof.c:
15156         * gst/audioscale/dtos.c:
15157         * gst/audioscale/functable.c:
15158         * gst/audioscale/private.h:
15159         * gst/audioscale/resample.c:
15160         * gst/audioscale/resample.h:
15161         * gst/audioscale/test.c:
15162
15163         Move tagedit library to gst-libs:
15164         * gst-libs/gst/tag/Makefile.am:
15165         * gst-libs/gst/tag/gstid3tag.c:
15166         * gst-libs/gst/tag/gsttagediting.c:
15167         * gst-libs/gst/tag/gsttageditingprivate.h:
15168         * gst-libs/gst/tag/gstvorbistag.c:
15169         * gst/tags/Makefile.am:
15170         * gst/tags/gstid3tag.c:
15171         * gst/tags/gstvorbistag.c:
15172
15173         Fix for core changes:
15174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15175         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15176         (gst_sinesrc_getrange):
15177
15178 2005-04-23  David Schleef  <ds@schleef.org>
15179
15180         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15181         in gst-plugins in a long time, and properly belongs in liboil.
15182         * gst-libs/gst/idct/Makefile.am:
15183         * gst-libs/gst/idct/README:
15184         * gst-libs/gst/idct/dct.h:
15185         * gst-libs/gst/idct/doieee:
15186         * gst-libs/gst/idct/fastintidct.c:
15187         * gst-libs/gst/idct/floatidct.c:
15188         * gst-libs/gst/idct/idct.c:
15189         * gst-libs/gst/idct/idct.h:
15190         * gst-libs/gst/idct/idtc.vcproj:
15191         * gst-libs/gst/idct/ieeetest.c:
15192         * gst-libs/gst/idct/intidct.c:
15193
15194 2005-04-20  Wim Taymans  <wim@fluendo.com>
15195
15196         * docs/design-audiosinks.txt:
15197         * gst-libs/gst/audio/Makefile.am:
15198         * gst-libs/gst/audio/TODO:
15199         * gst-libs/gst/audio/gstaudiosink.c:
15200         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15201         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15202         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15204         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15205         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15206         (gst_audiosink_class_init), (gst_audiosink_init),
15207         (gst_audiosink_create_ringbuffer):
15208         * gst-libs/gst/audio/gstaudiosink.h:
15209         * gst-libs/gst/audio/gstbaseaudiosink.c:
15210         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15211         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15212         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15213         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15214         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15215         (gst_baseaudiosink_create_ringbuffer),
15216         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15217         * gst-libs/gst/audio/gstbaseaudiosink.h:
15218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15219         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15220         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15221         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15222         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15223         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15224         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15225         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15226         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15227         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15228         * gst-libs/gst/audio/gstringbuffer.h:
15229         An attempt at a set of audio base classes together with some
15230         design docs.
15231
15232 2005-04-20  Wim Taymans  <wim@fluendo.com>
15233
15234         * gst/audioconvert/Makefile.am:
15235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15236         (gst_audio_convert_caps_remove_format_info),
15237         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15238         (gst_audio_convert_channels):
15239         Link against audio libs.
15240         Fix audio convert plugin.
15241
15242 2005-04-20  Wim Taymans  <wim@fluendo.com>
15243
15244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15245         (gst_ogg_demux_sink_activate):
15246         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15247         (theora_set_header_on_caps), (theora_enc_sink_event),
15248         (theora_enc_chain):
15249         Fix theora encoder.
15250
15251 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15252
15253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15254         * gst/playback/gstdecodebin.c: (find_compatibles):
15255           Work with staticpadtemplates in elementfactories.
15256
15257 2005-04-12  Wim Taymans  <wim@fluendo.com>
15258
15259         * gst/playback/README:
15260         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15261         (compare_ranks), (print_feature), (gst_decode_bin_init),
15262         (dynamic_create), (dynamic_free), (find_compatibles),
15263         (mimetype_is_raw), (close_pad_link), (got_redirect),
15264         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15265         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15266         (gst_decode_bin_change_state):
15267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15268         (gst_play_base_bin_init), (group_destroy), (group_commit),
15269         (check_queue), (queue_overrun), (queue_threshold_reached),
15270         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15271         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15272         (got_redirect), (setup_source), (play_base_eos),
15273         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15274         (gst_play_base_bin_remove_element):
15275         * gst/playback/gstplaybasebin.h:
15276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15277         (gst_play_bin_init), (gst_play_bin_dispose),
15278         (gst_play_bin_set_property), (gen_video_element),
15279         (gen_text_element), (gen_audio_element), (remove_sinks),
15280         (gst_play_bin_send_event):
15281         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15282         (stream_info_change_state), (gst_stream_info_set_mute):
15283         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15284         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15285         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15286         (gst_stream_selector_chain):
15287         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15288         (main):
15289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15290         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15291         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15292         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15293         Raw and crude port of decodebin. 
15294         Make playbin compile.
15295
15296 2005-04-06  Wim Taymans  <wim@fluendo.com>
15297
15298         * ext/gnomevfs/Makefile.am:
15299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15300         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15301         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15302         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15303         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15304         (gst_gnomevfssrc_stop):
15305         * ext/ogg/Makefile.am:
15306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15307         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15308         * ext/theora/Makefile.am:
15309         * ext/theora/theoradec.c: (_inc_granulepos),
15310         (theora_dec_sink_event), (theora_dec_chain):
15311         * ext/vorbis/Makefile.am:
15312         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15313         (vorbis_dec_sink_event), (vorbis_dec_chain):
15314         * gst-libs/gst/audio/Makefile.am:
15315         * sys/xvimage/Makefile.am:
15316         Make gnomevfssrc extend the source base class.
15317         Fix linking against libs in various plugins.
15318
15319 2005-04-06  Andy Wingo  <wingo@pobox.com>
15320
15321         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15322         GST_BASE_LIBS.
15323
15324         * configure.ac: Add check and AC_SUBST for libgstbase.
15325
15326 2005-03-31  Wim Taymans  <wim@fluendo.com>
15327
15328         * examples/seeking/Makefile.am:
15329         * examples/seeking/cdparanoia.c: (main):
15330         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15331         (play_cb), (pause_cb), (stop_cb), (main):
15332         * examples/seeking/playbin.c:
15333         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15334         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15335         (make_sid_pipeline), (make_vorbis_pipeline),
15336         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15337         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15338         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15339         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15340         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15341         (stop_cb), (main):
15342         * examples/seeking/spider_seek.c:
15343         * examples/seeking/vorbisfile.c:
15344         * ext/gnomevfs/Makefile.am:
15345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15347         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15348         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15349         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15350         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15351         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15352         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15353         * ext/ogg/README:
15354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15355         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15356         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15357         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15358         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15359         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15360         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15361         (gst_ogg_demux_factory_filter), (compare_ranks),
15362         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15363         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15364         (gst_ogg_chain_new), (gst_ogg_chain_free),
15365         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15366         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15367         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15368         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15369         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15370         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15371         (gst_ogg_demux_get_prev_page),
15372         (gst_ogg_demux_deactivate_current_chain),
15373         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15374         (gst_ogg_demux_bisect_forward_serialno),
15375         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15376         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15377         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15378         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15379         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15380         (gst_ogg_demux_change_state), (gst_ogg_print):
15381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15382         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15383         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15384         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15385         (gst_ogg_mux_loop):
15386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15387         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15388         (theora_dec_src_convert), (theora_dec_sink_convert),
15389         (theora_dec_src_query), (theora_dec_src_event),
15390         (theora_dec_sink_event), (theora_dec_chain),
15391         (theora_dec_change_state):
15392         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15393         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15394         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15395         (theora_enc_change_state):
15396         * ext/vorbis/Makefile.am:
15397         * ext/vorbis/oggvorbisenc.c:
15398         * ext/vorbis/oggvorbisenc.h:
15399         * ext/vorbis/vorbis.c: (plugin_init):
15400         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15401         (vorbis_dec_src_query), (vorbis_dec_src_event),
15402         (vorbis_dec_sink_event), (vorbis_dec_chain),
15403         (vorbis_dec_change_state):
15404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15405         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15406         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15407         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15408         (gst_vorbisenc_change_state):
15409         * ext/vorbis/vorbisenc.h:
15410         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15411         * gst-libs/gst/audio/audioclock.c:
15412         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15413         (gst_audiofilter_init), (gst_audiofilter_chain):
15414         * gst-libs/gst/audio/testchannels.c: (main):
15415         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15416         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15417         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15418         (gmip_find_track_streaminfo), (gmip_find_track_format):
15419         * gst-libs/gst/media-info/media-info.c:
15420         (gst_media_info_read_idler):
15421         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15422         (gst_play_get_all_by_interface):
15423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15424         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15425         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15426         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15427         (gst_riff_parse_info):
15428         * gst-libs/gst/riff/riff-read.h:
15429         * gst-libs/gst/riff/riff.c: (plugin_init):
15430         * gst-libs/gst/video/Makefile.am:
15431         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15432         (gst_videosink_class_init), (gst_videosink_get_type):
15433         * gst-libs/gst/video/videosink.h:
15434         * gst/audioconvert/bufferframesconvert.c:
15435         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15436         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15437         * gst/audioconvert/channelmixtest.c: (main):
15438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15439         (gst_audio_convert_chain),
15440         (gst_audio_convert_caps_remove_format_info),
15441         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15442         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15443         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15444         (gst_audio_convert_buffer_to_default_format),
15445         (gst_audio_convert_buffer_from_default_format),
15446         (gst_audio_convert_channels):
15447         * gst/audioconvert/gstchannelmix.h:
15448         * gst/ffmpegcolorspace/avcodec.h:
15449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15450         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15451         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15452         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15453         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15454         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15455         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15456         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15457         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15458         (dv_type_find):
15459         * gst/videotestsrc/gstvideotestsrc.c:
15460         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15461         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15462         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15463         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15464         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15465         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15466         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15468         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15469         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15470         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15471         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15472         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15473         (gst_xvimagesink_navigation_send_event),
15474         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15475         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15476         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15477         * sys/xvimage/xvimagesink.h:
15478         Plugin port to 0.9, ogg/theora playback should work in the seek
15479         example now.
15480         Removed old examples.
15481         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15482         explained in 0.9 TODO doc.
15483
15484
15485 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15486
15487         * autogen.sh:
15488         * configure.ac:
15489         * ext/Makefile.am:
15490         * gst/Makefile.am:
15491         * po/POTFILES.in:
15492         * po/af.po:
15493         * po/az.po:
15494         * po/cs.po:
15495         * po/en_GB.po:
15496         * po/hu.po:
15497         * po/it.po:
15498         * po/nb.po:
15499         * po/nl.po:
15500         * po/or.po:
15501         * po/sq.po:
15502         * po/sr.po:
15503         * po/sv.po:
15504         * po/uk.po:
15505         * po/vi.po:
15506         * sys/Makefile.am:
15507         * testsuite/Makefile.am:
15508           remove a whole bunch of plugins.  This module now contains a set
15509           of free reference plugins/elements as agreed.
15510
15511 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15512
15513         * configure.ac:
15514           hunting season on 0.9 is now OPEN
15515
15516 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15517
15518         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15519           Kick the hell out of gcc for not warning me about a symbol conflict.
15520
15521 2005-02-22  Luca Ognibene  <luogni@tin.it>
15522
15523         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15526           Don't leak caps string (fixes #168134)
15527
15528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15529         (gst_jpegenc_init), (gst_jpegenc_finalize),
15530         (gst_jpegenc_change_state):
15531           Don't leak line buffers and context struct (fixes #168133).
15532
15533 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * configure.ac:
15536         * ext/dirac/gstdiracdec.cc:
15537         (gst_diracdec_chain):
15538           Since dirac 0.5.0 the framerate in dirac is expressed as a
15539           rational number. Fix build and up requirement to 0.5.0, and
15540           also pass parameters to gst_diracdec_link in the right order
15541           (fixes #167959).
15542
15543 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15544
15545         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15546         * ext/faad/gstfaad.h:
15547         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15548         certain invalid muxed streams, where some packets will contain 
15549         junk after decoder data. Partially fixes #149158.
15550
15551 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15552         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15553           Make sure we only write to writable buffers
15554
15555 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * gst-libs/gst/riff/riff-media.c:
15558         (gst_riff_create_audio_caps_with_data):
15559           Do actually fix invalid RIFF fmt header values for alaw
15560           and mulaw audio instead of just saying so.
15561
15562         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15563           Give gst_riff_create_audio_caps_with_data() a chance to
15564           fix up broken format header fields before extracting any
15565           parameters from the header. (fixes #167633)
15566
15567 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15568
15569         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * gst/audioconvert/bufferframesconvert.c:
15572         (buffer_frames_convert_link):
15573           Don't leak othercaps. (fixes #167878)
15574
15575 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15576
15577         * configure.ac:
15578         * ext/libvisual/visual.c: (gst_visual_srclink),
15579         (gst_visual_change_state):
15580           Support libvisual 0.2.0.
15581
15582 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15583
15584         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15586           Use same rowstrides for I420 as used everywhere else.
15587
15588 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15591           Declare variables at beginning of block and make gcc-2.95 happy
15592           (fixes # 167482, patch by Gergely Nagy).
15593           
15594         * gst/tcp/gsttcpclientsrc.c:
15595         * gst/tcp/gsttcpclientsrc.h:
15596           Move some includes into the header, so that struct sockaddr_in is
15597           defined when it should be defined on FreeBSD as well (fixes
15598           #167483).
15599           
15600         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15601           Don't pass uninitialised values to setsockopt() here either.
15602
15603 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15604
15605         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15608           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15609
15610 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15611
15612         * gst/playback/gstplaybin.c: (add_sink):
15613           Invert bin_add/link order to workaround deadlock in opt.
15614
15615 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15616
15617         * gst/modplug/gstmodplug.cc:
15618           Add missing break causing position queries to fail.
15619
15620 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15621
15622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15623           Granpos can apparently be -1, which screws up calculations...
15624
15625 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15626
15627         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15628         (gst_ximagesink_send_pending_navigation),
15629         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15630         (gst_ximagesink_init):
15631         * sys/ximage/ximagesink.h:
15632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15633         (gst_xvimagesink_send_pending_navigation),
15634         (gst_xvimagesink_navigation_send_event),
15635         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15636         * sys/xvimage/xvimagesink.h:
15637           Use a mutex protected list to marshal navigation
15638           events into the stream thread from whichever thread
15639           sends them.
15640
15641 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15644           Display current position and track length; misc. clean-ups.
15645           
15646         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15647         (speed_init), (speed_chain):
15648           Add query function, so that the stream length and current position
15649           get adjusted when queried (note that current position queries may
15650           still be wrong if the audio sink returns values based on buffer
15651           timestamps instead of passing on the query).
15652
15653 2005-02-13  Benjamin Otte  <otte@gnome.org>
15654
15655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15656         (gst_audio_convert_channels):
15657           create channel conversion matrix when linking
15658         * gst/audioconvert/.cvsignore:
15659         * gst/audioconvert/Makefile.am:
15660         * gst/audioconvert/channelmixtest.c: (main):
15661           add (ugly) test that ensures stereo <=> mono conversion works
15662           correctly
15663
15664 2005-02-13  Benjamin Otte  <otte@gnome.org>
15665
15666         * gst/audioconvert/gstchannelmix.h:
15667           include missing header file
15668         * gst/audioconvert/gstchannelmix.c:
15669         (gst_audio_convert_fill_compatible):
15670           use same sign for both channels when converting to/from compatible
15671           channel. Previously used different signs made the signals cancel
15672           each other out and appear like silence. (fixes #167269)
15673
15674 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * gst/ffmpegcolorspace/avcodec.h:
15677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15679         (gst_ffmpegcsp_avpicture_fill):
15680         * gst/ffmpegcolorspace/imgconvert.c:
15681           Convert to and from YV12 (fixes #156379).
15682
15683 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15684
15685         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15686         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15687         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15688         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15689         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15690         methods from chain and negotiation and vice versa (Fixes #166142).
15691         * sys/ximage/ximagesink.h: Add stream_lock.
15692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15693         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15695         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15696
15697 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15700           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15701           error message when we can't open the DVD device (when dvdnav_open()
15702           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15703           the above). Send something more useful instead (fixes #167117).
15704
15705 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15706
15707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15708         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15709         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15710         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15711         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15712         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15713         methods from chain and negotiation and vice versa (Fixes #166142).
15714         Fix a possible bug of images in the buffer pool being discarded because
15715         we are looking at the wrong geometry.
15716         * sys/xvimage/xvimagesink.h: Add stream_lock.
15717
15718 2005-02-11  David Schleef  <ds@schleef.org>
15719
15720         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15721         unsigned int. (fixes #167128)
15722
15723 2005-02-11  David Schleef  <ds@schleef.org>
15724
15725         * gst/librfb/Makefile.am: Testing stuff before committing is
15726           for wimps... and people with fast machines.  Fix stupid
15727           mistake.
15728
15729 2005-02-11  David Schleef  <ds@schleef.org>
15730
15731         * configure.ac: Pull in librfb from my CVS tree, because it is
15732           too small and annoying to be separate.  Move rfbsrc plugin
15733           to gst/.
15734         * ext/Makefile.am:
15735         * ext/librfb/Makefile.am:
15736         * ext/librfb/gstrfbsrc.c:
15737         * gst/librfb/Makefile.am:
15738         * gst/librfb/gstrfbsrc.c:
15739         * gst/librfb/rfb.c:
15740         * gst/librfb/rfb.h:
15741         * gst/librfb/rfbbuffer.c:
15742         * gst/librfb/rfbbuffer.h:
15743         * gst/librfb/rfbbytestream.c:
15744         * gst/librfb/rfbbytestream.h:
15745         * gst/librfb/rfbcontext.h:
15746         * gst/librfb/rfbdecoder.c:
15747         * gst/librfb/rfbdecoder.h:
15748         * gst/librfb/rfbutil.h:
15749
15750 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         * gst/speed/Makefile.am:
15753         * gst/speed/demo-mp3.c: (main):
15754         * gst/speed/filter.func:
15755         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15756         (speed_class_init), (speed_init), (speed_chain_int16),
15757         (speed_chain_float32), (speed_chain), (speed_set_property),
15758         (speed_get_property), (speed_change_state):
15759         * gst/speed/gstspeed.h:
15760           Fix speed element and make it chain-based (fixes #156467),
15761           and make it handle more than one channel.
15762
15763 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15764
15765         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15766         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15767         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15768         * ext/dts/gstdtsdec.h:
15769           Don't clobber the stack constructing the channels array.
15770           Make the element chain-based. DTS tracks can now be played.
15771           
15772 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15773
15774         * gst-libs/gst/audio/multichannel.h:
15775         * gst-libs/gst/gconf/gconf.h:
15776         * gst-libs/gst/idct/idct.h:
15777         * gst-libs/gst/media-info/media-info-priv.h:
15778         * gst-libs/gst/play/play.h:
15779         * gst-libs/gst/resample/private.h:
15780         * gst-libs/gst/resample/resample.h:
15781         * gst-libs/gst/riff/riff-ids.h:
15782         * gst-libs/gst/video/video.h:
15783         * gst-libs/gst/video/videosink.h:
15784           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15785           missing, so that they work when included from C++ code.
15786
15787 2005-02-09  David Schleef  <ds@schleef.org>
15788
15789         * testsuite/gst-lint: Check for non-statically scoped
15790           parent_class variables.  This won't be a problem once
15791           plugins are loaded with RTLD_LOCAL.
15792
15793 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * ext/mplex/gstmplexibitstream.cc:
15796           gcc madness.
15797
15798 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15799
15800         * ext/ogg/gstogmparse.c:
15801         * gst/debug/gstnavigationtest.c:
15802           Die, thou faulty symbol pollutors (non-static parent_class).
15803
15804 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15805
15806         * ext/mplex/gstmplexibitstream.cc:
15807           Fix event handling (#165525).
15808
15809 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15810
15811         * ext/mikmod/gstmikmod.c:
15812         * gst/modplug/gstmodplug.cc:
15813           Add missing endianness to template (fixes #165509).
15814
15815 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15816
15817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15818           Fix wrong order of reading of optional bytes (#165290).
15819
15820 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15821
15822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15823           Implement FILLER event awareness.
15824
15825 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15826
15827         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15828           Fix track calculations (#166208).
15829
15830 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15831
15832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15833
15834         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15835         * ext/libpng/gstpngenc.c:
15836           Fix byte-order, use proper fixed caps. Fixes #164197.
15837
15838 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15839
15840         * configure.ac:
15841           Add dvdlpcmdec 
15842
15843         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15844         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15845           Don't push buffers if the src pad isn't negotiated yet.
15846           
15847         * gst/audioconvert/gstaudioconvert.c:
15848         (gst_audio_convert_buffer_to_default_format),
15849         (gst_audio_convert_buffer_from_default_format):
15850           Add support for 24-bit width.
15851
15852         * gst/dvdlpcmdec/.cvsignore:
15853         * gst/dvdlpcmdec/Makefile.am:
15854         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15855         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15856         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15857         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15858         (plugin_init):
15859         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15860           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15861           format. Needs support for the channels maps if someone can find 
15862           a DVD LPCM track with > 2 channels.
15863
15864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15865         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15866         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15867         * gst/mpegstream/gstdvddemux.h:
15868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15869         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15870         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15871         * gst/mpegstream/gstmpegdemux.h:
15872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15873         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15874         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15875         (gst_mpeg_parse_handle_src_query),
15876         (gst_mpeg_parse_handle_src_event):
15877           Use audio/x-dvd-lpcm for LPCM output.
15878           Add DTS output.
15879
15880 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15881
15882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15883
15884         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15885         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15886           Add BGRA handling (#165736).
15887
15888 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15889
15890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15891
15892         * gst/law/alaw-decode.c: (alawdec_link):
15893         * gst/law/alaw-encode.c: (alawenc_link):
15894         * gst/law/mulaw-decode.c: (mulawdec_link):
15895         * gst/law/mulaw-encode.c: (mulawenc_link):
15896           Fix caps memleaks (#166600).
15897
15898 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * ext/tarkin/mem.h:
15901         * ext/tarkin/wavelet.h:
15902         * ext/tarkin/yuv.h:
15903         * gst/ffmpegcolorspace/avcodec.h:
15904           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15905           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15906
15907 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15908
15909         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15911         (gst_xvimagesink_change_state):
15912           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15913           Xv video (and thereby regenerate Xv colourkey) in clear() so
15914           that PLAY -> READY -> PLAY works (fixes #162504).
15915
15916 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15919           Switch to list instead of range, since MJPEG-devices really just
15920           support decimations, not any size.
15921
15922 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15924         (gst_mpeg2dec_reset), (free_all_buffers),
15925         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15926         * ext/mpeg2dec/gstmpeg2dec.h:
15927           The libmpeg2 user-allocated buffer management is awkward, 
15928           to say the least. Hopefully this fixes things.
15929
15930 2005-02-04  Andy Wingo  <wingo@pobox.com>
15931
15932         * gst/audioconvert/bufferframesconvert.c
15933         (buffer_frames_convert_fixate): New function, fixates to 256
15934         frames per buffer by default. (Much better than 1.)
15935         (buffer_frames_convert_init): Set the fixate function for both src
15936         and sink pad.
15937         (buffer_frames_convert_link): After success setting nonfixed caps,
15938         get the negotiated caps so we can know how many buffer-frames it
15939         will be. No idea how this worked at all before.
15940
15941 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15942
15943         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15944         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15945         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15946         (handle_sequence), (handle_picture):
15947         * ext/mpeg2dec/gstmpeg2dec.h:
15948           Rearrange buffer tracking and refcounting and refactor
15949           a little for readability. 
15950
15951 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15952         * sys/v4l/gstv4l.c: (plugin_init):
15953         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15954         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15955         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15956         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15957         * sys/v4l/gstv4ljpegsrc.h:
15958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15959         * sys/v4l/v4l_calls.h:
15960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15961         (gst_v4lsrc_get_fps):
15962         * sys/v4l/v4lsrc_calls.h:
15963           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15964           you jpeg inside rgb frames" driver.
15965           Don't error in the v4lsrc link function, just return 
15966           REFUSED.
15967
15968 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15969
15970         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15971         (gst_qcamsrc_open):
15972           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15973
15974 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15975
15976         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15977           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15978
15979 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15980
15981         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15982           Reset negotiated state on PAUSED->READY.
15983
15984 2005-02-02  David Schleef  <ds@schleef.org>
15985
15986         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15987         whereever possible.  (Fixes #165997)
15988         * examples/capsfilter/capsfilter1.c: (main):
15989         * examples/dynparams/filter.c: (create_ui):
15990         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15991         * examples/seeking/chained.c: (main):
15992         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15993         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15994         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15995         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15996         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15997         * examples/switch/switcher.c: (main):
15998         * ext/dv/demo-play.c: (main):
15999         * ext/faad/gstfaad.c: (gst_faad_change_state):
16000         * ext/mad/gstmad.c: (gst_mad_chain):
16001         * ext/smoothwave/demo-osssrc.c: (main):
16002         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16003         (gst_gconf_render_bin_from_description),
16004         (gst_gconf_get_default_audio_sink),
16005         (gst_gconf_get_default_video_sink),
16006         (gst_gconf_get_default_audio_src),
16007         (gst_gconf_get_default_video_src),
16008         (gst_gconf_get_default_visualization_element):
16009         * gst/level/demo.c: (main):
16010         * gst/level/plot.c: (main):
16011         * gst/playback/gstplaybin.c: (gen_video_element),
16012         (gen_audio_element):
16013         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16014         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16015         * gst/sine/demo-dparams.c: (main):
16016         * gst/spectrum/demo-osssrc.c: (main):
16017         * gst/speed/demo-mp3.c: (main):
16018         * gst/volume/demo.c: (main):
16019         * testsuite/embed/embed.c: (main):
16020
16021 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16022
16023         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16024         (gst_tcpclientsink_finalize):
16025         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16026         (gst_tcpclientsrc_finalize):
16027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16028         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16030         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16031           Don't leak the hostname when shutting down.
16032           In tcpserversrc, take a copy of the default hostname.
16033
16034 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16035
16036         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16037           Set caps to systemstream=TRUE.
16038
16039 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16040
16041         * testsuite/Makefile.am:
16042           Fix more OSX buildbots.
16043
16044 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16045
16046         * ext/mpeg2dec/gstmpeg2dec.c:
16047           Don't send things to NULL PAD_PEERs
16048
16049         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16050           Copy-on-write the incoming buffer.
16051
16052         * gst/mpegstream/gstdvddemux.h:
16053         * gst/mpegstream/gstmpegclock.h:
16054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16055         (normal_seek), (gst_mpeg_demux_handle_src_event):
16056         * gst/mpegstream/gstmpegdemux.h:
16057         * gst/mpegstream/gstmpegpacketize.h:
16058         * gst/mpegstream/gstmpegparse.c:
16059         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16060         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16061         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16062         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16063         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16064         * gst/mpegstream/gstmpegparse.h:
16065         * gst/mpegstream/gstrfc2250enc.h:
16066           Various changes to the way time is computed that make seeking and
16067           total time estimation much better here.
16068           Use G_BEGIN/END_DECLS instead of __cplusplus
16069
16070         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16071           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16072
16073 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16074
16075         * gst/subparse/gstsubparse.c:
16076           Fix OSX buildbot.
16077
16078 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16079
16080         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16081         (theora_enc_chain), (theora_enc_change_state):
16082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16083         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16084         (gst_vorbisenc_change_state):
16085         * ext/vorbis/vorbisenc.h:
16086           Set granulepos and timestamp correctly for streams not
16087           starting at 0, taking into account the initial delay.
16088
16089 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16090
16091         * gst/mpegstream/gstdvddemux.c:
16092           Add audio/x-dts to audio pad template caps
16093
16094 2005-01-30  David Schleef  <ds@schleef.org>
16095
16096         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16097         (create_context), (gst_polypsink_link): Fix silly endianness
16098         bug.  Add some debugging.  Remove float from caps; it doesn't
16099         work.  Attempt to get remote audio working.
16100
16101 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16102
16103         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16104           Add 3IV2 fourcc.
16105
16106 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16109         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16110         (gst_avi_demux_stream_data):
16111         * gst/avi/gstavidemux.h:
16112           Invert DIB images. Fixes #132341.
16113
16114 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16115
16116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16117         (gst_ffmpegcsp_chain):
16118           D'oh, reference the palette data, not the palette structure.
16119           Fixes color distortion in #132341.
16120
16121 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16122
16123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16124           PAR can be non-fixed when not provided as argument (#162626).
16125
16126 2005-01-29  David Moore  <dcm@acm.org>
16127
16128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16129
16130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16131         (gst_qtdemux_loop_header):
16132           Re-apply patch from #142272 that allows non-seekable sources,
16133           re-proposed by Daniel Drake <dsd@gentoo.org>.
16134
16135 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16136
16137         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16138           Use the src template for creating the src pad (#162330).
16139
16140 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16141
16142         * configure.ac:
16143         * ext/musepack/Makefile.am:
16144         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16145         (gst_musepackdec_init), (gst_musepackdec_dispose),
16146         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16147         (gst_musepack_stream_init), (gst_musepackdec_loop),
16148         (gst_musepackdec_change_state):
16149         * ext/musepack/gstmusepackdec.cpp:
16150         * ext/musepack/gstmusepackdec.h:
16151         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16152         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16153         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16154         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16155         * ext/musepack/gstmusepackreader.cpp:
16156         * ext/musepack/gstmusepackreader.h:
16157           Update to 1.1 API (#165446).
16158
16159 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * ext/Makefile.am:
16162           Unbreak buildbot.
16163
16164 2005-01-28  Andy Wingo  <wingo@pobox.com>
16165
16166         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16167         to reflect a different dubious internet source. Add a reference
16168         and some commentary.
16169
16170 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16171
16172         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16173         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16174         * gst/playback/gststreamselector.h:
16175           Be more selective when we're redoing caps negotiation from
16176           within the chain function on a stream change.
16177
16178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16179
16180         * configure.ac:
16181         * ext/Makefile.am:
16182         * ext/amrnb/Makefile.am:
16183         * ext/amrnb/amrnb.c: (plugin_init):
16184         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16185         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16186         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16187         (gst_amrnbdec_state_change):
16188         * ext/amrnb/amrnbdec.h:
16189         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16190         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16191         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16192         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16193         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16194         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16195         * ext/amrnb/amrnbparse.h:
16196           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16197         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16198           Add AMR-NB/-WB raw formats.
16199         * ext/alsa/gstalsa.c: (gst_alsa_link):
16200           Keep valid time when changing format.
16201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16202         (qtdemux_parse_trak):
16203           Add some more format-specific options (#140141, #143555, #155163).
16204
16205 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16206
16207         * gst/matroska/matroska-demux.c:
16208         (gst_matroska_demux_parse_blockgroup):
16209           Fix logic error in timing of subtitle stream synchronization.
16210         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16211           Add skip-chunk, which is found in kodak-camera streams.
16212
16213 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16214
16215         * po/LINGUAS:
16216         * po/vi.po:
16217           Adding Vietnamese translation (submitted by Clytie Siddall)
16218
16219 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16220
16221         * gst/playback/gstdecodebin.c: (try_to_link_1):
16222           Use realpad for signal.
16223
16224 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16225
16226         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16227           Fix category so decodebin picks it up.
16228
16229 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16230
16231         * ext/mad/Makefile.am:
16232         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16233         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16234         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16235         (found_type), (gst_id3demux_bin_change_state):
16236         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16237         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16238         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16239         (gst_id3_tag_change_state), (plugin_init):
16240         * ext/mad/gstmad.h:
16241           Add id3demuxbin (which is a simple bin consisting of id3demux
16242           and typefind), take over rank from id3demux, remove typefind
16243           code from id3demux. Makes all broken mp3s that I know of work,
16244           and thereby fixes #152688.
16245
16246 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16247
16248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16249
16250         * ext/mad/gstmad.c: (gst_mad_src_event):
16251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16252           Allow seeks on audio pad, make mad forward those (#164826).
16253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16254           Set duration (#165335).
16255
16256 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16257
16258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16259         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16260         (gst_asf_demux_process_ext_content_desc),
16261         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16262         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16263         * gst/asfdemux/gstasfdemux.h:
16264           Improve metadata display, e.g. if the metadata comes before the
16265           streams are loaded (which is perfectly valid).
16266
16267 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16268
16269         * tools/gst-launch-ext-m.m:
16270           Fix AVI/ASF pipelines (#165340).
16271
16272 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16273         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16274         build failure on amd64
16275
16276 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16279         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16280           Check environment variables GST_ID3V2_TAG_ENCODING,
16281           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16282           list of character encodings to force interpretation of non-unicode
16283           strings stored in an ID3v2 tag to a particular encoding. If none
16284           is specified, try to use current locale's encoding, then fall back
16285           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16286         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16287         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16288           Check environment variables GST_ID3V1_TAG_ENCODING,
16289           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16290           list of character encodings to use in case a string encountered
16291           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16292           specified, try to use the current locale's encoding, then fall
16293           back to ISO-8859-1 (which will always succeed).
16294
16295 2005-01-25  Benjamin Otte  <otte@gnome.org>
16296
16297         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16298           - on half framerate, compute the rate in advance so the comparisons
16299             don't compare wrong values
16300           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16301             behaviour
16302           - don't use mad_header_decode anymore, mad_frame_decode does that
16303             automatically
16304           - when getting rid of consumed bytes, reset the stream's skiplen
16305           (fixes #163867)
16306
16307 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16308
16309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16310           Use 1/2 a second for default max_discont, as PES streams from DVB
16311           seem to have larger spacings in the SCR. 
16312           Fix a typo.
16313
16314 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16315
16316         * gst/playback/gstplaybasebin.c: (group_commit):
16317           Notify delayed stream-info availability.
16318
16319 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16320         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16321         (gst_a52dec_handle_event), (gst_a52dec_chain):
16322         Add some debug output. Check that a discont has a valid
16323         time associated.
16324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16325         (gst_alsa_sink_loop):
16326         Ignore TAG events. A little extra debug for broken timestamps.
16327         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16328         (dvdnavsrc_change_state):
16329         Ensure we send a discont to engage the link before we send any
16330         other events.
16331         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16332         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16333         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16334         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16335         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16336         dvd://title works in totem because typefinding sends a seek that ends
16337         up going back to chapter 1 regardless.
16338         * ext/mpeg2dec/gstmpeg2dec.c:
16339         * ext/mpeg2dec/gstmpeg2dec.h:
16340         Output correct timestamps and handle disconts.
16341         * ext/ogg/gstoggdemux.c: (get_relative):
16342         Small guard against a null dereference.
16343         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16344         (gst_textoverlay_set_property):
16345         Free memory when done. Don't call gst_event_filler_get_duration on
16346         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16347         g_warning.
16348         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16349         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16350         (gst_sw_srclink), (gst_smoothwave_chain):
16351         Draw solid lines, prettier colours.
16352         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16353         Add a default palette that'll work for some movies.
16354         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16355         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16356         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16357         * gst/mpegstream/gstdvddemux.h:
16358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16359         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16361         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16362         * gst/mpegstream/gstmpegparse.h:
16363         Use PTM/NAV events when for timestamp adjustment when connected to 
16364         dvdnavsrc. Don't use many discont events where one suffices.
16365         * gst/playback/gstplaybasebin.c: (group_destroy),
16366         (gen_preroll_element), (gst_play_base_bin_add_element):
16367         * gst/playback/gstplaybasebin.h:
16368         Make sure we remove subtitles from the same bin we put them in.
16369         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16370         (gst_subparse_buffer_format_autodetect),
16371         (gst_subparse_change_state):
16372         Fix some memleaks and invalid accesses.
16373         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16374         (oggskel_type_find), (cmml_type_find), (plugin_init):
16375         Some typefind functions for Annodex v3.0 files
16376         * gst/wavparse/gstwavparse.h:
16377         GstRiffReadClass is the correct parent class.
16378
16379 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst-libs/gst/riff/riff-media.c:
16382         (gst_riff_create_video_caps_with_data):
16383           Add extradata to huffyuv (fixes #165013).
16384         * gst-libs/gst/riff/riff-read.c:
16385         (gst_riff_read_strf_vids_with_data):
16386           Fix extradata extraction if it is in the chunk size.
16387
16388 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16389
16390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16391
16392         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16393         (gst_quarktv_change_state), (gst_quarktv_dispose):
16394           Memory free'ing location fix (#164708).
16395
16396 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16397
16398         * gst/playback/gstplaybasebin.c: (group_commit),
16399         (gen_preroll_element), (probe_triggered), (gen_source_element),
16400         (setup_source), (gst_play_base_bin_change_state),
16401         (gst_play_base_bin_add_element):
16402           Don't block for streams.
16403         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16404         (gst_stream_info_set_mute):
16405           Use gst_pad_set_active_recursive.
16406
16407 2005-01-25  Andy Wingo  <wingo@pobox.com>
16408
16409         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16410         for #ifndef HAVE_XVIDEO.
16411
16412 2005-01-24  Jeffrey C. Ollie
16413
16414         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16415
16416         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16417         * ext/gsm/gstgsmdec.h:
16418         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16419         * ext/gsm/gstgsmenc.h:
16420         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16421         was given by property. Add proper buffer timestamps and offsets.
16422
16423 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * gst-libs/gst/riff/riff-media.c:
16426         (gst_riff_create_audio_caps_with_data):
16427           Audio can be <8000Hz.
16428
16429 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16432           Explicit state change to workaround refcount bugs.
16433
16434 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16435
16436         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16437         (gst_avimux_riff_get_avi_header):
16438           Fix...
16439
16440 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16443         (gst_riff_read_element_data):
16444         * gst-libs/gst/riff/riff-read.h:
16445           Add _peek version (req'ed in CDXA).
16446         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16447         (gst_cdxaparse_loop):
16448           Fix parsing in playbin.
16449         * gst/playback/gstdecodebin.c: (close_pad_link):
16450           Ignore current_ pads, they cause major annoyance.
16451
16452 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16453
16454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16455           Safety guard.
16456
16457 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16458
16459         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16460           Fix padding...
16461
16462 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16463
16464         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16465           Allow for 0-sized buffers. Fixes length query problems in
16466           starwars.mkv from the testsuite.
16467
16468 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16469
16470         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16471         (gst_video_box_i420), (gst_video_box_chain):
16472           Fix row strides for I420 (fixes #163159)
16473           
16474 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16475
16476         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16477           MPEG2 has a useful rate property, so we can actually use that.
16478           For MPEG-1, continue using the bytes/time properties.
16479
16480 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst-libs/gst/riff/riff-media.c:
16483         (gst_riff_create_video_caps_with_data),
16484         (gst_riff_create_video_template_caps):
16485           Add intel-h263.
16486
16487 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16490           Fail if caps negotiation fails. Should fix #162184, and should
16491           definately be in there regardless of it fixing the actual bug.
16492         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16493         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16494         (gst_avimux_riff_get_avix_header),
16495         (gst_avimux_riff_get_video_header),
16496         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16497         (gst_avimux_start_file), (gst_avimux_handle_event),
16498         (gst_avimux_change_state):
16499         * gst/avi/gstavimux.h:
16500           Refactor structure writing to use GST_WRITE_UINT macros, add
16501           metadata writing support.
16502
16503 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16506           Elements may already be destroyed when this function is called.
16507
16508 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16511         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16512           More memory leak fixes (#149162).
16513
16514 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16517         (gst_qtdemux_add_stream):
16518           Fix two memleaks.
16519
16520 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16523           Argh...
16524
16525 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16526
16527         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16528           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16529           when fixating to six channels in Totem.
16530
16531 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16534           Fix compile warnings on Solaris 10 buildbot
16535
16536 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * ext/dvdread/dvdreadsrc.c: (_read):
16539           Don't read beyond the last cell in a chapter (fixes 
16540           invalid memory access)
16541
16542 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16543
16544         * ext/dvdread/stream_labels.c:
16545         (dvdreadsrc_get_audio_stream_labels):
16546           Use NULL for an empty GList instead of g_list_alloc(); fix 
16547           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16548           of GString (easier to bulk free later)
16549
16550 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16551
16552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16553
16554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16555         (gst_ffmpeg_pixfmt_to_caps):
16556           Fix BGRA32 caps (#164209).
16557
16558 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16559
16560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16561
16562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16563         (gst_ffmpeg_caps_to_pixfmt):
16564           alpha_mask can be RGBA/ABGR. Fixes #164265.
16565
16566 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16567
16568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16571         (gst_mpeg2dec_alloc_buffer):
16572         * ext/mpeg2dec/gstmpeg2dec.h:
16573           Crop if decoding size is not the actual image size (#163676).
16574
16575 2005-01-17  Steve Baker  <steve@stevebaker.org>
16576
16577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16580         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16581           Add libsndfile typefind functions (#163309).
16582
16583 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * tools/gst-launch-ext-m.m:
16586           Add .aac, fix .m1v/.m2v (#163891).
16587
16588 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16589
16590         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16591           Sanity check, don't wait endlessly since the clock might not
16592           actually run at this point (which is a deadlock). Fixes #164069.
16593
16594 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16595
16596         * gst/playback/gstplaybasebin.c: (probe_triggered):
16597           Of course, only pause if group is done...
16598
16599 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16600
16601         * gst/playback/gstplaybasebin.c: (probe_triggered):
16602           Thread safety.
16603
16604 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16605
16606         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16607           Don't return state change success when the parent
16608           failed.
16609
16610 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16613           Free events (fix memleak in #162905).
16614
16615 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16616
16617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16618
16619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16620         (gst_ffmpeg_caps_to_pixfmt):
16621           Fix for depth = 15. Fixes #161675.
16622
16623 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16624
16625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16626           Set FPS correctly, even for webcams and the like.
16627         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16628           Don error on setting while capturing.
16629
16630 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16631
16632         * ext/dv/gstdvdec.c:
16633         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16634         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16635           I'm a bad boy. using /1001. to force C to do float division
16636           and not integer division (as it did in my last commit)
16637           Thanks to David I. Lehn for pointing this mistake.
16638
16639 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16640
16641         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16642           Revert Johan's 1.35->1.36 since it breaks compat.
16643
16644 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16645
16646         * ext/dv/gstdvdec.c:
16647         * ext/libfame/gstlibfame.c:
16648         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16649         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16650           replace framerate aproximations by their real value
16651           (24000/1001, 30000/1001, 60000/1001)
16652           Finish fixing bug #164049
16653
16654 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16655
16656         * ext/ogg/gstoggmux.c:
16657           eos/bos debugging
16658         * gst/tcp/gstmultifdsink.c:
16659         * gst/tcp/gstmultifdsink.h:
16660         * gst/tcp/gsttcp.c:
16661         * gst/tcp/gsttcp.h:
16662         * gst/tcp/gsttcpclientsink.c:
16663         * gst/tcp/gsttcpclientsrc.c:
16664         * gst/tcp/gsttcpserversink.c:
16665         * gst/tcp/gsttcpserversrc.c:
16666           improve reusability of elements after state changes and errors
16667           make multifdsink throw away streamheaders when receiving new ones
16668
16669 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16672           Fix for if items are already in list...
16673
16674 2005-01-12  Benjamin Otte  <otte@gnome.org>
16675
16676         * gst/adder/gstadder.c: (gst_adder_loop):
16677           fix adder a bit so it doesn't screw up with events as much anymore
16678
16679 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16680
16681         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16682         (pixbufscale_scale), (gst_pixbufscale_chain):
16683         * ext/gdk_pixbuf/pixbufscale.h:
16684           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16685           to ensure rowstrides are calculated the same way as 
16686           ffmpegcolorspace
16687           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16688           that we pick up duration and offset also.
16689
16690 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16693         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16694           Reusability fixes.
16695
16696 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16697
16698         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16699         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16700         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16701         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16702           Update flags when requested.
16703
16704 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16705
16706         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16707           Fix dmix.
16708
16709 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16712         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16713         (probe_triggered), (new_decoded_pad), (gen_source_element),
16714         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16715         * gst/playback/gstplaybasebin.h:
16716         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16717         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16718         (gst_play_bin_change_state):
16719           Implement group-switch signal for use in apps to clear metadata
16720           cache, clean up subtitle, add suburi property instead of # hack,
16721           some error-out fixes.
16722
16723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16726           Debug.
16727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16728           If we got a state change in the _get handler, don't return success.
16729
16730 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16731
16732         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16733         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16734           Make jpegdec quiet on MJPEG decoding
16735         * gst/asfdemux/README:
16736           Fix mimetypes for MJPEG and H263
16737
16738 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16739
16740         * ext/theora/theoradec.c: (theora_dec_chain):
16741           Fix broken code generation by gcc by swapping arguments.
16742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16743           Fix \n in debug.
16744
16745 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16746
16747         * TODO:
16748           delete this file, it is by far outdated
16749         * ext/alsa/gstalsa.1: remove
16750         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16751         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16752         (gst_alsa_get_caps):
16753           Add HW probing for supported sample rates. Fixes #161704
16754
16755 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16756
16757         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16758           Don't crash, biatch! :).
16759
16760 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16761
16762         * ext/musepack/gstmusepackreader.cpp:
16763         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16764           Some work on tags - still doesn't work in playbin...
16765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16766           Handle events...
16767
16768 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16769
16770         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16771           Also shove tags on kid pads.
16772
16773 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16776           Don't bail on unknown events.
16777         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16778           Don't crash on events before negotiation.
16779         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16780           Send tags on pads, too.
16781         * gst/playback/gststreamselector.c:
16782         (gst_stream_selector_request_new_pad):
16783           Forward events on first pad if no input was selected yet.
16784
16785 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16786
16787         * gst/playback/gstplaybasebin.c: (setup_substreams):
16788           Don't disable streamtype if the stream doesn't exist, since
16789           then playing a video after audio will disable both and nothing
16790           will happen. Fixes the testsuite.
16791
16792 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16793
16794         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16795         (gst_v4l_xoverlay_set_xwindow_id):
16796         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16797         (gst_v4l2_xoverlay_set_xwindow_id):
16798           Add debug categories, fix overlay disabling.
16799
16800 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16801
16802         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16803         * ext/alsa/gstalsa.h:
16804           Add HW probing for period_count/size and buffer_size MIX/MAX
16805           Adjust default/user defined value if out of bounds
16806           Should fix bug #162024
16807
16808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16809
16810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16811           Fix warning (#161191).
16812
16813 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16814
16815         * ext/dvdread/stream_labels.c:
16816         (dvdreadsrc_get_audio_stream_labels):
16817           Fix warning (init the good variable in switch default)
16818
16819 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16820
16821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16824           Fix gcc-2.95 compile (#163485).
16825
16826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * configure.ac:
16829         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16830         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16831         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16832         (gst_flacenc_change_state):
16833         * ext/flac/gstflacenc.h:
16834           Update for API change in flac-1.1.1. Update requirement in
16835           configure.ac. Fixes #162974.
16836
16837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16838
16839         * gst/playback/gstplaybasebin.c: (group_destroy):
16840           Remove hack to get rid of assert and get rid of unlinked
16841           signals properly.
16842
16843 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16844
16845         * gst/playback/gstplaybasebin.c: (setup_source):
16846           Set source to NULL so that resources are free'ed. Fixes issues
16847           with playback of CDDA and similar device-accessing things.
16848
16849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16850
16851         * testsuite/embed/Makefile.am:
16852           test->noinst, fix make test in buildbot.
16853
16854 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16855
16856         * ext/dvdread/stream_labels.c: new file
16857         * ext/dvdread/stream_labels.h: new file
16858         * ext/dvdread/Makefile.am:
16859         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16860           Extract audio stream label from DVD IFO files.
16861           It only dump them on the console for now, still have to
16862           make playbin aware of them.
16863
16864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * gst/playback/gstplaybasebin.c: (setup_source):
16867           Fix hanging subs.
16868
16869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16870
16871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16872         (gen_preroll_element), (remove_groups), (setup_subtitle),
16873         (gen_source_element), (setup_source):
16874         * gst/playback/gstplaybasebin.h:
16875           Multiple .sub files is just a stupid idea... Fix some threading
16876           mistakes. Interestingly, external .sub files cause playbin to
16877           hang, I don't know why... Parsing fixes contributed by Fran??ois
16878           Kooman <fkooman@tuxed.net>.
16879
16880 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16881
16882         * testsuite/embed/Makefile.am:
16883           Fix buildbot.
16884
16885 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16886
16887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16890         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16891         (gst_pngenc_set_property):
16892         * ext/libpng/gstpngenc.h:
16893           Add compression level property (#163323).
16894
16895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * configure.ac:
16898         * examples/capsfilter/capsfilter1.c: (main):
16899         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16900         * ext/dvdread/Makefile.am:
16901         * ext/dvdread/demo-play:
16902         * ext/dvdread/demo-play.c:
16903         * gconf/gstreamer.schemas.in:
16904         * gst-libs/gst/gconf/gconf.c:
16905         * sys/v4l/TODO:
16906         * testsuite/Makefile.am:
16907         * testsuite/embed/Makefile.am:
16908         * testsuite/embed/embed.c: (cb_expose), (main):
16909           Remove all references to xvideosink, fix examples (#140845).
16910         * gst/playback/gstplaybasebin.c: (group_destroy):
16911           Apparently, disposal does not unlink - so do explicitely.
16912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16913           Add debug.
16914
16915 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16916
16917         * README: fix PKG_CONFIG_PATH instructions, what was there
16918         previously was breaking default search path, not nice. 
16919         Fixes #163358
16920
16921 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16922
16923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16924         (gst_audioscale_chain):
16925           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16926           when resampling - how the ^@$^!@^! is this possible?!?
16927
16928 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16931           Reset variables on READY.
16932         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16933         (gst_matroska_mux_loop):
16934           Require data before writing header.
16935
16936 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16937
16938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * ext/mad/gstmad.c: (gst_mad_chain):
16941           Don't call mad_stream_sync() directly after recovering sync.
16942           Fixes #151661.
16943
16944 2005-01-09  Martin Eikermann  <meiker@upb.de>
16945
16946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16947
16948         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16949         (snapshot_handler), (gst_snapshot_sinkconnect),
16950         (gst_snapshot_chain):
16951           Allocate resources when required, fix recursive signal emission
16952           and fix caps. Fixes #161667.
16953
16954 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16955
16956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16957
16958         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16959         (gst_pngdec_chain):
16960           Handle only 8-bppc (bits-per-pixel-component) images, better
16961           error handling and correct strides. Fixes #163177.
16962         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16963         (gst_pngenc_chain):
16964           Better error handling. Fixes #163348.
16965
16966 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16969         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16970         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16971         (dvdnavsrc_uri_handler_init):
16972           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16973         * gst/playback/gstplaybasebin.c: (gen_source_element):
16974           Add MMS to streaming URIs.
16975
16976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16979         * sys/xvimage/xvimagesink.c:
16980         (gst_xvimagesink_navigation_send_event):
16981           Check for pad availability before sending event.
16982
16983 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * gst-plugins.spec.in:
16986           Add subparse.
16987
16988 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16989
16990         * configure.ac:
16991           Since we use functions from CVS, up requirement.
16992
16993 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16994
16995         * gst/playback/Makefile.am:
16996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16997         (group_destroy), (group_commit), (group_is_muted),
16998         (gen_preroll_element), (add_stream), (unknown_type),
16999         (probe_triggered), (preroll_unlinked), (mute_stream),
17000         (silence_stream), (new_decoded_pad), (setup_substreams),
17001         (setup_source), (get_active_source), (mute_group_type),
17002         (muted_group_change_state), (set_active_source),
17003         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17004         (play_base_eos), (gst_play_base_bin_change_state):
17005         * gst/playback/gstplaybasebin.h:
17006         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17007         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17008         (gst_stream_info_dispose), (stream_info_mute_pad),
17009         (stream_info_change_state), (gst_stream_info_set_mute):
17010         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17011         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17012         (gst_stream_selector_init), (gst_stream_selector_dispose),
17013         (gst_stream_selector_get_linked_pad),
17014         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17015         (gst_stream_selector_get_linked_pads),
17016         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17017         * gst/playback/gststreamselector.h:
17018           Adding stream selection support plus required properties for
17019           applications to use this. Fully fixes #100931.
17020
17021 2005-01-08  Benjamin Otte  <otte@gnome.org>
17022
17023         * gst/games/gstpuzzle.c: (nav_event_handler):
17024           - handle nav events differently: forward every event no matter if it
17025             was handled or not.
17026           - translate events
17027           You can now cheat by using navigationtest ! puzzle and moving the
17028           mouse close to the edge of a tile. ;)
17029
17030 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17031
17032         * configure.ac:
17033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17034         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17035         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17036         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17037         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17038         (gst_ogm_parse_plugin_init):
17039         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17040         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17041         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17042         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17043         * ext/pango/gsttextoverlay.h:
17044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17045         (gst_matroska_demux_handle_seek_event),
17046         (gst_matroska_demux_sync_streams),
17047         (gst_matroska_demux_parse_blockgroup),
17048         (gst_matroska_demux_subtitle_caps),
17049         (gst_matroska_demux_plugin_init):
17050         * gst/matroska/matroska-ids.h:
17051         * gst/playback/gstdecodebin.c: (close_pad_link):
17052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17053         (gen_preroll_element), (remove_groups), (add_stream),
17054         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17055         (setup_source):
17056         * gst/playback/gstplaybasebin.h:
17057         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17058         * gst/subparse/Makefile.am:
17059         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17060         (gst_subparse_base_init), (gst_subparse_class_init),
17061         (gst_subparse_init), (gst_subparse_formats),
17062         (gst_subparse_eventmask), (gst_subparse_event),
17063         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17064         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17065         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17066         (parse_mpsub_deinit), (parse_mpsub_init),
17067         (gst_subparse_buffer_format_autodetect),
17068         (gst_subparse_format_autodetect), (gst_subparse_loop),
17069         (gst_subparse_change_state), (gst_subparse_type_find),
17070         (plugin_init):
17071         * gst/subparse/gstsubparse.h:
17072         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17073         (plugin_init):
17074           Add subtitle support, .sub parser (supports SRT and MPsub),
17075           OGM text support, Matroska UTF-8 text support, deadlock fixes
17076           all over the place, subtitle awareness in decodebin/playbin
17077           and some fixes to textoverlay to handle subtitles in a stream
17078           correctly. Fixes #100931.
17079
17080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17083           Check for pad availability before doing a query on it.
17084
17085 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17086
17087         * ext/dv/gstdvdec.c:
17088           really fix bpp24/32 dvdec caps (classic rgba indeed)
17089         * gst/asfdemux/gstasfdemux.c:
17090         (gst_asf_demux_process_ext_content_desc):
17091           don't send text tags if they are empty (bis repetita)
17092
17093 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17094
17095         * ext/dv/gstdvdec.c:
17096          remove unneeded comment from dvdec
17097           (related to DV 4CC codes in AVI files)
17098           moved them in gstreamer/docs/random/mimetypes
17099         * gst/asfdemux/gstasfdemux.c:
17100         (gst_asf_demux_process_ext_content_desc):
17101          don't send text tags if they are empty
17102          fix mem leak on error path
17103         * gst/ffmpegcolorspace/avcodec.h:
17104         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17105         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17106         (gst_ffmpegcsp_avpicture_fill):
17107         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17108         * gst/ffmpegcolorspace/imgconvert_template.h:
17109          adds BGR32 and BGRA32 to ffmpegcolorspace
17110           (still bad colors, fixing it on next commit)
17111           helps with dvdec outputing BGR32
17112
17113 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17114
17115         * ext/dv/gstdvdec.c:
17116          Fix audio caps i just broke (missing ',')
17117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17118         (gst_matroska_mux_reset):
17119          Fix typo + add FIXME about old "x-gst-metadata" crap
17120
17121 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17122
17123         * ext/dv/demo-play.c: (main):
17124          xvideosink -> xvimagesink
17125         * ext/dv/gstdvdec.c:
17126          change rgb 32/32 caps to 24/32 (no alpha)
17127          change nb of channels to be a list (2 or 4, not 2)
17128          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17129         * gst/asfdemux/gstasfdemux.c:
17130         (gst_asf_demux_process_ext_content_desc):
17131          Add 'date/year' to extracted metadata list
17132
17133 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17134
17135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17136           The return value of fixate_to does not imply that the requested
17137           value was set, so don't assume.
17138
17139 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17140
17141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17142
17143         * ext/libpng/gstpngdec.c:
17144         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17145         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17146         * ext/libpng/gstpngenc.h:
17147           Alpha support (encoder; #163161), mime fixage.
17148
17149 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17150
17151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17154         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17155         (gst_faac_set_property), (gst_faac_get_property):
17156         * ext/faac/gstfaac.h:
17157           Allow for ADTS output (#153434).
17158
17159 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17160
17161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17162           Fix against template (#150576).
17163
17164 2005-01-06  Benjamin Otte  <otte@gnome.org>
17165
17166         * gst/games/gstpuzzle.c: (draw_puzzle):
17167           don't draw a puzzle if either width or height of tiles would be 0.
17168
17169 2005-01-06  Benjamin Otte  <otte@gnome.org>
17170
17171         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17172         (gst_puzzle_class_init), (gst_puzzle_finalize):
17173           no memleaks, please
17174         (gst_puzzle_create), (gst_puzzle_init),
17175         (gst_puzzle_set_property), (gst_puzzle_setup):
17176           change initialization code around so we don't reshuffle on resize
17177         (draw_puzzle):
17178           fix another stupid typo
17179
17180 2005-01-06  Benjamin Otte  <otte@gnome.org>
17181
17182         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17183           fix stupid typo that borked copying on YUY2
17184
17185 2005-01-06  Benjamin Otte  <otte@gnome.org>
17186
17187         * gst/games/gstpuzzle.c: (draw_puzzle):
17188           fix edges when image sizes aren't multiples of tile sizes
17189
17190 2005-01-06  Benjamin Otte  <otte@gnome.org>
17191
17192         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17193           make RGB endianness work correctly
17194         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17195           refactor and fix race with initial shuffling
17196         (nav_event_handler):
17197           allow using the mouse to puzzle
17198         (draw_puzzle):
17199           insist on tiles having width and height as multiples of 4 to get
17200           clean YUV image handling
17201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17202         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17203           s/DEBUG/LOG/ for common messages
17204         (gst_xvimagesink_navigation_send_event):
17205           fix mouse event translation to not include screen PAR
17206         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17207           fix mouse event translation to actually work
17208
17209 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17210
17211         * gst/asfdemux/gstasfdemux.c:
17212         (gst_asf_demux_process_ext_content_desc):
17213          Extract TrackNumber metadata + clean up code
17214         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17215          Hope this is the good fix (var used unitialised)
17216
17217 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * ext/faad/gstfaad.c: (gst_faad_chain):
17220           Only increment timestamp if it's valid. Fixes raw AAC streams.
17221
17222 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17223
17224         * configure.ac:
17225         * gst/games/Makefile.am:
17226         * gst/games/gstpuzzle.c:
17227           add a puzzle game with...
17228         * gst/games/gstvideoimage.c:
17229         * gst/games/gstvideoimage.h:
17230           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17231           from videotestsrc and made into something that would be a nice
17232           library for a lot of other plugins.
17233
17234 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17235
17236         * configure.ac:
17237          don't compile faad plugin if a RC of 2.0 is found
17238          Fixes #155346 (and FC1 buildbot)
17239         * gst/asfdemux/gstasfdemux.c:
17240         (gst_asf_demux_process_ext_content_desc):
17241          try to make Solaris compiler happier
17242
17243 2005-01-06  Paul Jack  <pjack@sfaf.org>
17244
17245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17246
17247         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17248           Fix segfault (#161667).
17249
17250 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17253           Fix framerate reporting.
17254
17255 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17256
17257         * gst-libs/gst/riff/riff-ids.h:
17258         * gst/wavenc/riff.h:
17259          Add AMR (VBR and CBR) ids to riff.h audio codec list
17260         * gst/asfdemux/gstasfdemux.c:
17261         (gst_asf_demux_process_ext_content_desc),
17262         (gst_asf_demux_process_object):
17263           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17264
17265 2005-01-05  Martin Eikermann  <meiker@upb.de>
17266
17267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17270         (gst_dvd_demux_handle_discont):
17271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17272         (gst_mpeg_demux_handle_discont):
17273           Recreate pads on new-media (#160730).
17274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17275           Send discont even if manager changes timestamps (#161929).
17276
17277 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17278
17279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17280
17281         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17282           Fix invalid memory access (#159211).
17283
17284 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17285
17286         * examples/gstplay/player.c: (main):
17287           Don't iterate.
17288         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17289           Add visualizations.
17290         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17291         (gst_a52dec_handle_frame):
17292           Set duration.
17293         * ext/dvdnav/gst-dvd:
17294           Add audioconvert. Fixes #161325.
17295         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17296           Explicitely case to gint64. Possible valgrind error.
17297         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17298         (gst_play_tick_callback), (gst_play_change_state),
17299         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17300         (gst_play_set_location), (gst_play_get_location),
17301         (gst_play_seek_to_time), (gst_play_set_data_src),
17302         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17303         (gst_play_set_visualization), (gst_play_connect_visualization),
17304         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17305         (gst_play_new):
17306           Use playbin. Fixes #139749 and #147744.
17307         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17308           Add genre tag.
17309         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17310         (audioscale_get_type), (gst_audioscale_base_init),
17311         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17312         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17313         (gst_audioscale_link), (gst_audioscale_get_buffer),
17314         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17315         (gst_audioscale_init), (gst_audioscale_dispose),
17316         (gst_audioscale_chain), (gst_audioscale_set_property),
17317         (gst_audioscale_get_property), (plugin_init):
17318           Indent properly.
17319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17320           Fix LPCM.
17321         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17322         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17323         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17324           Add more metadata (fixes #162656).
17325
17326 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17327
17328         * configure.ac:
17329           back to cvs
17330
17331 === release 0.8.7 ===
17332
17333 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17334
17335         * NEWS:
17336         * RELEASE:
17337         * configure.ac:
17338           releasing 0.8.7, "Hyperspace"
17339
17340 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17341
17342         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17343
17344         * gst/playback/gstplaybasebin.c:
17345          Fix for #162924 - free caps after use, not before
17346
17347 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17348
17349         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17350
17351         * gst/playback/gstplaybasebin.c:
17352         * gst/wavparse/gstwavparse.c:
17353           Fix for #154773 - fixes playback of small .wav files
17354
17355 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17356
17357         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17358
17359         * gst/audioscale/gstaudioscale.c:
17360           Fix for #162819 - make audioscale reusable
17361           Fixes playback of more than one file with playbin/totem
17362
17363 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17364
17365         * gst/ffmpegcolorspace/avcodec.h:
17366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17367         * gst/ffmpegcolorspace/imgconvert.c:
17368           clean up the mess that made me cry and avoid needless duplication
17369
17370 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17371
17372         * gst/ffmpegcolorspace/imgconvert.c:
17373           give some indication of why we're segfaulting
17374
17375 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17376
17377         * configure.ac:
17378           Fix indentation, fix v4l2 plugin detection.
17379         * ext/Makefile.am:
17380           Fix libmms location (Maciej, use diff -u!).
17381         * ext/alsa/gstalsa.c: (gst_alsa_init):
17382           Initialize caps cache to NULL.
17383         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17384           Only change state on audiosink if it exists.
17385
17386 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17387
17388         * gst/matroska/matroska-demux.c:
17389         * gst/matroska/matroska-ids.h:
17390         * gst/matroska/matroska-demux.h:
17391         Fix Vorbis streams failing to decode in some files, where cluster_time
17392         isn't 0, because then it doesn't send codec_priv before actual data.
17393         Remove time-based test and replace it with marker set on beginning of
17394         new stream
17395
17396 2004-12-28  David Schleef  <ds@schleef.org>
17397
17398         Merge patch from Ronald fixing problems with streaming
17399         text.
17400         * ext/cairo/gstcairo.c: (plugin_init):
17401         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17402         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17403         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17404         (gst_textoverlay_font_init), (gst_textoverlay_init),
17405         (gst_textoverlay_set_property):
17406         * ext/cairo/gsttextoverlay.h:
17407
17408 2004-12-27  David Schleef  <ds@schleef.org>
17409
17410         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17411         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17412         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17413         (gst_textoverlay_font_init), (gst_textoverlay_init),
17414         (gst_textoverlay_set_property): Improvements to actually
17415         render text as white on black outline on video, including
17416         font selection and horizontal/vertical alignment.  (Ronald's
17417         christmas present)
17418         * ext/cairo/gsttextoverlay.h:
17419
17420 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17421
17422         * ext/ogg/gstogg.c:
17423         * ext/ogg/gstogmparse.c:
17424           fix ogm[audio/video]parse plugin registration
17425           (riff won't load if bytestream is already loaded)
17426
17427 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17428
17429         * gst/audioconvert/gstchannelmix.c:
17430           fix for GLIB < 2.4
17431
17432 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17433
17434         * Makefile.am:
17435         * configure.ac:
17436           disable docs again until it actually passes make distcheck.
17437
17438 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17439
17440         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17441         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17442         (plugin_init):
17443           Add 3GP (variables name Q3GP because they can't start with a
17444           number). Add samr audio fourcc (used in .3gp files), decoder
17445           is work in progress. Also do a GST_WARNING instead of ERROR
17446           in case of unknown nodes, to decrease output.
17447
17448 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17449
17450         * Makefile.am:
17451           really fix dist
17452
17453 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17454
17455         * configure.ac:
17456         * ext/speex/gstspeexdec.h:
17457         * ext/speex/gstspeexenc.h:
17458           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17459           Fix detection code in configure.ac
17460
17461 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * gst/matroska/matroska-demux.c:
17464         (gst_matroska_demux_parse_blockgroup):
17465           Save position, so that queries give proper return values. Don't
17466           know how this could ever have worked before...
17467
17468 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * configure.ac:
17471           Put additional LAME check inside the conditional.  Fixes #152339
17472
17473 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17474
17475         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17476         (gst_avi_demux_stream_scan):
17477           Add some more debug. Fix logic error when setting movi offset
17478           while reading index.
17479
17480 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17481
17482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17483         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17484         (gst_avi_demux_process_next_entry):
17485           Add some debugging. Better detection of broken indexes and the
17486           accompanying index recovery. No infinite loops on state changes
17487           when we're still in our loopfunction.
17488
17489 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * configure.ac:
17492           Fix up.
17493
17494 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17495
17496         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17497
17498         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17499           Normalizing the value before setting
17500         (gst_sunaudiomixer_get_volume):
17501           Normalizing the value after getting. Fixes bug# 161980
17502
17503 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17504
17505         * Makefile.am: Make sure docs gets disted
17506         * docs/Makefile.am: Make sure all needed files get disted
17507         * gst-plugins.spec.in: latest updates
17508
17509 2004-12-22  Wim Taymans  <wim@fluendo.com>
17510
17511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17512         Revert patch 1.38 as clock distribution over schedulers does
17513         not work correcly in the core yet.
17514
17515 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17516
17517         * sys/oss/README: remove this file, which predates my birth
17518           (and which content is by far outdated)
17519
17520 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17521
17522         * Makefile.am:
17523         * configure.ac:
17524         * docs/Makefile.am:
17525         * docs/libs/Makefile.am:
17526         * docs/libs/gst-plugins-libs-docs.sgml:
17527         * docs/libs/gst-plugins-libs-sections.txt:
17528         * docs/libs/tmpl/gstgconf.sgml:
17529         * docs/upload.mak:
17530         * docs/version.entities.in:
17531           Added boilerplate gtk-doc files for plugin-libs documentation.
17532
17533 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17534
17535         * gst/auparse/gstauparse.c: fix int and float audio caps
17536
17537 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17538
17539         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17540         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17541           g_assert() can be a macro, don't use #ifdef inside it.
17542
17543 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17544
17545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17546
17547         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17548         (gst_videorate_init), (gst_videorate_chain),
17549         (gst_videorate_change_state):
17550           Event handling (fixes #159986).
17551
17552 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17553
17554         * gst-libs/gst/riff/riff-media.c:
17555         (gst_riff_create_video_caps_with_data):
17556           Add BLZ0 (Blizzard's version of DivX) fourcc.
17557
17558 2004-12-18  David Schleef  <ds@schleef.org>
17559
17560         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17561         portability fix.
17562
17563 2004-12-18  David Schleef  <ds@schleef.org>
17564
17565         * gst/tta/ttadec.h: Disable some header code that isn't used
17566         and clearly isn't portable.
17567
17568 2004-12-18  David Schleef  <ds@schleef.org>
17569
17570         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17571         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17572         (avcodec_get_pix_fmt), (avpicture_layout),
17573         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17574         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17575         Fix code to not use GCC extensions (and c99 extensions that
17576         Forte does not like.)
17577
17578 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17579
17580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17581
17582         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17583         (gst_deinterlace_chain):
17584           Rowstride fixes. Fixes #161039.
17585         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17586         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17587         (gst_video_crop_getcaps), (gst_video_crop_link),
17588         (gst_video_crop_i420), (gst_video_crop_chain),
17589         (gst_video_crop_change_state):
17590           Rework of negotiation. Actually works now. Fixes #158650.
17591
17592 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17595           That was very stupid.
17596
17597 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17598
17599         * gst/matroska/matroska-demux.c:
17600         (gst_matroska_demux_parse_blockgroup):
17601           Fix possible crasher.
17602
17603 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17606         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17607           Lace sizes can be zero.
17608
17609 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * ext/musepack/gstmusepackdec.cpp:
17612           Fetch error return values. Fixes #161624.
17613         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17614           Really EOS.
17615
17616 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17617
17618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17619           Work for truncated (unfinished download etc.) files. Fixes #160514.
17620
17621 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17622
17623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17624           Fix for integer overflow. Makes #156001 not crash. Probably masks
17625           the real bug.
17626
17627 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17628
17629         * gst/ac3parse/gstac3parse.c: (plugin_init):
17630           Parsers never have ranks. Fixes #159651.
17631
17632 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17633
17634         * gst/playback/gstdecodebin.c: (compare_ranks):
17635           make sure the facotries are ordered the same every time even if they
17636           have the same rank by using the name
17637         * gst/playback/gstdecodebin.c: (find_compatibles):
17638           make sure we don't add factories to the list twice
17639
17640 2004-12-16  David Schleef  <ds@schleef.org>
17641
17642         * configure.ac: look for musepack headers as musepack/*.h
17643         (fixes #159847)
17644         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17645         * ext/musepack/gstmusepackreader.h: same
17646
17647 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst-libs/gst/riff/riff-read.c:
17650         (gst_riff_read_strf_auds_with_data):
17651           Read extradata correctly (fixes #155879).
17652
17653 2004-12-16  David Schleef  <ds@schleef.org>
17654
17655         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17656         audio.  does _not_ attempt or allow conversion unless channels
17657         is 1 or 2.
17658
17659 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17660
17661         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17662
17663 2004-12-16  David Schleef  <ds@schleef.org>
17664
17665         * gst/audioscale/gstaudioscale.c: the resample library only
17666         handles 1 or 2 channels.  Change caps to compensate.
17667
17668 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17669
17670         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17671         (gst_matroska_demux_audio_caps):
17672           Some MPEG-AAC hacks, because else it doesn't work...
17673
17674 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17675
17676         * gst-libs/gst/riff/riff-media.c:
17677         (gst_riff_create_video_caps_with_data),
17678         (gst_riff_create_video_template_caps):
17679           Add h264.
17680
17681 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * gst-libs/gst/audio/Makefile.am:
17684           Try to fix buildbot.
17685
17686 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17687
17688         * gst/tcp/gstmultifdsink.c:
17689           Clean up and uniformize debugging.
17690
17691 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17692
17693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17696         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17698         (gst_mpeg_demux_change_state):
17699           Reset on ready. Fixes 160276.
17700
17701 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17702
17703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17704
17705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17706         (gst_ffmpegcsp_pad_link):
17707           Fix memleak (#154815).
17708
17709 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17710
17711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17712
17713         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17714         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17715         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17716         * ext/musicbrainz/gsttrm.h:
17717           Add support for using a proxy server when getting a trm id from
17718           the MusicBrainz database (#149613).
17719
17720 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17721
17722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17723
17724         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17725         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17726           Fix memleaks (#157233).
17727
17728 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17729
17730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17731
17732         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17733         * gst-libs/gst/resample/resample.h:
17734         * gst/audioscale/gstaudioscale.c:
17735           Fix memleak (#159215).
17736
17737 2004-12-16  Toni Willberg  <toniw@iki.fi>
17738
17739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17740
17741         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17742         * sys/oss/oss_probe.c: (main):
17743           Check for mono/stereo support (similar to samplerate probing),
17744           fixes #159433. Also add missing copyright header to oss_probe.c.
17745
17746 2004-12-15  David Schleef  <ds@schleef.org>
17747
17748         * configure.ac: add audioresample and cairo plugins.  Remove
17749         HAVE_MMX stuff, because it's not used.
17750         * ext/Makefile.am: same
17751         * ext/audioresample/Makefile.am: You are not ready for an
17752         audio resampling element based on audioresample.
17753         * ext/audioresample/gstaudioresample.c:
17754         * ext/audioresample/gstaudioresample.h:
17755         * ext/cairo/Makefile.am: You are not ready for overlay elements
17756         based on cairo.  Don't look too closely, these elements kinda
17757         suck right now.
17758         * ext/cairo/gstcairo.c: new
17759         * ext/cairo/gsttextoverlay.c: new
17760         * ext/cairo/gsttextoverlay.h: new
17761         * ext/cairo/gsttimeoverlay.c: new
17762         * ext/cairo/gsttimeoverlay.h: new
17763         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17764         problem with compilers that don't support variadic macros.
17765
17766 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17767
17768         Reviewed by:  David Schleef  <ds@schleef.org>
17769
17770         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17771         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17772         bit.  Also ran indent-gst.
17773         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17774         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17775         (gst_sunaudiosrc_setparams):
17776
17777 2004-12-14  David Schleef  <ds@schleef.org>
17778
17779         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17780         output rate to 16000.  Should fix #160235.
17781
17782 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17783
17784         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17785         Add typefinding for mpeg2 pes streams
17786
17787 2004-12-13  David Schleef  <ds@schleef.org>
17788
17789         * configure.ac:  Applied patch from bug #143659, making default
17790         sources and sinks OS-dependent (for Solaris), and added code
17791         for OS/X.
17792         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17793
17794 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17795
17796         * gst-libs/gst/riff/riff-media.c:
17797           forgot to add h2.64 to avidemux template caps
17798
17799 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17800
17801         * gst/wavenc/riff.h:
17802         * gst-libs/gst/riff/riff-media.c:
17803         * gst-libs/gst/riff/riff-ids.h:
17804         * gst/avi/gstavimux.c
17805         add 4CC code for VideoSoft h264 in AVI (VSSH)
17806           fixes bug #160655
17807         remove s323 from riff, it's quicktime specific :(
17808
17809 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17810
17811         * gst/asfdemux/README
17812         * gst/wavenc/riff.h
17813         * gst-libs/gst/riff/riff-ids.h
17814         * gst-libs/gst/riff/riff-media.c
17815         * gst/qtdemux/qtdemux.c:
17816           add new 4CC codes for h263 related codecs
17817           fixes partially bug #155163
17818
17819 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17820
17821         * configure.ac: Update polyaudio requirement to 0.7
17822         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17823
17824 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17825
17826         * gst/interleave/deinterleave.c:
17827         fix my name's spelling! :)
17828
17829 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17830
17831         * AUTHORS ChangeLog
17832         * gst/auparse/gstauparse.c
17833         * gst/interleave/deinterleave.c
17834         * gst/law/:
17835                 alaw-decode.c alaw-encode.c
17836                 mulaw-decode.c mulaw-encode.c
17837         * gst/oneton/gstoneton.c
17838         * sys/osxaudio/:
17839                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17840         * sys/osxvideo/:
17841                 cocoawindow.h cocoawindow.m
17842                 osxvideosink.h osxvideosink.m
17843
17844         put the same mail address for Zaheer Abbas Merali everywhere
17845
17846 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17847
17848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17849           Align by packetsize, and assert that we a packet available before
17850           playing. The first makes webstreams work (they often include
17851           trailing padding data in a packet), the second allows pausing a
17852           ASF stream in totem without getting demux errors afterwards.
17853
17854 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * ext/ogg/gstoggdemux.c: (get_relative):
17857           Check for non-NULL before accessing member (end-of-chain).
17858
17859 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17862         (cdparanoia_set_property), (cdparanoia_get_property):
17863         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17864         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17865         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17866         (dvdreadsrc_init), (dvdreadsrc_set_property),
17867         (dvdreadsrc_get_property):
17868         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17869         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17870           Synchronize property names where not yet the case. Devices are
17871           now device=X, other versions are deprecated (but still exist).
17872           Also use g_free() unconditionally.
17873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17874         (setup_source), (gst_play_base_bin_get_property):
17875           Expose source.
17876
17877 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17878
17879         * configure.ac: move GCONF macro outside conditional for the am
17880           conditional. Fixes #160439
17881
17882 2004-12-08  David Schleef  <ds@schleef.org>
17883
17884         * tools/gst-visualise-m.m: Switch to elements that currently
17885         exist.
17886
17887 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17888
17889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17890           We love wrong commas.
17891
17892 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * gst/matroska/matroska-demux.c:
17895         (gst_matroska_demux_handle_src_query):
17896           Don't set DEFAULT, unsupported - makes length display incorrectly
17897           in some cases.
17898
17899 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17900
17901         * gst/monoscope/README: remove blurb about files being GPL
17902         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17903         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17904           monoscope is now effectively LGPL licensed
17905
17906 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17907
17908         * gst/monoscope/README: Update information to be more correct
17909         * gst/monoscope/convolve.c: Relicense to LGPL
17910         * gst/monoscope/convolve.h: Relicense to LGPL
17911
17912 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17913
17914         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17915           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17917           set default_duration for mpeg1 audio
17918
17919 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17920
17921         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17922         * ext/alsa/gstalsa.h:
17923           refactor big chunks of the core caps negotiation code to make it
17924           a lot faster, because people claim it's really slow
17925           (actually, just cache the getcaps when the device is opened)
17926
17927 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17928
17929         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17930         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17931         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17932         (gst_a52dec_change_state), (plugin_init):
17933         * ext/a52dec/gsta52dec.h:
17934           Do something useful with timestamps. Make chain-based (since
17935           there's really no reason to be loopbased).
17936         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17937           Update current_byte/frame correctly.
17938
17939 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17942         (gst_ape_demux_stream_init):
17943           Forward tags, too.
17944
17945 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17946
17947         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17948           Let's make sure we're done typefinding when detecting tags.
17949
17950 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17951
17952         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17953         (gst_ebml_read_init), (gst_ebml_read_use_event),
17954         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17955         (gst_ebml_read_seek), (gst_ebml_read_skip),
17956         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17957         (gst_ebml_read_master):
17958         * gst/matroska/ebml-read.h:
17959         * gst/matroska/matroska-demux.c:
17960         (gst_matroska_demux_parse_contents),
17961         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17962           Disgustingly evil hack for working around INTERRUPT events and
17963           their extremely annoying habit of being a pain in the ass. We
17964           simply peek a cluster before reading any of it.
17965
17966 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17967
17968         * ext/musepack/gstmusepackdec.cpp:
17969           There's also floating point libmusepacks.
17970
17971 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17974         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17975           Set DURATION even if source buffer didn't. Also use increasing
17976           timestamps.
17977         * gst-libs/gst/riff/riff-media.c:
17978         (gst_riff_create_audio_caps_with_data):
17979           Block_align can have larger values than 8192.
17980
17981 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17982
17983         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17984         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17985         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17986         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17987           Fix caps.
17988
17989 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17990
17991         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17992           Fix logic bug.
17993
17994 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17995
17996         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17997           Yay, another one.
17998
17999 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18000
18001         * ext/esd/esdsink.c: (gst_esdsink_chain):
18002           Make error actually say something useful (fixes #156798).
18003         * gst-libs/gst/riff/riff-media.c:
18004         (gst_riff_create_video_caps_with_data),
18005         (gst_riff_create_video_template_caps):
18006           Add Intel Video 5.0 fourcc (IV50).
18007
18008 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18009
18010         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18011         detection on mono and stereo mp3 files.
18012
18013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18014
18015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18016           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18017           the contained stream).
18018
18019 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18020
18021         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18022           Oops, remove debug.
18023
18024 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18025
18026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18027
18028         * gst/law/alaw-decode.c: (alawdec_getcaps):
18029         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18030           Prevent warnings when negotiating caps (fixes #159338).
18031
18032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18033
18034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18035         (gst_ffmpegcsp_chain):
18036           Remove old leftover that shouldn't be there...
18037
18038 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18039
18040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18041
18042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18043           Don't forward DISCONT events (fixes #159684).
18044
18045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18048           Unlink manually since sometimes bin disposal (and therefore
18049           pad unlinking) is delayed, which will cause a new media file
18050           to not be able to start playing instantly.
18051
18052 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18055           On mute of an unlinked stream, check for pad availability so
18056           we don't crash on unlinked pad.
18057
18058 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18059
18060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18061         (gst_avi_demux_massage_index):
18062           Fix quite humiliating bug in omitting 0-sized index chunks but
18063           forgetting to count them for timestamps.
18064
18065 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18066
18067         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18068           Actually leave the loop if we failed to sync. Don't crash.
18069
18070 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18071
18072         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18073         (gst_dvd_demux_process_private):
18074         * gst/mpegstream/gstdvddemux.h:
18075           Fix crash (#159759). Doesn't work, though. :-(.
18076
18077 2004-11-28  Benjamin Otte  <otte@gnome.org>
18078
18079         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18080           more overwriting protection due to modifying channels one by one
18081           instead of all at once
18082
18083 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * gst/audioconvert/gstchannelmix.c:
18086         (gst_audio_convert_fill_normalize):
18087           Normalize using absolute values.
18088
18089 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18090
18091         * configure.ac:
18092         * ext/Makefile.am:
18093         * ext/directfb/Makefile.am:
18094         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18095         (gst_directfbvideosink_get_pixel_format),
18096         (gst_directfbvideosink_get_format_from_fourcc),
18097         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18098         (gst_directfbvideosink_sink_link),
18099         (gst_directfbvideosink_change_state),
18100         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18101         (gst_directfbvideosink_buffer_alloc),
18102         (gst_directfbvideosink_interface_supported),
18103         (gst_directfbvideosink_interface_init),
18104         (gst_directfbvideosink_navigation_send_event),
18105         (gst_directfbvideosink_navigation_init),
18106         (gst_directfbvideosink_set_property),
18107         (gst_directfbvideosink_get_property),
18108         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18109         (gst_directfbvideosink_base_init),
18110         (gst_directfbvideosink_class_init),
18111         (gst_directfbvideosink_get_type), (plugin_init):
18112         * ext/directfb/directfbvideosink.h: Adding a first version of
18113         directfbvideosink.
18114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18115         more.
18116
18117 2004-11-28  Benjamin Otte  <otte@gnome.org>
18118
18119         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18120           walk the samples backwards if out_channels > in_channels so we don't
18121           overwrite data
18122
18123 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * gst/audioconvert/Makefile.am:
18126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18127         (gst_audio_convert_link), (gst_audio_convert_change_state),
18128         (gst_audio_convert_channels):
18129         * gst/audioconvert/gstchannelmix.c:
18130         (gst_audio_convert_unset_matrix),
18131         (gst_audio_convert_fill_identical),
18132         (gst_audio_convert_fill_compatible),
18133         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18134         (gst_audio_convert_fill_others),
18135         (gst_audio_convert_fill_normalize),
18136         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18137         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18138         * gst/audioconvert/gstchannelmix.h:
18139           Implement a channel mixer.
18140
18141 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18142
18143         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18144         * ext/alsa/gstalsa.h:
18145         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18146         Make alsasink actually honor gst_element_set_clock and use that
18147         clock instead of its internal one.
18148
18149 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18150
18151         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18152         (gst_play_base_bin_change_state): nullify source and decoder when
18153         going from READY to NULL so that we don't try to do weird stuff with
18154         them when going from NULL to READY
18155         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18156         instead of g_object_unref
18157         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18158         it should be correct
18159         (gst_play_bin_change_state): don't call remove_sinks if we are
18160         currently disposing the object
18161
18162 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18163
18164         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18165           Don't forget bass if it's there. Else left channel is silent...
18166
18167 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18168
18169         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18170         (gst_a52dec_change_state):
18171           Don't do sample adjusting anymore, we use float audio now.
18172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18173           Don't fixate to non-existing properties.
18174
18175 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18176
18177         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18178         (gst_a52dec_change_state):
18179           Advertise that we can do surround sound.
18180
18181 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18184           Add buffer-frames=0.
18185         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18186         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18187         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18188         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18189         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18190         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18191         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18192         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18193         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18194         * ext/dvdread/dvdreadsrc.h:
18195           Add seeking, querying for bytes, sectors, title, angle and
18196           chapter. Handle multiple chapters. Relicense to LGPL because
18197           Billy agreed on that (thanks Billy!).
18198
18199 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18200
18201         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18202         call parent dispose method
18203
18204 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18205
18206         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18207         (gst_audio_clock_get_internal_time):
18208         Fix active <-> inactive transitions: ensure time value always
18209         grows and avoid abrupt value changes.
18210
18211 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18212
18213         * configure.ac:
18214         * gst/tta/Makefile.am:
18215         * gst/tta/crc32.h:
18216         * gst/tta/filters.h:
18217         * gst/tta/gsttta.c:
18218         * gst/tta/gstttadec.c:
18219         * gst/tta/gstttadec.h:
18220         * gst/tta/gstttaparse.c:
18221         * gst/tta/gstttaparse.h:
18222         * gst/tta/ttadec.h:
18223           added TTA parser and decoder
18224
18225 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18226
18227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18228         (probe_triggered), (check_queue), (buffer_underrun),
18229         (buffer_running), (buffer_overrun), (gen_source_element),
18230         (setup_source):
18231         * gst/playback/gstplaybasebin.h:
18232           Implement buffering. Needs some more work.
18233
18234 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18235
18236         * ext/theora/theoradec.c: (theora_dec_chain):
18237           Fix ilog mask range overflow.
18238
18239 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18240
18241         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18242           Don't omit the last (which in case of dmix is the only :) )
18243           channel count. Don't set channels if <= 2.
18244
18245 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18246
18247         * gst/playback/gstplaybin.c: (gen_video_element),
18248         (gen_audio_element): Removed 2 obsolete comments
18249
18250 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18251
18252         * ext/vorbis/oggvorbisenc.c
18253         * ext/vorbis/vorbisenc.c :
18254           change description fields of those plugins to differentiate them
18255           (pitivi show Encoders by description, they had the same one)
18256
18257 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18258
18259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18260
18261         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18262         (gst_play_bin_set_property), (gen_video_element),
18263         (gen_audio_element):
18264           Refcounting fixes for provided audio-/videosinks.
18265
18266 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18267
18268         * gst/playback/gstplaybin.c: (gen_video_element),
18269         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18270           Don't reference all sinks, but only the video- and audiosinks.
18271           The vis. element should be disposed when we're done with it.
18272           We don't have any reason to keep it around. This fixes warnings
18273           when reusing playbin for playing multiple audio files with
18274           vis. enabled. Also release audio device on pause - idea stolen
18275           from Rhythmbox.
18276
18277 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18278
18279         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18280         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18281         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18282         * ext/alsa/gstalsaplugin.c: (plugin_init):
18283         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18284         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18285         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18286         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18287         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18288         (gst_faad_change_state), (plugin_init):
18289         * ext/faad/gstfaad.h:
18290         * ext/vorbis/vorbis.c: (plugin_init):
18291         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18292         * gst-libs/gst/audio/Makefile.am:
18293         * gst-libs/gst/audio/audio.c: (plugin_init):
18294         * gst-libs/gst/audio/multichannel.c:
18295         (gst_audio_check_channel_positions),
18296         (gst_audio_get_channel_positions),
18297         (gst_audio_set_channel_positions),
18298         (gst_audio_set_structure_channel_positions_list),
18299         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18300         (gst_audio_fixate_channel_positions):
18301         * gst-libs/gst/audio/multichannel.h:
18302         * gst-libs/gst/audio/testchannels.c: (main):
18303         * gst/audioconvert/gstaudioconvert.c:
18304         (gst_audio_convert_class_init), (gst_audio_convert_init),
18305         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18306         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18307         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18308         * gst/audioconvert/plugin.c: (plugin_init):
18309           Surround sound support.
18310
18311 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18312
18313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18314           Fix position for discont if we're close as well. Nitpicking, but
18315           saves a few milliseconds of extra waiting or skipping.
18316
18317 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18318
18319         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18320           We sometimes need parsers for playback, so add those too.
18321
18322 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * configure.ac:
18325         * gst/apetag/Makefile.am:
18326         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18327         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18328         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18329         (gst_ape_demux_get_src_query_types),
18330         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18331         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18332         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18333         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18334         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18335         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18336         (gst_ape_demux_change_state):
18337         * gst/apetag/apedemux.h:
18338         * gst/apetag/apetag.c: (plugin_init):
18339         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18340         (plugin_init):
18341           APE v1/2 tag reader plus typefind function.
18342
18343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * configure.ac:
18346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18348           Remove hacks for older core. Require newer core version
18349           accordingly.
18350
18351 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18352
18353         * gst/cdxaparse/Makefile.am:
18354         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18355         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18356         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18357         * gst/cdxaparse/gstcdxaparse.h:
18358         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18359         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18360         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18361         (gst_cdxastrip_get_src_query_types),
18362         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18363         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18364         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18365         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18366         * gst/cdxaparse/gstcdxastrip.h:
18367           SVCD/VCD header stripping separated from CDXA image parsing.
18368         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18369         (plugin_init):
18370           Add VCD/SVCD header typefinding for VCD/SVCD.
18371         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18372         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18373         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18374         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18375         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18376         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18377         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18378         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18379         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18380         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18381         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18382         * sys/vcd/vcdsrc.h:
18383           Fix up, add seeking, querying, URI interface. Works in totem now.
18384
18385 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18386
18387         * configure.ac:
18388           back to CVS
18389
18390 === release 0.8.6 ===
18391
18392 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * NEWS:
18395         * RELEASE:
18396         * configure.ac:
18397         * po/af.po:
18398         * po/az.po:
18399         * po/cs.po:
18400         * po/en_GB.po:
18401         * po/hu.po:
18402         * po/it.po:
18403         * po/nb.po:
18404         * po/nl.po:
18405         * po/or.po:
18406         * po/sq.po:
18407         * po/sr.po:
18408         * po/sv.po:
18409         * po/uk.po:
18410           releasing 0.8.6, "IOU Love"
18411
18412 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18413
18414         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18415
18416         * gst/playback/gstplaybasebin.c:
18417           Fix unplayable files error handling.  Fixes #158365
18418
18419 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18420
18421         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18422
18423         * gst/typefind/gsttypefindfunctions.c:
18424           Fix broken mp3 typefinding.  Fixes #158375
18425
18426 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18427
18428         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18429
18430         * ext/ogg/gstoggdemux.c:
18431           Fix sync on broken files.  Fixes #158976
18432
18433 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18434
18435         patch by: Edward Hervey <bilboed@bilboed.com>
18436
18437         * ext/libpng/gstpngenc.c:
18438           Copy over buffer properties.  Fixes #158832
18439
18440 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18441
18442         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18443
18444         * ext/dvdread/dvdreadsrc.c:
18445           Fixes invalid reads (#158462)
18446
18447 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18448
18449         * sys/v4l/gstv4lsrc.c:
18450         * sys/v4l/gstv4lsrc.h:
18451         * sys/v4l/v4lsrc_calls.c:
18452           Probe less and cache it.  Fixes #159187.
18453
18454 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * gst/videorate/gstvideorate.c:
18457           Handle all video formats. Fixes #159186.
18458
18459 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18460         * gst/synaesthesia/gstsynaesthesia.c:
18461         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18462         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18463         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18464         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18465         (gst_synaesthesia_change_state), (plugin_init):
18466         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18467         Force 320x200 output, as that's the only thing the underlying
18468         synaesthesia implementation supports. Still needs to be made
18469         re-entrant.
18470
18471 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18472
18473         * configure.ac:
18474           Fix mpeg2enc configure check (similar to mplex check below).
18475
18476 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18477
18478         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18481           Fix for gcc-2.95 (fixes #158221).
18482
18483 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18484
18485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18486           Re-add clock distribution hack (until new core is released).
18487           Fixes #158125.
18488
18489 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18490         * configure.ac:
18491           fix mplex configure check segfaulting on some systems (bug #140994)
18492
18493 2004-11-13  Benjamin Otte  <otte@gnome.org>
18494
18495         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18496           add debugging
18497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18498           do a wait when we enter the loop func with no data available to
18499           write instead of getting into an 100% CPU loop by just returning and
18500           being called again by the scheduler
18501
18502 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18503
18504         * configure.ac:
18505         * ext/libvisual/visual.c: (gst_visual_get_type),
18506         (libvisual_log_handler), (gst_visual_getcaps),
18507         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18508         (plugin_init):
18509           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18510         * ext/smoothwave/Makefile.am:
18511         * ext/smoothwave/demo-osssrc.c: (main):
18512         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18513         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18514         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18515         (plugin_init):
18516         * ext/smoothwave/gstsmoothwave.h:
18517           Make gstsmoothwave a working element in the 20th century.
18518
18519         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18520           Fix incorrect link function
18521
18522 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18523
18524         * gst/volume/gstvolume.c:
18525           Allow buffer-frames=0.
18526
18527 2004-11-12 Iain <iaingnome@gmail.com>
18528
18529         * configure.ac: Check for polypaudio
18530
18531         * ext/Makefile.am: Build the polyp dir
18532
18533         * ext/polyp: The polypsink sources.
18534
18535 2004-10-30 Iain <iaingnome@gmail.com>
18536
18537         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18538         caps to reflect the new number of channels.
18539
18540 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18541
18542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18543           Fix for negotiation order problem. This would show when the
18544           ALSA loopfuction was called before any other function. ALSA
18545           wouldn't do anything because we're not negotiated yet, leading
18546           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18547
18548 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18549
18550         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18551
18552         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18553           No warnings (#157986).
18554
18555 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18558           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18559
18560 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18563           Signal no-more-pads (so it works in playbin).
18564
18565 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * ext/musepack/gstmusepackreader.cpp:
18568           Workaround for older core.
18569
18570 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18573           Actually test for odd width/height rather than testing whether
18574           a temporary variable that was 0 before we subtracted 1 is now
18575           not equal to zero (which it always is).
18576
18577 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18578
18579         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18580         Fix compilation if HAVE_XVIDEO is not defined
18581
18582 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18583
18584         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18585         Fix compilation if HAVE_XVIDEO is not defined
18586
18587 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18588
18589         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18590         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18591         (gst_goom_change_state), (plugin_init):
18592         Use the bytestream adapter so goom doesn't depend on the input
18593         buffer size.
18594         Add a debug category
18595
18596 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18599           Only set hardware parameters *after* negotiation. Before
18600           negotiation, it will set ANY and that seems to cause crashes
18601           (see e.g. #151288, #153227).
18602
18603 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18604
18605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18606           This seems to be antique leftover. It needs to pass error
18607           checking.
18608         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18609         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18610         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18611         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18612           Fix GstXOverlay implementation (#151059).
18613
18614 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18615
18616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18617           Don't assert (#157853).
18618
18619 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18622           Fix bytes/samples confustion.
18623         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18624           Fix for underrun (#144389).
18625
18626 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18627
18628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18629           Disable halfway-seek for pending release (since it needs a new
18630           core release).
18631
18632 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18633
18634         * sys/v4l/gstv4lsrc.c:
18635         * sys/v4l/gstv4lsrc.h:
18636         * sys/v4l/v4lsrc_calls.c:
18637           add autoprobe-fps property so we can separate autoprobing parts
18638
18639 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18640
18641         * sys/v4l/gstv4lsrc.c:
18642         * sys/v4l/v4lsrc_calls.c:
18643         initialise fourcc to catch unset fourcc's, and debug
18644
18645 2004-11-09  Wim Taymans  <wim@fluendo.com>
18646
18647         * gst/playback/README:
18648         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18649         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18650         (gst_play_bin_dispose), (gst_play_bin_set_property),
18651         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18652         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18653         (gst_play_bin_get_formats), (gst_play_bin_convert),
18654         (gst_play_bin_get_query_types), (gst_play_bin_query):
18655         Cleanups and some more documentation.
18656
18657 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18658
18659         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18660         (gst_cacasink_init), (gst_cacasink_chain):
18661         * ext/libcaca/gstcacasink.h:
18662         Cacasink inherits from VideoSink, so let that store the clock.
18663
18664 2004-11-09  Wim Taymans  <wim@fluendo.com>
18665
18666         * gst/playback/README:
18667         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18668         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18669         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18670         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18671         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18672         (setup_sinks):
18673         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18674         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18675         * gst/playback/gststreaminfo.h:
18676         Updated README.
18677         Only switch groups if all streams have muted (EOSed).
18678         Send Tags in sync with the stream playback instead of in
18679         the playback/preroll phase.
18680         Some cleanups, free the fakesrc elements.
18681
18682 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18683
18684         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18685           buffer-frames property was missing
18686         * ext/arts/gst_arts.c:
18687           rate missing from sinkcaps
18688         * ext/audiofile/gstafparse.c:
18689         * ext/audiofile/gstafsink.c:
18690         * ext/audiofile/gstafsrc.c:
18691         * ext/swfdec/gstswfdec.c:
18692           int audio doesn't know buffer-frames
18693         * ext/cdparanoia/gstcdparanoia.c:
18694           int audio doesn't know chunksize either
18695         * ext/nas/nassink.c:
18696           it's endianness, not endianess
18697         * gst-libs/gst/audio/audio.h:
18698           make float standard pad template caps really describe float
18699         * gst/law/mulaw.c: (linear_factory):
18700           signed only, please
18701         * gst/mpegstream/gstdvddemux.c:
18702           widths of 20 are not valid
18703
18704 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18705
18706         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18707
18708         * po/LINGUAS:
18709         * po/it.po:
18710           Add Italian
18711
18712 2004-11-08  Wim Taymans  <wim@fluendo.com>
18713
18714         * gst/playback/README:
18715         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18716         * gst/playback/gstplaybasebin.c: (probe_triggered),
18717         (gst_play_base_bin_change_state):
18718         Updated README, added more comments for fixmes etc..
18719
18720 2004-11-08  Wim Taymans  <wim@fluendo.com>
18721
18722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18723         We can remove this hack now.
18724
18725 2004-11-08  Wim Taymans  <wim@fluendo.com>
18726
18727         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18728         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18729         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18730         Only mix AYUV for maximum quality.
18731
18732 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18733
18734         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18735         (gst_ogg_demux_push), (gst_ogg_pad_push):
18736           Let's act as if we're synchronized now! :).
18737         * ext/theora/theoradec.c: (theora_dec_chain):
18738           Add some debug.
18739
18740 2004-11-08  Wim Taymans  <wim@fluendo.com>
18741
18742         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18743         (gst_alpha_set_property), (gst_alpha_sink_link),
18744         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18745         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18746         (gst_alpha_init_params), (gst_alpha_chain):
18747         Implement alpha functions for AYUV too, this increases
18748         accuracy quite a bit.
18749
18750 2004-11-08  Wim Taymans  <wim@fluendo.com>
18751
18752         * gst/ffmpegcolorspace/avcodec.h:
18753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18754         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18755         (gst_ffmpegcsp_avpicture_fill):
18756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18757         (gst_ffmpegcsp_caps_remove_format_info):
18758         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18759         (shrink12), (img_get_alpha_info), (deinterlace_line),
18760         (deinterlace_line_inplace):
18761         * gst/ffmpegcolorspace/imgconvert_template.h:
18762         Added AYUV colorspace and handle RGBA a bit more respectful.
18763
18764 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18765
18766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18767           Actually always send a discont (cornercase when resending the
18768           same serial-tagged chain twice).
18769
18770 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18771
18772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18773         (gst_ximagesink_finalize):
18774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18775         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18776
18777 2004-11-08  Wim Taymans  <wim@fluendo.com>
18778
18779         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18780         Don't segfault on NULL data.
18781
18782 2004-11-08  Wim Taymans  <wim@fluendo.com>
18783
18784         * gst/playback/gstdecodebin.c: (unlinked):
18785         * gst/playback/gstplay-marshal.list:
18786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18787         (gst_play_base_bin_init), (group_create), (get_active_group),
18788         (get_building_group), (group_destroy), (group_commit),
18789         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18790         (add_element_stream), (no_more_pads), (probe_triggered),
18791         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18792         (state_change), (setup_source), (gst_play_base_bin_get_property),
18793         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18794         (gst_play_base_bin_link_stream),
18795         (gst_play_base_bin_get_streaminfo):
18796         * gst/playback/gstplaybasebin.h:
18797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18798         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18799         Add support for chained ogg files. Prepare for playlist
18800         support. This patch introduces the concept of pad groups, which
18801         together compose one playable media file.
18802
18803 2004-11-07  David Schleef  <ds@schleef.org>
18804
18805         * testsuite/gst-lint: Check for pad templates that aren't statically
18806         scoped.
18807
18808 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18809
18810         * configure.ac:
18811         * ext/Makefile.am:
18812         * ext/musepack/Makefile.am:
18813         * ext/musepack/gstmusepackdec.cpp:
18814         * ext/musepack/gstmusepackdec.h:
18815         * ext/musepack/gstmusepackreader.cpp:
18816         * ext/musepack/gstmusepackreader.h:
18817           Add musepack decoder.
18818         * ext/faad/gstfaad.c: (gst_faad_base_init):
18819           Make pad templates static.
18820         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18821         (plugin_init):
18822           Add musepack typefinder, make mp3 typefinding work halfway stream,
18823           which doesn't actually work yet because id3demux doesn't implement
18824           _get_length().
18825
18826 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18827
18828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18829         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18830           Fix interrupt event handling (#144436).
18831
18832 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18835           Hide unused glory.
18836
18837 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18838
18839         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18840
18841         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18842           Fix weird caps (#157548).
18843
18844 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18845
18846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18847
18848         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18849           Add missing NULL terminator (#157543).
18850
18851 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18852
18853         * gst/tcp/gsttcp.h:
18854         * gst/tcp/gsttcpclientsink.c:
18855         * gst/tcp/gsttcpclientsrc.c:
18856         * gst/tcp/gsttcpserversink.c:
18857         * gst/tcp/gsttcpserversrc.c:
18858           ports can go up to 65535.  Move common defines to gsttcp.h
18859
18860 2004-11-05  Wim Taymans  <wim@fluendo.com>
18861
18862         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18863         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18864         Added two more colorspaces.
18865
18866 2004-11-05  Wim Taymans  <wim@fluendo.com>
18867
18868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18869         (gst_ffmpegcsp_avpicture_fill):
18870         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18871         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18872         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18873         More stride fixes.
18874
18875 2004-11-05  Wim Taymans  <wim@fluendo.com>
18876
18877         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18878         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18879         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18880         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18881         (gst_videomixer_loop):
18882         More stride fixes.
18883
18884 2004-11-05  Benjamin Otte  <otte@gnome.org>
18885
18886         * ext/mad/gstmad.c: (gst_mad_chain):
18887           don't overflow data buffer. Flush not needed sync data when syncing
18888           failed.
18889
18890 2004-11-04  Wim Taymans  <wim@fluendo.com>
18891
18892         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18893         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18894         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18895         (gst_alpha_init_params), (gst_alpha_chain),
18896         (gst_alpha_change_state):
18897         Updated the chroma keying algorithm with something more
18898         sophisticated.
18899
18900 2004-11-03  Wim Taymans  <wim@fluendo.com>
18901
18902         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18903         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18904         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18905         Fix stride issues. Does not completely work for odd
18906         heights.
18907
18908 2004-11-03  Wim Taymans  <wim@fluendo.com>
18909
18910         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18911         (gst_alpha_chroma_key), (gst_alpha_chain):
18912         Fix stride issues. Does not completely work for odd
18913         heights.
18914
18915 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18916
18917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18918         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18919         leak fixes
18920
18921 2004-11-03  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18924         (gst_ffmpegcsp_avpicture_fill):
18925         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18926         (avpicture_alloc):
18927         * gst/ffmpegcolorspace/imgconvert_template.h:
18928         Use correct _fill function to get correct strides.
18929
18930 2004-11-02  David Schleef  <ds@schleef.org>
18931
18932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18933         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18934         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18935         Change all g_print()s to debugging.  Add a bunch of consistency
18936         checks.
18937
18938 2004-11-02  Wim Taymans  <wim@fluendo.com>
18939
18940         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18941         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18942         (unlinked), (no_more_pads), (close_link):
18943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18944         (unknown_type), (add_element_stream), (new_decoded_pad),
18945         (removed_decoded_pad), (setup_source):
18946         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18947         (gst_stream_info_class_init), (gst_stream_info_init),
18948         (gst_stream_info_new), (gst_stream_info_dispose),
18949         (stream_info_mute_pad), (gst_stream_info_set_property),
18950         (gst_stream_info_get_property):
18951         * gst/playback/gststreaminfo.h:
18952         Fix playback of multiple files.
18953         a slightly different approach to handling dynamic pad removals.
18954         This one only looks at pads that we have linked.
18955
18956 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18957
18958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18959         free" warning from libc.
18960
18961 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18964         (get_unconnected_element), (remove_starting_from), (pad_removed),
18965         (close_link):
18966           Implement support for dynamic pad changing. We listen to "live"
18967           pad removals (i.e. while playing) and re-setup autoplugging
18968           after that. Playbasebin/playbin need some more work for this
18969           to finally work, but decodebin supports (and replugs) chained
18970           ogg now.
18971
18972 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18973
18974         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18975         (gst_alsa_finalize):
18976         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18977         (gst_cdaudio_finalize):
18978         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18979         (cdparanoia_finalize):
18980         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18981         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18982         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18983         (dvdreadsrc_finalize):
18984         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18985         (gst_flacdec_finalize):
18986         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18987         (gst_flacenc_finalize):
18988         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18989         (gst_gnomevfssink_finalize):
18990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18991         (gst_gnomevfssrc_finalize):
18992         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18993         (gst_fameenc_finalize):
18994         * ext/nas/nassink.c: (gst_nassink_class_init),
18995         (gst_nassink_finalize):
18996         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18997         (gst_sdlvideosink_class_init):
18998         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18999         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19000         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19001         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19002         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19003         (gst_x_window_listener_dispose):
19004         * gst/audioscale/gstaudioscale.c:
19005         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19006         (play_on_demand_finalize):
19007         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19009         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19010         (cdplayer_finalize):
19011         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19012         (gst_glimagesink_class_init):
19013         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19014         (gst_osselement_finalize):
19015         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19016         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19017         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19018           Fixes a bunch of problems with finalize and dispose functions,
19019           either assumptions that dispose is only called once, or not calling
19020           the parent class dispose/finalize function
19021
19022 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19023
19024         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19025           added two api precondition guards
19026           use g_strdup with getenv to fix crash when using ENVVAR
19027
19028 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19029         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19030         (gst_esdsink_finalize):
19031         Use a finalize function, not dispose, and more importantly,
19032         call the parent class finalize function too
19033
19034 2004-11-01  Johan Dahlin  <johan@gnome.org>
19035
19036         * ext/ogg/gstoggdemux.c:
19037         * gst/tags/gstvorbistag.c:
19038         Plug leaks.
19039
19040 2004-10-31  Benjamin Otte  <otte@gnome.org>
19041
19042         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19043           lotsa memleaks today. But they're all small...
19044
19045 2004-10-31  Benjamin Otte  <otte@gnome.org>
19046
19047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19048           another memleak crushed
19049
19050 2004-10-31  Benjamin Otte  <otte@gnome.org>
19051
19052         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19053           fix memleak
19054
19055 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19056
19057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19058           Hack to prevent crash when going to READY inside signal handler
19059           while this function is active.
19060
19061 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19062
19063         * gst/ffmpegcolorspace/Makefile.am:
19064         * gst/ffmpegcolorspace/avcodec.h:
19065         * gst/ffmpegcolorspace/common.h:
19066         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19067         * gst/ffmpegcolorspace/dsputil.h:
19068         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19070         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19071         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19072         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19073         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19074         (gst_ffmpegcsp_avpicture_fill):
19075         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19077         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19078         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19079         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19080         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19081         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19082         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19083         * gst/ffmpegcolorspace/imgconvert.c:
19084         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19085         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19086         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19087         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19088         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19089         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19090         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19091         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19092         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19093         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19094         (grow21), (grow22), (grow41), (grow44), (conv411),
19095         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19096         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19097         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19098         (avpicture_free), (is_yuv_planar), (img_convert),
19099         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19100         (deinterlace_line_inplace), (deinterlace_bottom_field),
19101         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19102         * gst/ffmpegcolorspace/imgconvert_template.h:
19103         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19104         * gst/ffmpegcolorspace/mmx.h:
19105         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19106         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19107         (av_freep), (avcodec_get_context_defaults),
19108         (avcodec_alloc_context), (avcodec_init):
19109           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19110           handling plus update from ffmpeg CVS. Large clean-up.
19111
19112 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19113
19114         * gst/playback/Makefile.am:
19115           We need the marshallers for decodebin, too.
19116
19117 2004-10-30  David Schleef  <ds@schleef.org>
19118
19119         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19120           quicktime typefinding work with 64-bit offsets.
19121
19122 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19123
19124         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19125           Set EOS on the element when processing an EOS event.
19126         * ext/speex/gstspeexdec.h:
19127         * ext/speex/gstspeexenc.h:
19128           Only keep a const ptr to the mode
19129         * gst-libs/gst/riff/riff-media.c:
19130         (gst_riff_create_audio_caps_with_data),
19131         (gst_riff_create_audio_template_caps):
19132           Allow WMAV3, with up to 6 channels.
19133         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19134           Don't call gst_pad_set_event_function on a sink pad.
19135         * gst/mpegstream/gstdvddemux.c:
19136         (gst_dvd_demux_get_subpicture_stream),
19137         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19138           Copy the explicit caps that were set across to the cur_* pads,
19139           instead of trying to use a possibly non-existent negotiated caps.
19140           Reset the type of subpicture pads to UNKNOWN after calling
19141           init_stream, so that the caps get set.
19142
19143 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19144
19145         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19146
19147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19148           Don't touch buffer if it is of size 0 (fixes #151064).
19149
19150 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19151
19152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19153           Synchronized discont handling.
19154
19155 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19158         (gst_ogg_demux_push):
19159           Make seeking sort-of exact again (fixes #156387).
19160
19161 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * gst/playback/gstplaybasebin.c: (unknown_type),
19164         (add_element_stream), (new_decoded_pad),
19165         (gst_play_base_bin_change_state):
19166         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19167         (gst_stream_info_init), (gst_stream_info_new),
19168         (gst_stream_info_dispose), (gst_stream_info_get_property):
19169         * gst/playback/gststreaminfo.h:
19170           Make caps explicitely available. Makes testing for unsupported
19171           types possible. Improves error reporting.
19172
19173 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19174
19175         * gst/audioconvert/gstaudioconvert.c:
19176         (gst_audio_convert_buffer_to_default_format):
19177           Really don't touch read-only buffers (#156563).
19178
19179 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19180
19181         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19182
19183         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19184           Fix memleak (#155223).
19185
19186 2004-10-29  Wim Taymans  <wim@fluendo.com>
19187
19188         * gst/tcp/.cvsignore:
19189         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19190         (gst_multifdsink_class_init), (gst_multifdsink_init),
19191         (gst_multifdsink_add), (gst_multifdsink_remove),
19192         (gst_multifdsink_remove_client_link), (is_sync_frame),
19193         (gst_multifdsink_new_client),
19194         (gst_multifdsink_handle_client_write),
19195         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19196         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19197         (gst_multifdsink_get_property):
19198         * gst/tcp/gstmultifdsink.h:
19199         Added burst on connect sync_method, deprecated sync_clients,
19200         streamlined the sync code some more.
19201
19202 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19203
19204         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19205         (gst_play_base_bin_change_state):
19206           Improve error reporting.
19207
19208 2004-10-28  Wim Taymans  <wim@fluendo.com>
19209
19210         * gst/tcp/Makefile.am:
19211         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19212         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19213         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19214         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19215         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19216         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19217         (gst_fdset_wait):
19218         Added more locks around fdset structures. Fixed/reworked
19219         the poll array resizing code.
19220         Added stress test for fdset.
19221
19222 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19223
19224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19225         fix build
19226
19227 2004-10-28  Benjamin Otte  <otte@gnome.org>
19228
19229         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19230           fix link function to always query channels and query width for
19231           floats
19232         * configure.ac:
19233           add equalizer dir
19234         * gst/equalizer/Makefile.am:
19235         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19236         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19237         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19238         (arg_to_scale), (setup_filter),
19239         (gst_iir_equalizer_compute_frequencies),
19240         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19241         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19242         (plugin_init):
19243           add an equalizer
19244
19245 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19246
19247         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19248
19249         * po/LINGUAS:
19250         * po/nb.po:
19251           Added Norwegian Bokmaal translation
19252
19253 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19254
19255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19256           Don't break on options (fixes #156488).
19257
19258 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260         * configure.ac:
19261         * ext/cdaudio/Makefile.am:
19262         * sys/Makefile.am:
19263           fix build on older automake
19264
19265 2004-10-26  Wim Taymans  <wim@fluendo.com>
19266
19267         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19268         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19269         Allow a little margin when negotiating the framerate.
19270
19271 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19272
19273         * gst/level/gstlevel.c:
19274           synchonised naming of pads and pad-templates
19275
19276 2004-10-26  Wim Taymans  <wim@fluendo.com>
19277
19278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19279         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19280         (_find_streams_check), (gst_ogg_demux_push):
19281         Fix EOS again. Needs to be done in a better way. We should not
19282         remove the pad if there is no new chained stream.
19283
19284 2004-10-26 Iain <iaingnome@gmail.com>
19285
19286         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19287         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19288         of the caps.
19289         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19290         pad.
19291         (interleave_release_pad): Remove the pad.
19292         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19293         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19294         the set device.
19295         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19296         attrs
19297         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19298         (gst_xvimagesink_finalize): Free the par.
19299
19300 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19301
19302         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19303         (gst_avimux_stop_file):
19304           First calculate the rate, and only then use it. Hdr.rate is a
19305           multiple and not a derivative of hdr.scale. Scale is not the
19306           same as blockalign but is solely related to rate.
19307
19308 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19309
19310         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19311         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19312           Implement seeking.
19313
19314 2004-10-25  James Henstridge  <james@jamesh.id.au>
19315
19316         Reviewed by:  David Schleef  <ds@schleef.org>
19317
19318         * examples/gstplay/player.c: (got_stream_length), (main):
19319         * examples/seeking/cdplayer.c: (update_scale):
19320         * examples/seeking/seek.c: (format_value), (update_scale):
19321         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19322         (stop_seek):
19323         Build fixes on AMD64.
19324
19325 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19326
19327         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19328
19329         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19330         Fix for some v4l cards which hang in v4lsrc
19331
19332 2004-10-25  Wim Taymans  <wim@fluendo.com>
19333
19334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19335         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19336         Make sure to remove the pad when a new chain is
19337         encountered. Set some vars to NULL so we don't try
19338         to reference freed memory.
19339
19340 2004-10-25  Wim Taymans  <wim@fluendo.com>
19341
19342         * examples/seeking/Makefile.am:
19343         * examples/seeking/cdplayer.c: (update_scale):
19344         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19345         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19346         (format_value), (update_scale), (iterate), (start_seek),
19347         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19348         (print_usage), (main):
19349         Added some more examples, update others.
19350
19351 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19352
19353         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19354         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19355         * ext/theora/theoradec.c: (theora_dec_chain):
19356         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19357           Add codec-name metadata.
19358
19359 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19360
19361         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19362
19363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19365         * ext/alsa/gstalsamixertrack.h:
19366         * po/POTFILES.in:
19367           ALSA mixer track label internationalization (#154054).
19368
19369 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19370
19371         * ext/theora/theoradec.c: (theora_dec_chain):
19372           Export bitrate as metadata.
19373
19374 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19375
19376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19377         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19378         * ext/alsa/gstalsamixertrack.h:
19379           Fix names, fix loop.
19380
19381 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19382
19383         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19384         (speex_dec_convert):
19385           sinkconvert function so oggdemux can get the file length (totem).
19386
19387 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19388
19389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19390
19391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19392           Don't push incomplete packets.
19393         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19394           Fix MPEG-4 audio typefinding.
19395
19396 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19397
19398         * sys/v4l/Makefile.am:
19399         * sys/v4l/gstv4l.c: (plugin_init):
19400         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19401         (gst_v4lelement_init), (gst_v4lelement_dispose),
19402         (gst_v4lelement_change_state):
19403         * sys/v4l/gstv4lelement.h:
19404         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19405         (gst_v4l_xoverlay_close), (idle_refresh),
19406         (gst_v4l_xoverlay_set_xwindow_id):
19407         * sys/v4l/gstv4lxoverlay.h:
19408         * sys/v4l/v4l-overlay_calls.c:
19409         * sys/v4l/v4l_calls.h:
19410         * sys/v4l2/Makefile.am:
19411         * sys/v4l2/gstv4l2.c: (plugin_init):
19412         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19413         (gst_v4l2element_init), (gst_v4l2element_dispose),
19414         (gst_v4l2element_change_state):
19415         * sys/v4l2/gstv4l2element.h:
19416         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19417         (gst_v4l2_xoverlay_close), (idle_refresh),
19418         (gst_v4l2_xoverlay_set_xwindow_id):
19419         * sys/v4l2/gstv4l2xoverlay.h:
19420         * sys/v4l2/v4l2-overlay_calls.c:
19421         * sys/v4l2/v4l2_calls.h:
19422           Remove client-side overlay handling, use the X-server v4l plugin
19423           for that. Nicer overlay, less code. Also make the plugin
19424           compileable without X (but then without overlay, obviously).
19425           Makes xwindowlistener obsolete, should we remove that?
19426
19427 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19430         (gst_osssrc_src_query):
19431         * sys/oss/gstosssrc.h:
19432           OK, so people want offset in DEFAULT. This time, actually fix all
19433           cases.
19434         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19435           Add FPS properly.
19436
19437 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * gst/asfdemux/gstasfmux.c:
19440         * gst/avi/gstavimux.c:
19441           Framerate.
19442
19443 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19446           Fix properties (channel, norm, frequency).
19447
19448 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19449
19450         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19451           Flag typo.
19452         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19453           No warnings.
19454
19455 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19456
19457         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19458           Fix hang.
19459
19460 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * sys/v4l2/gstv4l2element.h:
19463           Yet Another Hack (tm) for kernel header borkedness.
19464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19465         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19466         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19467         (gst_v4l2src_change_state):
19468         * sys/v4l2/gstv4l2src.h:
19469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19470         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19471           Fix caps, keep track of state, work.
19472
19473 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19476           Quiet.
19477
19478 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19481           Don't mix bytes and samples.
19482
19483 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * ext/ogg/gstoggmux.c:
19486           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19487           and theora. Any is incorrect.
19488         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19489           Fix caps.
19490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19492         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19493         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19494         * sys/v4l/gstv4lmjpegsrc.h:
19495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19496         (gst_v4lsrc_change_state):
19497         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19498         (gst_v4lmjpegsrc_capture_stop):
19499           Fix caps. Keep track of internal state. Work.
19500
19501 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19502
19503         * ext/Makefile.am:
19504           Fix the build fixes.
19505
19506 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19509         (gst_ogg_demux_src_event), (_find_chain_seek),
19510         (gst_ogg_pad_push):
19511           Check for pad availability before using it.
19512         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19513           Fix parsing of chained ogg. Needs more work on the decoder side.
19514
19515 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19516
19517         * gst/spectrum/Makefile.am:
19518         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19519         (idle_func):
19520           Fix demo and reenable it. Yes, I'm currently playing with audio
19521           analysis tools
19522
19523 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19526           We love it if files that start at zero work too...
19527
19528 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19531           Handle files with missing EOS headers.
19532
19533 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19534
19535         * gst/tcp/gsttcpserversink.c:
19536         (gst_tcpserversink_handle_server_read),
19537         (gst_tcpserversink_init_send):
19538         Zero some variables first (need for accept not to return EINVAL)
19539
19540 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19543         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19544         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19545         (theora_dec_chain):
19546         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19547         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19548           Seeking and querying finetune.
19549
19550 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * configure.ac:
19553         * ext/Makefile.am:
19554         * ext/raw1394/Makefile.am:
19555           fix the build
19556
19557 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19560           Wrong return.
19561         * gst/playback/Makefile.am:
19562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19563         * gst/playback/gstplay-marshal.list:
19564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19565           Fix marshallers.
19566
19567 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19568
19569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19570           Silence.
19571
19572 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19575         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19576         (gst_ogg_pad_push):
19577           Yay for non-lineair granulepos in theora.
19578
19579 2004-10-18  Wim Taymans  <wim@fluendo.com>
19580
19581         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19582         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19583         * ext/dv/gstdvdec.h:
19584         Make sure we renegotiate aspect ratio when the camera switches.
19585
19586 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19589         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19590           Start at zero.
19591         * ext/theora/theoradec.c: (theora_dec_chain):
19592           Skip headers. Bad idea for chained ogg, but fixes seeking.
19593
19594 2004-10-18  Wim Taymans  <wim@fluendo.com>
19595
19596         * configure.ac:
19597         I swear, this is the last time I touch this.
19598
19599 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19600
19601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19602         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19603         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19604           Faster seeking.
19605         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19606           Time-to-default conversion.
19607         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19608           Don't error on unknown packets, just skip. We should probably
19609           read them if we want to support chained ogg.
19610
19611 2004-10-18  Wim Taymans  <wim@fluendo.com>
19612
19613         * configure.ac:
19614         Added cdaudio to wrong list.
19615
19616 2004-10-18  Wim Taymans  <wim@fluendo.com>
19617
19618         * configure.ac:
19619         Revive cdaudio.
19620
19621 2004-10-18  Wim Taymans  <wim@fluendo.com>
19622
19623         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19624         (gst_dvdec_video_link), (gst_dvdec_push):
19625         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19626         (gst_smokeenc_resync), (gst_smokeenc_chain):
19627         Fix mimetype on smoke encoder.
19628         Add aspect ratio to dvdec. Not sure if these
19629         values are correct though....
19630
19631 2004-10-18  Wim Taymans  <wim@fluendo.com>
19632
19633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19634         Fix vorbis property descriptions and ranges.
19635
19636 2004-10-18  Wim Taymans  <wim@fluendo.com>
19637
19638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19639         Really do nothing when no data is available.
19640         Go to the playing state when the stream is not seekable
19641         instead of failing.
19642
19643 2004-10-18  Wim Taymans  <wim@fluendo.com>
19644
19645         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19646         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19647         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19648         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19649         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19650         Added uri handler for cd://
19651         Port to new API.
19652
19653 2004-10-18  Wim Taymans  <wim@fluendo.com>
19654
19655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19656         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19657         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19658         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19659         (remove_prerolls), (unknown_type), (add_element_stream),
19660         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19661         (gst_play_base_bin_remove_element),
19662         (gst_play_base_bin_link_stream):
19663         * gst/playback/gstplaybin.c: (gen_video_element),
19664         (gen_vis_element), (remove_sinks), (setup_sinks):
19665         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19666         (gst_stream_info_get_type), (gst_stream_info_class_init),
19667         (gst_stream_info_init), (gst_stream_info_new),
19668         (gst_stream_info_dispose), (stream_info_mute_pad),
19669         (gst_stream_info_set_property), (gst_stream_info_get_property):
19670         * gst/playback/gststreaminfo.h:
19671         Add sink padtemplate to decodebin.
19672         Added some more comments.
19673         Make queue size configurable in playbasebin.
19674         Added possibility to use elements as sinks (ex cdaudio).
19675
19676 2004-10-15  Wim Taymans  <wim@fluendo.com>
19677
19678         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19679         (gst_speexenc_chain):
19680         Fix speex timestamps so that it gets muxed properly.
19681
19682 2004-10-15  Wim Taymans  <wim@fluendo.com>
19683
19684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19685         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19686         (gst_dv1394src_init), (gst_dv1394src_dispose),
19687         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19688         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19689         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19690         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19691         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19692         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19693         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19694         * ext/raw1394/gstdv1394src.h:
19695         Added conversion/query functions.
19696         Update buffer timestamps,
19697         Added signals.
19698         Added uri dv:// so it might play from the firewire in playbin.
19699         Fix a possible leak.
19700         Added debugging.
19701
19702 2004-10-15  Wim Taymans  <wim@fluendo.com>
19703
19704         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19705         (gst_dv1394src_init), (gst_dv1394src_set_property),
19706         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19707         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19708         * ext/raw1394/gstdv1394src.h:
19709         Added AV/C VTR control support needed for some cameras.
19710         Added automatic port detection.
19711         Added properties for selecting the channel.
19712         The configure.ac script is not yet updated to reflect the
19713         new libavc1394 and librom1394 dependencies.
19714
19715 2004-10-15  Wim Taymans  <wim@fluendo.com>
19716
19717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19718         (qtdemux_parse), (gst_qtdemux_handle_esds):
19719         An esds box is not a container.
19720         Fix parsing of mp4v boxes.
19721         Do not try to renegotiate fps for each frame. Need to
19722         find a better method. This should fix mp4 playback.
19723
19724 2004-10-14  David Schleef  <ds@schleef.org>
19725
19726         * configure.ac: update for swfdec-0.3 and liboil-0.2
19727         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19728         * ext/swfdec/gstswfdec.h: same
19729         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19730         * gst/videotestsrc/videotestsrc.c: same
19731
19732 2004-10-14  Wim Taymans  <wim@fluendo.com>
19733
19734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19735         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19736         (is_sync_frame), (gst_multifdsink_new_client),
19737         (gst_multifdsink_handle_client_write),
19738         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19739         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19740         Turn warnings into info.
19741         Don't allow a state change in the streaming thread.
19742
19743 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19744
19745         * ext/vorbis/oggvorbisenc.c:
19746         * ext/vorbis/vorbisdec.c:
19747           fix template sample rate
19748
19749 2004-10-13  Wim Taymans  <wim@fluendo.com>
19750
19751         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19752         Decoding the header first fixes some problems in resyncing
19753         in more mp3s.
19754
19755 2004-10-12  Wim Taymans  <wim@fluendo.com>
19756
19757         * gst/playback/gstplaybin.c: (gen_video_element),
19758         (gen_vis_element), (remove_sinks), (setup_sinks):
19759         Added vis plugin support, need to configure the vis
19760         element to activate it.
19761
19762 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19763
19764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19765         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19766           Some debug.
19767         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19768         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19769         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19770         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19771         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19772         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19773         * gst/avi/gstavidemux.h:
19774           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19775           recovery (where, if part of the index is broken, we will still read
19776           the rest of the index and recover the broken part by stream
19777           scanning). More broken media support. EOS workarounds. General AVI
19778           braindamage headache recovery. Aspirin included.
19779
19780 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19781
19782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19783         (cdparanoia_event), (cdparanoia_query):
19784           Get rid of hideous lead-in.
19785
19786 2004-10-11  Wim Taymans  <wim@fluendo.com>
19787
19788         * gst/playback/gstplaybasebin.c: (setup_source):
19789         Wrong var used to get g_list_next.
19790
19791 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19792
19793         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19794         (cdparanoia_get), (cdparanoia_open):
19795           Report discid as metadata, add duration.
19796
19797 2004-10-11  Wim Taymans  <wim@fluendo.com>
19798
19799         * gst/playback/gstplaybasebin.c: (setup_source):
19800         Cleanup the previous pipeline a little earlier for the
19801         case that a source element provides raw data.
19802
19803 2004-10-11  Benjamin Otte  <otte@gnome.org>
19804
19805         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19806           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19807           consuming the last 128 bytes, even though it was valid mp3 data.
19808
19809 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19810
19811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19812         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19813         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19814         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19815
19816 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19817
19818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19819         Fix for webcams that support only specific width or height
19820
19821 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19822
19823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19826           Fix wrong discont event setup (fixes #154967).
19827
19828 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19829
19830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19833           Error out on invalid data (fixes #154807).
19834
19835 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19836
19837         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * ext/dvdread/dvdreadsrc.c: (_read):
19840           Make titles > 0 work again (fixes #154834).
19841
19842 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19843
19844         * gst-libs/gst/riff/riff-media.c:
19845         (gst_riff_create_video_template_caps):
19846           WMV3 missing in template caps.
19847
19848 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19849
19850         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19851           OK, so the original code was too strict. It makes random AVI files
19852           hang for seconds upon opening, which is unacceptable and is far
19853           beyond the original goal of getting multiple chunks for one-chunk
19854           sounc stream files. So now do just that.
19855
19856 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/playback/gstplaybasebin.c: (setup_source),
19859         (gst_play_base_bin_change_state):
19860           Actually clean up streaminfo if output fails. This would trigger
19861           if, for example, there was no CD in the drive. No preroll, so
19862           a streaminfo structure is created, but the subsequent state change
19863           of the thread fails.
19864         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19865           Don't change state if parent failed.
19866
19867 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19870         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19871         (gen_video_element), (remove_sinks):
19872           Add small bits of code for screenshot handling.
19873
19874 2004-10-08  Wim Taymans  <wim@fluendo.com>
19875
19876         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19877         (gen_video_element), (gen_audio_element), (setup_sinks):
19878         Don't assume the user provided sinks are named "sink"...
19879
19880 2004-10-08  Wim Taymans  <wim@fluendo.com>
19881
19882         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19883         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19884         (gst_play_base_bin_link_stream):
19885         Do not try to autoplug sources that generate raw streams like
19886         cdparanoia.
19887         disconnect the preroll overrun signal when we don't need it anymore.
19888
19889 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19890
19891         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19892         Added reworked patch from #154903 from milosz derezynski (deadchip).
19893
19894 2004-10-08  Wim Taymans  <wim@fluendo.com>
19895
19896         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19897         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19898         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19899         (cdparanoia_convert), (cdparanoia_uri_get_type),
19900         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19901         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19902         * ext/cdparanoia/gstcdparanoia.h:
19903         This adds the cdda://<tracknum> uri.
19904
19905 2004-10-08  Wim Taymans  <wim@fluendo.com>
19906
19907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19908         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19909         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19911         (unknown_type), (gst_play_base_bin_remove_element),
19912         (gst_play_base_bin_link_stream):
19913         * gst/playback/gstplaybasebin.h:
19914         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19915         (gst_play_bin_set_property), (gen_video_element),
19916         (gen_audio_element), (setup_sinks):
19917         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19918         (gst_stream_info_get_type), (gst_stream_info_class_init),
19919         (gst_stream_info_init), (gst_stream_info_new),
19920         (gst_stream_info_dispose), (stream_info_mute_pad),
19921         (gst_stream_info_set_property), (gst_stream_info_get_property):
19922         * gst/playback/gststreaminfo.h:
19923         Reuse the audio and video bins.
19924         Some internal cleanups in the stream selection code.
19925
19926 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19927
19928         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19929         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19930         * sys/ximage/ximagesink.h:
19931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19932         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19933         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19934         not coming from those elements. Moreover these elements should not keep
19935         the xid they have been given when in NULL state.
19936
19937 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19938
19939         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19940         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19941         * sys/ximage/ximagesink.h:
19942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19943         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19944         * sys/xvimage/xvimagesink.h:
19945           Actually only create a new toplevel window if we're not gonna
19946           embed it right after.
19947
19948 2004-10-07  Wim Taymans  <wim@fluendo.com>
19949
19950         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19951         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19952         * gst/playback/gstplaybin.c: (setup_sinks):
19953         Implement muting/unmuting of streams, mute streams that are not
19954         used.
19955
19956 2004-10-07  Wim Taymans  <wim@fluendo.com>
19957
19958         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19959         (plugin_init):
19960         Added lame audio/x-ac3 typefind function.
19961
19962 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19963
19964         * configure.ac:
19965           bump nano to cvs
19966
19967 === release 0.8.5 ===
19968
19969 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19970
19971         * NEWS:
19972         * RELEASE:
19973         * configure.ac:
19974           releasing 0.8.5, "Take You On"
19975
19976 2004-10-06  Wim Taymans  <wim@fluendo.com>
19977
19978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19979         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19980         (no_more_pads), (close_link), (type_found):
19981         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19982         * gst/playback/gstplaybin.c: (gen_video_element):
19983         Do not signal the no_more_pads after the first pad when
19984         we are plugging a non dynamic element with multiple
19985         output pads (like swfdec, dvdec, ...).
19986
19987 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * configure.ac:
19990           bump for prerelease
19991
19992 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19993
19994         * gst/wavparse/gstwavparse.c:
19995           add ATRAC3 to STATIC CAPS to fix a warning
19996
19997         * gst/matroska/ebml-read.c:
19998         * gst-libs/gst/riff/riff-read.c:
19999           fix typos
20000
20001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20002
20003         * gst-libs/gst/riff/riff-media.c:
20004           generate caps for ATRAC3 audio streams
20005
20006         * gst/realmedia/rmdemux.c:
20007           generate caps for ATRAC3 audio streams
20008
20009 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20010
20011         * gst/wavparse/Makefile.am
20012         * gst/wavparse/riff.h
20013         * gst/wavparse/wavparse.vcproj
20014           riff.h removal (unused and duplication with riff-ids.h)
20015
20016 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20017
20018         * gst/wavparse/gstwavparse.h
20019           remove duplicated defines for audio codec codes
20020
20021         * gst-libs/gst/riff/riff-ids.h
20022         * gst/wavenc/riff.h:
20023           add "4CC" code for ATRAC3 audio streams
20024           add "4CC" code for ITU_G721_ADPCM (unused for now)
20025
20026 2004-10-06  Wim Taymans  <wim@fluendo.com>
20027
20028         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20029         Actually _do_ negotiation. Pass gdouble as arg instead
20030         of guint64 for the framerate.
20031
20032 2004-10-06  Wim Taymans  <wim@fluendo.com>
20033
20034         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20035         (find_compatibles), (close_pad_link), (try_to_link_1),
20036         (no_more_pads), (close_link), (type_found):
20037         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20038         * gst/playback/gstplaybin.c: (gen_video_element),
20039         (gen_audio_element):
20040         Set state on newly added element to READY so that negotiation
20041         can happen ASAP.
20042         Addes some more debug info.
20043         Do not try to plug pads with multiple caps structures or ANY
20044         because it is too dangerous since we do not do dynamic
20045         replugging.
20046
20047 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20048
20049         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20050
20051         * po/LINGUAS:
20052         * po/or.po:
20053           add Oriya translation
20054
20055 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20058           Prevent overwrite of size member. Makes audio sound crappy.
20059
20060 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20061
20062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20063         Add rmvb to the list of known RealMedia extensions
20064
20065 2004-10-05  Wim Taymans  <wim@fluendo.com>
20066
20067         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20068         (mngdec_openstream), (mngdec_closestream),
20069         (mngdec_handle_sink_event), (mngdec_readdata),
20070         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20071         (mngdec_getcanvasline), (mngdec_refresh),
20072         (gst_mngdec_change_state):
20073         Set the framerate correctly.
20074
20075 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20076
20077         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20078           There was something wrong with the index massaging.
20079
20080 2004-10-04  Wim Taymans  <wim@fluendo.com>
20081
20082         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20083         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20084         (gst_smokedec_chain):
20085         * ext/jpeg/gstsmokedec.h:
20086         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20087         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20088         * ext/jpeg/gstsmokeenc.h:
20089         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20090         (smokecodec_decode_new), (smokecodec_info_free),
20091         (smokecodec_set_quality), (smokecodec_get_quality),
20092         (smokecodec_set_threshold), (smokecodec_get_threshold),
20093         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20094         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20095         (smokecodec_encode), (smokecodec_parse_id),
20096         (smokecodec_parse_header), (smokecodec_decode):
20097         * ext/jpeg/smokecodec.h:
20098         * ext/jpeg/smokeformat.h:
20099         Updated smoke, new bitstream, allows embedding in ogg.
20100
20101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20102
20103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20104           Fix seeking in some files. All this code is no longer needed (and
20105           actually breaks stuff) because we now synchronize the full index
20106           right when reading the header.
20107
20108 2004-10-04  Wim Taymans  <wim@fluendo.com>
20109
20110         * configure.ac:
20111         configure update for libmng.
20112
20113 2004-10-04  Wim Taymans  <wim@fluendo.com>
20114
20115         * ext/libmng/Makefile.am:
20116         * ext/libmng/gstmng.c: (plugin_init):
20117         * ext/libmng/gstmng.h:
20118         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20119         (gst_mngdec_base_init), (gst_mngdec_class_init),
20120         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20121         (gst_mngdec_loop), (gst_mngdec_get_property),
20122         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20123         (mngdec_closestream), (mngdec_handle_sink_event),
20124         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20125         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20126         (gst_mngdec_change_state):
20127         * ext/libmng/gstmngdec.h:
20128         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20129         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20130         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20131         (gst_mngenc_chain), (gst_mngenc_get_property),
20132         (gst_mngenc_set_property):
20133         * ext/libmng/gstmngenc.h:
20134         Added basic MNG decoder. Needs more work. The encoder does
20135         not work yet.
20136
20137 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20138
20139         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20140         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20141         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20142           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20143           no-more-pads.
20144
20145 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * configure.ac:
20148           you need at least 1.0.4 of speex
20149
20150 2004-10-04 Iain <iaingnome@gmail.com>
20151
20152         * ext/speex/gstspeexdec.h: Revert the includes changes.
20153
20154         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20155
20156 2004-09-30 Iain <iaingnome@gmail.com>
20157
20158         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20159         found during init or set as a property instead of hardcoding /dev/audio
20160
20161 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20162
20163         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20164         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20165         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20166         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20167         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20168         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20169         (gst_rmdemux_dump_data):
20170           Use debug category, fix EOS handling. filesrc ! rmdemux now
20171           works.
20172
20173 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20174
20175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20176         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20177         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20178           Improve allocation, cutting and sorting of the index. How takes a
20179           few seconds instead of minutes.
20180
20181 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20182
20183         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20184           fixed compilation
20185
20186 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * gst-libs/gst/riff/riff-media.c:
20189         (gst_riff_create_video_caps_with_data),
20190         (gst_riff_create_video_template_caps):
20191           Add wing commander format mimetype/fourccs.
20192         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20193           Don't crash if some value is 0.
20194
20195 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * gst-libs/gst/riff/riff-media.c:
20198         (gst_riff_create_video_caps_with_data),
20199         (gst_riff_create_video_template_caps):
20200           Add DIB fourcc (raw, palettized 8-bit RGB).
20201         * gst-libs/gst/riff/riff-read.c:
20202         (gst_riff_read_strf_vids_with_data):
20203           Oops, fix strf_data reading bug.
20204         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20205           Use a non-NULL tag.
20206         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20207           Time for hacks. Sorry Dave. At least one quicktime movie (a
20208           trailer) that I've encountered contains multiple video tracks.
20209           One of those is the actual video track, the other are one-frame
20210           tracks (images). Unfortunately, the number of frames according
20211           to the trak header is 1 for each, so that doesn't help. So
20212           instead, I look at the duration and discard tracks with a
20213           duration shorter than 20% of the length of the stream. Better
20214           than nothing.
20215
20216 2004-10-01  Christian Schaller <christian@fluendo.com>
20217
20218         * ext/ivorbis/vorbis.c:
20219           Patch from Phil Blundell (Bug 152341)
20220
20221 2004-10-01  Wim Taymans  <wim@fluendo.com>
20222
20223         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20224         (speex_dec_get_formats), (speex_dec_convert),
20225         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20226         (speex_dec_chain), (gst_speexdec_get_property),
20227         (gst_speexdec_set_property):
20228         Small cleanups.
20229
20230 2004-10-01  Wim Taymans  <wim@fluendo.com>
20231
20232         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20233         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20234         (gst_wavparse_other), (gst_wavparse_loop),
20235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20236         (gst_wavparse_srcpad_event):
20237         * gst/wavparse/gstwavparse.h:
20238         Added some more debugging info.
20239         Fix the case where the length of the file is 0.
20240         Make sure we seek to sample borders.
20241
20242 2004-10-01  Wim Taymans  <wim@fluendo.com>
20243
20244         * gst/playback/README:
20245         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20246         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20247         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20248         Add some debug info to decodebin, update README
20249
20250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20251
20252         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20253           Don't use g_print(); use GST_DEBUG().
20254
20255 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20256
20257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20258         (gst_ogg_mux_queue_pads):
20259           Handle EOS properly.
20260
20261 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20262
20263         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20264
20265         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20266         (gst_faad_chain), (gst_faad_change_state):
20267         * ext/faad/gstfaad.h:
20268           Allow playback of raw (unframed) MPEG AAC files (#148993).
20269
20270 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20271
20272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20273
20274         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20275           Throw error if we didn't recognize the stream. Fixes #152289.
20276
20277 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20278
20279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20280           Fix negotiation.
20281
20282 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20283
20284         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20285
20286         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20287           Fix memleak.
20288
20289 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20290
20291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20292
20293         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20294           Solve #152805.
20295         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20296           Solve 152806.
20297
20298 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * gst-libs/gst/riff/riff-media.c:
20301         (gst_riff_create_video_caps_with_data),
20302         (gst_riff_create_audio_caps_with_data):
20303           Add codec_data handling (like asfdemux used to do).
20304         * gst/asfdemux/gstasf.c: (plugin_init):
20305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20306         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20307           Use riff-media for caps creation instead of our own (mostly
20308           broken) copy of its functions.
20309
20310 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20313           Don't actually error out if we get another return value than
20314           -EINVAL. Opposite to what I first thought, drivers have random
20315           return values for this, although -EINVAL is the expected return
20316           value. Since this is not fatal, we shouldn't use
20317           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20318
20319 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20322         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20323         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20324         (dvdreadsrc_get), (dvdreadsrc_open_file),
20325         (dvdreadsrc_change_state):
20326           Fix. Don't do one big huge loop around the whole DVD, that will
20327           cache all data and thus eat sizeof(dvd) (several GB) before we
20328           see something.
20329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20330           Actually NULL'ify event after using it.
20331         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20332         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20333         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20334         (gst_ebml_read_seek), (gst_ebml_read_skip):
20335           Handle events.
20336         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20337         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20338         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20339           Fix timing (this will probably break if I seek using menus, but
20340           I didn't get there yet). VOBs and normal DVDs should now work.
20341           Add a mpeg2-only pad with high rank so this get autoplugged for
20342           MPEG-2 movies.
20343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20344         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20345         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20346         (gst_mpeg_demux_get_audio_stream),
20347         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20348         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20349           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20350           MPEG-1 but use dvddemux for MPEG-2.
20351         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20352         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20353         (gst_mpeg_parse_parse_packhead):
20354           Timing. Only add pad template if it exists. Add sink template from
20355           class and not from ourselves. This means we will always use the
20356           correct sink template even if it is not the one defined in this
20357           file.
20358
20359 2004-09-29  Wim Taymans  <wim@fluendo.com>
20360
20361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20362         (gst_mpeg_demux_parse_pes):
20363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20364         Fix playback of mpeg again, timestamps where screwed up by
20365         patch 1.61.
20366
20367 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20370           Only return true if we actually filled something in. Prevents
20371           player applications from showing a random length for flac files.
20372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20373         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20374         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20375         (gst_riff_read_strf_vids_with_data),
20376         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20377           OK, ok, so I implemented event handling. Apparently it's normal
20378           that we receive random events at random points without asking
20379           for it.
20380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20381         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20382         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20383         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20384         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20385         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20386         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20387         * gst/avi/gstavidemux.h:
20388           Implement non-lineair chunk handling and subchunk processing.
20389           The first solves playback of AVI files where the audio and video
20390           data of individual buffers that we read are not synchronized.
20391           This should not happen according to the wonderful AVI specs, but
20392           of course it does happen in reality. It is also a prerequisite for
20393           the second. Subchunk processing allows us to cut chunks in small
20394           pieces and process each of these pieces separately. This is
20395           required because I've seen several AVI files with incredibly large
20396           audio chunks, even some files with only one audio chunk for the
20397           whole file. This allows for proper playback including seeking.
20398           This patch is supposed to fix all AVI A/V sync issues.
20399         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20400         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20401           Work.
20402         * gst/modplug/gstmodplug.cc:
20403           Proper return value setting for the query() function.
20404         * gst/playback/gstplaybasebin.c: (setup_source):
20405           Being in non-playing state (after, e.g., EOS) is not necessarily
20406           a bad thing. Allow for that. This fixes playback of short files.
20407           They don't actually playback fully now, because the clock already
20408           runs. This means that small files (<500kB) with a small length
20409           (<2sec) will still not or barely play. Other files, such as mod
20410           or flx, will work correctly, however.
20411
20412 2004-09-28  Wim Taymans  <wim@fluendo.com>
20413
20414         * ext/speex/gstspeex.c: (plugin_init):
20415         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20416         (gst_speex_dec_class_init), (speex_dec_get_formats),
20417         (speex_get_event_masks), (speex_get_query_types),
20418         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20419         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20420         (gst_speexdec_get_property), (gst_speexdec_set_property),
20421         (speex_dec_change_state):
20422         * ext/speex/gstspeexdec.h:
20423         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20424         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20425         (gst_speexenc_base_init), (gst_speexenc_class_init),
20426         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20427         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20428         (gst_speexenc_src_query), (gst_speexenc_init),
20429         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20430         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20431         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20432         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20433         (gst_speexenc_chain), (gst_speexenc_get_property),
20434         (gst_speexenc_set_property), (gst_speexenc_change_state):
20435         * ext/speex/gstspeexenc.h:
20436         Rewrote speex encoder, make sure it can be embedded in ogg.
20437         Implemented speex decoder.
20438
20439 2004-09-28  Christian Schaller <christian@fluendo.com>
20440
20441         * configure.ac:
20442         Remove kioslave plugin. Markey is brewing a new working one
20443         * ext/Makefile.am: Remove kioslave plugin
20444         * ext/kio: remove
20445         * gst-plugins.spec.in: remove kio plugin from spec
20446
20447 2004-09-27  Wim Taymans  <wim@fluendo.com>
20448
20449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20450         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20451         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20452         (gst_multifdsink_new_client),
20453         (gst_multifdsink_handle_client_write),
20454         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20455         (gst_multifdsink_handle_clients):
20456         * gst/tcp/gstmultifdsink.h:
20457         Make syncing to keyframes actually work for new clients and lagging
20458         clients.
20459
20460 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20461
20462         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20463         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20464         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20465         * gst/debug/gstnavigationtest.h:
20466           make navigationtest display button-press and button-release events
20467
20468 2004-09-26 Iain <iaingnome@gmail.com>
20469
20470         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20471         the channels have received a new media event.
20472         (interleave_buffered_loop): Compresses a new media event on all
20473         channels into one.
20474
20475 2004-09-26 Iain <iaingnome@gmail.com>
20476
20477         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20478         call the sinkpad's default event handler and not the srcpads. He also
20479         says this is confusing :)
20480         (gst_wavenc_stop_file): Company says that seek events only go upstream
20481         we should send a discontinuous downstream instead.
20482
20483 2004-09-25  Christian Schaller <christian@fluendo.com>
20484
20485         * Update SPEC file to be usable in conjunction with Fedora Core,
20486           Fedora.us and freshrpms packages
20487         * Fix typo in multifilesrc test Makefile
20488
20489 2004-09-24  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20492         Only signal the no_more_pads signal when we have
20493         added the stream to our list.
20494
20495 2004-09-24  Wim Taymans  <wim@fluendo.com>
20496
20497         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20498         (new_decoded_pad):
20499         * gst/playback/gstplaybasebin.h:
20500         * gst/playback/gstplaybin.c: (setup_sinks):
20501         Don't try to preroll or decode more than one audio/video
20502         track.
20503
20504 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20505
20506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20507           Throw error if we failed to find a suitable output. This should
20508           throw an error if we successfully set up a pipeline (e.g. because
20509           we recognized a media file) but found no decodable streams in it
20510           (e.g. because it contains only media stream types for which we
20511           have no decoders, or because it's not a media type).
20512
20513 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20514
20515         * ext/dirac/Makefile.am:
20516         * ext/dirac/gstdirac.cc:
20517         * ext/dirac/gstdiracdec.cc:
20518         * ext/dirac/gstdiracdec.h:
20519           Do something. Don't actually know if this works because I don't
20520           have a demuxer yet.
20521         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20522           Add channels=1 to caps returned from _getcaps().
20523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20524         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20525         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20526         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20527         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20528         (gst_ogm_parse_change_state):
20529           Separate between audio/video so ogmaudioparse actually uses the
20530           audio pad templates. Both audio and video work now, including
20531           autoplugging. Also use sometimes-srcpad hack.
20532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20533           Handle events better. Don't hang on infinite loops.
20534         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20535         (gst_avi_demux_init), (gst_avi_demux_reset),
20536         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20537         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20538         (gst_avi_demux_change_state):
20539         * gst/avi/gstavidemux.h:
20540           Improve A/V sync. Still not perfect.
20541         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20542         (gst_ebml_read_skip):
20543           Handle events better.
20544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20545         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20546         (qtdemux_audio_caps):
20547           Add IMA4. Improve event handling. Save offset after a seek when
20548           the headers are at the end of the file so that we don't end up in
20549           an infinite loop.
20550         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20551           Add low-priority typefind support for files with no length.
20552
20553 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20554
20555         * testsuite/multifilesink/Makefile.am:
20556         fix typo
20557
20558 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20559
20560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20562         mistakes from thaytan's patches.
20563
20564 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20565
20566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20567           For completeness, XSync in the destroy function as xvimage does.
20568
20569 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20570
20571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20572            Correct caps negotiation
20573         * gst/volume/gstvolume.c: (volume_chain_float),
20574         (volume_chain_int16):
20575            Modify debug output to be little more informative
20576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20578         (gst_xvimagesink_xvimage_destroy):
20579           Add XSync calls after detaching from the shared memory segment to
20580           avoid a crash.
20581
20582 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20583
20584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20585         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20586         * ext/vorbis/vorbis.c: (plugin_init):
20587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20588         (gst_vorbisenc_chain):
20589         * ext/vorbis/vorbisenc.h:
20590         remove explicit newmedia support from oggmux and vorbisenc
20591         add debug category to vorbisenc
20592         * gst/multifilesink/gstmultifilesink.c:
20593         (gst_multifilesink_class_init), (gst_multifilesink_init),
20594         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20595         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20596         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20597         (plugin_init):
20598         * gst/multifilesink/gstmultifilesink.h:
20599         add support for streamheader in multifilesink
20600
20601 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20602
20603         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20604         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20605         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20606           Prevent infinite loops. More correct error reporting.
20607         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20608           Error out if negotiation fails.
20609         * gst/playback/gstplaybasebin.c: (setup_source),
20610         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20611         (gst_play_base_bin_found_tag):
20612           Error/tag forwarding. Pre-roll fixes for source errors on state
20613           changes (e.g. "file does not exist") to prevent hangs.
20614
20615 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20616
20617         * testsuite/multifilesink/Makefile.am:
20618         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20619         (gst_newmedia_class_init), (gst_newmedia_init),
20620         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20621         (newfile_signal), (test_signal), (main):
20622         * testsuite/multifilesink/multifilesrc_test.c: (main):
20623         * testsuite/multifilesink/oggtheora_test.c:
20624         (gst_newmedia_base_init), (gst_newmedia_class_init),
20625         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20626         (test_format), (newfile_signal), (test_signal), (main):
20627         * testsuite/multifilesink/oggvorbis_test.c:
20628         (gst_newmedia_base_init), (gst_newmedia_class_init),
20629         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20630         (test_format), (newfile_signal), (test_signal), (main):
20631         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20632         (gst_newmedia_class_init), (gst_newmedia_init),
20633         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20634         (newfile_signal), (test_signal), (main):
20635         New media tests
20636
20637 2004-09-20  Christian Schaller <christian@fluendo.com>
20638
20639         * Fix mikmod license to LGPL as they have relicensed
20640         * Move Dirac and Effectv into LGPL section of README_license
20641
20642 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20645         (gst_mad_change_state):
20646           Allow for mp3 rate/channels changes. However, only very
20647           conservatively. Reason that we *have* to enable this is smiply
20648           because the mad find_sync() function is not good enough, it will
20649           regularly sync on random data as valid frames and therefore make
20650           us provide random caps as *final* caps of the stream. The best fix
20651           I could think of is to simply require several of the same stream
20652           changes in a row before we change caps.
20653           The actual testcase that works now is #
20654         * ext/ogg/Makefile.am:
20655         * ext/ogg/gstogg.c: (plugin_init):
20656         * ext/ogg/gstogmparse.c:
20657           OGM support (video only for now; I need an audio sample file).
20658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20659         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20660         (gst_asf_demux_add_video_stream):
20661           WMV extradata.
20662         * gst/playback/gstplaybasebin.c: (unknown_type):
20663           Don't error out on single unknown-types after all. It's wrong.
20664           If we found type of video and audio but not of a subtitle stream,
20665           it will still error out (which is unwanted). Will find a better fix
20666           later on.
20667         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20668         (ogmaudio_type_find), (plugin_init):
20669           OGM support.
20670
20671 2004-09-20  Johan Dahlin  <johan@gnome.org>
20672
20673         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20674         after setting caps.
20675
20676 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20677
20678         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20679         * gst/wavenc/gstwavenc.h:
20680         Added newmedia support to wavenc
20681
20682 2004-09-17  Wim Taymans  <wim@fluendo.com>
20683
20684         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20685         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20686         (gst_fdset_fd_can_write), (gst_fdset_wait):
20687         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20688         (gst_multifdsink_init), (gst_multifdsink_add),
20689         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20690         (gst_multifdsink_remove_client_link),
20691         (gst_multifdsink_client_queue_buffer),
20692         (gst_multifdsink_handle_client_write),
20693         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20694         (gst_multifdsink_close), (gst_multifdsink_change_state):
20695         * gst/tcp/gstmultifdsink.h:
20696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20697         (gst_tcpserversink_removed):
20698         Small cleanups in fdset.c
20699         Use a hastable to map fd to the client structure for faster
20700         lookup in _remove and get_stats.
20701         Added virtual function to close the fds.
20702         Handle clients even when the select/poll call was unblocked because
20703         of a command.
20704         Implement syncing to keyframe in the recovery procedure.
20705
20706 2004-09-16 Iain <iaingnome@gmail.com>
20707
20708         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20709         try caps.
20710
20711 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20712
20713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20714           Caps are only set if the type of the stream is unknown, but this
20715           is initialized in ->init_stream(), so set to UNKNOWN after calling
20716           ->init_stream() so that capsnego starts.
20717
20718 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20719
20720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20721         (gst_avi_demux_stream_data):
20722           Just hardcode for raw audio then. AVI audio sucks.
20723
20724 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20725
20726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20727         * gst/matroska/matroska-mux.c: (audiosink_templ),
20728         (gst_matroska_mux_audio_pad_link):
20729         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20730         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20731
20732 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20733
20734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20735         (gst_avi_demux_stream_data):
20736           Try to fix a/v sync issues.
20737
20738 2004-09-15  David Schleef  <ds@schleef.org>
20739
20740         * configure.ac: remove NASM check, since we don't use it.  Update
20741         dirac check to 0.4
20742         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20744         Initialized variables.
20745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20746         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20747         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20748         SVQ3 format
20749
20750 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20751
20752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20753         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20754         * gst/avi/gstavidemux.h:
20755           Fix for compressed audio (mp3) timestamp generation. How did this
20756           ever work?
20757
20758 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20759
20760         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20761           Volume is a double not a float.
20762
20763 2004-09-15  Wim Taymans  <wim@fluendo.com>
20764
20765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20766         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20767         Don't close the fd in multifdsink as we didn't open it in the
20768         first place. Some cleanups.
20769
20770 2004-09-15  Wim Taymans  <wim@fluendo.com>
20771
20772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20774         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20775         Fix the case where the muxer would mark pages as delta
20776         frames when they are not (vorbis only ogg).
20777
20778 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20779
20780         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20781         (gst_play_base_bin_change_state):
20782           Handle the case where we failed to setup a clear pipeline. This
20783           will throw an error (or EOS, another nice case) and if you don't
20784           catch that, the app will wait for the signal forever (and thus
20785           hang).
20786
20787 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20788
20789         * ext/gnomevfs/gstgnomevfssink.c:
20790         (gst_gnomevfssink_uri_get_protocols):
20791         * ext/gnomevfs/gstgnomevfssrc.c:
20792         (gst_gnomevfssrc_uri_get_protocols):
20793         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20794         * ext/gnomevfs/gstgnomevfsuri.h:
20795           Use _uri_new() instead of _open(), so it doesn't take as long and
20796           Christophe's computer won't hang.
20797         * gst/playback/gstplaybasebin.c: (unknown_type):
20798           Throw error on unknown media type, so apps actually display it.
20799
20800 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20801
20802         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20803           this script to work on Solaris since bash shell handles echo
20804           differenly than bash.
20805
20806 2004-09-17  Wim Taymans  <wim@fluendo.com>
20807
20808         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20809         (setup_source), (gst_play_base_bin_set_property),
20810         (gst_play_base_bin_add_element):
20811         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20812         Some more work on making sure seeking pauses the pipeline and
20813         that changing the uri actually does something.
20814
20815 2004-09-17  Wim Taymans  <wim@fluendo.com>
20816
20817         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20819         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20820         (gst_tcpserversink_close):
20821         Be a bit more paranoid when freeing memory.
20822
20823 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20826         (qtdemux_parse_trak):
20827           Don't crash by dividing by zero (see sample movie in #126922).
20828
20829 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20832           Don't touch non-existing data (fixes crash on file in #140147).
20833
20834 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * gst/playback/gstplaybasebin.c:
20837         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20838           Handle double disposals, and proper change of URIs.
20839
20840 2004-09-13  Martin Eikermann <meiker@upb.de>
20841
20842         * gst/mpegstream/gstmpegparse.c:
20843           fix synchronistation for streams recorded from digital PCR
20844           fixes bug #119376
20845
20846 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * ext/gnomevfs/Makefile.am:
20849         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20850         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20851         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20852         (gst_gnomevfssink_uri_get_type),
20853         (gst_gnomevfssink_uri_get_protocols),
20854         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20855         (gst_gnomevfssink_uri_handler_init),
20856         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20857         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20859         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20860         (gst_gnomevfssrc_uri_get_type),
20861         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20862         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20863         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20864         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20865         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20866         * ext/gnomevfs/gstgnomevfsuri.h:
20867           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20868           of fake URIs to see which this version of Gnome-VFS likes, and
20869           uses that for the Gst-URI interface. Makes playbin support http://
20870           streams. Also fix up some stupid behaviour in gnomevfssrc.
20871
20872 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20873
20874         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20875         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20876         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20877         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20878           Update mixer (to sync with other sessions) if we try to obtain
20879           a new value. This makes alsamixer work accross applications.
20880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20881           Only call sync functions if we're running, else alsalib asserts.
20882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20883           Sometimes fails to compile. Possibly a gcc bug.
20884         * gst/playback/gstplaybin.c: (gen_video_element),
20885         (gen_audio_element):
20886           Add a reference to an application-provided object, because we lose
20887           this same reference if we add it to the bin. If we don't do this,
20888           we can only use this object once and thus crash if we go from
20889           ready to playing, back to ready and back to playing again.
20890           Also add an audioscale element because several cheap soundcards -
20891           like mine - don't support all samplerates.
20892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20893         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20894           Fix wrong order or PAR calls. Makes automatically obtained PAR
20895           from the X server atually being used.
20896
20897 2004-09-12  David Schleef  <ds@schleef.org>
20898
20899         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20900         #151887, #152102, #152247.
20901         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20902         * examples/seeking/cdparanoia.c: same
20903         * examples/seeking/cdplayer.c: same
20904         * examples/seeking/seek.c: same
20905         * examples/seeking/spider_seek.c: same
20906         * examples/seeking/vorbisfile.c: same
20907         * examples/stats/mp2ogg.c: same
20908         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20909         (gst_esdsink_dispose): Dispose of element properly.
20910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20911         fixes.
20912         * ext/nas/nassink.c: (gst_nassink_class_init),
20913         (gst_nassink_dispose): Dispose of element correctly.
20914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20915         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20916         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20917         Fix 64-bit warning.
20918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20919         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20920         Fix 64-bit warning.
20921
20922 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20923
20924         * configure.ac : change speex detection as 1.1.6 now uses
20925           .pc/pkg-config and they changed their headers location.
20926
20927 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20928
20929         * gst/matroska/matroska-mux.h:
20930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20931         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20932         (gst_matroska_mux_write_data):
20933           Write multiple blocks/frames per cluster.
20934                 Write meta-seek information (seek heads).
20935
20936 2004-09-09  Scott Wheeler <wheeler@kde.org>
20937
20938         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20939         (gst_play_bin_set_property), (gst_play_bin_get_property),
20940         (gen_audio_element), (gen_audio_element):
20941           Add a volume element / property to the pipeline.
20942
20943 2004-09-07  Wim Taymans  <wim@fluendo.com>
20944
20945         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20946         Copy timestamps from the master pad to the output buffers.
20947
20948 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * ext/raw1394/gstdv1394src.c:
20951           throw errors when applicable
20952
20953 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20954
20955         * gst/matroska/ebml-ids.h:
20956         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20957         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20959           automatically convert unix time <-> ebml time when reading/writing
20960           a date, use gst_ebml_write_uint to write CUETIME,
20961           not gst_ebml_write_date.
20962         * gst/matroska/matroska-ids.h:
20963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20964         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20965         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20966         (gst_matroska_mux_write_data):
20967           Write track and segment UIDs, write muxing date, write
20968           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20969           Create cues for audio only files.
20970
20971 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20974         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20975           Re-commit ALSA switches.
20976         * gst/adder/gstadder.c: (gst_adder_loop):
20977           64-bit fix (#151416).
20978         * gst/debug/progressreport.c: (gst_progressreport_report):
20979           64-bit fix (#151419).
20980         * gst/matroska/matroska-demux.c:
20981         (gst_matroska_demux_parse_contents):
20982           64-bit fix (#151420).
20983         * gst/playback/test3.c: (update_scale):
20984           64-bit fix (#151421).
20985
20986 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20987
20988         * configure.ac:
20989           bump nano to cvs
20990
20991 === release 0.8.4 ===
20992
20993 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20994
20995         * configure.ac: releasing 0.8.4, "Alias"
20996
20997 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20998
20999         * ext/theora/Makefile.am:
21000           fix makefile.  Fixes #151462.
21001
21002 2004-08-30  Wim Taymans  <wim@fluendo.com>
21003
21004         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21006         (gst_multifdsink_remove_client_link),
21007         (gst_multifdsink_client_queue_buffer),
21008         (gst_multifdsink_handle_client_write):
21009         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21010         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21011         Fix some memory leaks.
21012
21013 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21014
21015         Patch by: David Schleef
21016
21017         * configure.ac:
21018         * sys/Makefile.am:
21019           rename our detection macro for V4L2.  Fixes #151236.
21020
21021 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21022
21023         Patch by: David Schleef
21024
21025         * configure.ac:
21026           check to define LAMEPRESET.  Fixes #151232.
21027
21028 2004-08-27  David Schleef  <ds@schleef.org>
21029
21030         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21031         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21032         (gst_glimagesink_fixate):  Move local variable declarations to
21033         make gcc-2.95 happy.
21034
21035 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21036
21037         * configure.ac:
21038           bump nano for prerelease
21039
21040 2004-08-27  David Schleef  <ds@schleef.org>
21041
21042         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21043         * sys/sunaudio/gstsunaudiosrc.c:
21044         * sys/sunaudio/gstsunaudiosrc.h:
21045
21046 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21047
21048         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21049         handle EOS correctly
21050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21051         * gst/matroska/matroska-mux.h:
21052         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21053         VFW compatibility mode
21054
21055 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21056
21057         patch by: Zaheer Abbas Merali
21058
21059         * ext/ogg/gstoggmux.c:
21060         * ext/vorbis/vorbisenc.c:
21061         * ext/vorbis/vorbisenc.h:
21062           handle NEWMEDIA
21063
21064 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21065
21066         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21067         fix byte order reversion on little endian machines.
21068         * gst/matroska/matroska-mux.c: (audiosink_templ),
21069         (gst_matroska_mux_audio_pad_link):
21070         add TTA codec to the list of supported codecs.
21071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21072         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21073         (gst_matroska_mux_write_data):
21074         * gst/matroska/matroska-mux.h:
21075         write segment duration correctly, write muxing app string, fixes bugs
21076         #140897 and #140898.
21077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21078         wait for all pads to be negotiated before starting to mux.
21079
21080 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21081
21082         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21083         * ext/lame/gstlame.h:
21084         Added new media support to lame
21085
21086 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21087
21088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21089         send vorbis headers at the beginning of a stream, fixes bug #141554.
21090         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21091         bug #148950.
21092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21093         (gst_matroska_demux_plugin_init):
21094         * gst/matroska/matroska-ids.h:
21095         enable demuxing of TTA audio streams, fixes bug #148951.
21096         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21097         enable typefinding for TTA audio files, fixes bug #148711.
21098         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21099         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21100         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21101
21102 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21103
21104         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21105         (gst_riff_read_element_data), (gst_riff_read_seek),
21106         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21107         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21108         <teuf@gnome.org>
21109
21110 2004-08-23 Iain <iaingnome@gmail.com>
21111
21112         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21113         tags. They appear to be handled differently to normal.
21114         (tag_list_to_id3_tag_foreach): Ditto.
21115
21116 2004-08-22  Wim Taymans  <wim@fluendo.com>
21117
21118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21119         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21120         Make sure we never send -1 granulepos.
21121
21122 2004-08-20  Wim Taymans  <wim@fluendo.com>
21123
21124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21125         (gst_ogg_mux_loop):
21126         I will accept bitchslappings with non sharp objects.
21127
21128 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21129
21130         * configure.ac:
21131         Clean up the test for lame presets
21132
21133 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21134
21135         * configure.ac:
21136         * ext/lame/Makefile.am:
21137         * ext/lame/gstlame.c: (gst_lame_class_init),
21138         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21139         Only enable lame presets if version of lame has presets in API
21140
21141 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21142         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21143         * gst/udp/gstudpsrc.h:
21144           Don't call gst_pad_push in a get function. Fixes #150449
21145
21146 2004-08-18  Wim Taymans  <wim@fluendo.com>
21147
21148         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21149         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21150         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21151         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21152         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21153         (gst_fdset_wait):
21154         * gst/tcp/gstfdset.h:
21155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21156         (gst_multifdsink_client_queue_buffer),
21157         (gst_multifdsink_handle_client_write):
21158         * gst/tcp/gstmultifdsink.h:
21159         Some extra checks in gstfdset.
21160         Only use send() when the fd is a socket. Don't try to
21161         read from write only fds.
21162
21163 2004-08-18  Wim Taymans  <wim@fluendo.com>
21164
21165         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21166         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21167         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21168         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21169         (gst_fdset_wait):
21170         Add more locking and bounds checking.
21171
21172 2004-08-18  Wim Taymans  <wim@fluendo.com>
21173
21174         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21175         Realloc test fdset in the lock and right before starting
21176         the poll call. Bump the limit to 4096.
21177
21178 2004-08-17  David Schleef  <ds@schleef.org>
21179
21180         * sys/sunaudio/Makefile.am:
21181         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21182         of rates and channels.  Make debugging less obnoxious.
21183
21184         Patch from Balamurali Viswanathan implementing a mixer for
21185         Sun audio.  (bug #144091):
21186         * sys/sunaudio/gstsunelement.c:
21187         * sys/sunaudio/gstsunelement.h:
21188         * sys/sunaudio/gstsunmixer.c:
21189         * sys/sunaudio/gstsunmixer.h:
21190
21191 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21192
21193         * gst/audioscale/gstaudioscale.c:
21194         * gst/audioscale/gstaudioscale.h:
21195         made audioscale resample from any sample rate to any sample rate
21196
21197 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21198
21199         * ext/libpng/gstpngdec.c:
21200           error out on unsupported types
21201
21202 2004-08-17  Iain <iaingnome@gmail.com>
21203
21204         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21205         mid_side and loose_mid_side properties if its a stereo stream.
21206
21207 2004-08-17  Wim Taymans  <wim@fluendo.com>
21208
21209         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21210         (theora_get_formats), (theora_dec_src_convert),
21211         (theora_dec_sink_convert), (theora_dec_src_query),
21212         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21213         Add a debug line.
21214
21215 2004-08-17  Wim Taymans  <wim@fluendo.com>
21216
21217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21218         (gst_ogg_pad_push):
21219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21220         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21221         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21222         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21223         Mark delta units in the muxer.
21224         Try to decode the packet after an out-of-sync error from
21225         libogg.
21226
21227 2004-08-17  Wim Taymans  <wim@fluendo.com>
21228
21229         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21230         (gst_multifdsink_init), (gst_multifdsink_add),
21231         (gst_multifdsink_client_queue_buffer),
21232         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21233         * gst/tcp/gstmultifdsink.h:
21234         Added option to send a keyframe to clients as the first buffer.
21235         Make timeout property writable.
21236
21237 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21238
21239         patch by: Wim Taymans
21240
21241         * gst/tcp/gstfdset.c:
21242         * gst/tcp/gstmultifdsink.c:
21243           fix index comparison, should include 0
21244
21245 2004-08-16  Wim Taymans  <wim@fluendo.com>
21246
21247         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21248         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21249         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21250         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21251         (gst_fdset_wait):
21252           copy when reallocing for poll so the select arguments don't get
21253           changed during the call
21254
21255 2004-08-16  Wim Taymans  <wim@fluendo.com>
21256
21257         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21258         (gst_theora_enc_class_init), (theora_enc_sink_link),
21259         (theora_buffer_from_packet), (theora_enc_chain):
21260         Fix bug where buffers were not marked as keyframes
21261         correctly.
21262
21263 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21264
21265         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21266         (gst_lame_preset_get_type), (gst_lame_class_init):
21267         describe the enum values for vbr mode and presets more verbosely
21268
21269 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21270
21271         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21272         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21273         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21274         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21275         * ext/lame/gstlame.h:
21276         add preset property to lame so it can use lame presets
21277
21278 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21279
21280         * ext/lame/gstlame.c: (gst_lame_get_property):
21281         whoops forgot break, thanks teuf
21282
21283 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21284
21285         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21286         (gst_lame_class_init), (gst_lame_src_getcaps),
21287         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21288         (gst_lame_get_property), (gst_lame_setup):
21289         * ext/lame/gstlame.h:
21290         fix lame's broken vbr stuff, allow it to resample if need be, and also
21291         make xing header optional
21292
21293 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21294
21295         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21296         added getcaps function so samplerate doesnt get fixated to silly values
21297
21298 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21299
21300         * ext/lame/gstlame.c: (gst_lame_src_link):
21301         revert previous fix
21302
21303 2004-08-12  Johan Dahlin  <johan@gnome.org>
21304
21305         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21306         checks. Doesn't matter what state we are in. Interfaces are a
21307         compile time thing, not runtime. It also broke the python bindings.
21308
21309 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21310
21311         * ext/lame/gstlame.c: (gst_lame_src_link):
21312         made source pad link function check if sinkpad is ok..fixes the problem
21313         where core fixates the output rate of lame stupidly
21314
21315 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21316
21317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21318         * sys/v4l/v4l_calls.c:
21319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21320           fix fixate function to handle nonsimple caps.
21321           remove bogus check in _link
21322           cleanups
21323
21324 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21325
21326         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21327         set default compression ratio parameter to 0.0 so bitrate parameter
21328         works :)
21329
21330 2004-08-11  David Schleef  <ds@schleef.org>
21331
21332         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21333
21334 2004-08-11  David Schleef  <ds@schleef.org>
21335
21336         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21337         before.
21338
21339 2004-08-11  David Schleef  <ds@schleef.org>
21340
21341         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21342
21343 2004-08-11  David Schleef  <ds@schleef.org>
21344
21345         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21346           license field
21347         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21348         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21349           LGPL.
21350         * gst/auparse/gstauparse.c: Fix plugin license field.
21351         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21352         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21353         * gst/rtp/gstrtp.c: Fix plugin license field.
21354
21355 2004-08-11  Wim Taymans  <wim@fluendo.com>
21356
21357         * gst/tcp/Makefile.am:
21358         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21359         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21360         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21361         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21362         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21363         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21364         (gst_fdset_fd_can_write), (gst_fdset_wait):
21365         * gst/tcp/gstfdset.h:
21366         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21367         (gst_multifdsink_class_init), (gst_multifdsink_init),
21368         (gst_multifdsink_add), (gst_multifdsink_remove),
21369         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21370         (gst_multifdsink_remove_client_link),
21371         (gst_multifdsink_handle_client_read),
21372         (gst_multifdsink_client_queue_data),
21373         (gst_multifdsink_client_queue_caps),
21374         (gst_multifdsink_client_queue_buffer),
21375         (gst_multifdsink_handle_client_write),
21376         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21377         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21378         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21379         (gst_multifdsink_close):
21380         * gst/tcp/gstmultifdsink.h:
21381         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21382         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21383         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21384         (gst_tcpserversink_close):
21385         * gst/tcp/gsttcpserversink.h:
21386         Abstracted away the select call, implemented poll (yes we ran into
21387         the 1024 limit in production).
21388
21389 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21390
21391         * gst/tcp/gsttcp.c:
21392         * gst/tcp/gsttcpplugin.c:
21393           improve debuggging, remove assert
21394
21395 2004-08-10  Wim Taymans  <wim@fluendo.com>
21396
21397         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21398         (gst_client_status_get_type), (gst_multifdsink_class_init),
21399         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21400         (gst_multifdsink_handle_client_read),
21401         (gst_multifdsink_handle_client_write),
21402         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21403         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21404         (gst_multifdsink_get_property):
21405         * gst/tcp/gstmultifdsink.h:
21406         * gst/tcp/gsttcp-marshal.list:
21407         Starting to prepare for specifying buffer time in other units
21408         than buffers. Expose remove reason in signal.
21409
21410 2004-08-10  Wim Taymans  <wim@fluendo.com>
21411
21412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21413         (gst_multifdsink_remove), (gst_multifdsink_clear),
21414         (gst_multifdsink_remove_client_link),
21415         (gst_multifdsink_handle_client_read),
21416         (gst_multifdsink_client_queue_data),
21417         (gst_multifdsink_client_queue_buffer),
21418         (gst_multifdsink_handle_client_write),
21419         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21420         (gst_multifdsink_chain), (gst_multifdsink_close):
21421         * gst/tcp/gstmultifdsink.h:
21422         Added more debugging info. Changed the way clients are
21423         removed from the lists. Fixed a bug where a bad file descriptor
21424         could cause many clients to be removed.
21425
21426 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21427
21428         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21429           allow all pixel-aspect-ratios, not just 1:1
21430
21431 2004-08-09  David Schleef  <ds@schleef.org>
21432
21433         * sys/glsink/ARB_multitexture.h:  Remove old files.
21434         * sys/glsink/EXT_paletted_texture.h:
21435         * sys/glsink/NV_register_combiners.h:
21436         * sys/glsink/gstgl_nvimage.c:
21437         * sys/glsink/gstgl_pdrimage.c:
21438         * sys/glsink/gstgl_rgbimage.c:
21439         * sys/glsink/gstglsink.c:
21440         * sys/glsink/gstglsink.h:
21441         * sys/glsink/gstglxwindow.c:
21442         * sys/glsink/regcomb_yuvrgb.c:
21443
21444 2004-08-09  David Schleef  <ds@schleef.org>
21445
21446         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21447         GL sink plugin.  (Bug #147302)
21448
21449         * configure.ac: Test for OpenGL
21450         * sys/Makefile.am: Use test for OpenGL
21451         * sys/glsink/Makefile.am:
21452         * sys/glsink/glimagesink.c: rewrite
21453         * sys/glsink/glimagesink.h: rewrite
21454
21455 2004-08-09  David Schleef  <ds@schleef.org>
21456
21457         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21458         sane framerates.
21459         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21461         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21462
21463 2004-08-09  Wim Taymans  <wim@fluendo.com>
21464
21465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21466         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21467         (gst_multifdsink_client_remove),
21468         (gst_multifdsink_handle_client_read),
21469         (gst_multifdsink_handle_client_write),
21470         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21471         Do a bit more logging, make the client_read code more robust.
21472
21473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21474
21475         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21476         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21477         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21478         (gst_jpegdec_init), (gst_jpegdec_chain):
21479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21480         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21481           cleanups, debugging fixes and memleak plugging
21482
21483 2004-08-09  Wim Taymans  <wim@fluendo.com>
21484
21485         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21486         (theora_get_formats), (theora_dec_src_convert),
21487         (theora_dec_sink_convert), (theora_dec_src_query),
21488         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21489         (theora_dec_change_state):
21490         Don't crash on missing header packets.
21491
21492 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21493
21494         * po/LINGUAS:
21495         * po/sq.po:
21496           Added Albanian translation (Laurent Dhima)
21497         * po/cs.po:
21498           updated
21499
21500 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21501
21502         * ext/lame/gstlame.c:
21503           fix/add debugging
21504
21505 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21506
21507         * sys/ximage/ximagesink.c:
21508         * sys/xvimage/xvimagesink.c:
21509           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21510
21511 2004-08-06  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21514         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21515         (gst_multifdsink_client_remove),
21516         (gst_multifdsink_handle_client_read),
21517         (gst_multifdsink_handle_client_write),
21518         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21519         Make sure we don't try to read more from a client that what
21520         ioctl says us or we deadlock.
21521
21522 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21525         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21526         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21527           decouple running_time and n_frames so it can handle changing
21528           framerate while running
21529
21530 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21531
21532         * po/nl.po:
21533         * po/sv.po:
21534           updated translations
21535
21536 2004-08-04  Benjamin Otte  <otte@gnome.org>
21537
21538         * gst/videotestsrc/gstvideotestsrc.c:
21539         (gst_videotestsrc_get_capslist), (generate_capslist),
21540         (plugin_init):
21541           generate the list of supported caps at startup and reuse it instead
21542           of always generating it
21543
21544 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21545
21546         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21547           whoops, last checkin broke normal build
21548
21549 2004-08-03  Benjamin Otte  <otte@gnome.org>
21550
21551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21552         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21553         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21554         (gst_alsa_mixer_get_option):
21555         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21556         (dvdnavsrc_print_event):
21557         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21559         (gst_ogg_mux_pad_unlink):
21560         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21561         (gst_multipart_mux_pad_unlink):
21562         * gst/videofilter/gstvideobalance.c:
21563         (gst_videobalance_colorbalance_set_value):
21564         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21565         (gst_videomixer_pad_unlink):
21566         * po/uk.po:
21567         * sys/oss/gstossmixer.c:
21568         * sys/v4l/gstv4lcolorbalance.c:
21569         * sys/v4l/gstv4ltuner.c:
21570         * sys/v4l/v4lsrc_calls.c:
21571         * sys/v4l2/gstv4l2colorbalance.c:
21572         * sys/v4l2/gstv4l2tuner.c:
21573           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21574
21575 2004-08-03  Benjamin Otte  <otte@gnome.org>
21576
21577         * examples/dynparams/filter.c: (ui_control_create):
21578         * examples/gstplay/player.c: (print_tag):
21579         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21580         * ext/gdk_pixbuf/gstgdkanimation.c:
21581         (gst_gdk_animation_iter_may_advance):
21582         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21583         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21584         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21585         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21587         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21588         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21589         * gst/sine/demo-dparams.c: (main):
21590         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21591         * testsuite/alsa/formats.c: (create_pipeline):
21592         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21593           fixes for G_DISABLE_ASSERT and friends
21594         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21595         (mp3_type_frame_length_from_header), (mp3_type_find),
21596         (plugin_init):
21597           require mp3 typefinding to have at least MIN_HEADERS valid headers
21598           add typefinding for AAC adts files
21599
21600 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21601
21602         * sys/ximage/ximagesink.c:
21603         (gst_ximagesink_calculate_pixel_aspect_ratio):
21604         * sys/xvimage/xvimagesink.c:
21605         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21606         Make sure we calculate pixel-aspect-ratio using floating point maths
21607
21608 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * po/uk.po:
21611           updated translation
21612
21613 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21614
21615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21617           add debugging for display PAR calculation
21618
21619 2004-08-02  David Schleef  <ds@schleef.org>
21620
21621         * configure.ac: Fix mikmod CFLAGS.
21622
21623 2004-07-27  Benjamin Otte  <otte@gnome.org>
21624
21625         * gst/audioscale/gstaudioscale.c:
21626         - fix templates to only support S16, it's the only format that works
21627         - make caps nego code use try_set_caps_nonfixed and fixation instead
21628         of try_set_caps twice, which is not nice for autopluggers
21629         - change rank to secondary, so autopluggers can pick it up after
21630         audioconvert
21631
21632 2004-08-02  Iain <iain@prettypeople.org>
21633
21634         * gst/interleave/interleave.c (interleave_init),
21635         (interleave_request_new_pad),
21636         (interleave_pad_removed),
21637         (interleave_buffered_loop): Use the real pad count, not the artificial
21638         one.
21639
21640 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         * configure.ac: bump nano back to development
21643
21644 === release 0.8.3 ===
21645
21646 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         * configure.ac: releasing 0.8.3, "Water"
21649
21650 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21651
21652         * sys/xvimage/xvimagesink.c:
21653         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21654         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21655         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21656         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21657         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21658         * sys/xvimage/xvimagesink.h:
21659           apply similar PAR fixes as to ximagesink
21660
21661 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21662
21663         patch from: Benjamin Otte
21664
21665         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21666           add link function to lame.  Fixes #148986.
21667
21668 2004-08-02  Johan Dahlin  <johan@gnome.org>
21669
21670         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21671         fix debugging log
21672
21673 2004-07-30  David Schleef  <ds@schleef.org>
21674
21675         * gst/videomixer/Makefile.am: Fix things that should have been
21676         fixed in the last checkin.
21677
21678 2004-07-30  David Schleef  <ds@schleef.org>
21679
21680         * gst/multipart/Makefile.am: Fix things that should have been
21681         fixed in the last checkin.
21682
21683 2004-07-30  David Schleef  <ds@schleef.org>
21684
21685         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21686
21687 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21688
21689         * configure.ac:
21690           bump nano for prerelease
21691         * po/af.po:
21692         * po/az.po:
21693         * po/cs.po:
21694         * po/en_GB.po:
21695         * po/hu.po:
21696         * po/nl.po:
21697         * po/sr.po:
21698         * po/sv.po:
21699         * po/uk.po:
21700           updates
21701
21702 2004-07-30  Wim Taymans  <wim@fluendo.com>
21703
21704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21705         (gst_multifdsink_add), (gst_multifdsink_remove),
21706         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21707         (gst_multifdsink_client_remove),
21708         (gst_multifdsink_handle_client_write),
21709         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21710         * gst/tcp/gstmultifdsink.h:
21711         Recover from a select with a bad file descriptor by removing
21712         the client.
21713
21714 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21715
21716         * configure.ac:
21717           fix requirement of core
21718         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21719         (gst_play_pipeline_setup):
21720           don't use colorspace element.  do use hermescolorspace element.
21721           make macro to get a colorspace element.
21722           mark strings for translation.
21723         * po/POTFILES.in:
21724           add play.c
21725         * po/af.po:
21726         * po/az.po:
21727         * po/cs.po:
21728         * po/en_GB.po:
21729         * po/hu.po:
21730         * po/nl.po:
21731         * po/sr.po:
21732         * po/sv.po:
21733         * po/uk.po:
21734           update translations
21735
21736 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21737
21738         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21739         fix default for newmedia flag
21740
21741 2004-07-30  Wim Taymans  <wim@fluendo.com>
21742
21743         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21744         (gst_theora_dec_init), (theora_get_formats),
21745         (theora_dec_src_convert), (theora_dec_sink_convert),
21746         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21747         (theora_dec_chain), (theora_dec_set_property),
21748         (theora_dec_get_property):
21749         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21750         (gst_theora_enc_class_init), (gst_theora_enc_init),
21751         (theora_enc_sink_link), (theora_enc_chain),
21752         (theora_enc_set_property), (theora_enc_get_property):
21753         Added cropping option to theora decoder.
21754         Added border option to theora encoder.
21755
21756 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21757
21758         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21759         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21760         (gst_pngenc_set_property):
21761         * ext/libpng/gstpngenc.h:
21762         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
21763
21764 2004-07-30  Wim Taymans  <wim@fluendo.com>
21765
21766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21767         (theora_enc_sink_link), (theora_enc_chain),
21768         (theora_enc_set_property), (theora_enc_get_property):
21769         Fix encoding of non-multiple-of-16 video.
21770
21771 2004-07-29  David Schleef  <ds@schleef.org>
21772
21773         * configure.ac: make test for audiofile more strict
21774
21775 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21776
21777         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21778           give different names to typefind functions
21779
21780 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21781
21782         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21783         (gst_ximagesink_calculate_pixel_aspect_ratio),
21784         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21785         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21786         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21787         (gst_ximagesink_get_property), (gst_ximagesink_init):
21788         * sys/ximage/ximagesink.h:
21789           allocate PAR's dynamically.
21790           use autodetected PAR if no object-set PAR is given.
21791           add workaround for directfb's X not setting physical size.
21792           fix to xvimagesink will follow tomorrow.
21793
21794 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21795
21796         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21797         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21798         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21799         (gst_shout2send_class_init), (gst_shout2send_init),
21800         (set_shout_metadata), (gst_shout2send_set_metadata),
21801         (gst_shout2send_chain), (gst_shout2send_set_property),
21802         (gst_shout2send_get_property), (gst_shout2send_connect),
21803         (gst_shout2send_change_state):
21804         * ext/shout2/gstshout2.h:
21805         - fix for sending mp3 audio to icecast2 server, if pad link function not
21806         called before PAUSED state
21807         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21808         - added tagging support for mp3 audio broadcasted
21809         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21810         debug info
21811
21812 2004-07-28  Wim Taymans  <wim@fluendo.com>
21813
21814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21815         (gst_ogg_demux_push):
21816         Return query failure when we don't know the length of
21817         an ogg stream insteda of returning TRUE with a bogus value.
21818
21819 2004-07-28  Wim Taymans  <wim@fluendo.com>
21820
21821         * ext/theora/theoradec.c: (theora_get_formats),
21822         (theora_dec_src_convert), (theora_dec_sink_convert),
21823         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21824         (theora_dec_chain):
21825         Don't screw up the 1 Chroma for 1 luma sample situation when we
21826         have an odd offset/width by adding a black border in those cases.
21827
21828 2004-07-28  Wim Taymans  <wim@fluendo.com>
21829
21830         * ext/theora/theoradec.c: (theora_get_formats),
21831         (theora_dec_src_convert), (theora_dec_sink_convert),
21832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21833         (theora_dec_chain):
21834         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21835         Added first attempt at cropping of the image as required by the
21836         theora spec. We need more properties in the caps (offset_x,
21837         offset_y,stride) to implement this correctly.
21838
21839 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21840
21841         * ext/dvdnav/README:
21842           Update the README to use dvddemux
21843         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21844           Ensure getcaps returns a subset of the template caps
21845         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21846         (gst_mpeg2subt_init):
21847           Ensure getcaps returns a subset of the template caps
21848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21849         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21850         (gst_dvd_demux_get_subpicture_stream),
21851         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21852         * gst/mpegstream/gstdvddemux.h:
21853           Set the explicit caps on the current_video pad before pushing
21854           anything
21855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21856         (gst_mpeg_demux_get_audio_stream):
21857           Free caps used to gst_pad_set_explicit_caps, which takes a const
21858           GstCaps *
21859
21860 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21861
21862         * configure.ac: update GStreamer requirement to 0.8.4 because of
21863           GstFraction.
21864
21865 2004-07-28  Wim Taymans  <wim@fluendo.com>
21866
21867         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21868         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21869         Add the pad to the element after setting up the caps. This
21870         makes it a lot easier to autoplug.
21871
21872 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21873
21874         * gst/median/gstmedian.c:
21875         * gst/mpeg2subt/gstmpeg2subt.c:
21876         * gst/mpegaudioparse/gstmpegaudioparse.c:
21877         * gst/mpegstream/gstdvddemux.c:
21878         * gst/mpegstream/gstmpegdemux.c:
21879         * gst/mpegstream/gstmpegpacketize.c:
21880         * gst/rtjpeg/gstrtjpeg.c:
21881         * gst/rtjpeg/gstrtjpegdec.c:
21882         * gst/rtjpeg/gstrtjpegenc.c:
21883         * gst/sine/gstsinesrc.c:
21884         * gst/smooth/gstsmooth.c:
21885         * gst/smpte/gstsmpte.c:
21886         * gst/smpte/gstsmpte.h:
21887         * gst/stereo/gststereo.c:
21888         * gst/videofilter/gstgamma.c:
21889         * gst/videofilter/gstvideobalance.c:
21890         * gst/videofilter/gstvideofilter.c:
21891         * gst/videofilter/gstvideoflip.c:
21892         * gst/videoscale/gstvideoscale.c:
21893         * gst/videoscale/videoscale.c:
21894         * gst/videotestsrc/gstvideotestsrc.c:
21895         * gst/videotestsrc/videotestsrc.c:
21896         * gst/wavenc/gstwavenc.c:
21897         * gst/wavparse/gstwavparse.c:
21898           fix local includes and 64 bits constants
21899
21900 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21901
21902         * win32/gst.sln:
21903         * gst-libs/gst/*/*.vcproj:
21904         * gst/*/*.vcproj:
21905           more working plugins
21906
21907 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21908
21909         * testsuite/alsa/Makefile.am:
21910         * testsuite/alsa/srcstate.c:
21911         add test for alsasrc changing state
21912
21913 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21914
21915         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21916         (gst_silence_get):
21917         * gst/silence/gstsilence.h:
21918         fix silence generation for 16bit raw audio
21919
21920 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21921
21922         * gst/matroska/matroska-demux.c:
21923         (gst_matroska_demux_parse_metadata),
21924         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21925         * gst/mpegaudio/common.c:
21926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21927         (gst_videoscale_getcaps), (gst_videoscale_link),
21928         (gst_videoscale_src_fixate), (gst_videoscale_init),
21929         (gst_videoscale_finalize):
21930         * gst/videoscale/gstvideoscale.h:
21931         * gst/videotestsrc/gstvideotestsrc.c:
21932         (gst_videotestsrc_get_capslist):
21933         * gst/wavenc/gstwavenc.c:
21934         * sys/oss/gstossmixer.c: (fill_labels):
21935         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21936         (gst_ximagesink_handle_xevents),
21937         (gst_ximagesink_calculate_pixel_aspect_ratio),
21938         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21939         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21940         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21941         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21942         (gst_ximagesink_init), (gst_ximagesink_class_init):
21943         * sys/ximage/ximagesink.h:
21944         * sys/xvimage/xvimagesink.c:
21945         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21946         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21947         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21948         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21949         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21950         * sys/xvimage/xvimagesink.h:
21951           first batch of pixel aspect ratio commits.
21952
21953 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21956         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21957         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21958           handle stride, needs work if we want to move stride handling
21959           upstream, but works correctly for our purposes.
21960
21961 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * gst/videoscale/README:
21964           add testing examples
21965         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21966         (gst_videoscale_chain):
21967         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21968         (gst_videoscale_get_size):
21969           add get_size function that handles stride like videotestsrc.
21970           fixes conversion for YUV formats for as much as I can test them.
21971
21972 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21975         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21977         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21978         (gst_xvimagesink_xvimage_put):
21979           further cleanups, logging, error handling and synchronizing
21980
21981 2004-07-27  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21984         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21985         (gst_videomixer_pad_set_property),
21986         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21987         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21988         (gst_videomixer_class_init), (gst_videomixer_init),
21989         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21990         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21991         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21992         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21993         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21994         (gst_videomixer_loop), (plugin_init):
21995         Be a nicer negotiation citizen and provide a getcaps function on
21996         the srcpad. This also fixes a crash when resizing.
21997
21998 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21999
22000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22001         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22002
22003 2004-07-27  Wim Taymans  <wim@fluendo.com>
22004
22005         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22006         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22007         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22008         (gst_pngenc_set_property):
22009         * ext/libpng/gstpngenc.h:
22010         Added snapshot property to pngenc.
22011         removed g_print from pngdec
22012
22013 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22014
22015         * gst/ac3parse/ac3parse.vcproj
22016         * gst/adder/adder.vcproj
22017         * gst/alpha/alpha.vcproj
22018         * gst/alpha/alphacolor.vcproj
22019         * gst/asfdemux/asf.vcproj
22020         * gst/audioconvert/audioconvert.vcproj
22021         * gst/audiorate/audiorate.vcproj
22022         * gst/audioscale/audioscale.vcproj
22023         * gst/auparse/auparse.vcproj
22024         * gst/avi/avi.vcproj
22025         * gst/cdxaparse/cdxaparse.vcproj
22026         * gst/chart/chart.vcproj
22027         * gst/colorspace/colorspace.vcproj
22028         * gst/cutter/cutter.vcproj
22029         * gst/debug/debug.vcproj
22030         * gst/debug/efence.vcproj
22031         * gst/debug/navigationtest.vcproj
22032         * gst/deinterlace/deinterlace.vcproj
22033         * gst/effectv/effectv.vcproj
22034         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22035         * gst/filter/filter.vcproj
22036         * gst/flx/flxdec.vcproj
22037         * gst/goom/goom.vcproj
22038         * gst/interleave/interleave.vcproj
22039         * gst/law/alaw.vcproj
22040         * gst/law/mulaw.vcproj
22041         * gst/matroska/matroska.vcproj
22042         * gst/median/median.vcproj
22043         * gst/mixmatrix/mixmatrix.vcproj
22044         * gst/mpeg1sys/mpeg1systemencode.vcproj
22045         * gst/mpeg1videoparse/mp1videoparse.vcproj
22046         * gst/mpeg2sub/mpeg2subt.vcproj
22047         * gst/mpegaudio/mpegaudio.vcproj
22048         * gst/mpegaudioparse/mpegaudioparse.vcproj
22049         * gst/mpegstream/mpegstream.vcproj
22050         * gst/multifilesink/multifilesink.vcproj
22051         * gst/multipart/multipart.vcproj
22052         * gst/oneton/oneton.vcproj
22053         * gst/overlay/overlay.vcproj
22054         * gst/passthrough/passthrough.vcproj
22055         * gst/qtdemux/qtdemux.vcproj
22056         * gst/realmedia/rmdemux.vcproj
22057         * gst/rtjpeg/rtjpeg.vcproj
22058         * gst/rtp/rtp.vcproj
22059         * gst/silence/silence.vcproj
22060         * gst/sine/sinesrc.vcproj
22061         * gst/smooth/smooth.vcproj
22062         * gst/smpte/smpte.vcproj
22063         * gst/spectrum/spectrum.vcproj
22064         * gst/speed/speed.vcproj
22065         * gst/stereo/stereo.vcproj
22066         * gst/switch/switch.vcproj
22067         * gst/tags/tagedit.vcproj
22068         * gst/tcp/tcp.vcproj
22069         * gst/typefind/typefindfunctions.vcproj
22070         * gst/udp/udp.vcproj
22071         * gst/videobox/videobox.vcproj
22072         * gst/videocrop/videocrop.vcproj
22073         * gst/videodrop/videodrop.vcproj
22074         * gst/videofilter/gamma.vcproj
22075         * gst/videofilter/videobalance.vcproj
22076         * gst/videofilter/videofilter.vcproj
22077         * gst/videofilter/videoflip.vcproj
22078         * gst/videoflip/videoflip.vcproj
22079         * gst/videomixer/videomixer.vcproj
22080         * gst/videorate/videorate.vcproj
22081         * gst/videoscale/videoscale.vcproj
22082         * gst/videotestsrc/videotestsrc.vcproj
22083         * gst/virtualdub/virtualdub.vcproj
22084         * gst/volenv/volenv.vcproj
22085         * gst/volume/volume.vcproj
22086         * gst/wavenc/wavenc.vcproj
22087         * gst/wavparse/wavparse.vcproj
22088         * gst/y4m/y4menc.vcproj
22089         * gst-libs/gst/audio/audio.vcproj
22090         * gst-libs/gst/audio/audiofilter.vcproj
22091         * gst-libs/gst/colorbalance/colorbalance.vcproj
22092         * gst-libs/gst/idct/idtc.vcproj
22093         * gst-libs/gst/media-info/media-info.vcproj
22094         * gst-libs/gst/mixer/mixer.vcproj
22095         * gst-libs/gst/navigation/navigation.vcproj
22096         * gst-libs/gst/play/play.vcproj
22097         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22098         * gst-libs/gst/resample/resample.vcproj
22099         * gst-libs/gst/riff/riff.vcproj
22100         * gst-libs/gst/tuner/tuner.vcproj
22101         * gst-libs/gst/video/video.vcproj
22102         * gst-libs/gst/xoverlay/xoverlay.vcproj
22103           avoid problems with math.h, fix release dependancy
22104           rename GStreamer-0.8.lib to libgstreamer.lib
22105
22106 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22107
22108         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22110         the atom is not available we have to unlock the mutex. Fixes #148023
22111
22112 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22113
22114         * gst-libs/gst/media-info/media-info.h:
22115           issue for a vararg macro with MSVC
22116
22117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22118
22119         * gst/effectv/effectv.vcproj
22120         * gst-libs/gst/idct/idct.vcproj:
22121         * gst-libs/gst/media-info/media-info.vcproj:
22122         * gst-libs/gst/navigation/navigation.vcproj:
22123         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22124         * gst-libs/gst/video/video.vcproj:
22125         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22126           fixes for build problems
22127
22128 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22129
22130         * gst-libs/gst/audio/audio.def:
22131         * gst-libs/gst/audio/riff.def:
22132           add some definitions needed by plugins
22133
22134 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22135
22136         * gst/asfdemux/gstasfmux.c
22137           Fix some 64 bits constants to be glib friendly
22138
22139 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22140
22141         * gst/ac3parse/gstac3parse.c
22142         * gst/audioscale/gstaudioscale.c
22143         * gst/auparse/gstauparse.c
22144         * gst/colorspace/gstcolorspace.c
22145         * gst/colorspace/yuv2rgb.h
22146           local include fixes
22147
22148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22149
22150         * win32/gst.sln
22151           add more plugins to the build
22152
22153 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22154
22155         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22156         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22157
22158 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22161         (gst_level_set_property), (gst_level_get_property),
22162         (gst_level_base_init), (gst_level_class_init):
22163           add debugging categories.  cleanups.
22164
22165 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22166
22167         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22168         (gst_videoscale_planar411), (gst_videoscale_planar400),
22169         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22170         (gst_videoscale_scale_nearest_str1),
22171         (gst_videoscale_scale_nearest_str2),
22172         (gst_videoscale_scale_nearest_str4),
22173         (gst_videoscale_scale_nearest_16bit),
22174         (gst_videoscale_scale_nearest_24bit):
22175           fixed stride issues
22176           tested with 320x240 -> 321, 322, 324 x240
22177           tested with YV12, I420, YUY2, UYVY
22178           fixed packed422rev (don't think it could have worked before)
22179           by testing with UYVY
22180
22181 2004-07-26  Benjamin Otte  <otte@gnome.org>
22182
22183         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22184         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22185         (plugin_init):
22186           add debugging category, add error checks like checking return values
22187           of setup calls, make sure it still works after
22188           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22189
22190 2004-07-26  Wim Taymans  <wim@fluendo.com>
22191
22192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22193         (gst_mpeg_demux_get_audio_stream),
22194         (gst_mpeg_demux_process_private):
22195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22196         Check for error codes from the negotiation functions. Make sure
22197         we really set the pad caps when a new pad is created.
22198
22199 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22200
22201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22202         (gst_ffmpeg_caps_to_pix_fmt):
22203         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22205         (gst_ffmpegcolorspace_pad_link):
22206           don't make function do two things at the same time without reason.
22207
22208 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22209
22210         * gst/ac3parse/ac3parse.vcproj
22211         * gst/adder/adder.vcproj
22212         * gst/alpha/alpha.vcproj
22213         * gst/alpha/alphacolor.vcproj
22214         * gst/asfdemux/asf.vcproj
22215         * gst/audioconvert/audioconvert.vcproj
22216         * gst/audiorate/audiorate.vcproj
22217         * gst/audioscale/audioscale.vcproj
22218         * gst/auparse/auparse.vcproj
22219         * gst/avi/avi.vcproj
22220         * gst/cdxaparse/cdxaparse.vcproj
22221         * gst/chart/chart.vcproj
22222         * gst/colorspace/colorspace.vcproj
22223         * gst/cutter/cutter.vcproj
22224         * gst/debug/debug.vcproj
22225         * gst/debug/efence.vcproj
22226         * gst/debug/navigationtest.vcproj
22227         * gst/deinterlace/deinterlace.vcproj
22228         * gst/effectv/effectv.vcproj
22229         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22230         * gst/filter/filter.vcproj
22231         * gst/flx/flxdec.vcproj
22232         * gst/goom/goom.vcproj
22233         * gst/interleave/interleave.vcproj
22234         * gst/law/alaw.vcproj
22235         * gst/law/mulaw.vcproj
22236         * gst/matroska/matroska.vcproj
22237         * gst/median/median.vcproj
22238         * gst/mixmatrix/mixmatrix.vcproj
22239         * gst/mpeg1sys/mpeg1systemencode.vcproj
22240         * gst/mpeg1videoparse/mp1videoparse.vcproj
22241         * gst/mpeg2sub/mpeg2subt.vcproj
22242         * gst/mpegaudio/mpegaudio.vcproj
22243         * gst/mpegaudioparse/mpegaudioparse.vcproj
22244         * gst/mpegstream/mpegstream.vcproj
22245         * gst/multifilesink/multifilesink.vcproj
22246         * gst/multipart/multipart.vcproj
22247         * gst/oneton/oneton.vcproj
22248         * gst/overlay/overlay.vcproj
22249         * gst/passthrough/passthrough.vcproj
22250         * gst/qtdemux/qtdemux.vcproj
22251         * gst/realmedia/rmdemux.vcproj
22252         * gst/rtjpeg/rtjpeg.vcproj
22253         * gst/rtp/rtp.vcproj
22254         * gst/silence/silence.vcproj
22255         * gst/sine/sinesrc.vcproj
22256         * gst/smooth/smooth.vcproj
22257         * gst/smpte/smpte.vcproj
22258         * gst/spectrum/spectrum.vcproj
22259         * gst/speed/speed.vcproj
22260         * gst/stereo/stereo.vcproj
22261         * gst/switch/switch.vcproj
22262         * gst/tags/tagedit.vcproj
22263         * gst/tcp/tcp.vcproj
22264         * gst/typefind/typefindfunctions.vcproj
22265         * gst/udp/udp.vcproj
22266         * gst/videobox/videobox.vcproj
22267         * gst/videocrop/videocrop.vcproj
22268         * gst/videodrop/videodrop.vcproj
22269         * gst/videofilter/gamma.vcproj
22270         * gst/videofilter/videobalance.vcproj
22271         * gst/videofilter/videofilter.vcproj
22272         * gst/videofilter/videoflip.vcproj
22273         * gst/videoflip/videoflip.vcproj
22274         * gst/videomixer/videomixer.vcproj
22275         * gst/videorate/videorate.vcproj
22276         * gst/videoscale/videoscale.vcproj
22277         * gst/videotestsrc/videotestsrc.vcproj
22278         * gst/virtualdub/virtualdub.vcproj
22279         * gst/volenv/volenv.vcproj
22280         * gst/volume/volume.vcproj
22281         * gst/wavenc/wavenc.vcproj
22282         * gst/wavparse/wavparse.vcproj
22283         * gst/y4m/y4menc.vcproj
22284           more plugins supported under windows
22285
22286 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22289         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22290         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22293           Add debugging statements.  Use the sizes as returned by the
22294           *CreateImage calls.
22295
22296 2004-07-26  Johan Dahlin  <johan@gnome.org>
22297
22298         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22299         the pad is negotiated.
22300
22301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22302
22303 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22304
22305         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22306         * gst-libs/gst/idct/idct.vcproj:
22307         * gst-libs/gst/media-info/media-info.vcproj:
22308         * gst-libs/gst/mixer/mixer.vcproj:
22309         * gst-libs/gst/navigation/navigation.vcproj:
22310         * gst-libs/gst/play/play.vcproj:
22311         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22312         * gst-libs/gst/resample/resample.vcproj:
22313         * gst-libs/gst/tuner/tuner.vcproj:
22314         * gst-libs/gst/video/video.vcproj:
22315         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22316           more plugins supported under windows
22317
22318 2004-07-25 Iain <iain@prettypeople.org>
22319
22320         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22321         pad now rather than when the pad is created because state changes wipe
22322         explicit caps (fixes #148043).
22323
22324 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22325
22326         reviewed by Benjamin Otte  <otte@gnome.org>
22327
22328         * ext/mad/gstmad.c:
22329           fix mad plugin crashing on Sun (fixes #148289)
22330
22331 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22332
22333         * gst/avi/avi.def:
22334         * gst/avi/avi.vcproj:
22335         * gst/matroska/matroska.def:
22336         * gst/matroska/matroska.vcproj:
22337           remove unused .def files
22338
22339 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22340
22341         * gst-libs/gst/audio/gstaudiofilter.c:
22342           Clean the local include
22343
22344 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22345
22346         * win32/gst.sln:
22347         * gst-libs/gst/audio/audio.def:
22348         * gst-libs/gst/audio/audio.vcproj:
22349         * gst-libs/gst/audio/audiofilter.vcproj:
22350         * gst-libs/gst/audio/riff.def:
22351         * gst-libs/gst/audio/riff.vcproj:
22352         * gst-libs/gst/gst-libs.def:
22353         * gst-libs/gst/gst-libs.vcproj:
22354         * gst/avi/avi.vcproj:
22355         * gst/avi/avi.vcproj:
22356           Copy the files where needed after building, cleaner projects
22357
22358 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22359
22360         * gst/matroska/ebml-write.c:
22361           Fix some 64 bits constants to be glib friendly
22362
22363 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22364
22365         * win32/gst.sln:
22366         * gst-libs/gst/gst-libs.def:
22367         * gst-libs/gst/gst-libs.vcproj:
22368         * gst/matroska/matroska.def:
22369         * gst/matroska/matroska.vcproj:
22370           Add the preliminary canvas to build plugins on Win32
22371
22372 2004-07-23  Benjamin Otte  <otte@gnome.org>
22373
22374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22375           don't enfore negotiation from source side, it breaks
22376           sinesrc ! audioconvert ! osssink
22377
22378 2004-07-22  David Schleef  <ds@schleef.org>
22379
22380         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22381         for ELF files, since they can easily be recognized as audio/mpeg.
22382         (bug #147441)
22383
22384 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22385
22386         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22387         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22388         (gst_videoscale_scale_nearest_24bit),
22389         (gst_videoscale_scale_nearest_16bit):
22390           fix 16bit and 24bit for stride (24bit might need testing)
22391           don't pretend we do more than one algorithm
22392
22393 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22394
22395         * configure.ac:
22396         * gst/Makefile.am:
22397         * gst/multifilesink/Makefile.am:
22398         * gst/multifilesink/gstmultifilesink.c:
22399         (gst_multifilesink_get_formats),
22400         (gst_multifilesink_get_query_types), (_do_init),
22401         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22402         (gst_multifilesink_init), (gst_multifilesink_dispose),
22403         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22404         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22405         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22406         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22407         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22408         (gst_multifilesink_uri_get_type),
22409         (gst_multifilesink_uri_get_protocols),
22410         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22411         (gst_multifilesink_uri_handler_init), (plugin_init):
22412         * gst/multifilesink/gstmultifilesink.h:
22413         * testsuite/Makefile.am:
22414         * testsuite/multifilesink/Makefile.am:
22415         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22416         (gst_newmedia_class_init), (gst_newmedia_init),
22417         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22418         (newfile_signal), (test_signal), (main):
22419         multifilesink plugin for creating new files every time a new media
22420         discontinuity event occurs
22421
22422 2004-07-22  Wim Taymans  <wim@fluendo.com>
22423
22424         * gst/alpha/Makefile.am:
22425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22426         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22427         (gst_alpha_color_init), (gst_alpha_color_set_property),
22428         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22429         (transform), (gst_alpha_color_chain),
22430         (gst_alpha_color_change_state), (plugin_init):
22431         Stupid plugin to to RGBA to AYUV conversion because none of
22432         the colorspace plugins can handle that yet.
22433
22434 2004-07-22  Wim Taymans  <wim@fluendo.com>
22435
22436         * examples/seeking/seek.c: (update_scale), (main):
22437         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22438         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22439         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22440         (gst_decode_bin_init), (gst_decode_bin_dispose),
22441         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22442         (no_more_pads), (close_link), (type_found),
22443         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22444         (plugin_init):
22445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22446         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22447         (gst_play_base_bin_dispose), (queue_overrun),
22448         (gen_preroll_element), (remove_prerolls), (unknown_type),
22449         (no_more_pads), (new_stream), (setup_source),
22450         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22451         (play_base_eos), (gst_play_base_bin_change_state),
22452         (gst_play_base_bin_add_element),
22453         (gst_play_base_bin_remove_element),
22454         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22455         (gst_play_base_bin_unlink_stream),
22456         (gst_play_base_bin_get_streaminfo):
22457         * gst/playback/gstplaybin.c: (gen_video_element),
22458         (gen_audio_element):
22459         * gst/playback/gststreaminfo.h:
22460         More playback updates, attempt to fix things after the state change
22461         breakage.
22462
22463 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22464
22465         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22466         (gst_videoscale_scale_nearest_16bit):
22467           comment algorithm
22468
22469 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22470
22471         * gst/videotestsrc/gstvideotestsrc.c:
22472         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22473         (gst_videotestsrc_init), (gst_videotestsrc_get),
22474         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22475         (gst_videotestsrc_get_property):
22476         * gst/videotestsrc/gstvideotestsrc.h:
22477         * gst/videotestsrc/videotestsrc.c:
22478         * gst/videotestsrc/videotestsrc.h:
22479           cleanup and commenting
22480
22481 2004-07-21  Wim Taymans  <wim@fluendo.com>
22482
22483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22484         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22485         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22486         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22487         (_find_chain_get_unknown_part), (_find_streams_check),
22488         (gst_ogg_demux_push), (gst_ogg_pad_push):
22489         * ext/theora/theoradec.c: (theora_get_formats),
22490         (theora_dec_src_convert), (theora_dec_sink_convert),
22491         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22492         (theora_dec_chain):
22493         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22494         (vorbis_dec_convert), (vorbis_dec_src_query),
22495         (vorbis_dec_src_event), (vorbis_dec_event):
22496         More seeking fixes, oggdemux now supports seeking to time and
22497         uses the downstream element to convert granulepos to time.
22498         Seeking in theora-only ogg files now works.
22499
22500 2004-07-21  Wim Taymans  <wim@fluendo.com>
22501
22502         * ext/theora/theoradec.c: (gst_theora_dec_init),
22503         (theora_get_formats), (theora_get_event_masks),
22504         (theora_get_query_types), (theora_dec_src_convert),
22505         (theora_dec_sink_convert), (theora_dec_src_query),
22506         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22507         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22508         (vorbis_get_event_masks), (vorbis_get_query_types),
22509         (gst_vorbis_dec_init), (vorbis_dec_convert),
22510         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22511         Added query/convert/formats functions to vorbis and theora decoders
22512         so that the outside world can use them too. Fixed seeking on an
22513         ogg/theora/vorbis file by disabling the seeking seeking on the
22514         theora srcpad.
22515
22516 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22517
22518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22519         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22520         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22521         images creation for both elements. We don't create the image on caps
22522         nego or renego, we just destroy the internal one if present if it does
22523         not match the needs. The chain function takes care of creating a new
22524         image when needed.
22525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22526         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22527         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22528         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22529         the image format information. The buffer pool checks for the context
22530         image format and discard images with different formats.
22531         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22532
22533 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22534
22535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22536         (gst_ffmpegcolorspace_chain):
22537           no point in doing any chaining if the pad we want to push from
22538           isn't usable.
22539
22540 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22541
22542         * gst-libs/gst/riff/riff-media.c:
22543         (gst_riff_create_audio_caps_with_data):
22544           Fix double end-to-native symbol conversion (#148021).
22545
22546 2004-07-20  David Schleef  <ds@schleef.org>
22547
22548         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22549         Don't use an Atom that doesn't exist.
22550
22551 2004-07-20  Wim Taymans  <wim@fluendo.com>
22552
22553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22554         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22555         (gst_multifdsink_client_remove),
22556         (gst_multifdsink_handle_client_write),
22557         (gst_multifdsink_queue_buffer):
22558         * gst/tcp/gstmultifdsink.h:
22559         More multifdsink stats. Avoid deadlock by releasing locks
22560         before sending out a signal.
22561
22562 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22563
22564         * po/LINGUAS:
22565         * po/hu.po:
22566           added Hungarian translation (Laszlo Dvornik)
22567
22568 2004-07-20  Wim Taymans  <wim@fluendo.com>
22569
22570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22571         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22572         (gst_multifdsink_handle_client_write),
22573         (gst_multifdsink_queue_buffer):
22574         * gst/tcp/gsttcp-marshal.list:
22575         Fixed the stupid marshal definition.
22576
22577 2004-07-20  Wim Taymans  <wim@fluendo.com>
22578
22579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22580         (gst_multifdsink_init), (gst_multifdsink_add),
22581         (gst_multifdsink_client_remove),
22582         (gst_multifdsink_handle_client_write),
22583         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22584         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22585         (gst_multifdsink_init_send):
22586         * gst/tcp/gstmultifdsink.h:
22587         Added more stats, added timeout for a client, fixed some typos
22588         and added some comments.
22589
22590 2004-07-20  Wim Taymans  <wim@fluendo.com>
22591
22592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22593         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22594         (gst_multifdsink_client_remove),
22595         (gst_multifdsink_handle_client_write):
22596         * gst/tcp/gstmultifdsink.h:
22597         * gst/tcp/gsttcp-marshal.list:
22598         Added get_stats method that returns a GValueArray of
22599         stats values.
22600
22601 2004-07-19  Benjamin Otte  <otte@gnome.org>
22602
22603         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22604           make sure longname, description and author are valid UTF-8
22605
22606 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22609         (gst_ximagesink_set_property):
22610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22611         (gst_xvimagesink_set_property):
22612           make sure SYNCHRONOUS is respected after getting the X context
22613
22614 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * gst/matroska/matroska-demux.c:
22617         (gst_matroska_demux_handle_src_event),
22618         (gst_matroska_demux_parse_blockgroup):
22619         * gst/matroska/matroska-ids.h:
22620           add BlockReference tag and ignore it to clear out log.
22621           ignore NAVIGATION events to clear out log.
22622
22623 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22624
22625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22626         (gst_matroska_demux_add_stream):
22627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22628           add debug categories
22629
22630 2004-07-16  Wim Taymans  <wim@fluendo.com>
22631
22632         * ext/libpng/Makefile.am:
22633         * ext/libpng/gstpng.c: (plugin_init):
22634         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22635         (gst_pngdec_get_type), (gst_pngdec_base_init),
22636         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22637         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22638         * ext/libpng/gstpngdec.h:
22639         Added png decoder.
22640
22641 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22642
22643         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22644         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22645         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22646         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22647         (gst_ximagesink_buffer_alloc):
22648         * sys/ximage/ximagesink.h:
22649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22650         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22652         (gst_xvimagesink_buffer_alloc):
22653         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22654         again. Using internal data pointer of the x(v)image to store image's
22655         data to be coherent with the buffer alloc mechanism. Investigated the
22656         image destruction code to be sure that everything gets freed correctly.
22657
22658 2004-07-16  Wim Taymans  <wim@fluendo.com>
22659
22660         * gst-libs/gst/riff/riff-read.c:
22661         (gst_riff_read_strf_vids_with_data),
22662         (gst_riff_read_strf_auds_with_data):
22663         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22664         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22665         Make sure we don't create 0 sized subbuffers in riff-read.
22666         Signal the no more pads signal after reading the avi header.
22667
22668 2004-07-16  Wim Taymans  <wim@fluendo.com>
22669
22670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22671         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22672         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22673         (gst_decode_bin_init), (gst_decode_bin_dispose),
22674         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22675         (no_more_pads), (close_link), (type_found),
22676         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22677         (gst_decode_bin_change_state), (plugin_init):
22678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22679         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22680         (gst_play_base_bin_dispose), (queue_overrun),
22681         (gen_preroll_element), (remove_prerolls), (unknown_type),
22682         (no_more_pads), (new_stream), (setup_source),
22683         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22684         (play_base_eos), (gst_play_base_bin_change_state),
22685         (gst_play_base_bin_add_element),
22686         (gst_play_base_bin_remove_element),
22687         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22688         (gst_play_base_bin_unlink_stream),
22689         (gst_play_base_bin_get_streaminfo):
22690         * gst/playback/gstplaybasebin.h:
22691         Better error recovery. Added configurable preroll queue size. Faster
22692         detection of no-more-pads.
22693
22694 2004-07-16  Wim Taymans  <wim@fluendo.com>
22695
22696         * gst-libs/gst/video/video.h:
22697         Added 32 bits RGBA. Not sure if we should use another mime-type
22698         for alpha rgb. Currently the presence of the alpha_mask property
22699         signals an alpha channel.
22700
22701 2004-07-16  Wim Taymans  <wim@fluendo.com>
22702
22703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22705         FPS seems to be 0.0 to MAX everywhere else.
22706
22707 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22708
22709         * gst-libs/gst/riff/riff-media.c:
22710         (gst_riff_create_video_caps_with_data):
22711           mp42/mp43 (no caps) exist too.
22712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22713           Set pixel_width/height; we've got them in-caps.
22714         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22715         * gst/wavparse/gstwavparse.c: (plugin_init):
22716           Both are valid primary.
22717         * sys/oss/gstossmixer.c:
22718           Remove i18n hack and enable translations.
22719
22720 2004-07-15  Benjamin Otte  <otte@gnome.org>
22721
22722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22723         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22724           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22725
22726 2004-07-15  Benjamin Otte  <otte@gnome.org>
22727
22728         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22729         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22730         (gst_alsa_close_audio):
22731           disable some of the debugging code for now. Writing debugging to a
22732           buffer is broken in current alsalib releases.
22733
22734 2004-07-12  Benjamin Otte  <otte@gnome.org>
22735
22736         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22737           use bufferpools
22738
22739 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22740
22741         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22742         (theora_dec_src_query), (theora_dec_event):
22743         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22744           add debugging categories.  Remove \n's.
22745
22746 2004-07-13  Johan Dahlin  <johan@gnome.org>
22747
22748         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22749         (gst_play_bin_get_property): Impl.
22750
22751 2004-07-13  Wim Taymans  <wim@fluendo.com>
22752
22753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22754         When trying to find the stream length, seek back N pages
22755         instead of just one, where N is the number of streams in
22756         the current chain.
22757
22758 2004-07-13  Wim Taymans  <wim@fluendo.com>
22759
22760         * gst-libs/gst/riff/riff-media.c:
22761         (gst_riff_create_audio_caps_with_data),
22762         (gst_riff_create_audio_caps),
22763         (gst_riff_create_audio_template_caps):
22764         * gst-libs/gst/riff/riff-media.h:
22765         * gst-libs/gst/riff/riff-read.c:
22766         (gst_riff_read_strf_vids_with_data),
22767         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22768         * gst-libs/gst/riff/riff-read.h:
22769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22770         (gst_avi_demux_add_stream):
22771         Set codec_data on caps for avidemuxer.
22772
22773 2004-07-12  David Schleef  <ds@schleef.org>
22774
22775         * configure.ac: Fix test for Objective C
22776
22777 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22778         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22779         (gst_gdk_pixbuf_chain):
22780           Add svg and pcx to template caps, and ensure that getcaps returns a
22781           subset of the template caps.
22782           Copy each row manually for output, as gdkpixbuf may pad the
22783           rowstride to a 32-bit word boundary.
22784
22785 2004-07-12  Wim Taymans  <wim@fluendo.com>
22786
22787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22788         (gst_riff_create_video_template_caps):
22789         Fix the template caps to include some more media types.
22790
22791 2004-07-12  Wim Taymans  <wim@fluendo.com>
22792
22793         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22794         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22795         (compare_ranks), (print_feature), (gst_decode_bin_init),
22796         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22797         (try_to_link_1), (new_pad), (close_link), (type_found),
22798         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22799         (gst_decode_bin_change_state), (plugin_init):
22800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22801         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22802         (gst_play_base_bin_dispose), (queue_overrun),
22803         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22804         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22805         (gst_play_base_bin_get_property), (play_base_eos),
22806         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22807         (gst_play_base_bin_remove_element),
22808         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22809         (gst_play_base_bin_unlink_stream),
22810         (gst_play_base_bin_get_streaminfo):
22811         * gst/playback/gstplaybasebin.h:
22812         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22813         (gst_play_bin_class_init), (gst_play_bin_init),
22814         (gst_play_bin_dispose), (gst_play_bin_set_property),
22815         (gst_play_bin_get_property), (gen_video_element),
22816         (gen_audio_element), (remove_sinks), (setup_sinks),
22817         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22818         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22819         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22820         (gst_play_bin_query), (plugin_init):
22821         * gst/playback/test4.c: (main):
22822         More fixes on reusing of the element.
22823
22824 2004-07-11  Benjamin Otte  <otte@gnome.org>
22825
22826         * ext/mad/gstmad.c: (normal_seek):
22827           allow seeking for other methods than just SET
22828
22829 2004-07-11  Andy Wingo  <wingo@pobox.com>
22830
22831         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22832         float, "any" caps -> buffer_frames=[0,MAX].
22833
22834         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22835         doesn't intersect our caps with the template any more. Do it
22836         ourselves.
22837         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22838
22839 2004-07-09  Wim Taymans  <wim@fluendo.com>
22840
22841         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22842         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22843         (compare_ranks), (print_feature), (gst_decode_bin_init),
22844         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22845         (try_to_link_1), (new_pad), (close_link), (type_found),
22846         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22847         (gst_decode_bin_change_state), (plugin_init):
22848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22849         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22850         (gst_play_base_bin_dispose), (queue_overrun),
22851         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22852         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22853         (gst_play_base_bin_get_property), (play_base_eos),
22854         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22855         (gst_play_base_bin_remove_element),
22856         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22857         (gst_play_base_bin_unlink_stream),
22858         (gst_play_base_bin_get_streaminfo):
22859         * gst/playback/gstplaybasebin.h:
22860         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22861         (gst_play_bin_class_init), (gst_play_bin_init),
22862         (gst_play_bin_dispose), (gst_play_bin_set_property),
22863         (gst_play_bin_get_property), (gen_video_element),
22864         (gen_audio_element), (remove_sinks), (setup_sinks),
22865         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22866         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22867         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22868         (gst_play_bin_query), (plugin_init):
22869         * gst/playback/test4.c: (main):
22870         Work on object reuse and seeking.
22871
22872 2004-07-09  Wim Taymans  <wim@fluendo.com>
22873
22874         * examples/seeking/seek.c: (iterate):
22875         Don't consume all CPU in the idle loop.
22876
22877 2004-07-09  Wim Taymans  <wim@fluendo.com>
22878
22879         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22880         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22881         Add pad to element *after* setting the pad functions so that
22882         the scheduler can use the correct ones.
22883
22884 2004-07-09  Wim Taymans  <wim@fluendo.com>
22885
22886         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22887         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22888         Sync to keyframe after seek
22889
22890 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22891
22892         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22894         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22895         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22896         * ext/libvisual/visual.c: (gst_visual_change_state):
22897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22898         * ext/theora/theoradec.c: (theora_dec_change_state):
22899         * ext/theora/theoraenc.c: (theora_enc_change_state):
22900         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22901         * gst-libs/gst/navigation/navigation.c:
22902         * gst/adder/gstadder.c: (gst_adder_change_state):
22903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22904         (gst_audio_convert_get_buffer):
22905         * gst/multipart/multipartdemux.c:
22906         (gst_multipart_demux_change_state):
22907         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22909         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22910         * gst/videoscale/gstvideoscale.c:
22911         (gst_videoscale_handle_src_event):
22912         * gst/volume/gstvolume.c: (volume_chain_int16):
22913           don't assert in state change, this should be done by the base
22914           GstElement class.
22915           various debugging fixes.
22916
22917 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22918
22919         * configure.ac:
22920         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22921         (gst_play_dispose), (gst_play_set_location),
22922         (gst_play_set_data_src), (gst_play_set_video_sink),
22923         (gst_play_set_audio_sink), (gst_play_set_visualization),
22924         (gst_play_connect_visualization), (gst_play_get_sink_element),
22925         (gst_play_get_all_by_interface):
22926         * gst-libs/gst/play/play.h:
22927           add new method to get elements implementing an interface.
22928           add various error logging
22929
22930 2004-07-08  Wim Taymans  <wim@fluendo.com>
22931
22932         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22933         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22934         (make_playerbin_pipeline), (query_durations_elems),
22935         (query_durations_pads), (query_positions_elems),
22936         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22937         (main):
22938         Added playbin seeking example.
22939
22940 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22941
22942         * gst-libs/gst/play/play.c: (gst_play_set_location),
22943         (gst_play_set_data_src), (gst_play_set_video_sink),
22944         (gst_play_set_audio_sink), (gst_play_set_visualization),
22945         (gst_play_connect_visualization), (gst_play_get_framerate):
22946           use a macro to look up elements from hash table
22947
22948 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22949
22950         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22951         (gst_play_get_length_callback), (gst_play_set_location),
22952         (gst_play_seek_to_time), (gst_play_set_data_src),
22953         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22954         (gst_play_set_visualization), (gst_play_connect_visualization),
22955         (gst_play_get_sink_element):
22956         - add debugging info
22957         - fix looking up sink elements by iterating over complete caps
22958         - put everything except for source and autoplugger in a complete bin
22959
22960 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22961
22962         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22964         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22965         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22966         * ext/alsa/gstalsasink.h:
22967         - add debugging info
22968         - clean up schizophrenia of data/buffer/event
22969         - fix double event unref error
22970
22971 2004-07-08  Wim Taymans  <wim@fluendo.com>
22972
22973         * gst/playback/Makefile.am:
22974         Add headers to noinst
22975
22976 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22977
22978         * tools/gst-launch-ext-m.m:
22979         * tools/gst-launch-ext.1.in:
22980           convert to the third millenium
22981
22982 2004-07-07  David Schleef  <ds@schleef.org>
22983
22984         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22985
22986 2004-07-07  Wim Taymans  <wim@fluendo.com>
22987
22988         * gst/playback/Makefile.am:
22989         * gst/playback/README:
22990         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22991         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22992         (compare_ranks), (print_feature), (gst_decode_bin_init),
22993         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22994         (try_to_link_1), (new_pad), (close_link), (type_found),
22995         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22996         (plugin_init):
22997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22998         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22999         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23000         (gen_preroll_element), (no_more_pads), (new_stream),
23001         (setup_source), (gst_play_base_bin_set_property),
23002         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23003         (gst_play_base_bin_add_element),
23004         (gst_play_base_bin_remove_element),
23005         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23006         (gst_play_base_bin_unlink_stream),
23007         (gst_play_base_bin_get_streaminfo):
23008         * gst/playback/gstplaybasebin.h:
23009         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23010         (gst_play_bin_class_init), (gst_play_bin_init),
23011         (gst_play_bin_dispose), (gst_play_bin_set_property),
23012         (gst_play_bin_get_property), (gen_video_element),
23013         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23014         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23015         (gst_play_bin_get_formats), (gst_play_bin_convert),
23016         (gst_play_bin_get_query_types), (gst_play_bin_query),
23017         (plugin_init):
23018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23019         (gst_stream_info_get_type), (gst_stream_info_class_init),
23020         (gst_stream_info_init), (gst_stream_info_new),
23021         (gst_stream_info_dispose), (gst_stream_info_set_property),
23022         (gst_stream_info_get_property):
23023         * gst/playback/gststreaminfo.h:
23024         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23025         (main):
23026         * gst/playback/test2.c: (main):
23027         * gst/playback/test3.c: (update_scale), (main):
23028         More playbin fixes. Added README. Do better element filtering.
23029         Added base class to preroll media. Added test apps.
23030
23031 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23032
23033         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23034         * ext/mpeg2dec/gstmpeg2dec.h:
23035           various debugging improvements.  Reset stream to next picture
23036           instead of sequence header, otherwise seeks cannot work.
23037
23038 2004-07-07  Wim Taymans  <wim@fluendo.com>
23039
23040         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23041         (gst_video_box_class_init), (gst_video_box_set_property),
23042         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23043         Use pad_alloc where possible.
23044
23045 2004-07-07  Wim Taymans  <wim@fluendo.com>
23046
23047         * sys/oss/gstosselement.c: (gst_osselement_reset),
23048         (gst_osselement_parse_caps):
23049         * sys/oss/gstosselement.h:
23050         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23051         Fix offset on osssrc.
23052
23053 2004-07-07  Wim Taymans  <wim@fluendo.com>
23054
23055         * ext/theora/theora.c: (plugin_init):
23056         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23057         (theora_dec_src_query), (theora_dec_chain):
23058         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23059         (theora_enc_sink_link), (theora_buffer_from_packet),
23060         (theora_push_packet), (theora_enc_chain):
23061         Fix theora granulepos calculation.
23062         Fix overflow in duration/position calculation.
23063         Bump rank to PRIMARY for theoradec.
23064         Use granulepos of last packet to calculate position.
23065         Set keyframe flag on buffers when needed.
23066
23067 2004-07-06  David Schleef  <ds@schleef.org>
23068
23069         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23070         serious?  (Fixed, obviously.)
23071
23072 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23073
23074         * po/LINGUAS:
23075         * po/cs.po:
23076           added Czech translation (Miloslav Trmac)
23077
23078 2004-07-05  Wim Taymans  <wim@fluendo.com>
23079
23080         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23081         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23082         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23083         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23084         (close_link), (type_found), (gst_decode_bin_set_property),
23085         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23086         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23087         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23088         (gst_decode_bin_query), (plugin_init):
23089         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23090         (gst_play_bin_class_init), (gst_play_bin_init),
23091         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23092         (get_video_element), (new_pad), (setup_source),
23093         (gst_play_bin_set_property), (gst_play_bin_get_property),
23094         (gst_play_bin_change_state), (gst_play_bin_add_element),
23095         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23096         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23097         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23098         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23099         * gst/playback/test.c: (main):
23100         More fixes, cleaned up playbin, make it use decodebin. Added
23101         threaded property to playbin.
23102
23103 2004-07-05  Wim Taymans  <wim@fluendo.com>
23104
23105         * configure.ac:
23106         * gst/playback/Makefile.am:
23107         * gst/playback/decodetest.c: (main):
23108         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23109         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23110         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23112         (close_link), (type_found), (gst_decode_bin_set_property),
23113         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23114         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23115         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23116         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23117         (plugin_init):
23118         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23119         (gst_play_bin_class_init), (gst_play_bin_init),
23120         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23121         (collect_sink_pads), (find_compatibles), (close_pad_link),
23122         (try_to_link_1), (new_pad), (close_link), (type_found),
23123         (setup_source), (gst_play_bin_set_property),
23124         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23125         (compare_ranks), (gst_play_bin_collect_factories),
23126         (gst_play_bin_change_state), (gst_play_bin_add_element),
23127         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23128         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23129         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23130         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23131         * gst/playback/test.c: (main):
23132         Added some playback helper elements and some test apps, very alpha
23133         still.
23134
23135 2004-07-04  Benjamin Otte  <otte@gnome.org>
23136
23137         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23138           only restart audio when we indeed have an xrun to fix repeated
23139           xruns. Fix suggested by Giuliano Pochini.
23140
23141 2004-07-03  David Schleef  <ds@schleef.org>
23142
23143         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23144         call to gst_debug_log() if debugging is disabled (bug #145118)
23145
23146 2004-07-03  Benjamin Otte  <otte@gnome.org>
23147
23148         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23149           use our own functions for restarting the alsa device.
23150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23151           I should apply patches myself - use MIN for the third argument, not
23152           the second, this fixes seeking
23153
23154 2004-07-02  David Schleef  <ds@schleef.org>
23155
23156         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23157         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23158         do with the logic.
23159
23160 2004-07-02  David Schleef  <ds@schleef.org>
23161
23162         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23163         output buffers.  Fix logic mistake.  (bug #144866)
23164
23165 2004-07-02  David Schleef  <ds@schleef.org>
23166
23167         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23168         on X.  (bug #144753)
23169
23170 2004-07-02  David Schleef  <ds@schleef.org>
23171
23172         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23173         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23174         (bug #144624)
23175         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23176         (gst_osselement_rate_probe_check): Add another workaround for
23177         buggy drivers (bug #145336)
23178
23179 2004-07-02  David Schleef  <ds@schleef.org>
23180
23181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23182         Most systems don't have MSG_NOSIGNAL.
23183
23184 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23185
23186         * Makefile.am:
23187         * gst-libs/gst/colorbalance/Makefile.am:
23188         * gst-libs/gst/mixer/Makefile.am:
23189         * gst-libs/gst/play/Makefile.am:
23190         * gst-libs/gst/tuner/Makefile.am:
23191           (hopefully) fix both install and dist and make error message useful.
23192           needs testing across automakes.
23193
23194 2004-07-02  Benjamin Otte  <otte@gnome.org>
23195
23196         * ext/ogg/gstogg.c: (plugin_init):
23197           we require bytestream now
23198         * ext/ogg/gstoggdemux.c:
23199           huge diff to implement chain setup in a fast and generic way. This
23200           improves tag reading and startup of huge files (read: Theora videos)
23201           quite a bit. It probably contains bugs, too, so please test.
23202           Seeking is not improved to the fast method.
23203
23204 2004-06-29  Wim Taymans  <wim@fluendo.com>
23205
23206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23207         * ext/ogg/gstoggmux.c:
23208         Fix memleak in oggdemux when running unconnected pads.
23209         doc update in mux, start working on keyframe mode.
23210
23211 2004-06-29  Benjamin Otte  <otte@gnome.org>
23212
23213         * sys/oss/gstosssink.c:
23214         * sys/oss/gstosssrc.c:
23215           advertise correct template caps - we indeed do non-native endianness
23216           and 8bit audio has no endianness
23217         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23219           avoid (wrong) duplications in getcaps function and return
23220           template caps
23221
23222 2004-06-29  Wim Taymans  <wim@fluendo.com>
23223
23224         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23225         (gst_multifdsink_class_init), (gst_multifdsink_add),
23226         (gst_multifdsink_remove), (gst_multifdsink_clear),
23227         (gst_multifdsink_client_remove),
23228         (gst_multifdsink_handle_client_read),
23229         (gst_multifdsink_client_queue_data),
23230         (gst_multifdsink_client_queue_caps),
23231         (gst_multifdsink_client_queue_buffer),
23232         (gst_multifdsink_handle_client_write),
23233         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23234         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23235         (gst_multifdsink_init_send), (gst_multifdsink_close):
23236         Fix wrong GList iteration that could crash the server when
23237         more then 2 clients disconnect at the same time. Read all the
23238         pending commands in one batch to recover from command storms under
23239         very heavy load.
23240
23241 2004-06-28  Wim Taymans  <wim@fluendo.com>
23242
23243         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23244         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23245         (gst_videomixer_pad_set_property),
23246         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23247         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23248         (gst_videomixer_class_init), (gst_videomixer_init),
23249         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23250         (pad_zorder_compare), (gst_videomixer_sort_pads),
23251         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23252         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23253         (gst_videomixer_update_queues), (gst_videomixer_loop),
23254         (plugin_init):
23255         Avoid divide by zero, choose masterpad as the pad with the highest
23256         framerate.
23257
23258 2004-06-27  Julien Moutte  <julien@moutte.net>
23259
23260         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23261         (gst_ximagesink_xwindow_new):
23262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23263         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23264         function directly. We might want to call it from somewhere else one day.
23265
23266 2004-06-27  Julien Moutte  <julien@moutte.net>
23267
23268         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23269         (gst_ximagesink_xwindow_new):
23270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23271         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23272         window decorations.
23273
23274 2004-06-27  Wim Taymans  <wim@fluendo.com>
23275
23276         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23277         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23278         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23279         (gst_dvdec_set_property), (gst_dvdec_get_property):
23280         * ext/dv/gstdvdec.h:
23281         Implement drop_factor property to lower the framerate with
23282         a factor.
23283
23284 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23285
23286         * gst-libs/gst/colorbalance/Makefile.am:
23287         * gst-libs/gst/mixer/Makefile.am:
23288         * gst-libs/gst/play/Makefile.am:
23289         * gst-libs/gst/tuner/Makefile.am:
23290           unbreak Company's fix that didn't install the -enum.h files
23291
23292 2004-06-27  Wim Taymans  <wim@fluendo.com>
23293
23294         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23295         (gst_dvdec_change_state):
23296         * ext/dv/gstdvdec.h:
23297         Fix timestamp, duration and offset of the buffers.
23298
23299 2004-06-27  Wim Taymans  <wim@fluendo.com>
23300
23301         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23302         (gst_multifdsink_class_init), (gst_multifdsink_add),
23303         (gst_multifdsink_remove), (gst_multifdsink_clear),
23304         (gst_multifdsink_client_remove),
23305         (gst_multifdsink_handle_client_read),
23306         (gst_multifdsink_client_queue_data),
23307         (gst_multifdsink_client_queue_caps),
23308         (gst_multifdsink_client_queue_buffer),
23309         (gst_multifdsink_handle_client_write),
23310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23311         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23312         (gst_multifdsink_init_send), (gst_multifdsink_close):
23313         * gst/tcp/gstmultifdsink.h:
23314         * gst/tcp/gsttcpserversink.c:
23315         (gst_tcpserversink_handle_server_read),
23316         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23317         More multifdsink fixes, more recovery policy fixes.
23318         Removed stupid g_print
23319
23320 2004-06-26  Wim Taymans  <wim@fluendo.com>
23321
23322         * gst/tcp/Makefile.am:
23323         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23324         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23325         (gst_multifdsink_class_init), (gst_multifdsink_init),
23326         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23327         (gst_multifdsink_handle_client_read),
23328         (gst_multifdsink_client_queue_data),
23329         (gst_multifdsink_client_queue_caps),
23330         (gst_multifdsink_client_queue_buffer),
23331         (gst_multifdsink_handle_client_write),
23332         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23333         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23334         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23335         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23336         (gst_multifdsink_close), (gst_multifdsink_change_state):
23337         * gst/tcp/gstmultifdsink.h:
23338         * gst/tcp/gsttcpplugin.c: (plugin_init):
23339         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23340         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23341         (gst_tcpserversink_handle_server_read),
23342         (gst_tcpserversink_handle_select),
23343         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23344         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23345         * gst/tcp/gsttcpserversink.h:
23346         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23347         one of the locks, added recovery policy to multifdsink.
23348
23349 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23350
23351         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23352           fix decision for when getting frames with same timestamp
23353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23354         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23355         (gst_v4lsrc_get_property):
23356         * sys/v4l/gstv4lsrc.h:
23357           add latency offset property
23358
23359 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23362         (plugin_init):
23363           fix debugging. add category.
23364
23365 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23366
23367         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23368           fix wrong offsets
23369
23370 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23373         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23374         (gst_alsa_src_change_state):
23375           return a time that is in sync with the element's processing
23376
23377 2004-06-25  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23380         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23381         (gst_tcpserversink_client_remove),
23382         (gst_tcpserversink_handle_client_read),
23383         (gst_tcpserversink_client_queue_data),
23384         (gst_tcpserversink_client_queue_caps),
23385         (gst_tcpserversink_client_queue_buffer),
23386         (gst_tcpserversink_handle_client_write),
23387         (gst_tcpserversink_queue_buffer),
23388         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23389         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23390         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23391         (gst_tcpserversink_close):
23392         * gst/tcp/gsttcpserversink.h:
23393         Serversink rewrite. Really do non blocking writes to clients and
23394         maintain an internal queue to handle slower clients while not
23395         disturbing fast clients.
23396
23397 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23398
23399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23400           better debug, don't override OFFSET and OFFSET_END
23401
23402 2004-06-25  Iain <iain@prettypeople.org>
23403
23404         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23405         name=source for the wavparse pipeline.
23406
23407 2004-06-24  Johan Dahlin  <johan@gnome.org>
23408
23409         * ext/theora/theoraenc.c (theora_enc_chain): Call
23410         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23411         streamheader caps are set correctly.
23412
23413 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23414
23415         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23416         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23417           respect minimum bitrate; same could be done for max bitrate
23418
23419 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23420
23421         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23422         (gst_vorbisenc_setup):
23423           fix sample rate range
23424
23425 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23426
23427         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23428         (gst_oggvorbisenc_setup):
23429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23430         (gst_vorbisenc_setup):
23431           resolve ambiguities in code and description
23432
23433 2004-06-24  Wim Taymans  <wim@fluendo.com>
23434
23435         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23436         * ext/alsa/gstalsa.h:
23437         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23438         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23439         Use alsa trigger_tstamp to get the timestamp of the first
23440         sample in the buffer for more precise sync. Some cleanups.
23441
23442 2004-06-24  Wim Taymans  <wim@fluendo.com>
23443
23444         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23445         (gst_audiorate_init), (gst_audiorate_chain),
23446         (gst_audiorate_set_property), (gst_audiorate_get_property):
23447         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23448         (gst_videorate_chain):
23449         Added some logging, fixed an overflow bug in videorate.
23450
23451 2004-06-24  Benjamin Otte  <otte@gnome.org>
23452
23453         * ext/kio/Makefile.am:
23454           fix for builddir != srcdir and distcheck
23455
23456 2004-06-24  Benjamin Otte  <otte@gnome.org>
23457
23458         * gst-libs/gst/colorbalance/Makefile.am:
23459         * gst-libs/gst/mixer/Makefile.am:
23460         * gst-libs/gst/play/Makefile.am:
23461         * gst-libs/gst/tuner/Makefile.am:
23462         * gst/tcp/Makefile.am:
23463         * sys/dxr3/Makefile.am:
23464           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23465           tarball.
23466           Also add all *.list files that were missing.
23467         * Makefile.am:
23468           add a distcheck hook to ensure the above doesn't happen again.
23469
23470 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23471
23472         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23473
23474 2004-06-23  Colin Walters  <walters@redhat.com>
23475
23476         * m4/Makefile.am: Distribute gst-fionread.m4.
23477
23478 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23479
23480         * configure.ac: back to dev
23481
23482 2004-06-23  Wim Taymans  <wim@fluendo.com>
23483
23484         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23485         (gst_alsa_xrun_recovery):
23486         * ext/alsa/gstalsa.h:
23487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23488         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23489         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23490         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23491         (gst_alsa_src_loop):
23492         Add clock to alsasrc. Take new capture timestamp when
23493         restarting after an overrun. Split up some functions between
23494         alsasrc and alsasink.
23495
23496 === release 0.8.2 ===
23497
23498 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23499
23500         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23501         (gst_alsa_change_state), (gst_alsa_update_avail),
23502         (gst_alsa_xrun_recovery):
23503         * ext/alsa/gstalsa.h:
23504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23505           merge back changes from release
23506
23507 2004-06-23  Wim Taymans  <wim@fluendo.com>
23508
23509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23510         (gst_audiorate_init), (gst_audiorate_chain),
23511         (gst_audiorate_set_property), (gst_audiorate_get_property):
23512         Implement sample dropping and notify
23513
23514 2004-06-22  Wim Taymans  <wim@fluendo.com>
23515
23516         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23517         (theora_enc_sink_link), (theora_buffer_from_packet),
23518         (theora_push_packet), (theora_enc_chain):
23519         Some cleanups, make sure the timestamps are correct.
23520
23521 2004-06-22  Wim Taymans  <wim@fluendo.com>
23522
23523         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23524         (gst_alsa_change_state), (gst_alsa_update_avail),
23525         (gst_alsa_xrun_recovery):
23526         * ext/alsa/gstalsa.h:
23527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23528         Cleanups, take queued samples into account when reporting
23529         the time.
23530
23531 2004-06-22  Wim Taymans  <wim@fluendo.com>
23532
23533         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23534         (gst_videorate_init):
23535         Initialize the property as well.
23536
23537 2004-06-22  Wim Taymans  <wim@fluendo.com>
23538
23539         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23540         (gst_videorate_init), (gst_videorate_chain),
23541         (gst_videorate_set_property), (gst_videorate_get_property):
23542         Add property to make videorate silent.
23543         Add property to prefer new frames over old ones.
23544
23545 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23546
23547         * sys/osxvideo/Makefile.am:
23548         Workaround so that the osxvideo .so file gets linked with the
23549         Cocoa, OpenGL and QuickTime frameworks
23550
23551 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23552
23553         * sys/osxaudio/Makefile.am:
23554         Workaround so that the osxaudio .so file gets linked with the
23555         CoreAudio framework
23556
23557 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23558
23559         * configure.ac:
23560         Whoops, my fault...fixed build issues
23561
23562 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23563
23564         * configure.ac:
23565         Add objective-c support if running in Darwin/Mac OS X
23566         * sys/Makefile.am:
23567         * sys/osxvideo:
23568         * sys/osxvideo/Makefile.am:
23569         * sys/osxvideo/osxvideosink.h:
23570         * sys/osxvideo/osxvideosink.m:
23571         * sys/osxvideo/cocoawindow.h:
23572         * sys/osxvideo/cocoawindow.m:
23573         Add osxvideosink, a cocoa-based osx video sink
23574
23575
23576 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23577         * ext/dvdnav/gst-dvd:
23578         Grab the gconf key from the right spot
23579         * gst/debug/gstnavseek.c: (gst_navseek_init),
23580         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23581         (gst_navseek_chain):
23582         * gst/debug/gstnavseek.h:
23583           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23584           and loop parameters of a segment seek.
23585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23586         (gst_videotestsrc_get_event_masks),
23587         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23588         * gst/videotestsrc/gstvideotestsrc.h:
23589           Add seeking support to videotestsrc
23590           Initialise the timestamp_offset variable.
23591
23592 2004-06-18  Wim Taymans  <wim@fluendo.com>
23593
23594         * ext/sidplay/gstsiddec.cc:
23595         Fix negotiation and set correct end offset.
23596
23597 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23598
23599         * configure.ac: branch and prerelease
23600
23601 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23602
23603         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23604         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23605         (gst_tcpclientsrc_init_receive):
23606         * gst/tcp/gsttcpclientsrc.h:
23607           read caps when connecting to server for GDP so we set them correctly
23608
23609 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23610
23611         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23612           notify drops and duplicates
23613         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23614           no good reason to limit ourselves to 100x100
23615
23616 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23617
23618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23619         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23620         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23621         (gst_v4lsrc_get_property):
23622         * sys/v4l/gstv4lsrc.h:
23623         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23624         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23625         (gst_v4l_set_audio):
23626         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23627         (gst_v4lsrc_try_capture):
23628         * sys/v4l/v4lsrc_calls.h:
23629           change try_palette to more general try_capture
23630           add autoprobe option so we can turn off autoprobing
23631           various fixes
23632
23633 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23634
23635         * configure.ac:
23636           add videorate
23637         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23638         (gst_ximagesink_class_init):
23639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23640         (gst_xvimagesink_class_init):
23641           run them as finalize, not dispose, since dispose can be invoked
23642           multiple times
23643
23644 2004-06-17  Wim Taymans  <wim@fluendo.com>
23645
23646         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23647         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23648         * ext/alsa/gstalsa.h:
23649         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23650         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23651         (gst_alsa_src_change_state):
23652         * ext/alsa/gstalsasrc.h:
23653         Make the xrun code timestamp and offset the buffers correctly.
23654         moved the clock to the base class, use alsa methods to get time.
23655         Do correct timestamping on outgoing buffers.
23656
23657 2004-06-17  Wim Taymans  <wim@fluendo.com>
23658
23659         * gst/audiorate/Makefile.am:
23660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23661         (gst_audiorate_base_init), (gst_audiorate_class_init),
23662         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23663         (gst_audiorate_set_property), (gst_audiorate_get_property),
23664         (gst_audiorate_change_state), (plugin_init):
23665         Added an audiorate converter that fills in gaps.
23666
23667 2004-06-17  Johan Dahlin  <johan@gnome.org>
23668
23669         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23670
23671 2004-06-16  Wim Taymans  <wim@fluendo.com>
23672
23673         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23675         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23676         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23677         (gst_v4lsrc_get_property):
23678         * sys/v4l/gstv4lsrc.h:
23679         Added a copy mode to v4lsrc where it will output a copied version
23680         of its internal hardware buffer.
23681         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23682         can't | them.
23683
23684 2004-06-16  Wim Taymans  <wim@fluendo.com>
23685
23686         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23687         Timestamp fixes.
23688
23689 2004-06-16  Wim Taymans  <wim@fluendo.com>
23690
23691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23692         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23693         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23694         (gst_v4lsrc_get_property):
23695         * sys/v4l/gstv4lsrc.h:
23696         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23697         Added a sync mode enum property to control v4lsrc timestamp method
23698         Removed the use-fixed-fps property and moved functionality in
23699         the enum.
23700         Don't error on an error value from v4l-conf, it might not always
23701         be a real error.
23702
23703 2004-06-16  Wim Taymans  <wim@fluendo.com>
23704
23705         * gst/videorate/Makefile.am:
23706         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23707         (gst_videorate_base_init), (gst_videorate_class_init),
23708         (gst_videorate_getcaps), (gst_videorate_link),
23709         (gst_videorate_init), (gst_videorate_chain),
23710         (gst_videorate_set_property), (gst_videorate_get_property),
23711         (gst_videorate_change_state), (plugin_init):
23712         Added a video timestamp corrector.
23713
23714 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23715
23716         fixed a potential leak with previous commit
23717
23718         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23719
23720 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23721
23722         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23723         Added missing refcount, fixes bug #144425
23724         Cheers Tim for finding the bug
23725
23726 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23727
23728         * sys/v4l/gstv4l.c: (plugin_init):
23729         * sys/v4l/gstv4lcolorbalance.c:
23730         * sys/v4l/gstv4lcolorbalance.h:
23731         * sys/v4l/gstv4lelement.c:
23732         * sys/v4l/gstv4lelement.h:
23733         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23734         * sys/v4l/gstv4lmjpegsink.h:
23735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23736         * sys/v4l/gstv4lmjpegsrc.h:
23737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23738         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23739         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23740         * sys/v4l/gstv4lsrc.h:
23741         * sys/v4l/gstv4ltuner.c:
23742         * sys/v4l/gstv4ltuner.h:
23743         * sys/v4l/gstv4lxoverlay.c:
23744         * sys/v4l/gstv4lxoverlay.h:
23745         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23746         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23747         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23748         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23749         (gst_v4l_set_audio):
23750         * sys/v4l/v4l_calls.h:
23751         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23752         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23753         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23754         (gst_v4lmjpegsink_playback_init),
23755         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23756         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23757         (gst_v4lmjpegsink_playback_stop),
23758         (gst_v4lmjpegsink_playback_deinit):
23759         * sys/v4l/v4lmjpegsink_calls.h:
23760         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23761         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23762         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23763         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23764         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23765         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23766         * sys/v4l/v4lmjpegsrc_calls.h:
23767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23768         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23769         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23770         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23771         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23772         (gst_v4lsrc_try_palette):
23773         * sys/v4l/v4lsrc_calls.h:
23774           bunch of paranoia cleanups
23775
23776 2004-06-14  David Schleef  <ds@schleef.org>
23777
23778         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23779         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23780         Send discont events and change timestamps appropriately when
23781         we get a seek event.  (bug #144240)
23782         * ext/cdparanoia/gstcdparanoia.h:
23783
23784 2004-06-14  Benjamin Otte  <otte@gnome.org>
23785
23786         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23787           snd_pcm_hw_params_set_rate  since the latter fails for no good
23788           reason on some setups.
23789
23790 2004-06-14  David Schleef  <ds@schleef.org>
23791
23792         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23793         standard.  Thank you for playing.
23794
23795 2004-06-14  Wim Taymans  <wim@fluendo.com>
23796
23797         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23798         Patch 1.3 broke the ordering of the colorspace info and
23799         made the plugin basically work by coincidence, reordered
23800         the info.
23801
23802 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23803
23804         * ext/lame/gstlame.c:
23805         * ext/mad/gstmad.c:
23806           sync caps.  Make sure mad can only output a list of rates, not
23807           a full range.  In the future, have three caps lists for each of the
23808           mpeg versions.  Change mpegversion to a double as well.
23809
23810 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23811
23812         * gst/volume/.cvsignore:
23813         * gst/volume/Makefile.am:
23814         * gst/volume/demo.c: (value_changed_callback), (idler),
23815         (setup_gui), (main):
23816           added small demo app
23817
23818 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23819         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23820         * ext/esd/esdsink.h:
23821         Close the esd connection on pause, because esd will just wait -
23822         blocking all other esd clients indefinitely.
23823
23824 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23825
23826         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23827           previous commit with GST_DEBUG
23828
23829 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * configure.ac:
23832           add a header check for a dvdread header in dvdnav.  Fixes #133002
23833
23834 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23835
23836         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23837         * gst/tcp/gsttcpclientsink.h:
23838         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23839         * gst/tcp/gsttcpclientsrc.h:
23840         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23841         (gst_tcpserversink_handle_server_read),
23842         (gst_tcpserversink_init_send):
23843         * gst/tcp/gsttcpserversink.h:
23844         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23845         * gst/tcp/gsttcpserversrc.h:
23846         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23847         version of IP)
23848
23849 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23850
23851         * configure.ac:
23852         Added ogg library so that OSX detects libtheora properly
23853
23854 2004-06-11  Wim Taymans  <wim@fluendo.com>
23855
23856         * ext/theora/theoradec.c: (theora_dec_chain),
23857         (theora_dec_change_state):
23858         Don't try to decode frames before we received a keyframe.
23859
23860 2004-06-11  Wim Taymans  <wim@fluendo.com>
23861
23862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23863         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23864         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23865         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23866         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23867         Added property to set the maximum delay of a page.
23868
23869 2004-06-10  Wim Taymans  <wim@fluendo.com>
23870
23871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23872         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23873         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23874         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23875         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23876         Added max-delay property to control the maximum amount
23877         of data to put in one page.
23878
23879 2004-06-10  Wim Taymans  <wim@fluendo.com>
23880
23881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23882         (gst_theora_enc_init), (theora_enc_sink_link),
23883         (theora_buffer_from_packet), (theora_enc_set_property),
23884         (theora_enc_get_property):
23885         Set duration on encoded buffer, added some more properties
23886
23887 2004-06-10  Wim Taymans  <wim@fluendo.com>
23888
23889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23890         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23891         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23892         * ext/theora/theoraenc.c: (theora_enc_chain):
23893         Fix refcounting bugs
23894
23895 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23896
23897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23898         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23899         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23900         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23901         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23902         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23903         (gst_asf_demux_change_state):
23904         * gst/asfdemux/gstasfdemux.h:
23905           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23906           feels like. I think we should set a new requirement for demuxers
23907           from now on to implement sane loop functions, data loops, query
23908           and seek functions before first commit into CVS. And this commit
23909           fixes all of the above.
23910
23911 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23912
23913         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23914           vorbis comments are properly encoded in UTF-8 before adding them
23915           to a GstTagList
23916
23917 2004-06-09  Benjamin Otte  <otte@gnome.org>
23918
23919         * ext/alsa/gstalsa.c: (add_channels):
23920           handle min <= max correctly
23921         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23922         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23923           add fixation functions so we fixate correctly. No preferring of alaw
23924           anymore because it's the first structure.
23925         * ext/alsa/gstalsa.h:
23926         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23927         (gst_alsa_hw_params_dump):
23928           add functions to ease debugging in alsalib
23929         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23930         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23931         (gst_alsa_start_audio):
23932           only specify hw params if we really setup a format (fixes #134007 -
23933           or at least works around it)
23934
23935 2004-06-09  Wim Taymans  <wim@fluendo.com>
23936
23937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23938         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23939         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23940         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23941         (gst_ogg_mux_loop):
23942         Use stream caps to setup the initial pages in the ogg stream.
23943         Correctly set the streamheader caps on the srcpad.
23944
23945 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23946
23947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23948         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23949         (gst_v4lsrc_getcaps):
23950         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23951         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23952           add querying of fps lists for webcams.  Negotiating to a framerate
23953           now works.
23954
23955 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23956
23957         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23958         (theora_push_buffer), (theora_push_packet),
23959         (theora_set_header_on_caps), (theora_enc_chain):
23960           mark buffers and put on streamheader, raw theora streaming
23961           now works too, whee
23962
23963 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23964
23965         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23966         (gst_tcp_gdp_read_caps):
23967           do a looping read for caps and GDP headers too
23968
23969 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23970
23971         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23973           return EOS instead of NULL in _get
23974
23975 2004-06-08  Wim Taymans  <wim@fluendo.com>
23976
23977         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23978         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23979         (gst_tcp_gdp_write_caps):
23980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23982         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23983         Memory leak fixes
23984
23985 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23986
23987         * ext/vorbis/Makefile.am:
23988         * ext/vorbis/vorbis.c: (plugin_init):
23989         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23990         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23991         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23992         (vorbis_parse_change_state):
23993         * ext/vorbis/vorbisparse.h:
23994           adding a vorbisparse element that marks the buffers, streaming
23995           raw vorbis using GDP now works, whee
23996
23997 2004-06-08  Wim Taymans  <wim@fluendo.com>
23998
23999         * ext/jpeg/Makefile.am:
24000         * ext/jpeg/README:
24001         * ext/jpeg/gstjpeg.c: (plugin_init):
24002         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24003         (gst_smokedec_base_init), (gst_smokedec_class_init),
24004         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24005         * ext/jpeg/gstsmokedec.h:
24006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24007         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24008         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24009         (gst_smokeenc_resync), (gst_smokeenc_chain),
24010         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24011         * ext/jpeg/gstsmokeenc.h:
24012         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24013         (smokecodec_flush_destination), (smokecodec_term_destination),
24014         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24015         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24016         (smokecodec_term_source), (smokecodec_encode_new),
24017         (smokecodec_decode_new), (smokecodec_info_free),
24018         (smokecodec_set_quality), (smokecodec_get_quality),
24019         (smokecodec_set_threshold), (smokecodec_get_threshold),
24020         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24021         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24022         (smokecodec_parse_header), (smokecodec_decode):
24023         * ext/jpeg/smokecodec.h:
24024         Added a new simple jpeg based codec
24025
24026 2004-06-08  Wim Taymans  <wim@fluendo.com>
24027
24028         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24029         (gst_multipart_mux_loop):
24030         Fix memory leak
24031
24032 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24033
24034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24035         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24036         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24037         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24038         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24039         * gst/tcp/gsttcpserversink.h:
24040           take streamheader into account
24041
24042 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24043
24044         * gst/level/Makefile.am:
24045         * gst/level/gstlevel.c: (gst_level_class_init):
24046           clean up marshal generation
24047
24048 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24049
24050         * gst/tcp/Makefile.am:
24051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24052         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24053         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24055         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24056         (gst_tcpclientsrc_get_property):
24057         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24058         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24059         (gst_tcpserversink_handle_client_read),
24060         (gst_tcpserversink_handle_client_write),
24061         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24062         * gst/tcp/gsttcpserversink.h:
24063           add signals client-added and client-removed
24064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24065         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24066         (gst_tcpserversrc_get_property):
24067         uniformized, change default protocol to NONE
24068         * gst/tcp/gsttcp-marshal.list: added
24069 2004-06-07  Benjamin Otte  <otte@gnome.org>
24070
24071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24072           handle discont events if they happen before caps nego
24073
24074 2004-06-07  Wim Taymans  <wim@fluendo.com>
24075
24076         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24077         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24078         (gst_multipart_demux_plugin_init):
24079         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24080         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24081         (gst_multipart_mux_change_state):
24082         Small updates, fix a memleak
24083
24084 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24085
24086         * configure.ac: OSS portability
24087         * ext/arts/gst_arts.c: idem
24088         * sys/oss/gstosselement.c: idem
24089         * sys/oss/gstossmixer.c: idem
24090         * sys/oss/gstosssink.c: idem
24091         * sys/oss/gstosssrc.c: idem
24092         * sys/oss/oss_probe.c: idem
24093           - check for soundcard.h in different places for some BSD
24094
24095 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24096
24097         * AUTHORS:
24098         Add me to the authors file
24099         * configure.ac:
24100         Increase the libdv requirement to >= version 0.100
24101         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24102         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24103         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24104         * ext/dv/gstdvdec.h:
24105         Add support for the new_media flag when sending DISCONT events
24106         Make the querying work when video pad is not linked
24107
24108 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24109
24110         reviewed by Benjamin Otte  <otte@gnome.org>
24111
24112         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24113           create a NULL-initialized array of pads, so we don't think they
24114           exist already. (fixes #143130)
24115
24116 2004-06-07  Benjamin Otte  <otte@gnome.org>
24117
24118         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24119         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24120         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24121           don't use // coments
24122
24123 2004-06-07  Benjamin Otte  <otte@gnome.org>
24124
24125         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24126           cast to GstClockTime to get higher granularity
24127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24128           use gst_element_set_time_delay to get the exact time
24129         * ext/mad/gstmad.c: (gst_mad_chain):
24130           use the negotiated rate instead of the current frame's rate which
24131           might be wrong because of bit errors. This avoids emitting totally
24132           bogus timestamps and screwing sync.
24133         (fixes #143454)
24134
24135 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24136
24137         reviewed by Benjamin Otte  <otte@gnome.org>
24138
24139         * gst/adder/gstadder.c: (gst_adder_loop):
24140           properly error out when no negotiation has happened yet. (fixes
24141           #143032)
24142
24143 2004-06-06  Benjamin Otte  <otte@gnome.org>
24144
24145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24146           forward correctly transformed offset in discont events. Based on
24147           patch by Arwed v. Merkatz. (fixes #142851)
24148
24149 2004-06-06  David Schleef  <ds@schleef.org>
24150
24151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24152         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24153         problems on several systems.
24154
24155 2004-06-06  Benjamin Otte  <otte@gnome.org>
24156
24157         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24158           use explicit caps on the srcpad
24159         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24160           properly error out if caps couldn't be set (fixes #142764)
24161
24162 2004-06-06  Benjamin Otte  <otte@gnome.org>
24163
24164         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24165         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24166         (gst_alsa_start_audio):
24167           - don't call set_periods_integer anymore, it breaks the
24168           configuration randomly
24169           - call snd_pcm_hw_params_set_access directly instead of using masks
24170           - don't fail if the sw_params can't be set, just use the default
24171           params and hope it works. Alsalib has weird issues when you touch
24172           sw_params and does no proper error reporting about what failed.
24173         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24174         (gst_alsa_close_audio):
24175           make our alsa debugging go via gst debugging and not conditionally
24176           defined
24177         * ext/alsa/gstalsa.h:
24178           add ALSA_DEBUG_FLUSH macro
24179         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24180         (plugin_init):
24181           wrap alsa errors to be printed via the gst debugging system and not
24182           spammed to stderr
24183
24184 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24185
24186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24187         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24188         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24189         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24190         (qtdemux_parse_trak):
24191         * gst/qtdemux/qtdemux.h:
24192           Bitch. Also known as seeking, querying & co.
24193         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24194         (gst_osssink_change_state):
24195         * sys/oss/gstosssink.h:
24196           Resyncing is for weenies, this hack is no longer needed and was
24197           broken anyway (since it - unintendedly - always leaves resync to
24198           TRUE).
24199
24200 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24201
24202         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24203         * gst/tcp/gsttcpclientsrc.h: idem
24204           - define MSG_NOSIGNAL if not done
24205           - include unistd.h for off_t
24206           (fixes #143749)
24207
24208 2004-06-05  Benjamin Otte  <otte@gnome.org>
24209
24210         * configure.ac:
24211         * ext/kio/Makefile.am:
24212           check for qt's moc preprocessor explicitly and use it
24213
24214 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24215
24216         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24217           don't get a signal for EPIPE on socket writes
24218           (somebody check if this works on other platforms)
24219
24220 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24224           check error condition on available samples correctly
24225
24226 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24229           avoid a segfault
24230         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24231         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24232         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24233         (gst_tcpserversrc_gdp_read_header):
24234          use ssize_t over size_t since the former is signed and thus the
24235          check for error codes can work
24236
24237 2004-06-02  Wim Taymans  <wim@fluendo.com>
24238
24239         reviewed by: Johan
24240
24241         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24242         (gst_multipart_mux_loop):
24243         Oops
24244
24245 2004-06-02  Wim Taymans  <wim@fluendo.com>
24246
24247         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24248         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24249         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24250         (gst_multipart_mux_change_state):
24251         Added configurable boundary specifier, added the value as a
24252         caps field as well.
24253
24254 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24255
24256         * gst/tcp/gsttcp.c:
24257         * gst/tcp/gsttcpclientsrc.c:
24258         * gst/tcp/gsttcpclientsrc.h:
24259         * gst/tcp/gsttcpserversrc.c:
24260           - portability fix, to compile on OSX
24261             (fixes #143146)
24262
24263         * sys/osxaudio/gstosxaudioelement.c:
24264         * sys/osxaudio/gstosxaudiosink.c:
24265         * sys/osxaudio/gstosxaudiosrc.c:
24266           - compilation warnings on OSX
24267             (fixes #143153)
24268
24269 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24270
24271         * ext/vorbis/vorbisdec.c : sign warning fixes
24272
24273         * gst-libs/gst/mixer/mixertrack.c :
24274           do no use defines which are glib 2.4 specific
24275
24276 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24277
24278         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24279           buffer since libflac doesn't expect it (reports a sync error when
24280           it encounters that)
24281
24282
24283 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24284
24285         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24286         * gst-libs/gst/mixer/mixertrack.c:
24287         (gst_mixer_track_get_property), (get_mixer_track_init),
24288         (get_mixer_track_get_property): Added property accessors
24289         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24290         * gst-libs/gst/mixer/mixeroptions.c:
24291         (gst_mixer_options_get_values): Added
24292         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24293         * gst-libs/gst/mixer/mixer.c: Fixed comment
24294
24295
24296 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24297
24298         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24299           improve error messages on open
24300
24301
24302 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24303
24304         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24305           check if v4l-conf is in path
24306
24307 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24308
24309         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24310           change assert to a more readable error message
24311
24312 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24313
24314         * gst-libs/gst/tuner/tunerchannel.h:
24315           - add a freq_multiplicator field to make the conversion
24316             between internal frequency unit and Hz
24317         * sys/v4l/gstv4lelement.c:
24318         * sys/v4l2/gstv4l2element.c:
24319           - change default video device to /dev/video0
24320         * sys/v4l/v4l_calls.c:
24321         * sys/v4l2/v4l2_calls.c:
24322           - we only expose frequency to the user in Hz instead of
24323             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24324
24325 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24326         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24327           Initialise b_o_s and e_o_s variables
24328         * gst-libs/gst/riff/riff-media.c:
24329         (gst_riff_create_video_caps_with_data):
24330           Add some unusual fourcc's from mplayer avi's
24331         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24332           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24333           autoplugging.
24334
24335 2004-05-28  Wim Taymans  <wim@fluendo.com>
24336
24337         * configure.ac:
24338         * gst/alpha/Makefile.am:
24339         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24340         (gst_alpha_get_type), (gst_alpha_base_init),
24341         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24342         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24343         (gst_alpha_chroma_key), (gst_alpha_chain),
24344         (gst_alpha_change_state), (plugin_init):
24345         A plugin to add an alpha channel to I420 video. Can optionally do
24346         chroma keying.
24347         * gst/multipart/Makefile.am:
24348         * gst/multipart/multipart.c: (plugin_init):
24349         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24350         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24351         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24352         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24353         (gst_multipart_demux_change_state),
24354         (gst_multipart_demux_plugin_init):
24355         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24356         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24357         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24358         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24359         (gst_multipart_mux_pad_unlink),
24360         (gst_multipart_mux_request_new_pad),
24361         (gst_multipart_mux_handle_src_event),
24362         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24363         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24364         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24365         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24366         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24367         send multipart jpeg images to a browser.
24368         * gst/videobox/Makefile.am:
24369         * gst/videobox/README:
24370         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24371         (gst_video_box_get_type), (gst_video_box_base_init),
24372         (gst_video_box_class_init), (gst_video_box_init),
24373         (gst_video_box_set_property), (gst_video_box_get_property),
24374         (gst_video_box_sink_link), (gst_video_box_i420),
24375         (gst_video_box_ayuv), (gst_video_box_chain),
24376         (gst_video_box_change_state), (plugin_init):
24377         Crops or adds borders around an image. can do alpha channel
24378         borders as well.
24379         * gst/videomixer/Makefile.am:
24380         * gst/videomixer/README:
24381         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24382         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24383         (gst_videomixer_pad_get_sink_event_masks),
24384         (gst_videomixer_pad_get_property),
24385         (gst_videomixer_pad_set_property),
24386         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24387         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24388         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24389         (gst_videomixer_base_init), (gst_videomixer_class_init),
24390         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24391         (gst_videomixer_handle_src_event),
24392         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24393         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24394         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24395         (gst_videomixer_loop), (gst_videomixer_get_property),
24396         (gst_videomixer_set_property), (gst_videomixer_change_state),
24397         (plugin_init):
24398         Generic video mixer plugin, can handle multiple inputs all with
24399         different framerates and video sizes. Is fully alpha channel
24400         aware.
24401
24402 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24403
24404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24405           Select first track as master track. Not sure how else to handle
24406           that...
24407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24408           Discard discont events. Should fix #142962.
24409
24410 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24411
24412         * ext/alsa/Makefile.am:
24413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24414         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24415         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24416         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24417         (gst_alsa_mixer_get_option):
24418         * ext/alsa/gstalsamixer.h:
24419         * ext/alsa/gstalsamixeroptions.c:
24420         (gst_alsa_mixer_options_get_type),
24421         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24422         (gst_alsa_mixer_options_new):
24423         * ext/alsa/gstalsamixeroptions.h:
24424         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24425         * ext/alsa/gstalsamixertrack.h:
24426           Add enumerations (as GstMixerOptions). Make correct distinction
24427           between input/output tracks. Add capture/playback private flag.
24428           Use flag to decide on whether to set capture or playback volumes
24429           or switches. Use playback and record switches.
24430         * gst-libs/gst/mixer/Makefile.am:
24431         * gst-libs/gst/mixer/mixer-marshal.list:
24432         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24433         (gst_mixer_set_option), (gst_mixer_get_option),
24434         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24435         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24436         * gst-libs/gst/mixer/mixer.h:
24437         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24438         (gst_mixer_options_class_init), (gst_mixer_options_init),
24439         (gst_mixer_options_dispose):
24440         * gst-libs/gst/mixer/mixeroptions.h:
24441           Add GstMixerOptions.
24442         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24443           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24444           broken device detection on computers with multiple OSS sound
24445           cards.
24446
24447 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24448
24449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24450           fixate nicely even when the peer is not negotiating
24451
24452 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24453
24454         * gst/audioconvert/gstaudioconvert.c:
24455         (gst_audio_convert_parse_caps):
24456           make sure we don't allow depth > width
24457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24458           fixate endianness to G_BYTE_ORDER as default
24459         * gst/audioscale/gstaudioscale.c:
24460           we don't handle another endianness as host-endianness
24461
24462 2004-05-25  David Schleef  <ds@schleef.org>
24463
24464         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24465
24466 2004-05-24  Benjamin Otte  <otte@gnome.org>
24467
24468         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24469         (gst_oggvorbisenc_setup):
24470           properly fail when we can't setup the vorbis encoder due to
24471           unsupported settings
24472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24473         (gst_vorbisenc_setup):
24474           same
24475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24476           fix case where warnings occured when one pad was unlinked while the
24477           other's link function was called
24478
24479 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24480
24481         * gst/tcp/Makefile.am:
24482           use GST_ENABLE_NEW
24483
24484 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24485
24486         * gst-libs/gst/resample/private.h:
24487           don't use optimizations that are #if 0'ed
24488
24489 2004-05-24  Wim Taymans  <wim@fluendo.com>
24490
24491         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24492         Fix potential division by zero error and hopefully get
24493         the position query right to get correct timestamps on avi
24494         audio.
24495
24496 2004-05-24  Wim Taymans  <wim@fluendo.com>
24497
24498         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24499         (gst_videoscale_scale_nearest_str2),
24500         (gst_videoscale_scale_nearest_str4),
24501         (gst_videoscale_scale_nearest_32bit),
24502         (gst_videoscale_scale_nearest_24bit),
24503         (gst_videoscale_scale_nearest_16bit):
24504         Fix the scaling algorithm and avoid a buffer overflow.
24505         removed the while loop in the scaling function as it
24506         was used for point sampling only.
24507
24508 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24509
24510         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24511         (gst_id3_tag_class_init), (gst_id3_tag_init),
24512         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24513         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24514         (gst_id3_tag_send_tag_event):
24515           lots of fixes to make id3mux work and id3demux work correctly
24516
24517 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24518
24519         * ext/Makefile.am:
24520           add rules to build shout2send (was removed by accident
24521           when this module was no more marked experimental/broken)
24522
24523 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24524
24525         * ext/shout2/gstshout2.c:
24526         * ext/shout2/gstshout2.h:
24527           adding a "connection problem" signal to shout2send
24528           (fixes #142954)
24529
24530 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24531
24532         * ext/kio/kioreceiver.cpp:
24533         * ext/kio/kioreceiver.h:
24534           fix sign comparison issues
24535
24536 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24537
24538         * gst/cdxaparse/gstcdxaparse.c:
24539         * gst/cdxaparse/gstcdxaparse.h:
24540           some renaming
24541           add some checks/sanity
24542           prepare for seek addition
24543
24544         * sys/sunaudio/gstsunaudio.c:
24545           remove exported dupe init function
24546
24547 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24548
24549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24550         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24551           Fix format conversion and position querying.
24552         * gst/debug/progressreport.c: (gst_progressreport_report):
24553           Don't output a bogus total value that we didn't query.
24554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24555           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24556           only a blank window after xine has been used.
24557
24558 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24559
24560         * m4/as-arts.m4:
24561           sync with upstream version to fix test on FC2
24562           readd with -ko to preserve Id header
24563
24564 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24565
24566         * configure.ac:
24567           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24568         * gst/tcp/gsttcpclientsrc.c: idem
24569         * gst/tcp/gsttcpserversink.c: idem
24570         * gst/tcp/gsttcpserversrc.c: idem
24571         * m4/gst-fionread.m4: idem
24572
24573         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24574
24575         * configure.ac: enable speex plugin for speex 1.1.5+
24576         * ext/speex/gstspeexenc.c: fix cast warning
24577
24578         * ext/esd/README: fix typo
24579
24580 2004-05-20  David Schleef  <ds@schleef.org>
24581
24582         * configure.ac: Minor cosmetic change to convince the buildbot to
24583         reautogen.
24584         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24585         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24586         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24587         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24588         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24589         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24590         More hacking.  Plays audio now.
24591
24592 2004-05-20  David Schleef  <ds@schleef.org>
24593
24594         * configure.ac:
24595         * sys/Makefile.am:
24596
24597 2004-05-20  David Schleef  <ds@schleef.org>
24598
24599         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24600         * sys/osxaudio/gstosxaudio.c:
24601         * sys/osxaudio/gstosxaudioelement.c:
24602         * sys/osxaudio/gstosxaudioelement.h:
24603         * sys/osxaudio/gstosxaudiosink.c:
24604         * sys/osxaudio/gstosxaudiosink.h:
24605         * sys/osxaudio/gstosxaudiosrc.c:
24606         * sys/osxaudio/gstosxaudiosrc.h:
24607
24608 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24609
24610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24611         (gst_vorbisenc_chain):
24612           put the codec headers on the caps as streamheader as well as
24613           pushing them out
24614
24615 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24616
24617         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24618         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24619         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24620         split up push_packet into two functions
24621
24622 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24623
24624         * gst/tcp/.cvsignore:
24625           ignore enums
24626         * gst/tcp/Makefile.am:
24627         * gst/tcp/README:
24628         * gst/tcp/gsttcp.c:
24629         * gst/tcp/gsttcp.h:
24630         * gst/tcp/gsttcpclientsink.c:
24631         * gst/tcp/gsttcpclientsink.h:
24632         * gst/tcp/gsttcpclientsrc.c:
24633         * gst/tcp/gsttcpclientsrc.h:
24634         * gst/tcp/gsttcpplugin.c:
24635         * gst/tcp/gsttcpserversink.c:
24636         * gst/tcp/gsttcpserversink.h:
24637         * gst/tcp/gsttcpserversrc.c:
24638         * gst/tcp/gsttcpserversrc.h:
24639           add new tcp elements
24640
24641 2004-05-19  Wim Taymans  <wim@fluendo.com>
24642
24643         * gst/law/mulaw-conversion.c: (mulaw_encode):
24644         Fix overflow bug in ulaw encoding.
24645
24646 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24647
24648         * ext/mad/gstmad.c: (gst_mad_handle_event):
24649           don't unref the event twice
24650
24651 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24652
24653         * configure.ac:
24654           remove -Wno-sign-compare
24655
24656 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24657
24658         * configure.ac:
24659           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24660           if you want to work against glib 2.2 and 2.4
24661
24662 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24663
24664         * gst/tcp/Makefile.am:
24665         * gst/tcp/gsttcp.c:
24666         * gst/tcp/gsttcp.h:
24667         * gst/tcp/gsttcpsink.h:
24668         * gst/tcp/gsttcpsrc.h:
24669           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24670
24671 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24672
24673         * gst/debug/tests.c: (md5_get_value):
24674           fix segfault on gst-inspect
24675
24676 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24677
24678         * gst/debug/testplugin.c:
24679         * gst/debug/tests.c:
24680         * gst/debug/tests.h:
24681           add new extensible and configurable testing element. Current tests
24682           include buffer count, stream length, timestamp/duration matching and
24683           md5.
24684         * gst/debug/Makefile.am:
24685         * gst/debug/gstdebug.c: (plugin_init):
24686           add infrastructure for new element
24687
24688 2004-05-19  Johan Dahlin  <johan@gnome.org>
24689
24690         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24691         ending of the array. Fixes gst-inspect segfault on ppc.
24692
24693 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24694
24695         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24696
24697         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24698
24699 2004-05-18  David Schleef  <ds@schleef.org>
24700
24701         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24702         warnings (bugs, actually) noticed by gcc but not forte.
24703
24704 2004-05-18  David Schleef  <ds@schleef.org>
24705
24706         * sys/sunaudio/Makefile.am:
24707         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24708
24709 2004-05-18  David Schleef  <ds@schleef.org>
24710
24711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24712         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24713         to allow qtdemux to use non-seekable streams. (bug #142272)
24714
24715 2004-05-18  David Schleef  <ds@schleef.org>
24716
24717         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24718         (gst_resample_sinc_ft_float): Remove use of static temporary
24719         buffer.  This code was obviously not supposed to last long, but
24720         it's stuck in our ABI, so it required a little hack to make it
24721         ABI-compatible.  Fixes #142585.
24722         * gst-libs/gst/resample/resample.h: same.
24723
24724 2004-05-18  David Schleef  <ds@schleef.org>
24725
24726         * configure.ac: Add sunaudio
24727         * examples/Makefile.am: make gstplay depend on gconf
24728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24729         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24730         (convert_table_lookup), (img_convert): remove c99-isms
24731         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24732           unsigned, to fix a warning on Solaris
24733         * gst/mpeg1sys/systems.c: bcopy->memcpy
24734         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24735         * sys/Makefile.am: Add sunaudio
24736
24737 2004-05-18  Wim Taymans  <wim@fluendo.com>
24738
24739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24740         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24741         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24742         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24743         (gst_ogg_mux_loop):
24744         Fix an ugly memleak where the muxer didn't flush enough ogg
24745         pages. This also resulted in badly muxed ogg files.
24746
24747 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24748
24749         * gst/asfdemux/asfheaders.c :
24750         * gst/asfdemux/asfheaders.h :
24751         * gst/asfdemux/gstasfdemux.c :
24752           - fix ASF_OBJ_PADDING guid
24753           - add 3 new object guids (language list, metadata,
24754             extended stream properties)
24755           - add a function to parse extended header objects
24756
24757 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24758
24759         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24760           remove leftover debugging g_print
24761
24762 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * ext/mad/gstmad.c: (gst_mad_handle_event):
24765           Fix for when the first format in a discont event is not a
24766           byte-based one. Should fix #137710.
24767
24768 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24769
24770         * m4/a52.m4 : fix compilation with -Wall -Werror
24771         * m4/libfame.m4 : idem
24772         * m4/libmikmod.m4 : idem
24773
24774 2004-05-17  Benjamin Otte  <otte@gnome.org>
24775
24776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24777           signal the new tags before giving up the reference
24778
24779 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24780
24781         * ext/shout2/gstshout2.c:
24782           use application/ogg instead of application/x-ogg (patch by Patrick
24783           Guimond, fixes #142432)
24784         * sys/oss/gstosselement.c: (gst_osselement_reset),
24785         (gst_osselement_sync_parms):
24786           don't set fragment size unless specified (fixes #142493)
24787
24788 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24789
24790         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24791           fixes #142664
24792
24793 2004-05-17  Benjamin Otte  <otte@gnome.org>
24794
24795         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24796           compute offsets correctly for internal buffers so timestamps are set
24797           correctly when we can't seek. Also handle cases where there are no
24798           offsets. (based on a patch by David Moore, fixes #142507)
24799
24800 2004-05-17  Benjamin Otte  <otte@gnome.org>
24801
24802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24803           use correct variable when determining amount of data to skip so we
24804           don't skip into the void and segfault
24805
24806 2004-05-16  Benjamin Otte  <otte@gnome.org>
24807
24808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24809           Hi, I'm a memleak
24810
24811 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24812
24813         * gst/asfdemux/gstasfdemux.c:
24814           - fix a mem leak and always propagate tags
24815           - add WMV3 to known video codecs (but no decoder yet)
24816           - replace "surplus data" at end of audio header for what
24817             it is : codec specific data
24818           - fix a typo
24819
24820 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24821
24822         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24823
24824         * gst-libs/gst/audio/audioclock.c:
24825           Fix wrong return type (#142205).
24826
24827 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24828
24829         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24830           Ignore CRCs by default (fixes #142566).
24831
24832 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24835         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24836         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24837         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24838         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24839         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24840           Fix for cases where we fail to attach to a mixer.
24841
24842 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24843
24844         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24845           Don't touch events after not owning them anymore.
24846         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24847         (gst_wavparse_fmt), (gst_wavparse_other),
24848         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24849         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24850         (gst_wavparse_srcpad_event):
24851         * gst/wavparse/gstwavparse.h:
24852           Add seeking, fix querying.
24853
24854 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24855
24856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24857           - process comments even if they don't end with \0\0
24858             g_convert would ignore them if present and works well without them
24859
24860 2004-05-16  Benjamin Otte  <otte@gnome.org>
24861
24862         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24863           simplify caps
24864
24865 2004-05-16  Benjamin Otte  <otte@gnome.org>
24866
24867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24868           don't write to memory we might not write to - g_convert does that
24869           for us anyway (fixes #142613)
24870         (gst_asf_demux_audio_caps):
24871           comment out gst_util_dump_mem
24872
24873 2004-05-16  Benjamin Otte  <otte@gnome.org>
24874
24875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24876           compute correct expected timestamps after seek (broken since
24877           last commit)
24878         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24879           rename element and debugging category to gdkpixbufscale
24880
24881 2004-05-16  Benjamin Otte  <otte@gnome.org>
24882
24883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24884           add error checking to snd_pcm_delay and remove duplicate call to
24885           snd_pcm_delay that caused issues (see inline code comments)
24886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24887           make more readable and fix return value when snd_pcm_delay fails
24888         (fixes #142586)
24889
24890 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24891         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24892         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24893         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24894         (gst_pixbufscale_link), (gst_pixbufscale_init),
24895         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24896         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24897         (gst_pixbufscale_get_property), (pixbufscale_init):
24898         * ext/gdk_pixbuf/pixbufscale.h:
24899         Add these files I forgot earlier
24900
24901 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24902         * ext/gdk_pixbuf/Makefile.am:
24903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24904         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24905         Add new pixbufscale element to scale RGB video
24906         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24907         and HYPER interpolation correctly.
24908         * ext/theora/theoraenc.c: (theora_enc_chain),
24909         Discard buffer and return if explicit caps could not be set
24910         (theora_enc_get_property):
24911         Make _get return kbps for the bitrate consistent with
24912         the _set function.
24913
24914
24915 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24916
24917         * ext/libvisual/visual.c: (gst_visual_chain):
24918           add missing visual_audio_analyze
24919
24920 2004-05-14  David Schleef  <ds@schleef.org>
24921
24922         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24923         is killed while we're playing.
24924         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24925         gst_element_no_more_pads().
24926
24927 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24928
24929         * gst-libs/gst/riff/riff-read.c :
24930           - fix INFO tag extraction in RIFF/AVI files
24931             because gst_event_unref (event) also freed taglist
24932           - avoid a mem leak
24933
24934 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24935
24936         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24937         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24938
24939         * gst/auparse/gstauparse.c :
24940           - add code (commented for now) to support audio/x-adpcm on src pad
24941             (we have no decoder for those layout yet)
24942
24943         * gst/cdxaparse/gstcdxaparse.c :
24944         * gst/cdxaparse/gstcdxaparse.h :
24945           - partial rewrite using RiffRead (ripped iain's wavparse code)
24946
24947         * gst/rtp/gstrtpL16enc.c : typo
24948         * gst/rtp/gstrtpgsmenc.c : typo
24949
24950 2004-05-13  Benjamin Otte  <otte@gnome.org>
24951
24952         * configure.ac:
24953           check for exact version of libvisual, it's not supposed to be
24954           API/ABI stable yet
24955
24956 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24957
24958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24959           signal no-more-pads
24960
24961 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24962
24963         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24964         Report which format was used for GST_FORMAT_DEFAULT
24965         * gst/debug/Makefile.am:
24966         * gst/debug/gstdebug.c: (plugin_init):
24967         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24968         (gst_progressreport_class_init), (gst_progressreport_init),
24969         (gst_progressreport_report), (gst_progressreport_set_property),
24970         (gst_progressreport_get_property), (gst_progressreport_chain),
24971         (gst_progressreport_plugin_init):
24972         Add progressreport element for testing.
24973
24974 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24975
24976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24977         * sys/v4l/gstv4lsrc.h:
24978         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24979         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24980         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24981         (gst_v4lsrc_grab_frame):
24982           add more debugging
24983           send a discont at start
24984
24985 2004-05-12  Colin Walters  <walters@redhat.com>
24986
24987         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24988         inflooping if we can't find a chunk.  Or in other words, don't blow
24989         chunks if we don't have a chunk to blow.
24990
24991 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24992         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24993         Remove old debug output
24994         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24995         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24996         (gst_dvdec_set_property), (gst_dvdec_get_property):
24997         Change the quality setting to an enum, so it works from gst-launch
24998         Don't renegotiate a non-linked pad. Allows audio only decoding.
24999         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25000         (gst_deinterlace_link), (gst_deinterlace_init):
25001         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25002         (gst_videodrop_link):
25003         Some caps negotiation fixes
25004
25005 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25006
25007         * ext/tarkin/gsttarkin.c :
25008           - Change RANK from NONE to PRIMARY
25009         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25010           - Change RANK from NONE to MARGINAL
25011         * ext/divx/gstdivxenc.c :
25012           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25013
25014 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25015
25016         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25017         (gst_vorbisenc_push_packet):
25018           copy a function that was added between 1.0 and 1.0.1 until we
25019           depend on worthwhile features of post-1.0
25020
25021 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25022
25023         * configure.ac:
25024           enable shout2 by default
25025         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25026         (gst_shout2send_base_init), (gst_shout2send_init),
25027         (gst_shout2send_connect), (gst_shout2send_change_state):
25028         * ext/shout2/gstshout2.h:
25029           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25030           #142262)
25031         * ext/theora/theora.c: (plugin_init):
25032           don't set rank on encoders
25033
25034 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25035
25036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25037           Use codec_data property instead of flag1 and flag2 for wma
25038
25039 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25040
25041         * gst/cdxaparse/gstcdxaparse.c :
25042           - Add mpegversion to CAPS to make it link
25043           - Rank is as GST_RANK_SECONDARY instead of NONE
25044         * gst/auparse/gstauparse.c :
25045           - Document all audio encoding we can encounter from Solaris 9
25046             headers and libsndfile information.
25047           - Increase max. rate from 48000 to 192000 (to match other elements)
25048           - Don't try to play junk data between header and samples
25049
25050 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25051
25052         * ext/libvisual/visual.c: (gst_visual_getcaps):
25053           use the right caps depending on endianness (I hope)
25054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25055           use GST_RANK_NONE for all non-decoding elements or spider gets
25056           mighty confused
25057
25058 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25059
25060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25061           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25062
25063 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25064
25065         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25066         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25067         (gst_switch_loop), (gst_switch_get_type):
25068           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25069           HEADERS. Had to be said.
25070
25071 2004-05-10  David Schleef  <ds@schleef.org>
25072
25073         * configure.ac: Add prototype Dirac support.
25074         * ext/Makefile.am:
25075         * ext/dirac/Makefile.am:
25076         * ext/dirac/gstdirac.cc:
25077         * ext/dirac/gstdiracdec.cc:
25078
25079 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25080
25081         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25082         (gst_auparse_init), (gst_auparse_chain),
25083         (gst_auparse_change_state):
25084           Hack around spider. Remove me some day please.
25085
25086 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25087
25088         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25089           Fix for some uninitialized variables in previous patch, also
25090           makes it work. Fixes #142286 while we're at it.
25091
25092 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25093
25094         * gst/auparse/gstauparse.c:
25095                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25096                 only unsupported formats are ADPCM/CCITT G.72x
25097                 reviewed by Ronald
25098         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25099
25100 2004-05-10  Wim Taymans  <wim@fluendo.com>
25101
25102         * ext/vorbis/Makefile.am:
25103         * ext/vorbis/README:
25104         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25105         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25106         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25107         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25108         (gst_oggvorbisenc_convert_sink),
25109         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25110         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25111         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25112         (get_constraints_string), (update_start_message),
25113         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25114         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25115         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25116         * ext/vorbis/oggvorbisenc.h:
25117         * ext/vorbis/vorbis.c: (plugin_init):
25118         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25119         (raw_caps_factory), (gst_vorbisenc_class_init),
25120         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25121         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25122         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25123         * ext/vorbis/vorbisenc.h:
25124         Added a raw vorbis encoder to be used with the oggmuxer.
25125         We still need the old encoder for some gnome applications,
25126         read the README to find out how that works.
25127         The raw encoder is called "rawvorbisenc" until 0.9.
25128
25129 2004-05-10  Wim Taymans  <wim@fluendo.com>
25130
25131         * ext/ogg/gstogg.c: (plugin_init):
25132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25133         (gst_ogg_print):
25134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25135         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25136         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25137         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25138         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25139         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25140         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25141         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25142         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25143         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25144         Added an ogg muxer.
25145         Small typo fixes in the demuxer.
25146
25147 2004-05-10  Wim Taymans  <wim@fluendo.com>
25148
25149         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25150         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25151         (theora_enc_change_state), (theora_enc_set_property),
25152         (theora_enc_get_property):
25153         Mark the last packet with an EOS flag which is not really needed
25154         in gstreamer.
25155         Do some better video framerate initialisation.
25156         Update the buffer timestamp.
25157
25158 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25159
25160         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25161         Return the result of the parent state change call
25162
25163 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25164
25165         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25166         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25167         * gst/law/alaw-encode.c : (idem)
25168         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25169         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25170         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25171
25172 2004-05-09  Benjamin Otte  <otte@gnome.org>
25173
25174         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25175           don't use a fixed buffer size when writing variable length data to
25176           it. Fixes memory corruption and makes alsasrc work
25177
25178 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25179
25180         * ext/gnomevfs/gstgnomevfssink.c:
25181         (_gst_boolean_allow_overwrite_accumulator),
25182         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25183           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25184           RUN_LAST, and don't use that to set the accumulator value because
25185           then it's always FALSE.
25186
25187 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25188
25189         * gst-libs/gst/riff/riff-media.c:
25190         (gst_riff_create_video_caps_with_data),
25191         (gst_riff_create_audio_caps),
25192         (gst_riff_create_audio_template_caps):
25193         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25194           Fix for unaligned RIFF files (i.e. where all the chunks together
25195           in a LIST chunk are not of the same size as the size given in
25196           the LIST chunk header). Fixes several odd WAVE files. Also fix
25197           ADPCM (block_align property) in audio, so that wavparse based
25198           on this works now as it used to stand-alone.
25199
25200 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25201
25202         reviewed by Benjamin Otte  <otte@gnome.org>
25203
25204         * ext/a52dec/gsta52dec.c:
25205         * ext/divx/gstdivxdec.c:
25206         * ext/divx/gstdivxenc.c:
25207         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25208         * ext/faac/gstfaac.c: (gst_faac_base_init):
25209         * ext/faad/gstfaad.c: (gst_faad_base_init):
25210         * ext/ivorbis/vorbisfile.c:
25211         * ext/lame/gstlame.c:
25212         * ext/libfame/gstlibfame.c:
25213         * ext/mpeg2enc/gstmpeg2enc.cc:
25214         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25215         * ext/sidplay/gstsiddec.cc:
25216         * ext/speex/gstspeexdec.c:
25217         * ext/speex/gstspeexenc.c:
25218         * ext/xvid/gstxviddec.c:
25219         * ext/xvid/gstxvidenc.c:
25220           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25221           (fixes #142193)
25222
25223 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25224
25225         * ext/alsa/gstalsa.c: (device_list),
25226         (gst_alsa_class_probe_devices):
25227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25228           Fix alsa oddness in mixer after the combination of using mixer
25229           in source/sink elements and using hw:x,y instead of just hw:x.
25230
25231 2004-05-09  Benjamin Otte  <otte@gnome.org>
25232
25233         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25234         (gst_wavparse_create_sourcepad):
25235           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25236           sourcepads
25237
25238 2004-05-09  Benjamin Otte  <otte@gnome.org>
25239
25240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25241           allow discont events before caps nego
25242
25243 2004-05-08  Benjamin Otte  <otte@gnome.org>
25244
25245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25246           don't leak events
25247
25248 2004-05-08  Benjamin Otte  <otte@gnome.org>
25249
25250         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25251         (gst_level_change_state), (gst_level_init):
25252         * gst/level/gstlevel.h:
25253           figure out if we're initialized directly instead of keeping a
25254           variable that's wrong in 90% of cases
25255           don't initialize pads and then leak them and use a new unitialized
25256           pad. (fixes #142084)
25257           these were bugs so n00bish I didn't find them for an hour :/
25258
25259 2004-05-08 Iain <iain@prettypeople.org>
25260
25261         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25262         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25263         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25264         return the length that was read.
25265         (gst_riff_read_strf_auds): Allow fmt tags as well.
25266
25267 2004-05-07  David Schleef  <ds@schleef.org>
25268
25269         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25270         signed char assumption in faad.h.
25271
25272 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25273
25274         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25275           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25276
25277 2004-05-07  Colin Walters  <walters@redhat.com>
25278
25279         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25280         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25281         function.
25282         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25283         Add dispose function.
25284
25285 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25286         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25287           Fix caps nego and pad templates. RGB mode caps should
25288           work now.
25289         * ext/dvdnav/gst-dvd:
25290           Move mpeg2dec inside the thread because otherwise the
25291           queue rejects cap changes mid-stream
25292         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25293         (gst_mpeg2dec_flush_decoder):
25294           For mpeg2dec > 0.4.0, call the flush function instead of
25295           manually extracting all in-flight frames.
25296         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25297         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25298           Change mime type video/dv go video/x-dv to match the
25299           rest of gst-plugins
25300
25301 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25302
25303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25305         (gst_alsa_sink_class_init):
25306         * ext/alsa/gstalsasink.h:
25307         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25308         (gst_alsa_src_class_init):
25309         * ext/alsa/gstalsasrc.h:
25310           Make alsasink/src a subclass of alsamixer so that mixer stuff
25311           shows up in gst-rec. Needs some finetuning.
25312
25313 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25314
25315         * ext/lame/gstlame.c: (gst_lame_chain):
25316           simplify
25317         * ext/mad/gstmad.c: (gst_mad_handle_event):
25318           fix event leak
25319         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25320           be able to detect mp3 files < 4096 bytes
25321
25322 2004-05-06  Wim Taymans  <wim@fluendo.com>
25323
25324         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25325         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25326         (theora_enc_set_property), (theora_enc_get_property):
25327         Also encode the first frame, cleanup some code.
25328
25329 2004-05-06  Wim Taymans  <wim@fluendo.com>
25330
25331         * ext/mpeg2enc/gstmpeg2enc.cc:
25332         Forward events first before deciding that negotiation was
25333         not performed.
25334
25335 2004-05-06  Wim Taymans  <wim@fluendo.com>
25336
25337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25338         First process the events before deciding that negotiation
25339         was not performed.
25340
25341 2004-05-06  Wim Taymans  <wim@fluendo.com>
25342
25343         * ext/theora/Makefile.am:
25344         * ext/theora/theora.c: (plugin_init):
25345         * ext/theora/theoradec.c: (theora_dec_change_state):
25346         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25347         (gst_theora_enc_class_init), (gst_theora_enc_init),
25348         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25349         (theora_enc_chain), (theora_enc_change_state),
25350         (theora_enc_set_property), (theora_enc_get_property):
25351         Added a theora encoder, grouped the encoder and decoder into the
25352         same plugin.
25353
25354 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25355
25356         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25357         (gst_jpegenc_chain):
25358         fix DURATION on outgoing buffers
25359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25360         debug using time formats
25361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25363         (gst_xvimagesink_sink_link):
25364         windows with width/height 0 generate X errors, so don't allow them
25365
25366 2004-05-05  Wim Taymans  <wim@fluendo.com>
25367
25368         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25369         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25370         (gst_mpeg2dec_negotiate_format):
25371         * ext/mpeg2dec/gstmpeg2dec.h:
25372           removed the static pad template so that we can add the
25373           more accurate framerate value to the caps.
25374
25375
25376 2004-05-04  Benjamin Otte  <otte@gnome.org>
25377
25378         * configure.ac:
25379           check for kdemacros.h, too (should fix #141821)
25380         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25381           don't crash if no header was sent, but nicely error out (fixes part
25382           of #141554)
25383
25384 2004-05-04  Wim Taymans  <wim@fluendo.com>
25385
25386         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25387         parent dispose function to avoid segfault on destroy.
25388
25389 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25390
25391         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25392         (plugin_init):
25393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25394         (gst_xvimagesink_sink_link):
25395         clean up debugging caps
25396         also recreate xvimage when format has changed
25397
25398 2004-05-04  Benjamin Otte  <otte@gnome.org>
25399
25400         * ext/libvisual/Makefile.am:
25401         * ext/libvisual/visual.c: (gst_visual_class_init),
25402         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25403         (gst_visual_srclink), (gst_visual_chain),
25404         (gst_visual_change_state), (plugin_init):
25405           use a GstAdapter to correctly adapt buffer sizes - allows using a
25406           framerate
25407
25408 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25409
25410         * sys/v4l/gstv4lelement.h:
25411         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25413         (gst_v4lsrc_buffer_free):
25414         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25416         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25417         (gst_v4lsrc_requeue_frame):
25418         move some debugging categories around
25419         query for fps index and set accordingly if found
25420
25421 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25422
25423         * ext/lame/gstlame.c:
25424         correct defaults that lame_init puts out of range
25425
25426 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25427
25428         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25429         (gst_divxenc_class_init):
25430         fix range since -1 is the default
25431         * gst/mpeg1sys/gstmpeg1systemencode.c:
25432         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25433         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25434         (gst_rtjpegdec_chain):
25435         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25436         (gst_rtjpegenc_chain):
25437         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25438         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25439         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25441         * sys/v4l/gstv4lsrc.c:
25442         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25443         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25444         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25446         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25447           remove gst_info calls
25448
25449 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25450
25451         * Makefile.am:
25452         * po/af.po:
25453         * po/az.po:
25454         * po/en_GB.po:
25455         * po/nl.po:
25456         * po/sr.po:
25457         * po/sv.po:
25458           Updated translations
25459
25460 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25461
25462         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25463           refactor/comment code
25464
25465 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25466
25467         * gst/asfdemux/Makefile.am:
25468         * gst/asfdemux/asfheaders.c:
25469         * gst/asfdemux/asfheaders.h:
25470         * gst/asfdemux/gstasf.c: (plugin_init):
25471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25472         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25473         (gst_asf_demux_setup_pad):
25474         * gst/asfdemux/gstasfdemux.h:
25475         * gst/asfdemux/gstasfmux.c:
25476         * gst/asfdemux/gstasfmux.h:
25477           Add tagging support to demuxer, split out registration in its own
25478           file instead of in demux (hacky), and prevent having some tables
25479           in our memory multiple times (in asfheaders.h).
25480
25481 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25482
25483         * gst/matroska/matroska-demux.c:
25484         (gst_matroska_demux_parse_metadata):
25485         * gst/matroska/matroska-ids.h:
25486           Basic tag reading support.
25487
25488 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25489
25490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25491           Really detect ac-3 audio.
25492         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25493           really detect matroska files (off-by-1).
25494
25495 2004-04-30  David Schleef  <ds@schleef.org>
25496
25497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25498         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25499         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25500         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25501         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25502         hackage -- parse a lot more atoms, extract a few tags.  One might even
25503         mistake this for tag support.  Maybe it is.
25504         * gst/qtdemux/qtdemux.h:
25505
25506 2004-04-30  Colin Walters  <walters@verbum.org>
25507
25508         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25509
25510 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25511
25512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25513         (gst_ffmpegcolorspace_getcaps):
25514           remove broken nego fix
25515
25516 2004-04-30  Benjamin Otte  <otte@gnome.org>
25517
25518         * configure.ac:
25519         * ext/Makefile.am:
25520         * ext/libvisual/Makefile.am:
25521         * ext/libvisual/visual.c:
25522           add initial support for libvisual (http://libvisual.sourceforge.net)
25523           libvisual is still quite alpha, so expect crashes in there :)
25524
25525 2004-04-29  David Schleef  <ds@schleef.org>
25526
25527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25528         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25529         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25530         code; you will no longer respect me.
25531
25532 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25533
25534         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25535         * ext/alsa/gstalsa.h :
25536         change alsa pcm device discovery to find more than 1 device
25537         per card. code review by Ronald.
25538
25539 2004-04-29  David Schleef  <ds@schleef.org>
25540
25541         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25542         Add a check for a driver bug on FreeBSD.  (bug #140565)
25543
25544 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25545
25546         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25548         (gst_jpegenc_getcaps):
25549           move format setting to inner loop
25550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25551         (gst_ffmpegcolorspace_getcaps):
25552           use GST_PAD_CAPS if available so that we use already negotiated
25553           caps
25554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25555         (qtdemux_parse_moov), (qtdemux_parse):
25556           extra debugging
25557         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25558         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25559           move hardcoded path to DEFINE
25560
25561 2004-04-28  David Schleef  <ds@schleef.org>
25562
25563         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25564         (bug #140064)
25565
25566 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25567
25568         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25569           Don't probe for playback device if we're a source element. Fixes
25570           #139658.
25571
25572 2004-04-29  Benjamin Otte  <otte@gnome.org>
25573
25574         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25575         (gst_id3_tag_chain):
25576           rewrite buffer offset
25577
25578 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25579
25580         * configure.ac:
25581         * ext/Makefile.am:
25582         * ext/dts/Makefile.am:
25583         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25584         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25585         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25586         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25587         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25588         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25589         (plugin_init):
25590         * ext/dts/gstdtsdec.h:
25591           New DTS decoder.
25592         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25593         (gst_faad_srcconnect):
25594           Add ESDS atom handling (.m4a).
25595
25596 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25597
25598         * ext/divx/gstdivxdec.c: (plugin_init):
25599           Remove comment that makes no sense.
25600         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25601           Fix for obvious typo that resulted in warnings during gst-register.
25602         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25603         (gst_xviddec_sink_link):
25604           Fix caps negotiation a bit better.
25605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25606           We call this 'codec_data', not 'esds'.
25607
25608 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25609
25610         * gst/monoscope/gstmonoscope.c:
25611           make sure we only provide 256x128
25612         * gst/monoscope/monoscope.c: (monoscope_init):
25613           assert size of 256x128
25614
25615 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25616
25617         * Makefile.am:
25618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25619         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25620           fixate to max width and height of device
25621
25622 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25623
25624         * Makefile.am:
25625         * sys/v4l/gstv4l.c:
25626         * sys/v4l/gstv4lsrc.c:
25627         * sys/v4l/v4l_calls.c:
25628         * sys/v4l/v4lsrc_calls.c:
25629           fix for qc-usb driver which fakes having more than one buffer
25630           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25631           buffer_free override
25632           add debugging
25633
25634 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25635
25636         * Makefile.am:
25637         * gst/videotestsrc/gstvideotestsrc.c:
25638         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25639         (gst_videotestsrc_init), (gst_videotestsrc_get),
25640         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25641         * gst/videotestsrc/gstvideotestsrc.h:
25642           add num-buffers property
25643
25644         2004-04-26  Benjamin Otte  <otte@gnome.org>
25645
25646         * ext/mad/gstid3tag.c: (plugin_init):
25647           set id3mux rank to NONE so it doesn't confuse spider
25648           require audio/mpeg,mpegversion=1 in id3mux
25649
25650 2004-04-26  Benjamin Otte  <otte@gnome.org>
25651
25652         * configure.ac:
25653           detect faad correctly as non-working if it's indeed non-working
25654
25655 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25656
25657         * Makefile.am:
25658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25659         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25660         fix _getcaps so it only negotiates to its supported format
25661
25662 2004-04-25  Benjamin Otte  <otte@gnome.org>
25663
25664         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25665           fix memleak
25666
25667 2004-04-23  Benjamin Otte  <otte@gnome.org>
25668
25669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25670           audio/x-raw-int with height rules! not. Now it's depth.
25671
25672 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25675         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25676         (gst_wavparse_loop):
25677           Missing variable initialization. Add handling of DVI ADPCM. Fix
25678           mis-parsing of LIST chunks. This works around a bug where we mis-
25679           parse non-aligning LIST chunks (so LIST chunks where the contents
25680           don't align with the actual LIST size). The correct fix is to use
25681           rifflib, I'm not going to fix wavparse - too much work. All this
25682           fixes #104878.
25683
25684 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25685
25686         reviewed by Benjamin Otte  <otte@gnome.org>
25687
25688         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25689           fix shoutcast not working (fixes #140844)
25690
25691 2004-04-22  Benjamin Otte  <otte@gnome.org>
25692
25693         * ext/hermes/gsthermescolorspace.c:
25694         (gst_hermes_colorspace_caps_remove_format_info):
25695         * gst/colorspace/gstcolorspace.c:
25696         (gst_colorspace_caps_remove_format_info):
25697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25698         (gst_ffmpegcolorspace_caps_remove_format_info):
25699           s/gst_caps_simplify/gst_caps_do_simplify/
25700
25701 2004-04-22  Benjamin Otte  <otte@gnome.org>
25702
25703         * gst-libs/gst/riff/riff-media.c:
25704         (gst_riff_create_video_caps_with_data):
25705           mpegversion is an int
25706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25707           don't try to create pad templates with NULL caps, use any caps
25708           instead.
25709
25710 2004-04-20  David Schleef  <ds@schleef.org>
25711
25712         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25713         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25714         (bug #140384)
25715
25716 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25717
25718         reviewed by David Schleef
25719
25720         * ext/mad/gstid3tag.c: Add stdlib.h
25721         * gst/rtp/gstrtpgsmenc.c: same
25722         * gst/tags/gstid3tag.c: same
25723         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25724         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25725         GST_DISABLE_LOADSAVE use.
25726         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25727         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25728         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25729         atol(3)).
25730         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25731         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25732         strtoul(3)).
25733         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25734         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25735         $(ID3_CFLAGS).
25736         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25737         $(LIBFAME_CFLAGS).
25738
25739 2004-04-20  David Schleef  <ds@schleef.org>
25740
25741         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25742         last checkin.  Same idea.
25743
25744 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25745
25746         reviewed by David Schleef
25747
25748         * configure.ac: bump required gstreamer version to 0.8.1.1
25749         because of following changes [--ds]
25750
25751         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25752         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25753         (gst_riff_read_header):  Use GST_READ_UINT*
25754         macros to access possibly unaligned memory.
25755
25756         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25757         (mp3_type_find):  Use GST_READ_UINT*
25758         macros to access possibly unaligned memory.
25759         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25760         (speex_type_find): Likewise
25761
25762         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25763
25764         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25765         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25766         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25767         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25768         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25769         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25770         macros to access possibly unaligned memory.
25771
25772         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25773         Likewise.
25774
25775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25776         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25777
25778         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25779         Likewise.
25780
25781         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25782         (gst_mpeg2subt_chain_subtitle): Likewise.
25783
25784         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25785         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25786         Likewise.
25787
25788         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25789         Likewise.
25790
25791         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25792         Likewise.
25793
25794         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25795         Likewise.
25796
25797 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25798
25799         * configure.ac:
25800           update required version of GStreamer because of GST_TIME_FORMAT
25801
25802 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25803
25804         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25805           remove leftover g_print
25806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25807           don't try setting only a subset of the caps. We don't want to kill
25808           autoplugging on purpose
25809
25810 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25811
25812         * sys/ximage/ximagesink.c: (plugin_init):
25813         * sys/xvimage/xvimagesink.c: (plugin_init):
25814           add debugging categories
25815
25816 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25817
25818         * po/en_GB.po:
25819         * po/LINGUAS:
25820           Adding en_GB translation (Gareth Owen)
25821
25822 2004-04-20  David Schleef  <ds@schleef.org>
25823
25824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25825         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25826         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25827         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25828         A number of new features and hacks to extract the esds atom and
25829         put it into the caps.  (bug #137724)
25830
25831 2004-04-19  David Schleef  <ds@schleef.org>
25832
25833         * gconf/Makefile.am: Fix for non-GNU make
25834         * gst-libs/gst/Makefile.am: Change directory order to handle
25835         GstPlay linking with gstinterfaces
25836         * gst-libs/gst/audio/make_filter: make use of tr portable
25837         * gst-libs/gst/play/Makefile.am: Add intended \
25838         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25839         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25840         function prototype instead of void *.
25841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25842         macro.
25843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25844         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25845         * gst/videofilter/make_filter: make use of tr portable
25846         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25847
25848 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25849
25850         * po/LINGUAS:
25851         * po/uk.po:
25852           Added Ukrainian translation (Maxim V. Dziumanenko)
25853
25854 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25855
25856         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25857         (gst_gsmdec_link), (gst_gsmdec_chain):
25858           Fix capsnego, simplify chain function slightly.
25859         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25860           Add GSM.
25861
25862 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25863
25864         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25865         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25866         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25867           Hack to make wavparse work with spider (always -> sometimes pad).
25868           Fixes #135862 && #140411.
25869
25870 2004-04-18  Benjamin Otte  <otte@gnome.org>
25871
25872         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25873         (gst_osselement_rate_probe_check),
25874         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25875           get rid of \n in debug output
25876
25877 2004-04-17  Iain <iain@prettypeople.org>
25878
25879         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25880         not just EOS.
25881
25882 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25883
25884         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25885         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25886         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25887         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25888         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25889         (gst_id3_tag_change_state), (plugin_init):
25890           deprecate id3tag element and replace with id3demux/id3mux.
25891           great side effect: this ugly file is now even uglier, yay!
25892         * ext/mad/gstmad.h:
25893           remove non-available function
25894           update for new get_type
25895
25896 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25897
25898         * configure.ac:
25899           require mpeg2dec >= 0.4.0
25900
25901 2004-04-17  Benjamin Otte  <otte@gnome.org>
25902
25903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25904         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25905         (gst_xvimagesink_set_xwindow_id):
25906           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25907           assorted cleanup fixes.
25908
25909 2004-04-16  David Schleef  <ds@schleef.org>
25910
25911         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25912         * sys/xvimage/xvimagesink.h: same
25913
25914 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25915
25916         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25917           Fix GST_ELEMENT_ERROR with (NULL)
25918
25919 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25920
25921         * gst-libs/gst/riff/riff-media.c:
25922         (gst_riff_create_video_caps_with_data):
25923           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25924
25925 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25926
25927         * gst-libs/gst/riff/riff-media.c:
25928         (gst_riff_create_video_caps_with_data),
25929         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25930         (gst_riff_create_video_template_caps),
25931         (gst_riff_create_audio_template_caps):
25932         * gst-libs/gst/riff/riff-media.h:
25933         * gst-libs/gst/riff/riff-read.c:
25934         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25935         * gst-libs/gst/riff/riff-read.h:
25936         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25937           Add MS RLE support. I added some functions to read out strf chunks
25938           into strf chunks and the data behind it. This is usually color
25939           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25940           caps creation. Lastly, add ADPCM (similar to wavparse - which
25941           should eventually be rifflib based).
25942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25943         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25944         * gst/matroska/matroska-demux.h:
25945           Remove placeholders for some prehistoric tagging system. Didn't add
25946           support for any tag system really anyway.
25947         * gst/qtdemux/qtdemux.c:
25948           Add support for audio/x-m4a (MPEG-4) through spider.
25949         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25950         (gst_wavparse_loop):
25951           ADPCM support (#135862). Increase max. buffer size because we
25952           cannot split buffers for ADPCM (screws references) and I've seen
25953           files with 2048 byte chunks. 4096 seems safe for now.
25954
25955 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25956
25957         * configure.ac: bump nano to 1
25958
25959 === release 0.8.1 ===
25960
25961 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25962
25963         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25964
25965 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25966
25967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25968           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25969           Fixes #140058
25970
25971 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25972
25973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25974           lower rank of dvddemux so that it's not used for mpeg playback.
25975
25976 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25977
25978         * configure.ac:
25979           save libs correctly when checking mad
25980
25981 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25982
25983         * ext/mad/gstid3tag.c: (plugin_init):
25984           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25985
25986 2004-04-13  David Schleef  <ds@schleef.org>
25987
25988         * common/m4/gst-feature.m4: Call -config scripts with
25989         --plugin-libs if it is supported.
25990         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25991         JPEG images are image/jpeg.
25992         * gst/debug/Makefile.am:
25993         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25994         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25995         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25996         (gst_negotiation_plugin_init): Add a property that acts like
25997         filter caps.
25998         * testsuite/gst-lint:  Move license checking to be a standard
25999         test.
26000
26001 2004-04-13  David Schleef  <ds@schleef.org>
26002
26003         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26004         patch from Sebastien Cote (bug #139958)
26005
26006 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26007
26008         * examples/gstplay/Makefile.am:
26009         * examples/gstplay/player.c: (main):
26010           make the commandline player example use gconf settings
26011
26012 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26013
26014         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26015         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26016         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26017           init/end library during state transition, not object
26018           creation/disposal.  get rid of custom dispose handler.
26019
26020
26021 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26022
26023         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26024         be a symlink
26025
26026 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26027
26028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26029           Handle JUNK chunks inside data section. Prevents warnings.
26030
26031 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26034         (gst_riff_create_video_template_caps):
26035           Add MS video v1.
26036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26037         (gst_avi_demux_stream_data):
26038           Add support for "rec-list" chunks.
26039
26040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26043           Fix another codecname mismatch.
26044
26045 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26048           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26049           so that MJPEG plays back.
26050
26051 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26052
26053         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26054         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26055         * gst/mpeg1videoparse/gstmp1videoparse.h:
26056           Fix for some slight mis-cuts in buffer parsing, and for some
26057           potential overflows or faults-causers. Adds disconts. Also fixes
26058           #139105 while we're at it.
26059
26060 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * configure.ac:
26063         * sys/v4l2/gstv4l2element.h:
26064           Workaround for missing struct v4l2_buffer declaration in Suse 9
26065           and Mandrake 10 linux/videodev2.h header file (#135919).
26066
26067 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26068
26069         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26070           Bail out if no filename was given.
26071
26072 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26073
26074         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26075         (gst_v4l2_fourcc_from_structure):
26076           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26077           Y41B somewhere).
26078
26079 2004-04-09  Benjamin Otte  <otte@gnome.org>
26080
26081         * ext/gnomevfs/gstgnomevfssink.c:
26082         (_gst_boolean_allow_overwrite_accumulator),
26083         (gst_gnomevfssink_class_init):
26084           fix erase signal - if any handler returns false the file will not be
26085           overwritten. If no handler is connected, the file will not be
26086           overwritten either.
26087           renamed signal to "allow-overwrite"
26088         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26089           free string when adding it to ID3 failed
26090         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26091           unref event when done
26092         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26093           free caps
26094         * gst/typefind/gsttypefindfunctions.c:
26095         (mpeg_video_stream_type_find):
26096           fix invalid read
26097
26098 2004-04-08  David Schleef  <ds@schleef.org>
26099
26100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26101         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26102
26103 2004-04-08  David Schleef  <ds@schleef.org>
26104
26105         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26106         we don't support (bug #139532)
26107
26108 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26109
26110         * ext/mad/gstmad.c: (gst_mad_handle_event),
26111         (gst_mad_check_caps_reset), (gst_mad_chain),
26112         (gst_mad_change_state):
26113           only set explicit caps if they haven't been set before for
26114           this stream.  MPEG-audio sample rate/channels aren't allowed
26115           to change in-stream.
26116           Fixes #139382
26117
26118 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26119
26120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26121         (_gst_boolean_did_something_accumulator),
26122         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26123         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26124         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26125         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26126         (gst_gnomevfssink_change_state):
26127           Fix erase signal. Don't erase by default. Remove handoff signal.
26128           Remove erase property. Don't segfault. General cleanup.
26129
26130 2004-04-07  Benjamin Otte  <otte@gnome.org>
26131
26132         * gst-libs/gst/gconf/test-gconf.c: (main):
26133           add missing gst_init
26134
26135 2004-04-07  Benjamin Otte  <otte@gnome.org>
26136
26137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26138           free the mutexes, too
26139
26140 2004-04-07  Benjamin Otte  <otte@gnome.org>
26141
26142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26143           actually free the URI string
26144         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26145           compute offset correctly when passing discont events
26146         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26147           don't leak discont events
26148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26149           add some missing breaks so caps aren't copied randomly
26150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26151           if we realloc memory, we better use it
26152
26153 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26154
26155         * ext/mad/gstmad.c: (normal_seek):
26156           fix GST_FORMAT_TIME usage
26157
26158 2004-04-05  David Schleef  <ds@schleef.org>
26159
26160         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26161         a deprecated function (hack!)
26162
26163 2004-04-05  Benjamin Otte  <otte@gnome.org>
26164
26165         * ext/esd/esdmon.c: (gst_esdmon_get):
26166           fix nonterminated vararg and memleak
26167
26168 2004-04-05  Benjamin Otte  <otte@gnome.org>
26169
26170         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26171         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26172         (gst_ladspa_set_property), (gst_ladspa_get_property),
26173         (gst_ladspa_instantiate), (gst_ladspa_activate),
26174         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26175           clean up debugging
26176
26177 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26178
26179         reviewed by Benjamin Otte  <otte@gnome.org>
26180
26181         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26182           check for broken LADSPA parameters (fixes #138635)
26183
26184 2004-04-05  Benjamin Otte  <otte@gnome.org>
26185
26186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26187           advertise buffer-frames correctly on sinkpads
26188
26189 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26190
26191         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26192         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26193         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26194         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26195         (gst_mad_check_caps_reset), (gst_mad_chain):
26196         add more debugging, only reset caps when we're not in error state
26197
26198 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26199
26200         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26201
26202 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26203
26204         reviewed by Benjamin Otte  <otte@gnome.org>
26205
26206         * configure.ac:
26207           fix == in test(1) operator
26208
26209 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26210
26211         reviewed by Benjamin Otte  <otte@gnome.org>
26212
26213         * configure.ac:
26214           fix --export-symblos-regex to a working regex.
26215
26216 2004-04-04  Benjamin Otte  <otte@gnome.org>
26217
26218         * sys/oss/.cvsignore:
26219           add for oss_probe
26220
26221 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26222
26223         reviewed by Benjamin Otte  <otte@gnome.org>
26224
26225         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26226           add missing 'new_media' argument (fixes #138168)
26227         * gst/matroska/matroska-demux.c:
26228         (gst_matroska_demux_handle_seek_event):
26229           add vararg terminator (fixes #138169)
26230
26231 2004-04-02  David Schleef  <ds@schleef.org>
26232
26233         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26234         disted (bug #138914)
26235
26236 2004-04-01  Benjamin Otte  <otte@gnome.org>
26237
26238         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26239         (gst_alsa_close_audio):
26240           handle case better where a soundcard can't pause
26241         * ext/ogg/gstoggdemux.c:
26242           don't crash when we get events but don't have pads yet
26243
26244 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26245
26246         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26247           throw an error if we couldn't probe any caps.
26248
26249 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26250
26251         * ext/dvdnav/gst-dvd:
26252         Add a really simple sample DVD player
26253
26254 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26255
26256         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26257         (gst_a52dec_push), (gst_a52dec_handle_event),
26258         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26259         (gst_a52dec_change_state):
26260         * ext/a52dec/gsta52dec.h:
26261           Use a debug category, Output timestamps correctly
26262           Emit tag info, Handle events, tell liba52dec about cpu
26263           capabilities so it can use MMX etc.
26264         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26265           Fix a crasher accessing invalid memory
26266         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26267         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26268         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26269         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26270         (dvdnavsrc_query):
26271           Some support for byte-format seeking.
26272           Small fixes for still frames and menu button overlays
26273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26274         (gst_mpeg2dec_alloc_buffer):
26275           Use a debug category. Adjust the report level of several items to
26276           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26277           so it doesn't lose the GstBuffer pointer
26278         * gst/debug/Makefile.am:
26279         * gst/debug/gstdebug.c: (plugin_init):
26280         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26281         (gst_navseek_base_init), (gst_navseek_class_init),
26282         (gst_navseek_init), (gst_navseek_seek),
26283         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26284         (gst_navseek_get_property), (gst_navseek_chain),
26285         (gst_navseek_plugin_init):
26286         * gst/debug/gstnavseek.h:
26287           Add the navseek debug element for seeking back and forth in a
26288           video stream using arrow keys.
26289         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26290         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26291         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26292         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26293         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26294         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26295         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26296         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26297         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26298         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26299         * gst/mpeg2sub/gstmpeg2subt.h:
26300           Pretty much a complete rewrite. Now a loopbased element. May still
26301           require work to properly synchronise subtitle buffers.
26302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26303         (gst_dvd_demux_send_subbuffer):
26304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26305           Don't attempt to create subbuffers of size 0
26306           Reduce a couple of error outputs to warnings.
26307         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26308         (gst_y4mencode_chain):
26309         Output the y4m frame header correctly.
26310
26311 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26312
26313         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26314           throw errors instead of allowing SIGFPE
26315
26316 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26317
26318         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26319         (gst_gconf_render_bin_from_key):
26320           leak plugging and style fixing
26321
26322 2004-03-31  David Schleef  <ds@schleef.org>
26323
26324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26325         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26326         (bug #138225)
26327         * gst/debug/Makefile.am:
26328         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26329         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26330         plugin.
26331         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26332         (gst_negotiation_base_init), (gst_negotiation_class_init),
26333         (gst_negotiation_init), (gst_negotiation_getcaps),
26334         (gst_negotiation_pad_link), (gst_negotiation_chain),
26335         (gst_negotiation_set_property), (gst_negotiation_get_property),
26336         (gst_negotiation_plugin_init):  New element to talk about random
26337         negotiation things happening in a pipeline.
26338
26339 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26340
26341         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26342           fix integer addition with help of Stefan Kost
26343
26344 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26345
26346         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26347
26348 2004-03-30  David Schleef  <ds@schleef.org>
26349
26350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26351         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26352         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26353         (bug #137504)
26354         * ext/mpeg2dec/gstmpeg2dec.h:
26355
26356 2004-03-30  David Schleef  <ds@schleef.org>
26357
26358         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26359
26360 2004-03-30  David Schleef  <ds@schleef.org>
26361
26362         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26363         Michael Petullo) to handle .mov
26364
26365 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26366
26367         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26368         (gst_osselement_rate_check_rate):
26369           probe caps correctly for sound cards that only support one format
26370
26371 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26372
26373         * ext/kio/kiosrc.cpp: (process_events):
26374           update handling event processing if inside KDE - untested
26375
26376 2004-03-29  David Schleef  <ds@schleef.org>
26377
26378         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26379         by 2 to not interfere with other colorspaces.
26380         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26381         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26382         one to not interfere with ffmpeg_colorspace.
26383
26384 2004-03-29  David Schleef  <ds@schleef.org>
26385
26386         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26387         aren't in the caps.
26388         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26389         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26390
26391 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26392
26393         * gst-libs/gst/riff/riff-media.c:
26394           fail on error, don't try to set stuff on NULL caps
26395
26396 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26397
26398         * configure.ac:
26399         * ext/Makefile.am:
26400         * ext/kio/Makefile.am:
26401         * ext/kio/kioreceiver.cpp:
26402         * ext/kio/kioreceiver.h:
26403         * ext/kio/kiosrc.cpp:
26404         * ext/kio/kiosrc.h:
26405           add experimental kiosrc plugin
26406         * ext/alsa/gstalsaplugin.c: (plugin_init):
26407           initialize debugging category only when we're sure registering the
26408           plugins worked.
26409
26410 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26411
26412         * examples/gstplay/player.c: (main):
26413         * gst-libs/gst/play/play.c: (gst_play_class_init),
26414         (gst_play_set_location), (gst_play_set_data_src),
26415         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26416         (gst_play_set_visualization), (gst_play_connect_visualization):
26417           check return values of element_set_state and return FALSE where
26418           failed
26419
26420 2004-03-29  Benjamin Otte  <otte@gnome.org>
26421
26422         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26423           try harder to check if an event is really a discont
26424
26425 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26426
26427         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26428         * po/az.po:
26429
26430 2004-03-28  Benjamin Otte  <otte@gnome.org>
26431
26432         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26433         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26434         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26435           get rid of non-standard "..." ranges in case statements.
26436
26437 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26438
26439         * gst/mpegstream/gstmpegdemux.c:
26440         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26441         specific functionality split to the new dvddemux element.
26442         * gst/mpegstream/gstdvddemux.c:
26443         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26444         streams, derived from mpegdemux.
26445         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26446         up. SCR based timestamp rewriting can be turned off (will probably
26447         completely disappear soon).
26448         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26449         hacking. General cleanup. All printf statements replaced by
26450         debugging messages. Almost complete libdvdnav support.
26451         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26452         by events. New properties for audio and subpicture languages.
26453         (dvdnavsrc_update_highlight): Now uses events.
26454         (dvdnavsrc_user_op): Cleaned up.
26455         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26456         based). Lots of cleanup, and propper support for most libdvdnav
26457         events.
26458         (dvdnavsrc_make_dvd_event): New function.
26459         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26460         (dvdnavsrc_make_clut_change_event): New function.
26461
26462 2004-03-26  Benjamin Otte  <otte@gnome.org>
26463
26464         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26465           fix bug where typefinding would claim it's theora whenever less then
26466           7 bytes of data were available
26467
26468 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26471         (gst_alawdec_base_init), (gst_alawdec_class_init),
26472         (gst_alawdec_init), (gst_alawdec_chain):
26473         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26474         (gst_alawenc_base_init), (gst_alawenc_class_init),
26475         (gst_alawenc_init), (gst_alawenc_chain):
26476         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26477         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26478         (gst_mulawdec_init), (gst_mulawdec_chain):
26479         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26480         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26481         (gst_mulawenc_init), (gst_mulawenc_chain):
26482           Fix capsnego in all four, remove the unused property functions and
26483           simplify the chain functions slightly. I guess we could use macros
26484           or something similar for those, since the code is so similar, but
26485           I'm currently too lazy...
26486
26487 2004-03-24  David Schleef  <ds@schleef.org>
26488
26489         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26490         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26491         (gst_osselement_get_format_structure),
26492         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26493         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26494         (gst_osselement_rate_int_compare): Add code to handle rate probing
26495         (bug #120883)
26496         * sys/oss/gstosselement.h: same
26497         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26498         Use rate probing provided by osselement.
26499         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26500
26501 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26504         (gst_xvidenc_get_property):
26505           ulong/int mess-up.
26506
26507 2004-03-24  David Schleef  <ds@schleef.org>
26508
26509         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26510         (gst_speexdec_init):
26511         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26512         (gst_speexenc_init):  Create the pad template correctly (from
26513         the static pad template, not a NULL pointer.)
26514
26515 2004-03-25  Benjamin Otte  <otte@gnome.org>
26516
26517         * gst/debug/Makefile.am:
26518         * gst/debug/breakmydata.c:
26519           add element that quasi-randomly changes bytes in the stream.
26520           Intended use is robustness checking of demuxers and decoders in
26521           media tests.
26522
26523 2004-03-24  Benjamin Otte  <otte@gnome.org>
26524
26525         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26526         (gst_alsa_probe_hw_params):
26527         * ext/alsa/gstalsa.h:
26528           debugging output fixes
26529
26530 2004-03-24  Benjamin Otte  <otte@gnome.org>
26531
26532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26533           don't g_return_if_fail if element is PLAYING, fail silently as every
26534           other element.
26535         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26536           only fix needed for cast lvalue issues in gst-plugins
26537         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26538           add proxy_getcaps
26539
26540 2004-03-24  Benjamin Otte  <otte@gnome.org>
26541
26542         * gst/level/gstlevel.c: (gst_level_init):
26543           add proxying getcaps function, so level doesn't advertise impossible
26544           caps
26545
26546 2004-03-24  David Schleef  <ds@schleef.org>
26547
26548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26549         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26550         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26551         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26552         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26553         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26554         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26555         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26556         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26557         messages.  Divide the chunk size by the compression ratio
26558         (needed for MACE audio)
26559
26560 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26563           Fix buffer overflow read error.
26564
26565 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26566
26567         * ext/alsa/gstalsa.h:
26568           Remove unused entry.
26569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26570           Add cinepak.
26571         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26572         (gst_videodrop_link), (gst_videodrop_chain):
26573           Fix, sort of. Was horribly broken with new capsnego. Bah...
26574
26575 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26576
26577         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26578         (plugin_init):
26579         Add a monkeysaudio typefind function
26580
26581 2004-03-23  Johan Dahlin  <johan@gnome.org>
26582
26583         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26584         (gst_play_video_fixate): Check so the structure has the field
26585         before trying to fixate them, this makes it possible to have
26586         fakesinks for video and audio output without printing errors on
26587         the output console.
26588
26589 2004-03-22  David Schleef  <ds@schleef.org>
26590
26591         * sys/oss/Makefile.am:
26592         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26593         (check_rate), (add_rate):  Rate probing test app.
26594
26595 2004-03-21  Benjamin Otte  <otte@gnome.org>
26596
26597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26598         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26599           add a fixation function that pretty much does the right thing (fixes
26600           #137556)
26601
26602 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26603
26604         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26605
26606 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26607
26608         reviewed by: Benjamin Otte  <otte@gnome.org>
26609
26610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26611           terminate gst_event_new_discontinuous correctly (fixes parts of
26612           #137711)
26613
26614 2004-03-19  David Schleef  <ds@schleef.org>
26615
26616         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26617         since it doesn't depend on X, and it's part of our ABI.
26618
26619 2004-03-19  Iain <iain@prettypeople.org>
26620
26621         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26622         is_int in the structure, not the local variable.
26623
26624 2004-03-19  David Schleef  <ds@schleef.org>
26625
26626         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26627         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26628         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26629         Improvements in caps negotiation.
26630
26631 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26632
26633         * po/LINGUAS:
26634         * po/af.po:
26635           adding Afrikaans (Petri Jooste)
26636
26637 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26638
26639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26640         (gst_ffmpegcolorspace_chain):
26641         throw error instead of g_critical (#137588)
26642
26643 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26644
26645         * Makefile.am:
26646         * configure.ac:
26647           dist common and m4 correctly
26648         * po/sv.po:
26649
26650 2004-03-17  David Schleef  <ds@schleef.org>
26651
26652         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26653         (bug #137348)
26654
26655 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26656
26657         * po/LINGUAS:
26658         * po/sv.po:
26659           adding Swedish translation (Christian Rose)
26660
26661 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26662
26663         * Makefile.am: use release.mak
26664
26665 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26666
26667         * common/ChangeLog:
26668         * common/gst-autogen.sh:
26669           add some explanation about the version detection
26670         * configure.ac:
26671           fix X check
26672
26673 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26674
26675         * configure.ac: bump nano to 1
26676
26677 === release 0.8.0 ===
26678
26679 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26680
26681         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26682
26683 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26684
26685         * configure.ac:
26686           update libtool version
26687         * gst-libs/gst/media-info/Makefile.am:
26688           actually use libtool version
26689
26690 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26691
26692         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26693
26694 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26695
26696         * configure.ac:
26697         * gst-plugins.spec.in:
26698         * pkgconfig/Makefile.am:
26699         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26700         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26701         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26702         * pkgconfig/gstreamer-libs.pc.in:
26703         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26704         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26705         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26706         * pkgconfig/gstreamer-plugins.pc.in:
26707           remove @VERSION@ from some of the pc files since core and plugins
26708           are decoupled.
26709           created gstreamer-plugins.pc as it's a better name, but keeping
26710           -libs around for now to get fixes upstream done first.
26711
26712 2004-03-15  Julien MOUTTE <julien@moutte.net>
26713
26714         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26715         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26716         * gst-libs/gst/play/play.h:
26717
26718 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26719
26720         * *.c, *.cc: don't mix tabs and spaces
26721
26722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26723
26724         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26725           use the new ffmpegcolorspace
26726         * gst-plugins.spec.in:
26727           package new colorspace and media-info
26728         * configure.ac:
26729         * pkgconfig/Makefile.am:
26730           fix some more disting issues
26731         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26732         * pkgconfig/gstreamer-media-info.pc.in:
26733           generate media-info pc files
26734
26735 2004-03-15  Johan Dahlin  <johan@gnome.org>
26736
26737         * *.h: Revert indenting
26738
26739 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26740
26741         * configure.ac:
26742           adding ffmpegcolorspace element
26743         * gst/ffmpegcolorspace/Makefile.am:
26744         * gst/ffmpegcolorspace/avcodec.h:
26745         * gst/ffmpegcolorspace/common.h:
26746         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26747         * gst/ffmpegcolorspace/dsputil.h:
26748         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26750         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26751         (gst_ffmpeg_caps_to_pix_fmt):
26752         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26754         (gst_ffmpegcolorspace_caps_remove_format_info),
26755         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26756         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26757         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26758         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26759         (gst_ffmpegcolorspace_set_property),
26760         (gst_ffmpegcolorspace_get_property),
26761         (gst_ffmpegcolorspace_register):
26762         * gst/ffmpegcolorspace/imgconvert.c:
26763         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26764         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26765         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26766         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26767         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26768         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26769         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26770         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26771         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26772         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26773         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26774         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26775         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26776         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26777         (img_get_alpha_info), (deinterlace_line),
26778         (deinterlace_line_inplace), (deinterlace_bottom_field),
26779         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26780         * gst/ffmpegcolorspace/imgconvert_template.h:
26781         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26782         * gst/ffmpegcolorspace/mmx.h:
26783         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26784           adding ffmpegcolorspace element supplied by Ronald after cleaning
26785           up and pulling in the right bits of upstream source.
26786           I'm sure a better C/compiler wizard could do some cleaning up (for
26787           example use GLIB's malloc stuff), but as a first pass this
26788           works very well
26789
26790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26791
26792         * ext/alsa/gstalsa.h:
26793           I assume Ronald forgot to commit the change to have cardname
26794           as a struct member.  Expect some public spanking at the next
26795           opportunity.
26796
26797 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26800         (gst_alsa_open_audio), (gst_alsa_close_audio):
26801         * ext/alsa/gstalsa.c:
26802           Don't open the device if we're a mixer (= padless).
26803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26804         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26805         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26806           Open mixer during state change rather than during object
26807           initialization. Also, get a device name. Currently in a somewhat
26808           hackish fashion, but I didn't really find something better.
26809
26810 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26811
26812         * *.c, *.h: run gst-indent
26813
26814 2004-03-14  Benjamin Otte  <otte@gnome.org>
26815
26816         * gst/modplug/gstmodplug.cc:
26817         * gst/modplug/gstmodplug.h:
26818           set correct timestamps on outgoing buffers
26819
26820 2004-03-14  Benjamin Otte  <otte@gnome.org>
26821
26822         * gst/modplug/gstmodplug.cc:
26823           handle events - don't do crap when a discont arrives that's not
26824           necessary
26825           This allows correct loading and playback of mods in Rhythmbox
26826
26827 2004-03-14  Benjamin Otte  <otte@gnome.org>
26828
26829         * configure.ac:
26830         * gst-libs/gst/gconf/Makefile.am:
26831         * pkgconfig/Makefile.am:
26832           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26833           they get rebuilt properly
26834         * configure.ac:
26835           when checking for vorbis, try pkgconfig first.
26836         * gst/modplug/gstmodplug.cc:
26837           add fixate function
26838
26839 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26842           Fix for obvious mistake, where we first shift the offset and then
26843           read a samplesize element assuming the old offset. Note that this
26844           part still has something weird, i.e. my movies containing those
26845           don't actually play well, but at least there's something that looks
26846           like sound now.
26847
26848 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26849         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26850         (plugin_init):
26851         Add a typefind function for speex format
26852
26853 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26856         (gst_asf_demux_setup_pad):
26857           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26858           instead of 0. Reason is simple: some elements have a fps range
26859           of 1-max instead of 0-max. So now ASF video actually works.
26860
26861 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26862
26863         * po/LINGUAS:
26864         * po/sr.po:
26865           adding serbian as a language
26866
26867 2004-03-13  Benjamin Otte  <otte@gnome.org>
26868
26869         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26870           return taglist correctly from _get function, don't gst_pad_push it.
26871           (fixes #137042)
26872
26873 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26874         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26875
26876 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26879         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26880         (gst_alsa_mixer_track_new):
26881         * ext/alsa/gstalsamixertrack.h:
26882           Fix ancient leftovers... MixerTrack is a GObject.
26883
26884 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26885
26886         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26887         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26888           Don't block during probing...
26889
26890 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26893         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26894         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26895         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26896         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26897         (gst_alsa_open_audio), (gst_alsa_close_audio):
26898         * ext/alsa/gstalsa.h:
26899           Add propertyprobe interface implementation, add some device-name
26900           property, all this so that it looks good in gnome-volume-control.
26901
26902 2004-03-12  David Schleef  <ds@schleef.org>
26903
26904         * configure.ac: the Hermes library controls hermescolorspace, not
26905         colorspace.
26906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26907         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26908         not /* */
26909         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26910         * ext/sdl/sdlvideosink.h: ditto.
26911         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26912
26913 2004-03-12  Benjamin Otte  <otte@gnome.org>
26914
26915         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26916         (gst_x_overlay_got_xwindow_id):
26917         * gst-libs/gst/xoverlay/xoverlay.h:
26918           replace XID with unsigned long to get rid of the xlibs dependency in
26919           XOverlay (fixes #137004)
26920
26921 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26922         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26923         (gst_agingtv_setup):
26924         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26925         (gst_dicetv_base_init), (gst_dicetv_class_init),
26926         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26927         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26928         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26929         (gst_edgetv_setup), (gst_edgetv_rgb32):
26930         * gst/effectv/gsteffectv.c:
26931         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26932         (gst_quarktv_set_property):
26933         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26934         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26935         (gst_revtv_setup), (gst_revtv_rgb32):
26936         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26937         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26938         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26939         (gst_shagadelictv_rgb32):
26940         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26941         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26942         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26943         * gst/effectv/gstwarp.c:
26944         Port everything that can be ported to videofilter and fix up the caps.
26945         Can someone with a big-endian machine please check these?
26946
26947 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26948
26949         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26950         (gst_osssink_chain), (gst_osssink_change_state):
26951           Latest fixes for A/V sync, audio playback and such. This is about
26952           all... MPEG playback issues are mostly related to the async build-
26953           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26954
26955 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26956
26957         patch from: Stephane Loeuillet
26958
26959         * configure.ac:
26960           use pkg-config for some libraries, falling back to the old .m4 way
26961           (fixes #131270)
26962         * m4/libdv.m4:
26963           removed
26964
26965 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26966
26967         * configure.ac:
26968         * tools/Makefile.am:
26969         * tools/Makefile.in:
26970         * tools/gst-launch-ext-m.m:
26971         * tools/gst-launch-ext.1.in:
26972         * tools/gst-visualise-m.m:
26973         * tools/gst-visualise.1:
26974         * tools/gst-visualise.1.in:
26975           reorganizing generation of script tools
26976
26977 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26978
26979         * ext/divx/gstdivxdec.c:
26980           Downgrade priority. We prefer ffdec_mpeg4.
26981         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26982         (gst_faad_chain), (gst_faad_change_state):
26983           Fix capsnego. Doesn't work for some sounds because we don't have
26984           a 5:1 to stereo element.
26985         * ext/xvid/gstxvid.c: (plugin_init):
26986           Add priority.
26987         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26988         (gst_osssink_change_state):
26989           Add discont handling.
26990
26991 2004-03-09  Colin Walters  <walters@verbum.org>
26992
26993         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26994         conversion.
26995
26996 2004-03-09  Benjamin Otte  <otte@gnome.org>
26997
26998         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26999           the signals take 2 arguments
27000
27001 2004-03-09  David Schleef  <ds@schleef.org>
27002
27003         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27004         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27005         * ext/alsa/gstalsa.h:
27006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27007
27008 2004-03-09  Benjamin Otte  <otte@gnome.org>
27009
27010         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27011         (gst_mikmod_change_state):
27012         * ext/mikmod/gstmikmod.h:
27013           make mikmod's loop function not loop infinitely and call
27014           gst_element_yield anymore
27015         * gst/modplug/gstmodplug.cc:
27016           fix pad negotiation (fixes #136590)
27017
27018 2004-03-09  David Schleef  <ds@schleef.org>
27019
27020         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27021         doesn't conflict with the internal colorspace plugin.
27022         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27023         satisfy the crappy-ass shell shipped by a certain vendor.
27024         * gst/videofilter/make_filter: same (bug #135299)
27025
27026 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27027
27028         * configure.ac: bump nano to 1
27029
27030 === release 0.7.6 ===
27031
27032 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27033
27034         * configure.in: releasing 0.7.6, "There"
27035
27036 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27037
27038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27039         * pkgconfig/gstreamer-play.pc.in:
27040           synchronize the two
27041
27042 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27045         (cdparanoia_open), (cdparanoia_event):
27046           fix/add error handling
27047         * po/POTFILES.in:
27048           add cdparanoia source
27049         * tools/Makefile.am:
27050           make scripts executable
27051
27052 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27053
27054         * configure.ac:
27055         * ext/vorbis/Makefile.am:
27056         * sys/Makefile.am:
27057           remove id3types, vorbisfile and xvideosink from the build (#133783)
27058
27059 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27062           Fix metadata read crash (#136537).
27063
27064 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27067         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27068           adding mime types, fixing the one-stop function
27069
27070 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27071
27072         * ext/nas/nassink.c and /ext/nas/nassink.h:
27073         More NAS love from Arwed von Merkatz
27074         So lets all sing 'Can you feel the NAS tonight'
27075
27076 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27077
27078         * tools/gst-launch-ext.in:
27079         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27080
27081 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27082
27083         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27084         (gst_mpeg2dec_init):
27085         remove the user_data pad for now, because it is being used in
27086         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27087         If someone knows how to fix this properly, please do.
27088
27089 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27092         (gst_osssink_get_time):
27093         add a warning, IMO this won't get triggered anymore, remove later
27094
27095 2004-03-07  David Schleef  <ds@schleef.org>
27096
27097         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27098         format (bug #136470)
27099
27100 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27101
27102         * gst-libs/Makefile.am:
27103         * gst-libs/gst/media-info/Makefile.am:
27104         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27105         (error_callback), (gst_media_info_error_create),
27106         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27107         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27108         * gst-libs/gst/media-info/media-info-priv.h:
27109         * gst-libs/gst/media-info/media-info-test.c: (main):
27110         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27111         (gst_media_info_class_init), (gst_media_info_instance_init),
27112         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27113         (gst_media_info_read_idler), (gst_media_info_read):
27114         * gst-libs/gst/media-info/media-info.h:
27115         fixed, should work now
27116
27117 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27118
27119         * ext/nas/nassink.c:
27120         A bunch of NAS fixes from Arwed von Merkatz
27121
27122 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27123
27124         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27125         (qtdemux_parse_trak):
27126           Fix crash (j might be greater than n_samples, in which case we're
27127           writing outside the allocated space for the array) and memleak.
27128
27129 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * sys/oss/gstosssink.c: (gst_osssink_chain):
27132           And another caller that couldn't handle delay < 0 (unsigned
27133           integer overflow). Video now continues playing on an audio
27134           buffer underrun, and the clock continues working. Audio still
27135           stalls.
27136
27137 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27138
27139         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27140         (gst_osssink_get_time):
27141           get_delay() may return values lower than 0. In those cases, we
27142           should not actually cast to *unsigned* int64, that will break
27143           stuff horribly. In my case, it screwed up A/V sync in movies
27144           in totem rather badly.
27145
27146 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27147
27148         * ext/faac/gstfaac.c: (gst_faac_chain):
27149         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27150         * ext/libpng/gstpngenc.c: (user_write_data):
27151         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27152         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27153         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27154         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27155         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27156         of any buffer), should fix some leaks. I hope I didn't unref buffers
27157         that shouldn't be...
27158
27159 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27160
27161         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27162         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27163         (error_callback), (gmi_reset), (gmi_seek_to_track),
27164         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27165         (gmip_find_type_post), (gmip_find_stream_post),
27166         (gmip_find_track_streaminfo_post):
27167         * gst-libs/gst/media-info/media-info-priv.h:
27168         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27169         (info_print), (main):
27170         * gst-libs/gst/media-info/media-info.c:
27171         (gst_media_info_error_create), (gst_media_info_error_element),
27172         (gst_media_info_instance_init), (gst_media_info_get_property),
27173         (gst_media_info_new), (gst_media_info_set_source),
27174         (gst_media_info_read_idler), (gst_media_info_read):
27175         * gst-libs/gst/media-info/media-info.h:
27176           first pass at making this work again.  This seems to work on
27177           tagged ogg/vorbis and mp3 files.
27178
27179 2004-03-06  Benjamin Otte  <otte@gnome.org>
27180
27181         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27182           fix huge leak: gst_buffer_merge doesn't unref the first argument
27183           itself.
27184
27185 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27188           report layer/mode/emphasis
27189
27190 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27191
27192         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27193
27194 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27195
27196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27197           signal serial
27198
27199 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27200
27201         * ext/vorbis/vorbis.c: (plugin_init):
27202         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27203         (gst_vorbis_dec_init), (vorbis_dec_event):
27204         add debug category
27205         make vorbisdec handle _BYTE and _TIME queries
27206
27207 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27208
27209         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27210           from the xing header
27211
27212 2004-03-06  Benjamin Otte  <otte@gnome.org>
27213
27214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27215         (gst_audio_convert_link), (gst_audio_convert_change_state),
27216         (gst_audio_convert_buffer_from_default_format):
27217           do conversions from/to float correctly, fix some caps nego errors,
27218           export correct supported caps in template and getcaps, use correct
27219           caps in try_set_caps functions
27220
27221 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27222
27223         For some reason, I only committed a ChangeLog entry yesterday and
27224         not the corresponding code...
27225         * ext/mad/gstmad.c: Fix detection of Xing headers
27226         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27227
27228 2004-03-06  Benjamin Otte  <otte@gnome.org>
27229
27230         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27231         (gst_ogg_demux_src_query):
27232           make sure to handle the case where there's no current chain
27233           gracefully.
27234
27235 2004-03-05  David Schleef  <ds@schleef.org>
27236
27237         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27238         Add fixate function. (bug #131128)
27239         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27240         (gst_sdlvideosink_fixate):  Add fixate function.
27241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27242         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27243         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27244         Fix missing break that was causing ulaw to be interpreted as
27245         raw int.
27246
27247 2004-03-05  David Schleef  <ds@schleef.org>
27248
27249         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27250         Fix code that ignores return value of gst_buffer_merge().
27251         (bug #114560)
27252         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27253         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27254         * testsuite/gst-lint:  Check for above.
27255
27256 2004-03-05  David Schleef  <ds@schleef.org>
27257
27258         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27259         caps and throw an element error.  (bug #136334)
27260
27261 2004-03-05  David Schleef  <ds@schleef.org>
27262
27263         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27264         (gst_faad_chain): Fix negotiation.
27265         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27266         key and button events.
27267         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27268         dung heap of code.
27269         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27270         depends on gconf
27271         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27272         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27273         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27274         function to encourage better negotiation, particularly between
27275         audioconvert and osssink.
27276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27277         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27278         more important.
27279         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27280         typefinding.
27281         * gst/vbidec/vbiscreen.c:  Add glib header
27282         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27283
27284 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27285
27286         * ext/mad/gstmad.c: Fix detection of Xing headers
27287         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27288
27289 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27290
27291         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27292         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27293           debug updates
27294
27295 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27296
27297         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27298         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27299         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27300         files, and report the parsed length as a GST_TAG_DURATION tag.
27301         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27302
27303 2004-03-05  Benjamin Otte  <otte@gnome.org>
27304
27305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27306           convert channels correctly. convert correctly to unsigned.
27307
27308 2004-03-05  Julien MOUTTE <julien@moutte.net>
27309
27310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27311         we have a window before clearing it.
27312
27313 2004-03-05  Julien MOUTTE <julien@moutte.net>
27314
27315         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27316         have a window before clearing it.
27317
27318 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27319
27320         * gconf/gstreamer.schemas.in:
27321         * gst-libs/gst/gconf/Makefile.am:
27322           version installation path the same way as for 0.6
27323         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27324         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27325         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27326           remove comment that was fixed
27327
27328 2004-03-05  David Schleef  <ds@schleef.org>
27329
27330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27331         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27332         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27333         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27334         Add prototype code for handling seeking and querying.
27335
27336 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27337
27338         * examples/gstplay/player.c: (main):
27339           Initialize variables to NULL. Prevents a segfault because the
27340           (uninitialized) variable is not NULL, resulting in a crash on
27341           trying to reach error->message.
27342
27343 2004-03-05  Benjamin Otte  <otte@gnome.org>
27344
27345         * gst/audioconvert/gstaudioconvert.c:
27346         (gst_audio_convert_buffer_to_default_format):
27347         make float=>int conversion work correctly even in cornercases.
27348
27349 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27350
27351         * debian/README.Debian:
27352         * debian/build-deps:
27353         * debian/changelog:
27354         * debian/control:
27355         * debian/control.in:
27356         * debian/copyright:
27357         * debian/gstreamer-a52dec.files:
27358         * debian/gstreamer-aa.files:
27359         * debian/gstreamer-alsa.files:
27360         * debian/gstreamer-alsa.manpages:
27361         * debian/gstreamer-arts.files:
27362         * debian/gstreamer-artsd.files:
27363         * debian/gstreamer-audiofile.files:
27364         * debian/gstreamer-avifile.files:
27365         * debian/gstreamer-cdparanoia.files:
27366         * debian/gstreamer-colorspace.files:
27367         * debian/gstreamer-doc.files:
27368         * debian/gstreamer-dv.files:
27369         * debian/gstreamer-dvd.files:
27370         * debian/gstreamer-esd.files:
27371         * debian/gstreamer-festival.files:
27372         * debian/gstreamer-flac.files:
27373         * debian/gstreamer-gconf.conffiles:
27374         * debian/gstreamer-gconf.files:
27375         * debian/gstreamer-gconf.postinst:
27376         * debian/gstreamer-gnomevfs.files:
27377         * debian/gstreamer-gsm.files:
27378         * debian/gstreamer-http.files:
27379         * debian/gstreamer-jack.files:
27380         * debian/gstreamer-jpeg.files:
27381         * debian/gstreamer-mad.files:
27382         * debian/gstreamer-mikmod.files:
27383         * debian/gstreamer-misc.files:
27384         * debian/gstreamer-mpeg2dec.files:
27385         * debian/gstreamer-oss.files:
27386         * debian/gstreamer-plugin-apps.files:
27387         * debian/gstreamer-plugin-apps.manpages:
27388         * debian/gstreamer-plugin-libs-dev.files:
27389         * debian/gstreamer-plugin-libs.files:
27390         * debian/gstreamer-plugin-template.postinst:
27391         * debian/gstreamer-plugin-template.postrm:
27392         * debian/gstreamer-sdl.files:
27393         * debian/gstreamer-sid.files:
27394         * debian/gstreamer-vorbis.files:
27395         * debian/gstreamer-x.files:
27396         * debian/mk.control:
27397         * debian/rules:
27398         Debian package info not maintained here.
27399
27400 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27401
27402         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27403         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27404         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27405         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27406         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27407         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27408         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27409         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27410         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27411         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27412         * gst-libs/gst/colorbalance/colorbalance.c:
27413         (gst_color_balance_class_init):
27414         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27415         (gst_color_balance_channel_class_init):
27416         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27417         * gst-libs/gst/play/play.c: (gst_play_class_init):
27418         * gst-libs/gst/propertyprobe/propertyprobe.c:
27419         (gst_property_probe_iface_init):
27420         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27421         * gst-libs/gst/tuner/tunerchannel.c:
27422         (gst_tuner_channel_class_init):
27423         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27424         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27425         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27426         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27427         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27432           fix signals to use - instead of _
27433         * ext/libcaca/gstcacasink.h:
27434         * ext/sdl/sdlvideosink.h:
27435           fix header rename
27436
27437 2004-03-04  David Schleef  <ds@schleef.org>
27438
27439         * testsuite/gst-lint:  Add a check for bad signal names.
27440
27441 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27442
27443         reviewed by David Schleef
27444
27445         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27446         modified the alpha channel and caused a warning. (bug #136192)
27447
27448 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27449
27450         * gst-plugins.spec.in:
27451         Change names of plugins to actually be correct. Try to keep things
27452         alphabetical to avoid getting beat up by Thomas
27453
27454 2004-03-03  Julien MOUTTE <julien@moutte.net>
27455
27456         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27457         Using ximagesink as a default if no gconf key found. We should
27458         probably consider using alsasink instead of osssink for the audio
27459         part.
27460
27461 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27462
27463         * configure.ac:
27464           fix --with-plugins, don't think it ever worked before
27465         * gst-plugins.spec.in:
27466           even more updates
27467
27468 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * ext/sdl/sdlvideosink.h:
27471         * sys/ximage/ximagesink.h:
27472         * sys/xvideo/xvideosink.h:
27473         * sys/xvimage/xvimagesink.h:
27474           Fix for move of gstvideosink.h -> videosink.h.
27475
27476 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27477
27478         * gst-libs/gst/xwindowlistener/Makefile.am:
27479           this is a plugin library, not a library
27480
27481 2004-03-01  David Schleef  <ds@schleef.org>
27482
27483         * AUTHORS:  Added some names.  Add yourself if you're still
27484         missing.
27485
27486 2004-03-01  David Schleef  <ds@schleef.org>
27487
27488         * MAINTAINERS: Add
27489
27490 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27491
27492         * gst-plugins.spec.in: clean up spec file
27493
27494 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * gst-libs/gst/video/Makefile.am:
27497         * gst-libs/gst/video/gstvideosink.c:
27498         * gst-libs/gst/video/gstvideosink.h:
27499           rename gstvideosink.h to videosink.h to match other headers
27500         * gst/mixmatrix/Makefile.am:
27501           fix plugin filename
27502         * gst/tags/Makefile.am: fix plugin filename
27503
27504 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27505
27506         * gst/tags/Makefile.am: fix plugin filename
27507
27508 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * examples/gstplay/player.c: (got_time_tick), (main):
27511           add error handler
27512           display time_tick more readably
27513         * gst/mixmatrix/Makefile.am:
27514           fix plugin file name
27515
27516 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27517
27518         * sys/oss/gstosselement.c: (gst_osselement_probe),
27519         (device_combination_append), (gst_osselement_class_probe_devices):
27520         * sys/oss/gstosselement.h:
27521           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27522           on my system using alsa oss emulation, fixes bug #135597
27523
27524 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27525
27526         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27527         (gst_videodrop_chain), (gst_videodrop_change_state):
27528         * gst/videodrop/gstvideodrop.h:
27529           Work based on timestamp of input data, not based on the expected
27530           framerate from the input. The consequence is that this element now
27531           not only scales framerates, but also functions as a framerate
27532           corrector or framerate stabilizer/constantizer.
27533
27534 2004-02-27  David Schleef  <ds@schleef.org>
27535
27536         patches from jmmv@menta.net (Julio M. Merino Vidal)
27537
27538         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27539         GST_ELEMENT_ERROR call (bug #135634)
27540         * gst/interleave/interleave.c: (interleave_buffered_loop),
27541         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27542         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27543         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27544         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27546         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27547         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27548         Fix GST_ELEMENT_ERROR call.
27549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27550         GST_ELEMENT_ERROR call.
27551
27552 2004-02-27  Benjamin Otte  <otte@gnome.org>
27553
27554         * gst-libs/gst/audio/audio.h:
27555           add macro to make sure header isn't included twice
27556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27557           don't use gst_buffer_free
27558         * gst/playondemand/filter.func:
27559           don't use gst_data_free. Free data only once.
27560
27561 2004-02-26  David Schleef  <ds@schleef.org>
27562
27563         * gst-libs/gst/colorbalance/Makefile.am:
27564         * gst-libs/gst/mixer/Makefile.am:
27565         * gst-libs/gst/tuner/Makefile.am:
27566         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27567         should not be disted, -marshal.h files should not be installed,
27568         and -enum.h files _should_ be installed.  Fix to make this the
27569         case.
27570
27571 === release 0.7.5 ===
27572
27573 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27574
27575         * configure.ac: release 0.7.5, "Under The Sea"
27576
27577 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27578
27579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27580         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27581         * gst/videoscale/gstvideoscale.c:
27582         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27583           assorted debug/warning fixes
27584
27585 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27588         (gst_videoscale_init), (gst_videoscale_chain),
27589         (gst_videoscale_set_property), (plugin_init):
27590         * gst/videoscale/gstvideoscale.h:
27591         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27592         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27593         (gst_videoscale_planar400), (gst_videoscale_packed422),
27594         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27595         (gst_videoscale_24bit), (gst_videoscale_16bit),
27596         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27597         (gst_videoscale_scale_plane_slow),
27598         (gst_videoscale_scale_point_sample),
27599         (gst_videoscale_scale_nearest),
27600         (gst_videoscale_scale_nearest_str2),
27601         (gst_videoscale_scale_nearest_str4),
27602         (gst_videoscale_scale_nearest_32bit),
27603         (gst_videoscale_scale_nearest_24bit),
27604         (gst_videoscale_scale_nearest_16bit):
27605         add debugging category and use it properly
27606         fix use of GST_PTR_FORMAT
27607
27608 2004-02-25  Andy Wingo  <wingo@pobox.com>
27609
27610         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27611         push only when channel->buffer is NULL. Prevents segfaults doing
27612         the state change after a nonlocal exit, like a scheme exception.
27613
27614         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27615         Handle the case where the intersected caps is empty.
27616
27617 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27618
27619         * gst/law/mulaw-decode.c: (mulawdec_link):
27620         * gst/law/mulaw.c: (plugin_init):
27621           fix mulawdec so it actually works again
27622
27623 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27624
27625         reviewed by: David Schleef  <ds@schleef.org>
27626
27627         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27628         (gst_gamma_init), (gst_gamma_set_property),
27629         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27630         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27631         for RGB, with separate r g and b correction factors. (#131167)
27632
27633 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27634
27635         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27636           only signal tags for bitrate if they're > 0 (#134894)
27637
27638 2004-02-24  David Schleef  <ds@schleef.org>
27639
27640         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27641         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27642         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27643         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27644         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27645         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27646         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27647         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27648         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27649         category.  Attempt to fix timestamp calculation.
27650
27651 2004-02-24  Johan Dahlin  <johan@gnome.org>
27652
27653         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27654
27655 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         * configure.ac:
27658         * gconf/Makefile.am:
27659         * gconf/gstreamer.schemas:
27660         * gst-libs/gst/gconf/Makefile.am:
27661         * gst-libs/gst/gconf/gconf.c:
27662           version gconf schemas and install locations
27663
27664 2004-02-23  Benjamin Otte  <otte@gnome.org>
27665
27666         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27667         (gst_xine_input_subclass_init):
27668           call parent dispose.
27669           change pad template for CD reader correctly
27670         * ext/xine/Makefile.am:
27671         * ext/xine/gstxine.h:
27672         * ext/xine/xine.c: (plugin_init):
27673         * ext/xine/xineaudiosink.c:
27674           wrap audio sinks, too
27675         * gst-libs/gst/resample/private.h:
27676         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27677         (gst_resample_reinit), (gst_resample_scale),
27678         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27679         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27680         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27681         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27682         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27683         * gst-libs/gst/resample/resample.h:
27684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27685         (gst_audioscale_class_init), (gst_audioscale_link),
27686         (gst_audioscale_get_buffer), (gst_audioscale_init),
27687         (gst_audioscale_chain), (gst_audioscale_set_property),
27688         (gst_audioscale_get_property):
27689         * gst/audioscale/gstaudioscale.h:
27690           s/resample_*/gst_resample_*/i to not clobber namespaces
27691
27692 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27693
27694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27695         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27696         (gst_riff_create_video_template_caps),
27697         (gst_riff_create_audio_template_caps),
27698         (gst_riff_create_iavs_template_caps):
27699         * gst-libs/gst/riff/riff-media.h:
27700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27701         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27702         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27703         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27705         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27706         (gst_matroska_demux_plugin_init): First batch implementing audio and
27707         video codec tags in demuxers.
27708
27709 2004-02-22  Benjamin Otte  <otte@gnome.org>
27710
27711         * ext/xine/Makefile.am:
27712         * ext/xine/gstxine.h:
27713         * ext/xine/xine.c: (plugin_init):
27714         * ext/xine/xineinput.c:
27715           add input plugin wrapper. Playback from files, http, mms and cdda
27716           works.
27717         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27718           remove leftover G_GNUC_UNUSED
27719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27720         (gst_asf_demux_identify_guid):
27721           improve debugging output
27722
27723 2004-02-22  Benjamin Otte  <otte@gnome.org>
27724
27725         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27726
27727         * autogen.sh:
27728           replace test -e with test -x for mkinstalldirs to be more portable.
27729           (fixes #134816)
27730
27731 2004-02-22  Benjamin Otte  <otte@gnome.org>
27732
27733         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27734
27735         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27736           set rank to PRIMARY
27737         * gst/volume/gstvolume.c: (plugin_init):
27738           set rank to NONE
27739         fixes #134960
27740
27741 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27742
27743         reviewed by Benjamin Otte  <otte@gnome.org>
27744
27745         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27746           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27747
27748 2004-02-22  Benjamin Otte  <otte@gnome.org>
27749
27750         * configure.ac:
27751           export [_]*{gst,Gst,GST}.* symbols from plugins
27752
27753 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27754
27755         reviewed by: Benjamin Otte  <otte@gnome.org>
27756
27757         * ext/lame/gstlame.c: (add_one_tag):
27758         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27760         (gst_vorbisenc_metadata_set1):
27761         * gst/tags/gstid3tag.c:
27762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27763           apply fixes from bugs #135042 (lame can't write tags) and #133817
27764           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27765
27766 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27767
27768         * configure.ac: Export only gst_plugin_desc from plugins.
27769          Note that this change only makes any effect with Linux using libtool
27770          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27771          fine. And don't try to have several versions of libtool in different
27772          directories.
27773
27774 2004-02-20  Andy Wingo  <wingo@pobox.com>
27775
27776         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27777         interleave respectively.
27778
27779         * gst/interleave/deinterleave.c: New plugin: deinterleave
27780         (replaces on oneton).
27781         * gst/interleave/interleave.c: New plugin: interleave.
27782         * gst/interleave/plugin.h: Support file.
27783         * gst/interleave/plugin.c: Support file.
27784
27785         * configure.ac: Remove intfloat and oneton, add interleave.
27786
27787         * ext/sndfile/gstsf.c: Handle events better.
27788
27789         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27790         and float2int operation. int2float has scheduling problems as
27791         noted in in2float_chain.
27792
27793 2004-02-20  Benjamin Otte  <otte@gnome.org>
27794
27795         * ext/xine/Makefile.am:
27796         * ext/xine/gstxine.h:
27797         * ext/xine/xine.c:
27798         * ext/xine/xineaudiodec.c:
27799         * ext/xine/xinecaps.c:
27800           add first version of xine plugin wrapper. Currently only wraps the
27801           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27802         * configure.ac:
27803         * ext/Makefile.am:
27804           add xine plugin wrapper, disabled by default. Use --enable-xine to
27805           build. Note that it'll segfault on gst-register if you don't remove
27806           the goom and tvtime post plugins from xine.
27807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27808         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27809           add extradata parsing for QDM2.
27810           change around debugging prints.
27811
27812 2004-02-19  Benjamin Otte  <otte@gnome.org>
27813
27814         * ext/lame/gstlame.c: (gst_lame_chain):
27815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27816           use gst_tag_list_insert when you want to insert tags
27817
27818 2004-02-18  David Schleef  <ds@schleef.org>
27819
27820         * configure.ac:  Move massink to gst-rotten
27821         * ext/Makefile.am:
27822         * ext/mas/Makefile.am:
27823         * ext/mas/massink.c:
27824         * ext/mas/massink.h:
27825
27826 2004-02-18  David Schleef  <ds@schleef.org>
27827
27828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27829         typefinding, since it seems to be worse than nothing.
27830         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27831         atom to recognize .mp4 and .m4a files as video/quicktime.
27832
27833 2004-02-18  David Schleef  <ds@schleef.org>
27834
27835         * gst/sine/demo-dparams.c: (quit_live),
27836         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27837         Use double dparams, not float.
27838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27839         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27840         sync'd elements don't really work correctly.
27841         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27842         (volume_update_volume), (volume_get_property):  Change dparam
27843         to double.
27844
27845 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27846
27847         * sys/ximage/ximagesink.c:
27848         (gst_ximagesink_xwindow_update_geometry),
27849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27850         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27851         (gst_ximagesink_init): Rework the way software video scaling works. So
27852         now we check on each chain call if the video frames are feeling the
27853         window. If not we try to renegotiate caps. On failure we memorize that
27854         and we won't try again for that PLAYING sessions.
27855         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27856         failure.
27857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27858         synchronous flag.
27859
27860 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27861
27862         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27863           break up _link so we can give a better debug message for errors
27864
27865 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27866
27867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27868           set up debug category
27869
27870 2004-02-18  Julien MOUTTE <julien@moutte.net>
27871
27872         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27873         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27874         the way renegotiation work. The event handling function is not taking
27875         care of external windows and renegotiate method check for pad flags
27876         NEGOTIATING. Should fix : #133209
27877
27878 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27879
27880         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27881         pad is negotiating before trying renegotiation.
27882
27883 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27884
27885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27886           pass on all possible mime types as typefind hints
27887
27888 2004-02-17  Julien MOUTTE <julien@moutte.net>
27889
27890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27892         possible SHM leak if we crash. All other apps using XShm are doing
27893         that.
27894
27895 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27896
27897         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27898         (gst_ximagesink_expose): Renegotiate size on expose.
27899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27900         size on expose.
27901
27902 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27903
27904         * testsuite/alsa/sinesrc.c:
27905           cosmetic fix to fix compile issue with gcc 2.95.4
27906
27907 2004-02-16  Julien MOUTTE <julien@moutte.net>
27908
27909         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27910         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27911         failed opening the audio device.
27912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27913         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27914         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27915         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27916         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27917         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27918         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27919         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27920         Removing some useless g_return_if_fail like wingo suggested.
27921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27922         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27923         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27924         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27925         (gst_xvimagesink_update_colorbalance),
27926         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27927         (gst_xvimagesink_xcontext_clear),
27928         (gst_xvimagesink_get_fourcc_from_caps),
27929         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27930         (gst_xvimagesink_set_xwindow_id),
27931         (gst_xvimagesink_colorbalance_list_channels),
27932         (gst_xvimagesink_colorbalance_set_value),
27933         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27934         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27935
27936 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27937
27938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27939           throw error when not negotiated instead of asserting
27940
27941 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27942
27943         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27944         correct data refcounting.
27945
27946 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27947
27948         * gst/switch/gstswitch.c: (gst_switch_change_state),
27949         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27950         change, mostly the EOS flag.
27951
27952 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27953
27954         * examples/gstplay/player.c: (got_eos), (main): Adding some
27955         output for debugging.
27956         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27957         timeouts if we go to any state different from PLAYING.
27958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27959         more EOS bugs in riff lib.
27960
27961 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27962
27963         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27964         visualization until i find a way to fix switch correctly.
27965         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27966         EOS arrives.
27967         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27968         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27969         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27970         Reworked switch to get a more correct behaviour with events and refing
27971         of data stored in sinkpads.
27972         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27973         we don't pull from a pad in EOS.
27974
27975 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27976
27977         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27978           remove v1 tag even if we can't read it (makes sure we don't detect
27979           it again)
27980
27981 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27982
27983         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27984         (gst_alsa_xrun_recovery):
27985         * ext/alsa/gstalsa.h:
27986           try xrun recovery when wait failed. Make xrun recovery function
27987           return TRUE/FALSE to indicate success. (might fix #134354)
27988
27989 2004-02-13  David Schleef  <ds@schleef.org>
27990
27991         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27992         (dynparm_value_changed), (main): Convert from float to double.
27993         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27994
27995 2004-02-13  David Schleef  <ds@schleef.org>
27996
27997         * gst/silence/gstsilence.c: (gst_silence_class_init),
27998         (gst_silence_set_clock), (gst_silence_get),
27999         (gst_silence_set_property), (gst_silence_get_property):
28000         * gst/silence/gstsilence.h: Add sync property.
28001         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28002         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28003         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28004         * gst/sine/gstsinesrc.h: Add sync property.
28005
28006 2004-02-13  David Schleef  <ds@schleef.org>
28007
28008         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28009         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28010
28011 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28012
28013         * configure.ac:
28014         * ext/Makefile.am:
28015         * gst-libs/ext/Makefile.am:
28016           move ffmpeg plugin to gst-ffmpeg module
28017
28018 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28019
28020         * configure.ac: use GST_ARCH to detect architecture
28021
28022 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28023
28024         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28025
28026 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28027
28028         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28029           classify LADSPA plugins based on number of src/sink pads
28030           (#133663, Stefan Kost)
28031         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28032           fix dparams registration
28033           (#133528, Stefan Kost)
28034         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28035           fix use of isprint and use g_ascii_isprint instead
28036           (#133316, Stefan Kost)
28037
28038 2004-02-11  David Schleef  <ds@schleef.org>
28039
28040         Convert a few inner loops to use liboil.  This is currently
28041         optional, and is only enabled if liboil is present (duh!).
28042         * configure.ac: Check for liboil-0.1
28043         * gst/intfloat/Makefile.am:
28044         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28045         (gst_int2float_chain_gint16):
28046         * gst/videofilter/Makefile.am:
28047         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28048         (tablelookup_u8), (gst_videobalance_planar411):
28049         * gst/videotestsrc/Makefile.am:
28050         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28051         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28052         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28053         (paint_hline_RGB565), (paint_hline_xRGB1555):
28054
28055 2004-02-11  David Schleef  <ds@schleef.org>
28056
28057         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28058         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28059         (gst_colorspace_getcaps), (gst_colorspace_link),
28060         (gst_colorspace_base_init), (gst_colorspace_init),
28061         (gst_colorspace_chain), (gst_colorspace_change_state),
28062         (plugin_init): Merge Ronald's patch (bug #117897) and update
28063         for new caps and negotiation.  Seems to work, although it
28064         shows off bugs in lcs.
28065
28066 2004-02-11  David Schleef  <ds@schleef.org>
28067
28068         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28069         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28070
28071 2004-02-11  David Schleef  <ds@schleef.org>
28072
28073         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28074         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28075         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28076         Add server and port properties
28077
28078 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28079
28080         * m4/a52.m4:
28081         * m4/aalib.m4:
28082         * m4/as-ffmpeg.m4:
28083         * m4/as-liblame.m4:
28084         * m4/as-slurp-ffmpeg.m4:
28085         * m4/check-libheader.m4:
28086         * m4/esd.m4:
28087         * m4/freetype2.m4:
28088         * m4/gconf-2.m4:
28089         * m4/glib.m4:
28090         * m4/gst-alsa.m4:
28091         * m4/gst-artsc.m4:
28092         * m4/gst-ivorbis.m4:
28093         * m4/gst-matroska.m4:
28094         * m4/gst-sdl.m4:
28095         * m4/gst-shout2.m4:
28096         * m4/gst-sid.m4:
28097         * m4/gtk.m4:
28098         * m4/libdv.m4:
28099         * m4/libfame.m4:
28100         * m4/libmikmod.m4:
28101         * m4/ogg.m4:
28102         * m4/vorbis.m4:
28103           fix underquotedness of macros (#133800)
28104         * m4/as-avifile.m4:
28105         * m4/xmms.m4:
28106           removed because no longer used
28107
28108 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28109
28110         * configure.ac:
28111           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28112           by autopoint (fixes #132996)
28113
28114 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28115
28116         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28117         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28118         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28119         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28120           fix memleaks
28121
28122 2004-02-11  David Schleef  <ds@schleef.org>
28123
28124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28125         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28126         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28127         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28128         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28129         (gst_jpegenc_class_init), (gst_jpegenc_init),
28130         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28131         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28132         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28133         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28134
28135 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28136
28137         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28138         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28139         * ext/mikmod/gstmikmod.h:
28140           fix caps negotiation in mikmod
28141         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28142           output debug information
28143
28144 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28145
28146         * gst-libs/gst/colorbalance/Makefile.am:
28147         * gst-libs/gst/navigation/Makefile.am:
28148         * gst-libs/gst/xoverlay/Makefile.am:
28149           remove unused GST_OPT_CFLAGS from Makefiles
28150           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28151
28152 2004-02-07  David Schleef  <ds@schleef.org>
28153
28154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28155         push events to pads that haven't been created (#133508)
28156
28157 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28158
28159         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28160         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28161         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28162         (gst_dvdec_loop), (gst_dvdec_change_state):
28163         Second attempt at committing a working dvdec element.
28164
28165 2004-02-06  David Schleef  <ds@schleef.org>
28166
28167         Build fixes for OS X: (see #129600)
28168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28169         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28170         (gst_riff_read_strf_iavs):
28171         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28172         (gst_avi_demux_stream_odml):
28173         * gst/playondemand/Makefile.am:
28174         * gst/rtp/rtp-packet.c:
28175
28176 2004-02-05  David Schleef  <ds@schleef.org>
28177
28178         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28179         last change, because it Just Doesn't Compile.
28180
28181 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28182
28183         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28184           skip undecodable id3v2 tag instead of keeping it
28185
28186 2004-02-05  David Schleef  <ds@schleef.org>
28187
28188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28189         Unref leaked buffer.  (Noticed by Ronald)
28190
28191 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28192
28193         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28194         Sync requires with other checks.  >= vs =.
28195
28196 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28197
28198         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28199         (gst_dvdec_video_link), (gst_dvdec_loop):
28200         * ext/dv/gstdvdec.h:
28201           rework the caps negotiation so that dvdec works again instead
28202           of just segfaulting.
28203
28204 === release 0.7.4 ===
28205
28206 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28207
28208         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28209         * configure.ac: changed for release
28210
28211 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28212
28213         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28214         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28215         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28216         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28217           reworked patch by David Lehn to fix libdir and includedir for
28218           uninstalled libraries
28219           removed play and gconf from gstreamer-libs since they have their
28220           own pkgconfig files
28221
28222 2004-02-04  David Schleef  <ds@schleef.org>
28223
28224         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28225         memleak.
28226
28227 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28228
28229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28230           use correct GST_TAG_ENCODER tag
28231
28232 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28233
28234         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28235           be sure to stop the clock when going to paused
28236         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28237           reset number of transmitted when going to ready.
28238         fixes #132935
28239
28240 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28241
28242         reviewed by Benjamin Otte
28243
28244         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28245           extract track count (fixes #133410)
28246
28247 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28248
28249         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28250           that should be !=, not == (fixes #132519)
28251
28252 2004-02-04  David Schleef  <ds@schleef.org>
28253
28254         Make sure set_explicit_caps() is called before adding pad.
28255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28256         * gst/id3/gstid3types.c: (gst_id3types_loop):
28257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28258         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28259
28260 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28261
28262         * configure.ac:
28263           bump nano to 2, first prerelease
28264           put back AM_PROG_LIBTOOL
28265
28266 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28267
28268         * testsuite/alsa/Makefile.am:
28269           these are user test apps, not automatic testsuite tests
28270
28271 2004-02-04  David Schleef  <ds@schleef.org>
28272
28273         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28274         * gst/mpeg1videoparse/gstmp1videoparse.c:
28275         (mp1videoparse_parse_seq):
28276         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28278         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28279         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28280         (gst_xvideosink_getcaps):
28281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28282         * testsuite/gst-lint: more tests
28283
28284 2004-02-04  David Schleef  <ds@schleef.org>
28285
28286         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28287         with the code that they would expand to.
28288         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28289         (gst_flacdec_get_src_query_types),
28290         (gst_flacdec_get_src_event_masks):
28291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28292         (gst_gnomevfssrc_get_query_types),
28293         (gst_gnomevfssrc_get_event_mask):
28294
28295 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28296
28297         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28298         (gst_sinesrc_dispose):
28299           fix memleak by properly disposing sinesrc
28300
28301 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28302
28303         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28304         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28305         an overlay to redraw the image because it has been exposed.
28306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28307         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28308         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28309         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28310         interface
28311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28312         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28313         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28314         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28315         interface
28316
28317 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28318
28319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28320           more memleak fixage
28321
28322 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28323
28324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28325         * gst/typefind/gsttypefindfunctions.c:
28326           fix memleaks shown by gst-typefind
28327
28328 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28329
28330         * common/glib-gen.mak:
28331           add hack rule to touch .Plo files
28332         * gst-libs/gst/colorbalance/Makefile.am:
28333         * gst-libs/gst/mixer/Makefile.am:
28334         * gst-libs/gst/play/Makefile.am:
28335         * gst-libs/gst/tuner/Makefile.am:
28336           remove glib_root variable
28337
28338 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28339
28340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28341           set explicit caps before adding the element, so the autopluggers can
28342           plug correctly.
28343         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28344         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28345         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28346         (dv_type_find):
28347           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28348           argument.
28349
28350 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28351
28352         * gst-libs/gst/colorbalance/Makefile.am:
28353         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28354         * gst-libs/gst/colorbalance/colorbalance.c:
28355         * gst-libs/gst/colorbalance/colorbalance.h:
28356         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28357         * gst-libs/gst/mixer/Makefile.am:
28358         * gst-libs/gst/mixer/mixer-marshal.list:
28359         * gst-libs/gst/mixer/mixer.c:
28360         * gst-libs/gst/mixer/mixer.h:
28361         * gst-libs/gst/mixer/mixermarshal.list:
28362         * gst-libs/gst/play/Makefile.am:
28363         * gst-libs/gst/play/play.h:
28364         * gst-libs/gst/tuner/Makefile.am:
28365         * gst-libs/gst/tuner/tuner-marshal.list:
28366         * gst-libs/gst/tuner/tuner.c:
28367         * gst-libs/gst/tuner/tuner.h:
28368         * gst-libs/gst/tuner/tunermarshal.list:
28369           use new glib-gen.mak snippet to clean up Makefile.am
28370           fix various bugs in Makefile.am's
28371
28372 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28373
28374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28375           handle chain parsing correctly in the multichain case
28376         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28377         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28378         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28379         (theora_dec_chain):
28380           handle events and queries correctly
28381
28382 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28383
28384         * .cvsignore:
28385         Ignore generated file _stdint.h.
28386
28387 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28388
28389         * gst-libs/gst/colorbalance/Makefile.am:
28390         * gst-libs/gst/colorbalance/colorbalance.h:
28391         * gst-libs/gst/mixer/Makefile.am:
28392         * gst-libs/gst/mixer/mixer.h:
28393         * gst-libs/gst/play/Makefile.am:
28394         * gst-libs/gst/play/play.h:
28395         * gst-libs/gst/tuner/Makefile.am:
28396         * gst-libs/gst/tuner/tuner.h:
28397         Generate enum type code with glib-mkenums.
28398         * gst-libs/gst/colorbalance/.cvsignore:
28399         * gst-libs/gst/mixer/.cvsignore:
28400         * gst-libs/gst/play/.cvsignore:
28401         * gst-libs/gst/tuner/.cvsignore:
28402         Ignore generated files.
28403
28404 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28405
28406         * gst-libs/gst/audio/.cvsignore:
28407         Ignore generated file.
28408         * gst-libs/gst/audio/Makefile.am:
28409         Do not install example filter.
28410
28411 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28412
28413         * examples/switch/.cvsignore:
28414         Ignore generated file.
28415
28416 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28417
28418         * common/m4/ax_create_stdint_h.m4:
28419         * configure.ac:
28420           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28421           _stdint.h.
28422         * Makefile.am:
28423           remove generated _stdint.h in DISTCLEANFILES
28424         * ext/a52dec/gsta52dec.c:
28425           include _stdint.h for a52dec. (should fix #133064)
28426
28427 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28428
28429         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28430         (gst_tag_to_vorbis_comments):
28431         Add replaygain support to vorbistag
28432
28433 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28434         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28435         (gst_ffmpeg_caps_to_extradata):
28436           Fix SVQ3 caps flag properties
28437           Use glib macro for bytes swap
28438
28439 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28440
28441         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28442         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28443         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28444         * ext/sndfile/gstsf.c: (plugin_init):
28445         * gst/avi/gstavi.c: (plugin_init):
28446         * sys/dxr3/dxr3init.c: (plugin_init):
28447         * sys/oss/gstossaudio.c: (plugin_init):
28448         * sys/v4l/gstv4l.c: (plugin_init):
28449         * sys/v4l2/gstv4l2.c: (plugin_init):
28450           remove textdomain calls
28451         * po/nl.po:
28452           update Dutch translation
28453
28454 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28455
28456         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28457         (gst_play_set_audio_sink): Moving volume in the audio thread for
28458         instantaneous volume change. Maybe i will add another volume in front
28459         of visualization later, not sure yet though.
28460
28461 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28462
28463         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28464         (gst_ximagesink_handle_xevents): Better X events handling, only take
28465         the latest events for configure and motion.
28466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28467
28468 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28469
28470         reviewed by: David Schleef  <ds@schleef.org>
28471
28472         Fix memory leaks:
28473         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28474         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28475
28476 2004-02-02  David Schleef  <ds@schleef.org>
28477
28478         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28479         of lines.
28480         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28481         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28483         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28484         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28485         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28486         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28487         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28488         (gst_float2_2_int_link):
28489         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28490         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28491         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28492         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28493         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28494         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28495         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28496         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28497         * testsuite/gst-lint: Add tests for bzero and ;;
28498
28499 2004-02-02  David Schleef  <ds@schleef.org>
28500
28501         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28502
28503 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28504
28505         * ext/aalib/gstaasink.c: (gst_aasink_open):
28506         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28509         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28510         (gst_afsink_close_file):
28511         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28512         (gst_afsrc_close_file):
28513         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28514         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28515         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28516         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28517         * ext/esd/esdmon.c: (gst_esdmon_get):
28518         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28519         * ext/faac/gstfaac.c: (gst_faac_chain):
28520         * ext/faad/gstfaad.c: (gst_faad_chain):
28521         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28522         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28523         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28524         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28525         (gst_flacdec_loop):
28526         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28527         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28529         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28530         (gst_gnomevfssink_close_file):
28531         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28532         (gst_gnomevfssrc_open_file):
28533         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28534         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28535         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28536         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28537         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28538         * ext/mad/gstmad.c: (gst_mad_chain):
28539         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28540         * ext/mpeg2dec/gstmpeg2dec.c:
28541         * ext/mpeg2enc/gstmpeg2enc.cc:
28542         * ext/mplex/gstmplex.cc:
28543         * ext/mplex/gstmplexibitstream.cc:
28544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28545         (gst_ogg_demux_push):
28546         * ext/raw1394/gstdv1394src.c:
28547         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28548         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28549         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28550         (gst_sf_loop):
28551         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28552         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28553         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28554         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28556         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28557         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28558         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28559         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28560         (gst_riff_read_element_data), (gst_riff_read_seek),
28561         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28562         * gst/adder/gstadder.c: (gst_adder_loop):
28563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28564         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28566         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28567         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28568         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28569         * gst/goom/gstgoom.c: (gst_goom_chain):
28570         * gst/id3/gstid3types.c: (gst_id3types_loop):
28571         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28572         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28573         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28574         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28575         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28576         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28577         (gst_ebml_read_float), (gst_ebml_read_header):
28578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28579         (gst_matroska_demux_parse_blockgroup):
28580         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28582         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28583         * gst/silence/gstsilence.c: (gst_silence_get):
28584         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28585         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28586         * gst/speed/gstspeed.c: (speed_loop):
28587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28588         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28589         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28590         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28591         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28592         (gst_wavparse_loop):
28593         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28594         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28595         (dxr3audiosink_close):
28596         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28597         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28598         (dxr3videosink_close), (dxr3videosink_write_data):
28599         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28600         * sys/oss/gstosssink.c: (gst_osssink_chain):
28601         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28605         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28606         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28607         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28608         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28609         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28610         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28611         (gst_v4l_set_audio):
28612         * sys/v4l/v4l_calls.h:
28613         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28614         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28615         (gst_v4lmjpegsink_playback_init),
28616         (gst_v4lmjpegsink_playback_start):
28617         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28618         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28619         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28620         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28621         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28622         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28623         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28625         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28626         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28627         (gst_v4l2_get_output), (gst_v4l2_set_output),
28628         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28629         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28630         (gst_v4l2_set_attribute):
28631         * sys/v4l2/v4l2_calls.h:
28632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28633         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28634         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28635         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28636         (gst_v4l2src_capture_stop):
28637         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28638         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28639         (gst_ximagesink_chain):
28640         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28641         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28642         (gst_xvideosink_xwindow_new):
28643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28644         (gst_xvimagesink_chain):
28645
28646 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28649         (gst_volume_get_volume), (volume_class_init), (volume_init),
28650         (volume_chain_int16), (volume_update_volume):
28651         * gst/volume/gstvolume.h:
28652           make code more readable by removing magic numbers
28653           make mixer interface export 0-100 range
28654           make it internally map to 0.0-1.0 range so users don't distort
28655           output by putting the sliders at full volume
28656
28657 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28658
28659         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28660         (gst_play_state_change), (gst_play_seek_to_time):
28661         block the tick callback for 0.5 secs after doing a seek
28662
28663 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28664
28665         * gst-libs/gst/play/play.c: (gst_play_new):
28666           check for GError
28667
28668 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28669
28670         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28671         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28672         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28673         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28675         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28676
28677 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28678
28679         * configure.ac:
28680         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28681           check for a function added in vorbis 1.1
28682
28683 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28684
28685         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28686         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28687           really start/stop clock only on PLAYING <=> PAUSED
28688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28689           remove \n from debugging lines
28690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28691           make it work when seeking does not
28692         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28693           reset on DISCONT
28694
28695 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28696
28697         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28698           start clock on PAUSED=>PLAYING, not later
28699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28700           extract correct time for different discont formats
28701         (gst_alsa_sink_get_time):
28702           don't segfault when no format is negotiated yet, just return 0
28703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28704         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28705         (gst_ogg_pad_push):
28706           handle flush and discont events correctly
28707         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28708           handle discont events correctly
28709
28710 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28711
28712         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28713         (gst_play_error_create), (gst_play_error_plugin),
28714         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28715         * gst-libs/gst/play/play.h:
28716           add error handling during creation
28717         * examples/gstplay/player.c: (main):
28718           use new gst_play_new
28719
28720
28721 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28722
28723         * ext/theora/theoradec.c: (theora_dec_chain):
28724           make comments work
28725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28726         (vorbis_dec_src_event), (vorbis_dec_chain):
28727           add encoder tag, fix tag reading to be more error tolerant, change
28728           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28729           gst_pad_event_default.
28730         * gst/tags/gstvorbistag.c:
28731         (gst_tag_list_from_vorbiscomment_buffer):
28732           undefine function specific define at end of function
28733
28734 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28735
28736         * ext/flac/gstflac.c: (plugin_init):
28737         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28738         * ext/flac/gstflacdec.h:
28739         * ext/flac/gstflacenc.h:
28740           Fix typos
28741
28742 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28743
28744         * examples/gstplay/player.c: s/gstplay.h/play.h/
28745
28746 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28747
28748         * gst-libs/gst/play/Makefile.am:
28749         * gst-libs/gst/play/gstplay.c:
28750         * gst-libs/gst/play/gstplay.h:
28751         * gst-libs/gst/play/play.c:
28752           more surgery, operation complete
28753
28754 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28755
28756         * gst-libs/gst/play/play.old.c:
28757         * gst-libs/gst/play/play.old.h:
28758           after CVS surgery by moving, remove
28759         * gst-libs/gst/play/playpipelines.c:
28760           remove
28761
28762         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28763           add negotiation error
28764
28765 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28766
28767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28768         (gst_ogg_demux_push):
28769           add some seeking debug info
28770           send a flush when seeking
28771
28772 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28773
28774         * configure.ac:
28775           use AC_C_INLINE
28776         * configure.ac:
28777         * ext/Makefile.am:
28778         * ext/theora/Makefile.am:
28779         * ext/theora/theoradec.c:
28780           add theora video decoder. Does just do simple decoding for now and
28781           has been tested against Theora cvs only. It only works when theora
28782           is compiled with --enable-static.
28783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28784           always reset packetno on DISCONT
28785
28786 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28787
28788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28789           Fix audio.
28790
28791 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28792
28793         * gst/mpegaudioparse/gstmpegaudioparse.c:
28794         (mp3_type_frame_length_from_header):
28795           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28796
28797 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28798
28799         * ext/esd/esdsink.c: (gst_esdsink_init):
28800           Since we have static pad template caps, we don't need to negotiate;
28801           either the core errors out or we know the format.
28802
28803 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28804
28805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28806         (gst_riff_read_seek):
28807         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28808         (gst_ebml_read_seek):
28809           Fix event handling.
28810
28811 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28812
28813         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28814           removee video/x-theora from vp3 decoder, it doesn't handle raw
28815           theora streams
28816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28817           fix bug with finalizing element that never went to PAUSED
28818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28819           length and position queries were swapped
28820         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28821         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28822         (vorbis_dec_src_event):
28823           implement querying time and bytes
28824
28825 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28826
28827         * just about every source file:
28828           gst_element_error -> GST_ELEMENT_ERROR
28829
28830 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28831
28832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28833         emiting FLUSH and even before DISCONT.
28834         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28835         get the best instant seeking as possible yay!
28836
28837 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28838
28839         * gst/mpeg1videoparse/gstmp1videoparse.c:
28840         (gst_mp1videoparse_real_chain):
28841           Committed wrong version last week... Grr... Didn't notice until now.
28842
28843 2004-01-29  Julien MOUTTE <julien@moutte.net>
28844
28845         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28847         have_xwindow_id signal in xwindow_create.
28848
28849 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28850
28851         * ext/ogg/gstoggdemux.c:
28852           lots of changes - mainly support for chained bitstreams, seeking,
28853           querying and bugfixes of course
28854         * ext/vorbis/Makefile.am:
28855         * ext/vorbis/vorbisdec.c:
28856         * ext/vorbis/vorbisdec.h:
28857           add vorbisdec raw vorbis decoder
28858         * ext/vorbis/vorbis.c: (plugin_init):
28859           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28860         * gst/intfloat/Makefile.am:
28861         * gst/intfloat/float22int.c:
28862         * gst/intfloat/float22int.h:
28863         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28864           add float2intnew plugin. It converts multichannel interleaved float to
28865           multichannel interleaved int. The name should probably be changed.
28866         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28867         (plugin_init):
28868           add typefinding for raw theora video so oggdemux can detect it.
28869
28870 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28871
28872         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28873         sink element first.
28874         * gst/videoscale/gstvideoscale.c:
28875         (gst_videoscale_handle_src_event): Fixing src event handler.
28876
28877 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28878
28879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28880         (gst_v4lsrc_open), (gst_v4lsrc_close),
28881         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28882         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28883         * sys/v4l/gstv4lsrc.h:
28884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28885         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28886           Implement resizing... Hack. But that's why v4l is b0rked...
28887
28888 2004-01-28  Julien MOUTTE <julien@moutte.net>
28889
28890         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28892         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28893         (gst_ximagesink_xwindow_destroy):
28894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28895         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28896         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28898         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28899         correctly cleaning the image created to check xshm calls on succes,
28900         added a lot of XSync calls in X11 functions, and fixed a segfault when
28901         no image format was defined before negotiation happened.
28902
28903 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28904
28905         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28906           use gst_element_get_time to get correct time
28907
28908 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28909
28910         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28911         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28912         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28914         (gst_xvimagesink_check_xshm_calls),
28915         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28916         X plugins are now able to detect that XShm calls will fail even if the
28917         server claims that it has XShm support (remote displays most of the
28918         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28919         so that we use non XShm functions. This feature is almost useless for
28920         xvimagesink as Xv is not supported on remote displays anyway, but
28921         it might happen than even on the local display XShm calls fail.
28922
28923 2004-01-27  David Schleef  <ds@schleef.org>
28924
28925         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28926         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28927         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28928         changed esdsink to only use 44100,16,2, since esd sucks at rate
28929         conversion and esdsink has had difficulty negotiating.
28930
28931 2004-01-27  Julien MOUTTE <julien@moutte.net>
28932
28933         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28934         (gst_play_seek_to_time): Fixing the way to get current position.
28935
28936 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28937
28938         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28939           use gst_element_get_time to get correct time
28940
28941 2004-01-27  Julien MOUTTE <julien@moutte.net>
28942
28943         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28944         fix ever... Inverting 2 lines of code make spider autoplug correctly
28945         tagged mp3 !
28946
28947 2004-01-27  David Schleef  <ds@schleef.org>
28948
28949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28950         Use gst_pad_try_set_caps_nonfixed().
28951
28952 2004-01-27  David Schleef  <ds@schleef.org>
28953
28954         * gst/ac3parse/gstac3parse.c: update to checklist 5
28955         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28956         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28957         * gst/audioscale/gstaudioscale.c: same
28958         * gst/auparse/gstauparse.c: same
28959         * gst/avi/gstavidemux.c: same
28960
28961 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28962
28963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28964           stop processing after EOS
28965
28966 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28967
28968         * gst/asfdemux/asfheaders.h:
28969         * gst/asfdemux/gstasfdemux.c:
28970         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28971         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28972         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28973           lot's of fixes to make data extraction simpler and get the code
28974           architecture and compiler independant. Add debugging category
28975         * gst/goom/gstgoom.c: (gst_goom_change_state):
28976           reset channel count on PAUSED=>READY, not READY=>PAUSED
28977
28978 2004-01-26  Colin Walters  <walters@verbum.org>
28979
28980         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28981         code to pull a bigger buffer in iradio mode.  This as a side effect
28982         makes typefinding work.
28983
28984 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28985
28986         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28987         Fix SVQ3 decoding on PPC
28988
28989 2004-01-26  Julien MOUTTE <julien@moutte.net>
28990
28991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28992         that one managed to stay there... Fixed.
28993
28994 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28995
28996         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28997         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28998         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28999         (qtdemux_video_caps):
29000         * gst/qtdemux/qtdemux.h:
29001         Add SVQ3 specific flags to qtdemux and ffmpeg
29002
29003 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29004
29005         * gst-libs/gst/audio/audio.h:
29006           remove buffer-frames from audio caps
29007         * gst/audioconvert/gstaudioconvert.c:
29008           fix plugin to really work.
29009
29010 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * gst-libs/gst/mixer/mixer.c:
29013         * gst-libs/gst/propertyprobe/propertyprobe.c:
29014         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29015         (gst_tuner_find_channel_by_name):
29016         * gst-libs/gst/tuner/tuner.h:
29017           Add gtk-doc style comments. Also fix a function name.
29018
29019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29020
29021         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29022         (gst_divxdec_negotiate):
29023           Fix for new capsnego - also fixes gst-player with divxdec.
29024
29025 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29026
29027         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29028         (gst_play_identity_handoff), (gst_play_set_location),
29029         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29030         try in visualization implementation. Still have an issue with switch
29031         blocking when pulling from video_queue and only audio comes out of
29032         spider.
29033         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29034         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29035         release method. And check if the pad is usable before pulling.
29036
29037 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29038
29039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29040         (gst_videobalance_init),
29041         (gst_videobalance_colorbalance_list_channels),
29042         (gst_videobalance_colorbalance_set_value),
29043         (gst_videobalance_colorbalance_get_value),
29044         (gst_videobalance_update_properties),
29045         (gst_videobalance_update_tables_planar411),
29046         (gst_videobalance_planar411):
29047         * gst/videofilter/gstvideobalance.h:
29048           Implement lookup-tables. +/- 10x faster.
29049
29050 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29051
29052         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29053         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29054           The index reading was broken. The rest worked fine, but the whole
29055           goal of my rewrite was to make avidemux readable, and this was
29056           not at all readable. Please use typed variables.
29057
29058 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29059
29060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29061           Additional pad usability check.
29062         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29063         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29064         (gst_mp1videoparse_real_chain):
29065           Fix MPEG video stream parsing. The original plugin had several
29066           issues, including not timestamping streams where the source was
29067           not timestamped (this happens with PTS values in mpeg system
29068           streams, but MPEG video is also a valid stream on its own so
29069           that needs timestamps too). We use the display time code for that
29070           for now. Also, if one incoming buffer contains multiple valid
29071           frames, we push them all on correctly now, including proper EOS
29072           handling. Lastly, several potential segfaults were fixed, and we
29073           properly sync on new sequence/gop headers to include them in next,
29074           not previous frames (since they're header for the next frame, not
29075           the previous). Also see #119206.
29076         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29077         (bpf_from_header):
29078           Move caps setting so we only do it after finding several valid
29079           MPEG-1 fraes sequentially, not right after the first one (which
29080           might be coincidental).
29081         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29082         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29083         (plugin_init):
29084           Add unsynced MPEG video stream typefinding, and change some
29085           probability values so we detect streams rightly. The idea is as
29086           follows: I can have an unsynced system stream which contains
29087           video. In the current code, I would randomly get a type for either
29088           system or video stream type found, because the probabilities are
29089           being calculated rather randomly. I now use fixed values, so we
29090           always prefer system stream if that was found (and that is how it
29091           should be). If no system stream was found, we can still identity                the stream as video-only.
29092
29093 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29094
29095         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29096         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29097           don't write to buffer. Extract data without the need of
29098           __attribute__ ((packed))
29099
29100 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29101
29102         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29103         (mpeg1_sys_type_find):
29104           Fix MPEG-1 stream typefinding.
29105
29106 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29107
29108         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29109           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29110
29111 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29112
29113         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29114         * ext/esd/gstesd.c: (plugin_init):
29115           private debugging, better error reporting
29116
29117 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29118
29119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29120         (gst_riff_read_init), (gst_riff_read_change_state):
29121         * gst-libs/gst/riff/riff-read.h:
29122           Remove stuff fromold metadata system.
29123
29124 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29125
29126         * ext/ogg/gstoggdemux.c:
29127           Fix wrong file comment.
29128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29130           Add metadata reading properly.
29131
29132 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29133
29134         * ext/Makefile.am:
29135           Fix nas DIST_SUBDIRS
29136           Uraeus:
29137           Fix bug where make distcheck doesn't get run on adding stuff to
29138           the build.
29139
29140 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29143         * ext/divx/gstdivxdec.h:
29144           Fix divx3 ("msmpeg4") playback using divxdec.
29145
29146 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29147
29148         * gst/typefind/gsttypefindfunctions.c:
29149         (mp3_type_frame_length_from_header): fix bug in length computation
29150         (mp3_type_find): improve debugging output
29151
29152 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29153
29154         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29155         (gst_play_set_location), (gst_play_seek_to_time),
29156         (gst_play_set_audio_sink), (gst_play_set_visualization),
29157         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29158         the pipeline from scratch. Visualization is back and switch went out as
29159         i realized it was not possible to use the way i wanted.
29160         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29161         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29162         clearing in state change from READY to NULL. So that one can clean the
29163         X ressources keeping the element.
29164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29165         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29166         (gst_xvimagesink_colorbalance_set_value),
29167         (gst_xvimagesink_colorbalance_get_value),
29168         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29169         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29170         change from READY to NULL and fixed some stupid bugs in colorbalance
29171         get/set values. Also added the following feature : when nobody tries to
29172         set some values to the colorbalance levels before the xcontext is
29173         grabbed, then when creating channels list from Xv attributes we set the
29174         internal values to the Xv defaults. This way we handle buggy Xv drivers
29175         that set default hue values far from the middle of the range (Thanks
29176         to Jon Trowbridge for pointing that issue).
29177         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29178         colorbalance levels have been set before xcontext is grabbed.
29179
29180 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29181
29182         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29183           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29184           it might block operations (which is bad for a mixer).
29185
29186 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29187
29188         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29189         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29190         (gmip_find_type_pre):
29191         * gst-libs/gst/media-info/media-info-priv.h:
29192         * gst-libs/gst/media-info/media-info.c:
29193         (gst_media_info_instance_init), (gst_media_info_read_idler):
29194         add fakesink to get caps on decoder src pad again
29195         fix callback prototype to match new have_type signal signature
29196
29197 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29198
29199         * gst/adder/gstadder.c: (gst_adder_link):
29200           fix non-compile and cut-n-paste code
29201
29202 2004-01-21  David Schleef  <ds@schleef.org>
29203
29204         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29205         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29206         (gst_swfdec_init), (gst_swfdec_change_state):
29207         * ext/swfdec/gstswfdec.h:
29208         Fix negotiation.
29209         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29210         (gst_adder_request_new_pad): Fix negotiation.
29211         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29212         Add a fixate function.
29213         * gst/intfloat/gstfloat2int.c:
29214         * gst/intfloat/gstfloat2int.h:
29215         * gst/intfloat/gstint2float.c:
29216         * gst/intfloat/gstint2float.h:
29217         Completely rewrite the negotiation.  Doesn't quite work yet,
29218         due to some buffer-frames problem.
29219
29220 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29221
29222         * ext/gnomevfs/gstgnomevfssrc.c:
29223         * sys/v4l2/v4l2_calls.h:
29224           fix includes for distcheck
29225
29226 2004-01-21  Christian Schaller <uraeus@gnome.org>
29227
29228         * ext/nas/
29229         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29230         based on earlier patch from Laurent Vivier
29231
29232 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29233
29234         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29235         Fix wma caps property
29236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29237         Fix typo (flags1 and flags2)
29238
29239 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29240
29241         * gst-libs/gst/media-info/media-info-priv.c:
29242         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29243         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29244         (gmip_find_stream), (gmip_find_track_metadata),
29245         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29246         (gmip_find_track_format):
29247         * gst-libs/gst/media-info/media-info-priv.h:
29248         * gst-libs/gst/media-info/media-info-test.c: (main):
29249         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29250         (gst_media_info_read_idler), (gst_media_info_read):
29251         * gst-libs/gst/media-info/media-info.h:
29252           register debugging category and use it for debugging
29253
29254 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29255
29256         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29257         (gst_vorbisfile_new_link):
29258           signal streaminfo through tags
29259
29260 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * ext/mplex/gstmplex.cc:
29263         * ext/mplex/gstmplexibitstream.cc:
29264           g++ doesn't like NULL in our i18n/error macros, should be
29265           either (NULL) or ("").
29266
29267 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * sys/dxr3/dxr3audiosink.c:
29270         * sys/dxr3/dxr3init.c:
29271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29272         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29273           Fix more error error error errors (missing includes here).
29274
29275 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29278           fix thomas' error errors.
29279
29280 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29281
29282         * ext/mpeg2enc/gstmpeg2enc.cc:
29283           fix error errors.
29284
29285 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29288         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29289           Fix for new error system.
29290
29291 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29292
29293         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29294           fix for new error reporting
29295
29296 2004-01-20  David Schleef  <ds@schleef.org>
29297
29298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29299         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29300         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29301         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29302         and neither is 100+, most likely.
29303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29304         (gst_xvimagesink_getcaps): same
29305
29306 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29307
29308         * configure.ac:
29309           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29310           clashes with ffmpeg.
29311
29312 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29313
29314         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29315         (gst_switch_init): Fixed switch element : proxying link and setting
29316         caps from src to sink on request.
29317
29318 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29319
29320         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29321         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29322         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29323         fix element_error
29324
29325 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29326
29327         * sys/v4l/v4l_calls.h:
29328         * sys/v4l2/v4l2_calls.h:
29329           element_error fixes
29330
29331 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29332
29333         * gst-libs/gst/gst-i18n-plugin.h:
29334           add locale.h
29335           remove config.h inclusion
29336
29337 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29338
29339         * autogen.sh:
29340           adding autopoint invocation
29341         * Makefile.am:
29342         * configure.ac:
29343         * gst-libs/gst/gettext.h:
29344           adding gettext bits
29345         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29346         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29347         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29349         (gst_gnomevfssink_close_file):
29350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29351         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29352         * gst-libs/gst/gst-i18n-plugin.h:
29353         * gst/avi/gstavi.c: (plugin_init):
29354         * sys/dxr3/dxr3init.c: (plugin_init):
29355         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29356         * sys/oss/gstossaudio.c: (plugin_init):
29357         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29358         * sys/v4l/gstv4l.c: (plugin_init):
29359         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29360         * sys/v4l2/gstv4l2.c: (plugin_init):
29361         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29362         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29363         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29364         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29365         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29366         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29367           make sure locale and translation domain are set
29368           fix translated strings
29369         * po/.cvsignore:
29370         * po/LINGUAS:
29371         * po/Makevars:
29372         * po/POTFILES.in:
29373         * po/nl.po:
29374           put translation files into place
29375         * sys/xvideo/imagetest.c: (main):
29376         * ext/dv/demo-play.c: (main):
29377           fix unnecessary translations
29378
29379 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29380
29381         * ext/sndfile/gstsf.c:
29382         * gst/avi/gstavimux.c:
29383         * ext/audiofile/gstafsink.c:
29384         * ext/audiofile/gstafsrc.c:
29385         * ext/gnomevfs/gstgnomevfssink.c:
29386         * ext/gnomevfs/gstgnomevfssrc.c:
29387         * sys/oss/gstosselement.c:
29388         * sys/v4l/v4l_calls.h:
29389           fix i18n include
29390
29391 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29392
29393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29394         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29395         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29396         (gst_v4l2_get_output), (gst_v4l2_set_output),
29397         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29398         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29399         (gst_v4l2_set_attribute):
29400         update to new error handling
29401
29402 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29403
29404         * ext/sidplay/gstsiddec.cc:
29405         * gst/modplug/gstmodplug.cc:
29406           parenthese NULL because C++ seems angry about it
29407
29408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29409
29410         * gst-libs/gst/gst-i18n-plugin.h:
29411           add skeleton i18n stuff, but needs to be further implemented
29412
29413 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29414
29415         * examples/gstplay/player.c: (main):
29416         * ext/aalib/gstaasink.c: (gst_aasink_open):
29417         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29418         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29420         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29421         (gst_afsink_close_file):
29422         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29423         (gst_afsrc_close_file):
29424         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29425         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29426         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29427         * ext/esd/esdmon.c: (gst_esdmon_get):
29428         * ext/esd/esdsink.c: (gst_esdsink_chain):
29429         * ext/faac/gstfaac.c: (gst_faac_chain):
29430         * ext/faad/gstfaad.c: (gst_faad_chain):
29431         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29432         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29433         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29434         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29435         (gst_flacdec_loop):
29436         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29437         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29440         (gst_gnomevfssink_close_file):
29441         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29442         (gst_gnomevfssrc_open_file):
29443         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29444         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29445         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29446         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29447         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29448         * ext/mad/gstmad.c: (gst_mad_chain):
29449         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29450         * ext/mpeg2dec/gstmpeg2dec.c:
29451         * ext/mpeg2enc/gstmpeg2enc.cc:
29452         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29453         * ext/mplex/gstmplex.cc:
29454         * ext/mplex/gstmplexibitstream.cc:
29455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29456         (gst_ogg_demux_push), (gst_ogg_pad_push):
29457         * ext/raw1394/gstdv1394src.c:
29458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29459         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29460         * ext/sidplay/gstsiddec.cc:
29461         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29462         (gst_sf_loop):
29463         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29464         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29465         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29467         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29468         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29469         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29470         * gst-libs/gst/Makefile.am:
29471         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29472         (gst_riff_read_element_data), (gst_riff_read_seek),
29473         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29474         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29476         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29477         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29478         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29479         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29480         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29481         * gst/goom/gstgoom.c: (gst_goom_chain):
29482         * gst/id3/gstid3types.c: (gst_id3types_loop):
29483         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29484         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29485         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29486         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29487         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29488         (gst_ebml_read_float), (gst_ebml_read_header):
29489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29490         (gst_matroska_demux_parse_blockgroup):
29491         * gst/modplug/gstmodplug.cc:
29492         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29494         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29495         * gst/silence/gstsilence.c: (gst_silence_get):
29496         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29497         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29498         * gst/speed/gstspeed.c: (speed_loop):
29499         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29501         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29502         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29503         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29504         (gst_wavparse_loop):
29505         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29506         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29507         (dxr3audiosink_close):
29508         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29509         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29510         (dxr3videosink_close), (dxr3videosink_write_data):
29511         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29512         * sys/oss/gstosselement.h:
29513         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29514         (gst_osssink_chain):
29515         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29520         (gst_v4l_enable_overlay):
29521         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29522         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29523         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29524         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29525         (gst_v4l_set_audio):
29526         * sys/v4l/v4l_calls.h:
29527         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29528         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29529         (gst_v4lmjpegsink_playback_init),
29530         (gst_v4lmjpegsink_playback_start):
29531         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29532         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29533         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29534         (gst_v4lmjpegsrc_requeue_frame):
29535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29536         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29537         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29540         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29541         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29542         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29543         (gst_v4l2src_capture_stop):
29544         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29546         (gst_ximagesink_chain):
29547         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29548         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29549         (gst_xvideosink_xwindow_new):
29550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29551         (gst_xvimagesink_chain):
29552         use new error signal, function and categories
29553
29554 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29555
29556         * configure.ac:
29557         * ext/Makefile.am:
29558         * ext/musicbrainz/gsttrm.c:
29559         * ext/musicbrainz/gsttrm.h:
29560         * ext/musicbrainz/Makefile.am:
29561         Add a trm plugin
29562
29563 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29564
29565         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29566         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29567         synchronous property for debugging.
29568         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29570         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29571         smaller block, fixing indent.
29572
29573 2004-01-16  David Schleef  <ds@schleef.org>
29574
29575         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29576         property affects the video stream.
29577         * sys/xvimage/xvimagesink.c:
29578         * sys/xvimage/xvimagesink.h:
29579         Add synchronous property for debugging.  Should probably be
29580         disabled in non-CVS builds.  Make sure that the Xv attribute
29581         exists before we set it (crash!).  Fix a silly float bug that
29582         caused colorbalance to just not work.
29583
29584 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29585
29586         * tools/gst-launch-ext.in - update for new plugins
29587
29588 2004-01-16  David Schleef  <ds@schleef.org>
29589
29590         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29591         already-freed caps.
29592
29593 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29594
29595         * Update spec for new colorspace plugin and libcaca plugin
29596         * Fix compilation of libcaca plugin (clock -> id)
29597
29598 2004-01-16  Julien MOUTTE <julien@moutte.net>
29599
29600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29601         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29602         (gst_xvimagesink_set_xwindow_id),
29603         (gst_xvimagesink_colorbalance_set_value),
29604         (gst_xvimagesink_colorbalance_get_value),
29605         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29606         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29607         correct colorbalance properties. They can now be set when the element
29608         is still in NULL state. The values will be committed to the Xv Port
29609         when xcontext is initialized.
29610         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29611         brightness int values in the GstXvImagesink structure.
29612
29613 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29614
29615         * gst-libs/gst/Makefile.am:
29616           restructure so having local patches works easier.
29617
29618 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * ext/mpeg2enc/Makefile.am:
29621         * ext/mpeg2enc/gstmpeg2enc.cc:
29622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29623           Bugfix with respect to EOS handling.
29624
29625 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29626
29627         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29628           Link with right caps (else, it segfaults).
29629         * ext/mplex/gstmplexjob.cc:
29630           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29631
29632 2004-01-15  David Schleef  <ds@schleef.org>
29633
29634         * gst-libs/gst/audio/Makefile.am:
29635         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29636         from the template.
29637         * gst-libs/gst/audio/gstaudiofilter.c:
29638         * gst-libs/gst/audio/gstaudiofilter.h:
29639         Add bytes_per_sample and size and n_samples calculation.
29640         * gst-libs/gst/audio/gstaudiofilterexample.c:
29641         Remove, now autogenerated.
29642         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29643         Moved from gstaudiofilterexample, object name changed, code added
29644         so that it actually works.
29645         * gst-libs/gst/audio/make_filter:
29646         Script to build an audiofilter subclass from the template.
29647         * gst/colorspace/Makefile.am:
29648         * gst/colorspace/yuv2yuv.c:
29649         Remove file, since it's GPL, and we don't use it.
29650
29651 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29652
29653         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29655         them use the buffer free function to test how the buffer was allocated.
29656
29657 2004-01-15  David Schleef  <ds@schleef.org>
29658
29659         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29660         that handles osssink fallback.
29661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29662         (gst_audio_convert_getcaps):
29663         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29664         Add audio/x-qdm2 for QDM2 audio.
29665         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29666         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29668         Decrease minimum size to 16x16.
29669         * gst/wavparse/gstwavparse.c:
29670         Convert disabled pad template caps to new caps.
29671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29673         (gst_xvimagesink_chain): Throw element error when display cannot
29674         be opened.  Increase minimum framerate to 1.0.  Check the data
29675         free function on a buffer to make sure it is the type we expect
29676         before manipulating it.
29677
29678 2004-01-15  Julien MOUTTE <julien@moutte.net>
29679
29680         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29681         (gst_videobalance_colorbalance_set_value): Implement passthru if
29682         settings are in the middle.
29683         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29684
29685 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * gst/videofilter/Makefile.am:
29688         * gst/volume/Makefile.am:
29689           Since we use videofilter symbols, link to it.
29690
29691 2004-01-15  Julien MOUTTE <julien@moutte.net>
29692
29693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29694         mixer interface type to HARDWARE.
29695         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29696         type to SOFTWARE.
29697         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29698         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29699         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29700         (gst_volume_interface_init), (gst_volume_list_tracks),
29701         (gst_volume_set_volume), (gst_volume_get_volume),
29702         (gst_volume_set_mute), (gst_volume_mixer_init),
29703         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29704         (volume_init): Implementing mixer interface.
29705         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29706         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29707         (gst_osselement_change_state): Removing some trailing commas in
29708         structures.
29709         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29710         interface type to HARDWARE.
29711         * sys/v4l/gstv4lcolorbalance.c:
29712         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29713         type to HARDWARE.
29714         * sys/v4l2/gstv4l2colorbalance.c:
29715         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29716         interface type to HARDWARE.
29717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29718         same code than ximagesink for event handling.
29719
29720 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29721
29722         * ext/snapshot/Makefile.am:
29723         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29724         (gst_snapshot_chain):
29725         * ext/snapshot/gstsnapshot.h:
29726           This has to be a joke... Snapshot should be connected to a tee,
29727           colorspace element before it and EOS after that, where the other
29728           src of the tee receives normal data.
29729           The current way is *wrong*.
29730
29731 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * ext/hermes/gsthermescolorspace.c:
29734           Fix another compile error. Same as below.
29735
29736 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29737
29738         * gst/colorspace/gstcolorspace.c:
29739         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29740         (gst_colorspace_i420_to_yv12):
29741           Fix compiling... Didn't test if it actually works.
29742
29743 2004-01-15  David Schleef  <ds@schleef.org>
29744
29745         * configure.ac:
29746         * gst/colorspace/Makefile.am:
29747         * gst/colorspace/gstcolorspace.c:
29748         * gst/colorspace/gstcolorspace.h:
29749         * gst/colorspace/yuv2rgb.c:
29750         * gst/colorspace/yuv2rgb.h:
29751         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29752         code and GPL code.  Fix for new caps negotiation.  Rewrite
29753         much of the format handling code, and some of the conversion
29754         code.  Basically, rewrote almost everything.  This element
29755         handles I420, YV12 to RGB conversions.
29756         * ext/hermes/Makefile.am:
29757         * ext/hermes/gsthermescolorspace.c:
29758         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29759         Remove non-Hermes related code.  This element handles lots of
29760         RGB to RGB conversions, but no YUV.
29761         * ext/hermes/gstcolorspace.c:
29762         * ext/hermes/gstcolorspace.h:
29763         * ext/hermes/rgb2yuv.c:
29764         * ext/hermes/yuv2rgb.c:
29765         * ext/hermes/yuv2rgb.h:
29766         * ext/hermes/yuv2rgb_mmx16.s:
29767         * ext/hermes/yuv2yuv.c:
29768         * ext/hermes/yuv2yuv.h:
29769         Remove old code.
29770
29771 2004-01-14  Colin Walters  <walters@verbum.org>
29772
29773         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29774         they've already been.
29775
29776 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29777
29778         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29779           assume tag mode when pad is not connected
29780
29781 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29782
29783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29784           Don't update the time of the clock
29785         (gst_alsa_sink_loop):
29786           sync to the clock given to alsasink, not the own clock
29787         * sys/oss/gstosssink.c: (gst_osssink_chain):
29788           sync to the clock
29789         (gst_osssink_change_state):
29790           activate the clock
29791         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29793           remove bogus code that made DISCONT events unhandled
29794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29795           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29796           #131502)
29797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29798         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29799         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29800           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29801           2nd warning in bug #131502)
29802
29803 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29804
29805         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29806         (gst_videobalance_colorbalance_set_value),
29807         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29808         for colorbalance interface implementation.
29809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29810         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29811         (gst_ximagesink_dispose), (gst_ximagesink_init),
29812         (gst_ximagesink_class_init): Adding DISPLAY property.
29813         * sys/ximage/ximagesink.h: Adding display_name to store display.
29814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29815         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29816         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29817         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29818         properties (they still need polishing though for gst-launch use : no
29819         xcontext yet, i ll do that tomorrow).
29820         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29821
29822 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29823
29824         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29825         (gst_play_set_location), (gst_play_set_visualization): Preparing
29826         switch integration, adding videobalance in the pipeline.
29827
29828 2004-01-14  Julien MOUTTE <julien@moutte.net>
29829
29830         * gst-libs/gst/colorbalance/colorbalance.c:
29831         (gst_color_balance_class_init): Adding a default type.
29832         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29833         the type.
29834         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29835         (gst_videobalance_dispose), (gst_videobalance_class_init),
29836         (gst_videobalance_init), (gst_videobalance_interface_supported),
29837         (gst_videobalance_interface_init),
29838         (gst_videobalance_colorbalance_list_channels),
29839         (gst_videobalance_colorbalance_set_value),
29840         (gst_videobalance_colorbalance_get_value),
29841         (gst_videobalance_colorbalance_init): Implementing colorbalance
29842         interface.
29843         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29844         list.
29845         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29846         bug which was triggering a BadAccess X error when setting an overlay
29847         before pad was really negotiated.
29848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29849         Using the colorbalance type macro.
29850
29851 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29852
29853         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29854         (gst_flacenc_chain):
29855           handle tags correctly
29856         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29857           extract ID3v1 tags correctly
29858
29859 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29862         (plugin_init):
29863           Improve matroska typefinding for odd-typed headers...
29864
29865 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29866
29867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29868           Fix for using incremental number on padnames.
29869
29870 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * ext/divx/gstdivxdec.c:
29873         * ext/divx/gstdivxenc.c:
29874           Set category to divx4linux instead of divx (too generic).
29875         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29876         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29877         (gst_wavparse_loop), (gst_wavparse_change_state):
29878         * gst/wavparse/gstwavparse.h:
29879           fix parsing of WAV files with non-standard fmt-tag size and fix
29880           skipping of unrecognized chunks... Someone please fix this thing
29881           to use rifflib so all this is automated.
29882         * sys/v4l/Makefile.am:
29883         * sys/v4l2/Makefile.am:
29884           Add X_CFLAGS because we depend on X (for overlay).
29885
29886 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29887
29888         * ext/mpeg2dec/gstmpeg2dec.c:
29889           Don't issue a timestamp unless we tagged the frame
29890           with a PTS.
29891
29892 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29893
29894         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29895           Query the audio element to get the time, not the clock. We're
29896           interested in the element's time here.
29897
29898 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29899
29900         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29902         * ext/esd/esdsink.c: (gst_esdsink_chain):
29903         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29904         * ext/mas/massink.c: (gst_massink_chain):
29905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29907         (gst_matroska_demux_parse_metadata):
29908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29909         (gst_mpeg_parse_release_locks):
29910         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29911         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29913         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29914         (gst_osssink_change_state):
29915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29916         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29917         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29918         (gst_xvideosink_release_locks):
29919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29920           use element time.
29921         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29922         (gst_alsa_clock_stop):
29923         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29924         (gst_audio_clock_get_internal_time):
29925           simplify for use with new clocking code.
29926         * testsuite/alsa/Makefile.am:
29927         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29928           fix testsuite for new caps system
29929
29930 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29931
29932         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29933         * ext/flac/gstflacenc.c: (add_one_tag):
29934           length is already host endian, no need to convert. Fixes playback of
29935           tagged files on PPC. (bug #128384)
29936
29937 2004-01-13  Julien MOUTTE <julien@moutte.net>
29938
29939         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29940         colorbalance interface stating if it is hardware based or software
29941         based.
29942         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29943         Removing a trailing comma.
29944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29945         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29946         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29947         the documentation seems to be wrong on the -1000 to 1000 interval.
29948
29949 2004-01-12  David Schleef  <ds@schleef.org>
29950
29951         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29952         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29953         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29954         Fix negotiation.  Add a bufferalloc function for the sink pad,
29955         and generally clean up some of the code.
29956
29957 2004-01-12  Julien MOUTTE <julien@moutte.net>
29958
29959         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29960         (gst_color_balance_channel_dispose): Adding safety check in dispose
29961         method.
29962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29963         (gst_xvimagesink_xcontext_clear),
29964         (gst_xvimagesink_interface_supported),
29965         (gst_xvimagesink_colorbalance_list_channels),
29966         (gst_xvimagesink_colorbalance_set_value),
29967         (gst_xvimagesink_colorbalance_get_value),
29968         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29969         Adding colorbalance interface support to set XV parameters such as
29970         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29971         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29972         interface.
29973
29974 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29975
29976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29977         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29978         (gst_audio_convert_init), (gst_audio_convert_set_property),
29979         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29980         (gst_audio_convert_link),
29981         (gst_audio_convert_buffer_to_default_format),
29982         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29983           - implement _getcaps and use it
29984           - improve linking
29985           - remove float caps since no float conversion is actually done
29986           - remove properties and arguments that were to be used for rate
29987             conversion
29988
29989 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29990
29991         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29992         (gst_audio_structure_set_int):
29993         * gst-libs/gst/audio/audio.h:
29994           add helper functions for _getcaps matching the standard audio
29995           templates
29996
29997 2004-01-12  David Schleef  <ds@schleef.org>
29998
29999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30000         Test that pad is negotiated before getting its caps.
30001
30002 2004-01-12  Julien MOUTTE <julien@moutte.net>
30003
30004         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30005         analyzing the pads of an element the bin is mostly in READY state so
30006         no caps were negotiated. This helper function needs to work with
30007         _get_caps directly then. I was not freeing them though, added that to
30008         fix the mem leak.
30009
30010 2004-01-12  Julien MOUTTE <julien@moutte.net>
30011
30012         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30014         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30015         than the free_func.
30016
30017 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30018
30019         * sys/oss/gstossaudio.c: (plugin_init):
30020         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30021         * sys/oss/gstosselement.h:
30022           make an oss debugging category
30023           make failure more descriptive
30024
30025 2004-01-11  David Schleef  <ds@schleef.org>
30026
30027         * ext/ffmpeg/gstffmpeg.c:
30028         * ext/ffmpeg/gstffmpegcodecmap.c:
30029         * ext/ffmpeg/gstffmpegdec.c:
30030         * ext/ffmpeg/gstffmpegenc.c:
30031         * ext/ffmpeg/gstffmpegprotocol.c:
30032         * ext/gdk_pixbuf/gstgdkanimation.c:
30033         * ext/jpeg/gstjpeg.c:
30034         * ext/libpng/gstpng.c:
30035         * ext/mpeg2dec/perftest.c:
30036         * ext/speex/gstspeex.c:
30037         * gst-libs/gst/resample/dtos.c:
30038         * gst/intfloat/gstintfloatconvert.c:
30039         * gst/oneton/gstoneton.c:
30040         * gst/rtjpeg/RTjpeg.c:
30041         * gst/rtp/gstrtp.c:
30042         * sys/dxr3/dxr3init.c:
30043         * sys/glsink/gstgl_nvimage.c:
30044         * sys/glsink/gstgl_pdrimage.c:
30045         * sys/glsink/gstglsink.c:
30046         * testsuite/gst-lint:
30047         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30048
30049 2004-01-11  David Schleef  <ds@schleef.org>
30050
30051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30052         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30053         * ext/gdk_pixbuf/gstgdkanimation.c:
30054         (gst_gdk_animation_iter_create_pixbuf):
30055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30056         (gst_gdk_pixbuf_chain):
30057         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30058         * ext/jack/gstjack.c: (gst_jack_change_state):
30059         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30060         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30061         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30062         * gst/videofilter/gstvideofilter.c:
30063         (gst_videofilter_set_output_size):
30064         Remove all usage of gst_pad_get_caps(), and replace it with
30065         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30066
30067 2004-01-11  David Schleef  <ds@schleef.org>
30068
30069         * configure.ac:
30070         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30071         * ext/divx/gstdivxdec.c:
30072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30073         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30074         handle images that span multiple buffers.  Now work with both
30075         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30076         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30077         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30078         video/video.h changes
30079         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30081         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30082         of GstData free function.
30083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30084         same.
30085
30086 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30087
30088         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30089         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30090         (gst_v4l2element_get_property):
30091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30092           add norm, channel and frequency properties.
30093         * sys/v4l2/gstv4l2tuner.c:
30094           fixes for tuner interface changes
30095         * sys/v4l2/gstv4l2element.h:
30096         * sys/v4l2/gstv4l2src.c:
30097         * sys/v4l2/gstv4l2src.h:
30098         * sys/v4l2/v4l2src_calls.c:
30099         * sys/v4l2/v4l2src_calls.h:
30100           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30101
30102 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30103
30104         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30105         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30106         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30107         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30108         * gst-libs/gst/tuner/tuner.h:
30109           GObjects aren't const.
30110           Add find_by_name functions.
30111           Add checks to _changed functions.
30112         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30113         (gst_v4l_tuner_get_norm):
30114           Fixes for above.
30115
30116 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30117
30118         * gst-libs/gst/video/video.h:
30119           Fix caps template names to be understandable.
30120           Prefix everything with GST_VIDEO.
30121         * ext/aalib/gstaasink.c:
30122         * ext/divx/gstdivxdec.c:
30123         * ext/divx/gstdivxenc.c:
30124         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30125         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30126         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30127         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30128         * ext/libcaca/gstcacasink.c:
30129         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30130         * ext/snapshot/gstsnapshot.c:
30131         * ext/swfdec/gstswfdec.c:
30132         * ext/xvid/gstxviddec.c:
30133         * ext/xvid/gstxvidenc.c:
30134         * gst/chart/gstchart.c:
30135         * gst/deinterlace/gstdeinterlace.c:
30136         * gst/effectv/gsteffectv.c:
30137         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30138         * gst/goom/gstgoom.c:
30139         * gst/median/gstmedian.c:
30140         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30141         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30142         * gst/overlay/gstoverlay.c:
30143         * gst/smooth/gstsmooth.c:
30144         * gst/smpte/gstsmpte.c:
30145         * gst/synaesthesia/gstsynaesthesia.c:
30146         * gst/videocrop/gstvideocrop.c:
30147         * gst/videodrop/gstvideodrop.c:
30148         * gst/y4m/gsty4mencode.c:
30149         * sys/qcam/gstqcamsrc.c:
30150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30151           Make them work with new video.h file.
30152         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30153         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30155         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30156           Make it work with new buffer allocation system.
30157
30158 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30159
30160         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30161         pad_alloc_buffer implementation to use ->srcpad
30162         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30163         pad_alloc_buffer implementation to use ->srcpad
30164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30165         pad_alloc_buffer implementation to use ->srcpad
30166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30167         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30168         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30169         a reference to everything we need.
30170         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30172         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30173         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30174         a reference to everything we need.
30175         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30176
30177 2004-01-11  David Schleef  <ds@schleef.org>
30178
30179         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30180         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30181         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30182         structure members.
30183         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30184         value during a resize/renegotiation.
30185         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30186         gst_pad_alloc_buffer();
30187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30188         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30189         structure members.
30190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30191         Fix for rename of buffer private structure members.
30192         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30193         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30194         Fix for rename of buffer private structure members.
30195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30196         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30197         Fix for rename of buffer private structure members.
30198
30199 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30200
30201         reviewed by: David Schleef <ds@schleef.org>
30202
30203         * gst/videofilter/Makefile.am:
30204         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30205         from the patch by ds to fit in with recent make_filter changes.
30206
30207 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30208
30209         * configure.ac: Adding examples/switch/Makefile
30210         * examples/Makefile.am: Adding examples/switch
30211         * examples/switch/Makefile.am: Adding switcher example.
30212         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30213         (switch_timer), (main): Adding an example demonstrating switch usage
30214         with 2 videotestsrc showing different patterns.
30215         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30216         (gst_switch_init): Fixing switch with the new caps system.
30217
30218 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30219
30220         * gst-libs/gst/video/video.h:
30221           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30222           They should probably be like
30223           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30224
30225 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30226
30227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30228         (qtdemux_parse_trak):
30229           fix audio chunk size/timestamp calculation
30230
30231 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30232
30233         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30234           fix SVQ3 caps
30235
30236 2004-01-11  Steve Baker  <steve@stevebaker.org>
30237
30238         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30239         (gst_agingtv_base_init), (gst_agingtv_class_init),
30240         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30241         (gst_agingtv_set_property), (gst_agingtv_get_property):
30242         Port agingTV to videofilter
30243
30244 2004-01-09  Julien MOUTTE <julien@moutte.net>
30245
30246         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30247         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30248
30249 2004-01-09  Julien MOUTTE <julien@moutte.net>
30250
30251         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30252         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30253         * gst-libs/gst/xoverlay/xoverlay.c:
30254         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30255         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30258         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30259         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30260         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30261         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30262         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30263         interface implementation to handle xid being 0 and fix some bugs
30264         triggered by Benjamin's testcase.
30265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30267         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30268         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30269         interface implementation to handle xid being 0 and fix some bugs
30270         triggered by Benjamin's testcase.
30271
30272 2004-01-09  David Schleef  <ds@schleef.org>
30273
30274         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30275         mouse pointer events.  It works.
30276
30277 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30278
30279         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30280           Use explicit caps - fix capsnego.
30281         * ext/xvid/gstxviddec.c:
30282         * ext/xvid/gstxvidenc.c:
30283           Remove macro-inside-macro which caused compile errors.
30284         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30285           Error out if it's not a RIFF file. Else we error out without
30286           gst_element_error() which is not good...
30287
30288 2004-01-08  David Schleef  <ds@schleef.org>
30289
30290         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30291         Fix pad_link function to handle formats that ffmpeg returns
30292         as multiple caps structures.
30293         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30294         Only complain if source buffer is _smaller_ than expected.
30295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30296         (gst_videoscale_handle_src_event): Resize navigation events
30297         when passing them upstream.
30298         * gst/videotestsrc/gstvideotestsrc.c:
30299         * gst/videotestsrc/gstvideotestsrc.h:
30300         * gst/videotestsrc/videotestsrc.c:
30301         * gst/videotestsrc/videotestsrc.h:
30302         Rewrite many of the buffer painting functions to handle odd
30303         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30304         been verified to work with my video card.
30305         * testsuite/gst-lint:  Add check for elements calling
30306         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30307
30308 2004-01-08  David Schleef  <ds@schleef.org>
30309
30310         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30311         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30312
30313 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30314
30315         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30316         configure event is not emiting the desired size signal. That fixes
30317         aspect ratio issues with gst-player.
30318
30319 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30320
30321         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30322           Fix capsnego.
30323
30324 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30325
30326         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30327         public method to fire size signal.
30328
30329 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30330
30331         * examples/gstplay/Makefile.am: Adding the interface library.
30332         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30333         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30334         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30335         GST_IS_X_OVERLAY before signal connect.
30336         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30337         Removing the have_video_size signal.
30338         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30339         and associated public method.
30340         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30341         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30342         signal.
30343         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30344         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30345         signal.
30346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30347         Using XOverlay public method to fire size signal.
30348
30349 2004-01-07  David Schleef  <ds@schleef.org>
30350
30351         * gst/videofilter/Makefile.am:
30352         * gst/videofilter/gstvideotemplate.c:
30353         * gst/videofilter/make_filter:
30354         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30355         Convert make_filter to /bin/sh script.
30356
30357 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30358
30359         * gst/modplug/gstmodplug.cc: fix element description
30360
30361 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30362
30363         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30364         (got_video_size): Adding some new lines in g_print calls.
30365         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30366         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30367         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30368         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30369         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30370         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30371         Complete code review, reverting some stuff i disagree with, adding
30372         some fixes : time synchronization on invalid timestamps, renegotiation
30373         of private window.
30374         * sys/ximage/ximagesink.h:
30375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30376         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30377         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30378         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30379         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30380         (gst_xvimagesink_buffer_new),
30381         (gst_xvimagesink_navigation_send_event),
30382         (gst_xvimagesink_set_xwindow_id),
30383         (gst_xvimagesink_get_desired_size),
30384         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30385         stuff i disagree with, adding some fixes : Renegotiation of private
30386         window, implementing get_desired_size.
30387
30388 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30391         (gst_afsink_handle_event):
30392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30393         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30394         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30395         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30396         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30397           Fix for instantiate-test (see core). Also remove dead code from
30398           jpegenc (which still needs fixing, but that's lower on my TODO
30399           list...).
30400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30401           Never return NULL as caps.
30402
30403 2004-01-07  David Schleef  <ds@schleef.org>
30404
30405         * configure.ac:
30406         * ext/Makefile.am:
30407         * ext/librfb/Makefile.am:
30408         * ext/librfb/gstrfbsrc.c:
30409         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30410         is the protocol used by VNC.
30411
30412 2004-01-07  David Schleef  <ds@schleef.org>
30413
30414         * gst/videofilter/gstvideotemplate.c:
30415         * gst/videofilter/gstvideotemplate.h:
30416         * gst/videofilter/make_filter:
30417         Merge videotemplate header into source file.
30418         * gst/effectv/Makefile.am:
30419         * gst/effectv/gsteffectv.c: (plugin_init):
30420         * gst/effectv/gstwarp.c:
30421         Make warpTV a subclass of videofilter.
30422
30423 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30424
30425         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30426           Add guard against invalid utf-8 conversions in mad. Just in case.
30427
30428 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30429
30430         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30431           Fix for bug shown by poisoning
30432
30433 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30434
30435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30436         (gst_v4lmjpegsrc_buffer_free):
30437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30438         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30439         (gst_v4lsrc_buffer_free):
30440           Fix for removed bufferpools.
30441
30442 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30443
30444         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30445         Fix caps negotiation.
30446
30447         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30448         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30449         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30450         (dvdnavsrc_event):
30451         * ext/mpeg2dec/gstmpeg2dec.c:
30452         * gst-libs/gst/navigation/navigation.c:
30453         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30454         * gst-libs/gst/navigation/navigation.h:
30455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30458         Super-simple first version of mouse and keyboard events. Clicking
30459         on a DVD menu now works, although it may not take you where you
30460         expected.
30461
30462         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30463         * gst/videotestsrc/gstvideotestsrc.c:
30464         (gst_videotestsrc_src_fixate):
30465         These fixate functions were broken - they never actually
30466         fixated :)
30467
30468 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30469
30470         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30471         (gst_icecastsend_init):
30472           fix for new caps system.
30473         * gst-libs/gst/mixer/mixertrack.h:
30474         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30475           Add 'master track' flag (for tools like ACME that only want to
30476           change the main volume).
30477
30478 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30479
30480         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30481         (gst_xvid_csp_to_caps):
30482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30483         * ext/xvid/gstxvidenc.c:
30484         ifdef out ARGB type when it isn't available
30485         in xvidcore 1.0.0beta2
30486
30487 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30488
30489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30490           When we have received a new SCR right in the first buffer after
30491           a seek (so in the same cycle that handles the discont), we should
30492           handle the buffer instead of unreffing it, else we lose data.
30493
30494 2004-01-06  Iain <iain@prettypeople.org>
30495
30496         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30497           buffer-frames caps too.
30498
30499         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30500           caps that we need, don't destroy them all and rebuild them. And when
30501           creating src pads, use the src pad template rather than the sink...
30502
30503 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30506           Add pad to element *after* setting functions such as event handler.
30507           Without this, the scheduler (opt) will link pads, set the event
30508           handler from the default event function (dispatcher in gstpad.c)
30509           and *after* that, we will set our own event function, which will
30510           thus never be used (and thus mpegdemux doesn't handle events).
30511
30512 2004-01-04  David Schleef  <ds@schleef.org>
30513
30514         Fix the fixate functions to handle new prototype:
30515         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30516         * gst/videotestsrc/gstvideotestsrc.c:
30517         (gst_videotestsrc_src_fixate):
30518         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30519         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30521
30522 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30523
30524         * sys/ximage/ximagesink.h:
30525         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30526         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30527         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30528         (gst_ximagesink_xoverlay_init):
30529           assorted fixes to make (re)embedding work
30530         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30531         (gst_ximagesink_get_desired_size):
30532           implement desired size additions to XOverlay
30533
30534 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30535
30536         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30537         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30538         (gst_x_overlay_got_desired_size):
30539         * gst-libs/gst/xoverlay/xoverlay.h:
30540           Add optional "desired size" signal and querying.
30541
30542 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30543
30544         * gst/matroska/matroska-demux.c:
30545         (gst_matroska_demux_parse_blockgroup):
30546           Fix EBML-laced block parsing. Diffs are relative to previous
30547           lace, not the first lace. Thanks to Mosu from the Matroska
30548           team for detecting this.
30549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30550         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30551         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30552         (gst_wavparse_change_state):
30553         * gst/wavparse/gstwavparse.h:
30554           Quickfix for capsnego.
30555
30556 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30557
30558         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30559           Fix indenting, fix pad creation.
30560
30561 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30562
30563         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30564         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30565         (gst_xviddec_sink_link):
30566           Implement src_getcaps() so proper size caps is negotiated.
30567
30568 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30569
30570         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30571           Finish flac decoder on EOS. See #116178.
30572
30573 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30574
30575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30576         (gst_matroska_demux_add_stream):
30577         * gst/matroska/matroska-ids.h:
30578           Add getcaps() function to fix capsnego...
30579
30580 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30583         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30585           Fix more integer overflows. Again, see #126967.
30586
30587 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30588
30589         * ext/mpeg2dec/gstmpeg2dec.c:
30590           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30591           #130416.
30592
30593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30594
30595         * configure.ac:
30596         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30597         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30598         * ext/xvid/gstxvid.h:
30599         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30600         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30601         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30602         (gst_xviddec_change_state):
30603         * ext/xvid/gstxviddec.h:
30604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30605         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30606         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30607         (gst_xvidenc_link), (gst_xvidenc_set_property),
30608         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30609         * ext/xvid/gstxvidenc.h:
30610           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30611
30612 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * gst/rtp/rtp-packet.c:
30615           Add sys/types.h include, since OS X doesn't define in_addr_t
30616           in netinet/in.h, like it does on Linux (see #129600).
30617
30618 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30619
30620         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30623           Correct logic of dispose function (see #129306).
30624
30625 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30629         (gst_mpeg_parse_init):
30630         * gst/mpegstream/gstmpegparse.h:
30631           Remove clock (which was never provided, i.e. dead code), and
30632           also fix integer overflows at high PTS values (see #126967).
30633
30634 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30635
30636         * ext/flac/gstflacdec.c:
30637         * ext/libpng/gstpngenc.h:
30638         * ext/mikmod/gstmikmod.h:
30639           OS X fixes (see #126628).
30640
30641 2004-01-02  David Schleef  <ds@schleef.org>
30642
30643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30644         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30646         (gst_mpeg_parse_class_init): Move pad template registration
30647         to class_init, since the derived class (mpegdemux) doesn't
30648         want them.
30649
30650 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30651
30652         * sys/ximage/Makefile.am:
30653         * sys/xvideo/Makefile.am:
30654         * sys/xvimage/Makefile.am:
30655           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30656           after installation (see #127664).
30657
30658 2004-01-02  David Schleef  <ds@schleef.org>
30659
30660         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30661         (gst_ffmpegenc_connect):  Negotiation fixes.
30662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30663         Remove inappropriate gst_caps_free().
30664         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30665         Reenable Ronald's internal resize code, since the core handles
30666         it correctly now.
30667
30668 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30669
30670         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30672         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30673           Fix pad template stuff.
30674
30675 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30678         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30679           fix signed integer reading/writing.
30680
30681 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30682
30683         * ext/alsa/README:
30684           Remove outdated document
30685
30686 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30687
30688         * gst/cutter/gstcutter.c: (gst_cutter_init):
30689           src pad was being created twice - oops.
30690
30691 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30694           Comment out internal resize. It doesn't handle the resulting
30695           XEvent internally, does another try_set_caps() which leads to
30696           a really nice loop.
30697           Real fix will come when Julien and Dave are awake. ;).
30698
30699 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30700
30701         * ext/mpeg2enc/gstmpeg2enc.cc:
30702           fix const/nonconst compile issue.
30703
30704 2004-01-02  David Schleef  <ds@schleef.org>
30705
30706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30707         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30708         Add fixate function and a check for bad formats.
30709
30710 2004-01-01  David Schleef  <ds@schleef.org>
30711
30712         Negotiation fixes:
30713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30714         (gst_audiofilter_init):
30715         * gst/debug/efence.c: (gst_efence_init):
30716         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30717         (gst_deinterlace_init):
30718         * gst/volume/gstvolume.c: (volume_connect):
30719
30720 2004-01-01  David Schleef  <ds@schleef.org>
30721
30722         Convert elements to use gst_pad_use_explicit_caps() where
30723         appropriate:
30724         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30725         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30726         (gst_afparse_open_file):
30727         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30728         (gst_afsrc_open_file):
30729         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30730         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30731         (gst_ffmpegdec_chain):
30732         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30733         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30735         (gst_gdk_pixbuf_chain):
30736         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30737         (gst_jpegdec_chain):
30738         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30739         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30740         (gst_mikmod_negotiate):
30741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30742         (gst_mpeg2dec_negotiate_format):
30743         * ext/mpeg2enc/gstmpeg2enc.cc:
30744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30745         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30746         (gst_speexdec_sinkconnect):
30747         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30748         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30749         (gst_vorbisfile_new_link):
30750         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30751         (gst_ac3parse_chain):
30752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30753         (gst_asf_demux_setup_pad):
30754         * gst/auparse/gstauparse.c: (gst_auparse_init),
30755         (gst_auparse_chain):
30756         * gst/id3/gstid3types.c: (gst_id3types_loop):
30757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30758         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30759         (mp1videoparse_parse_seq):
30760         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30761         (bpf_from_header):
30762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30763         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30765         (gst_mpeg_parse_send_data):
30766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30767         (gst_qtdemux_add_stream):
30768         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30769         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30770         (gst_wavparse_parse_fmt):
30771
30772 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30773
30774         * configure.ac:
30775           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30776           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30777           it therefore uses the wrong include paths. Too bad... Note
30778           that 1.6.1.93 is not release yet. ;).
30779           Also add a check for mplex, which is now using the lib'ified
30780           mplex from mjpegtools, too.
30781         * ext/ffmpeg/gstffmpegcodecmap.c:
30782           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30783           issues. I don't think ffmpeg handles 3ivx correctly, so this
30784           probably won't work. But it won't hurt either.
30785         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30786         (gst_ffmpegdec_chain):
30787         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30788         (gst_ffmpegenc_chain_audio):
30789           Fix memleak in audio encoding. Close codec if open fails, this
30790           calls the cleanup routines so we can re-use the context.
30791         * ext/mpeg2enc/gstmpeg2enc.cc:
30792           Fix pad template names/types, fix memory issue with getcaps().
30793         * ext/mpeg2enc/gstmpeg2encoder.cc:
30794         * ext/mpeg2enc/gstmpeg2encoder.hh:
30795           Fix compile issue with new caps system (const thingy).
30796         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30797         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30798           We read a first frame right on initing, so that we have a caps
30799           when we init the output. This caps is cached in padprivate and
30800           read as first frame.
30801         * ext/mplex/Makefile.am:
30802         * ext/mplex/gstmplex.cc:
30803         * ext/mplex/gstmplex.h:
30804         * ext/mplex/gstmplex.hh:
30805         * ext/mplex/gstmplexibitstream.cc:
30806         * ext/mplex/gstmplexibitstream.hh:
30807         * ext/mplex/gstmplexjob.cc:
30808         * ext/mplex/gstmplexjob.hh:
30809         * ext/mplex/gstmplexoutputstream.cc:
30810         * ext/mplex/gstmplexoutputstream.hh:
30811           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30812           had issues, didn't do capsnego, supported only a subset of the
30813           mplex features and required a mplex fork in our local CVS. Plus
30814           that it worked agaist a very old mplex version. Rewriting was
30815           faster than updating it.
30816         * gst-libs/ext/Makefile.am:
30817         * gst-libs/ext/mplex/INSTRUCT:
30818         * gst-libs/ext/mplex/Makefile.am:
30819         * gst-libs/ext/mplex/README:
30820         * gst-libs/ext/mplex/TODO:
30821         * gst-libs/ext/mplex/ac3strm_in.cc:
30822         * gst-libs/ext/mplex/audiostrm.hh:
30823         * gst-libs/ext/mplex/audiostrm_out.cc:
30824         * gst-libs/ext/mplex/aunit.hh:
30825         * gst-libs/ext/mplex/bits.cc:
30826         * gst-libs/ext/mplex/bits.hh:
30827         * gst-libs/ext/mplex/buffer.cc:
30828         * gst-libs/ext/mplex/buffer.hh:
30829         * gst-libs/ext/mplex/fastintfns.h:
30830         * gst-libs/ext/mplex/format_codes.h:
30831         * gst-libs/ext/mplex/inputstrm.cc:
30832         * gst-libs/ext/mplex/inputstrm.hh:
30833         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30834         * gst-libs/ext/mplex/mjpeg_logging.cc:
30835         * gst-libs/ext/mplex/mjpeg_logging.h:
30836         * gst-libs/ext/mplex/mjpeg_types.h:
30837         * gst-libs/ext/mplex/mpastrm_in.cc:
30838         * gst-libs/ext/mplex/mpegconsts.cc:
30839         * gst-libs/ext/mplex/mpegconsts.h:
30840         * gst-libs/ext/mplex/mplexconsts.hh:
30841         * gst-libs/ext/mplex/multplex.cc:
30842         * gst-libs/ext/mplex/outputstream.hh:
30843         * gst-libs/ext/mplex/padstrm.cc:
30844         * gst-libs/ext/mplex/padstrm.hh:
30845         * gst-libs/ext/mplex/stillsstream.cc:
30846         * gst-libs/ext/mplex/stillsstream.hh:
30847         * gst-libs/ext/mplex/systems.cc:
30848         * gst-libs/ext/mplex/systems.hh:
30849         * gst-libs/ext/mplex/vector.cc:
30850         * gst-libs/ext/mplex/vector.hh:
30851         * gst-libs/ext/mplex/videostrm.hh:
30852         * gst-libs/ext/mplex/videostrm_in.cc:
30853         * gst-libs/ext/mplex/videostrm_out.cc:
30854         * gst-libs/ext/mplex/yuv4mpeg.cc:
30855         * gst-libs/ext/mplex/yuv4mpeg.h:
30856         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30857         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30858           We don't fork mjpegtools' mplex in our CVS anymore.
30859         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30860         (gst_avi_demux_add_stream):
30861         * gst/avi/gstavidemux.h:
30862           Add getcaps() function for proper caps nego. This makes some
30863           parts of AVI playback/reading work.
30864         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30865           Resize window on new capsnego. This is probably wrong, but
30866           I'm still committing it because with current capsnego, the
30867           first successfull capsnego is auto-fixated, therefore rounded
30868           down to the lowest values in the caps. this results in a 16x16
30869           XWindow that is not reized when real capsnego finishes.
30870           Dave, I see more cases of this, do you know a proper solution?
30871         * tools/gst-launch-ext.in:
30872           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30873
30874 2003-12-31  David Schleef  <ds@schleef.org>
30875
30876         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30877         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30878           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30879
30880 2003-12-30  David Schleef  <ds@schleef.org>
30881
30882         * ext/ffmpeg/gstffmpegcolorspace.c:
30883         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30884         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30885         (gst_ffmpegcsp_chain): Negotiation fixes
30886         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30888         (gst_audio_convert_link), (gst_audio_convert_channels):
30889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30890         (gst_audioscale_link), (gst_audioscale_get_buffer),
30891         (gst_audioscale_chain): Negotiation fixes
30892         * gst/audioscale/gstaudioscale.h:
30893         * gst/videofilter/gstvideofilter.c:
30894         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30895         (gst_videofilter_link), (gst_videofilter_init),
30896         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30897         (gst_videofilter_find_format_by_structure):
30898         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30900         (gst_videoscale_link):
30901         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30902         (videoscale_find_by_structure), (gst_videoscale_setup):
30903         * gst/videoscale/videoscale.h: Negotiation fixes
30904         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30905         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30906         function, restrict resizing to a multiple of 4 (hack until
30907         everyone supports odd sizes correctly).
30908
30909 2003-12-29  Colin Walters  <walters@verbum.org>
30910
30911         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30912         signed.
30913
30914 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30915
30916         * ext/sndfile/gstsf.c: (gst_sf_loop):
30917           Fix warning about discarding const qualifier
30918
30919 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30920
30921         * gst/cutter/gstcutter.c:
30922         * gst/videoscale/gstvideoscale.c:
30923         * gst/volenv/gstvolenv.c:
30924         * gst-libs/gst/audio/audio.c:
30925         * gst-libs/gst/video/video.c:
30926           Fix warnings
30927
30928 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30929
30930         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30931           Don't send ALSA debugging to stderr.
30932         * ext/alsa/gstalsa.h:
30933           Use GST_WARNING instead of g_warning when ALSA functions fail.
30934
30935 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30936
30937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30938           Free XVAdapterInfo correctly.
30939
30940 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30941
30942         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30943         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30944           Make id3tag use correct caps nego.
30945
30946 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30947
30948         * ext/ivorbis/vorbis.c:
30949         * ext/ivorbis/vorbisenc.h:
30950         * ext/ivorbis/vorbisfile.c:
30951           Modify so that it uses the new caps things
30952
30953 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30954
30955         * testsuite/spider/spider1.c: (main):
30956         * testsuite/spider/spider2.c: (main):
30957         * testsuite/spider/spider3.c: (main):
30958           Make tests compile again. They probably don't work.
30959
30960 2003-12-24  Colin Walters  <walters@verbum.org>
30961
30962         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30963         we can't fixate the caps anymore.
30964
30965 2003-12-23  David Schleef  <ds@schleef.org>
30966
30967         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30968         * sys/oss/gstosssink.c: (gst_osssink_init),
30969         (gst_osssink_sink_fixate): Add fixate function.
30970
30971 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * ext/ffmpeg/gstffmpegcodecmap.c:
30974         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30975         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30976         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30977         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30978         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30979         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30980         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30981           fix typo in RGB masks, and move back to "old" colorspace
30982           capsnego code until whoever wrote this new crap has actually
30983           tested it so that it works.
30984           And yes, this works, keep it that way please.
30985
30986 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30989         (gst_divxdec_init), (gst_divxdec_negotiate):
30990         * ext/divx/gstdivxdec.h:
30991         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30992         (gst_divxenc_init):
30993         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30994         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30995         * ext/mpeg2enc/gstmpeg2enc.cc:
30996         * ext/mpeg2enc/gstmpeg2encoder.cc:
30997         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30998         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30999         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31001         (dxr3spusink_init):
31002         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31003         (dxr3videosink_init):
31004           Fix caps breakage after Dave's caps branch merge.
31005
31006 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31007
31008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31009           Fix for 24bpp display.
31010
31011 2003-12-23  Colin Walters  <walters@verbum.org>
31012
31013         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31014         a GnomeVFSHandle directly.
31015
31016 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31017
31018         * gst/volume/Makefile.am:
31019         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31020         (volume_base_init), (volume_init):
31021           Reenable volume element and fix to work with new caps stuff.
31022           Rhythmbox needs this.
31023
31024 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31025
31026         * gst/qtdemux/qtdemux.c: (plugin_init):
31027           qtdemux requires bytestream
31028
31029 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31030
31031         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31032           Fix remaining caps handling errors due to CAPS merge.
31033
31034 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31035
31036         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31037         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31038         (gst_faad_srcconnect):
31039           Port to new caps system.
31040
31041 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31042
31043         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31044         (got_video_size), (main): using g_print instead of g_message.
31045         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31046         signal which was not emitted because of "switch" element added to the
31047         bin but not connected. (Removing from the bin temporarily)
31048
31049 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31050
31051         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31052         find X development files. I don't understand the previous tests and
31053         they fail on my debian/ppc unstable. This one works.
31054         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31055         exiting.
31056         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31057         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31058         (gst_play_set_visualization): Add some safety checks in set_ methods
31059         and state_change. This was throwing some ugly CRITICAL messages when
31060         pipeline was getting disposed and casts were failing.
31061
31062 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31063
31064         * configure.ac:
31065           Improve mpeg2enc detection. This is for distributions that do
31066           ship mjpegtools, but without mpeg2enc. Also does object check
31067           for might there ever be ABI incompatibility.
31068         * ext/mpeg2enc/gstmpeg2enc.cc:
31069           Add Andrew as second maintainer (he's helping me), and also add
31070           an error if no caps was set. This happens if I pull before capsnego
31071           and that's something I should solve sometime else.
31072         * gst/matroska/matroska-demux.c:
31073         (gst_matroska_demux_parse_blockgroup):
31074           Fix time parsing.
31075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31076         (gst_matroska_mux_track_header):
31077           Add caps to templates.
31078         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31079           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31080         * gst/mpegstream/gstmpegdemux.c:
31081           Remove layer since it causes warnings about unfixed caps.
31082         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31083           Fix obvious typo (we error out if caps were set, we should of
31084           course error out if *no* caps were set).
31085         * sys/oss/gstosselement.c: (gst_osselement_convert):
31086           Fix format conversion, we confused bits/bytes.
31087         * sys/oss/gstosselement.h:
31088           Improve documentation for 'bps'.
31089         * sys/v4l/TODO:
31090           Remove stuff about plugins that need removing - this was done
31091           ages ago.
31092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31093         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31095         (gst_v4lsrc_src_query):
31096         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31097         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31098           Add get_query_types(), get_formats() and query() functions.
31099
31100 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31101
31102         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31103           * moved CVS to freedesktop.org