gst/volume/gstvolume.*: Extend float audio support (double) and some int->uint cleanups.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/volume/gstvolume.c: (volume_choose_func),
4         (volume_update_real_volume), (gst_volume_set_volume),
5         (gst_volume_init), (volume_process_double), (volume_process_float),
6         (volume_process_int16), (volume_process_int16_clamp),
7         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
8         * gst/volume/gstvolume.h:
9           Extend float audio support (double) and some int->uint cleanups.
10
11 2007-02-20  Edward Hervey  <edward@fluendo.com>
12
13         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
14         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
15         (sort_end_pads), (gst_decode_group_expose),
16         (gst_decode_group_hide):
17         Don't free groups from the streaming threads. Just put them aside and
18         free them in dispose.
19
20 2007-02-20  Edward Hervey  <edward@fluendo.com>
21
22         * gst/playback/gstdecodebin2.c: (connect_element),
23         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
24         (sort_end_pads), (gst_decode_group_expose):
25         Handle dynamic pads within groups.
26         Sort pads before exposing them in order to make playbin happy.
27         There still is a race with the multiqueue filling up. This should be
28         solved separately.
29         Fixes #398721
30
31 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
32
33         * gst-libs/gst/utils/base-utils.c:
34         * gst-libs/gst/utils/descriptions.c:
35         * gst-libs/gst/utils/install-plugins.c:
36         * gst-libs/gst/utils/missing-plugins.c:
37           Some more docs (and descriptions for two subtitle formats).
38
39 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
40
41         * gst-libs/gst/audio/audio.c:
42           Fix documentation.
43
44 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
45
46         Patch by: Yves Lefebvre  <ivanohe abacom com>
47
48         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
49           Don't leak caps. Fixes #408278.
50
51 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
52
53         * ext/cdparanoia/gstcdparanoiasrc.h:
54         * ext/ogg/gstoggdemux.h:
55         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
56         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
57         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
58         * gst-libs/gst/audio/audio.h:
59         * gst-libs/gst/audio/gstaudiofilter.h:
60         * gst-libs/gst/interfaces/videoorientation.h:
61         * gst/adder/gstadder.h:
62           More docs coverage and some ChangeLog surgery (add missing names)
63
64 2007-02-15  Wim Taymans  <wim@fluendo.com>
65
66         * sys/ximage/ximagesink.c:
67         (gst_ximagesink_calculate_pixel_aspect_ratio):
68         * sys/xvimage/xvimagesink.c:
69         (gst_xvimagesink_calculate_pixel_aspect_ratio):
70         Small constifications.
71
72 2007-02-15  Wim Taymans  <wim@fluendo.com>
73
74         * gst-libs/gst/audio/gstbaseaudiosink.c:
75         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
76         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
77         (gst_base_audio_sink_async_play),
78         (gst_base_audio_sink_change_state):
79         Answer latency query.
80         Use configured latency when syncing.
81         Fix clock slaving.
82
83         * gst-libs/gst/audio/gstbaseaudiosrc.c:
84         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
85         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
86         Fix possible memleak.
87         Implement latency query.
88         Small cleanups.
89
90 2007-02-15  Wim Taymans  <wim@fluendo.com>
91
92         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
93         Ignore errors in reset, these are not fatal. They also grab the element
94         lock which is already taking when this function is called. Fixes
95         #405451.
96
97 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
98
99         * configure.ac:
100           Remove 'tests/examples/xerror/Makefile' from output files again.
101
102 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
103
104         * configure.ac:
105         * docs/plugins/Makefile.am:
106           Also crossref against gst-plugins-base-libs.
107
108 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
109
110         * configure.ac:
111         * docs/libs/Makefile.am:
112         * docs/plugins/Makefile.am:
113           Add crossreferences to glib/gobject/gstream docs.
114
115         * gst-libs/gst/audio/audio.h:
116           Source formatting.
117
118         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
119           Add own debug category.
120
121 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
122
123         Patch by: René Stadler <mail at renestadler de>
124
125         * gst-libs/gst/tag/gstvorbistag.c:
126           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
127           (#403597).
128
129 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
130
131         * gst/playback/gstplaybasebin.c: (setup_source):
132           When we have external subtitles and wait for the subtitle decodebin
133           to get up and running, we set up a (sync) bus handler for the
134           subtitle decodebin, so we can stop waiting when it posts an error
135           message. However, we should do that before we set the subtitle
136           decodebin's state to playing, otherwise things are racy and we might
137           miss error messages posted before we had a chance to set up the bus.
138           This should finally fix totem hanging on .txt pseudo-subtitle files.
139           
140 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
141
142         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
143           Use gst_gdouble_to_guint64 for conversions.
144         * win32/common/config.h.in:
145           Add a define for GST_INSTALL_PLUGINS_HELPER
146         * win32/common/libgstaudio.def:
147         * win32/common/libgstcdda.def:
148         * win32/common/libgstnetbuffer.def:
149         * win32/common/libgstrtp.def:
150         * win32/common/libgutils.def:
151           Add new exported functions.
152         * win32/vs6/gst_plugins_base.dsw:
153         * win32/vs6/libgstdecodebin.dsp:
154         * win32/vs6/libgstnetbuffer.dsp:
155         * win32/vs6/libgstplaybin.dsp:
156         * win32/vs6/libgstrtp.dsp:
157         * win32/vs6/libgstvorbis.dsp:
158         * win32/vs6/libgstcdda.dsp:
159         * win32/vs6/libgstgdp.dsp:
160         * win32/vs6/libgstutils.dsp:
161           Update and add new project files.
162
163 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
164
165         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
166         (subrip_remove_unhandled_tags), (parse_subrip):
167           For SubRip (.srt) subtitles, ignore all markup tags we don't
168           handle (like font tags, for example).
169
170         * tests/check/elements/subparse.c:
171           Add test for this.
172
173 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
174
175         * gst/playback/gstdecodebin.c: (add_fakesink),
176         (gst_decode_bin_change_state):
177         * gst/playback/gstdecodebin2.c: (add_fakesink),
178         (gst_decode_bin_change_state):
179           Don't error out if there is no fakesink in the NULL to READY state
180           change, since when decodebin is re-used, we're only adding the
181           fakesink element in READY to PAUSED.
182
183         * tests/check/elements/decodebin.c:
184         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
185         (decodebin_suite):
186           Minimal unit test to make sure we can use the same decodebin
187           instance twice (at least with audiotestsrc input).
188
189 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
190
191         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
192           Try to get devic-name from device string first, and from handle only
193           as fallback (seems to yield better results and is more robust
194           against buggy probing code on the application side).
195
196 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
197
198         Based on patch by: Julien Puydt <julien.puydt at laposte net>
199
200         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
201         (gst_alsa_find_device_name):
202         * ext/alsa/gstalsa.h:
203         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
204         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
205           Improve device-name detection a bit, especially in the case where
206           the device is not actually open (#405020, #405024). Move common code
207           into gstalsa.c instead of duplicating it.
208
209 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
210
211         * gst/audioconvert/gstaudioconvert.c:
212           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
213
214 2007-02-06  Julien MOUTTE  <julien@moutte.net>
215
216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
217         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
218         (gst_xvimagesink_interface_supported),
219         (gst_xvimagesink_probe_get_properties),
220         (gst_xvimagesink_probe_probe_property),
221         (gst_xvimagesink_probe_needs_probe),
222         (gst_xvimagesink_probe_get_values),
223         (gst_xvimagesink_property_probe_interface_init),
224         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
225         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
226         (gst_xvimagesink_get_type):
227         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
228         for XVAdaptors so that one can choose the adaptor to use with 
229         gstreamer-properties.
230
231 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
232
233         * gst/audioconvert/gstaudioconvert.c:
234           Also mention that a conversion from double to float is suboptimal still.
235
236 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
237
238         * gst-libs/gst/audio/gstaudiofilter.c:
239         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
240           Clear our formats structure and free the caps contained in it when
241           shutting down.
242
243 2007-02-05  Andy Wingo  <wingo@pobox.com>
244
245         * gst-libs/gst/audio/gstbaseaudiosink.c
246         (gst_base_audio_sink_callback): Update basesink->offset so that we
247         pull monotonically increasing offsets instead of, um, seeking back
248         to 0 each time. Fixes alsasrc ! alsasink!
249
250 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * gst/videoscale/gstvideoscale.c:
253           A width and height of 1 makes us crash, so increase minimum size to
254           2x2 pixels until someone feels like fixing this (#404512).
255
256 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
259           Add small test to make sure request pads are cleaned up properly
260           even if oggmux never changes state out of NULL.
261
262 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * tests/check/libs/utils.c: (GST_START_TEST):
265           Fix unit test. Turns out things work much better when you
266           NULL-terminate string arrays. Should make p5 build bot happy again.
267
268 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * gst-libs/gst/audio/Makefile.am:
271         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
272         (gst_audio_filter_template_base_init),
273         (gst_audio_filter_template_class_init),
274         (gst_audio_filter_template_init),
275         (gst_audio_filter_template_set_property),
276         (gst_audio_filter_template_get_property),
277         (gst_audio_filter_template_setup),
278         (gst_audio_filter_template_filter),
279         (gst_audio_filter_template_filter_inplace), (plugin_init):
280           Oops, forgot to commit fixed-up example.
281
282 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
283
284         * docs/libs/gst-plugins-base-libs-sections.txt:
285         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
286         (gst_audio_filter_class_init), (gst_audio_filter_init),
287         (gst_audio_filter_set_caps),
288         (gst_audio_filter_class_add_pad_templates):
289         * gst-libs/gst/audio/gstaudiofilter.h:
290           Port GstAudioFilter to 0.10. This change technically breaks
291           API and ABI (and thus also every library developer's heart),
292           but seems justifiable on the grounds that the base class was
293           completely unusable before (ie. would crash immediately when
294           actually used). Fixes #403963 (and eventually also #403572).
295           Also document all of this a bit.
296
297 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
298
299         * gst-libs/gst/utils/install-plugins.c:
300         (gst_install_plugins_spawn_child):
301         * tests/check/libs/utils.c:
302         (test_base_utils_install_plugins_do_callout):
303           Lowering log level to see why things fail on the p5 build bot;
304           fix some typos in unit test messages.
305
306 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * tests/check/libs/utils.c:
309         (test_base_utils_install_plugins_do_callout):
310           Don't hard-code temp directory for test helper; use GLib functions
311           to write out file and do error checking etc.
312
313 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
314
315         * gst-libs/gst/utils/Makefile.am:
316         * gst-libs/gst/utils/base-utils.h:
317         * gst-libs/gst/utils/install-plugins.c:
318         (gst_install_plugins_context_set_xid),
319         (gst_install_plugins_context_new),
320         (gst_install_plugins_context_free),
321         (gst_install_plugins_get_helper),
322         (gst_install_plugins_spawn_child),
323         (gst_install_plugins_return_from_status),
324         (gst_install_plugins_installer_exited),
325         (gst_install_plugins_async), (gst_install_plugins_sync),
326         (gst_install_plugins_return_get_name),
327         (gst_install_plugins_installation_in_progress):
328         * gst-libs/gst/utils/install-plugins.h:
329           API: add API for applications to initiate installation of missing
330           plugins, ie. gst_install_plugins_async() primarily.
331           Based on libgimme-codec by Ryan Lortie.
332
333         * configure.ac:
334           Add --with-install-plugins-helper configure option so distros can specify
335           the path of the helper script or program to call when plugin installation
336           is requested (distros: please do any argument munging in this helper
337           script instead of patching GStreamer to pass arguments differently
338           to another program directly).
339
340         * docs/libs/gst-plugins-base-libs-docs.sgml:
341         * docs/libs/gst-plugins-base-libs-sections.txt:
342           Build and document new API.
343
344         * tests/check/libs/utils.c: (result_cb),
345         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
346         (libgstbaseutils_suite):
347           Some simple checks for the new API.
348
349 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * tests/check/elements/audioconvert.c: (test_float_conversion):
352           Add small test for 32bit float <=> 64bit float conversion (works
353           only one way so far, 32=>64 produces structured noise).
354
355 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * gst/audioconvert/gstaudioconvert.c:
358         (set_structure_widths_32_and_64), (make_lossless_changes):
359           We don't support floats with a width of 40, 48 or 56 bits.
360
361 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
362
363         * gst/audioconvert/audioconvert.c: (float), (double),
364         (audio_convert_get_func_index):
365         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
366         (make_lossless_changes):
367           Support for 64-bit float audio in audioconvert (#339837)
368
369 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
370
371         Patch by: Holger Wansing  <linux wansing-online de>
372
373         * po/LINGUAS:
374         * po/de.po:
375           Add German translation (#352069).
376
377 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
378
379         reviewed by: Wim Taymans <wim@fluendo.com>
380
381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
382         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
383         Use newly added GstCollectPads API to free the allocated resources in
384         the GstOggPad structures (#402393).
385
386 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
387
388         * gst/playback/gstplaybin.c: (gen_vis_element):
389           Add audioresample+audioconvert in front of the visualisation
390           element, so that elements like libvisual 0.4 that don't support all
391           samplerates can work.
392
393           Fixes: #402505
394
395 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
398         (gst_play_base_bin_get_streaminfo_value_array):
399           Take some locks and make a copy of the streaminfo value array we
400           maintain while holding the lock, so that the application can
401           retrieve the stream-info as a value array in a thread-safe way.
402
403 2007-01-30  Wim Taymans  <wim@fluendo.com>
404
405         * gst/audioconvert/gstaudioconvert.c:
406         Don't fail on 0 sized buffers. Fixes #396835.
407
408 2007-01-29  David Schleef  <ds@schleef.org>
409
410         * gst/typefind/gsttypefindfunctions.c:
411           Detect BBCD as video/x-dirac, so we can play raw dirac
412           streams.
413
414 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * ext/theora/theoraenc.c: (theora_enc_chain):
417           Check return value of theora_encode_header(), or we might try to
418           allocate a random number of bytes. theora_encode_header() can fail
419           if libtheora has been compiled with encoding support disabled.
420           Fixes #398110.
421
422 2007-01-29  Wim Taymans  <wim@fluendo.com>
423
424         * tests/check/gst/.cvsignore:
425         Do as buildbot says.
426
427 2007-01-29  Wim Taymans  <wim@fluendo.com>
428
429         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
430         Fix strides in libvisual. Gst uses X strides.
431         Inspired by: <ed at catmur dot co dot uk> and 
432         <tim at centricular dot net>
433         Fixes #401118.
434
435 2007-01-27  Wim Taymans  <wim@fluendo.com>
436
437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
438         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
439         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
440         (gst_ogg_demux_perform_seek),
441         (gst_ogg_demux_bisect_forward_serialno),
442         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
443         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
444         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
445         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
446         * ext/ogg/gstoggdemux.h:
447         Properly propagate streaming errors when we are scanning the file for
448         chains so that we don't crash when shut down. Might fix some crashers
449         when quickly switching oggs in RB such as #332503 and #378436.
450
451 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
452
453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
454           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
455           error code as well.
456
457 2007-01-25  Wim Taymans  <wim@fluendo.com>
458
459         * gst/playback/gstplaybasebin.c: (remove_source):
460         Don't try to disconnect a signal from a finalized object.
461
462 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
465           Cast lock macro parameters to make sure we're actually accessing the
466           lock member at the right class level. Free list itself in _dispose()
467           as well and NULL it in case dispose gets called multiple times.
468
469 2007-01-25  Edward Hervey  <edward@fluendo.com>
470
471         * gst/playback/gstdecodebin2.c:
472         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
473         Free GstDecodeGroups no longer used.
474         (gst_decode_group_expose):
475         Don't unlock too many times !
476         (deactivate_free_recursive):
477         Free iterator once we're done with it.
478         Fix for recursively deactivating elements (stop at ghostpads).
479
480 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
481
482         * gst/playback/gstplaybin.c: (handoff):
483           Fix up caps on the frame buffer before we save it and potentially
484           make it accessible to other threads via g_object_get; also use
485           gst_buffer_replace() instead of gst_mini_object_replace().
486
487 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
490           Make getting the current frame thread-safe.
491
492 2007-01-25  Edward Hervey  <edward@fluendo.com>
493
494         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
495         (gst_decode_group_new), (gst_decode_group_free):
496         Set queues to bigger sizes to cope with HD contents.
497         Fix some mutex freeing and add comment about MT safe methods.
498
499 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
500
501         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
502         (gst_text_overlay_text_event):
503           Don't unnecessarily ref (and then leak) upstream events if the text
504           pad is not linked. Fixes #399948.
505
506         * tests/check/gst-plugins-base.supp:
507           Add suppression for pango on edgy/x86 for textoverlay test.
508
509 2007-01-24  Wim Taymans  <wim@fluendo.com>
510
511         * gst-libs/gst/rtp/gstrtpbuffer.h:
512         Add some more fixed payloads.
513
514 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
515
516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
517           Error out properly if we get an error from libogg while reading the
518           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
519
520 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
521
522         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
523           Don't leak mutex.
524
525         * tests/check/elements/playbin.c:
526         (test_sink_usage_video_only_stream),
527         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
528         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
529         (test_missing_suburisource_handler),
530         (test_missing_primary_decoder), (playbin_suite):
531           Run all tests once with decodebin and once with decodebin2.
532           One test does not pass yet with decodebin2.
533
534 2007-01-23  Edward Hervey  <edward@fluendo.com>
535
536         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
537         Fix the cases where oggmux doesn't properly figure out that all
538         sinkpads have gone EOS, and therefore doesn't push out the remaining
539         buffers and the final EOS event.
540         Fixes #363379
541
542 2007-01-23  Julien MOUTTE  <julien@moutte.net>
543
544         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
546         Don't lock on navigation event push, just on keysym to string.
547         Fixes #397673 again.
548
549 2007-01-22  Edward Hervey  <edward@fluendo.com>
550
551         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
552         (get_current_group), (group_demuxer_event_probe),
553         (gst_decode_group_expose), (deactivate_free_recursive),
554         (gst_decode_group_free):
555         Cleanups.
556         Don't forget to emit 'no-more-pads' once a group is exposed.
557         Cleanup elements from a DecodeGroup once we remove it.
558         Protect call to gst_decode_group_expose() with the decodebin lock.
559
560 2007-01-22  Julien MOUTTE  <julien@moutte.net>
561
562         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
564         Looking at Xorg code i can't figure out if that XKeysymToString
565         function is thread sensible or not. Lock it just in case as
566         recommended by Radek Doulik <rodo at ximian dot com>.
567
568 2007-01-22  Julien MOUTTE  <julien@moutte.net>
569
570         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
572         Lock that X Call as well. Fixes #397673.
573
574 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
575
576         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
577           Don't go into an endless loop if the file starts with 00 00 01 2X,
578           like quicktime redirect files might. Fixes #396042.
579
580         * tests/check/Makefile.am:
581         * tests/check/gst/.cvsignore:
582         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
583         (typefindfunctions_suite):
584           Add unit test for the above.
585
586 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
587
588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
589           On second thought, use "depth" field rather than "bpp" field.
590
591 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
592
593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
594           Camtasia caps apparently need a bpp field (#398875).
595
596 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
597
598         * gst/playback/gstplaybasebin.c: (setup_subtitle),
599         (gen_source_element), (gst_play_base_bin_change_state):
600           Attempt at a better error message in case we don't have the required
601           URI handler installed; post missing-plugin message also when we're
602           missing an URI handler for the subtitle URI; clean up properly also
603           when an error occurs and we never made it to PAUSED state.
604
605         * tests/check/elements/playbin.c: (GST_START_TEST),
606         (playbin_suite):
607           Check that we're also getting a missing-plugin messsage for a
608           missing subtitle URI handler (and clean up properly).
609
610 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
613           Plug a few reference leaks.
614
615 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
616
617         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
618           Lower probability a bit if the marker isn't right at the start,
619           to decrease the chance of false positives.
620
621 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
622
623         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
624           Small mpeg2 system stream typefinding improvement: make typefinder
625           probe a bit into the stream instead of just looking for a marker
626           at the beginning. Fixes #397810.
627
628 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * gst/audioconvert/gstchannelmix.c:
631           Remove compatibility cruft for prehistoric GLib versions.
632
633 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * gst/playback/Makefile.am:
636         * gst/playback/gstdecodebin.c: (close_pad_link):
637         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
639         (gst_play_base_bin_handle_message_func), (unknown_type):
640           Let decodebin be the element to post missing-plugin messages for
641           missing decoders (rather than playbin); make playbin implement
642           GstBin::handle_message so we can suppress missing-plugin messages
643           for types we're not handling on purpose (don't want to bring up an
644           installer in those cases).
645
646 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
649         * gst-libs/gst/tag/gstvorbistag.c:
650         (gst_tag_list_to_vorbiscomment_buffer):
651         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
652           Fix potentially unaligned access (#397207).
653
654 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
655
656         * tests/examples/seek/seek.c: (set_scale), (update_scale),
657         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
658         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
659         (main):
660           Allow to toggle looping while it plays. Fix callback prototype. Clean
661           up code a bit more. Add copyright header.
662
663 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
664
665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
666           Red and blue mask was swapped (spotted by Dan Williams).
667
668 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
669
670         * gst-libs/gst/tag/gstid3tag.c:
671         * gst-libs/gst/tag/gstvorbistag.c:
672           Use new beats-per-minute tag from core.
673
674 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * po/POTFILES.in:
677           Add new files with translatable strings, so they actually make it
678           into the template file one day.
679
680 2007-01-12  Andy Wingo  <wingo@pobox.com>
681
682         * gst-libs/gst/audio/gstbaseaudiosink.c
683         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
684         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
685         stuff, as the base class handles this now. Actually tell the ring
686         buffer to start.
687         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
688         How did this work before? Maybe I'm not as awesome a programmer as
689         I think.
690
691         * gst-libs/gst/audio/gstbaseaudiosrc.c
692         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
693         of a pad function.
694
695 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
696
697         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
698           Remove more fields so that the application can better blacklist
699           formats that have been tried before.
700
701 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
702
703         * gst-libs/gst/audio/mixerutils.h:
704           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
705           used when compiling with c++ compilers as well.
706
707 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
708
709         * gst/typefind/gsttypefindfunctions.c:
710           Fix comment.
711
712 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * gst/playback/gstplaybin.c: (post_missing_element_message),
715         (gen_video_element), (gen_text_element), (gen_audio_element),
716         (gen_vis_element):
717           Post missing-plugin messages also when we error out because
718           converters, textoverlay or auto*sinks are missing (#161922).
719
720 2007-01-10  Wim Taymans  <wim@fluendo.com>
721
722         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
723         (is_demuxer_element), (new_caps):
724         * gst/playback/gstplaybasebin.c: (source_new_pad):
725         Fix the case where we try to ref a NULL element when we delay a link
726         because of unfixed caps.
727         Set the state of autoplugged decodebins to PAUSED.
728         RTSP now works in playbin, we can remove it from the blacklist.
729
730 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
731
732         * gst/playback/Makefile.am:
733         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
734         (unknown_type), (setup_subtitle), (gen_source_element):
735         * gst/playback/gstplaybin.c: (plugin_init):
736           Post missing-plugin messages on the bus for missing sources and
737           missing decoders/demuxers/depayloaders; fix error code used when
738           we're missing an URI handler source; for media types that we are not
739           handling on purpose at the moment, don't print "don't know how to
740           handle xyz" messages to the terminal or post missing-plugin
741           messages on the bus.
742
743         * tests/check/elements/playbin.c: (create_playbin),
744         (GST_START_TEST), (gst_codec_src_uri_get_type),
745         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
746         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
747         (gst_codec_src_init_type), (gst_codec_src_base_init),
748         (gst_codec_src_create), (gst_codec_src_class_init),
749         (gst_codec_src_init), (plugin_init), (playbin_suite):
750           Add some tests for the missing-plugin stuff.
751
752 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * configure.ac:
755         * gst-libs/gst/Makefile.am:
756         * gst-libs/gst/utils/Makefile.am:
757         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
758         * gst-libs/gst/utils/base-utils.h:
759         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
760         (find_format_info), (caps_are_rtp_caps),
761         (gst_base_utils_get_source_description),
762         (gst_base_utils_get_sink_description),
763         (gst_base_utils_get_decoder_description),
764         (gst_base_utils_get_encoder_description),
765         (gst_base_utils_get_element_description),
766         (gst_base_utils_add_codec_description_to_tag_list),
767         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
768         * gst-libs/gst/utils/descriptions.h:
769         * gst-libs/gst/utils/missing-plugins.c:
770         (missing_structure_get_type), (copy_and_clean_caps),
771         (gst_missing_uri_source_message_new),
772         (gst_missing_uri_sink_message_new),
773         (gst_missing_element_message_new),
774         (gst_missing_decoder_message_new),
775         (gst_missing_encoder_message_new),
776         (missing_structure_get_string_detail),
777         (missing_structure_get_caps_detail),
778         (gst_missing_plugin_message_get_installer_detail),
779         (gst_missing_plugin_message_get_description),
780         (gst_is_missing_plugin_message):
781         * gst-libs/gst/utils/missing-plugins.h:
782           API: add new libgstbaseutils library with functions
783           - to create and parse missing-plugins messages
784           - that provide (translated) descriptions for caps/decoders/sources/etc.
785           Closes #392393.
786
787         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
788         * pkgconfig/gstreamer-plugins-base.pc.in:
789           Add new lib.
790
791         * docs/libs/gst-plugins-base-libs-docs.sgml:
792         * docs/libs/gst-plugins-base-libs-sections.txt:
793           Generate docs for new lib and API.
794
795         * tests/check/Makefile.am:
796         * tests/check/libs/.cvsignore:
797         * tests/check/libs/utils.c: (missing_msg_check_getters),
798         (GST_START_TEST), (libgstbaseutils_suite):
799           Add some basic unit tests.
800
801 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * ext/ogg/Makefile.am:
804           Dist gstoggdemux.h to fix 'make distcheck'.
805
806         * sys/v4l/Makefile.am:
807           Fix 'make distcheck' even more.
808
809 2007-01-09  Wim Taymans  <wim@fluendo.com>
810
811         * docs/plugins/Makefile.am:
812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
813         * docs/plugins/gst-plugins-base-plugins-sections.txt:
814         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
815         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
816         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
817         (gst_ogg_demux_perform_seek):
818         * ext/ogg/gstoggdemux.h:
819         Added docs.
820         Add some more comments.
821         Small cleanups.
822
823 2007-01-09  Wim Taymans  <wim@fluendo.com>
824
825         * ext/theora/theoradec.c:
826         * ext/vorbis/vorbisdec.c:
827         * gst-libs/gst/audio/gstringbuffer.c:
828         (gst_ring_buffer_commit_full):
829         * gst-libs/gst/audio/gstringbuffer.h:
830         * gst-libs/gst/rtp/gstrtpbuffer.c:
831         * gst-libs/gst/tag/gstvorbistag.c:
832         Small documentation updates/fixes
833
834 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * configure.ac:
837           Require core CVS HEAD for Andy's basesrc/sink API additions.
838
839 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
840
841         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
842
843         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
844         (plugin_init):
845           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
846           on flac.sf.net (there appear to be other versions of the first
847           ogg page in the wild) (#391365).
848
849 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * configure.ac:
852           Check if localtime_r() is available.
853
854         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
855           If localtime_r() is not available, fall back to localtime(). Should
856           fix build on MingW (#393310).
857
858 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
861         * gst/subparse/gstsubparse.h:
862           Remove spurious 1000 subtrahend when calculating the timestamp from
863           the frame number and the frame rate . Also, use the frames/second
864           value specified in the first line of the file, if one is specified
865           there. Should fix #357503.
866
867         * tests/check/elements/subparse.c: (do_test),
868         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
869         (subparse_suite):
870           Add some basic unit tests for the microdvd subtitle format.
871
872 2007-01-07  Julien MOUTTE  <julien@moutte.net>
873
874         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
875         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
876         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
877         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
878         (gst_xvimagesink_set_xwindow_id),
879         (gst_xvimagesink_set_event_handling),
880         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
881         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
882         Patch by : Young-Ho Cha <ganadist at chollian dot net>
883         Fixes : #390076.
884         Add an adaptor property to select a specific XV adaptor.
885         * sys/xvimage/xvimagesink.h:
886
887 2007-01-07  Julien MOUTTE  <julien@moutte.net>
888
889         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
890         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
891         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
892         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
893         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
894         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
895         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
896         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
897         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
898         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
899         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
900         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
901         Use flow_lock much more to protect every access to xwindow.
902         Try to catch erros while creating images in case some drivers are
903         just generating an XError when the requested image is too big.
904         Should fix : #354698, #384008, #384060.
905         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
906         Implement some stress testing of setting window xid.
907
908 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
909
910         * win32/common/libgsaudio.def:
911           Add new exported function.
912         * win32/common/libgstogg.dsp:
913           Add gstoggaviparse.c to the build.
914         * win32/common/libgstvideoscale.dsp:
915           Add vs_4tap.c to the build.
916         * win32/common/libgstvorbis.dsp:
917           Add vorbistag.c to the build.
918         
919 2007-01-06  Andy Wingo  <wingo@pobox.com>
920
921         * gst-libs/gst/audio/gstbaseaudiosink.c
922         (gst_base_audio_sink_class_init)
923         (gst_base_audio_sink_init): 
924         (gst_base_audio_sink_activate_pull): Add an activate_pull function
925         to baseaudiosink, and tell basesink that we can work in pull mode.
926         This way the ring buffer thread drives the pipeline directly, if
927         pull mode is possible. There is some lingering nastiness regarding
928         capsnego, however.
929         (gst_base_audio_sink_callback): Implement the callback to pull
930         data. This interface is a bit light, though -- it should get a
931         GstFlowReturn return value at least.
932
933 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
936         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
937         * gst/playback/gstdecodebin2.c:
938         (gst_decode_group_check_if_blocked):
939           Printf format and missing argument fixes.
940
941 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
942
943         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
944         (gst_ogm_parse_change_state):
945         Activate pads before adding them to the element.
946
947 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * tests/examples/seek/scrubby.c: (main):
950         * tests/examples/seek/seek.c: (main):
951           Call g_thread_init() first thing in main() (see #391278).
952
953 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * tests/check/Makefile.am:
956         * tests/check/libs/.cvsignore:
957         * tests/check/libs/netbuffer.c: (GST_START_TEST),
958         (netbuffer_suite):
959           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
960           for the time being, since it's broken, see #393099.
961
962 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * tests/check/Makefile.am:
965           Update to use GST_PLUGINS_BASE_CFLAGS as well.
966
967 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
968
969         * configure.ac:
970           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
971           so that GST_BASE_CFLAGS can go inbetween them, making sure
972           we use uninstalled gst-libs headers
973         * docs/libs/Makefile.am:
974         * ext/alsa/Makefile.am:
975         * ext/cdparanoia/Makefile.am:
976         * ext/gnomevfs/Makefile.am:
977         * ext/libvisual/Makefile.am:
978         * ext/ogg/Makefile.am:
979         * ext/theora/Makefile.am:
980         * ext/vorbis/Makefile.am:
981         * gst-libs/gst/audio/Makefile.am:
982         * gst-libs/gst/cdda/Makefile.am:
983         * gst-libs/gst/interfaces/Makefile.am:
984         * gst-libs/gst/riff/Makefile.am:
985         * gst-libs/gst/rtp/Makefile.am:
986         * gst-libs/gst/tag/Makefile.am:
987         * gst/adder/Makefile.am:
988         * gst/audioconvert/Makefile.am:
989         * gst/audiorate/Makefile.am:
990         * gst/audioresample/Makefile.am:
991         * gst/playback/Makefile.am:
992         * gst/tcp/Makefile.am:
993         * gst/videoscale/Makefile.am:
994         * gst/volume/Makefile.am:
995         * sys/ximage/Makefile.am:
996         * sys/xvimage/Makefile.am:
997         * tests/icles/Makefile.am:
998           adapt
999
1000 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1001
1002         * gst-libs/gst/interfaces/xoverlay.c:
1003         (gst_x_overlay_handle_events):
1004         * gst-libs/gst/interfaces/xoverlay.h:
1005         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1006         (gst_ximagesink_set_xwindow_id),
1007         (gst_ximagesink_set_event_handling),
1008         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1009         (gst_ximagesink_get_property), (gst_ximagesink_init),
1010         (gst_ximagesink_class_init):
1011         * sys/ximage/ximagesink.h:
1012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1013         (gst_xvimagesink_set_xwindow_id),
1014         (gst_xvimagesink_set_event_handling),
1015         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1016         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1017         (gst_xvimagesink_class_init):
1018         * sys/xvimage/xvimagesink.h:
1019         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1020         Add a method to the XOverlay interface to allow disabling of 
1021         event handling in x[v]imagesink elements. This will let X events
1022         propagate to parent windows which can be usefull in some cases.
1023         Be carefull that the application is then responsible of pushing
1024         navigation events and expose events to the video sink.
1025         Fixes: #387138.
1026
1027 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029         * gst-libs/gst/tag/gstvorbistag.c:
1030         * tests/check/libs/tag.c: (GST_START_TEST):
1031           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1032           (fixes #392070).
1033
1034 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * configure.ac:
1037         * docs/Makefile.am:
1038         * docs/design/Makefile.am:
1039           Dist design docs.
1040
1041 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1042
1043         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1044         typo. Fixes: #390063.
1045
1046 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1047
1048         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1050         caps leak.
1051         * win32/common/config.h: Updated.
1052
1053 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1054
1055         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1056         (setup_gdpdepay_streamheader):
1057         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1058         (setup_gdppay_streamheader):
1059           Fix the dp tests, but activating the pads for the streamheader tests
1060           too and cleaning up conditionaly
1061
1062 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1063
1064         * gst/ffmpegcolorspace/avcodec.h:
1065         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1066         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1067         (gst_ffmpegcsp_avpicture_fill):
1068         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1069         (img_get_alpha_info):
1070         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1071         other end of the word. Fixes: #387073.
1072
1073         Add some inconsequential branch hints in a couple of places.
1074
1075 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1078         (gst_ffmpeg_caps_to_smpfmt):
1079           The "signed" field in raw audio caps is of boolean type, trying to
1080           extract the value with _get_int() will fail (fix to keep in sync with
1081           the copy in gst-ffmpeg)
1082
1083 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1086         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1087         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1088         (cleanup_gdpdepay):
1089         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1090         * tests/check/elements/subparse.c: (teardown_subparse):
1091         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1092         * tests/check/elements/videorate.c: (cleanup_videorate):
1093         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1094         * tests/check/elements/volume.c: (cleanup_volume):
1095         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1096         (cleanup_vorbisdec):
1097         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1098         (cleanup_vorbistag):
1099           consistent pad (de)activation
1100
1101 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1104           Forgot to register the extensions.
1105
1106 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1109         (plugin_init):
1110           Add typefinder for VIVO files (my christmas present to the 90s).
1111
1112 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/playback/gstdecodebin.c: (type_found):
1115           Special-case the text/plain media type: we only want to recognise it
1116           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1117           parser, but not if the entire stream is of text/plain type. If the
1118           entire stream is text/plain, we should just error out.
1119
1120           This fixes playback of audio files with lyrics in totem. Totem can't
1121           distinguish between text files and subtitle files and passes any
1122           .txt file with the same basename as the main file to playbin as
1123           suburi, and playbin will then throw a 'subtitle found, but no video
1124           stream' error, which isn't entirely helpful. See #380342.
1125
1126           Also, with this change we'll show a slightly more correct error
1127           message in case totem passes a playlist file to us (although a
1128           custom error message wording instead of the default text would
1129           probably not be a bad idea either).
1130
1131           Same problem also needs to be fixed for playbin+decodebin2.
1132
1133         * tests/check/Makefile.am:
1134         * tests/check/elements/decodebin.c: (src_handoff_cb),
1135         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1136         (decodebin_suite):
1137           Add simple unit test for decodebin for the above.
1138
1139 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1142         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1143           Refuse to change state to READY when we failed to create any of the
1144           required elements in our instance init function.
1145
1146 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * docs/libs/gst-plugins-base-libs-sections.txt:
1149           Small docs fixes/updates.
1150
1151         * gst-libs/gst/video/gstvideosink.h:
1152           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1153           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1154           removed from the base sink API between 0.9.6 and 0.9.7).
1155           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1156           accessor macros, so we don't do a runtime GObject type check every
1157           time we use them.
1158
1159 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * Makefile.am:
1162         * gst-plugins-base.doap:
1163         * gst-plugins-base.spec.in:
1164           add doap file
1165
1166 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1167
1168         Patch by: Jens Granseuer <jensgr at gmx net>
1169
1170         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1171         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1172         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1173         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1175           Declare variables at the beginning of a block. Fixes #383195.
1176
1177 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1178
1179         * configure.ac:
1180         Bump version nano - back to CVS.
1181
1182
1183 === release 0.10.11 ===
1184
1185 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1186
1187         * configure.ac:
1188           releasing 0.10.11, "Dumb things"
1189
1190 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1191
1192         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1193         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1194         Handle the case where an element has multiple pads with 
1195         unfixed caps as well as still possibly producing more dynamic 
1196         pads by storing each case as a distinct entry in the dynamic list.
1197         Fixes #38223 again.
1198
1199 2006-12-04  Wim Taymans  <wim@fluendo.com>
1200
1201         * gst/playback/gstdecodebin.c: (close_pad_link):
1202         Fix #382223, add more dynamic caps handling.
1203
1204 2006-12-04  Wim Taymans  <wim@fluendo.com>
1205
1206         reviewed by: <delete if not using a buddy>
1207
1208         * gst-libs/gst/audio/gstringbuffer.h:
1209         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1210         (gst_netaddress_set_ip4_interface),
1211         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1212         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1213         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1214         (gst_netaddress_get_ttl):
1215         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1216         * gst/playback/gstdecodebin.c: (close_pad_link):
1217         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1218         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1219         * win32/common/config.h:
1220
1221 2006-12-01  Michael Smith  <msmith@fluendo.com>
1222
1223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1224           Delete bad debug code.
1225           Fixes #381219
1226
1227 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1228
1229         * gst/videoscale/vs_4tap.c:
1230         * win32/MANIFEST:
1231         * win32/common/config.h:
1232         * win32/vs8/libgstvideoscale.vcproj:
1233         Fix compilation on win32 under VS8
1234         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1235         Partially fixes #381175
1236
1237 2006-11-30  Michael Smith  <msmith@fluendo.com>
1238
1239         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1240         (GST_START_TEST):
1241           It would be very bad if, after a discont buffer, we thought every
1242           single following buffer was also discont. So, add to the test to
1243           ensure that this isn't the case.
1244           
1245         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1246           ... it was the case. So fix it.
1247
1248 2006-11-28  Wim Taymans  <wim@fluendo.com>
1249
1250         * gst/playback/gstplaybasebin.c: (check_queue_event):
1251         Improve debug.
1252
1253         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1254         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1255         padtemplate caps. Refixes #357577.
1256
1257 2006-11-28  Wim Taymans  <wim@fluendo.com>
1258
1259         * gst/playback/gstplaybasebin.c: (check_queue_event),
1260         (queue_threshold_reached), (queue_out_of_data),
1261         (gen_preroll_element):
1262         Add event probe to see when EOS is in a queue and we can disable the
1263         underrun signals. Fixes #357577.
1264
1265 2006-11-28  Edward Hervey  <edward@fluendo.com>
1266
1267         * gst/playback/Makefile.am:
1268         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1269         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1270         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1271         (gst_decode_bin_init), (gst_decode_bin_dispose),
1272         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1273         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1274         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1275         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1276         (connect_element), (expose_pad), (type_found),
1277         (pad_added_group_cb), (pad_removed_group_cb),
1278         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1279         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1280         (are_raw_caps), (multi_queue_overrun_cb),
1281         (multi_queue_underrun_cb), (gst_decode_group_new),
1282         (get_current_group), (group_demuxer_event_probe),
1283         (gst_decode_group_control_demuxer_pad),
1284         (gst_decode_group_control_source_pad),
1285         (gst_decode_group_check_if_blocked),
1286         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1287         (gst_decode_group_hide), (gst_decode_group_free),
1288         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1289         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1290         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1291         (plugin_init):
1292         New decodebin2 element.
1293         Closes #370092
1294         * gst/playback/gstplay-marshal.list:
1295         Added marshallers for new signals in decodebin2
1296         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1297         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1298         is set.
1299
1300 2006-11-28  Wim Taymans  <wim@fluendo.com>
1301
1302         * gst/playback/gstplaybasebin.c: (setup_source),
1303         (gst_play_base_bin_change_state):
1304         Disable rtsp:// uris for the release, it's not good enough yet.
1305         Remove unused var.
1306
1307 2006-11-26  Wim Taymans  <wim@fluendo.com>
1308
1309         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1310         (theora_dec_push_forward), (theora_dec_push_reverse),
1311         (theora_handle_data_packet), (theora_dec_decode_buffer),
1312         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1313         (theora_dec_chain_forward), (theora_dec_chain):
1314         Implement reverse playback.
1315
1316         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1317         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1318         (vorbis_dec_chain_forward):
1319         Clear buffers used for reverse playback in _reset.
1320         No need to set the eos flag, we clip samples using the segment.
1321
1322 2006-11-24  Wim Taymans  <wim@fluendo.com>
1323
1324         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1325         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1326         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1327         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1328         Some cleanups.
1329         Handle continued pages in reverse mode.
1330
1331 2006-11-24  Wim Taymans  <wim@fluendo.com>
1332
1333         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1334         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1335         (vorbis_dec_flush_decode):
1336         Small cleanups.
1337         Don't try to add invalid timestamps.
1338         Clipping will unref the buffer.
1339
1340 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1341
1342         * gst/adder/gstadder.h:
1343         * gst/audiotestsrc/gstaudiotestsrc.h:
1344           remove obsolete _factory_init protos
1345
1346 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1347
1348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1349           Fix spacing in debug message.
1350
1351 2006-11-23  Wim Taymans  <wim@fluendo.com>
1352
1353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1354         (gst_ogg_demux_chain):
1355         Don't just ignore return values from _pad_push().
1356         Small debug improvements.
1357
1358 2006-11-23  Michael Smith  <msmith@fluendo.com>
1359
1360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1361           If our incoming buffer is marked as DISCONT, then increment the page
1362           number (so that the discontinuity is marked in the final ogg
1363           bitstream) and flush the previous page.
1364
1365 2006-11-22  Michael Smith  <msmith@fluendo.com>
1366
1367         * ext/theora/gsttheoraenc.h:
1368         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1369         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1370         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1371         (theora_enc_chain), (theora_enc_change_state):
1372           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1373
1374         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1375         (GST_START_TEST), (theoraenc_suite):
1376           Enable discontinuity test, fix it.
1377
1378 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1381         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1382         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1383         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1384         (gst_text_overlay_change_state):
1385         * ext/pango/gsttextoverlay.h:
1386           Some textoverlay fixes: for one, in the video chain function,
1387           actually wait for a text buffer to come in if there is none at the
1388           moment and there should be one; also, deal more gracefully with
1389           incoming buffers that do not have a timestamp or duration; discard
1390           text buffer when not needed any longer. Fixes #341681.
1391
1392         * tests/check/Makefile.am:
1393         * tests/check/elements/.cvsignore:
1394         * tests/check/elements/textoverlay.c:
1395         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1396         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1397         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1398         (test_video_waits_for_text_send_text_newsegment_thread),
1399         (test_video_waits_for_text_shutdown_element),
1400         (test_render_continuity_push_video_buffers_thread),
1401         (textoverlay_suite):
1402           Add some unit tests for textoverlay.
1403
1404 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1407           Avoid integer underflow when the found probability for mp3 is
1408           smaller than the 'penalty' we subtract if there's not a clean
1409           mp3 header sync at offset 0.
1410
1411 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1412
1413         * docs/libs/gst-plugins-base-libs-sections.txt:
1414           Add some new symbols to the docs
1415
1416 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1417
1418         * tests/check/Makefile.am:
1419         * tests/check/elements/ffmpegcolorspace.c:
1420         (ffmpegcolorspace_suite):
1421           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1422           (for now not for valgrinding though, since it takes too long).
1423
1424 2006-11-20  Wim Taymans  <wim@fluendo.com>
1425
1426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1427         (gst_ffmpeg_pixfmt_to_caps):
1428         Fix RGBA32 caps. Fixes #357038.
1429
1430 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1431
1432         * gst-libs/gst/interfaces/mixertrack.h:
1433           Add FIXME so we can add some padding here in 0.11
1434
1435 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1438           Fix GstBaseRTPAudioPayload structure so the whole GObject
1439           inheritance business actually works (parent class instance structure
1440           must always come first in the derived class instance structure).
1441
1442 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1443
1444         * gst/videotestsrc/Makefile.am:
1445         * tests/check/Makefile.am:
1446           Make sure our checks and the videotestsrc plugin link against the
1447           local uninstalled gst libs and not any installed gst libs that
1448           might happen to exist as well.
1449
1450         * tests/check/elements/adder.c: (message_received),
1451         (test_event_message_received), (test_play_twice_message_received):
1452         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1453           Fix compiler warnings when compiling against core with disabled
1454           debugging system.
1455
1456 2006-11-16  Michael Smith  <msmith@fluendo.com>
1457
1458         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1459         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1460           Fix audiorate, so that it accurately sets offsets and timestamps.
1461           Doesn't change the fundamental algorithmic decisions; so should be
1462           safe.
1463
1464         * tests/check/Makefile.am:
1465           Enable audiorate test now that it passes.
1466
1467 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1468
1469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1470           clear xv when going to NULL, remove // commented non-existant proto
1471
1472         * tests/examples/seek/seek.c: (main):
1473           add missing tooltip description for scrub and play_scrub
1474
1475 2006-11-14  David Schleef  <ds@schleef.org>
1476
1477         * configure.ac:
1478           Bump liboil requirement to 0.3.8.
1479         * gst-libs/gst/riff/riff-media.c:
1480           Add Dirac fourcc.
1481         * gst/videoscale/vs_image.h:
1482         * gst/videoscale/vs_scanline.h:
1483           Use liboil's stdint.h.
1484         * gst/videotestsrc/videotestsrc.c:
1485           Remove liboil related ifdef's, since they aren't needed now, and
1486           won't work with future versions.
1487
1488 2006-11-14  David Schleef  <ds@schleef.org>
1489
1490         * gst/videoscale/Makefile.am:
1491         * gst/videoscale/gstvideoscale.c:
1492         * gst/videoscale/gstvideoscale.h:
1493         * gst/videoscale/vs_4tap.c:
1494         * gst/videoscale/vs_4tap.h:
1495         * gst/videoscale/vs_image.c:
1496         * gst/videoscale/vs_image.h:
1497         * gst/videoscale/vs_scanline.c:
1498         * gst/videoscale/vs_scanline.h:
1499           Add a 4-tap image scaler.  Theoretically looks much prettier.
1500           The tap calculation could use some improvement.
1501
1502 2006-11-14  Wim Taymans  <wim@fluendo.com>
1503
1504         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1505
1506         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1507         (gst_riff_parse_strf_iavs):
1508         * gst/subparse/gstsubparse.c: (convert_encoding):
1509         * gst/tcp/gstmultifdsink.c:
1510         (gst_multi_fd_sink_handle_client_write):
1511         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1512         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1513         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1514         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1515         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1516         (gst_ximagesink_ximage_new):
1517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1518         Various gsize and gssize printf fixes. Fixes #372507.
1519
1520 2006-11-13  Wim Taymans  <wim@fluendo.com>
1521
1522         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1523         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1524         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1525         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1526         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1527         * ext/vorbis/vorbisdec.h:
1528         First stab at vorbis reverse playback.
1529
1530 2006-11-13  Wim Taymans  <wim@fluendo.com>
1531
1532         * gst-libs/gst/audio/gstbaseaudiosink.c:
1533         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1534         * gst-libs/gst/audio/gstbaseaudiosink.h:
1535         Make the clock sync code more accurate wrt resampling and playback
1536         at different rates.
1537         
1538         * gst-libs/gst/audio/gstringbuffer.c:
1539         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1540         * gst-libs/gst/audio/gstringbuffer.h:
1541         Use better algorithm to interpolate sample rates. 
1542
1543 2006-11-13  Michael Smith  <msmith@fluendo.com>
1544
1545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1546           Improve a debug line slightly.
1547
1548         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1549           Call gst_riff_init() in plugin_init, to avoid getting errors from
1550           the debug system (unrelated changes to another plugin made this turn
1551           up; not sure why).
1552
1553 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1556
1557         * win32/common/libgsttag.def:
1558           Add missing symbol (#366492).
1559
1560 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1563           Don't unref a NULL pad.
1564
1565 2006-11-09  Wim Taymans  <wim@fluendo.com>
1566
1567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1568         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1569         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1570         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1571         (gst_ogg_demux_loop):
1572         Implement first stab at reverse playback.
1573
1574 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1577         (gst_riff_create_video_template_caps):
1578           add h263/h264 variants to the caps, Fixes #363118
1579
1580 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1581
1582         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1583         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1584           Use g_strerror instead of strerror so we get UTF-8.
1585
1586 2006-11-03  David Schleef  <ds@schleef.org>
1587
1588         * ext/ogg/gstoggdemux.c:
1589         * ext/ogg/gstoggmux.c:
1590           Add/remove KW-DIRAC header here, since it is ogg-specific.
1591
1592 2006-11-03  Michael Smith  <msmith@fluendo.com>
1593
1594         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1595           Recognise more mpeg4 elementary video streams.
1596
1597 2006-11-02  Edward Hervey  <edward@fluendo.com>
1598
1599         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1600         Lower the probability of mp3 typefinding functions if we don't find a
1601         valid mp3 header at the start of the file.
1602         Closes #369482
1603
1604 2006-11-02  Wim Taymans  <wim@fluendo.com>
1605
1606         * ext/theora/gsttheoradec.h:
1607         * ext/theora/theoradec.c: (gst_theora_dec_init),
1608         (theora_dec_sink_event), (theora_dec_chain_forward),
1609         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1610         (theora_dec_chain):
1611         Document and partially implement an algorithm for doing reverse playback
1612         of theora video.
1613
1614 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1617
1618         * win32/common/config.h:
1619         * win32/common/interfaces-enumtypes.c:
1620         * win32/common/libgsttag.def:
1621         * win32/vs8/gst-plugins-base.sln:
1622         * win32/vs8/libgstaudioresample.vcproj:
1623         * win32/vs8/libgstinterfaces.vcproj:
1624         * win32/vs8/libgstogg.vcproj:
1625         * win32/vs8/libgstriff.vcproj:
1626         * win32/vs8/libgsttag.vcproj:
1627         * win32/vs8/libgsttheora.vcproj:
1628         * win32/vs8/libgstvideoscale.vcproj:
1629         * win32/vs8/libgstvorbis.vcproj:
1630           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1631           to libgsttag.def; add missing dependencies for some vs8 projects;
1632           re-arrange placement of .def files in vs8 projects (#366334).
1633
1634 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * ext/ogg/gstogg.c:
1637           Remove unused variable.
1638
1639         * ext/ogg/gstoggdemux.c:
1640           Fix Wim's surname in plugin description.
1641
1642 2006-10-31  Wim Taymans  <wim@fluendo.com>
1643
1644         * gst-plugins-base.spec.in:
1645         spec new .h file. Fixes #368310.
1646
1647 2006-10-31  Michael Smith  <msmith@fluendo.com>
1648
1649         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1650         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1651         (gst_multi_fd_sink_get_stats),
1652         (gst_multi_fd_sink_remove_client_link),
1653         (gst_multi_fd_sink_queue_buffer),
1654         (gst_multi_fd_sink_handle_clients):
1655         * gst/tcp/gstmultifdsink.h:
1656           Make using the remove or clear signals threadsafe.
1657           Make calling get-stats with an invalid fd not segfault.
1658           Fixes 368273.
1659
1660 2006-10-31  Wim Taymans  <wim@fluendo.com>
1661
1662         * gst-libs/gst/rtp/Makefile.am:
1663         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1664         (gst_base_rtp_audio_payload_init):
1665         Fix and activate base audio payloader.
1666
1667 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1670         (plugin_init):
1671           Add typefinder for QuickTime Image Files (see #366156).
1672
1673 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1676           Another typo fix (#366212).
1677
1678 2006-10-27  Wim Taymans  <wim@fluendo.com>
1679
1680         * gst/volume/gstvolume.c: (volume_transform_ip):
1681         Use stream time to synchronize volume property instead of rather random
1682         timestamps. This is needed when gnonlin does its time shifting.
1683
1684 2006-10-27  Wim Taymans  <wim@fluendo.com>
1685
1686         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1687
1688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1689         Remove the pad from the element in release_pad. Fixes #364812.
1690
1691 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1695           Explicitly create our custom buffer classes at a thread-safe
1696           location as well, since g_type_class_ref() doesn't seem to be
1697           entirely thread-safe either (#365501; also see #349410).
1698
1699 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1702         (gst_riff_parse_info):
1703           If strings in INFO chunk are not UTF-8, do something similar to
1704           what we do for ID3v1 tags: check a number of environment variables
1705           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1706           character sets to try, otherwise try the current locale and/or fall
1707           back on ISO-8859-1. Fixes #360552.
1708
1709 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * gst/videotestsrc/gstvideotestsrc.c:
1712         (gst_video_test_src_pattern_get_type),
1713         (gst_video_test_src_set_pattern):
1714         * gst/videotestsrc/gstvideotestsrc.h:
1715         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1716         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1717         (gst_video_test_src_checkers8):
1718         * gst/videotestsrc/videotestsrc.h:
1719           Add a bunch of exciting new checkers patterns.
1720
1721 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         * gst/subparse/Makefile.am:
1724         * gst/subparse/gstsubparse.c:
1725         (gst_sub_parse_data_format_autodetect),
1726         (gst_sub_parse_format_autodetect), (handle_buffer),
1727         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1728         * gst/subparse/gstsubparse.h:
1729         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1730         (parse_tmplayer):
1731         * gst/subparse/tmplayerparse.h:
1732           Add support for TMPlayer-type subtitles (#362845).
1733
1734         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1735         (GST_START_TEST), (subparse_suite):
1736           Add some basic unit tests for the above.
1737
1738 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1739
1740         * tests/check/elements/audiorate.c: (test_injector_base_init),
1741         (test_injector_class_init), (test_injector_chain),
1742         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1743         (GST_START_TEST), (audiorate_suite):
1744           More tests for audiorate: inject buffers to check behaviour when
1745           buffers overlap.
1746
1747 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * tests/check/Makefile.am:
1750         * tests/check/elements/.cvsignore:
1751         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1752         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1753           Add some basic unit tests for audiorate. Disabled at the moment
1754           since it doesn't pass yet (see bug #363119).
1755
1756 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1757
1758         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1759         (parse_subrip), (handle_buffer):
1760           Add missing closing tags for markup and fix broken markup,
1761           otherwise pango won't render anything (fixes #357531). Also,
1762           make sure the text we send out is always NUL-terminated
1763           (better safe than sorry etc.).
1764
1765         * tests/check/elements/subparse.c: (test_srt_do_test),
1766         (test_srt):
1767           Some more tests for .srt incl. tests for the above stuff.
1768
1769 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1770
1771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1773         Patch by: Stefan Kost  <ensonic@users.sf.net>
1774         Try to redraw borders only when needed. Apparently this consumes
1775         resources on small devices... :-O (#363607)
1776
1777 2006-10-20  Michael Smith  <msmith@fluendo.com>
1778
1779         * gst/tcp/gstmultifdsink.c:
1780         (gst_multi_fd_sink_client_queue_buffer):
1781           If caps change, then update the client's idea of the caps so that we
1782           don't end up re-sending streamheaders for every single buffer after
1783           the caps change.
1784
1785 2006-10-20  Michael Smith  <msmith@fluendo.com>
1786
1787         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1788         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1789           Set caps on pushed buffers; fix up refcounting of caps objects.
1790
1791 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1792
1793         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1794         (plugin_init):
1795           Typefind mmsh header data packet to application/x-mmsh (#362625).
1796
1797 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1798
1799         * tests/check/Makefile.am:
1800         * tests/check/elements/.cvsignore:
1801         * tests/check/elements/subparse.c: (buffer_from_static_string),
1802         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1803         (GST_START_TEST), (subparse_suite):
1804           Add very simple unit test for subparse.
1805
1806 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1809         (parse_subrip):
1810           Strip trailing newlines from subtitle text output.
1811
1812 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1813
1814         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1815         (gst_sub_parse_change_state):
1816           Fix memleak; clear subparse->textbuf n state change function.
1817
1818 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * gst/subparse/gstsubparse.c:
1821         (gst_sub_parse_data_format_autodetect):
1822           Don't require subrip (.srt) files to start with a chunk number of 1.
1823
1824 2006-10-18  Wim Taymans  <wim@fluendo.com>
1825
1826         * gst-libs/gst/audio/gstbaseaudiosink.c:
1827         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1828         * gst-libs/gst/audio/gstbaseaudiosink.h:
1829         Extract rate from the NEWSEGMENT event.
1830         Use commit_full to also take rate adjustment into account when writing
1831         samples to the ringbuffer.
1832         
1833         * gst-libs/gst/audio/gstringbuffer.c:
1834         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1835         (gst_ring_buffer_read):
1836         * gst-libs/gst/audio/gstringbuffer.h:
1837         Added _commit_full() to also take rate into account.
1838         Use simple interpolation algorithm to resample audio.
1839         API: gst_ring_buffer_commit_full()
1840
1841         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1842         * tests/examples/seek/seek.c: (segment_done):
1843         Don't try to seek with 0.0 rate, just pause instead.
1844         Remove bogus debug line.
1845
1846 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1847
1848         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1849         (setup_source):
1850           Catch async errors when starting up the subtitle bin, so we can
1851           stop waiting and continue with the main film instead of hanging
1852           forever. Fixes #339366.
1853
1854         * tests/check/elements/playbin.c: (playbin_suite):
1855           Enable unit test for the above.
1856
1857 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * tests/check/Makefile.am:
1860         * tests/check/elements/.cvsignore:
1861         * tests/check/elements/playbin.c: (GST_START_TEST),
1862         (gst_red_video_src_uri_get_type),
1863         (gst_red_video_src_uri_get_protocols),
1864         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1865         (gst_red_video_src_uri_handler_init),
1866         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1867         (gst_red_video_src_create), (gst_red_video_src_class_init),
1868         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1869           Some small and basic unit tests for playbin; not very useful yet,
1870           but at least a start.
1871
1872 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         * gst/playback/gstplaybin.c: (setup_sinks):
1875           The old pad activation spiel.
1876
1877 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * gst/playback/gstplaybasebin.c: (setup_source):
1880           Don't hang forever if the subbin already fails to start up in 
1881           the state change to PAUSED (#339366).
1882
1883 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1884
1885         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1886         (gst_tuner_set_channel), (gst_tuner_get_channel),
1887         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1888         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1889         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1890         (gst_tuner_find_channel_by_name):
1891           Fix some function guards, add some more function guards.
1892
1893 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1894
1895         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1896         (remove_element_chain):
1897         Don't return a pad from get_our_ghost_pad unless it is actually the
1898         one we want.
1899         Change a cast in remove_element_chain slightly.
1900
1901 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1902
1903         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1904         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1905         Segment seeking needs to use the rate and set stop to -1.
1906
1907 2006-10-13  Wim Taymans  <wim@fluendo.com>
1908
1909         * gst-libs/gst/audio/gstbaseaudiosink.c:
1910         (gst_base_audio_sink_setcaps):
1911         Don't crash when ringbuffer is not yet created.
1912         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1913         Fixes #361634.
1914
1915         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1916         * gst/playback/gststreamselector.c:
1917         (gst_stream_selector_request_new_pad):
1918         Activate pads befre adding them to running elements.
1919
1920 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1921
1922         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1923         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1924         updater when we start grabing the slider. Don't wait for the
1925         pipeline to be PAUSED.
1926
1927 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1928
1929         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1930         (gst_mixer_set_volume), (gst_mixer_get_volume),
1931         (gst_mixer_set_mute), (gst_mixer_set_option),
1932         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1933         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1934         (gst_mixer_option_changed):
1935           Guard mixer interface functions against bogus arguments.
1936
1937 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1938
1939         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1940         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1941         (msg_state_changed), (main): Use state-changed messages to trigger
1942         start/stop of scale update timer. Indeed the scale slider was
1943         jumping here and there because the update timer was activated 
1944         before seek completed. This fixes instant applying of rate changes
1945         by pressing the spinbutton like a crazy man !
1946
1947 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1948
1949         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
1950
1951         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1952         (gst_basertppayload_finalize):
1953           Fix two small memory leaks (#361456).
1954
1955 2006-10-10  Julien MOUTTE  <julien@moutte.net>
1956
1957         * tests/examples/seek/seek.c: (do_seek),
1958         (rate_spinbutton_changed_cb): When changing spinbutton we try
1959         to change the rate on the fly.
1960
1961 2006-10-10  Wim Taymans  <wim@fluendo.com>
1962
1963         * gst-libs/gst/riff/riff-ids.h:
1964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1965         (gst_riff_create_audio_template_caps):
1966         Add WMS caps.
1967
1968 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1969
1970         Patch by: Josep Torre Valles <josep@fluendo.com>
1971
1972         * ext/gnomevfs/gstgnomevfssink.c:
1973         * ext/gnomevfs/gstgnomevfssrc.c:
1974         Fix URI interface implementation return type.
1975         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
1976         Fix what looks like a copy/paste issue when assigning values.
1977         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1978         (gst_audio_filter_template_get_type):
1979         Cast to prevent Forte warnings.
1980         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1981         Fix URI interface implementation return type.
1982         gst_pad_query_position requires a signed integer pointer as
1983         3rd parameter, GstClockTime is unsigned.
1984         * gst/audioconvert/audioconvert.c:
1985         Fix integer overflow when treated as signed.
1986         * gst/audioresample/resample.c: (resample_add_input_data):
1987         Cast to prevent warnings on Forte.
1988         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
1989         Fix integer overflow when treated as signed.
1990         * gst/ffmpegcolorspace/imgconvert_template.h:
1991         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
1992         * gst/playback/gstdecodebin.c: (queue_filled_cb),
1993         (cleanup_decodebin):
1994         Who initialises a guint to -1!
1995         Cast function pointers to prevent warnings on Forte.
1996         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
1997         (queue_threshold_reached):
1998         Cast function pointers correctly to prevent warnings on Forte.
1999         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2000         Cast function pointers correctly to prevent warnings on Forte.
2001         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2002         Obvious change to unsigned, 0xEF > max signed char.
2003         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2004         GstClockTime is unsigned, initialise correctly.
2005         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2006         Cast so pointer arithemetic doesn't cause warnings on Forte.
2007         * gst/videorate/gstvideorate.c:
2008         Use correct return value.
2009         * tests/examples/seek/scrubby.c:
2010         GstClockTime is unsigned, initialise correctly.
2011
2012 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2015
2016         * gst/typefind/gsttypefindfunctions.c:
2017           Recognise XML files and XML-like files shorter than 256 bytes as
2018           well (fixes #359237).
2019
2020 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2021
2022         Patch by: Renato Filho <renato.filho@indt.org.br>
2023         
2024         * gst/typefind/gsttypefindfunctions.c:
2025         Added typefind functions to video/x-nuv media.
2026         
2027 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst-libs/gst/interfaces/xoverlay.c:
2030         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2031           Some more guards against invalid input.
2032
2033 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2034
2035         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2036         Useless goto.
2037         * tests/examples/seek/seek.c: (do_seek),
2038         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2039         seek example to experiment with rates != 1.0 (reverse playback !)
2040
2041 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2042
2043         * gst-libs/gst/interfaces/xoverlay.c:
2044           Unref message in doc-example (spotted by Robert McQueen)
2045
2046 2006-10-06  Wim Taymans  <wim@fluendo.com>
2047
2048         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2049         (mpeg1_parse_header), (mpeg1_sys_type_find):
2050         printf fix.
2051
2052 2006-10-06  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2055         (close_pad_link):
2056         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2057         Activate dynamic pads before adding them to the element.
2058
2059 2006-10-06  Michael Smith  <msmith@fluendo.com>
2060
2061         * gst-libs/gst/floatcast/floatcast.h:
2062           Fix obviously-bogus macros; use the correct types.
2063
2064 2006-10-06  Wim Taymans  <wim@fluendo.com>
2065
2066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2067         (gst_base_rtp_depayload_change_state):
2068         Also call parent state change function to activate pads.
2069
2070         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2071         (mpeg1_parse_header), (mpeg1_sys_type_find):
2072         Add some more debug info in mpeg typefinding.
2073
2074 2006-10-06  Michael Smith  <msmith@fluendo.com>
2075
2076         * ext/theora/theoradec.c: (theora_dec_chain):
2077           Zero byte theora packets are valid and well-defined; don't warn on
2078           them.
2079
2080 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2081
2082         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2083         (gst_multi_fd_sink_get_stats), (find_limits),
2084         (gst_multi_fd_sink_queue_buffer):
2085           API: add dropped_buffers to the get-stats GValueArray
2086
2087 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * ext/alsa/gstalsadeviceprobe.c:
2090         (gst_alsa_device_property_probe_get_values):
2091         * ext/alsa/gstalsasink.c: (set_hwparams):
2092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2093         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2095         (gst_ogg_mux_process_best_pad):
2096         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2097         (gst_ogg_parse_chain):
2098         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2099         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2100         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2101         (gst_vorbis_enc_buffer_check_discontinuous):
2102         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2103         * gst-libs/gst/audio/gstbaseaudiosink.c:
2104         (gst_base_audio_sink_render):
2105         * gst-libs/gst/cdda/gstcddabasesrc.c:
2106         (gst_cdda_base_src_handle_track_seek):
2107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2108         (gst_base_rtp_depayload_push_full):
2109         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2110         * gst/audioresample/resample.c: (resample_input_pushthrough):
2111         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2112         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2113         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2114         (wavpack_type_find):
2115         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2116         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2117         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2118         * tests/check/elements/volume.c: (GST_START_TEST):
2119           Printf format fixes.
2120
2121 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2122
2123         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2124           Fix a simple mistake (see the docs)
2125           Fixes #359580
2126
2127 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * docs/plugins/Makefile.am:
2130         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2131         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2132         * docs/plugins/gst-plugins-base-plugins.args:
2133         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2134         * docs/plugins/inspect/plugin-adder.xml:
2135         * docs/plugins/inspect/plugin-alsa.xml:
2136         * docs/plugins/inspect/plugin-audioconvert.xml:
2137         * docs/plugins/inspect/plugin-audiorate.xml:
2138         * docs/plugins/inspect/plugin-audioresample.xml:
2139         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2140         * docs/plugins/inspect/plugin-cdparanoia.xml:
2141         * docs/plugins/inspect/plugin-decodebin.xml:
2142         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2143         * docs/plugins/inspect/plugin-gdp.xml:
2144         * docs/plugins/inspect/plugin-gnomevfs.xml:
2145         * docs/plugins/inspect/plugin-libvisual.xml:
2146         * docs/plugins/inspect/plugin-ogg.xml:
2147         * docs/plugins/inspect/plugin-pango.xml:
2148         * docs/plugins/inspect/plugin-playbin.xml:
2149         * docs/plugins/inspect/plugin-subparse.xml:
2150         * docs/plugins/inspect/plugin-tcp.xml:
2151         * docs/plugins/inspect/plugin-theora.xml:
2152         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2153         * docs/plugins/inspect/plugin-video4linux.xml:
2154         * docs/plugins/inspect/plugin-videorate.xml:
2155         * docs/plugins/inspect/plugin-videoscale.xml:
2156         * docs/plugins/inspect/plugin-videotestsrc.xml:
2157         * docs/plugins/inspect/plugin-volume.xml:
2158         * docs/plugins/inspect/plugin-vorbis.xml:
2159         * docs/plugins/inspect/plugin-ximagesink.xml:
2160         * docs/plugins/inspect/plugin-xvimagesink.xml:
2161           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2162
2163 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2166
2167         * ext/vorbis/Makefile.am:
2168         * ext/vorbis/vorbis.c: (plugin_init):
2169         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2170         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2171         * ext/vorbis/vorbisparse.h:
2172         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2173         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2174         (gst_vorbis_tag_parse_packet):
2175         * ext/vorbis/vorbistag.h:
2176           Add new vorbistag element which derives from vorbisparse
2177           and is essentially the same as well, only that it implements
2178           the GstTagSetter interface and can modify the stream's
2179           vorbiscomment on the fly (#335635).
2180
2181         * tests/check/Makefile.am:
2182         * tests/check/elements/.cvsignore:
2183         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2184         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2185         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2186         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2187           Add unit test for new vorbistag element.
2188
2189 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2190
2191         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2192         (vorbis_parse_push_headers), (vorbis_parse_chain):
2193           Set BOS flag in packet structure to fix 'jump depends
2194           on unitialized value' errors in valgrind; various minor
2195           clean-ups.
2196
2197 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2198
2199         * gst/playback/gstdecodebin.c: (close_pad_link):
2200         Fix typo in a debug statement.
2201
2202         * gst/playback/gstplaybasebin.c: (probe_triggered),
2203         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2204         (gen_source_element), (source_new_pad), (analyse_source),
2205         (setup_source):
2206         When handling no_more_pads in new_decoded_pad, make sure to treat
2207         subtitle pads correctly. Fixes playback with subtitle files.
2208
2209         Move a recurring message to LOG level.
2210
2211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2212         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2213         which ends up as -1 when cast to an int. Make the logic handle the
2214         max value as an unsigned mask and only change the colorkey when it's
2215         a value we recognise.
2216
2217 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2218
2219         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2220         Removed empty * between paragraphs
2221
2222 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2223
2224         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2225         * gst-libs/gst/rtp/README:
2226         Moved some documentation into .c file
2227
2228 2006-09-29  Wim Taymans  <wim@fluendo.com>
2229
2230         * gst/playback/gstdecodebin.c: (no_more_pads):
2231         Fix compilation.
2232
2233 2006-09-29  Wim Taymans  <wim@fluendo.com>
2234
2235         * gst/playback/gstdecodebin.c: (new_caps):
2236         Remove g_print
2237
2238         * gst/playback/gstplaybin.c:
2239         Add some docs.
2240
2241 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2242
2243         * tests/check/Makefile.am:
2244           Re-enable cddabasesrc test to see if it works again
2245           now.
2246
2247 2006-09-29  Wim Taymans  <wim@fluendo.com>
2248
2249         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2250         (gen_source_element):
2251         Handle invalid URIs a bit more gracefully.
2252
2253 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2254
2255         * tests/check/pipelines/oggmux.c:
2256           Remove obsolete comment.
2257
2258 2006-09-29  Michael Smith  <msmith@fluendo.com>
2259
2260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2261         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2262         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2263         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2264         (gst_ogg_mux_collected):
2265           Commit patch from James "Doc" Livingston, adds proper EOS handling
2266           in oggmux. GStreamer can, for the first time ever, create a valid
2267           Ogg file! Yay!
2268
2269         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2270         (oggmux_suite):
2271           Reenable tests now that they pass.
2272
2273 2006-09-29  Wim Taymans  <wim@fluendo.com>
2274
2275         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2276         Stop reading commands when EOF (we read 0) as well.
2277
2278 2006-09-28  Wim Taymans  <wim@fluendo.com>
2279
2280         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2281         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2282         (find_dynamic), (unlinked), (close_link):
2283         Implement delayed caps linking needed for element with a lot of
2284         different caps on the src pads that get fixed at runtime.
2285         Improve management of dynamic elements.
2286
2287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2288         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2289         (gen_preroll_element), (remove_groups), (unknown_type),
2290         (add_element_stream), (no_more_pads_full), (no_more_pads),
2291         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2292         (new_decoded_pad), (setup_subtitle), (array_has_value),
2293         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2294         (analyse_source), (remove_decoders), (make_decoder),
2295         (remove_source), (setup_source), (finish_source), (prepare_output),
2296         (gst_play_base_bin_change_state):
2297         * gst/playback/gstplaybasebin.h:
2298         Use more _CAST instead of full type checking casts.
2299         Small cleanups, plug some leaks.
2300         Handle dynamic sources.
2301         Add some helper functions to create lists of strings used for
2302         blacklisting and other stuff.
2303         Refactor some code dealing with analysing the source.
2304         Re-enable sources without pads (like cd:// or other selfcontained
2305         elements).
2306
2307 2006-09-28  Wim Taymans  <wim@fluendo.com>
2308
2309         * gst-libs/gst/audio/gstbaseaudiosink.c:
2310         (gst_base_audio_sink_render):
2311         When we have a timestamp, we can still perform clipping.
2312         When we have no clock, we must play the sample ASAP.
2313
2314 2006-09-28  Wim Taymans  <wim@fluendo.com>
2315
2316         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2317         Set caps on outgoing buffers.
2318
2319         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2320         (gst_video_rate_event), (gst_video_rate_chain):
2321         * gst/videorate/gstvideorate.h:
2322         Fix videorate some more. Fixes #357977
2323
2324 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * tests/check/elements/adder.c: (adder_suite):
2327           Don't set timeout to 6 seconds when we're running
2328           in valgrind ... (and how is 6 seconds longer than
2329           the default anyway?)
2330
2331 2006-09-28  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2334         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2335         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2336         Keep sink and src segment to keep track of time and support more
2337         input formats.
2338         Fix bogus next_offset and run_time calculation, don't understand how
2339         this could have worked before. Fixes #357976.
2340         Remove some unneeded vars.
2341
2342 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * gst/playback/gstplaybin.c: (remove_sinks):
2345           Only remove visualisation from visbin if there is a visbin (or:
2346           don't throw warnings when closing totem without playing a file).
2347
2348 2006-09-27  Wim Taymans  <wim@fluendo.com>
2349
2350         * gst-libs/gst/audio/gstbaseaudiosink.c:
2351         (gst_base_audio_sink_render):
2352         Add some more info in a WARNING.
2353
2354         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2355         (gst_base_audio_src_create):
2356         Handle PAUSE in create function, use new -core addition to
2357         wait for playing. Fixes pausing and resuming capture from an
2358         audiosrc.
2359
2360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2361         (gst_ring_buffer_read):
2362         Constify some more.
2363         Caller supports interrupted reads now.
2364
2365 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * tests/check/Makefile.am:
2368           Another attempt to make the gen64 buildbot happy.
2369
2370 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2371
2372         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2373
2374         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2375         (gst_visual_chain), (gst_visual_change_state):
2376           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2377           correctly. Fixes #357800
2378
2379 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2382           Add timeout to _get_state() so we see which pipeline it is
2383           that causes trouble on the gen64 build bot.
2384
2385 2006-09-27  Wim Taymans  <wim@fluendo.com>
2386
2387         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2388         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2389         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2390         (gst_base_rtp_depayload_set_gst_timestamp):
2391         the source pad always uses fixed caps.
2392
2393 2006-09-27  Wim Taymans  <wim@fluendo.com>
2394
2395         * docs/libs/gst-plugins-base-libs-docs.sgml:
2396         * docs/libs/gst-plugins-base-libs-sections.txt:
2397         * gst-libs/gst/audio/gstaudioclock.c:
2398         * gst-libs/gst/audio/gstaudioclock.h:
2399         * gst-libs/gst/audio/gstaudiosink.c:
2400         * gst-libs/gst/audio/gstaudiosink.h:
2401         * gst-libs/gst/audio/gstaudiosrc.c:
2402         * gst-libs/gst/audio/gstbaseaudiosink.c:
2403         (gst_base_audio_sink_render):
2404         * gst-libs/gst/audio/gstbaseaudiosink.h:
2405         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2406         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2407         * gst-libs/gst/audio/gstringbuffer.h:
2408         Added docs for the audio libs.
2409
2410 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2411
2412         * tests/check/Makefile.am:
2413           Temporarily disable test that fails on the bots for unknown reasons.
2414
2415 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2416
2417         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2418         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2419         Moved AudioCodecType into priv
2420         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2421
2422 2006-09-25  Wim Taymans  <wim@fluendo.com>
2423
2424         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2425         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2426         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2427         (new_pad):
2428         Cleanups and small leak fixes.
2429         Added Depayloaders to valid list of autopluggable elements.
2430
2431 2006-09-25  Wim Taymans  <wim@fluendo.com>
2432
2433         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2434         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2435         (gen_video_element), (gen_text_element), (gen_audio_element),
2436         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2437         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2438         Detect NO_PREROLL state change returns and disable clock distribution to
2439         the sinks so that sync is disabled.
2440         Avoid some type checking and do simple casts instead.
2441         Small cleanups, fix some FIXMEs.
2442         Be more robust when linking user specified elements, catch an report
2443         errors. Fixes #357404.
2444         Fix some leaks in the error paths.
2445
2446 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2447
2448         * ChangeLog:
2449           ChangeLog surgery for missing bug-number
2450
2451 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2452
2453         Patch by: Peter Kjellerstedt  <pkj at axis com>
2454
2455         * gst/playback/test.c:
2456           Fix compilation with uClibc and -Werror (#357591).
2457
2458 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2459
2460         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2461           Parse dates that are followed by a time as well (#357532).
2462
2463         * tests/check/libs/tag.c: (test_vorbis_tags):
2464           Add unit test for this.
2465
2466 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2467
2468         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2469         (gst_audio_convert_transform_caps):
2470         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2471         * gst/videotestsrc/videotestsrc.h:
2472           A few array const-ifications.
2473
2474 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * tests/check/Makefile.am:
2477           See if this makes the build bots happy.
2478
2479         * tests/check/libs/cddabasesrc.c:
2480           UTF8-ise my name.
2481
2482 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2483
2484         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2485
2486         * gst/subparse/samiparse.c: (handle_start_font),
2487         (fix_invalid_entities):
2488           More case-insensitivity for certain tags; recognise entities with
2489           decimal codes as special entities as well (#357330).
2490
2491 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * gst-libs/gst/Makefile.am:
2494           Need to build tag directory before cdda.
2495
2496 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         * docs/libs/gst-plugins-base-libs-sections.txt:
2499         * gst-libs/gst/cdda/Makefile.am:
2500         * gst-libs/gst/cdda/gstcddabasesrc.c:
2501         (gst_cdda_base_src_base_init):
2502         * gst-libs/gst/cdda/gstcddabasesrc.h:
2503         * gst-libs/gst/tag/tag.h:
2504         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2505         (gst_tag_register_musicbrainz_tags):
2506           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2507           depend on libgsttag. This is required so we can extract/read tags like
2508           DISCID without depending on libgstcddabasesrc (which used to register
2509           them).
2510
2511         * gst-libs/gst/tag/gstvorbistag.c:
2512           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2513           tags (also see #347848).
2514
2515         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2516           Log vorbis comments we are actually writing. Const-ify array.
2517
2518 2006-09-23  Wim Taymans  <wim@fluendo.com>
2519
2520         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2521         Improve buffering a bit by avoiding a deadlock because we cannot assume
2522         the underrun is always called.
2523
2524 2006-09-23  Wim Taymans  <wim@fluendo.com>
2525
2526         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2527
2528         * gst-libs/gst/riff/riff-ids.h:
2529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2530         (gst_riff_create_audio_template_caps):
2531         Added MPEG-4 AAC and id and caps. Fixes #357289
2532         Added WMA9 Lossless id.
2533
2534 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * ext/gnomevfs/gstgnomevfssrc.c:
2537           Fix misleading docs addition.
2538
2539         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2540           Get rid of compiler warning the right way.
2541
2542 2006-09-22  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2545         (gst_base_rtp_depayload_finalize),
2546         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2547         (gst_base_rtp_depayload_push_full),
2548         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2549         (gst_base_rtp_depayload_process),
2550         (gst_base_rtp_depayload_set_gst_timestamp),
2551         (gst_base_rtp_depayload_queue_release):
2552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2553         Small cleanups.
2554         Fix some leaks.
2555         Refactored the process method and added methods to push from the process
2556         vmethod.
2557         Use _scale functions.
2558         API: gst_base_rtp_depayload_push_ts
2559         API: gst_base_rtp_depayload_push
2560
2561         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2562         timestamps are uint.
2563
2564 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2565
2566         * gst-libs/gst/interfaces/xoverlay.c:
2567           Remove unused statement from doc example.
2568
2569 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2570
2571         * gst-libs/gst/interfaces/videoorientation.c:
2572         (gst_video_orientation_iface_init),
2573         (gst_video_orientation_get_hflip),
2574         (gst_video_orientation_get_vflip),
2575         (gst_video_orientation_get_hcenter),
2576         (gst_video_orientation_get_vcenter),
2577         (gst_video_orientation_set_hflip),
2578         (gst_video_orientation_set_vflip),
2579         (gst_video_orientation_set_hcenter),
2580         (gst_video_orientation_set_vcenter):
2581           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2582           in ChangeLog)
2583
2584 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2585
2586         * tests/check/Makefile.am:
2587         * tests/check/elements/.cvsignore:
2588         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2589         (create_rgb_conversions), (rgb_conversion_free),
2590         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2591         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2592           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2593           but disable for now since it doesn't pass (something wrong with
2594           RGBA somewhere).
2595
2596 2006-09-21  Wim Taymans  <wim@fluendo.com>
2597
2598         * gst/playback/gstplaybasebin.c: (group_commit),
2599         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2600         (queue_out_of_data), (gen_preroll_element),
2601         (preroll_remove_overrun), (probe_triggered):
2602         Refactor handling of overrun detection.
2603         Separate handling of group completion and deadlock detection when doing
2604         network buffering. This should fix some deadlocks that were not detected
2605         because the group was completed.
2606         Add more comments, improve debugging.
2607
2608 2006-09-21  Wim Taymans  <wim@fluendo.com>
2609
2610         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2611         * tests/check/libs/audio.c:
2612         Some more compilation fixes.
2613
2614 2006-09-21  Wim Taymans  <wim@fluendo.com>
2615
2616         * gst-libs/gst/audio/gstringbuffer.c:
2617         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2618         (gst_ring_buffer_read):
2619         Early morning compilation fix.
2620
2621 2006-09-20  Wim Taymans  <wim@fluendo.com>
2622
2623         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2624         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2625         * tests/check/elements/videorate.c: (GST_START_TEST):
2626         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2627         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2628         Fix some warnings.
2629
2630 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2633         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2634         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2635           Handcrafted merge to help CVS understanding what I changed and what
2636           not.
2637
2638 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2639
2640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2641         (gst_xvimagesink_get_times):
2642           change colorkey behaviour back according to #354773 comment 6/7
2643
2644 2006-09-19  Michael Smith  <msmith@fluendo.com>
2645
2646         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2647         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2648         (gst_multi_fd_sink_recover_client),
2649         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2650         (gst_multi_fd_sink_get_property):
2651         * gst/tcp/gstmultifdsink.h:
2652           Implement stubbed out properties unit-type, units-soft-max,
2653           units-max, to allow specifying maximum sizes in units other than
2654           buffers.
2655           Fixes #355935
2656
2657 2006-09-19  Wim Taymans  <wim@fluendo.com>
2658
2659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2660         (gst_riff_create_audio_template_caps):
2661         Reorder the audio formats a bit for clarity.
2662         Detect and create caps for MSGSM and MSN (WAV49).
2663         Fixes #356596.
2664
2665         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2666         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2667         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2668         Small cleanups, move error handling out of normal flow for clarity.
2669
2670 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2671
2672         * docs/libs/gst-plugins-base-libs-docs.sgml:
2673         * docs/libs/gst-plugins-base-libs.types:
2674         * gst-libs/gst/interfaces/Makefile.am:
2675         * gst-libs/gst/interfaces/videoorientation.c:
2676         (gst_video_orientation_get_type),
2677         (gst_video_orientation_iface_init),
2678         (gst_video_orientation_get_hflip),
2679         (gst_video_orientation_get_vflip),
2680         (gst_video_orientation_get_hcenter),
2681         (gst_video_orientation_get_vcenter),
2682         (gst_video_orientation_set_hflip),
2683         (gst_video_orientation_set_vflip),
2684         (gst_video_orientation_set_hcenter),
2685         (gst_video_orientation_set_vcenter):
2686         * gst-libs/gst/interfaces/videoorientation.h:
2687           API: Add new interface to control video orientation (fixes #354908)
2688
2689 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2690
2691         * gst/videotestsrc/gstvideotestsrc.c:
2692           Use G_UNLIKELY in _create and log one more detail.
2693           
2694         (gst_video_test_src_get_times), (gst_video_test_src_create):
2695         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2696           Use gst_util_uint64_scale_int in _get_times().
2697
2698 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2699
2700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2701           Give better warning message (add object and detail).
2702
2703 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2706         (gst_xvimagesink_get_times):
2707           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2708           #354773), use gst_util_uint64_scale_int in _get_times()
2709
2710 2006-09-18  Michael Smith  <msmith@fluendo.com>
2711
2712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2713           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2714           always true, leading to dropping all timestamps.
2715
2716 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2717
2718         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2719         (gst_visual_chain), (gst_visual_change_state):
2720           update to work also with libvisual 0.4 API, fix double unref (#355914)
2721           
2722         * tools/gst-launch-ext.1.in:
2723         * tools/gst-visualise.1.in:
2724           remove references to old man-pages
2725
2726         * tests/examples/seek/seek.c: (main):
2727           add real meadi-buttons, add tool-tips for the seek-options, arrange
2728           seek options in a table
2729
2730 2006-09-18  Michael Smith  <msmith@fluendo.com>
2731
2732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2733         (gst_ogg_mux_push_buffer):
2734           Don't generate out-of-order timestamps from oggmux, instead clamp
2735           output timestamps to be >= the previously output ts.
2736           Fixes #355595
2737
2738 2006-09-18  Michael Smith  <msmith@fluendo.com>
2739
2740         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2741         (gst_multi_fd_sink_class_init):
2742           Updates, fixes, and typo corrections for multifdsink. No functional
2743           changes.
2744
2745 2006-09-17  Michael Smith  <msmith@fluendo.com>
2746
2747         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2748           Don't crash on truncated files - check that we got an 8 byte buffer
2749           before trying to memcmp it.
2750
2751 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst/playback/gstplaybasebin.c: (get_active_source):
2754           Make stream-switching appear instant to the application
2755           (ie. make sure that a g_object_get on 'current-foo' returns
2756           the stream previously set with g_object_set(). Totem needs
2757           this to update stream-related meta-info (like audio-codec)
2758           correctly when switching streams.
2759
2760 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2761
2762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2763         (gst_alsa_mixer_ensure_track_list):
2764           Try harder to guess which mixer track is the master mixer
2765           track (instead of just taking the first one that has a pvolume).
2766           Fixes #342228.
2767
2768 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2769
2770         reviewed by: <delete if not using a buddy>
2771
2772         * gst-libs/gst/audio/audio.h:
2773         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2774
2775 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2776
2777         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2778         (gst_audio_convert_transform_caps):
2779           Get structure-name just once.
2780
2781 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * tests/check/elements/audioresample.c: (GST_START_TEST):
2784         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2785         * tests/check/elements/volume.c: (GST_START_TEST):
2786         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2787         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2788         (test_pipeline), (GST_START_TEST):
2789         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2790         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2791           Fix big batch of compiler warnings.
2792
2793 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2794
2795         * ext/gnomevfs/gstgnomevfssrc.c:
2796           Add docs about icydemux usage in connection with gnomevfssrc
2797
2798         * ext/libvisual/visual.c:
2799         * ext/ogg/gstoggaviparse.c:
2800         * ext/ogg/gstoggdemux.c:
2801         * ext/ogg/gstoggmux.c:
2802         * ext/ogg/gstoggparse.c:
2803         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2804         * gst-libs/gst/audio/gstaudiosink.c:
2805         * gst-libs/gst/audio/gstaudiosrc.c:
2806         * gst/audiorate/gstaudiorate.c:
2807           More G_OBJECT macro fixing.
2808
2809         * gst/audiotestsrc/gstaudiotestsrc.h:
2810           Fix wrong info in header due to copy & paste
2811
2812 2006-09-15  Wim Taymans  <wim@fluendo.com>
2813
2814         * gst-libs/gst/audio/gstbaseaudiosink.c:
2815         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2816         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2817         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2818         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2819         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2820         Do the delay calculation in the source/sink base classes as this is
2821         specific for the capture/playback mode.
2822         Try to fixate a bit better, like round depth up to a multiple of 8
2823         bigger than width.
2824         Handle underruns correctly by marking DISCONT on buffers and adjusting
2825         timestamps to handle the gap.
2826         Set offset/offset_end correctly on buffers.
2827
2828         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2829         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2830         (gst_ring_buffer_read):
2831         Remove resync and underrun recovery from the ringbuffer.
2832         Fix ringbuffer read code on under/overrun.
2833
2834 2006-09-15  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2837         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2838         (queue_threshold_reached), (gst_play_base_bin_set_property),
2839         (gst_play_base_bin_get_property):
2840         * gst/playback/gstplaybasebin.h:
2841         Don't use a 0 low watermark when buffering, it is catching starvation
2842         way too late. Instead, use a 3 second queue with 30 and 95
2843         percent low/high watermarks. 
2844         Added queue-min-threshold property to configure low watermark.
2845         Use new _buffering message API.
2846         Make queue_threshold variable big enough to store a uint64 time value.
2847         API: playbin::queue-min-threshold property.
2848
2849 2006-09-15  Wim Taymans  <wim@fluendo.com>
2850
2851         * configure.ac:
2852         We require 0.10.10.1 now because of _wait_preroll().
2853
2854         * gst-libs/gst/audio/gstbaseaudiosink.c:
2855         (gst_base_audio_sink_render):
2856         Use gst_base_sink_wait_preroll().
2857
2858 2006-09-15  Wim Taymans  <wim@fluendo.com>
2859
2860         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2861         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2862         Use DEBUG_OBJECT more.
2863
2864 === release 0.10.10 ===
2865
2866 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2867
2868         patch by: Michael Smith <msmith at fluendo dot com>
2869
2870         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2871         (gst_multi_fd_sink_client_queue_buffer),
2872         (gst_multi_fd_sink_new_client):
2873         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2874         (multifdsink_suite):
2875           Fix implementation of sync-method 'next-keyframe'
2876           Closes #354594
2877
2878 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2879
2880         patch by: Wim Taymans <wim at fluendo dot com>
2881
2882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2883         This patch removes the RANDOM flag that was incorrectly introduced with
2884         revision 1.91.  Fixes #354590
2885
2886 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * tests/check/Makefile.am:
2889           Random variation in Makefile line to see if it makes the
2890           gen64-base-full bot any happier.
2891
2892 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2895           Disable test that fails at the moment (killed after timeout).
2896
2897 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2898
2899         Patch by: James Livingston  <doclivingston at gmail.com>
2900
2901         * tests/check/Makefile.am:
2902         * tests/check/pipelines/.cvsignore:
2903         * tests/check/pipelines/oggmux.c: (get_page_codec),
2904         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2905         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2906         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2907         (test_theora_vorbis), (oggmux_suite):
2908           Add simple unit test for oggmux from #337026 with checking for the
2909           EOS flags disabled for the time being.
2910
2911 2006-09-04  Wim Taymans  <wim@fluendo.com>
2912
2913         patch by: Alessandro Dessina <alessandro nnva org>
2914
2915         * ext/ogg/gstoggmux.c:
2916         Add cmml caps to oggmux. Fixes #353912
2917
2918 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2919
2920         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2921           Returning a return value often helps. In this case, we
2922           don't need the return value anyway, so just get rid of it.
2923           Should make build bots much happier.
2924
2925 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2928         (paint_get_structure), (gst_video_test_src_get_size),
2929         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2930         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2931         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2932         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2933         * gst/videotestsrc/videotestsrc.h:
2934           Add support for AYUV and the various RGBA formats. Initialise
2935           fields of paintinfo structs allocated on the stack.
2936
2937         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2938         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2939         (check_rgb_buf), (videotestsrc_suite):
2940           Add unit tests for videotestsrc's RGB output.
2941
2942 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * gst/videotestsrc/gstvideotestsrc.c:
2945         (gst_video_test_src_pattern_get_type),
2946         (gst_video_test_src_set_pattern):
2947         * gst/videotestsrc/gstvideotestsrc.h:
2948         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2949         (gst_video_test_src_black), (gst_video_test_src_white),
2950         (gst_video_test_src_red), (gst_video_test_src_green),
2951         (gst_video_test_src_blue):
2952         * gst/videotestsrc/videotestsrc.h:
2953           Add more uni-colour patterns ("white", "red", "green", and "blue").
2954
2955 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2956
2957         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
2958           Fix stride for YVYU, should be word-aligned (#353658).
2959
2960 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * gst/adder/gstadder.c: (gst_adder_src_event):
2963           Fix build.
2964
2965 2006-08-31  Edward Hervey  <edward@fluendo.com>
2966
2967         * gst/adder/gstadder.c: (forward_event_func),
2968         (gst_adder_src_event), (gst_adder_collected),
2969         (gst_adder_change_state):
2970         * gst/adder/gstadder.h:
2971         Remember the start position asked in the incoming seeks, so we can
2972         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
2973         of assuming it will always be 0).
2974
2975 2006-08-31  Edward Hervey  <edward@fluendo.com>
2976
2977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
2978         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
2979         (gst_ogg_demux_loop):
2980         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
2981
2982 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
2983
2984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2985         (gst_ffmpegcsp_get_unit_size):
2986           Return FALSE instead of returning a random false unit
2987           size when the format isn't known/supported (even if
2988           this shouldn't happen under normal circumstances).
2989
2990 2006-08-29  Wim Taymans  <wim@fluendo.com>
2991
2992         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
2993
2994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
2995         (gst_gnome_vfs_src_start):
2996         Try harder to get the size from a uri by using _info_uri() when
2997         _info_from_handle() does not give us enough info. 
2998         Also follow symlinks when getting the size.
2999         Partially Fixes #332864.
3000
3001 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3002
3003         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3004
3005         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3006         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3007         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3008         (gst_alsa_mixer_set_record):
3009         * ext/alsa/gstalsamixertrack.c:
3010         (gst_alsa_mixer_track_update_alsa_capabilities),
3011         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3012         (gst_alsa_mixer_track_update):
3013         * ext/alsa/gstalsamixertrack.h:
3014           Improve and fix mixer track handling, in particular better handling
3015           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3016           separate track objects for tracks that have both capture and playback
3017           volume (and label them differently as well so they're not mistakenly
3018           assumed to be duplicates); classify mixer tracks that only affect
3019           the audible volume of something (rather than the capture volume)
3020           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3021           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3022           (following the meaning documented in the mixer interface header
3023           file); add support for alsa's exclusive cswitch groups; update/sync
3024           state/flags better if mixer settings are changed by another
3025           application. Fixes #336075.
3026
3027 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3028
3029         * gst/playback/gstplaybin.c:
3030           Improve docs: add section about BUFFERING messages sent by playbin.
3031
3032 2006-08-29  Michael Smith  <msmith@fluendo.com>
3033
3034         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3035         (gst_vorbis_enc_buffer_check_discontinuous),
3036         (gst_vorbis_enc_chain):
3037           Ignore explicit DISCONT marked on buffers (which is often spurious,
3038           particularly when using multiple segments), in favour of solely
3039           using the timestamps/durations.
3040
3041 2006-08-29  Edward Hervey  <edward@fluendo.com>
3042
3043         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3044         Don't rely on incoming buffers offset anymore, since it is completely
3045         broken when using multiple segments.
3046         Instead convert the incoming buffers timestamp to running time, and
3047         then convert that value to the offsets.
3048         Also inform GstSegment of the last outputted stop position, which is
3049         needed if we received several segments with an unknown stop value.
3050
3051 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3052
3053         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3054           fix buffer unreffing on a header push failure
3055
3056 2006-08-28  Wim Taymans  <wim@fluendo.com>
3057
3058         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3059         (gst_audio_rate_chain):
3060         Make the metadata of the buffer writable before changing its
3061         flags.
3062
3063 2006-08-28  Wim Taymans  <wim@fluendo.com>
3064
3065         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3066         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3067         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3068         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3069         Fix audiorate some more.
3070         Reset and resync counters on flush and READY.
3071         Handle the DISCONT flag correctly.
3072         Use GstSegment to track position.
3073         Fail when not negotiated.
3074         Fixes #353234.
3075
3076 2006-08-25  Michael Smith  <msmith@fluendo.com>
3077
3078         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3079           Fix spelling.
3080           Remove accidently included debug line.
3081
3082 2006-08-25  Wim Taymans  <wim@fluendo.com>
3083
3084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3085         Small cleanups.
3086         If a buffer is received with no caps, make the buffer metadata
3087         writable and set the caps, making sure that we don't screw up the
3088         refcounts.
3089
3090 2006-08-25  Michael Smith  <msmith@fluendo.com>
3091
3092         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3093         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3094           Fix memory leaks and misleading debug messages, add a couple of
3095           comments.
3096
3097         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3098         (gst_multi_fd_sink_render):
3099           Do not use gst_buffer_make_writable() in a basesink render method,
3100           as it may incorrectly unref the buffer. Instead, use convoluted
3101           dance to avoid copying the buffer except when we need to.
3102
3103 2006-08-25  Michael Smith  <msmith@fluendo.com>
3104
3105         * ext/vorbis/vorbisenc.c:
3106         (gst_vorbis_enc_buffer_check_discontinuous):
3107           Allow very small discontinuities in the timestamps. These we can't
3108           do anything useful with anyway (because vorbis's timestamps have
3109           only sample granularity), and are commonly produced by elements with
3110           minor bugs. Allow up to 1/2 a sample out.
3111           Fixes #351742.
3112
3113 2006-08-24  Wim Taymans  <wim@fluendo.com>
3114
3115         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3116         (play_scrub_toggle_cb), (main):
3117         Add a checkbox to enable play scrubbing. Makes it possible to disable
3118         normal scrubbing.
3119
3120 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3121
3122         * tests/check/elements/.cvsignore:
3123           make buildbot happy
3124
3125 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3126
3127         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3128         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3129         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3130         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3131         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3132         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3133         (gst_ogm_text_parse_strip_trailing_zeroes),
3134         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3135         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3136           Refactor ogm parse, do better input checking, misc. clean-ups.
3137           Cache incoming events and push them once the source pad has
3138           been created. Don't pass unterminated strings to sscanf().
3139           Strip trailing zeroes from subtitle text output, since they
3140           are not valid UTF-8. Don't push vorbiscomment packets on
3141           the subtitle text pad. Output perfect streams if possible.
3142
3143 2006-08-23  Wim Taymans  <wim@fluendo.com>
3144
3145         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3146         Waits for tasks to settle down so that we clean up correctly for 
3147         valgrind.
3148
3149 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3150
3151         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3152           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3153           actually return return value in taglists_are_equal.
3154
3155 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3158           Fix crash due to broken bitstream parsing on x86-64: can't make
3159           any assumptions about sizeof(struct) due to alignment/packing
3160           differences on different architectures. Fixes #351790.
3161
3162 2006-08-22  Wim Taymans  <wim@fluendo.com>
3163
3164         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3165         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3166         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3167         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3168         (gst_riff_parse_info):
3169         Protect public functions against bad input.
3170         Do some cleanups.
3171         Fix documentation.
3172
3173 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3174
3175         * gst-libs/gst/riff/riff-ids.h:
3176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3177           Add voxware audio IDs (even if we can't play it) (#351795).
3178
3179 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3180
3181         * gst-libs/gst/riff/riff-media.c:
3182         (gst_riff_create_video_template_caps),
3183         (gst_riff_create_audio_template_caps),
3184         (gst_riff_create_iavs_template_caps):
3185           Const-ify some arrays and use G_N_ELEMENTS instead
3186           of wasting oodles of RAM on terminator bits.
3187
3188 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * gst-libs/gst/tag/gstvorbistag.c:
3191         (gst_tag_list_to_vorbiscomment_buffer):
3192         * tests/check/libs/tag.c: (GST_START_TEST):
3193           And the same for _to_vorbiscomment_buffer(): allow
3194           id_data_len == 0 for speex.
3195
3196 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3197
3198         * configure.ac:
3199         * docs/plugins/Makefile.am:
3200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3202         * docs/plugins/inspect/plugin-gdp.xml:
3203         * gst/gdp/Makefile.am:
3204         * tests/check/Makefile.am:
3205           Move GDP plugin to -base from -bad.  Closes #347783.
3206
3207 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3208
3209         * gst-libs/gst/tag/gstvorbistag.c:
3210         (gst_tag_list_from_vorbiscomment_buffer):
3211           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3212           Also add some checks to make sure we don't memcmp() beyond the end of
3213           vorbiscomment buffer if the ID to check for is larger than the buffer.
3214
3215         * tests/check/libs/tag.c: (GST_START_TEST):
3216           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3217
3218 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3221         (gst_vorbis_enc_set_metadata):
3222           Use vorbis comment utility functions from libgsttag
3223           instead of re-inventing the wheel (partially fixes #347091).
3224
3225 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3226
3227         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3228         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3229         as some that won't.
3230
3231 2006-08-21  Wim Taymans  <wim@fluendo.com>
3232
3233         * docs/libs/Makefile.am:
3234         * docs/libs/gst-plugins-base-libs-sections.txt:
3235         * docs/libs/gst-plugins-base-libs.types:
3236         Don't try to GObject scan the netbuffer as it's not a GObject.
3237         Fixes #351308.
3238
3239         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3240         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3241         Document GstNetBuffer.
3242
3243 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3244
3245         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3246         (audioconvert_suite):
3247           Add testcase for caps-size-explosion
3248
3249 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3250
3251         * gst/audioconvert/gstaudioconvert.c:
3252         (gst_audio_convert_get_unit_size), (set_structure_widths):
3253           Lower debug, use g_assert in _get_unit_size
3254
3255         * gst/audioresample/gstaudioresample.c:
3256         (audioresample_get_unit_size):
3257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3258         (gst_ffmpegcsp_get_unit_size):
3259         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3260           use g_assert in _get_unit_size
3261
3262 2006-08-18  Wim Taymans  <wim@fluendo.com>
3263
3264         * docs/libs/gst-plugins-base-libs-sections.txt:
3265         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3266         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3267         (gst_rtp_buffer_get_payload_buffer):
3268         * gst-libs/gst/rtp/gstrtpbuffer.h:
3269         Document GstRTPBuffer.
3270         Added function to efficiently strip payload headers.
3271         API: gst_rtp_buffer_get_payload_subbuffer()
3272
3273 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3276         (gst_tag_to_vorbis_comments):
3277           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3278           tags and deserialise them properly as well (#347091).
3279           Add some more gtk-doc blurbs and also some g_return_if_fail().
3280
3281         * tests/check/libs/tag.c: (GST_START_TEST),
3282         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3283           More tests.
3284
3285 2006-08-17  Wim Taymans  <wim@fluendo.com>
3286
3287         * ext/ogg/Makefile.am:
3288         * ext/ogg/gstogg.c: (plugin_init):
3289         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3290         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3291         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3292         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3293         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3294         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3295         Added ogg-in-avi parser element. Fixes #140139.
3296
3297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3298         Fixed a bug in oggdemux debug code.
3299
3300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3301         (gst_riff_create_audio_template_caps):
3302         Recognise Ogg in the AVI extensible wave format.
3303
3304 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3305
3306         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3307           Make buffer durations add up (duration should be next_ts-ts for
3308           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3309           from CVS.
3310
3311         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3312         (test_buffer_timestamps), (cddabasesrc_suite):
3313           Add unit test for the above.
3314
3315         * tests/check/Makefile.am:
3316           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3317           to see what happens.
3318
3319 2006-08-16  Wim Taymans  <wim@fluendo.com>
3320
3321         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3322         (gst_alsasink_open):
3323         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3324         (gst_alsasrc_open):
3325         Avoid setting and using a NULL device name.
3326         Print more info when we fail to open a device.
3327
3328 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3329
3330         * docs/libs/gst-plugins-base-libs-sections.txt:
3331         * gst-libs/gst/tag/tag.h:
3332         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3333           API: add gst_tag_parse_extended_comment() (#351426).
3334
3335         * tests/check/Makefile.am:
3336         * tests/check/libs/.cvsignore:
3337         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3338           Add unit test for gst_tag_parse_extended_comment().
3339
3340 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3344           Fix leak (#351502).
3345
3346 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3350         * docs/plugins/gst-plugins-base-plugins.args:
3351         * gst/playback/gstplaybin.c:
3352           Document playbin.
3353           
3354         * docs/plugins/inspect/plugin-adder.xml:
3355         * docs/plugins/inspect/plugin-alsa.xml:
3356         * docs/plugins/inspect/plugin-audioconvert.xml:
3357         * docs/plugins/inspect/plugin-audiorate.xml:
3358         * docs/plugins/inspect/plugin-audioresample.xml:
3359         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3360         * docs/plugins/inspect/plugin-cdparanoia.xml:
3361         * docs/plugins/inspect/plugin-decodebin.xml:
3362         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3363         * docs/plugins/inspect/plugin-gnomevfs.xml:
3364         * docs/plugins/inspect/plugin-ogg.xml:
3365         * docs/plugins/inspect/plugin-pango.xml:
3366         * docs/plugins/inspect/plugin-playbin.xml:
3367         * docs/plugins/inspect/plugin-subparse.xml:
3368         * docs/plugins/inspect/plugin-tcp.xml:
3369         * docs/plugins/inspect/plugin-theora.xml:
3370         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3371         * docs/plugins/inspect/plugin-video4linux.xml:
3372         * docs/plugins/inspect/plugin-videorate.xml:
3373         * docs/plugins/inspect/plugin-videoscale.xml:
3374         * docs/plugins/inspect/plugin-videotestsrc.xml:
3375         * docs/plugins/inspect/plugin-volume.xml:
3376         * docs/plugins/inspect/plugin-vorbis.xml:
3377         * docs/plugins/inspect/plugin-ximagesink.xml:
3378         * docs/plugins/inspect/plugin-xvimagesink.xml:
3379           Update to CVS version.
3380
3381 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3382
3383         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3384         (gst_play_bin_set_property), (gst_play_bin_get_property),
3385         (value_list_append_structure_list),
3386         (gst_play_bin_handle_redirect_message),
3387         (gst_play_bin_handle_message):
3388           API: GstPlayBin::connection-speed
3389           Add "connection-speed" property; re-order redirect messages with
3390           multiple redirect locations depending on the minimum bitrate if
3391           that information is available and a connection speed is set
3392           (#350399).
3393
3394 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3395
3396         * gst/playback/gstplaybin.c:
3397           Update max volume to the same value that the volume element uses.
3398
3399 2006-08-14  Wim Taymans  <wim@fluendo.com>
3400
3401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3402         Less uglyness..
3403
3404 2006-08-14  Wim Taymans  <wim@fluendo.com>
3405
3406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3407         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3408         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3409         Add some more debug info.
3410         Don't crash when a seek failed.
3411         Actually return the result of the seek instead of TRUE.
3412         Ignore multiple BOS pages with the same serial so that we don't create
3413         the same stream multiple times.
3414         Post an error when we fail to do the initial seek.
3415
3416 2006-08-13  Wim Taymans  <wim@fluendo.com>
3417
3418         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3419         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3420         Small code cleanup.
3421
3422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3423         (gst_alsa_mixer_new):
3424         Remove hack that always set the device to hw:0*.
3425         Properly find the card name for whatever device was configured.
3426         Do some better debugging.
3427         Fixes #350784.
3428
3429         * ext/alsa/gstalsamixerelement.c:
3430         (gst_alsa_mixer_element_set_property),
3431         (gst_alsa_mixer_element_change_state):
3432         Cleanups.
3433         Handle setting of a NULL device name better.
3434
3435 2006-08-11  Wim Taymans  <wim@fluendo.com>
3436
3437         * gst/adder/gstadder.c:
3438         Don't clip float values. Fixes #350900.
3439
3440 2006-08-11  Andy Wingo  <wingo@pobox.com>
3441
3442         * gst/tcp/gsttcp.c: Really fix the build?
3443
3444         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3445         fixes the build.
3446
3447 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3450           Float caps shouldn't have a "signed" field.
3451
3452 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3455           Implement SEEKING query in its most basic form, so that we can
3456           at least check if we're seekable or not (#350655).
3457
3458 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3461           The checks here are not even close to anything that would
3462           justify MAXIMUM probability, lowering to POSSIBLE until someone
3463           fixes the checks (case at hand: quicktime redirection files
3464           might start with 00 00 01 XX and pass the checks here just
3465           fine, see #350399).
3466
3467 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3468
3469         Patch by: Sjoerd Simons  <sjoerd at luon net>
3470
3471         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3472           Better detection for multipart/x-mixed-replace: accept leading
3473           whitespaces before the boundary marker as well (as our very own
3474           multipartmux used to produce) (#349068).
3475
3476 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3477
3478         Patch by: Young-Ho Cha  <ganadist at chollian net>
3479
3480         * gst-libs/gst/riff/riff-ids.h:
3481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3482         (gst_riff_create_audio_template_caps):
3483           Detect DTS audio streams (#350157).
3484
3485 2006-08-05  Andy Wingo  <wingo@pobox.com>
3486
3487         * ext/theora/gsttheoraparse.h:
3488         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3489         (theora_parse_dispose, theora_parse_set_property)
3490         (theora_parse_get_property, theora_parse_munge_granulepos)
3491         (theora_parse_push_buffer, theora_parse_change_state):
3492         API: GstTheoraParse::synchronization-points
3493         Add a property 'synchronization-points' to fix badly synchronized oggs.
3494
3495 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * tests/check/Makefile.am:
3498         * tests/check/libs/.cvsignore:
3499         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3500         (fixed_caps_have_channel_positions), (GST_START_TEST),
3501         (audio_suite), (main):
3502           Add a few tests for the channel position stuff in libgstaudio.
3503
3504 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3505
3506         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3507         (gst_alsa_detect_channels):
3508         * ext/alsa/gstalsasink.c:
3509           Add support for cards that (only) do more than 8 channels,
3510           like the Delta 44 (#345188).
3511
3512         * gst-libs/gst/audio/multichannel.c:
3513         (gst_audio_check_channel_positions):
3514         * gst-libs/gst/audio/multichannel.h:
3515           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3516           unspecified channel position and cannot be combined with any
3517           of the other audio channel positions; adjust position layout
3518           checks accordingly (#345188).
3519
3520 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3523           Recognise ancient RealAudio files (see #349779).
3524
3525 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         Patch by: Jens Granseuer  <jensgr at gmx net>
3528
3529         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3530           Add typefinder for Interplay's MVE format (#348973).
3531
3532 2006-08-02  Wim Taymans  <wim@fluendo.com>
3533
3534         Patch by: Marcel Moreaux <marcelm at luon dot net>
3535
3536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3537         (gst_base_rtp_depayload_add_to_queue):
3538         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3539         Handle RTP sequence number rollover.
3540         Disable jitterbuffer by default.
3541
3542 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3543
3544         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3545         (audioresample_set_caps):
3546         Don't leak references to the incoming caps. Clean them up when
3547         stopping.
3548
3549         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3550         (gst_video_scale_finalize):
3551         Don't leak our temporary pixel buffer.
3552
3553         * tests/check/Makefile.am:
3554         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3555         (GST_START_TEST), (simple_launch_lines_suite):
3556
3557         Fix leaks and re-enable the test for valgrind checking.
3558
3559 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3560
3561         Patch by: Sjoerd Simons  <sjoerd at luon net>
3562
3563         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3564         (plugin_init):
3565           Add typefind function for multipart/x-mixed-replace (#348916).
3566
3567 2006-07-28  Wim Taymans  <wim@fluendo.com>
3568
3569         * gst/adder/gstadder.c: (gst_adder_setcaps),
3570         (gst_adder_query_duration):
3571         Fix leak in duration query.
3572         Reflow some docs and notes.
3573
3574 2006-07-28  Michael Smith  <msmith@fluendo.com>
3575
3576         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3577         (vorbisenc_suite):
3578           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3579           aspect of it.
3580
3581 2006-07-28  Michael Smith  <msmith@fluendo.com>
3582
3583         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3584         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3585         (gst_vorbis_enc_push_buffer),
3586         (gst_vorbis_enc_buffer_check_discontinuous),
3587         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3588         * ext/vorbis/vorbisenc.h:
3589           Handle discontinuities in the input vorbis stream correctly,
3590           so that the output is properly timestamped (and has good granulepos
3591           values). Needs some oggmux fixes too.
3592
3593 2006-07-27  Wim Taymans  <wim@fluendo.com>
3594
3595         patch by: Kai Vehmanen <kv2004 eca cx>
3596
3597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3598         (gst_base_rtp_depayload_chain),
3599         (gst_base_rtp_depayload_handle_sink_event),
3600         (gst_base_rtp_depayload_change_state):
3601         Don't send multiple newsegments with different formats.
3602         Fixes #348677.
3603
3604 2006-07-26  Wim Taymans  <wim@fluendo.com>
3605
3606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3607         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3608         Make seeking in ogg more accurate again by doing the more correct
3609         granuletime to stream time conversion.
3610
3611 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3612
3613         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3614         (gst_multi_fd_sink_new_client):
3615           debug a little more understandably
3616           do not use goto as a substitute for break, especially if
3617           break is also being used
3618
3619 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3620
3621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3622         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3623           Remove GLib-2.6 compatibility cruft.
3624
3625 2006-07-24  Wim Taymans  <wim@fluendo.com>
3626
3627         * gst-libs/gst/audio/gstbaseaudiosink.c:
3628         (gst_base_audio_sink_render):
3629         Don't try to align a sample to an unknown value.
3630
3631 2006-07-24  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst-libs/gst/audio/gstbaseaudiosink.c:
3634         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3635         When the audio clock is slaved to another clock, never try to align
3636         samples but trust the rate interpolation algorithm.
3637
3638 2006-07-24  Wim Taymans  <wim@fluendo.com>
3639
3640         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3641         Don't try to calculate silence samples, base class does this much
3642         better now.
3643
3644         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3645         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3646         (gst_ring_buffer_acquire):
3647         Calculate silence samples correctly.
3648
3649         * gst-libs/gst/audio/gstringbuffer.h:
3650         Add _CAST macro.
3651
3652 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3653
3654         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3655           Limit search for the first markup tag to the first few kB of
3656           the file. If we don't find one there, it's highly unlikely that
3657           this is an XML(-ish) file.
3658
3659 2006-07-21  Andy Wingo  <wingo@pobox.com>
3660
3661         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3662         test to the one in vorbisenc. Also commented out.
3663
3664         * tests/check/pipelines/vorbisenc.c: 
3665         (test_discontinuity): New test, commented out until Mike lands
3666         some elite vorbisenc patches.
3667
3668         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3669         Bufferstraw was actually factored out of these tests. Now we share
3670         code yay.
3671
3672         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3673         for bufferstraw addition to gstcheck.
3674
3675 2006-07-21  Wim Taymans  <wim@fluendo.com>
3676
3677         * ext/theora/theoradec.c: (clip_buffer):
3678         Better clipping.
3679
3680 2006-07-21  Wim Taymans  <wim@fluendo.com>
3681
3682         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3683         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3684         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3685         Fix leak.
3686         Avoid type casting when we can.
3687
3688         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3689         Fix mem leak.
3690
3691 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3692
3693         * ext/alsa/gstalsamixerelement.c:
3694         (gst_alsa_mixer_element_change_state):
3695           Make state change fail if the specified device can't be opened
3696           for some reason.
3697
3698 2006-07-20  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3701         (cb_newpad), (main):
3702         Example of a small audio/video player using decodebin.
3703
3704 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3705
3706         * gst-libs/gst/riff/riff-ids.h:
3707           Add 'fact' chunk id
3708
3709 2006-07-19  Wim Taymans  <wim@fluendo.com>
3710
3711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3712         (gst_base_rtp_depayload_chain),
3713         (gst_base_rtp_depayload_change_state):
3714         Don't assert when not negotiated but post a meaningfull 
3715         error message. Fixes #347918.
3716
3717         * gst-libs/gst/rtp/gstbasertppayload.c:
3718         Add comment about better default MTU size.
3719
3720         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3721         Small cleanups, start docs.
3722
3723 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         Patch by: Martin Szulecki
3726
3727         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3728           If "device-name" is requested and the device is not
3729           open, try to temporarily open it to obtain this
3730           information (#342494).
3731
3732 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst-libs/gst/tag/gstid3tag.c:
3735           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3736
3737         * gst-libs/gst/tag/gsttageditingprivate.h:
3738         * gst-libs/gst/tag/gstvorbistag.c:
3739           Some more random const-ifications.
3740
3741 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3742
3743         * gst-libs/gst/riff/riff-ids.h:
3744         * gst-libs/gst/riff/riff-media.c:
3745         (gst_riff_create_video_template_caps):
3746           Add more FOURCCs (sort list to make stuff easier to find),
3747           add comment what those 16 bytes in struct _gst_riff_strh according to
3748           one avi-dumper are
3749
3750 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3751
3752         * gst-libs/gst/audio/multichannel.c:
3753         (gst_audio_check_channel_positions),
3754         (gst_audio_fixate_channel_positions):
3755           Const-ify two arrays.
3756
3757 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3760           Fix typo, so that alsasink also advertises 8 channels
3761           if that's supported (tags: can, worms, open, alsa, ph34r).
3762
3763 2006-07-17  Wim Taymans  <wim@fluendo.com>
3764
3765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3766         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3767         *sigh*, when is the compiler going to warn when the comments
3768         are out-of-sync with the code.. Refix case of busted theora
3769         headers with 0 granule pos.
3770
3771 2006-07-14  Wim Taymans  <wim@fluendo.com>
3772
3773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3774         (gst_base_rtp_depayload_wait),
3775         (gst_base_rtp_depayload_change_state),
3776         (gst_base_rtp_depayload_set_property),
3777         (gst_base_rtp_depayload_get_property):
3778         Fix 99% cpu load by waiting for absolute times on the
3779         clock. Fixes #347300.
3780
3781 2006-07-14  Andy Wingo  <wingo@pobox.com>
3782
3783         * ext/theora/gsttheoraparse.h: 
3784         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3785         (theora_parse_push_headers, theora_parse_clear_queue)
3786         (theora_parse_drain_queue_prematurely, )
3787         (theora_parse_sink_event, theora_parse_change_state): Queue events
3788         until we initialized our state, like in vorbisparse.
3789
3790         * ext/vorbis/vorbisparse.h: 
3791         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3792         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3793         (vorbis_parse_drain_queue_prematurely, )
3794         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3795         until we have initialized our state. Fixes seeking after an
3796         initial pad block.
3797
3798 2006-07-14  Andy Wingo  <wingo@pobox.com>
3799
3800         Patch by: Iain Holmes <iaingnome@gmail.com>
3801         
3802         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3803
3804 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3805
3806         * configure.ac:
3807         Bump nano back to CVS
3808
3809 === release 0.10.9 ===
3810
3811 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3812
3813         * configure.ac:
3814           releasing 0.10.9, "I walk the line"
3815
3816 2006-07-14  Michael Smith  <msmith@fluendo.com>
3817
3818         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3819           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3820           (commonly happens when running this test under valgrind) when trying
3821           to remove the buffer probe.
3822
3823 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3824
3825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3826         Fix missing g_unlock from the previous commit
3827
3828 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3829
3830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3831         (gst_ximagesink_change_state):
3832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3833         (gst_xvimagesink_change_state):
3834         Implement a locking order to ensure we always take the object lock
3835         before the x_lock and never vice-versa.
3836
3837 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3838
3839         * gst/playback/gstdecodebin.c: (find_compatibles):
3840         Fix a caps leak when linking (#347304)
3841
3842         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3843         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3844         (gst_ximagesink_change_state):
3845         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3846         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3847         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3848         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3849         Don't leak shared memory resources. Use the object lock to protect
3850         against the xcontext disappearing while returning a buffer from the
3851         pipeline. (#347304)
3852
3853 2006-07-12  Edward Hervey  <edward@fluendo.com>
3854
3855         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3856         (vorbis_handle_comment_packet):
3857         gst_tag_list_merge() returns a new object. Take that into account when
3858         using it. This avoids memleak.
3859         Revert previous commit which is not needed.
3860
3861 2006-07-12  Edward Hervey  <edward@fluendo.com>
3862
3863         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3864         Reset the decoder in finalize so that all fields get cleared.
3865
3866 2006-07-12  Wim Taymans  <wim@fluendo.com>
3867
3868         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3869         (gst_base_audio_src_set_clock),
3870         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3871         Don't try to post an error message when setting the clock fails
3872         as this can happen when adding an element to a bin which will then
3873         deadlock. Fixes #347296.
3874
3875 2006-07-12  Edward Hervey  <edward@fluendo.com>
3876
3877         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3878         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3879         (vorbis_handle_type_packet):
3880         Post tag messages on the bus even if we're not initialized.
3881         If we're not initialized, we still postpone the event pushing of tags.
3882
3883 2006-07-12  Wim Taymans  <wim@fluendo.com>
3884
3885         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3886         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3887         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3888         Revert last two changes that broke the freeze.
3889
3890 2006-07-12  Wim Taymans  <wim@fluendo.com>
3891
3892         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3893         basesink calculates silence sample correctly for us.
3894
3895 2006-07-12  Wim Taymans  <wim@fluendo.com>
3896
3897         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3898         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3899         Calculate correct silence samples so we don't fill our ringbuffer
3900         with noise.
3901
3902 2006-07-12  Edward Hervey  <edward@fluendo.com>
3903
3904         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3905         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3906         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3907         * ext/vorbis/vorbisdec.h:
3908         Delay sending events (newsegment, tags) until the decoder is properly
3909         initialized.
3910         Fixes #347295
3911
3912 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3913
3914         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3915         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3916           Patch from #347221 adding a test for audioconvert
3917           channel remappings.
3918
3919 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3922         (gst_ssa_parse_parse_line):
3923           Don't include the terminating NUL in the buffer size,
3924           it's only there for extra paranoia (would add random
3925           '*' characters at the end of each subtitle since the
3926           terminator itself is not valid UTF-8 technically).
3927           Also fix indenting after boilerplate macro.
3928
3929 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * gst/playback/gstdecodebin.c: (close_pad_link):
3932           Also emit 'unknown-type' signal (which should really be
3933           called unhandled-type) if we found potential decoders/demuxers
3934           in the registry but none of them worked in the end (as in the
3935           case where the plugins don't exist any longer but are still
3936           listed in the registry). Fixes #329798.
3937
3938 2006-07-08  Andy Wingo  <wingo@pobox.com>
3939
3940         * theoraparse.c (theora_parse_push_buffer)
3941         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3942         Add some more debugging. Fix granulepos reconstruction in the face
3943         of discontinuities.
3944
3945 2006-07-06  Wim Taymans  <wim@fluendo.com>
3946
3947         * gst-libs/gst/audio/gstbaseaudiosink.c:
3948         (gst_base_audio_sink_class_init),
3949         (gst_base_audio_sink_provide_clock):
3950         Use gobject_class instead of G_OBJECT_CLASS (klass)
3951
3952         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3953         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3954         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
3955         (gst_base_audio_src_get_time),
3956         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
3957         (gst_base_audio_src_create_ringbuffer):
3958         Fix latency and buffer-time constants and properties ala basesink.
3959         Implement pull based scheduling. Fixes #346527.
3960         Set default blocksize in GstBaseSrc to 0, we default to pushing out
3961         one segment.
3962         Refuse slaving to another clock instead of silently not working.
3963         Only provide a clock when we are actually able to do so.
3964         Various small cleanups and compiler hints.
3965
3966 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         Patch by: Lutz Mueller <lutz at topfrose de>
3969
3970         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
3971         (plugin_init):
3972           Add typefinding for text/html (#346581).
3973
3974 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3977         (xml_check_first_element), (xml_type_find), (smil_type_find):
3978           Fix SMIL typefinding, make xml_check_first_element() more
3979           useful.
3980
3981 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3984         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
3985         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
3986         * gst/playback/gstplaybasebin.h:
3987           Protect list of elements with a subtitle-encoding property and
3988           the subtitle encoding member itself with a lock of their own
3989           instead of using the object lock. This prevents a dead-lock in
3990           the element-remove callback in some circumstances when shutting
3991           down playbin.
3992
3993 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
3994
3995         * win32/common/libgsttag.def:
3996         Export some new functions.
3997         * win32/vs6/libgstogg.dsp:
3998         Add a link to libgsttag-0.10.lib.
3999
4000 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4001
4002         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4003           Some const-ification.
4004
4005 2006-07-04  Wim Taymans  <wim@fluendo.com>
4006
4007         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4008         Improve checking if we are dealing with a stream. Added some
4009         more uris that need buffering.
4010
4011 2006-07-03  Edward Hervey  <edward@fluendo.com>
4012
4013         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4014         Remove unused variable.
4015
4016 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4017
4018         * Makefile.am:
4019           include lcov.mak
4020         * configure.ac:
4021           add GCOV_LIBS to GST_LIBS
4022
4023 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4026
4027         * ext/alsa/gstalsasrc.c:
4028           Add 32 bps to template caps and increase channels range
4029           from [1,2] to [1,MAX]. See #346326.
4030
4031 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4034           Recognise 'WMVA' video codec fourcc (#345879).
4035           
4036 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4037          
4038         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4039           Fixed nasty memory leak
4040
4041 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4042
4043         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4044         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4045           fix logging
4046
4047 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4048
4049         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4050         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4051         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4052         Protect remove_fakesink using a mutex, so that we don't try and
4053         remove the fakesink simultaneously from multiple threads.
4054
4055         When going from READY to PAUSED, restore the fakesink, so that
4056         it is there when decodebin gets reused.
4057
4058 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4061         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4062         * gst-libs/gst/rtp/gstbasertppayload.c:
4063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4064         * gst/tcp/gstmultifdsink.c:
4065         * gst/tcp/gsttcpclientsink.c:
4066         * gst/tcp/gsttcpclientsrc.c:
4067         * gst/tcp/gsttcpserversink.c:
4068         * gst/tcp/gsttcpserversrc.c:
4069         * gst/videorate/gstvideorate.c:
4070         * gst/videotestsrc/gstvideotestsrc.c:
4071         * sys/v4l/gstv4ljpegsrc.c:
4072         * sys/v4l/gstv4lmjpegsink.c:
4073         * sys/v4l/gstv4lsrc.c:
4074         * tests/examples/seek/scrubby.c:
4075         * tests/examples/seek/seek.c:
4076           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4077
4078 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4079
4080         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4081           Second field in GEnumValue shouldn't be a description,
4082           but a stringified version of the enum value.
4083
4084 2006-06-22  Wim Taymans  <wim@fluendo.com>
4085
4086         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4087         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4088         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4089         Avoid type checking in buffer casts.
4090         Avoid caps copy in buffer_alloc when we can.
4091         Use pad_peer_accept.
4092
4093 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst-libs/gst/tag/tag.h:
4096           Oops, make that 'Since: 0.10.9'.
4097
4098 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * docs/libs/gst-plugins-base-libs-sections.txt:
4101         * gst-libs/gst/tag/tag.h:
4102         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4103         (gst_tag_image_type_get_type):
4104           API: add GstTagImageType enum to describe images contained
4105           in image tags (#345641).
4106
4107 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4110           Fix warnings with gst-inspect: "buffers-min" property
4111           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4112           typo in property description.
4113
4114 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4115
4116         Patch by: Cody Russell <bratsche at gnome org>
4117
4118         * gst/audioresample/gstaudioresample.c:
4119         (gst_audioresample_class_init):
4120         * gst/playback/gststreamselector.c:
4121         (gst_stream_selector_class_init):
4122         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4123         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4124         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4125         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4126         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4127         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4128         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4129         * gst/videotestsrc/gstvideotestsrc.c:
4130         (gst_video_test_src_class_init):
4131         * gst/volume/gstvolume.c: (gst_volume_class_init):
4132           Avoid unnecessary class cast check in class_init
4133           functions (#337747).
4134
4135 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4136
4137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4138         (gst_text_overlay_video_chain):
4139           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4140           and doesn't validate its input either (and neither did
4141           textoverlay it seems). Let's do that then and fix #345206.
4142
4143 2006-06-19  Wim Taymans  <wim@fluendo.com>
4144
4145         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4146         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4147         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4148         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4149         (find_syncframe), (find_limits), (assign_value),
4150         (count_burst_unit), (gst_multi_fd_sink_new_client),
4151         (gst_multi_fd_sink_handle_client_write),
4152         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4153         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4154         (gst_multi_fd_sink_change_state):
4155         * gst/tcp/gstmultifdsink.h:
4156         Added shiny new burst-on-connect methods.
4157         Add properties to control the minimal amount of data queued.
4158         Small cleanups.
4159         API: bytes-min property
4160         API: time-min property
4161         API: buffers-min property
4162         API: burst-unit property
4163         API: burst-value property
4164         API: add-full signal
4165
4166         * gst/tcp/gsttcp-marshal.list:
4167         Added new marshaller code for the new signal.
4168
4169         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4170         (multifdsink_suite):
4171         Added testcases for new burst methods.
4172
4173 2006-06-19  Edward Hervey  <edward@fluendo.com>
4174
4175         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4176         Implement clipping for accurate seeking.
4177         Closes #345225
4178
4179 2006-06-19  Wim Taymans  <wim@fluendo.com>
4180
4181         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4182
4183         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4184         (gst_video_scale_transform):
4185         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4186
4187 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * configure.ac:
4190           Fix --disable-external (can't set conditionals conditionally,
4191           #343602).
4192
4193 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * tests/check/elements/audioresample.c: (test_reuse),
4196         (audioresample_suite):
4197           Add test case for bug #342789 fixed below.
4198
4199 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * gst/audioresample/gstaudioresample.c:
4202         (gst_audioresample_class_init), (gst_audioresample_init),
4203         (audioresample_start), (audioresample_stop),
4204         (gst_audioresample_set_property), (gst_audioresample_get_property):
4205           Implement GstBaseTransform::start and ::stop so that audioresample
4206           can clear its internal state properly and be reused instead of
4207           causing non-negotiated errors with playbin under some circumstances
4208           (#342789).
4209
4210         * tests/check/elements/audioresample.c: (setup_audioresample),
4211         (cleanup_audioresample):
4212           Need to set element state here so that ::start and ::stop are
4213           called.
4214
4215 2006-06-16  Wim Taymans  <wim@fluendo.com>
4216
4217         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4218
4219         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4220         Parse extra data better, apparently it's right behind
4221         the normal strf header size. Fixes #343500.
4222
4223 2006-06-16  Wim Taymans  <wim@fluendo.com>
4224
4225         * ext/alsa/gstalsasink.c: (set_hwparams):
4226         If we fail to set the buffer_time and period_time alsa
4227         parameters, post a warning and leave alsa select a 
4228         default instead of failing. Fixes #342085
4229
4230 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * docs/libs/gst-plugins-base-libs-sections.txt:
4233         * gst-libs/gst/cdda/gstcddabasesrc.h:
4234           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4235           out in the header file and shouldn't be listed in the docs.
4236
4237         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4238           Must dereference pointer to fourcc in the debug statement.
4239
4240 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4241
4242         * docs/libs/Makefile.am:
4243         * docs/libs/gst-plugins-base-libs-docs.sgml:
4244         * docs/libs/gst-plugins-base-libs-sections.txt:
4245         * docs/libs/gst-plugins-base-libs.types:
4246         add remaining symbols into correct setions
4247         
4248         * gst-libs/gst/audio/gstringbuffer.c:
4249         fix incomplete docs
4250         
4251         * gst-libs/gst/audio/gstringbuffer.h:
4252         comment out not yet implemented function
4253         
4254         
4255         * gst-libs/gst/floatcast/floatcast.h:
4256         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4257         add short descriptions
4258         
4259         
4260         * gst-libs/gst/interfaces/propertyprobe.c:
4261         fix return value docs   
4262         
4263         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4264         simplify debug logging
4265         
4266         * gst-libs/gst/riff/riff-read.h:
4267         sync function prototype and docs
4268         
4269         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4270         remove left over symbol
4271
4272 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         * autogen.sh:
4275         * configure.ac:
4276         * docs/Makefile.am:
4277           Use GST_PLUGIN_DOCS macro in configure.ac, add
4278           --enable-plugin-docs default to autogen.sh and use
4279           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4280
4281 2006-06-15  Wim Taymans  <wim@fluendo.com>
4282
4283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4284         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4285         (gst_ogg_demux_loop):
4286         Combine GstFlowReturn from the source pads to give a
4287         meaningfull result to the upstream peer or to stop the
4288         processing task in case of errors.
4289
4290 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst/playback/gststreaminfo.c: (cb_probe):
4293           Try GST_TAG_CODEC as fallback when extracting the
4294           codec name; more debug info.
4295
4296 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * ext/ogg/Makefile.am:
4299         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4300           Extract language tags from ogm subtitle streams, so that
4301           the subtitle menu choices are labelled correctly in
4302           Totem (fixes #344708).
4303
4304 2006-06-14  Wim Taymans  <wim@fluendo.com>
4305
4306         Patch by: Alessandro Decina <alessandro at nnva dot org>
4307
4308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4309         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4310         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4311         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4312         Fix various leaks. Fixes #343699.
4313         Add x-smoke mime type.
4314
4315 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * gst-libs/gst/riff/riff-ids.h:
4318           Add IDs for 'bext' chunks (see #343837).
4319
4320 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         Patch by: Young-Ho Cha  <ganadist at chollian net>
4323
4324         * gst/subparse/samiparse.c: (sami_context_pop_state),
4325         (handle_start_font), (end_sami_element):
4326           Honour font face tags in SAMI subtitles (#344503).
4327
4328 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4329
4330         * po/POTFILES.in:
4331           add missing files containing translatable strings
4332
4333 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4334
4335         * docs/libs/tmpl/.cvsignore:
4336           we don't want those *.sgml files in CVS either
4337
4338 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4339
4340         * docs/libs/.cvsignore:
4341         * tests/check/elements/.cvsignore:
4342         * tests/check/libs/.cvsignore:
4343           ignore more
4344
4345 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4346
4347         * docs/libs/Makefile.am:
4348           also commiting the changed Makefile.am (added more libs to the
4349           doc-build)
4350
4351 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * docs/libs/gst-plugins-base-libs-docs.sgml:
4354         * docs/libs/gst-plugins-base-libs-sections.txt:
4355         * docs/libs/gst-plugins-base-libs.types:
4356           first batch of reordering things, add index & hierarchy
4357
4358 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4359
4360         * configure.ac:
4361           use GST_PKG_CHECK_MODULES, cleans up output
4362
4363 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4366           Add support for burn:// URIs (#343385); const-ify things a bit,
4367           use G_N_ELEMENTS instead of hard-coded array size.
4368
4369 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         Patch by: Young-Ho Cha  <ganadist at chollian net>
4372
4373         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4374           Fix up broken entities before passing them to libxml *sigh*.
4375           (#343303).
4376           
4377 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4378
4379         * configure.ac:
4380           back to TRUNK
4381
4382 === release 0.10.8 ===
4383
4384 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4385
4386         * configure.ac:
4387           releasing 0.10.8, "Moar gij ziet mij nie"
4388
4389 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4390
4391         * configure.ac:
4392         * po/af.po:
4393         * po/az.po:
4394         * po/cs.po:
4395         * po/en_GB.po:
4396         * po/hu.po:
4397         * po/it.po:
4398         * po/nb.po:
4399         * po/nl.po:
4400         * po/or.po:
4401         * po/sq.po:
4402         * po/sr.po:
4403         * po/sv.po:
4404         * po/uk.po:
4405         * po/vi.po:
4406         * win32/common/config.h:
4407           0.10.7.2 prerelease
4408
4409 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4410
4411         * docs/libs/tmpl/gstaudio.sgml:
4412         * docs/libs/tmpl/gstcolorbalance.sgml:
4413         * docs/libs/tmpl/gstmixer.sgml:
4414         * docs/libs/tmpl/gstringbuffer.sgml:
4415         * docs/libs/tmpl/gsttuner.sgml:
4416         * docs/libs/tmpl/gstxoverlay.sgml:
4417         * gst-libs/gst/audio/audio.c:
4418         * gst-libs/gst/audio/gstringbuffer.c:
4419         * gst-libs/gst/interfaces/colorbalance.c:
4420         * gst-libs/gst/interfaces/mixer.c:
4421         * gst-libs/gst/interfaces/tuner.c:
4422         * gst-libs/gst/interfaces/xoverlay.c:
4423           move last template doc snippets to source code and delete them
4424
4425 2006-06-06  Michael Smith  <msmith@fluendo.com>
4426
4427         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4428         (theora_parse_drain_queue):
4429           Mark DELTA_UNIT on non-keyframes.
4430
4431 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4432
4433         * gst-libs/gst/audio/gstbaseaudiosink.c:
4434         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4435         * gst-libs/gst/audio/gstbaseaudiosink.h:
4436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4437         (gst_ring_buffer_samples_done):
4438         * gst-libs/gst/audio/gstringbuffer.h:
4439         Document better the fact that latency_time and buffer_time are values
4440         stored in microseconds, and not the usual GStreamer nanoseconds.
4441         Change the variables (compatibly) that store them from GstClockTime 
4442         to guint64 to make it more clear that they're not storing clock times.
4443         Also, remove the bogus property description that says the user can
4444         specify -1 to get the default value, since that's never been the case.
4445
4446         When computing the default segment size for the ring buffer, make it
4447         an integer number of samples.
4448
4449         When the sub-class indicates a delay greater than the number of
4450         samples we've written return 0 from the audio sink get_time method.
4451
4452 2006-06-02  Michael Smith  <msmith@fluendo.com>
4453
4454         * tests/check/elements/audioconvert.c: (set_channel_positions),
4455         (get_float_mc_caps), (get_int_mc_caps):
4456         * tests/check/elements/audioresample.c:
4457         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4458         * tests/check/elements/videorate.c:
4459         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4460         * tests/check/elements/volume.c:
4461         * tests/check/elements/vorbisdec.c:
4462         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4463           Don't busy-wait in tests; this was causing test timeouts very
4464           frequently when running under valgrind.
4465
4466 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4467
4468         * gst/tcp/README:
4469         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4470         (gst_multi_fd_sink_remove_client_link),
4471         (gst_multi_fd_sink_client_queue_caps),
4472         (gst_multi_fd_sink_client_queue_buffer),
4473         (gst_multi_fd_sink_handle_client_write),
4474         (gst_multi_fd_sink_render):
4475         * gst/tcp/gstmultifdsink.h:
4476           make multifdsink properly deal with streamheader:
4477           - streamheader is taken from caps
4478           - buffers marked with IN_CAPS are not sent
4479           - streamheaders are sent, on connection, from the caps of the
4480             buffer where the client gets positioned to
4481           - further streamheader changes are done every time the client
4482             will receive a buffer with different caps
4483         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4484         (gst_multifdsink_create_streamheader):
4485           add tests for this
4486
4487 2006-06-02  Michael Smith  <msmith@fluendo.com>
4488
4489         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4490           Reinstate limit on channel count. Vorbis does not define the meaning
4491           of > 6 channels, so they're just independent channels. Gstreamer
4492           currently has no mechanism to represent N independent channels.
4493
4494 2006-06-02  Michael Smith  <msmith@fluendo.com>
4495
4496         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4497           Don't arbitrarily restrict channel counts and rate in vorbis.
4498           In terms of effects likely on real-world files, this fixes 96kHz
4499           playback of vorbis.
4500
4501 2006-06-02  Michael Smith  <msmith@fluendo.com>
4502
4503         * gst/audioconvert/audioconvert.c: (float):
4504           More correct float->int conversion.
4505
4506 2006-06-02  Michael Smith  <msmith@fluendo.com>
4507
4508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4509           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4510           value. Fixes g-critical on trying to play back ogg containing
4511           unknown codec.
4512
4513 2006-06-02  Wim Taymans  <wim@fluendo.com>
4514
4515         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4516         (setup_source):
4517         * gst/playback/gstplaybasebin.h:
4518         Make the subtitle detection work from any thread so we don't
4519         deadlock. Fixes #343397.
4520
4521 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4522
4523         * gst/volume/Makefile.am:
4524           Seriously, it's not *that* hard to get compilation right.  Even
4525           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4526
4527 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4528
4529         * gst/volume/gstvolume.c: (volume_choose_func),
4530         (volume_update_real_volume), (gst_volume_class_init),
4531         (gst_volume_init), (volume_process_float), (volume_process_int16),
4532         (volume_process_int16_clamp), (volume_set_caps),
4533         (volume_transform_ip), (plugin_init):
4534         * gst/volume/gstvolume.h:
4535         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4536         another property desc., remove unused param from process function
4537         
4538         * tests/check/elements/volume.c: (volume_suite):
4539         reactivate the passthrough test
4540
4541 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4542
4543         * ext/alsa/gstalsamixerelement.h:
4544         * ext/alsa/gstalsamixeroptions.h:
4545         * ext/alsa/gstalsamixertrack.h:
4546         * ext/gnomevfs/gstgnomevfssink.h:
4547         * ext/gnomevfs/gstgnomevfssrc.h:
4548         * ext/theora/gsttheoradec.h:
4549         * ext/theora/gsttheoraenc.h:
4550         * ext/theora/gsttheoraparse.h:
4551         * ext/vorbis/vorbisparse.h:
4552         * gst-libs/gst/audio/gstaudioclock.h:
4553         * gst-libs/gst/audio/gstaudiofilter.h:
4554         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4555         * gst/audioconvert/gstaudioconvert.h:
4556         * gst/audioresample/gstaudioresample.h:
4557         * gst/audiotestsrc/gstaudiotestsrc.h:
4558         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4559         * gst/playback/gststreamselector.h:
4560         * gst/tcp/gstmultifdsink.h:
4561         * gst/tcp/gsttcpclientsink.h:
4562         * gst/tcp/gsttcpclientsrc.h:
4563         * gst/tcp/gsttcpserversink.h:
4564         * gst/tcp/gsttcpserversrc.h:
4565         * gst/videorate/gstvideorate.h:
4566         * gst/videoscale/gstvideoscale.h:
4567         * gst/videotestsrc/gstvideotestsrc.h:
4568         * gst/volume/gstvolume.h:
4569         * sys/v4l/gstv4ljpegsrc.h:
4570         * sys/v4l/gstv4lmjpegsink.h:
4571         * sys/v4l/gstv4lmjpegsrc.h:
4572         * sys/v4l/gstv4lsrc.h:
4573         * sys/ximage/ximagesink.h:
4574         * sys/xvimage/xvimagesink.h:
4575         * tests/old/testsuite/alsa/sinesrc.h:
4576         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4577
4578 2006-05-31  Wim Taymans  <wim@fluendo.com>
4579
4580         * ext/libvisual/visual.c: (gst_visual_reset),
4581         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4582         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4583         Handle DISCONT.
4584         Use running time before doing QoS.
4585         Handle mono too.
4586
4587 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4588
4589         * docs/libs/Makefile.am:
4590           set a magic variable to indicate we know the docs are incomplete
4591
4592 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4593
4594         * win32/common/libgstvideo.def:
4595           export gst_video_calculate_display_ratio
4596         * win32/vs6/libgstvideoscale.dsp:
4597           add link to libgstvideo-0.10.lib
4598
4599 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4600
4601         * gst/playback/gstplaybasebin.c: (gen_source_element):
4602           Throw a more comprehensible error for rtsp:// URIs (rather
4603           than erroring out with a negotiation error later on) until
4604           we fix playbin to handle rtspsrc etc.
4605
4606 2006-05-30  Wim Taymans  <wim@fluendo.com>
4607
4608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4609         (gst_text_overlay_text_event):
4610         Added some FIXMEs.
4611
4612 2006-05-30  Wim Taymans  <wim@fluendo.com>
4613
4614         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4615         (gst_adder_request_new_pad), (gst_adder_release_pad):
4616         * gst/adder/gstadder.h:
4617         Implement release_request_pad.
4618         Make padcounter atomic.
4619
4620         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4621         Added check for release_pad in adder.
4622
4623 2006-05-30  Wim Taymans  <wim@fluendo.com>
4624
4625         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4626         Fix build again.
4627
4628 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4629
4630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4631         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4632         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4633         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4634         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4635         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4636         (gst_ogg_demux_bisect_forward_serialno),
4637         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4638         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4639           add more debugging
4640           clean up printf formats for granulepos and serialno
4641
4642 2006-05-30  Michael Smith  <msmith@fluendo.com>
4643
4644         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4645         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4646         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4647         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4648         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4649         * ext/vorbis/vorbisenc.h:
4650           Multi-channel caps negotiation, so we can do proper multichannel
4651           vorbis encoding, negotiated through audioconvert.
4652
4653 2006-05-30  Wim Taymans  <wim@fluendo.com>
4654
4655         * tests/check/elements/adder.c: (test_event_message_received),
4656         (test_play_twice_message_received), (GST_START_TEST),
4657         (adder_suite):
4658         Added check to show that #339935 is fixed with ongoing
4659         adder and collectpads fixes.
4660
4661 2006-05-29  Wim Taymans  <wim@fluendo.com>
4662
4663         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4664         Don't leak pad name.
4665
4666 2006-05-29  Wim Taymans  <wim@fluendo.com>
4667
4668         * gst/adder/gstadder.c: (gst_adder_query_duration),
4669         (forward_event_func), (forward_event), (gst_adder_src_event):
4670         Fix adder seeking.
4671         Make query/seeking code threadsafe.
4672
4673         * tests/check/Makefile.am:
4674         * tests/check/elements/adder.c: (test_event_message_received),
4675         (GST_START_TEST), (test_play_twice_message_received):
4676         Fix adder test case.
4677
4678 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4679
4680         Patch by: Young-Ho Cha  <ganadist at chollian net>
4681
4682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4683         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4684         (set_encoding_element), (decodebin_element_added_cb),
4685         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4686         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4687         * gst/playback/gstplaybasebin.h:
4688           Add 'subtitle-encoding' property to playbin, so applications can
4689           force a subtitle encoding for non-UTF8 subtitles (#342268).
4690
4691         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4692         (gst_sub_parse_set_property):
4693           Rename recently-added 'encoding' property to 'subtitle-encoding'
4694           (so it can be proxied by playbin/decodebin in a generic way
4695           with less danger of false positives).
4696
4697 2006-05-29  Michael Smith  <msmith@fluendo.com>
4698
4699         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4700         (append_with_other_format), (set_structure_widths),
4701         (gst_audio_convert_transform_caps):
4702           Patch from #341562: give more specific audio caps in get_caps, so
4703           that basetransform  can make better decisions on what caps to
4704           negotiate.
4705
4706 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4707
4708         * tests/check/elements/volume.c:
4709         make it compile again
4710
4711 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4712
4713         * tests/check/elements/volume.c: (volume_suite):
4714         disable test until #343196 gets resolved
4715
4716 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * gst/adder/gstadder.c: (gst_adder_get_type):
4719         Make it easier to copy&paste
4720         
4721         * gst/volume/Makefile.am:
4722         * gst/volume/gstvolume.c: (volume_update_real_volume),
4723         (gst_volume_set_volume), (gst_volume_set_mute),
4724         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4725         (volume_transform_ip), (volume_update_mute),
4726         (volume_update_volume):
4727         * gst/volume/gstvolume.h:
4728         Add own debug category, move duplicate code to helper function, fix
4729         property texts, add more comments and prepare ffor liboil-goodness
4730         
4731         * tests/check/Makefile.am:
4732         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4733         add test for mute and passtrough case, be a bit more verbose to track
4734         failure
4735         
4736         * tests/check/generic/states.c: (GST_START_TEST):
4737         catch elements that fail to instantiate
4738
4739 2006-05-28  Edward Hervey  <edward@fluendo.com>
4740
4741         * tests/check/pipelines/simple-launch-lines.c:
4742         * tests/check/pipelines/theoraenc.c:
4743         * tests/check/pipelines/vorbisenc.c:
4744         Comment out tests using parse_launch() if core was built without
4745         parsing capabilities.
4746
4747 2006-05-27  Edward Hervey  <edward@fluendo.com>
4748
4749         * tests/check/Makefile.am:
4750         Extra bonus points for whoever explains to ensonic that you are meant
4751         to test unit tests thoroughly before commiting them, especially if
4752         you know it's going to break.
4753         De-activated element/adder tests.
4754
4755 2006-05-27  Edward Hervey  <edward@fluendo.com>
4756
4757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4758         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4759         Marking caps conversion issues as GST_WARNING is way too verbose,
4760         Moving them to GST_LOG.
4761
4762 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * README:
4765           Replace current README (containing the release notes from
4766           some 0.9.x version) with a proper README taken from the core.
4767
4768 2006-05-26  Wim Taymans  <wim@fluendo.com>
4769
4770         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4771         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4772         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4773         (vorbis_dec_change_state):
4774         Small cleanups.
4775         Add some FIXMEs
4776         Clip output samples to segment boundaries.
4777
4778 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4779
4780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4781         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4782         Improve the errors produced on bad output, including some human
4783         readable description strings.
4784         Handle the (theoretical for ximagesink) case where the XServer 
4785         has a different idea about the size required for a particular 
4786         frame and gives us too small a memory allocation.
4787
4788 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4789
4790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4791         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4792         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4793         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4794         Improve the errors produced on bad output, including some human 
4795         readable description strings.
4796         Handle RGB Xv formats properly by transforming them into our 
4797         big-endian caps description.
4798         Use gst_caps_truncate to ensure that we never try and choose a
4799         non-fixed caps in buffer_alloc.
4800         Handle the case where the XServer has a different idea about the size
4801         required for a particular frame and gives us too small a memory
4802         allocation.
4803         Use -1 to indicate 'no image format', because 0 is a valid XServer
4804         image format number.
4805         Put RGB Xv formats at the end of the caps, so that we always prefer
4806         YUV format frames.
4807         Iterate the available Xv Encodings to determine the maximum width and
4808         height, and then return that in our caps.
4809         (Closes #315312, #337544)
4810
4811 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4812
4813         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4814         When there is only one unfinished pad and it receives an event that
4815         doesn't match our requirements, we need to set alldone=FALSE so that
4816         the fakesink is not removed yet.
4817
4818 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4821           Use gst_type_find_helper_for_buffer() to find the type
4822           of stream from the first packet.
4823
4824         * configure.ac:
4825           Bump requirements to core CVS (needed for vorbis
4826           typefinding to work).
4827
4828 2006-05-24  Edward Hervey  <edward@fluendo.com>
4829
4830         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4831         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4832         contain.  Else they play perfectly fine with qtdemux.
4833
4834 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4835
4836         * ext/theora/theoradec.c:
4837         * ext/theora/theoraenc.c:
4838         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4839         * gst/audiorate/gstaudiorate.c:
4840           make more debug catagories static
4841         
4842         * tests/check/Makefile.am:
4843         * tests/check/elements/adder.c: (message_received),
4844         (test_event_message_received), (GST_START_TEST),
4845         (test_play_twice_message_received), (adder_suite):
4846           added test case for using element twice, extra bonus points for anyone
4847           who can make these test run reliably
4848
4849 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * ext/theora/theoradec.c: (theora_dec_chain):
4852           Make work with time-stamped input buffers that do not
4853           have a granulepos in BUFFER_OFFSET_END (like theora
4854           buffers coming from matroskademux). Fixes #342448.
4855
4856 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         Patch by: Peter Kjellerstedt  <pkj at axis com>
4859
4860         * gst/tcp/Makefile.am:
4861           fdstresstest doesn't need Gtk+, fix compilation if 
4862           gtk is not available (#342566).
4863
4864 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4865          
4866         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4867           80 line columns
4868           Removed redundant floor()
4869
4870 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4871
4872         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4873           On second thought, just skip JUNK chunks automatically, so
4874           the caller doesn't have to handle this. Fixes #342345.
4875           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4876           not GST_FLOW_ERROR.
4877
4878 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4879
4880         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4881           Don't bail out on JUNK chunks with a size of 0 (would try to
4882           pull_range 0 bytes before, which sources don't like too much).
4883           See #342345.
4884
4885 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4886
4887         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4889         Use the gstutil scaling function to preserve 64 bits while calculating
4890         output width and height from the display-aspect-ratio. (A continuation
4891         of #341542)
4892
4893 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4894
4895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4896         (gst_xvimagesink_buffer_alloc):
4897         * sys/xvimage/xvimagesink.h:
4898         When performing buffer allocations, remember the caps and image format
4899         we return so that if the same caps are asked for next time we can
4900         return them immediately without doing any caps intersections.
4901
4902 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4903          
4904         * gst-libs/gst/rtp/README:
4905           Some new documentation
4906         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4907           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4908         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4909         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4910           New RTP audio base payloader class. Supports frame or sample based
4911           codecs.  Not enabled in Makefile.am until approved.
4912
4913 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * tests/check/elements/alsa.c: (test_device_property_probe):
4916           Fix test case: don't try to free NULL GValueArray when there
4917           are no devices.
4918
4919 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * tests/check/Makefile.am:
4922         * tests/check/elements/alsa.c: (test_device_property_probe),
4923         (alsa_suite), (main):
4924           Add simple test that runs a device property probe on alsasrc,
4925           alsasink and alsamixer. Disable valgrind check for now (too
4926           many leaks in libasound, and valgrind ignored my suppressions
4927           additions).
4928
4929 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4932         (gst_alsa_device_property_probe_probe_property),
4933         (gst_alsa_device_property_probe_needs_probe),
4934         (gst_alsa_device_property_probe_get_values),
4935         (gst_alsa_type_add_device_property_probe_interface):
4936         * ext/alsa/gstalsadeviceprobe.h:
4937         * ext/alsa/gstalsamixerelement.c:
4938         (gst_alsa_mixer_element_init_interfaces):
4939         * ext/alsa/gstalsamixerelement.h:
4940           Clean up and simplify alsa device probing. Make it actually work
4941           for multiple classes. Don't cache results any longer.
4942
4943         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4944         (gst_alsasink_init):
4945         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4946         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4947         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4948           Make alsasink and alsasrc implement the GstPropertyProbe interface
4949           for device probing (#342181).
4950           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
4951
4952 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4953
4954         * gst/subparse/samiparse.c: (handle_start_font):
4955           Don't ignore return value of strtol (++compiler_happiness).
4956
4957 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         Patch by: Young-Ho Cha  <ganadist chollian net>
4960
4961         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4962         (gst_sub_parse_class_init), (gst_sub_parse_init),
4963         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
4964         (convert_encoding):
4965         * gst/subparse/gstsubparse.h:
4966           Add 'encoding' property (#341681).
4967
4968         * gst/subparse/samiparse.c: (characters_sami):
4969           Output is pango markup, so we need to escape text
4970           between tags (#342143).
4971
4972 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         * gst-libs/gst/audio/multichannel.c:
4975         (gst_audio_check_channel_positions):
4976           It's okay to have caps with channels=1 and a channel position
4977           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
4978           (deinterleavers might want to keep the position in the caps,
4979           so that they can be re-interleaved again properly later).
4980           Leave check for unexpected 2-channel layouts intact for now.
4981
4982 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4983
4984         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
4985         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
4986         basesrc can do its job correctly.
4987
4988 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * ext/alsa/Makefile.am:
4991         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4992         (gst_alsa_detect_formats), (get_channel_free_structure),
4993         (caps_add_channel_configuration), (gst_alsa_detect_channels),
4994         (gst_alsa_probe_supported_formats):
4995         * ext/alsa/gstalsa.h:
4996         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4997           Refactor and improve caps probing code: probe signedness
4998           when we probe the supported formats/widths; set endianness
4999           to the one we actually probed for (ie. cpu endianness).
5000           
5001         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5002         (gst_alsasrc_close):
5003         * ext/alsa/gstalsasrc.h:
5004           Implement caps probing for alsasrc.
5005
5006 2006-05-15  Wim Taymans  <wim@fluendo.com>
5007
5008         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5009         (theora_dec_src_query), (theora_dec_src_event),
5010         (theora_dec_sink_event), (theora_handle_comment_packet),
5011         (theora_handle_data_packet), (theora_dec_change_state):
5012         Cleanups, add some G_LIKELY.
5013         Use segment helpers instead of our own wrong code.
5014         Clear queued buffers on seek and READY.
5015
5016         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5017         (vorbis_dec_convert), (vorbis_dec_src_query),
5018         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5019         (vorbis_handle_comment_packet), (vorbis_dec_push),
5020         (vorbis_handle_data_packet), (vorbis_dec_chain),
5021         (vorbis_dec_change_state):
5022         * ext/vorbis/vorbisdec.h:
5023         Remove old useless packetno variable.
5024         Do position query properly.
5025         Add some G_LIKELY.
5026         Do cleanup of queued buffers in new helper function
5027         and use it.
5028
5029 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5032           Query supported sample rates. Fixes #341732.
5033
5034 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5035
5036         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5037         (gst_decode_bin_change_state): Make decodebin reusable
5038         when going from PAUSE_TO_READY and then back to PAUSED.
5039         Fixes #331678.
5040
5041 2006-05-15  Wim Taymans  <wim@fluendo.com>
5042
5043         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5044         (vorbis_dec_convert), (vorbis_dec_src_query),
5045         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5046         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5047         (vorbis_dec_clean_queued), (vorbis_dec_push),
5048         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5049         Cleanups. Use refcounting and DEBUG_OBJECT.
5050         Reset segment on flush, use code methods instead of our
5051         own wrong version.
5052         Fix potential memleak.
5053
5054 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5057         (gst_alsasink_init):
5058         * ext/alsa/gstalsasink.h:
5059           Don't leak allocated snd_output_t structure if there's
5060           more than one alsasink instance at a time (#341873).
5061           Also fix GObject macros in header file.
5062           
5063 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * gst/subparse/gstsubparse.c:
5066         (gst_sub_parse_data_format_autodetect):
5067           Don't use libxml functions in the typefinding code.
5068
5069 2006-05-15  Wim Taymans  <wim@fluendo.com>
5070
5071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5072         Fix seeking performance in the case where a non-header 
5073         packet has a 0 granulepos (busted theora case). 
5074         Fixes #341719
5075         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5076          the first place, you limelight stealer you)
5077
5078 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst/subparse/gstsubparse.c:
5081         (gst_sub_parse_data_format_autodetect):
5082           Improve SAMI typefinding: handle case where there are
5083           whitespaces or newlines in front of the first <SAMI>
5084           tag (#169936).
5085
5086 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5087
5088         * configure.ac:
5089           Build video4linux plugin even if there's no XVIDEO, just
5090           without implementing the GstXOverlay interface (#334002).
5091          
5092 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * configure.ac:
5095         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5096         (plugin_init):
5097           Add tentative support for libvisual-0.4 (#336881).
5098
5099 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         Patch by: Young-Ho Cha <ganadist at chollian net>
5102
5103         * gst/subparse/samiparse.c: (handle_start_font):
5104           Need to map "silver" colour explicitly (#169936).
5105
5106 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         Patch by: Young-Ho Cha  <ganadist at chollian net>
5109
5110         * gst/subparse/Makefile.am:
5111         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5112         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5113         (gst_sub_parse_format_autodetect), (feed_textbuf),
5114         (gst_subparse_type_find), (plugin_init):
5115         * gst/subparse/gstsubparse.h:
5116         * gst/subparse/samiparse.c:
5117         * gst/subparse/samiparse.h:
5118           Add support for SAMI subtitles (#169936).
5119
5120 2006-05-14  Michael Smith  <msmith@fluendo.com>
5121
5122         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5123           Fix #341696: crash when mixing L+R+C to mono or stereo.
5124         * tests/check/Makefile.am:
5125         * tests/check/elements/audioconvert.c: (set_channel_positions),
5126         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5127         (audioconvert_suite):
5128           Add test for the above, including some generic framework bits for
5129           testing multichannel things.
5130
5131 === release 0.10.7 ===
5132
5133 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5134
5135         * configure.ac:
5136           releasing 0.10.7, "Leave the gun"
5137
5138 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5139
5140         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5142         Fix the build.
5143
5144 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5145
5146         * docs/libs/gst-plugins-base-libs-docs.sgml:
5147         * docs/libs/gst-plugins-base-libs-sections.txt:
5148         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5149         * gst-libs/gst/video/video.h:
5150         * gst/videoscale/Makefile.am:
5151         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5153         * tests/check/Makefile.am:
5154         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5155         (main):
5156           Fix integer overflow problem with pixel-aspect-ratio calculations
5157           in videoscale and xvimagesink (#341542)
5158
5159 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst-libs/gst/tag/gstid3tag.c:
5162           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5163
5164 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5165
5166         * win32/MANIFEST:
5167           update win32 files listing
5168
5169 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5170
5171         patch by: Sjoerd Simons (sjoerd@luon.net)
5172
5173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5174         (group_create), (group_destroy), (add_stream),
5175         (gst_play_base_bin_get_property),
5176         (gst_play_base_bin_get_streaminfo_value_array):
5177         * gst/playback/gstplaybasebin.h:
5178           API: GstPlayBaseBin::stream-info-value-array property
5179           use a more bindings-friendly way of exposing streaminfo
5180           using a GValueArray.  Tested in ipython.
5181           Closes #341114
5182
5183 2006-05-11  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5186         (queue_underrun_cb), (queue_filled_cb):
5187         Also catch queue underruns but don't do anything yet.
5188         Refactor and comment queue enlarging code a bit.
5189
5190         * gst/playback/gstplaybasebin.c: (queue_overrun),
5191         (queue_threshold_reached), (queue_out_of_data),
5192         (gen_preroll_element):
5193         If a queue over/underruns check that we don't create nasty
5194         deadlocks when the min-threshold is not reached but the
5195         max-bytes is. In those cases disable max-bytes when we
5196         know that the queue is fed timed data.
5197         Add more comments.
5198
5199 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5200
5201         * gst/playback/gstplaybin.c: (gen_audio_element):
5202           Make playbin automatically plug an 'audioresample'
5203           element before the audio sink as well. This solves
5204           problems with sinks that only accept a very specific
5205           sample rate, like esdsink (e.g. #340379).
5206
5207 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst/playback/gstplaybasebin.c: (gen_source_element):
5210           Make http sources send special headers so that we receive
5211           icecast metadata if the http stream is an icecast stream
5212           (otherwise the server will just ignore them). This also
5213           means that from now on users will need the 'icydemux'
5214           element from gst-plugins-good installed if they want to
5215           listen to icecast radio streams. (#341432, #333657).
5216
5217 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5218
5219         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5220         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5221           remove stupid example from docs - it should come with a simple
5222           C program instead.
5223           Clean up/fix docs
5224         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5225         (fail_if_can_read), (GST_START_TEST),
5226         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5227           add a test for changing streamheader which exposes a bug in
5228           multifdsink
5229
5230 2006-05-11  Michael Smith  <msmith@fluendo.com>
5231
5232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5233         (gst_gnome_vfs_src_received_headers_callback):
5234         * ext/gnomevfs/gstgnomevfssrc.h:
5235           Don't set icy-caps unless we have a sane interval value. Move
5236           interval to a local variable; we never use it outside this function.
5237
5238 2006-05-11  Wim Taymans  <wim@fluendo.com>
5239
5240         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5242         Register special buffer types along with the objects so
5243         that they are not registered at runtime from N different
5244         streaming threads since they are not threadsafe.
5245
5246 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5247
5248         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5249         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5250           add two more tests, one doing streamheader
5251
5252 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5253
5254         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5255           clean up the bufqueue when shutting down
5256         * tests/check/Makefile.am:
5257         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5258         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5259         (main):
5260           add a test for the leak that was just fixed
5261
5262 2006-05-10  Wim Taymans  <wim@fluendo.com>
5263
5264         * gst/adder/gstadder.c: (gst_adder_setcaps),
5265         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5266         (gst_adder_src_event), (gst_adder_sink_event),
5267         (gst_adder_class_init), (gst_adder_finalize),
5268         (gst_adder_request_new_pad), (gst_adder_collected):
5269         * gst/adder/gstadder.h:
5270         Updated some docs. Added comments and FIXMEs all over the place.
5271         Improve debugging info.
5272         Fix leak on finalize by not calling the parent.
5273         Implement duration query.
5274         Make event forwarding threadsafe.
5275         Correctly send NEWSEGMENT at start and after flush.
5276         Handle EOS correctly.
5277         Post error when not negotiated.
5278
5279         * tests/check/elements/adder.c: (GST_START_TEST):
5280         Added FIXME in the test.
5281
5282 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5283
5284         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5285         (gst_text_overlay_halign_get_type),
5286         (gst_text_overlay_wrap_mode_get_type):
5287         * ext/theora/theoradec.c: (theora_handle_type_packet),
5288         (theora_handle_data_packet):
5289         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5290         (theora_enc_sink_setcaps), (theora_enc_chain):
5291         * gst-libs/gst/cdda/gstcddabasesrc.c:
5292         (gst_cdda_base_src_mode_get_type):
5293         * gst/audiotestsrc/gstaudiotestsrc.c:
5294         (gst_audiostestsrc_wave_get_type):
5295         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5296         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5297         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5298         (gst_sync_method_get_type), (gst_unit_type_get_type),
5299         (gst_client_status_get_type):
5300         * gst/videoscale/gstvideoscale.c:
5301         (gst_video_scale_method_get_type):
5302         * gst/videotestsrc/gstvideotestsrc.c:
5303         (gst_video_test_src_pattern_get_type):
5304         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5305         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5306         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5307         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5308         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5309         (paint_setup_RGB565), (paint_setup_xRGB1555):
5310           Const-ify GEnumValue and GFlagsValue arrays. Use
5311           GST_ROUND_UP_* macros instead of home-made ones.
5312
5313 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * configure.ac:
5316           Require core CVS for the new newsegment stuff.
5317
5318 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         Patch by: Sjoerd Simons  <sjoerd at luon net>
5321
5322         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5323           Register nick for enum value (#341160).
5324
5325 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5326
5327         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5328         (plugin_init):
5329          backout typefind patch #340375
5330          
5331         * tests/check/elements/adder.c: (message_received),
5332         (GST_START_TEST), (adder_suite):
5333           redo, signal-handling of test
5334
5335 2006-05-09  Wim Taymans  <wim@fluendo.com>
5336
5337         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5338         (gst_adder_collected):
5339         * gst/adder/gstadder.h:
5340         Remove bogus segment merging and forwarding, we don't
5341         care about timestamps anyway and we just produce a
5342         continuous stream. 
5343         Also create a nice NEWSEGMENT event when we start.
5344         Use _scale_int some more.
5345
5346 2006-05-09  Edward Hervey  <edward@fluendo.com>
5347
5348         * tests/icles/stress-xoverlay.c:
5349         Fix if core was built without parsing support.
5350
5351 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5354           Add SEDG (Samsung MPEG-4) fourcc.
5355
5356 2006-05-09  Edward Hervey  <edward@fluendo.com>
5357
5358         * tests/icles/stress-xoverlay.c:
5359         * tests/examples/volume/volume.c:
5360         Fix if core was built without parsing support.
5361
5362         * tests/examples/seek/seek.c:
5363         Disable the parse_launch example if core was built without parsing
5364         support.
5365
5366 2006-05-08  Edward Hervey  <edward@fluendo.com>
5367
5368         * autogen.sh: (CONFIGURE_DEF_OPT): 
5369         libtoolize on Darwin/MacOSX is called glibtoolize
5370
5371 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5372
5373         * tests/check/Makefile.am:
5374         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5375           Disable the adder test, until the build-slaves posses the kindness to 
5376           either like it or to give valid reason for not doing so 
5377
5378 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5379
5380         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5381         (adder_suite):
5382           Shuffle NULL state change around and raise timeout more
5383
5384 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5385
5386         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5387         (mp4_type_find), (plugin_init):
5388           Add typefind to distinguish between "audio/x-m4a" and new type
5389           "video/mp4". Fixes #340375
5390
5391         * tests/check/elements/adder.c: (adder_suite):
5392           Raise timeout to make buildbot happy
5393
5394 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5395
5396         * gst/adder/gstadder.c: (gst_adder_sink_event),
5397         (gst_adder_request_new_pad), (gst_adder_change_state):
5398         * gst/adder/gstadder.h:
5399         * tests/check/Makefile.am:
5400         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5401         (adder_suite), (main):
5402           Add sink-event handling to adder. It tries to merge incomming
5403           newsegment-events. Added test to check if segment_done is comming
5404           through. Fixes #340060
5405
5406 2006-05-05  Andy Wingo  <wingo@pobox.com>
5407
5408         * ext/theora/theoraparse.c (gst_theora_parse_init)
5409         (theora_parse_src_convert, theora_parse_src_query):
5410         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5411         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5412         query functions on the source pads of the theora and vorbis parse
5413         elements. Fixes position querying when doing a remux.
5414
5415 2006-05-05  Michael Smith  <msmith@fluendo.com>
5416
5417         * ext/theora/theoraparse.c: (parse_granulepos),
5418         (theora_parse_drain_queue_prematurely),
5419         (theora_parse_queue_buffer), (theora_parse_sink_event):
5420           Fix flushing.
5421           Fix invalid granulepos outputs when starting with a non-keyframe.
5422
5423 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5424
5425         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5426         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5427         Rearrange MPEG system stream detection, fixing some memleaks in the
5428         process.
5429         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5430         they clean up their data correctly.
5431         Remove unused ogganx caps and move the 'is_annodex' check to inside
5432         the 'is_ogg' if statement.
5433
5434 2006-05-05  Wim Taymans  <wim@fluendo.com>
5435
5436         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5437         Properly remove ghostpads. Fixes #340392
5438
5439 2006-05-04  David Schleef  <ds@schleef.org>
5440
5441         * gst/typefind/gsttypefindfunctions.c:
5442
5443 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5444
5445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5446         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5447
5448         When typefinding an MP3 in push-based mode, don't penalise the
5449         probability down to 74% when we found 5 valid frames just because we
5450         can't peek the end of the file.
5451
5452         Make the probability for detecting MPEG Transport Streams based on the
5453         number of sequential headers we successfully detected.
5454
5455 2006-05-03  Wim Taymans  <wim@fluendo.com>
5456
5457         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5458         (vorbis_dec_push), (vorbis_dec_chain):
5459         Still produce an error when we receive an empty packet.
5460
5461 2006-05-03  Wim Taymans  <wim@fluendo.com>
5462
5463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5464         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5465         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5466         Mark buffers with DISCONT after seek and after activating new
5467         chains.
5468
5469         * ext/theora/gsttheoradec.h:
5470         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5471         (theora_get_query_types), (theora_dec_sink_event),
5472         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5473         (theora_dec_change_state):
5474         Fix frame counter.
5475         Detect and mark DISCONT buffers.
5476
5477         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5478         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5479         (vorbis_dec_change_state):
5480         * ext/vorbis/vorbisdec.h:
5481         Use GstSegment.
5482         Detect and mark DISCONT buffers.
5483         Don't crash on 0 sized buffers.
5484
5485 2006-05-03  Wim Taymans  <wim@fluendo.com>
5486
5487         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5488         (volume_transform_ip):
5489         Increase "volume" property to 10.0. Fixes #340369.
5490         Set the process function to NULL when capsnego fails so that
5491         we properly error out.
5492
5493 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5494
5495         * gst/playback/gstplaybin.c: (add_sink):
5496         * gst/playback/test.c: (main):
5497         * gst/playback/test5.c: (dump_element_stats):
5498         * gst/playback/test6.c: (main):
5499           free caps using gst_caps_unref, don't leak caps-strings
5500
5501 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5504         (plugin_init):
5505           Refine musepack typefinding a bit. Return MAXIMUM
5506           probability when we detect stream version 7 to make
5507           sure the mpeg audio typefinder doesn't trump us.
5508
5509 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5512           Protect against unexpected NULL strf_data buffer.
5513
5514 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5515
5516         * tests/check/elements/audioconvert.c: (verify_convert),
5517         (GST_START_TEST):
5518           interpret the out[] buffer in the order the bytes are actually
5519           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5520           Other tests should use BYTE_ORDER since the array is filled in
5521           with actual values
5522
5523 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5524
5525         * tests/check/elements/audioconvert.c: (verify_convert),
5526         (GST_START_TEST):
5527           when a test fails, give an indication of which it is
5528
5529 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5530
5531         * gst-libs/gst/cdda/gstcddabasesrc.c:
5532           compile fix; strtol() needs <stdlib.h>
5533
5534 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5535
5536         * ext/alsa/gstalsamixerelement.c:
5537         * ext/alsa/gstalsasrc.c:
5538         * ext/cdparanoia/gstcdparanoiasrc.c:
5539         * ext/gnomevfs/gstgnomevfssink.c:
5540         * ext/gnomevfs/gstgnomevfssrc.c:
5541         * ext/ogg/gstoggdemux.c:
5542         * ext/ogg/gstoggmux.c:
5543         * ext/ogg/gstoggparse.c:
5544         * ext/ogg/gstogmparse.c:
5545         * ext/pango/gstclockoverlay.c:
5546         * ext/pango/gsttextoverlay.c:
5547         * ext/pango/gsttextrender.c:
5548         * ext/pango/gsttimeoverlay.c:
5549         * ext/theora/theoradec.c:
5550         * ext/theora/theoraenc.c:
5551         * ext/vorbis/vorbisdec.c:
5552         * ext/vorbis/vorbisenc.c:
5553         * gst-libs/gst/audio/gstaudiofilter.c:
5554         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5555         * gst/audioconvert/gstaudioconvert.c:
5556         * gst/audiorate/gstaudiorate.c:
5557         * gst/audioresample/gstaudioresample.c:
5558         * gst/audiotestsrc/gstaudiotestsrc.c:
5559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5560         * gst/playback/gstdecodebin.c:
5561         * gst/playback/gstplaybin.c:
5562         * gst/playback/gststreamselector.c:
5563         * gst/subparse/gstsubparse.c:
5564         * gst/tcp/gstmultifdsink.c:
5565         * gst/tcp/gsttcpclientsink.c:
5566         * gst/tcp/gsttcpclientsrc.c:
5567         * gst/tcp/gsttcpserversink.c:
5568         * gst/tcp/gsttcpserversrc.c:
5569         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5570         * gst/videorate/gstvideorate.c:
5571         * gst/videoscale/gstvideoscale.c:
5572         * gst/videotestsrc/gstvideotestsrc.c:
5573         * gst/volume/gstvolume.c:
5574         * sys/v4l/gstv4ljpegsrc.c:
5575         * sys/v4l/gstv4lmjpegsink.c:
5576         * sys/v4l/gstv4lmjpegsrc.c:
5577         * sys/v4l/gstv4lsrc.c:
5578         * sys/ximage/ximagesink.c:
5579         * sys/xvimage/xvimagesink.c:
5580         * tests/check/libs/cddabasesrc.c:
5581           make GstElementDetails const
5582
5583 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5584
5585         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5586         (gst_adder_init):
5587           send events from src-pad to all sink-pads fixes #338657
5588
5589 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5590
5591         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5592         (alsasink_parse_spec):
5593           query width capabilities from alsa, fixes #338919
5594
5595 2006-04-28  Wim Taymans  <wim@fluendo.com>
5596
5597         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5598         (gst_multi_fd_sink_remove_client_link):
5599         * gst/tcp/gstmultifdsink.h:
5600         Fix race condition in multifdsink that can lead to spurious 
5601         duplicate clients. this patch adds a new signal that is fired when
5602         multifdsink has removed all references to the fd.
5603         Fixes #339574.
5604         Updated documentation.
5605         API: client-fd-removed signal added
5606
5607 2006-04-28  Michael Smith  <msmith@fluendo.com>
5608
5609         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5610           When asking g_value_array_new to prealloc elements, we may as well
5611           ask for the right number of elements.
5612
5613 2006-04-28  Wim Taymans  <wim@fluendo.com>
5614
5615         * gst-libs/gst/audio/gstbaseaudiosink.c:
5616         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5617         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5618         patch to make timestamp checking more tollerant to rounding 
5619         errors given that real discontinuities are to be marked on
5620         buffers. Fixes some asf files and #338778.
5621         Also avoid some crashers when we receive an event in the 
5622         NULL state.
5623
5624 2006-04-28  Michael Smith  <msmith@fluendo.com>
5625
5626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5627         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5628         (gst_gnome_vfs_src_get_property),
5629         (gst_gnome_vfs_src_send_additional_headers_callback),
5630         (gst_gnome_vfs_src_received_headers_callback),
5631         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5632         (gst_gnome_vfs_src_stop):
5633         * ext/gnomevfs/gstgnomevfssrc.h:
5634           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5635           proper shared support within icydemux.
5636
5637 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5638
5639         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5640         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5641           fix up docs
5642           fix a leak when no caps negotiated
5643           fix counting of input frames
5644         * tests/check/elements/.cvsignore:
5645         * tests/check/elements/videorate.c: (assert_videorate_stats),
5646         (GST_START_TEST), (videorate_suite):
5647           add tests for these
5648
5649 2006-04-28  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst-libs/gst/audio/gstringbuffer.c:
5652         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5653         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5654         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5655         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5656         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5657         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5658         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5659         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5660         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5661         Check arguments passed to public functions instead of
5662         crashing.
5663
5664 2006-04-28  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5667         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5668         GstBaseAudioSrc must be live or it does not work.
5669
5670         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5671         Don't set live to TRUE as this is the default in the parentclass.
5672
5673 2006-04-28  Wim Taymans  <wim@fluendo.com>
5674
5675         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5676         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5677         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5678         fixation cases better. Fixes #338991
5679
5680 2006-04-28  Wim Taymans  <wim@fluendo.com>
5681
5682         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5683         Handle 0/1 framerate correctly Fixes #331901.
5684
5685 2006-04-28  Wim Taymans  <wim@fluendo.com>
5686
5687         * tests/check/elements/audioconvert.c: (get_float_caps),
5688         (GST_START_TEST), (audioconvert_suite):
5689         Added check for correct clipping when doing float samples
5690         in audioconvert.
5691
5692 2006-04-28  Wim Taymans  <wim@fluendo.com>
5693
5694         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5695         (gst_video_rate_chain):
5696         Print more debugging info.
5697
5698 2006-04-28  Wim Taymans  <wim@fluendo.com>
5699
5700         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5701         (resample_set_state_from_caps):
5702         Add support for other formats audioresample can handle such as
5703         32 bits in and float and 64 bits float. Fixes #301759
5704
5705 2006-04-28  Wim Taymans  <wim@fluendo.com>
5706
5707         * gst/audioconvert/audioconvert.c: (float):
5708         correctly clip float samples > 1.0. Fixes #338718
5709
5710 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5711
5712         Patch by: Young-Ho Cha  <ganadist at chollian net>
5713
5714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5715         (gst_text_overlay_render_text):
5716           Don't strip newlines from the text. Also, center lines
5717           within multi-line paragraphs (#339405).
5718
5719 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5722           Fix wavpack typefinding to work in more cases (don't peek
5723           for chunks of multiple hundred kBs at once, but process
5724           things step-by-step in smaller units). Fixes #339786.
5725
5726 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5727
5728         * configure.ac:
5729           back to HEAD
5730
5731 === release 0.10.6 ===
5732
5733 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5734
5735         * configure.ac:
5736           releasing 0.10.6, "Chao"
5737
5738 2006-04-26  David Schleef  <ds@schleef.org>
5739
5740         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5741           Fixes #338897.
5742
5743 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5744
5745         * configure.ac:
5746         * win32/common/config.h:
5747           new prerelease
5748
5749 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5750
5751         patch by: Wim Taymans
5752
5753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5754         (gst_ogg_demux_perform_seek):
5755           make sure correct newsegments are sent, so that the decoder
5756           and the demuxer agree on timestamps.  Fixes playback of a lot
5757           of Ogg files that do not start from 0.  Fixes #339833.
5758
5759 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5760
5761         Patch by: Edward Hervey  <edward@fluendo.com>
5762
5763         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5764         * tests/check/Makefile.am:
5765         * tests/check/elements/videorate.c: (assert_videorate_stats),
5766         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5767         (videorate_suite), (main):
5768           Fix an infinite loop if frames are passed in with wrongly ordered
5769           timestamps.  Fixes #339013.
5770
5771 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5772
5773         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5774
5775         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5776           fix typefinding on some ISO files.  Fixes #339212.
5777
5778 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5779
5780         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5783           add another H264 fourcc.  Fixes #339047.
5784
5785 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5786
5787         Patch by: Jan Schmidt
5788
5789         * gst/playback/gststreamselector.c:
5790         (gst_stream_selector_bufferalloc):
5791           Restore old StreamSelector behaviour.
5792           Fixes #338419.
5793
5794 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5795
5796         * configure.ac:
5797         * win32/common/config.h:
5798           prerelease
5799
5800 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5801
5802         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5803
5804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5805         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5806           Fix some memory leaks: on finalize, free buffers left in the queue
5807           before destroying the queue; in _push(), unref rtp_buf even if
5808           the process vfunc returned a NULL buffer as output buffer (#337548);
5809           demote some recuring debug messages to LOG level.
5810
5811 2006-04-11  Wim Taymans  <wim@fluendo.com>
5812
5813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5814         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5815         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5816         (gst_ogg_demux_loop):
5817         More cleanups.
5818         Respect segment stop when emiting EOS or SEGMENT_DONE.
5819         Fixes (#337945).
5820
5821 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * gst/playback/gststreamselector.c:
5824         (gst_stream_selector_get_property):
5825           Don't leak pad name.
5826
5827 2006-04-10  Michael Smith  <msmith@fluendo.com>
5828
5829         * tests/check/Makefile.am:
5830         * tests/check/gst-plugins-base.supp:
5831           Suppress an old libtheora bug (fixed in more recent versions), so 
5832           that FC4 buildslaves can pass.
5833
5834 2006-04-10  Wim Taymans  <wim@fluendo.com>
5835
5836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5837         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5838         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5839         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5840         (gst_ogg_demux_loop):
5841         Don't leak events.
5842         Remember what error we got when finding chains, if we
5843         were shutdown, that would not be an error.
5844
5845 2006-04-10  Wim Taymans  <wim@fluendo.com>
5846
5847         * gst-libs/gst/audio/gstbaseaudiosink.c:
5848         (gst_base_audio_sink_event):
5849         Starting the ringbuffer when we did not acquire it can cause
5850         a deadlock, is pointless and causes nasty things for
5851         subclasses. 
5852         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5853
5854 2006-04-10  Wim Taymans  <wim@fluendo.com>
5855
5856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5857         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5858         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5859         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5860         (gst_ogg_demux_deactivate_current_chain),
5861         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5862         (gst_ogg_demux_bisect_forward_serialno),
5863         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5864         Add some more debugging.
5865
5866 2006-04-10  Wim Taymans  <wim@fluendo.com>
5867
5868         * ext/theora/theoradec.c: (theora_dec_src_event),
5869         (theora_handle_data_packet):
5870         Some more debug info.
5871
5872         * tests/examples/seek/seek.c: (start_seek), (main):
5873         Print element messages too.
5874
5875 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5876
5877         * gst/audioresample/debug.h:
5878           replace debug macros with variable number of parameters
5879           by a simple alias to gstreamer standard debug macros 
5880          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5881           supported by MSVC 6.0 and 7.1)
5882         * gst/audioresample/resample.h:
5883           define M_PI and rint for WIN32
5884         * win32/common/libgstaudio.def:
5885         * win32/common/libgstriff.def:
5886         * win32/common/libgsttag.def:
5887         * win32/common/libgstvideo.def:
5888           add new exported functions
5889         * win32/vs6:
5890           update project files
5891
5892 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * ext/alsa/gstalsamixeroptions.c:
5895         (gst_alsa_mixer_options_class_init):
5896         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5897         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5899         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5900         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5901         * gst-libs/gst/audio/gstaudiofilter.c:
5902         (gst_audio_filter_class_init):
5903         * gst-libs/gst/audio/gstaudiosink.c:
5904         (gst_audioringbuffer_class_init):
5905         * gst-libs/gst/audio/gstaudiosrc.c:
5906         (gst_audioringbuffer_class_init):
5907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5908         * gst-libs/gst/interfaces/colorbalancechannel.c:
5909         (gst_color_balance_channel_class_init):
5910         * gst-libs/gst/interfaces/mixeroptions.c:
5911         (gst_mixer_options_class_init):
5912         * gst-libs/gst/interfaces/mixertrack.c:
5913         (gst_mixer_track_class_init):
5914         * gst-libs/gst/interfaces/tunerchannel.c:
5915         (gst_tuner_channel_class_init):
5916         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5917         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5918         (gst_netbuffer_class_init):
5919         * gst-libs/gst/rtp/gstbasertppayload.c:
5920         (gst_basertppayload_class_init):
5921         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5923         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5924         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5925         * gst/playback/gststreamselector.c:
5926         (gst_stream_selector_class_init):
5927         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5928         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5929         * sys/v4l/gstv4lcolorbalance.c:
5930         (gst_v4l_color_balance_channel_class_init):
5931         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5934         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5935         (gst_v4l_tuner_norm_class_init):
5936         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5938         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5939         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5940
5941 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5942
5943         * ext/pango/gsttextrender.h:
5944         * gst-libs/gst/audio/gstaudiosink.h:
5945         * gst-libs/gst/audio/gstaudiosrc.h:
5946         * gst-libs/gst/audio/gstbaseaudiosink.h:
5947         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5948         * gst-libs/gst/audio/gstringbuffer.h:
5949         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5950         * gst-libs/gst/rtp/gstbasertppayload.h:
5951         * gst-libs/gst/video/gstvideofilter.h:
5952         * gst-libs/gst/video/gstvideosink.h:
5953         * gst/playback/gstplaybasebin.h:
5954         * gst/tcp/gstmultifdsink.h:
5955         * sys/v4l/gstv4lelement.h:
5956         Fix broken GObject macros
5957
5958 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
5961         More debug to trace why my USB headset is not working with gst
5962
5963 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5964
5965         * gst/playback/gstplaybasebin.c: (group_destroy):
5966         Clean up our group elements properly in the case where it never 
5967         got committed - it still got added unconditionally to the bin.
5968
5969 2006-04-07  Wim Taymans  <wim@fluendo.com>
5970
5971         * ext/theora/theoradec.c: (theora_dec_sink_event),
5972         (theora_handle_data_packet), (theora_dec_chain):
5973         Unref unhandled events.
5974         Protect against empty buffers.
5975         Perform QoS on running time.
5976
5977 2006-04-07  Michael Smith  <msmith@fluendo.com>
5978
5979         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
5980         (gst_vorbis_enc_chain):
5981           Remove leaks from vorbisenc.
5982           Mostly minor changes, the only significant one is that now the
5983           buffers we set as 'streamheader' on the caps are copies of the
5984           original buffers, to avoid circular refcounting problems.
5985
5986 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
5987
5988         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
5989           Don't remove our mute-probe if someone else already did so.
5990           Don't set a 2nd one if there is already one pending on the pad.
5991
5992         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5993         (do_playbin_seek):
5994           When a seek fails, ensure that playbin is still set back to playing.
5995           
5996         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
5997         (mpeg_ts_type_find), (plugin_init):
5998           Add a typefind function for mpeg-ts streams. (Closes: #336617)
5999
6000 2006-04-06  Andy Wingo  <wingo@pobox.com>
6001
6002         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6003         (gst_video_rate_init): Caps-related parameters should not be reset
6004         by a flush -- move their inits to the instance init function.
6005         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6006         is not OK, just return the result.
6007
6008         * gst/audiotestsrc/gstaudiotestsrc.c
6009         (gst_audio_test_src_class_init)
6010         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6011         broken by Stefan's commit on 24 March.
6012
6013         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6014         buffers being pushed out. Fixes oggmux ! multifdsink.
6015
6016 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6019         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6020         * ext/vorbis/vorbisdec.h:
6021         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6022         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6023         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6024         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6025         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6026         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6027         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6028         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6029         (gst_vorbis_enc_buffer_from_packet),
6030         (gst_vorbis_enc_buffer_from_header_packet),
6031         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6032         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6033         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6034         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6035         (gst_vorbis_enc_change_state):
6036         * ext/vorbis/vorbisenc.h:
6037           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6038           vorbisenc adhere to the official nomenclature; use boilerplate
6039           macro.
6040
6041 2006-04-04  Andy Wingo  <wingo@pobox.com>
6042
6043         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6044         Whoops, fix bug introduced. Bad hacker!
6045         
6046         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6047         Properly handle the case where you get EOS before any buffers are
6048         received. Use gst_buffer_make_metadata_writable where appropriate.
6049
6050         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6051         is often negative -- make it signed so as not to wrap around.
6052         Fixes segfaults introduced on 9 March.
6053
6054 2006-04-03  Wim Taymans  <wim@fluendo.com>
6055
6056         * ext/theora/gsttheoradec.h:
6057         * ext/theora/theoradec.c: (theora_dec_src_event):
6058         Don't try to store a gdouble in a gboolean.
6059         Small cleanups.
6060
6061 2006-04-03  Michael Smith  <msmith@fluendo.com>
6062
6063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6064           Oggmux sucks.
6065           Make it suck slightly less by writing out the final page.
6066           Still can't encode a vorbis-in-ogg file correctly, though.
6067
6068 2006-04-03  Andy Wingo  <wingo@pobox.com>
6069
6070         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6071         a g_print.
6072
6073         * ext/theora/theora.c (plugin_init): Register theoraparse.
6074
6075         * ext/theora/gsttheoraparse.h: 
6076         * ext/theora/theoraparse.c: New files implementing a theora
6077         parser. Now we can properly remux ogg/theora+vorbis, yay.
6078
6079         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6080
6081 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6082
6083         * gst/audiotestsrc/gstaudiotestsrc.c:
6084           Fixed the sample pipeline (see #323798)
6085
6086 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6087
6088         * configure.ac:
6089         * win32/common/config.h:
6090         * win32/common/config.h.in:
6091           use AS_VERSION and AS_NANO
6092           more cleanups
6093
6094 2006-03-31  Andy Wingo  <wingo@pobox.com>
6095
6096         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6097         uninitialized variable return that would happen.
6098         
6099         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6100         uninitialized variable return that would never happen.
6101
6102         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6103         (vorbis_parse_sink_event): Add an event function to flush our
6104         state on a seek, and to drain buffers on a premature EOS.
6105         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6106         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6107         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6108         (vorbis_parse_drain_queue): Queue up buffers until we can set
6109         their timestamps and granulepos values.
6110
6111         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6112         and keep track of data needed for deriving granulepos and
6113         timestamps for buffers.
6114
6115 2006-03-29  Wim Taymans  <wim@fluendo.com>
6116
6117         Patch by: j^ <j at bootlab dot org>
6118
6119         * ext/alsa/gstalsamixerelement.c:
6120         (gst_alsa_mixer_element_class_init):
6121         * ext/alsa/gstalsasink.c:
6122         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6123         * ext/ogg/gstoggdemux.c:
6124         * ext/ogg/gstoggmux.c:
6125         * ext/ogg/gstoggparse.c:
6126         * ext/pango/gstclockoverlay.c:
6127         * ext/pango/gsttextoverlay.c:
6128         * ext/pango/gsttextrender.c:
6129         * ext/pango/gsttimeoverlay.c:
6130         * ext/theora/theoradec.c:
6131         * ext/theora/theoraenc.c:
6132         * ext/vorbis/vorbisdec.c:
6133         * ext/vorbis/vorbisenc.c:
6134         * gst/audioconvert/gstaudioconvert.c:
6135         * gst/subparse/gstsubparse.c:
6136         * gst/tcp/gstmultifdsink.c:
6137         * gst/tcp/gsttcpclientsink.c:
6138         * gst/tcp/gsttcpclientsrc.c:
6139         * gst/tcp/gsttcpserversink.c:
6140         * gst/tcp/gsttcpserversrc.c:
6141           better/unified long descriptions
6142           Fixes #336477
6143
6144 2006-03-29  Wim Taymans  <wim@fluendo.com>
6145
6146         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6147         (stop_seek):
6148         Don't let double and triple clicks mess up our state.
6149
6150 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         * gst/playback/gstplaybin.c: (gen_video_element),
6153         (gen_text_element), (gen_audio_element), (gen_vis_element):
6154           Error out gracefully when we can't create any of the usual
6155           conversion elements for some reason. Also, don't try to
6156           create an audioscale (sic) element that's not used anyway.
6157
6158 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * gst/playback/gstplaybasebin.c: (setup_source):
6161           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6162           element for a particular protocol, that's confusing for users.
6163           Instead, post a RESOURCE_FAILED error, so that our own error
6164           message is actually shown in totem etc. (#336303).
6165
6166 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6169
6170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6171         (gst_gnome_vfs_src_get_icy_metadata):
6172           Fix some minor memory leaks (#336194).
6173
6174 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * ext/gnomevfs/gstgnomevfs.c:
6177         (gst_gnome_vfs_location_to_uri_string):
6178         * ext/gnomevfs/gstgnomevfs.h:
6179         * ext/gnomevfs/gstgnomevfssink.c:
6180         (gst_gnome_vfs_sink_set_property):
6181         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6182           Make gnomevfssink accept filenames as well as URIs for the
6183           "location" property, just like gnomevfssrc does (and
6184           filesrc/filesink do) (#336190).
6185
6186 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6187
6188         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6189           set to NULL before unreffing, fixes a valgrind leak.
6190           Why was this not triggering the error that an object needs to
6191           be NULL before unreffing ?
6192         * win32/common/config.h:
6193           update
6194
6195 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6196
6197         * gst/subparse/gstsubparse.c: (convert_encoding),
6198         (gst_sub_parse_change_state):
6199         * gst/subparse/gstsubparse.h:
6200           Text subtitle files may or may not be UTF-8. If it's not, we
6201           don't really want to see '?' characters in place of non-ASCII
6202           characters like accented characters. So let's assume the input
6203           is UTF-8 until we come across text that is clearly not. If it's
6204           not UTF-8, we don't really know what it is, so try the following:
6205           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6206           is set; if not, check (b) if the current locale encoding is
6207           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6208           the current locale encoding is UTF-8 and the environment variable
6209           was not set to any particular encoding. Not perfect, but better
6210           than nothing (and better than before, I think) (fixes #172848).
6211
6212 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6213
6214         * configure.ac:
6215           update core requirement to 0.10.4.1 because of async_playback
6216           vmethod on GstBaseSink
6217
6218 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6219
6220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6221         * gst/adder/gstadder.c: (gst_adder_init):
6222         use DEBUG_FUNCPTR for collectpads
6223
6224 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * docs/plugins/Makefile.am:
6227         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6228         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6229         * ext/cdparanoia/gstcdparanoiasrc.c:
6230         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6231         (gst_gnome_vfs_sink_class_init):
6232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6234         * ext/ogg/gstoggmux.c:
6235         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6236         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6237         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6238         * ext/pango/gsttextoverlay.c:
6239         * ext/pango/gsttextrender.c:
6240         * ext/theora/theoradec.c:
6241         * ext/theora/theoraenc.c:
6242         * ext/vorbis/vorbisdec.c:
6243         * ext/vorbis/vorbisenc.c:
6244         * gst-libs/gst/audio/gstaudiofilter.c:
6245         (gst_audio_filter_base_init):
6246         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6247         (gst_audio_filter_template_base_init):
6248         * gst/adder/gstadder.c: (gst_adder_get_type):
6249         * gst/adder/gstadder.h:
6250         * gst/audioconvert/gstaudioconvert.c:
6251         * gst/audiotestsrc/gstaudiotestsrc.c:
6252         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6253         (gst_audio_test_src_create):
6254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6255         * gst/playback/gstdecodebin.c:
6256         * gst/playback/gstplaybin.c:
6257         * gst/playback/gststreamselector.c:
6258         (gst_stream_selector_base_init):
6259         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6260         * gst/volume/gstvolume.c:
6261         * sys/v4l/gstv4lmjpegsink.c:
6262         * sys/v4l/gstv4lmjpegsrc.c:
6263         * tests/check/libs/cddabasesrc.c:
6264         * tests/old/examples/gob/gst-identity2.gob:
6265           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6266           define GstElementDetails at the top
6267
6268 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6269
6270         * win32/common/libgstinterfaces.def:
6271         Add a lot of export functions for gst-python
6272         * win32/vs6/libgstinterfaces.dsp:
6273         Add a missing include folder in the project configuration
6274         
6275 2006-03-23  Wim Taymans  <wim@fluendo.com>
6276
6277         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6278         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6279         (gst_base_audio_src_change_state):
6280         Fix audio sources, forgot to make the ringbuffer
6281         startable...
6282
6283 2006-03-23  Wim Taymans  <wim@fluendo.com>
6284
6285         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6286         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6287         (gst_base_audio_src_change_state):
6288         unparent instead of unref the ringbuffer.
6289
6290 2006-03-23  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst-libs/gst/audio/gstbaseaudiosink.c:
6293         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6294         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6295         Implement new async_play vmethod to start slaving and allow
6296         playback start in case of async PLAY state changes. 
6297
6298         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6299         Enable QoS with new method in base class.
6300
6301 2006-03-23  Wim Taymans  <wim@fluendo.com>
6302
6303         Patch by: Julien MOUTTE <julien at moutte dot net>
6304
6305         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6306         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6307         Partially handle 0 framerate, only EOS after the first frame
6308         is missing.
6309
6310 2006-03-23  Wim Taymans  <wim@fluendo.com>
6311
6312         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6313
6314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6315         (gst_riff_create_video_template_caps):
6316         * gst/ffmpegcolorspace/avcodec.h:
6317         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6318         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6319         (gst_ffmpegcsp_avpicture_fill):
6320         * gst/ffmpegcolorspace/imgconvert.c:
6321         Patch for support of YVU9 AVI files (#334822)
6322
6323 2006-03-22  Edward Hervey  <edward@fluendo.com>
6324
6325         * docs/design/design-decodebin.txt:
6326         Added design document for new decodebin
6327         (Target Caps): text/x-pango-markup is also a default target caps.
6328
6329 2006-03-22  Wim Taymans  <wim@fluendo.com>
6330
6331         * gst-libs/gst/audio/gstbaseaudiosink.c:
6332         (gst_base_audio_sink_dispose):
6333         Since we _parent the ringbuffer, we also need to
6334         _unparent instead of a plain _unref.
6335
6336 2006-03-22  Wim Taymans  <wim@fluendo.com>
6337
6338         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6339         (stop_seek), (scrub_toggle_cb), (main):
6340         Add scrub checkbox.
6341
6342 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6345         (gst_ogg_parse_chain):
6346           Fix very inefficient usage of linked lists (#335365).
6347
6348 2006-03-21  Edward Hervey  <edward@fluendo.com>
6349
6350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6351         * gst/playback/gstplaybin.c: (handoff):
6352         * gst/playback/gststreamselector.c:
6353         (gst_stream_selector_set_property):
6354         gcc 4.1 unreferenced pointer fixes.
6355         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6357         gst_buffer_ref() now takes a GstBuffer*.
6358
6359 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6360
6361         * sys/xvimage/xvimagesink.c:
6362         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6363         by Jan Schmidt.
6364
6365 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6368         (id3v1_type_find), (apetag_type_find), (plugin_init):
6369           Can't do tag preferences via probability, as tags would then
6370           lose against types that are recognised with MAXIMUM probability
6371           (like .wav); so let all tag typefinders return MAXIMUM themselves
6372           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6373           that we can prefer APE to ID3v1 (fixes #335028).
6374           
6375 2006-03-17  Wim Taymans  <wim@fluendo.com>
6376
6377         * gst-libs/gst/audio/gstbaseaudiosink.c:
6378         (gst_base_audio_sink_change_state):
6379         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6380         (gst_ring_buffer_may_start):
6381         * gst-libs/gst/audio/gstringbuffer.h:
6382         Only start playback if we are playing.
6383         should fix #330748.
6384
6385 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6386
6387         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6388         * win32/common/config.h:
6389           Revert accidental commits to these files.
6390
6391 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6394
6395         * tests/Makefile.am:
6396           Don't try to build tests in tests/icles if we
6397           don't have X (#323852)
6398
6399 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6400
6401         * gst-libs/gst/tag/gstid3tag.c:
6402           Add TXXX frame identifiers for replaygain stuff as used
6403           by some taggers (see #323721).
6404
6405 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6406
6407         * gst/playback/gststreamselector.c:
6408         (gst_stream_selector_set_property),
6409         (gst_stream_selector_bufferalloc):
6410           Preserve the existing buggy streamselector behaviour by performing
6411           a fallback buffer allocation when downstream isn't linked yet.
6412           This should really be fixed in playbin by blocking pads until it's
6413           linked them.
6414           Also, use gst_pad_alloc_buffer instead of
6415           gst_pad_alloc_buffer_and_set.
6416
6417 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         * gst-libs/gst/tag/gstid3tag.c:
6420           Don't crash on unknown ID3v2 TXXX frames.
6421           
6422 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6423
6424         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6425           Chain up to the parent finalize method.
6426           Add 32-bit sample size to the template caps.
6427
6428         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6429         (gst_riff_create_video_template_caps):
6430           Add the fourcc that the VMWare codec uses.
6431           
6432         * gst/playback/gststreamselector.c:
6433         (gst_stream_selector_set_property),
6434         (gst_stream_selector_bufferalloc),
6435         (gst_stream_selector_request_new_pad):
6436           For the active pad, forward buffer-alloc requests, otherwise
6437           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6438           having to memcpy every frame when used by playbin.
6439
6440         * gst/tcp/gstmultifdsink.c:
6441         (gst_multi_fd_sink_handle_client_write):
6442           Get negotiated caps from the sink pad, rather than the sink
6443           pad's peer.
6444
6445 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6448         
6449         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6450           Don't forget to set src->callbacks_pushed to FALSE again when
6451           popping them, otherwise re-activation in a different mode won't
6452           work (#334620).
6453
6454 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         Patch by: Sebastien Moutte  <sebastien moutte net>
6457
6458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6459         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6460         (gst_ffmpeg_smpfmt_to_caps):
6461           Replace __VA_ARGS__ caps creation macros with varargs functions.
6462           Makes things compile on MSVC (#320765), looks nicer, and we can
6463           tell the compiler to check for the NULL terminator.
6464
6465 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6468
6469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6470           Make sure the buffer we copy into is really always big
6471           enough, this time for real (#333488).
6472           
6473 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6476           Add support for 24bpp DIB (#305279).
6477
6478 2006-03-14  Wim Taymans  <wim@fluendo.com>
6479
6480         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6481         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6483         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6484         (gst_video_scale_init), (gst_video_scale_src_event):
6485         Re-enable QoS after the release.
6486         Rework videoscale to use the base class src_event handler.
6487
6488 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6489
6490         * configure.ac:
6491           back to CVS.
6492
6493 === release 0.10.5 ===
6494
6495 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6496
6497         * configure.ac:
6498           releasing 0.10.5, "Net"
6499
6500 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * docs/plugins/Makefile.am:
6503           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6504           
6505 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6506
6507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6509         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6510           Add cdparanoiasrc to docs.
6511
6512         * gst-libs/gst/cdda/gstcddabasesrc.c:
6513           More GstCddaBaseSrc docs.
6514
6515 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         * docs/libs/gst-plugins-base-libs-sections.txt:
6518         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6519         * gst-libs/gst/tag/tag.h:
6520           API: libgsttag: new method gst_tag_from_id3_user_tag().
6521
6522 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6525           NULL-terminate array of mpeg4 video file extensions.
6526           Fixes crash on PPC (#334226).
6527
6528 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * ext/gnomevfs/gstgnomevfssrc.c:
6531         (gst_gnome_vfs_src_check_get_range):
6532           gnome_vfs_uri_is_local() alone is not a good indicator
6533           whether we can operate in pull-mode with a specific URI,
6534           as it returns FALSE for file:// URIs that point to an
6535           NFS-mounted path. Be more conservative here: whitelist
6536           local files, blacklist http URIs and use the old
6537           mechanism for anything else (fixes #334216).
6538
6539 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6540
6541         * configure.ac:
6542           back to trunk
6543
6544 === release 0.10.4 ===
6545
6546 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6547
6548         * configure.ac:
6549           releasing 0.10.4, "Power"
6550
6551 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6552
6553         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6554         Disable max-lateness by setting it to -1 for now, so that 
6555         we can bed QoS stuff in thoroughly between now and the next
6556         release.
6557
6558 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         Patch by: Fabrizio Gennari
6561
6562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6563           Make sure we don't read beyond the palette buffer in case of
6564           broken or manipulated files (#333488)
6565
6566 2006-03-10  Edward Hervey  <edward@fluendo.com>
6567
6568         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6569         Fix for variable not initialized.
6570
6571 2006-03-09  Wim Taymans  <wim@fluendo.com>
6572
6573         * ext/libvisual/visual.c: (gst_visual_get_type),
6574         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6575         (gst_visual_chain):
6576         Small cleanups.
6577
6578         * ext/theora/gsttheoradec.h:
6579         * ext/theora/theoradec.c: (gst_theora_dec_init),
6580         (gst_theora_dec_reset), (_theora_granule_time),
6581         (theora_dec_src_convert), (theora_dec_sink_convert),
6582         (theora_dec_src_query), (theora_dec_src_event),
6583         (theora_dec_sink_event), (theora_handle_comment_packet),
6584         (theora_handle_header_packet), (theora_dec_push),
6585         (theora_handle_data_packet), (theora_dec_chain),
6586         (theora_dec_change_state):
6587         Add simple QoS.
6588
6589 2006-03-09  Wim Taymans  <wim@fluendo.com>
6590
6591         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6592         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6593         Some cleanups.
6594
6595 2006-03-09  Wim Taymans  <wim@fluendo.com>
6596
6597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6598         Don't try to activate NULL chains.
6599
6600 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6603           Fix invalid memory access to region before peek'd data (#332964).
6604
6605 2006-03-09  Wim Taymans  <wim@fluendo.com>
6606
6607         Patch by: Christophe Fergeau
6608
6609         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6610         * ext/pango/gsttextrender.c: (gst_text_render_init):
6611         * gst/adder/gstadder.c: (gst_adder_init):
6612         Don't leak padtemplates, closes #333510.
6613
6614 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6617           Fix invalid memory access: make sure string passed to
6618           regexec() is NUL-termianted.
6619
6620 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6623         (mp3_type_find):
6624           Refactor mpeg/audio typefinding to make it more maintainable
6625           and easier to fine-tune. Make probing into middle of the file
6626           work properly (fixes #333900, also see #152688).
6627
6628 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * gst/typefind/gsttypefindfunctions.c:
6631         (utf8_type_find_have_valid_utf8_at_offset):
6632           Remove part from previous commit that was bogus:
6633           g_utf8_validate() does in fact not accept embedded
6634           zeroes, so we don't need to check for those (thanks
6635           to Mike for the hint).
6636
6637 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6638
6639         * gst/typefind/gsttypefindfunctions.c:
6640         (utf8_type_find_count_embedded_zeroes),
6641         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6642           Make plain/text typefinder more conservative: firstly, check
6643           for embedded zeroes, which are perfectly valid UTF-8 characters,
6644           but also a fairly good sign that something is not a plain text
6645           file; secondly, probe into the middle of the file if possible.
6646           If we can't probe into the middle, limit the probability value
6647           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6648
6649 2006-03-08  Michael Smith  <msmith@fluendo.com>
6650
6651         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6652           Make typefind function name for mpeg4 video unique.
6653
6654 2006-03-08  Wim Taymans  <wim@fluendo.com>
6655
6656         * ext/libvisual/visual.c: (gst_visual_init),
6657         (gst_visual_clear_actors), (gst_visual_dispose),
6658         (gst_visual_reset), (gst_visual_src_setcaps),
6659         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6660         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6661         (gst_visual_chain), (gst_visual_change_state):
6662         Cleanups, post nice errors.
6663         Handle sink and src events.
6664         Implement simple QoS.
6665
6666         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6667         Use new basesink methods to configure max-lateness.
6668         Small doc update.
6669
6670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6671         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6672         Debug statement cleanups.
6673
6674         * gst/volume/gstvolume.c: (gst_volume_class_init):
6675         Simple cleanup.
6676
6677 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6680         (gst_text_overlay_init), (gst_text_overlay_set_property),
6681         (gst_text_overlay_get_property):
6682           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6683           as string type properties, but mark them deprecated. Add
6684           'halignment' and 'valignment' properties that use enums
6685           instead of strings.
6686
6687 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         Patch by: Fabrizio Gennari
6690
6691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6692           Allow palettes with less than 256 colours in AVI files
6693           (#333488)
6694
6695 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6696
6697         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6698         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6699         pad. We were releasing the queued text buffer when we should keep
6700         it until video pad gets EOS or discard the text buffer because it's
6701         too old. That was eating the last subtitle buffer. Add some more
6702         debug.
6703
6704 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6707         (gst_text_overlay_video_chain):
6708           Fix invalid memory access (we can't access a buffer after it's been
6709           pushed downstream without taking a reference); fix memory leak (if
6710           there's no text to render, bail out before allocating stuff).
6711
6712 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6715         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6716         * ext/pango/gsttextoverlay.h:
6717           If input is plain text, escape it before passing it to
6718           pango_layout_set_markup().
6719
6720 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6723           Don't ignore flow return from gst_pad_push().
6724
6725 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6726
6727         Patch by: Fabrizio Gennari
6728
6729         * ext/libvisual/visual.c: (gst_visual_getcaps),
6730         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6733         (gst_vorbisenc_convert_sink):
6734         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6735         (gst_audio_duration_from_pad_buffer):
6736         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6737         (gst_audio_filter_chain):
6738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6739         (gst_base_rtp_depayload_setcaps):
6740         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6741         (gst_video_get_size):
6742         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6743           Don't leak references returned by gst_pad_get_parent()
6744           (#333663)
6745
6746 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6747
6748         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6749           change location param details
6750         * gst/volume/gstvolume.c: (plugin_init):
6751           correct plugin description
6752
6753 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6756         (gst_gnome_vfs_src_check_get_range):
6757           Override GstBaseSrc::check_get_range() in order to avoid opening
6758           the resource just to check whether we can operate in pull-mode or
6759           not - we can predict that pretty well from the URI alone. Should
6760           fix problems with last.fm (#331690). (Requires latest core CVS).
6761
6762 2006-03-06  Wim Taymans  <wim@fluendo.com>
6763
6764         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6765         (gst_video_sink_class_init):
6766         Throw away frames that are later than 20 ms.
6767
6768 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         Patch by: Fabrizio Gennari
6771
6772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6773           Set depth on WMA caps (#333545)
6774
6775 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6776
6777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6778         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6779           put Theora BOS pages before others.  This hardcodes
6780           the Ogg/Theora I profile, but hey.
6781
6782 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6783
6784         * ext/ogg/README:
6785           updated with some examples
6786         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6787         (granulepos_add), (theora_buffer_from_packet):
6788         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6789         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6790         (gst_vorbisenc_chain):
6791           implement strategy from ext/ogg/README
6792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6793         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6794         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6795         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6796           Fix muxer so that oggz-validate is happy with all streams;
6797           except for no eos mark, and the BOS page ordering
6798         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6799         (check_buffer_granulepos):
6800         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6801           update tests to check for OFFSET being set as requested
6802           fixed type of granulepos, it's not a ClockTime
6803
6804 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6805
6806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6807         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6808         Check that the xvimage we are creating has a correct size
6809         before returning it. (#314897)
6810
6811 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6814           Give id3 and ape tag typefinders a rank slightly higher
6815           than PRIMARY to ensure they're always run before any of
6816           the other typefinders (in particular wav and mp3) (#324186).
6817
6818 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6821           Add support for '3IVD' fourcc (#333403).
6822
6823 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * configure.ac:
6826           Bump requirements to GStreamer CVS for the new error enum.
6827
6828         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6829           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6830           space left on the device (fixes #333352).
6831
6832 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6833
6834         * win32/vs6:
6835           add a project file for libgstvolume
6836           update the workspace
6837
6838 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6839
6840         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6841         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6842         (GST_START_TEST):
6843           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6844           Set IN_CAPS on header buffers
6845
6846 2006-03-02  Wim Taymans  <wim@fluendo.com>
6847
6848         * docs/plugins/Makefile.am:
6849         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6850         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6851         Add audioresample to docs.
6852
6853         * gst/audioconvert/gstaudioconvert.c:
6854         Add revision date.
6855
6856         * gst/audioresample/gstaudioresample.c:
6857         (gst_audioresample_base_init), (gst_audioresample_class_init),
6858         (gst_audioresample_init), (gst_audioresample_dispose),
6859         (audioresample_get_unit_size), (audioresample_transform_caps),
6860         (resample_set_state_from_caps), (audioresample_transform_size),
6861         (audioresample_set_caps), (audioresample_event),
6862         (audioresample_do_output), (audioresample_transform),
6863         (audioresample_pushthrough), (gst_audioresample_set_property),
6864         (gst_audioresample_get_property), (plugin_init):
6865         * gst/audioresample/gstaudioresample.h:
6866         Added docs.
6867         Small code cleanups.
6868
6869 2006-03-02  Wim Taymans  <wim@fluendo.com>
6870
6871         * docs/plugins/Makefile.am:
6872         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6873         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6874         Added videoscale to docs.
6875
6876         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6877         (gst_video_rate_swap_prev), (gst_video_rate_event),
6878         (gst_video_rate_chain):
6879         Fix typo in docs.
6880
6881         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6882         (gst_video_scale_init), (gst_video_scale_prepare_size),
6883         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6884         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6885         * gst/videoscale/gstvideoscale.h:
6886         Added docs, examples.
6887         Some code cleanups.
6888         Post errors instead of g_warning.
6889
6890 2006-03-02  Wim Taymans  <wim@fluendo.com>
6891
6892         * docs/libs/gst-plugins-base-libs-docs.sgml:
6893         * docs/libs/gst-plugins-base-libs-sections.txt:
6894         * docs/libs/gst-plugins-base-libs.types:
6895         * docs/plugins/Makefile.am:
6896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6897         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6898         Added some more docs to libs and plugins.
6899
6900         * gst-libs/gst/audio/gstringbuffer.c:
6901         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6902         * gst-libs/gst/audio/gstringbuffer.h:
6903         Document ringbuffer some more.
6904
6905         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6906         (gst_video_rate_setcaps), (gst_video_rate_reset),
6907         (gst_video_rate_init), (gst_video_rate_flush_prev),
6908         (gst_video_rate_swap_prev), (gst_video_rate_event),
6909         (gst_video_rate_chain), (gst_video_rate_change_state):
6910         * gst/videorate/gstvideorate.h:
6911         Fix videorate to use segments.
6912         Make it work with 0/1 framerates (closes #331903)
6913         Handle EOS correctly.
6914         Added docs.
6915
6916 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6919         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6920         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6921           In state change function, first chain up to parent class,
6922           then handle downwards state change stuff. Remove some
6923           commented out cruft from 0.8 code.
6924
6925 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6928         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6929         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6930         (gst_ogm_parse_chain):
6931           Don't remove/re-add source pad if the new caps are the same as
6932           the old caps anyway (#333042). When removing source pad, don't
6933           unref it afterwards - we didn't ref it when adding. Sprinkle some
6934           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6935           after using gst_pad_get_parent(). Return downstream flow return
6936           value in chain function.
6937
6938 2006-03-02  Wim Taymans  <wim@fluendo.com>
6939
6940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6941         * docs/plugins/gst-plugins-base-plugins.args:
6942         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6943         * docs/plugins/gst-plugins-base-plugins.interfaces:
6944         * docs/plugins/gst-plugins-base-plugins.signals:
6945         Fix hierarchy, added some more elements to the docs.
6946
6947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6948         (gst_ffmpegcsp_get_type):
6949         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
6950         Fix docs for ffmpegcolorspace.
6951
6952 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
6955         (apetag_type_find), (ape_type_find), (plugin_init):
6956           Some typefinding fine-tuning:
6957           - rank ID3/APE tags in order of preference via probabilities, so that
6958             ID3v2 > APEv2 > APEv1 > ID3v1.
6959           - three or four bytes don't really justify MAXIMUM probability,
6960             change those to 'very likely' (musepack and monkeysaudio).
6961
6962 2006-03-01  Wim Taymans  <wim@fluendo.com>
6963
6964         * docs/plugins/Makefile.am:
6965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6966         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6967         * ext/alsa/gstalsamixer.c:
6968         * ext/alsa/gstalsamixer.h:
6969         * ext/alsa/gstalsamixerelement.c:
6970         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
6971         * ext/alsa/gstalsamixerelement.h:
6972         * ext/alsa/gstalsasink.c:
6973         * ext/alsa/gstalsasink.h:
6974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6975         (gst_alsasrc_init):
6976         * ext/alsa/gstalsasrc.h:
6977         Added alsa docs.
6978         Small code cleanups.
6979
6980 2006-03-01  Wim Taymans  <wim@fluendo.com>
6981
6982         * ext/theora/Makefile.am:
6983         Dist new header too,
6984
6985 2006-03-01  Wim Taymans  <wim@fluendo.com>
6986
6987         * docs/plugins/Makefile.am:
6988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6990         * ext/gnomevfs/gstgnomevfssink.h:
6991         * ext/gnomevfs/gstgnomevfssrc.h:
6992         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6993         * ext/vorbis/vorbisdec.h:
6994         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
6995         * ext/vorbis/vorbisenc.h:
6996         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
6997         (vorbis_parse_chain), (vorbis_parse_change_state):
6998         * ext/vorbis/vorbisparse.h:
6999         * gst/audioconvert/gstaudioconvert.h:
7000         * gst/tcp/gsttcpserversink.h:
7001         * gst/videotestsrc/gstvideotestsrc.c:
7002         * gst/videotestsrc/gstvideotestsrc.h:
7003         * gst/volume/gstvolume.c:
7004         * gst/volume/gstvolume.h:
7005         Fix some more docs.
7006         Added docs for vorbisdec and vorbisparse.
7007         Fix vorbisparse.
7008
7009 2006-03-01  Wim Taymans  <wim@fluendo.com>
7010
7011         * docs/plugins/Makefile.am:
7012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7014         * ext/pango/gstclockoverlay.h:
7015         * ext/pango/gsttextoverlay.h:
7016         * ext/pango/gsttextrender.h:
7017         * ext/pango/gsttimeoverlay.h:
7018         * ext/theora/gsttheoradec.h:
7019         * ext/theora/gsttheoraenc.h:
7020         * ext/theora/theoradec.c:
7021         * ext/theora/theoraenc.c:
7022         * gst/audioconvert/gstaudioconvert.h:
7023         * gst/audiotestsrc/gstaudiotestsrc.h:
7024         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7025         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7026         * gst/tcp/gstmultifdsink.h:
7027         Updated/added documentation.
7028
7029         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7030         (gst_text_overlay_halign_get_type),
7031         (gst_text_overlay_wrap_mode_get_type),
7032         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7033         (gst_text_overlay_init), (gst_text_overlay_set_property),
7034         (gst_text_overlay_get_property):
7035         Fix up properties to be enums instead of string to make bindings,
7036         introspection and automatic GUI creation possible.
7037         Add getters for the properties.
7038
7039 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7040
7041         * gst/audiotestsrc/gstaudiotestsrc.c:
7042           added defines of M_PI and M_PI_2
7043         * gst/ffmpegcolorspace/avcodec.h:
7044           removed #include "stdint.h" for win32 as _stdint.h is 
7045           autogenerated to win32/common
7046         * win32/common/libgstaudio.def:
7047         * win32/common/libgsttag.def:
7048           added some exports
7049         * win32/vs6:
7050           some project files bugs corrected
7051         * win32/vs7:
7052           project files are reset to the default vs7 configuration 
7053           (they link to msvcr71.dll using default optimizations)
7054           
7055 2006-02-28  Wim Taymans  <wim@fluendo.com>
7056
7057         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7058         Fix some docs.
7059
7060 2006-02-28  Edward Hervey  <edward@fluendo.com>
7061
7062         * ext/alsa/gstalsasrc.c:
7063         Set proper class on the ElementDetails:
7064         Source/Audio instead of Src/Audio/
7065
7066 2006-02-28  Edward Hervey  <edward@fluendo.com>
7067
7068         * gst/videoscale/vs_scanline.c:
7069         (vs_scanline_resample_nearest_RGBA):
7070         Revert optimization in videoscale. It should go in liboil and have
7071         an appropriate liboil function.
7072
7073 2006-02-28  Wim Taymans  <wim@fluendo.com>
7074
7075         * gst-libs/gst/audio/gstbaseaudiosink.c:
7076         (gst_base_audio_sink_provide_clock):
7077         Don't try to provide a clock in the NULL state.
7078
7079 2006-02-28  Wim Taymans  <wim@fluendo.com>
7080
7081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7082         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7083         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7084         (gst_ogg_demux_deactivate_current_chain),
7085         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7086         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7087         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7088         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7089         Use GstSegment infrastructure to remove duplicated code
7090         and handle more seek cases correctly.
7091
7092 2006-02-28  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7095         (gst_ffmpegcsp_transform):
7096         Don't ignore return code from ffmpeg convert function.
7097
7098         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7099         Split out some long statements to ease debugging.
7100
7101 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7102
7103         * ext/libvisual/visual.c: (gst_visual_init),
7104         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7105         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7106         being able to renegotiate the size. Instead, use the negotiation
7107         algorithm from the goom plugin to pick an initial output caps. 
7108
7109         Also, allow theoretical libvisual plugins that might support non-GL 
7110         output even if they also do GL.
7111
7112 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7113
7114         * ext/libvisual/visual.c: (gst_visual_init),
7115         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7116         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7117         possible negotiation issues.
7118
7119 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7120
7121         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7122
7123 2006-02-24  Michael Smith  <msmith@fluendo.com>
7124
7125         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7126         (cmml_type_find), (plugin_init):
7127           Fix CMML type find function to not require a specific minor version
7128           of the CMML header.
7129
7130           Add an MPEG4 video elementary stream typefind function.
7131
7132 2006-02-04  Michael Smith  <msmith@fluendo.com>
7133
7134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7135         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7136         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7137         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7138         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7139         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7140           Annodex support in ogg demuxer. Doesn't do very much without the
7141           other annodex patches (to come).
7142
7143 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7146
7147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7148           Pick up palette for MS video v1 (#327028)
7149
7150 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7151
7152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7153         (gst_ffmpegcsp_caps_remove_format_info),
7154         (gst_ffmpegcsp_get_unit_size):
7155           The 'palette_data' field from incoming RGB caps shouldn't be
7156           proxied on outgoing YUV caps; also, restrict unit size
7157           adjustment in case of paletted data only to the unit that
7158           actually has a palette. Fixes #330711.
7159
7160 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7163         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7164         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7165         (gst_ffmpegcsp_get_unit_size):
7166           Plug some memory leaks.
7167
7168 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * sys/ximage/Makefile.am:
7171         * sys/xvimage/Makefile.am:
7172           Add some _CFLAGS and _LIBS that seem to be missing
7173           and/or required for Cygwin (see #317048).
7174
7175 2006-02-22  Wim Taymans  <wim@fluendo.com>
7176
7177         * ext/alsa/gstalsasrc.c:
7178         Fix description as pointed out by caugier.
7179
7180 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7181
7182         Reviewed by : Edward Hervey  <edward@fluendo.com>
7183
7184         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7185         (qt_type_find):
7186         Better 3gp typefinding (#331526).
7187
7188 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7191           Don't send EOS event here, the base class will send one for us.
7192
7193         * gst/playback/gstplaybasebin.c: (prepare_output):
7194           Subpictures without video stream aren't allowed either.
7195         
7196         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7197           Fix debug statement copy'n'paste-o.
7198
7199 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7202           Fix issues with mixer keeping state when muting/unmuting
7203           and when changing the volume whilst muted (see #331763
7204           and #331765).
7205
7206 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7209         (parse_subrip), (gst_sub_parse_format_autodetect):
7210           Set right caps given that we send escaped text. Also,
7211           honour <i></i>, <b></b> and <u></u> markers that can be found
7212           in .srt files (fixes #310202).
7213
7214 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         * gst-libs/gst/audio/mixerutils.c:
7217         (element_factory_rank_compare_func):
7218           Make order in which elements are tried more determinable.
7219
7220 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7221
7222         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7223         (remove_element_chain), (cleanup_decodebin),
7224         (gst_decode_bin_change_state): Make decodebin reusable by
7225         fixing remove_element_chain first and then introduce a
7226         cleaner in state change to ->NULL. (Closes #331678)
7227
7228 2006-02-19  Wim Taymans  <wim@fluendo.com>
7229
7230         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7231         use 0666 mask when creating files so umask gets applied
7232         correctly. Fixes #331295.
7233
7234 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7235
7236         * gst/subparse/Makefile.am:
7237         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7238         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7239         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7240         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7241         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7242         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7243         * gst/subparse/gstssaparse.h:
7244         * gst/subparse/gstsubparse.c: (plugin_init):
7245           Add very basic parser for SSA subtitle streams (as often
7246           found in matroska files).
7247
7248 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7249
7250         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7251           That should be text/x-pango-markup, not text/x-pango-layout.
7252
7253 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7254
7255         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7256         Polishing.
7257
7258 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7259
7260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7261         (gst_text_overlay_finalize), (gst_text_overlay_init),
7262         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7263         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7264         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7265         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7266         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7267         Fix state change deadlock.
7268
7269 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7270
7271         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7272         (gst_text_overlay_finalize), (gst_text_overlay_init),
7273         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7274         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7275         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7276         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7277         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7278         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7279         and subtitles files.
7280
7281 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7282
7283         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7284         should be considered as raw.
7285
7286 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7287
7288         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7289         (cb_probe):
7290         * gst/playback/gststreaminfo.h: Introduce language informations.
7291
7292 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7293
7294         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7295         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7296         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7297         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7298         Set shared memory segments to be deleted as soon as we have attached,
7299         that way they get cleaned up automatically if we crash.
7300
7301 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7302
7303         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7304         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7305         functions are called with lock held.
7306
7307 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7308
7309         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7310         (gst_text_overlay_finalize), (gst_text_overlay_init),
7311         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7312         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7313         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7314         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7315         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7316         (gst_text_overlay_change_state): Refactoring of textoverlay
7317         without collectpads. This now supports sparse subtitles coming
7318         from a demuxer instead of a sub file. Seeking is still broken 
7319         though. Need to discuss with wtay some more on how to handle
7320         seeking correctly.
7321         * ext/pango/gsttextoverlay.h:
7322         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7323         subtitles coming from the demuxer.
7324
7325 2006-02-17  Wim Taymans  <wim@fluendo.com>
7326
7327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7328         (gst_vorbisenc_convert_sink):
7329         Use some more scaling functions.
7330
7331 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * ext/cdparanoia/gstcdparanoiasrc.c:
7334         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7335         (gst_cd_paranoia_paranoia_callback),
7336         (gst_cd_paranoia_src_signal_is_being_watched),
7337         (gst_cd_paranoia_src_read_sector):
7338         * ext/cdparanoia/gstcdparanoiasrc.h:
7339           Add back 'transport-error' and 'uncorrected-error' signals and
7340           make them actually be fired when bad stuff happens (#319340).
7341
7342 2006-02-17  Wim Taymans  <wim@fluendo.com>
7343
7344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7345         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7346         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7347         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7348         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7349         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7350         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7351         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7352         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7353         (gst_ring_buffer_clear):
7354         Small cleanups.
7355         Added some G_LIKELY.
7356
7357 2006-02-17  Wim Taymans  <wim@fluendo.com>
7358
7359         * gst-libs/gst/audio/TODO:
7360         Update TODO
7361
7362         * gst-libs/gst/audio/gstbaseaudiosink.c:
7363         (gst_base_audio_sink_get_offset):
7364         When trying to play samples ASAP and we don't have a
7365         previous sample, try to play at position 0 instead of
7366         an invalid position.
7367
7368 2006-02-17  Wim Taymans  <wim@fluendo.com>
7369
7370         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7371         (gst_alsasink_reset):
7372         Also release lock when we get an error in _reset();
7373         fix an error message.
7374
7375 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7378         (gst_alsasink_init), (get_channel_free_structure),
7379         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7380         (gst_alsasink_close):
7381         * ext/alsa/gstalsasink.h:
7382           Add support for more than 2 channels (#326720).
7383
7384 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7387           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7388           with 4 or 6 channels, assume a default channel layout to make things
7389           work (not sure there's anything else we can do in those cases).
7390
7391 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * gst-libs/gst/audio/multichannel.c:
7394           Minor docs fix.
7395
7396         * gst-libs/gst/riff/Makefile.am:
7397         * gst-libs/gst/riff/riff-ids.h:
7398         * gst-libs/gst/riff/riff-media.c:
7399         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7400           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7401           channels and a channel layout map.
7402           
7403 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7404
7405         Reviewed by Edward Hervey  <edward@fluendo.com>
7406
7407         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7408         C-level optimization of the RGBA nearest neighbour function.
7409         Eventually this might end up in liboil with vectorized versions.
7410
7411 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7412
7413         * gst-libs/gst/audio/multichannel.c:
7414         (gst_audio_get_channel_positions):
7415           When we have more than 2 channels, but no channel layout is
7416           specified in the caps, return some default channel layout
7417           to the caller and warn about about a possibly buggy element
7418           (could be buggy filtercaps as well of course) (#317038).
7419
7420 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7423           Add gst-libs/gst/cdda to list of lib search paths.
7424
7425 2006-02-15  Andy Wingo  <wingo@pobox.com>
7426
7427         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7428         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7429         to the Lord Jesus that I do not have to touch the ogg muxer ever
7430         again.
7431
7432 2006-02-15  Edward Hervey  <edward@fluendo.com>
7433
7434         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7435         quicktime movie files can also contain 'uuid' atoms.
7436
7437 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7438
7439         * gst/audioconvert/plugin.c: (plugin_init):
7440           Register the GstAudioChannelPosition enum type with the type
7441           system in the plugin_init function, so that it is known before
7442           any element actually makes use of multi-channel stuff. This is
7443           required for example if one wants to be able to deserialise/use
7444           a caps string with channel positions before any pipeline has
7445           been setup and started, like with gst-launch.
7446
7447 2006-02-14  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst-libs/gst/audio/gstringbuffer.c:
7450         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7451         (gst_ring_buffer_samples_done), (wait_segment),
7452         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7453         Add some compiler G_(UN_)LIKELY help.
7454         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7455         make sure they can exit their functions. Should fix #330748
7456
7457 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7458
7459         * Makefile.am:
7460         * configure.ac:
7461         * win32/MANIFEST:
7462         * win32/common/_stdint.h:
7463           Windows does not have long long; copy the generated _stdint.h
7464         * win32/common/interfaces-enumtypes.c:
7465         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7466         (gst_mixer_track_flags_get_type),
7467         (gst_tuner_channel_flags_get_type):
7468         * win32/common/multichannel-enumtypes.c:
7469         (gst_audio_channel_position_get_type):
7470           update
7471
7472 2006-02-13  Wim Taymans  <wim@fluendo.com>
7473
7474         * gst-libs/gst/audio/gstbaseaudiosink.c:
7475         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7476         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7477         Always sync on first sample we receive when starting.
7478
7479 2006-02-13  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst/playback/gstplaybin.c: (gen_vis_element):
7482         Update vis bin docs.
7483         Move queue after tee so we don't queue video buffers but
7484         audio samples instead. Fixes problems where the video queue
7485         is filled and the audio queue empty.
7486
7487 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7490           No need to push an EOS event here, GstBaseSrc will do that for us
7491           when we return FLOW_UNEXPECTED.
7492           
7493 2006-02-12  Wim Taymans  <wim@fluendo.com>
7494
7495         * gst-libs/gst/audio/gstbaseaudiosink.c:
7496         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7497         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7498         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7499         Use scale functions when possible.
7500         Fix error messages.
7501         Free clockid when after waiting for EOS.
7502         Use G_(UN_)LIKLY when it makes sense.
7503         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7504
7505 2006-02-12  Edward Hervey  <edward@fluendo.com>
7506
7507         * gst/playback/gstplaybasebin.c: (prepare_output): 
7508         Remove stray semi-colon (fixes #330888).
7509
7510 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7511
7512         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7514         Fix up the XShm call testing so that we catch errors, and don't
7515         cause new ones by attempting to detach from a segment we failed
7516         to attach to. Fixes #312439.
7517
7518 2006-02-10  Edward Hervey  <edward@fluendo.com>
7519
7520         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7521         Added flv file typefind (video/x-flv).
7522
7523 2006-02-10  Edward Hervey  <edward@fluendo.com>
7524
7525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7526         (gst_riff_create_video_template_caps):
7527         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7528         Also added the caps to the default set of riff video caps.
7529
7530 2006-02-09  Andy Wingo  <wingo@pobox.com>
7531
7532         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7533         time and the end time of the last packet in the page.
7534         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7535         on the pages in our queue, set the duration as well. Reflow a
7536         debug statement.
7537         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7538         Fixes bad muxing order.
7539
7540 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7541
7542         * gst-libs/gst/rtp/gstbasertppayload.c:
7543         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7544           update seqnum before setting it on the packet; this makes sure
7545           that the timestamp and seqnum properties match after pushing
7546           a buffer
7547
7548 2006-02-09  Andy Wingo  <wingo@pobox.com>
7549
7550         * gst-libs/gst/audio/gstringbuffer.c
7551         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7552         overflow after 13.5 hours of recording. Kapow!
7553
7554         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7555         the buffer size -- we don't care about underrun/overrun reporting
7556         right now, just need to return a useful value.
7557
7558 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7559
7560         * configure.ac:
7561           Back to CVS
7562
7563 === release 0.10.3 ===
7564
7565 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7566
7567         * configure.ac:
7568           releasing 0.10.3, "Under Pressure"
7569
7570 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7571
7572         * configure.ac:
7573         Drat. Bump libtool version number for new API.
7574         Prelease 0.10.2.3 (of 0.10.3)
7575
7576 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7577
7578         * configure.ac:
7579         * win32/common/config.h:
7580         0.10.2.2 prerelease (of 0.10.3).
7581
7582 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7585           Revert Andy's newsegment change pending a more correct
7586           fix.
7587
7588 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7589
7590         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7591         (qt_type_find), (plugin_init):
7592           detect more files as 3gp
7593           group and reorder the iso file formats
7594
7595 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * ext/vorbis/vorbis.c: (plugin_init):
7598           Register musicbrainz tags, so apps don't have to.
7599
7600 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7603         (gst_tag_to_vorbis_tag):
7604           Make sure we called gst_tag_register_musicbrainz_tags()
7605           before possibly mapping a vorbiscomment string from/to a
7606           musicbrainz tag.
7607
7608 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7611           In case we can't find the required number of consecutive
7612           mpeg audio frames to positively identify an MPEG audio
7613           stream, check if there's at least a valid mpeg audio
7614           frame right at offset 0 and if so suggest mpeg/audio
7615           caps with a very low probability (#153004).
7616
7617 2006-02-07  Andy Wingo  <wingo@pobox.com>
7618
7619         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7620         a TIME segment if we get timestamped buffers. Requires recent
7621         fixes in core to work properly.
7622
7623 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * gst/playback/gstplaybasebin.c: (prepare_output):
7626           Don't print the URI as part of the error message, it
7627           makes error dialogs look rather ugly, especially if
7628           the URI is very long or has characters in it that
7629           need escaping.
7630
7631 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * gst/playback/gstplaybasebin.c: (prepare_output):
7634           Error out if we have only text or subtitles, but nothing
7635           else. Also error out if we have subtitles but no video
7636           stream.
7637
7638 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7641           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7642           Post an error message on the bus when we encounter an
7643           error, which will hopefully be more meaningful than the
7644           'Internal Flow Error' message users get to see if we
7645           just return GST_FLOW_ERROR.
7646
7647 2006-02-07  Andy Wingo  <wingo@pobox.com>
7648
7649         * configure.ac (GST_MAJORMINOR): Update core version req to
7650         0.10.2.2, for the collectpads API addition (#330244).
7651
7652 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7655           Return FALSE from plugin_init() when GnomeVFS can't
7656           be initialised for some reason (#328423).
7657
7658 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7659
7660         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7661         Stick to seeking theory until i find the bug.
7662         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7663
7664 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7665
7666         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7667         (theora_enc_finalize), (theora_enc_sink_setcaps),
7668         (theora_set_header_on_caps), (theora_enc_chain),
7669         (theora_enc_change_state):
7670         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7671           Make theoraenc and the tests leak free. Like, really.
7672
7673 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7674
7675         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7676         (theora_enc_finalize), (theora_enc_sink_setcaps):
7677           Add a finalize method to ensure we clean up state even if
7678           someone omitted the state change back to NULL.
7679
7680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7681         (gst_vorbisenc_chain):
7682           Free some more leaked bits.
7683
7684         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7685         (stop_pipeline):
7686           Wait for state changes to happen if they're ASYNC.
7687
7688           This ought to teach those fancy pants buildbots a lesson.
7689
7690 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7691
7692         * gst-libs/gst/tag/gstid3tag.c:
7693           Add mapping for ID3 International Standard Recording Code
7694           tag "TSRC"
7695
7696 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7697
7698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7699           Don't leak tag names.
7700
7701 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * docs/libs/gst-plugins-base-libs-docs.sgml:
7704         * docs/libs/gst-plugins-base-libs-sections.txt:
7705         * gst-libs/gst/tag/gstid3tag.c:
7706         * gst-libs/gst/tag/gstvorbistag.c:
7707         * gst-libs/gst/tag/tags.c:
7708           Split libgsttag docs into multiple sections.
7709
7710 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * docs/libs/Makefile.am:
7713         * docs/libs/gst-plugins-base-libs-docs.sgml:
7714         * docs/libs/gst-plugins-base-libs-sections.txt:
7715         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7716         * gst-libs/gst/tag/gstvorbistag.c:
7717         * gst-libs/gst/tag/tag.h:
7718         * gst-libs/gst/tag/tags.c:
7719           Add libgsttag to the docs.
7720
7721 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7722
7723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7724         (gst_text_overlay_init), (gst_text_overlay_src_event),
7725         (gst_text_overlay_collected): Fix clockoverlay.
7726
7727 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         * docs/libs/compiling.sgml:
7730           Fix typo: it's pkg-config, not pkg-gconfig
7731
7732         * docs/libs/gst-plugins-base-libs-docs.sgml:
7733         * docs/libs/gst-plugins-base-libs-sections.txt:
7734         * docs/libs/tmpl/gstgconf.sgml:
7735           There is no libgstgconf in 0.10, remove it
7736           from the docs.
7737
7738 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7739
7740         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7741         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7742         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7743         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7744         (gst_sub_parse_class_init), (gst_sub_parse_init),
7745         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7746         (parse_mpsub), (parser_state_init), (handle_buffer),
7747         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7748         * gst/subparse/gstsubparse.h: Introduce seeking code.
7749
7750 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7751
7752         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7753           Add comment about LANGUAGE tag inconsistency (we want
7754           ISO-639-1, but extract three-letter identifiers?)
7755
7756         * po/POTFILES.in:
7757           Add two translatable files.
7758
7759 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         * gst-libs/gst/tag/Makefile.am:
7762         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7763         * gst-libs/gst/tag/tag.h:
7764         * gst-libs/gst/tag/tags.c:
7765         (gst_tag_register_musicbrainz_tags_internal),
7766         (gst_tag_register_musicbrainz_tags):
7767           Forward-port some tags stuff from the 0.8 branch. This is
7768           mostly the addition of musicbrainz tags and their mapping
7769           to vorbistags, and a vorbistag mapping of the language tag.
7770
7771 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7772
7773         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7774         refactoring.
7775
7776 2006-02-04  David Schleef  <ds@schleef.org>
7777
7778         * ext/ogg/gstoggmux.c:
7779         * gst/typefind/gsttypefindfunctions.c:
7780           Add Dirac typefinding and add dirac format to oggmux.
7781
7782 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * gst/playback/gstdecodebin.c: (try_to_link_1):
7785           Don't put essential function call into
7786           g_return_*() macro, otherwise it'll all be
7787           replaced by NOOPs when compiling with
7788           G_DISABLE_CHECKS defined.
7789
7790 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7791
7792         * ext/ogg/gstoggdemux.c:
7793         * ext/ogg/gstoggparse.c:
7794         * gst/tcp/gsttcpserversink.c:
7795         * sys/v4l/v4lsrc_calls.c:
7796         * sys/v4l/v4lsrc_calls.h:
7797         Just make it compile with --disable-gst-debug.
7798
7799 2006-02-03  Wim Taymans  <wim@fluendo.com>
7800
7801         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7802         (gst_alsasink_class_init), (gst_alsasink_init),
7803         (gst_alsasink_write), (gst_alsasink_reset):
7804         * ext/alsa/gstalsasink.h:
7805         Add lock to protect alsa calls.
7806         Implement reset to flush samples ASAP, does not work
7807         with dmix though.
7808
7809 2006-02-02  Wim Taymans  <wim@fluendo.com>
7810
7811         * gst-libs/gst/audio/gstbaseaudiosink.c:
7812         (gst_base_audio_sink_provide_clock):
7813         Ugh.. getting late I guess...
7814
7815 2006-02-02  Wim Taymans  <wim@fluendo.com>
7816
7817         * gst-libs/gst/audio/gstbaseaudiosink.c:
7818         (gst_base_audio_sink_provide_clock),
7819         (gst_base_audio_sink_set_property),
7820         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7821         Don't try to provide a clock when we are not negotiated since
7822         we might not be able to make it run.
7823
7824 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7825
7826         * gst/playback/gstdecodebin.c: (try_to_link_1):
7827           Unlinking two source pads is ... hard.
7828
7829 2006-02-02  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst-libs/gst/audio/TODO:
7832         Updated.
7833
7834         * gst-libs/gst/audio/gstbaseaudiosink.c:
7835         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7836         On EOS, wait till the last sample is played before posting EOS.
7837
7838 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7839
7840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7841           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7842           setting queue_delay to zero. Also avoid thread being started if
7843           queue_delay is zero.
7844
7845 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7846
7847         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7848           Make test work again by connecting fakesinks to each decoded pad,
7849           which makes the pipeline wait until each fakesink has a buffer
7850           queued before going to PAUSED state. At that point we know the
7851           decodebin pads are negotiated.
7852
7853 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7854
7855         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7856         (gst_cdda_base_src_handle_event):
7857         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7858           Pass unhandled queries to the parent class's query function.
7859
7860 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7863         (gst_ogg_pad_src_query):
7864         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7865         * ext/theora/theoradec.c: (theora_dec_src_query),
7866         (theora_dec_sink_query):
7867         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7868         (vorbis_dec_sink_query):
7869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7870         (gst_vorbisenc_sink_query):
7871         * gst/adder/gstadder.c: (gst_adder_query):
7872           Pass unhandled queries upstream instead of just
7873           dropping them (#326447). Also, fix supported
7874           query types list for some elements.
7875
7876 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7879         (paris_type_find), (ilbc_type_find), (plugin_init):
7880           Fix typefinding for audio/x-au, audio/x-paris and
7881           audio/iLBC-sh. We cannot use the START_WITH macros
7882           here, because there can only be one typefind factory
7883           with the same name (caps), so the second one would
7884           replace the first one and the first one would never
7885           be called when doing typefinding (see #161712).
7886           
7887
7888 2006-01-31  Wim Taymans  <wim@fluendo.com>
7889
7890         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7891         (vorbis_handle_header_packet), (vorbis_dec_push),
7892         (vorbis_handle_data_packet):
7893         Use scale_int when we can, add some more scaling.
7894         Check packettype before parsing it.
7895
7896 2006-01-31  Wim Taymans  <wim@fluendo.com>
7897
7898         * ext/theora/theoradec.c: (_theora_granule_time),
7899         (theora_dec_src_convert), (theora_dec_sink_convert):
7900         Call right _scale functions.
7901         Use parameter instead of some other random value.
7902
7903 2006-01-31  Wim Taymans  <wim@fluendo.com>
7904
7905         * ext/theora/theoradec.c: (_theora_granule_frame),
7906         (_theora_granule_time), (_inc_granulepos),
7907         (theora_dec_src_convert), (theora_dec_sink_convert),
7908         (theora_handle_type_packet), (theora_handle_data_packet),
7909         (theora_dec_chain):
7910         Use higher precision timestamps calculation.
7911         Convert some other conversions to _scale.
7912
7913 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7914
7915         * gst/audiotestsrc/gstaudiotestsrc.c:
7916         (gst_audio_test_src_create_sine_table), (plugin_init):
7917         * gst/volume/gstvolume.c: (plugin_init):
7918           initialize gst_controller before using
7919
7920 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * tests/check/pipelines/theoraenc.c:
7923         * tests/check/pipelines/vorbisenc.c:
7924         Define constant using G_GINT64_CONSTANT to avoid errors when
7925         passing it around - otherwise it gets truncated to 32 bits.
7926
7927         Fixes failing tests.
7928
7929 2006-01-31  Andy Wingo  <wingo@pobox.com>
7930
7931         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7932         caps being set doesn't have a framerate value. Basically a stopgap
7933         measure.
7934
7935         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7936         technically correct enough to put into core though.
7937         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7938         DURATION. Fixes theoraenc ! oggmux.
7939
7940         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7941         fraction, not double.
7942
7943 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7944
7945         * win32/vs7:
7946         add vs7 project files created by Sergey Scobich
7947
7948 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7949
7950         * win32/vs8:
7951         add vs8 project files created by Sergey Scobich
7952         
7953 2006-01-30  Andy Wingo  <wingo@pobox.com>
7954
7955         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
7956         timestamp + duration, not just timestamp -- ogg pages should be
7957         ordered by stop time. Necessary fix given the change in vorbis
7958         timestamps.
7959
7960         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
7961         (gst_theora_enc_init): Pull the granule shift out of the encoder.
7962         (granulepos_add): New function, handles the messiness of adjusting
7963         granulepos values.
7964         (theora_buffer_from_packet):
7965         (theora_enc_chain):
7966         (theora_enc_sink_event): Use granulepos_add, not +.
7967
7968         * tests/check/pipelines/theoraenc.c
7969         (check_buffer_granulepos_from_starttime): Just check the frame
7970         count, not the actual granulepos -- we can't dictate to the
7971         encoder when it should be placing keyframes.
7972
7973 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7974
7975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7976           SERVICE_NOT_AVAILABLE happens for example when you're trying to
7977           play an http:// stream from a server that's not serving
7978
7979 2006-01-30  Andy Wingo  <wingo@pobox.com>
7980
7981         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
7982         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
7983         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
7984         available.
7985
7986         * ext/theora/gsttheoraenc.h:
7987         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
7988         although theoraenc was timestamping correctly. Added handling of
7989         streams that start with nonzero timestamps.
7990
7991         * tests/check/Makefile.am:
7992         * tests/check/pipelines/theoraenc.c: New file, basically does same
7993         tests as vorbisenc.
7994
7995         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
7996
7997 2006-01-30  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst-libs/gst/audio/gstaudiosink.c:
8000         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8001         (gst_audioringbuffer_pause):
8002         Implement pause that does not wait for completion.
8003
8004         * gst-libs/gst/audio/gstbaseaudiosink.c:
8005         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8006         Don't drop buffers when going to PAUSED but perform preroll on
8007         remaining samples now that core base class supports this.
8008
8009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8010         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8011         (gst_ring_buffer_commit):
8012         Pause should not signal waiters.
8013         Implement return value of _commit correctly.
8014
8015 2006-01-30  Andy Wingo  <wingo@pobox.com>
8016
8017         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8018
8019         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8020         updated to timestamp from the first sample, not the last.
8021         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8022         special care of granulepos and timestamp for header packets.
8023         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8024         when the first buffer has a nonzero timestamp.
8025
8026         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8027         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8028         case when the first audio buffer we get has a nonzero timestamp.
8029         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8030         properly timestamp vorbis buffers with the time of the first
8031         sample, not the last.
8032         
8033         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8034         vorbis_granule_time_copy -- now it takes the granule/subgranule
8035         offset into account.
8036
8037         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8038         timestamps, durations, and granulepos on buffers produced by
8039         vorbisenc.
8040
8041 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8042
8043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8045           Patch from Eric Jonas to support conversions to/from UYVY 
8046           (Fixes: #324626)
8047
8048 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8049
8050         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8051         (setup_subtitle), (setup_source), (set_active_source):
8052         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8053         (gen_text_element), (gen_audio_element), (gen_vis_element),
8054         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8055
8056 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8057
8058         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8059         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8060                 use gst_guint64_to_gdouble to be compliant with vs6
8061         * gst/playback/gstdecodebin.c: (try_to_link_1)
8062         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8063                 use G_GINT64_CONSTANT for int64 constants
8064         * win32/common/libgstinterfaces.def:
8065                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8066         * win32/vs6:
8067                 update and add new project files
8068                 
8069 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8070
8071         * Makefile.am:
8072         * win32/MANIFEST:
8073         * win32/common/interfaces-enumtypes.c:
8074         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8075         (gst_mixer_track_flags_get_type),
8076         (gst_tuner_channel_flags_get_type):
8077         * win32/common/interfaces-enumtypes.h:
8078         * win32/common/multichannel-enumtypes.c:
8079         (gst_audio_channel_position_get_type):
8080         * win32/common/multichannel-enumtypes.h:
8081           add a win32-update rule like in core, and copy over enumtypes files
8082
8083 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8084
8085         * win32/MANIFEST:
8086         * win32/common/config.h:
8087         * win32/common/config.h.in:
8088           add config files just like in core
8089
8090 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8091
8092         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8093           Make gcc-4.1 happy (part of #327357).
8094
8095 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8096
8097         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8098         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8099         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8100         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8101         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8102         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8103           Update all error messages.  All of them should either use
8104           the default translated message, or actually provide a
8105           translatable string.
8106           Make the string for channel count problems meaningful.
8107
8108 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8109
8110         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8111           check for and throw RESOURCE_BUSY
8112
8113 2006-01-27  David Schleef  <ds@schleef.org>
8114
8115         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8116           checked in this change -- it requires liboil features not
8117           in 0.3.6.  Revert parts.
8118
8119 2006-01-27  David Schleef  <ds@schleef.org>
8120
8121         * REQUIREMENTS:
8122         * configure.ac: update liboil requirement to 0.3.6
8123         * gst/videoscale/Makefile.am:
8124         * gst/videoscale/vs_scanline.c: liboilify
8125
8126 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8127
8128         * ext/libvisual/visual.c: (get_buffer):
8129           When pad_alloc returns a GstFlowReturn other
8130           than GST_FLOW_OK, make sure it is passed upstream.
8131
8132 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8135         (gst_alsasink_class_init):
8136           Free the device name string.
8137
8138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8139         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8140         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8141           Don't remove a pad from the collectpads structure until it
8142           is released - it's a request pad, and may receive data again
8143           if the element gets moved back to PLAYING state.
8144
8145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8146           Ensure we turn on double buffering on the Xv port, and
8147           set the colour key to something dark and mysterious that
8148           isn't black.
8149
8150 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8151
8152         * ext/alsa/gstalsaplugin.c: (plugin_init):
8153         * ext/cdparanoia/gstcdparanoiasrc.c:
8154         (gst_cd_paranoia_src_base_init), (plugin_init):
8155         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8157           - a library should not call setlocale. see "Libraries" node in
8158             gettext manual
8159           - make sure all plugins that use translation do bindtextdomain
8160             to point to the localedir
8161         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8162         (setup_sinks), (plugin_init):
8163           all this, and check for NULL when creating sinks
8164
8165 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8166
8167         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8168         (plugin_init): Make typefinding of subtitles work again.
8169
8170 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8173         (mp3_type_frame_length_from_header), (mp3_type_find),
8174         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8175         (plugin_init):
8176           Backport a bunch of typefinding fixes from the 0.8 branch.
8177           Also, improve wavpack typefinding: if we can't peek the
8178           entire wavpack block, try to parse the bits we can get and
8179           see if we find what we're looking for in those.
8180
8181 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8182
8183         * sys/ximage/ximagesink.c:
8184         (gst_ximagesink_calculate_pixel_aspect_ratio):
8185         * sys/xvimage/xvimagesink.c:
8186         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8187         more cases of pixel aspect ratio.
8188
8189 2006-01-26  Edward Hervey  <edward@fluendo.com>
8190
8191         * gst/playback/gstdecodebin.c: (pad_probe):
8192         Also consider the flush-start and tag events as unblockers
8193         for the pad probes.
8194
8195 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8196
8197         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8198         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8199         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8200         On the fly visualisation switch, works disabling, enabling as
8201         well but it won't be able to enable vis in a playbin that was
8202         created with no visualisation.
8203
8204 2006-01-25  Wim Taymans  <wim@fluendo.com>
8205
8206         * gst-libs/gst/audio/gstbaseaudiosink.c:
8207         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8208         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8209         resume after pause.
8210
8211 2006-01-25  Wim Taymans  <wim@fluendo.com>
8212
8213         * gst-libs/gst/audio/gstbaseaudiosink.c:
8214         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8215         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8216         Improve debugging.
8217         Post error when caps cannot be parsed.
8218         Resync on discontinuity in the stream.
8219         Clip samples to segment boundaries.
8220         return WRONG_STATE sooner when we are flushing.
8221
8222         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8223         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8224         Make audiosrc operate in TIME.
8225         Set TIMESTAMP and DURATION on buffers.
8226
8227 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8228
8229         * tests/examples/seek/seek.c: (main):
8230           Output tag messages as well.
8231
8232 2006-01-23  Edward Hervey  <edward@fluendo.com>
8233
8234         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8235         (free_pad_probes), (remove_fakesink), (pad_probe),
8236         (close_pad_link), (gst_decode_bin_change_state):
8237         Replace GstPadBlockCallback with pad probes that detect
8238         first buffer AND eos before removing fakesink.
8239         Fixes hang with demuxers doing EOS while pre-rolling.
8240         Solves #328279
8241
8242 2006-01-23  Andy Wingo  <wingo@pobox.com>
8243
8244         * ext/alsa/gstalsasink.c:
8245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8246         (gst_base_rtp_depayload_setcaps),
8247         (gst_base_rtp_depayload_add_to_queue),
8248         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8249         
8250         Patch by: Jens Granseuer <jensgr at gmx dot net>
8251
8252 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8253
8254         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8256         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8257         frames. We might get a frame destroyed after changing state to
8258         NULL, adding a safety check on xcontext.
8259
8260 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * gst-libs/gst/interfaces/xoverlay.c:
8263           Fix prepare-xwindow-id code example in the docs - we need to
8264           ignore all messages that aren't element messages as well.
8265           
8266 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8267
8268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8269           I think one day i'll completely undestand how caps negotiation
8270           is supposed to work. This refactoring handles buffer_alloc
8271           called with caps we can't handle. We definitely don't want a
8272           set_caps with those caps, so we define and allocate a buffer
8273           we would like to receive.
8274
8275 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8276
8277         * gst/playback/gstplaybasebin.c: (setup_source):
8278           Free iterator when done.
8279
8280 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8281
8282         * gst-libs/gst/audio/gstbaseaudiosink.c:
8283         (gst_base_audio_sink_render):
8284           Fix playback of non-synchronised streams by assuming a rate
8285           of 1.0 instead of a random one.
8286
8287           Makes this work again:
8288
8289           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8290           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8291           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8292           audioresample ! alsasink
8293
8294 === release 0.10.2 ===
8295
8296 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8297
8298         * configure.ac:
8299           releasing 0.10.2, "Then the devil is six"
8300
8301 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8302
8303         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8304         * gst/playback/gststreamselector.c:
8305         (gst_stream_selector_set_property):
8306           Comment out broken code that connects to the state-changed signal.
8307           At this point, changing current stream selection is broken, but 
8308           stuff like gst-launch playbin current-audio=1 works and filters
8309           to the chosen stream.
8310
8311 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8312
8313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8314           Fix #327216 (null dereference in vorbisdec)
8315
8316 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8317
8318         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8319           Post taglist actually on bus instead of just freeing it
8320           (fixes #327114 and totem bug #327080).
8321
8322         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8323           Use gst_element_found_tags_for_pad(), so that the tags
8324           are sent downstream as an event as well.
8325
8326 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8327
8328         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8329         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8330         (gst_ximagesink_buffer_alloc):
8331         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8332         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8333         (gst_xvimagesink_buffer_alloc):
8334           move all regularly occurring messages to GST_LOG level
8335           add some more object logs
8336
8337 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8338
8339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8340           fix a silly segfault
8341
8342 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         * docs/libs/gst-plugins-base-libs-docs.sgml:
8345         * docs/libs/gst-plugins-base-libs-sections.txt:
8346         * gst-libs/gst/audio/mixerutils.c:
8347         * gst-libs/gst/audio/mixerutils.h:
8348           Add docs for mixerutils stuff.
8349
8350 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * gst/playback/gstplaybasebin.c: (setup_source):
8353           Fix playback for sources that emit raw audio or
8354           raw video streams (e.g.: cd audio sources) (#325984).
8355
8356 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8357
8358         * gst-libs/gst/audio/mixerutils.c:
8359         (gst_audio_mixer_filter_do_filter):
8360           actually save the element we create
8361
8362 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * gst-libs/gst/cdda/gstcddabasesrc.c:
8365         (gst_cdda_base_src_handle_track_seek):
8366           No need to post a tag message on the bus when seeking
8367           within the same track, only post it when the current
8368           track changes.
8369
8370 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8371
8372         * gst/playback/gstplaybasebin.c: (group_destroy),
8373         (probe_triggered), (new_decoded_pad), (mute_group_type),
8374         (set_active_source):
8375         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8376         * gst/playback/gststreamselector.c:
8377         (gst_stream_selector_base_init),
8378         (gst_stream_selector_set_property),
8379         (gst_stream_selector_request_new_pad):
8380           Reenable stream selection. These mechanisms need a complete overhaul
8381           in the face of 0.8->0.10 changes though.
8382
8383 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8384
8385         * ext/ogg/gstoggdemux.c:
8386           Change the pad template to src_%d to match the pads that 
8387           are created from it. decodebin needs this information in order
8388           to decide that oggdemux is capable of producing multiple pads
8389           (and hence needs queues inserted).
8390
8391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8392         (gst_ogg_mux_collected):
8393           Make debug output more useful by using GST_PTR_FORMAT.
8394
8395 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8396
8397         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8398
8399         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8400           Set depth and width for alaw/mulaw (fixes #326601).
8401
8402 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8403
8404         * tests/icles/Makefile.am:
8405           don't build the tests if we don't have the libs
8406
8407 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8410         (gst_cd_paranoia_paranoia_callback):
8411           Don't try to free NULL pointers.
8412
8413 2006-01-10  Edward Hervey  <edward@fluendo.com>
8414
8415         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8416         (gst_audio_rate_change_state), (plugin_init):
8417         Add debugging category.
8418         Fix type issues.
8419         Add case for incoming buffers without valid offset/offset_end.
8420
8421 2006-01-10  Michael Smith  <msmith@fluendo.com>
8422
8423         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8424           Don't leak GCond in audio sources.
8425
8426 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8427
8428         * gst/playback/gstplaybin.c: (gen_audio_element):
8429           Don't leak an autoaudiosink/alsasink when we generate
8430           a new audio element. (old code, I guess)
8431
8432 2006-01-10  Michael Smith  <msmith@fluendo.com>
8433
8434         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8435           Support float audio in audiorate.
8436           Use width rather than depth for selecting sample width.
8437
8438 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8439
8440         * gst/videotestsrc/videotestsrc.h:
8441           Use GLib types here (that way we don't have to include the
8442           generated _stdint.h header, which makes life easier for win32
8443           folks that don't use autotools for the build) (#325990, patch
8444           by: Sergey Scobich).
8445
8446 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8449         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8450         (gst_ring_buffer_pause), (wait_segment):
8451         * gst-libs/gst/audio/gstringbuffer.h:
8452           Name (private) union, makes Forte compiler happy (this time
8453           for real) (#324900).
8454
8455 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * gst-libs/gst/audio/Makefile.am:
8458           Link against libgstinterfaces, needed for mixer
8459           and property probe stuff.
8460
8461 2006-01-09  Edward Hervey  <edward@fluendo.com>
8462
8463         * gst-libs/gst/Makefile.am:
8464
8465 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8466
8467         * gst-libs/gst/audio/Makefile.am:
8468         * gst-libs/gst/audio/mixerutils.c:
8469         (gst_audio_mixer_filter_do_filter),
8470         (gst_audio_mixer_filter_check_element),
8471         (gst_audio_mixer_filter_probe_feature),
8472         (element_factory_rank_compare_func),
8473         (gst_audio_default_registry_mixer_filter):
8474         * gst-libs/gst/audio/mixerutils.h:
8475           Add gst_audio_default_registry_mixer_filter() utility
8476           function.
8477
8478 2006-01-03  Michael Smith  <msmith@fluendo.com>
8479
8480         * gst/audioresample/resample.h:
8481           As before, but for o_buf
8482
8483 2006-01-03  Michael Smith  <msmith@fluendo.com>
8484
8485         * gst/audioresample/resample.h:
8486           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8487           since we do arithmetic on it.
8488
8489 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8492         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8493         (gst_ring_buffer_pause), (wait_segment):
8494         * gst-libs/gst/audio/gstringbuffer.h:
8495           Sun's Forte compiler doesn't seem to like anonymous structs,
8496           so use same setup as in GstBaseSrc (fixes #324900).
8497
8498 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8499
8500         * configure.ac:
8501         * gst/volume/Makefile.am:
8502         * gst/volume/demo.c:
8503           move old example to tests/examples/volume/volune.c
8504         * tests/examples/Makefile.am:
8505         * tests/examples/seek/seek.c: (main):
8506           change window-close event from "delete-event" to "destroy"
8507         * tests/examples/volume/Makefile.am:
8508         * tests/examples/volume/volume.c: (value_changed_callback),
8509         (setup_gui), (message_received), (eos_message_received), (main):
8510           fix event handling and bus usage
8511
8512 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8513
8514         * gst/audiotestsrc/gstaudiotestsrc.c:
8515         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8516         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8517         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8518         (gst_audio_test_src_create_square),
8519         (gst_audio_test_src_create_saw),
8520         (gst_audio_test_src_create_triangle),
8521         (gst_audio_test_src_create_silence),
8522         (gst_audio_test_src_create_white_noise),
8523         (gst_audio_test_src_create_pink_noise),
8524         (gst_audio_test_src_init_sine_table),
8525         (gst_audio_test_src_create_sine_table),
8526         (gst_audio_test_src_change_wave),
8527         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8528         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8529         * gst/audiotestsrc/gstaudiotestsrc.h:
8530           update to basesrc changes, implement segmented seeking and eos
8531           handling, add a 'sine-tab' waveform for performance critical playback
8532
8533 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * po/POTFILES.in:
8536           ... and this time the other modified file that I missed last time.
8537
8538 2005-12-29  Michael Smith  <msmith@fluendo.com>
8539
8540         * gst/playback/gstdecodebin.c: (new_pad):
8541           Fix non-C89 variable declaration not at the start of a block. Should
8542           help some compilers.
8543
8544 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * tests/check/Makefile.am:
8547           And now fix 'make distcheck' (builddir != srcdir)
8548
8549 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * configure.ac:
8552         * ext/cdparanoia/Makefile.am:
8553         * ext/cdparanoia/gstcdparanoia.c:
8554         * ext/cdparanoia/gstcdparanoia.h:
8555         * ext/cdparanoia/gstcdparanoiasrc.c:
8556         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8557         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8558         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8559         (gst_cd_paranoia_paranoia_callback),
8560         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8561         (gst_cd_paranoia_src_set_property),
8562         (gst_cd_paranoia_src_get_property), (plugin_init):
8563         * ext/cdparanoia/gstcdparanoiasrc.h:
8564           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8565           plugin again (there are still fixes required to playbin to make
8566           cdda:// uris work there).
8567
8568 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * tests/check/Makefile.am:
8571           Fix test case compilation.
8572
8573 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8574
8575         * gst-libs/gst/cdda/gstcddabasesrc.c:
8576         (gst_cdda_base_src_update_duration),
8577         (gst_cdda_base_src_calculate_cddb_id):
8578           An integer is not a string. Fix access to uninitialised variable.
8579
8580         * tests/check/Makefile.am:
8581           Add cddabasesrc unit test; also actually enable the vorbis test.
8582
8583         * tests/check/generic/states.c:
8584           Blacklist new cd audio elements as well.
8585
8586         * tests/check/libs/cddabasesrc.c:
8587           Unit test for GstCddaBaseSrc (discid calculation mostly).
8588
8589 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * docs/libs/Makefile.am:
8592         * docs/libs/gst-plugins-base-libs-docs.sgml:
8593         * docs/libs/gst-plugins-base-libs-sections.txt:
8594         * docs/libs/gst-plugins-base-libs.types:
8595           Add docs for libgstcdda/GstCddaBaseSrc.
8596
8597         * gst-libs/gst/interfaces/mixertrack.h:
8598           Do one struct member per line with a semicolon at the end, that way
8599           even gtk-doc might parse it without complaining.
8600
8601 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8602
8603         * configure.ac:
8604         * gst-libs/gst/Makefile.am:
8605         * gst-libs/gst/cdda/Makefile.am:
8606         * gst-libs/gst/cdda/base64.c:
8607         * gst-libs/gst/cdda/base64.h:
8608         * gst-libs/gst/cdda/gstcddabasesrc.c:
8609         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8610         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8611         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8612         (gst_cdda_base_src_get_property),
8613         (gst_cdda_base_src_get_track_from_sector),
8614         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8615         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8616         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8617         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8618         (gst_cdda_base_src_uri_get_protocols),
8619         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8620         (gst_cdda_base_src_uri_handler_init),
8621         (gst_cdda_base_src_setup_interfaces),
8622         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8623         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8624         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8625         (gst_cdda_base_src_add_tags),
8626         (gst_cdda_base_src_add_index_associations),
8627         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8628         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8629         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8630         (gst_cdda_base_src_create):
8631         * gst-libs/gst/cdda/gstcddabasesrc.h:
8632         * gst-libs/gst/cdda/sha1.c:
8633         * gst-libs/gst/cdda/sha1.h:
8634           Add new libgstcdda with GstCddaBaseSrc class.
8635
8636 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * ext/gnomevfs/gstgnomevfssink.h:
8639           Use GstBaseSinkClass as parent_class member for class struct, not
8640           GstBaseSink.
8641
8642 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         Patch by: Michael Benes
8645
8646         * gst/videotestsrc/gstvideotestsrc.c:
8647         (gst_video_test_src_class_init), (gst_video_test_src_start):
8648           Add start method to reset running time and number of frames sent
8649           when starting up (fixes #324696)
8650
8651 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * docs/plugins/Makefile.am:
8654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8656         * docs/plugins/gst-plugins-base-plugins.args:
8657         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8658         * docs/plugins/gst-plugins-base-plugins.signals:
8659           Add docs stuff for gnomevfssrc and gnomevfssink.
8660
8661         * ext/gnomevfs/gstgnomevfssrc.c:
8662           Fix example pipeline in gtk-doc blurb.
8663
8664 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * ext/gnomevfs/Makefile.am:
8667         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8668         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8669         (gst_gnome_vfs_handle_get_type), (plugin_init):
8670         * ext/gnomevfs/gstgnomevfs.h:
8671         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8672         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8673         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8674         (gst_gnome_vfs_sink_set_property),
8675         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8676         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8677         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8678         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8679         (gst_gnome_vfs_sink_uri_get_type),
8680         (gst_gnome_vfs_sink_uri_get_protocols),
8681         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8682         (gst_gnome_vfs_sink_uri_handler_init):
8683         * ext/gnomevfs/gstgnomevfssink.h:
8684           Port gnomevfssink; add gtk-doc blurb.
8685
8686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8687         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8688         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8689         (gst_gnome_vfs_src_uri_get_type),
8690         (gst_gnome_vfs_src_uri_get_protocols),
8691         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8692         (gst_gnome_vfs_src_uri_handler_init),
8693         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8694         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8695         (gst_gnome_vfs_src_send_additional_headers_callback),
8696         (gst_gnome_vfs_src_received_headers_callback),
8697         (gst_gnome_vfs_src_push_callbacks),
8698         (gst_gnome_vfs_src_pop_callbacks),
8699         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8700         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8701         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8702         * ext/gnomevfs/gstgnomevfssrc.h:
8703           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8704           file; add gtk-doc blurb with example pipelines.
8705
8706 === release 0.10.1 ===
8707
8708 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8709
8710         * configure.ac:
8711           releasing 0.10.1, "Dobro Dedek"
8712
8713 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8714
8715         * gst/typefind/gsttypefindfunctions.c:
8716         iLBC30 and iLBC20 added to typefind.
8717
8718 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8719
8720         * gst-libs/gst/audio/gstbaseaudiosink.c:
8721         (gst_base_audio_sink_class_init):
8722         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8723         (gst_base_audio_src_class_init):
8724           update strings, values are in microseconds
8725           change the default sink buffer time to something that is smaller
8726           (to help software volume mixing have a slightly lower delay) but
8727           still be acceptable on Wim's laptop
8728
8729 2005-12-20  Edward Hervey  <edward@fluendo.com>
8730
8731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8732         Made a quack, forgot to add DUCK to the riff video template.
8733
8734 2005-12-19  Edward Hervey  <edward@fluendo.com>
8735
8736         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8737         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8738         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8739         (gst_ogm_parse_chain):
8740         Make sure pads are initialized correctly.
8741         * gst-libs/gst/riff/riff-ids.h:
8742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8743         (gst_riff_create_video_template_caps):
8744         Add a whole bunch of FOURCC <=> MimeType.
8745         Extend the riff video pad template to support the newly added fourcc.
8746
8747 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8748
8749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8750         (gst_ogg_demux_activate_chain):
8751           Extra debug output when activating/deactivating chains.
8752
8753         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8754         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8755         (unlinked):
8756           Remove a queue from our list when it becomes unlinked.
8757           Don't add queues to elements in class 'Demux' if they
8758           can only produce one pad 
8759
8760 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8761
8762         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8763         (gst_video_sink_get_type): Add a debug category.
8764
8765 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8766
8767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8768         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8769           Handle downstream newsegment by sending our own newsegment before the
8770           next buffer to be released. (#323900)
8771
8772 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8773
8774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8775         (gst_base_rtp_depayload_set_gst_timestamp):
8776           add queue delay to new segment as well (as opposed to just the first
8777           buffer). (bug #322347)
8778
8779 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8780
8781         * ext/libvisual/visual.c: (make_valid_name):
8782           change some char* into char[]
8783         * gst/audiotestsrc/gstaudiotestsrc.c:
8784         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8785         (gst_audio_test_src_create):
8786         * gst/audiotestsrc/gstaudiotestsrc.h:
8787           prepare to handle EOS and SEGMENT_DONE
8788
8789 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8790
8791         * tests/check/generic/states.c: (GST_START_TEST):
8792           Blacklist cdparanoia element in state test.
8793
8794 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8795
8796           Patch by: Benjamin Pineau
8797
8798         * gst/tcp/gsttcp.c:
8799         * gst/tcp/gsttcpclientsink.c:
8800         * gst/tcp/gsttcpserversink.c:
8801         * gst/tcp/gsttcpserversrc.c:
8802           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8803
8804 2005-12-15  Michael Smith  <msmith@fluendo.com>
8805
8806         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8807         (gst_video_rate_chain):
8808           Fix timestamping for videorate when the first buffer it sees has a
8809           non-zero timestamp. Fix some misleading debug output.
8810
8811 2005-12-15  Michael Smith  <msmith@fluendo.com>
8812
8813         * gst/audioresample/gstaudioresample.c:
8814           Don't leak all input buffers to audioresample.
8815
8816 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8819           Don't operate on empty text buffers. Strip newlines and
8820           tabs only from the end of the text, but leave them intact
8821           in the middle. Fix typo in gtk-doc description.
8822
8823 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * gst/playback/gstplaybasebin.c:
8826         * gst/playback/gstplaybin.c: (handoff):
8827           Make sure the video frame buffer we return to apps via the
8828           "frame" property always has caps set on it. Modify
8829           _gst_gvalue_set_object() macro to handle NULL objects
8830           gracefully too.
8831
8832 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8833
8834         * gst/audiotestsrc/gstaudiotestsrc.c:
8835         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8836         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8837         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8838         (gst_audio_test_src_create):
8839         * gst/audiotestsrc/gstaudiotestsrc.h:
8840         Adjust to some recent api changes and add wtays new cool seeking
8841         capabillities
8842
8843 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * ext/alsa/Makefile.am:
8846         * ext/alsa/gstalsadeviceprobe.c:
8847         * ext/alsa/gstalsadeviceprobe.h:
8848           Helper functions to add device probing via the GstPropertyProbe
8849           interface to a class.
8850
8851         * ext/alsa/gstalsamixer.h:
8852           Comment out GST_ALSA_MIXER, it returns a struct that's not
8853           used.
8854
8855         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8856           Add some debug info. 
8857
8858         * ext/alsa/gstalsamixerelement.c:
8859         (gst_alsa_mixer_element_interface_supported),
8860         (gst_implements_interface_init),
8861         (gst_alsa_mixer_element_init_interfaces),
8862         (gst_alsa_mixer_element_class_init),
8863         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8864         (gst_alsa_mixer_element_set_property),
8865         (gst_alsa_mixer_element_get_property),
8866         (gst_alsa_mixer_element_change_state):
8867         * ext/alsa/gstalsamixerelement.h:
8868           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8869           for device handling (gnome-volume-control will need that).
8870
8871 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8872
8873         * ext/Makefile.am: fix cdparanoia entry
8874         * gst-plugins-base.spec.in: add cdparanoia
8875
8876 2005-12-12  Michael Smith  <msmith@fluendo.com>
8877
8878         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8879           Use the correct function to free list of typefind factories.
8880
8881 2005-12-12  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst/videotestsrc/gstvideotestsrc.c:
8884         (gst_video_test_src_class_init), (gst_video_test_src_init),
8885         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8886         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8887         (gst_video_test_src_create):
8888         * gst/videotestsrc/gstvideotestsrc.h:
8889         Implement seeking in videotestsrc.
8890         Small cleanups.
8891
8892 2005-12-12  Wim Taymans  <wim@fluendo.com>
8893
8894         * ext/cdparanoia/Makefile.am:
8895         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8896         (gst_paranoia_endian_get_type), (_do_init),
8897         (cdparanoia_class_init), (cdparanoia_init),
8898         (cdparanoia_set_property), (cdparanoia_get_property),
8899         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8900         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8901         (cdparanoia_convert), (cdparanoia_get_query_types),
8902         (cdparanoia_query), (cdparanoia_set_index),
8903         (cdparanoia_uri_set_uri):
8904         * ext/cdparanoia/gstcdparanoia.h:
8905         Partially ported cdparanoia now that basesrc can support a
8906         plugin like this..
8907
8908 2005-12-12  Wim Taymans  <wim@fluendo.com>
8909
8910         * tests/examples/seek/scrubby.c: (main):
8911         Set higher priority for bus events so they don't get reordered with
8912         gtk gui events.
8913
8914         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8915         (flush_toggle_cb), (main):
8916         Added checkbox to disable flushing seeks. 
8917         Disable scrubbing when doing non flushing seeks.
8918
8919 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8922         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8923         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8924         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8925           Implement some sort of event handling that doesn't rely on
8926           g_return_if_fail; make sure we always push the last chunk of an 
8927           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8928           state change function; remove some old cruft. Seeking is still
8929           rather unlikely to work though.
8930
8931         * tools/.cvsignore:
8932           Ignore more.
8933
8934 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8935
8936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8937         Fixed a leak of the current image reference when cleaning up.
8938         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8939
8940 2005-12-09  Michael Smith  <msmith@fluendo.com>
8941
8942         * tools/Makefile.am:
8943         * tools/gst-launch-ext-m.m:
8944           Remove gst-launch-ext. It doesn't work, and is no longer
8945           particularly useful.
8946
8947 2005-12-08  Luca Ognibene  <luogni@tin.it>
8948
8949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8950           don't pass random values to ogmparse convert function.
8951           Make seeking possible in the exile1.ogm file.
8952
8953 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
8954
8955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8956         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8957           Work around refcount problem with g_value_set_object() that occur
8958           if the core has been compiled against GLib-2.6 (g_value_set_object()
8959           will only g_object_ref() the element, but the caller will
8960           gst_object_unref() it and bad things will happen due to the way
8961           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
8962           totem for people on FC4 using Thomas's 0.10 RPMs.
8963           
8964 2005-12-07  Edward Hervey  <edward@fluendo.com>
8965
8966         Time to welcome ogm to 0.10 :)
8967         
8968         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
8969         (gst_ogg_pad_typefind):
8970         Oggdemux can now properly typefind elements with dynamic pads.
8971         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8972         Properly set caps on src pad, and set caps on outgoing buffers.
8973
8974 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8975
8976         * ext/alsa/gstalsamixer.h:
8977         * ext/alsa/gstalsamixerelement.h:
8978         * ext/alsa/gstalsamixeroptions.h:
8979         * ext/alsa/gstalsamixertrack.h:
8980         * ext/alsa/gstalsasink.c:
8981         * ext/alsa/gstalsasink.h:
8982         * ext/alsa/gstalsasrc.c:
8983         * ext/alsa/gstalsasrc.h:
8984         * ext/cdparanoia/gstcdparanoia.h:
8985         * ext/gnomevfs/gstgnomevfsuri.h:
8986         * ext/ogg/gstoggdemux.c:
8987         * ext/ogg/gstoggmux.c:
8988         * ext/pango/gsttextoverlay.h:
8989         * ext/theora/theoradec.c:
8990         * ext/theora/theoraenc.c:
8991         * ext/vorbis/vorbisdec.h:
8992         * ext/vorbis/vorbisenc.c:
8993         * ext/vorbis/vorbisenc.h:
8994         * ext/vorbis/vorbisparse.h:
8995         * gst-libs/gst/audio/gstaudioclock.h:
8996         * gst-libs/gst/audio/gstaudiosink.c:
8997         * gst-libs/gst/audio/gstaudiosink.h:
8998         * gst-libs/gst/audio/gstaudiosrc.c:
8999         * gst-libs/gst/audio/gstaudiosrc.h:
9000         * gst-libs/gst/audio/gstbaseaudiosink.c:
9001         * gst-libs/gst/audio/gstbaseaudiosink.h:
9002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9003         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9004         * gst-libs/gst/audio/gstringbuffer.h:
9005         * gst-libs/gst/audio/multichannel.h:
9006         * gst-libs/gst/floatcast/floatcast.h:
9007         * gst-libs/gst/interfaces/colorbalance.c:
9008         * gst-libs/gst/interfaces/colorbalance.h:
9009         * gst-libs/gst/interfaces/colorbalancechannel.h:
9010         * gst-libs/gst/interfaces/mixer.h:
9011         * gst-libs/gst/interfaces/mixeroptions.h:
9012         * gst-libs/gst/interfaces/mixertrack.h:
9013         * gst-libs/gst/interfaces/navigation.h:
9014         * gst-libs/gst/interfaces/propertyprobe.h:
9015         * gst-libs/gst/interfaces/tuner.h:
9016         * gst-libs/gst/interfaces/tunerchannel.h:
9017         * gst-libs/gst/interfaces/tunernorm.h:
9018         * gst-libs/gst/interfaces/xoverlay.h:
9019         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9020         * gst-libs/gst/riff/riff-ids.h:
9021         * gst-libs/gst/riff/riff-media.h:
9022         * gst-libs/gst/riff/riff-read.h:
9023         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9024         * gst-libs/gst/rtp/gstbasertppayload.c:
9025         * gst-libs/gst/rtp/gstbasertppayload.h:
9026         * gst-libs/gst/rtp/gstrtpbuffer.c:
9027         * gst-libs/gst/rtp/gstrtpbuffer.h:
9028         * gst-libs/gst/tag/gsttageditingprivate.h:
9029         * gst-libs/gst/tag/gstvorbistag.c:
9030         (gst_tag_list_from_vorbiscomment_buffer):
9031         * gst-libs/gst/tag/tag.h:
9032         * gst-libs/gst/video/video.h:
9033         * gst/adder/gstadder.c:
9034         * gst/adder/gstadder.h:
9035         * gst/audioconvert/audioconvert.c:
9036         * gst/audioconvert/audioconvert.h:
9037         * gst/audioconvert/gstaudioconvert.c:
9038         * gst/audioconvert/gstchannelmix.c:
9039         * gst/audioconvert/gstchannelmix.h:
9040         * gst/audiorate/gstaudiorate.c:
9041         * gst/audioresample/buffer.h:
9042         * gst/audioresample/functable.h:
9043         * gst/audioresample/gstaudioresample.c:
9044         * gst/audioresample/resample.h:
9045         * gst/ffmpegcolorspace/avcodec.h:
9046         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9047         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9048         * gst/ffmpegcolorspace/imgconvert.c:
9049         * gst/ffmpegcolorspace/imgconvert_template.h:
9050         * gst/playback/gstdecodebin.c:
9051         * gst/playback/gstplaybasebin.h:
9052         * gst/playback/gstplaybin.c:
9053         * gst/playback/gststreaminfo.h:
9054         * gst/tcp/gstfdset.c:
9055         * gst/tcp/gstfdset.h:
9056         * gst/tcp/gstmultifdsink.c:
9057         * gst/tcp/gstmultifdsink.h:
9058         * gst/tcp/gsttcp.h:
9059         * gst/tcp/gsttcpclientsrc.c:
9060         * gst/tcp/gsttcpclientsrc.h:
9061         * gst/tcp/gsttcpplugin.h:
9062         * gst/tcp/gsttcpserversink.c:
9063         * gst/tcp/gsttcpserversrc.c:
9064         * gst/typefind/gsttypefindfunctions.c:
9065         * gst/videorate/gstvideorate.c:
9066         * gst/videotestsrc/gstvideotestsrc.h:
9067         * gst/videotestsrc/videotestsrc.h:
9068         * sys/v4l/gstv4lcolorbalance.h:
9069         * sys/v4l/gstv4ltuner.h:
9070         * sys/v4l/gstv4lxoverlay.h:
9071         * sys/v4l/v4l_calls.h:
9072         * sys/v4l/videodev_mjpeg.h:
9073         * tests/check/elements/audioconvert.c:
9074         * tests/check/elements/audioresample.c:
9075         * tests/check/elements/audiotestsrc.c:
9076         * tests/check/elements/videotestsrc.c:
9077         * tests/check/elements/volume.c:
9078         * tests/examples/seek/scrubby.c:
9079         * tests/examples/seek/seek.c:
9080           expand tabs
9081
9082 === release 0.10.0 ===
9083
9084 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9085
9086         * configure.ac:
9087           releasing 0.10.0, "Mont-d'or"
9088
9089 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9090
9091         * tests/examples/seek/Makefile.am:
9092         Build fix for when gtk is not available.
9093
9094 2005-12-05  Andy Wingo  <wingo@pobox.com>
9095
9096         * ext/libvisual/visual.c: (get_buffer):
9097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9098         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9099         * ext/theora/theoradec.c: (theora_handle_data_packet):
9100         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9101         (theora_enc_chain):
9102         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9103         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9104         Update for alloc_buffer changes.
9105
9106 2005-12-05  Andy Wingo  <wingo@pobox.com>
9107
9108         patch by: Kai Vehmanen <kv2004 eca cx>
9109         
9110         * gst-libs/gst/rtp/gstbasertpdepayload.c
9111         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9112
9113 2005-12-04  Andy Wingo  <wingo@pobox.com>
9114
9115         patch by: Sebastien Cote <sebas642 yahoo ca>
9116         
9117         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9118         Fixes #319172.
9119
9120 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9121
9122         * docs/plugins/Makefile.am:
9123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9125         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9126         * ext/pango/gstclockoverlay.c:
9127         * ext/pango/gsttextoverlay.c: 
9128         * ext/pango/gsttextrender.c:
9129         * ext/pango/gsttimeoverlay.c:
9130           Add gtk-doc blurbs to pango elements.
9131
9132 2005-12-02  Wim Taymans  <wim@fluendo.com>
9133
9134         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9135         * gst/audioresample/buffer.h:
9136         * gst/audioresample/gstaudioresample.c:
9137         * gst/audioresample/gstaudioresample.h:
9138         * gst/audioresample/resample.c: (resample_input_flush),
9139         (resample_input_pushthrough), (resample_input_eos),
9140         (resample_get_output_size_for_input),
9141         (resample_get_input_size_for_output), (resample_get_output_size),
9142         (resample_get_output_data):
9143         * gst/audioresample/resample.h:
9144         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9145         Fix audioresample, seek torture, new segments, reverse negotiation
9146         etc.. work fine.
9147
9148 2005-12-02  Wim Taymans  <wim@fluendo.com>
9149
9150         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9151         Small cleanups.
9152
9153 2005-12-02  Wim Taymans  <wim@fluendo.com>
9154
9155         * gst/audioconvert/gstaudioconvert.c:
9156         (gst_audio_convert_transform):
9157         Post errors.
9158
9159 === release 0.9.7 ===
9160
9161 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9162
9163         * configure.ac:
9164           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9165
9166 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9167
9168         * Makefile.am:
9169         * po/hu.po:
9170         * win32/MANIFEST:
9171         * win32/gst.sln:
9172           add win32 MANIFEST file
9173           do something to the hungarian translation
9174
9175 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * ext/Makefile.am:
9178           Add $(PANGO_DIR) to SUBDIRS
9179
9180         * ext/pango/gstclockoverlay.c:
9181         * ext/pango/gsttimeoverlay.c:
9182           Fix and improve element descriptions.
9183
9184 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9185
9186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9187         * docs/plugins/inspect/plugin-libvisual.xml:
9188         * docs/plugins/inspect/plugin-pango.xml:
9189           add pango plugin to docs
9190
9191 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9192
9193         * configure.ac:
9194         * ext/Makefile.am:
9195           moved pango to base
9196
9197 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9198
9199         * configure.ac:
9200         * tests/Makefile.am:
9201         * tests/icles/.cvsignore:
9202         * tests/icles/Makefile.am:
9203         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9204         (close_display), (resize_window), (move_window), (create_window),
9205         (terminate_playback), (pause_playback), (start_playback), (main):
9206           add stress test for xoverlay from Julien
9207
9208 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9209
9210         * docs/libs/tmpl/gstcolorbalance.sgml:
9211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9212         * gst-libs/gst/rtp/gstbasertppayload.c:
9213         * gst-libs/gst/rtp/gstrtpbuffer.c:
9214         * gst-libs/gst/rtp/gstrtpbuffer.h:
9215           Do burger's rename for rtp payloaders and depayloaders
9216
9217 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9218
9219         * win32/:
9220           add Visual Studio 6 build files
9221
9222 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9223
9224         * docs/libs/gst-plugins-base-libs-docs.sgml:
9225         * docs/libs/gst-plugins-base-libs-sections.txt:
9226         * docs/libs/tmpl/gstaudio.sgml:
9227         * docs/libs/tmpl/gstringbuffer.sgml:
9228         * gst-libs/gst/interfaces/xoverlay.c:
9229         * gst-libs/gst/video/gstvideofilter.c:
9230         * gst-libs/gst/video/gstvideosink.c:
9231           update documentation
9232
9233 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9234
9235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9236         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9237         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9238         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9239         (gst_multi_fd_sink_get_stats),
9240         (gst_multi_fd_sink_remove_client_link),
9241         (gst_multi_fd_sink_handle_client_read),
9242         (gst_multi_fd_sink_client_queue_data),
9243         (gst_multi_fd_sink_client_queue_caps),
9244         (gst_multi_fd_sink_client_queue_buffer),
9245         (gst_multi_fd_sink_new_client),
9246         (gst_multi_fd_sink_handle_client_write),
9247         (gst_multi_fd_sink_recover_client),
9248         (gst_multi_fd_sink_queue_buffer),
9249         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9250         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9251         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9252         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9253         * gst/tcp/gstmultifdsink.h:
9254         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9255         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9256         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9257         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9258         (gst_tcp_client_sink_set_property),
9259         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9260         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9261         * gst/tcp/gsttcpclientsink.h:
9262         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9263         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9264         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9265         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9266         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9267         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9268         * gst/tcp/gsttcpclientsrc.h:
9269         * gst/tcp/gsttcpplugin.c: (plugin_init):
9270         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9271         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9272         (gst_tcp_server_sink_finalize),
9273         (gst_tcp_server_sink_handle_server_read),
9274         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9275         (gst_tcp_server_sink_set_property),
9276         (gst_tcp_server_sink_get_property),
9277         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9278         * gst/tcp/gsttcpserversink.h:
9279         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9280         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9281         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9282         (gst_tcp_server_src_set_property),
9283         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9284         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9285         * gst/tcp/gsttcpserversrc.h:
9286           more borgifying
9287
9288 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9289
9290         * docs/plugins/Makefile.am:
9291         * docs/plugins/gst-plugins-base-plugins.args:
9292         * docs/plugins/inspect/plugin-libvisual.xml:
9293         * gst/audioconvert/plugin.h:
9294         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9295         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9296         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9297         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9298         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9299         (plugin_init):
9300         * gst/audiotestsrc/gstaudiotestsrc.c:
9301         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9302         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9303         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9304         (gst_audio_test_src_get_query_types),
9305         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9306         (gst_audio_test_src_create_square),
9307         (gst_audio_test_src_create_saw),
9308         (gst_audio_test_src_create_triangle),
9309         (gst_audio_test_src_create_silence),
9310         (gst_audio_test_src_create_white_noise),
9311         (gst_audio_test_src_init_pink_noise),
9312         (gst_audio_test_src_generate_pink_noise_value),
9313         (gst_audio_test_src_create_pink_noise),
9314         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9315         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9316         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9317         (plugin_init):
9318         * gst/audiotestsrc/gstaudiotestsrc.h:
9319         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9320         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9321         (gst_sub_parse_init), (gst_sub_parse_formats),
9322         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9323         (convert_encoding), (get_next_line),
9324         (gst_sub_parse_data_format_autodetect),
9325         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9326         (gst_sub_parse_loop), (gst_sub_parse_chain),
9327         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9328         (plugin_init):
9329         * gst/subparse/gstsubparse.h:
9330         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9331         (gst_video_rate_base_init), (gst_video_rate_class_init),
9332         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9333         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9334         (gst_video_rate_init), (gst_video_rate_event),
9335         (gst_video_rate_chain), (gst_video_rate_set_property),
9336         (gst_video_rate_get_property), (gst_video_rate_change_state),
9337         (plugin_init):
9338         * gst/videoscale/gstvideoscale.c:
9339         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9340         (gst_video_scale_src_template_factory),
9341         (gst_video_scale_sink_template_factory),
9342         (gst_video_scale_get_type), (gst_video_scale_base_init),
9343         (gst_video_scale_class_init), (gst_video_scale_init),
9344         (gst_video_scale_set_property), (gst_video_scale_get_property),
9345         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9346         (gst_video_scale_prepare_size), (parse_caps),
9347         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9348         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9349         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9350         (plugin_init):
9351         * gst/videoscale/gstvideoscale.h:
9352         * gst/videotestsrc/gstvideotestsrc.c:
9353         (gst_video_test_src_pattern_get_type),
9354         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9355         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9356         (gst_video_test_src_set_pattern),
9357         (gst_video_test_src_set_property),
9358         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9359         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9360         (gst_video_test_src_event), (gst_video_test_src_get_times),
9361         (gst_video_test_src_create), (plugin_init):
9362         * gst/videotestsrc/gstvideotestsrc.h:
9363         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9364         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9365         (gst_video_test_src_black):
9366         * gst/videotestsrc/videotestsrc.h:
9367           borgify further
9368           clean up docs a little
9369
9370 2005-11-30  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9373         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9374         (gst_basertppayload_event), (gst_basertppayload_push),
9375         (gst_basertppayload_change_state):
9376         * gst-libs/gst/rtp/gstbasertppayload.h:
9377         closed #320644.
9378
9379 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9380
9381         * docs/libs/gst-plugins-base-libs-docs.sgml:
9382         * docs/libs/gst-plugins-base-libs-sections.txt:
9383         * gst-libs/gst/video/gstvideofilter.c:
9384         * gst-libs/gst/video/gstvideosink.c:
9385         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9386
9387 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9388
9389         * LICENSE:
9390           move
9391         * po/af.po:
9392         * po/az.po:
9393         * po/cs.po:
9394         * po/en_GB.po:
9395         * po/hu.po:
9396         * po/it.po:
9397         * po/nb.po:
9398         * po/nl.po:
9399         * po/or.po:
9400         * po/sq.po:
9401         * po/sr.po:
9402         * po/sv.po:
9403         * po/uk.po:
9404         * po/vi.po:
9405         * Makefile.am:
9406           update
9407         * scripts/autoplugins.sh:
9408           remove
9409
9410 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9411
9412         * Makefile.am:
9413         * configure.ac:
9414         * examples/Makefile.am:
9415         * examples/capsfilter/Makefile.am:
9416         * examples/capsfilter/capsfilter1.c:
9417         * examples/gob/Makefile.am:
9418         * examples/gob/gst-identity2.gob:
9419         * examples/indexing/.cvsignore:
9420         * examples/indexing/Makefile.am:
9421         * examples/indexing/indexmpeg.c:
9422         * examples/seeking/.cvsignore:
9423         * examples/seeking/Makefile.am:
9424         * examples/seeking/cdparanoia.c:
9425         * examples/seeking/cdplayer.c:
9426         * examples/seeking/chained.c:
9427         * examples/seeking/scrubby.c:
9428         * examples/seeking/seek.c:
9429         * examples/stats/Makefile.am:
9430         * examples/stats/mp2ogg.c:
9431         * examples/switch/.cvsignore:
9432         * examples/switch/Makefile.am:
9433         * examples/switch/switcher.c:
9434         * tests/Makefile.am:
9435         * tests/check/generic/.cvsignore:
9436         * tests/check/pipelines/.cvsignore:
9437         * tests/examples/Makefile.am:
9438         * tests/examples/seek/Makefile.am:
9439           reorganize stuff under tests/
9440
9441 2005-11-30  Edward Hervey  <edward@fluendo.com>
9442
9443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9444         Go away you stupid GstStaticPadTemplate memleak.
9445
9446 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9447
9448         * gst-libs/gst/net/Makefile.am:
9449         * gst-libs/gst/net/README:
9450         * gst-libs/gst/net/gstnetbuffer.c:
9451         * gst-libs/gst/net/gstnetbuffer.h:
9452           this was moved to "netbuffer"
9453
9454 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9455
9456         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9457         (gst_video_filter_class_init), (gst_video_filter_init):
9458         * gst-libs/gst/video/gstvideofilter.h:
9459           borgify name to bring in line with other classes
9460
9461 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9462
9463         * gst/audioscale/.cvsignore:
9464         * gst/audioscale/Makefile.am:
9465         * gst/audioscale/README:
9466         * gst/audioscale/audioscale.vcproj:
9467         * gst/audioscale/dtof.c:
9468         * gst/audioscale/dtos.c:
9469         * gst/audioscale/functable.c:
9470         * gst/audioscale/gstaudioscale.c:
9471         * gst/audioscale/gstaudioscale.h:
9472         * gst/audioscale/private.h:
9473         * gst/audioscale/resample.c:
9474         * gst/audioscale/resample.h:
9475         * gst/audioscale/test.c:
9476           remove
9477
9478 2005-11-30  Edward Hervey  <edward@fluendo.com>
9479
9480         * gst-libs/gst/netbuffer/Makefile.am:
9481         really, really tired
9482
9483 2005-11-30  Edward Hervey  <edward@fluendo.com>
9484
9485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9486         Update for new GstTypeFindFactory _register()
9487
9488 2005-11-30  Edward Hervey  <edward@fluendo.com>
9489
9490         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9491         Let's not override libgstnet from core for no reason...
9492         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9493         Ok, maybe not so quick next time.
9494
9495 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9496
9497         * configure.ac:
9498         * gst-libs/gst/Makefile.am:
9499           moved gst-libs/gst/net to netbuffer through CVS surgery
9500           remove old directory
9501           updating build to accomodate
9502           (#322257)
9503
9504 2005-11-29  Andy Wingo  <wingo@pobox.com>
9505
9506         * pkgconfig/gstreamer-plugins-base.pc.in:
9507         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9508         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9509         (#322257).
9510
9511 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9512
9513         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9514         3rd time's the charm. Correct ref-counting for discarded buffers.
9515
9516 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9517
9518         * gst/playback/gststreamselector.c:
9519         (gst_stream_selector_class_init),
9520         (gst_stream_selector_set_property),
9521         (gst_stream_selector_get_property),
9522         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9523         Fix ref-counting
9524
9525 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * gst/subparse/gstsubparse.c: (feed_textbuf):
9528           Don't access already unref'ed buffer.
9529
9530 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9531
9532         * gst/playback/gststreamselector.c:
9533         (gst_stream_selector_class_init), (gst_stream_selector_init),
9534         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9535         (gst_stream_selector_get_property),
9536         (gst_stream_selector_get_linked_pad),
9537         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9538         * gst/playback/gststreamselector.h:
9539         Add the active-pad property for playbin to use shortly. Ignore buffers
9540         from any other pad, returning GST_FLOW_NOT_LINKED
9541
9542 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9543
9544         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9545         patch from bug #322704 (Alessandro Decina).
9546
9547 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9548
9549         * gst-libs/gst/audio/Makefile.am:
9550           folded audiofilter into the audio library
9551
9552 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9553
9554         * gst/videoscale/gstvideoscale.h:
9555         * gst/videoscale/gstvideoscale.c:
9556           remove unimplemented scale methods
9557
9558 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9561           Don't leak caps.
9562
9563 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9564
9565         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9566         (gst_ximagesink_setcaps):
9567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9568         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9569         happens (only visible on ximagesink but bug is in xv too) set_caps was
9570         destroying the internal x[v]image used to memcpy non locally alloced
9571         buffers so that it got renewed on next _chain. The issue is that 
9572         _expose will try to put that image as it reffed it in _put.
9573         Using gst_buffer_unref instead of destroy fixes it !
9574
9575 2005-11-28  Edward Hervey  <edward@fluendo.com>
9576
9577         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9578         (try_to_link_1), (queue_filled_cb):
9579         Better use of the queues. Start with a small size queue and only increase
9580         the size of the queues when the other queues are empty.
9581
9582 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9583
9584         * gst-libs/gst/video/Makefile.am:
9585           compile in copied-over videofilter into the video library
9586         * gst-libs/gst/video/videosink.h:
9587           rename the header to gstvideosink.h since it's a base GstObject class
9588         * sys/ximage/ximagesink.h:
9589         * sys/xvimage/xvimagesink.h:
9590           use the new header
9591
9592 2005-11-28  Wim Taymans  <wim@fluendo.com>
9593
9594         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9595         * gst/playback/gstplaybasebin.h:
9596         Prepare to handle errors betters.
9597
9598         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9599         Set sinks to PAUSED first before adding and linking them so that
9600         we don't interrupt dataflow.
9601
9602 2005-11-28  Wim Taymans  <wim@fluendo.com>
9603
9604         * gst-libs/gst/audio/TODO:
9605         Updated TODO
9606
9607         * gst-libs/gst/audio/gstaudiosink.c:
9608         (gst_audioringbuffer_open_device),
9609         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9610         (gst_audioringbuffer_release):
9611         Small cleanups.
9612
9613         * gst-libs/gst/audio/gstbaseaudiosink.c:
9614         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9615         (gst_base_audio_sink_change_state):
9616         Slave to the master clock when going to PLAYING and unslave when
9617         going to PAUSED.
9618
9619         * gst-libs/gst/audio/gstringbuffer.c:
9620         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9621         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9622         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9623         (gst_ring_buffer_clear_all), (wait_segment),
9624         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9625         (gst_ring_buffer_advance):
9626         * gst-libs/gst/audio/gstringbuffer.h:
9627         Add some docs and cleanups.
9628
9629 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9630
9631         * sys/xvimage/xvimagesink.c:
9632         (gst_xvimagesink_navigation_send_event): Fix navigation events
9633         coordinates translation with pixel aspect ratios.
9634
9635 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9636
9637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9638         Use calculated video geometry from _setcaps instead of buffer
9639         caps to respect pixel aspect ratio. (fixes #322388)
9640
9641 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9642
9643         * docs/libs/tmpl/gstcolorbalance.sgml:
9644         * docs/libs/tmpl/gstmixer.sgml:
9645         * docs/libs/tmpl/gstxoverlay.sgml:
9646         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9647         interface.
9648
9649 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9650
9651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9652         Refuse to create an XvImage if we can't find the format.
9653
9654 2005-11-28  Edward Hervey  <edward@fluendo.com>
9655
9656         * gst-libs/gst/riff/riff-media.c:
9657         (gst_riff_create_audio_template_caps):
9658         Add ATRAC3 to the list of riff-possible audio caps.
9659         I know we still don't have a plugin for atrac3, but it's saner to output
9660         that than a cryptic mimetype.
9661
9662 2005-11-27  Edward Hervey  <edward@fluendo.com>
9663
9664         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9665         Don't try to create a zero-sized subbuffer.
9666
9667 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9668
9669         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9670         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9671         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9672         (gst_ximagesink_expose): Fixed a tricky race.
9673         * sys/ximage/ximagesink.h:
9674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9675         (gst_xvimagesink_expose): Fixed a tricky race.
9676         * sys/xvimage/xvimagesink.h:
9677
9678 2005-11-27  Edward Hervey  <edward@fluendo.com>
9679
9680         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9681         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9682         Remove unused properties, and add queues between demuxers and decoders
9683         so that a lot more files can preroll properly.
9684
9685 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * gst-libs/gst/net/Makefile.am:
9688         * gst-libs/gst/rtp/Makefile.am:
9689         * gst-libs/gst/tag/Makefile.am:
9690           remove silly include
9691         * gst/tags/Makefile.am:
9692         * gst/tags/gsttagediting.c:
9693         * gst/tags/gsttageditingprivate.h:
9694         * gst/tags/tagedit.vcproj:
9695           remove directory, is as good as empty
9696
9697 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9698
9699         * configure.ac:
9700           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9701         * gst-libs/Makefile.am:
9702         * gst-libs/gst/audio/Makefile.am:
9703         * gst-libs/gst/interfaces/Makefile.am:
9704         * gst-libs/gst/net/Makefile.am:
9705         * gst-libs/gst/riff/Makefile.am:
9706         * gst-libs/gst/rtp/Makefile.am:
9707         * gst-libs/gst/tag/Makefile.am:
9708         * gst-libs/gst/video/Makefile.am:
9709           and use them
9710
9711 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9712
9713         * docs/libs/tmpl/gstcolorbalance.sgml:
9714         * docs/libs/tmpl/gstmixer.sgml:
9715         * docs/libs/tmpl/gstxoverlay.sgml:
9716         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9717         * sys/ximage/ximagesink.h:
9718         * sys/xvimage/xvimagesink.h: More and more documentation.
9719
9720 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9721
9722         * docs/libs/gst-plugins-base-libs-docs.sgml:
9723         * docs/libs/gst-plugins-base-libs-sections.txt:
9724         * docs/libs/tmpl/gstcolorbalance.sgml:
9725         * docs/libs/tmpl/gstmixer.sgml:
9726         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9727         to documentation.
9728
9729 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9730
9731         * docs/plugins/Makefile.am:
9732         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9733         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9734         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9735
9736 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9737
9738         * docs/plugins/Makefile.am:
9739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9740         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9741         * docs/plugins/inspect/plugin-adder.xml:
9742         * docs/plugins/inspect/plugin-alsa.xml:
9743         * docs/plugins/inspect/plugin-audioconvert.xml:
9744         * docs/plugins/inspect/plugin-audiorate.xml:
9745         * docs/plugins/inspect/plugin-audioresample.xml:
9746         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9747         * docs/plugins/inspect/plugin-decodebin.xml:
9748         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9749         * docs/plugins/inspect/plugin-gnomevfs.xml:
9750         * docs/plugins/inspect/plugin-ogg.xml:
9751         * docs/plugins/inspect/plugin-playbin.xml:
9752         * docs/plugins/inspect/plugin-subparse.xml:
9753         * docs/plugins/inspect/plugin-tcp.xml:
9754         * docs/plugins/inspect/plugin-theora.xml:
9755         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9756         * docs/plugins/inspect/plugin-video4linux.xml:
9757         * docs/plugins/inspect/plugin-videorate.xml:
9758         * docs/plugins/inspect/plugin-videoscale.xml:
9759         * docs/plugins/inspect/plugin-videotestsrc.xml:
9760         * docs/plugins/inspect/plugin-volume.xml:
9761         * docs/plugins/inspect/plugin-vorbis.xml:
9762         * docs/plugins/inspect/plugin-ximagesink.xml:
9763         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9764         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9765
9766 2005-11-26  Edward Hervey  <edward@fluendo.com>
9767
9768         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9769         Properly return GstFlowReturn from gst_pad_push in chain functions.
9770
9771 2005-11-25  Michael Smith  <msmith@fluendo.com>
9772
9773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9774         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9775         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9776         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9777           Handle various conditions better when we don't understand a stream.
9778           Removes a heap of CRITICALs on ogg streams containing unknown data.
9779
9780 2005-11-24  Andy Wingo  <wingo@pobox.com>
9781
9782         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9783         Be threadsafe.
9784
9785 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9786
9787         * configure.ac: back to HEAD
9788
9789 === release 0.9.6 ===
9790
9791 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9792
9793         * configure.ac:
9794           releasing 0.9.6, "White Eight"
9795
9796 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9797
9798         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9799         * docs/plugins/inspect/plugin-sine.xml:
9800           remove sinesrc some more
9801
9802 2005-11-23  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9805         If we are reading too slowly, jump forward in the ringbuffer
9806         instead of blocking.
9807
9808 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9809
9810         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9811         (gst_visual_chain):
9812         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9813         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9814         (gst_videorate_chain):
9815         * gst/videotestsrc/gstvideotestsrc.c:
9816         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9817         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9818         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9819         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9820         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9821         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9822           Updates for API changes
9823
9824 2005-11-23  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst-libs/gst/audio/gstbaseaudiosink.c:
9827         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9828         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9829         Fix for calibration API change.
9830
9831 2005-11-23  Michael Smith <msmith@fluendo.com>
9832
9833         * gst-libs/gst/audio/multichannel.c:
9834         (gst_audio_get_channel_positions),
9835         (gst_audio_set_channel_positions),
9836         (gst_audio_set_structure_channel_positions_list),
9837         (gst_audio_fixate_channel_positions):
9838           Use gst_value_array_*() functions on value arrays, not
9839           gst_value_list_*().
9840
9841 2005-11-23  Edward Hervey  <edward@fluendo.com>
9842
9843         * autogen.sh:
9844         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9845         Fixes autogen
9846
9847 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9848
9849         * check/Makefile.am:
9850         * check/elements/videotestsrc.c: (setup_videotestsrc),
9851         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9852         (main):
9853           add a test for videotestsrc
9854
9855 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * gst/sine/.cvsignore:
9858         * gst/sine/Makefile.am:
9859         * gst/sine/gstsinesrc.c:
9860         * gst/sine/gstsinesrc.h:
9861         * gst/sine/sinesrc.vcproj:
9862           and remove sinesrc from the repository.  Closes #321446
9863
9864 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         * configure.ac:
9867         * gst-plugins-base.spec.in:
9868           remove sinesrc from the build
9869
9870 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9871
9872         * check/Makefile.am:
9873         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9874         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9875         (main):
9876           add a test for audiotestsrc, testing all waves.  Even seems
9877           leak-free at first glance, nice job Stefan
9878
9879 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9880
9881         * po/af.po:
9882         * po/az.po:
9883         * po/cs.po:
9884         * po/en_GB.po:
9885         * po/hu.po:
9886         * po/it.po:
9887         * po/nb.po:
9888         * po/nl.po:
9889         * po/or.po:
9890         * po/sq.po:
9891         * po/sr.po:
9892         * po/sv.po:
9893         * po/uk.po:
9894         * po/vi.po:
9895           Translation string updates
9896
9897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9898         (gst_v4lsrc_set_caps):
9899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9900         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9901         * sys/v4l/v4lsrc_calls.h:
9902           Improve v4lsrc, by making it work again.
9903
9904 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9905
9906         * ext/libvisual/visual.c: (gst_visual_chain):
9907           Fix the fps calculations.
9908
9909         * gst/ffmpegcolorspace/avcodec.h:
9910           Move structure element for clarity
9911
9912         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9913         * gst-libs/gst/interfaces/tunernorm.h:
9914         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9916         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9917         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9918         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9919         (gst_v4lmjpegsrc_getcaps):
9920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9921         (gst_v4lsrc_set_caps):
9922         * sys/v4l/gstv4lsrc.h:
9923         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9924         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9925         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9926         * sys/v4l/v4lsrc_calls.h:
9927           Fractional framerates...
9928
9929 2005-11-22  Wim Taymans  <wim@fluendo.com>
9930
9931         * gst-libs/gst/audio/gstbaseaudiosink.c:
9932         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9933         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9934         And we provide a clock by default, of course...
9935
9936 2005-11-22  Wim Taymans  <wim@fluendo.com>
9937
9938         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9939         This clock can be slaved to a master clock now.
9940
9941         * gst-libs/gst/audio/gstbaseaudiosink.c:
9942         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9943         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9944         (gst_base_audio_sink_set_clock),
9945         (gst_base_audio_sink_set_property),
9946         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9947         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9948         * gst-libs/gst/audio/gstbaseaudiosink.h:
9949         Handle slaving the internal clock to the clock selected in the
9950         pipeline.
9951         Add property to make the basesink not provide a clock.
9952
9953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9954         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9955         (gst_base_rtp_depayload_wait):
9956         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9957         We can use the clock in GstElement, no need to store it ourselves.
9958
9959 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * docs/libs/tmpl/gstaudio.sgml:
9962           update
9963         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9964         (gst_paranoia_endian_get_type):
9965         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
9966         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9967         * gst/audiotestsrc/gstaudiotestsrc.c:
9968         (gst_audiostestsrc_wave_get_type):
9969         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
9970         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
9971         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
9972         (gst_sync_method_get_type), (gst_unit_type_get_type),
9973         (gst_client_status_get_type), (gst_multifdsink_class_init),
9974         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
9975         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
9976         (gst_multifdsink_get_property):
9977         * gst/tcp/gstmultifdsink.h:
9978         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
9979         * gst/videotestsrc/gstvideotestsrc.c:
9980         (gst_videotestsrc_pattern_get_type):
9981           remove deprecated properties
9982           fix up enums to correctly have short lowercase dashed nicks
9983
9984 2005-11-22  Michael Smith <msmith@fluendo.com>
9985
9986         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9987         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9988           Add underscore.
9989
9990 2005-11-22  Michael Smith <msmith@fluendo.com>
9991
9992         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
9993         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9994           Use utility method for scaling clocktime for fractional framerates.
9995
9996 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
9997
9998         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9999         (gst_visual_chain):
10000         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10001         * ext/theora/theoradec.c: (theora_handle_type_packet):
10002         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10003         (theora_enc_chain):
10004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10005         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10006         * gst-libs/gst/video/video.h:
10007         * gst/ffmpegcolorspace/avcodec.h:
10008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10009         (gst_ffmpeg_caps_to_pixfmt):
10010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10011         (gst_ffmpegcsp_set_caps):
10012         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10013         (gst_videorate_setcaps), (gst_videorate_blank_data),
10014         (gst_videorate_chain):
10015         * gst/videotestsrc/gstvideotestsrc.c:
10016         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10017         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10018         (gst_videotestsrc_event), (gst_videotestsrc_create):
10019         * gst/videotestsrc/gstvideotestsrc.h:
10020         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10021         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10022         (gst_ximagesink_get_times), (gst_ximagesink_init):
10023         * sys/ximage/ximagesink.h:
10024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10025         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10026         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10027         * sys/xvimage/xvimagesink.h:
10028           Convert elements to use fractions for their framerate.
10029           V4L elements to come later tonight.
10030
10031 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10032
10033         * gst-libs/gst/audio/audio.c:
10034         * gst-libs/gst/audio/audio.h:
10035           remove some deprecated functions
10036
10037 2005-11-22  Andy Wingo  <wingo@pobox.com>
10038
10039         * Update for gst_tag_setter API changes.
10040
10041 2005-11-22  Andy Wingo  <wingo@pobox.com>
10042
10043         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10044         (gst_ogg_demux_perform_seek):
10045         * ext/theora/theoradec.c (theora_dec_sink_event):
10046         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10047         update-funcnames.
10048
10049 2005-11-22  Wim Taymans  <wim@fluendo.com>
10050
10051         * examples/seeking/seek.c: (main):
10052         Give higher priority to bus signals than the gtk events
10053         to fix a race condition in the segment looping.
10054
10055 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * ext/theora/Makefile.am:
10058         * ext/vorbis/Makefile.am:
10059         * gst-libs/gst/tag/Makefile.am:
10060         * gst-plugins-base.spec.in:
10061           Rename libgsttagedit to libgsttag (#322117).
10062
10063 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10067           Call gst_x_overlay_prepare_xwindow_id() to give applications
10068           a final chance to set their own xwindow id before the video
10069           sink creates its own window.
10070
10071 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10072
10073         * sys/xvimage/xvimagesink.c:
10074         (gst_xvimagesink_navigation_send_event): Handle navigation
10075         events correcly with borders if applicable.
10076
10077 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         Patch by: Luca Ognibene
10080
10081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10082         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10084         (gst_ffmpegcsp_caps_remove_format_info):
10085         * gst/ffmpegcolorspace/imgconvert.c:
10086         * gst/ffmpegcolorspace/imgconvert_template.h:
10087           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10088           #318353); use gst_structure_has_name().
10089
10090 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10091
10092         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10093         (gst_ximagesink_class_init): Add debug macros on functions.
10094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10095         (gst_xvimagesink_xwindow_draw_borders),
10096         (gst_xvimagesink_xvimage_put),
10097         (gst_xvimagesink_xwindow_update_geometry),
10098         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10099         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10100         (gst_xvimagesink_xcontext_clear),
10101         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10102         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10103         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10104         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10105         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10106         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10107         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10108         expose while being PAUSED, out of data flow navigation events, etc..
10109
10110 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10113         * gst-libs/gst/audio/audio.h:
10114           fix prototype - wondering why the test worked regardless
10115
10116 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         * check/Makefile.am:
10119         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10120         * gst-libs/gst/audio/audio.h:
10121           add a method that returns a proper GstClockTime
10122
10123 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10126         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10127         * gst-libs/gst/interfaces/xoverlay.h:
10128           Remove everything having to do with the desired size; add 
10129           gst_x_overlay_prepare_xwindow_id() function; remove the
10130           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10131           post a message on the bus instead (#321816).
10132
10133         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10135         (gst_xvimagesink_xoverlay_init):
10136           Remove desired size stuff (#321816).
10137
10138 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10141         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10142         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10143           Terminate vararg functions with NULL instead of 0 to 
10144           make gcc4 happy.
10145
10146 2005-11-21  Andy Wingo  <wingo@pobox.com>
10147
10148         patch by: Sebastien Cote <sebas642@yahoo.ca>
10149         
10150         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10151         * gst-libs/gst/rtp/gstrtpbuffer.c
10152         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10153
10154 2005-11-21  Andy Wingo  <wingo@pobox.com>
10155
10156         * gst/playback/gstplaybin.c (gen_audio_element) 
10157         (gen_video_element): Use the new MISSING_PLUGIN core error
10158         category. Closes #320060.
10159
10160         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10161         * gst/videorate/gstvideorate.c (gst_videorate_event):
10162         * ext/theora/theoradec.c (theora_dec_sink_event): 
10163         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10164         stream lock.
10165
10166         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10167         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10168         stream lock changes.
10169
10170 2005-11-21  Wim Taymans  <wim@fluendo.com>
10171
10172         * gst-libs/gst/audio/gstbaseaudiosink.c:
10173         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10174         (gst_base_audio_sink_provide_clock),
10175         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10176         (gst_base_audio_sink_change_state):
10177         * gst/audioresample/gstaudioresample.c:
10178         Segment update fix.
10179
10180 2005-11-21  Andy Wingo  <wingo@pobox.com>
10181
10182         * *.h:
10183         * *.c: Ran scripts/update-macros. Oh yes.
10184
10185 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * sys/ximage/Makefile.am:
10188         * sys/ximage/ximage.c:
10189           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10190           remove your old libgstximage.* manually if necessary).
10191
10192 2005-11-21  Michael Smith <msmith@fluendo.com>
10193
10194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10195           Minimal fix for bug #320200: set the min/max bitrate in the correct
10196           units. A better fix would be to upgrade to the RATEMANAGE2
10197           interface, rather than using the deprecated interface used here, but
10198           that would require an update in our libvorbis dependency (to 1.1),
10199           which is probably undesirable.
10200
10201 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10202
10203         * ext/libvisual/visual.c: (get_buffer):
10204         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10205         (gst_base_audio_src_fixate):
10206         * gst/audioconvert/gstaudioconvert.c:
10207         (gst_audio_convert_fixate_caps):
10208         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10209         * gst/audiotestsrc/gstaudiotestsrc.c:
10210         (gst_audiotestsrc_src_fixate):
10211         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10212         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10214         * gst/videotestsrc/gstvideotestsrc.c:
10215         (gst_videotestsrc_src_fixate):
10216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10218           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10219           (#322027)
10220
10221
10222 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10223
10224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10225         (gst_riff_create_iavs_caps):
10226         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10227         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10228         (gst_riff_parse_info):
10229         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10232           Fixes for GST_FOURCC_FORMAT API change.
10233
10234 2005-11-21  Andy Wingo  <wingo@pobox.com>
10235
10236         patch by: Alessandro Dessina <alessandro nnva org>
10237
10238         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10239         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10240         (gst_ogg_parse_chain):
10241         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10242         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10243         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10244         gst_value_list calls on arrays. Fixes #321962.
10245
10246 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10249         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10250         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10251         * gst/adder/gstadder.c: (gst_adder_init),
10252         (gst_adder_request_new_pad), (gst_adder_collected),
10253         (gst_adder_change_state):
10254           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10255           API change.
10256
10257 2005-11-21  Michael Smith <msmith@fluendo.com>
10258
10259         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10260         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10261           Properly handle pad_push return values.
10262
10263 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10264
10265         * gst-libs/gst/tag/Makefile.am:
10266         * gst-libs/gst/tag/gstvorbistag.c:
10267         (gst_tag_list_to_vorbiscomment_buffer):
10268           Remove obsolete vorbistag element and debug category.
10269
10270         * gst/playback/gstplaybasebin.c: (check_queue):
10271           Don't divide by 0 when queue-threshold is 0.
10272
10273         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10274           Don't modify an existing pixel-aspect-ratio if we fail to read
10275           a new one.
10276
10277 2005-11-20  Wim Taymans  <wim@fluendo.com>
10278
10279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10280         (gst_vorbisenc_push_packet):
10281         GST_PAD_IS_USABLE is gone, use the return value of
10282         the push or pad_alloc_buffer instead.
10283
10284 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10285
10286         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10287         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10288         (gst_ximagesink_ximage_destroy),
10289         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10290         (gst_ximagesink_xwindow_new),
10291         (gst_ximagesink_xwindow_update_geometry),
10292         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10293         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10294         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10295         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10296         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10297         (gst_ximagesink_navigation_send_event),
10298         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10299         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10300         (gst_ximagesink_finalize), (gst_ximagesink_init),
10301         (gst_ximagesink_class_init):
10302         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10303         This new version brings correct software scaling, non flickering
10304         window while resizing, pixel aspect ratio handling, usage of
10305         hardware buffer pools, out of data flow event thread for 
10306         navigation and handling of expose events even when being PAUSED,
10307         a new property to keep video aspect ratio when resizing, etc...
10308
10309 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10310
10311         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10312         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10313         handling of PAR.
10314
10315 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10316
10317         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10318         Unsetting IS_SINK flag from the fakesink, so decodebin
10319         never behaves as a sink.
10320
10321 2005-11-17  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10324         (gst_base_audio_src_change_state):
10325         Fix the audiosrc base class again, we did not unflush.
10326
10327 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10328
10329         * examples/seeking/seek.c: (make_dv_pipeline),
10330         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10331         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10332         to ogg/vorbis/theora pipeline.
10333
10334 2005-11-17  Wim Taymans  <wim@fluendo.com>
10335
10336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10337         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10338         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10339         Fix EOS on multiple streams.
10340         More debugging.
10341
10342 2005-11-16  Wim Taymans  <wim@fluendo.com>
10343
10344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10345         (gst_ogg_demux_perform_seek):
10346         Segment done must include stream time.
10347
10348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10349         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10350         (gst_ogg_mux_change_state):
10351         Fix ogg muxer again.
10352
10353 2005-11-16  Wim Taymans  <wim@fluendo.com>
10354
10355         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10356         Fix compile again.
10357
10358 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10359
10360         * ext/libvisual/visual.c: (gst_visual_init):
10361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10362         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10363         (gst_ogg_parse_chain):
10364         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10365         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10366         * ext/theora/theoradec.c: (gst_theora_dec_init):
10367         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10368         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10369         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10370         * gst/adder/gstadder.c: (gst_adder_class_init),
10371         (gst_adder_dispose):
10372         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10373         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10374         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10375           Fix a whole set of pad template leaks
10376
10377 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * check/generic/states.c: (GST_START_TEST):
10380           fix the test so that it only checks for elements that are part of
10381           this source module
10382
10383 2005-11-16  Michael Smith <msmith@fluendo.com>
10384
10385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10386         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10387         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10388         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10389         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10390         (gst_ogg_mux_change_state):
10391           Fix leaking collectpads.
10392
10393 2005-11-16  Edward Hervey  <edward@fluendo.com>
10394
10395         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10396         (gst_videorate_event), (gst_videorate_chain):
10397         Handle segment seeks
10398
10399 2005-11-16  Wim Taymans  <wim@fluendo.com>
10400
10401         * gst-libs/gst/audio/gstbaseaudiosink.c:
10402         (gst_base_audio_sink_provide_clock),
10403         (gst_base_audio_sink_change_state):
10404         Set ringbuffer to non-flushing when going to PAUSED, set to
10405         flushing again when going to READY.
10406
10407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10408         (gst_ring_buffer_stop):
10409         Start in flushing mode by default.
10410         Don't set flushing in the _stop method, let the app call
10411         this explicitly.
10412
10413 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10414
10415         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10416         * gst-libs/gst/video/videosink.h: Add helper function needed
10417         for video sinks.
10418
10419 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/videoscale/gstvideoscale.c:
10422         (gst_videoscale_handle_src_event):
10423           Don't leak reference to pad parent.
10424
10425 2005-11-16  Wim Taymans  <wim@fluendo.com>
10426
10427         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10428         Set ringbuffer to flushing when stopping so that we don't
10429         block on wait_segment anymore and livelock.
10430
10431 2005-11-16  Wim Taymans  <wim@fluendo.com>
10432
10433         * examples/seeking/seek.c: (send_event), (do_seek),
10434         (loop_toggle_cb), (segment_done), (main):
10435         Added looping checkbox.
10436
10437 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10438
10439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10440         (gst_ogg_demux_init):
10441         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10442         (gst_vorbis_dec_init):
10443           revert unrefs, they don't pass make check
10444
10445 2005-11-15  Johan Dahlin  <johan@gnome.org>
10446
10447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10448         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10449         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10450         (gst_vorbis_dec_init):
10451         Fix pad template leaks. 
10452
10453 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10456           Make state change function thread safe.
10457
10458 2005-11-15  Edward Hervey  <edward@fluendo.com>
10459
10460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10461         (gst_ogg_demux_class_init):
10462         Implement GstElement::send_event, so we can send seek events
10463         in GST_STATE_READY
10464
10465 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10466
10467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10468         Discovered how to take away flickering while resizing the
10469         window. Please don't put that in ximagesink, refactoring in
10470         progress.
10471
10472 2005-11-14  Michael Smith <msmith@fluendo.com>
10473
10474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10475         (gst_multifdsink_render):
10476           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10477
10478 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * gst/playback/gstplaybin.c: (gen_audio_element):
10481           Use autoaudiosink, it tends to be more widely available than
10482           autoaudiiosink.
10483           
10484 2005-11-14  Andy Wingo  <wingo@pobox.com>
10485
10486         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10487         as well if it is available. Fixes #316442.
10488
10489 2005-11-14  Michael Smith <msmith@fluendo.com>
10490
10491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10492         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10493         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10494         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10495         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10496         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10498         (gst_vorbisenc_change_state):
10499           Fix a small memory leak in vorbisenc.
10500           Fix large memory leaks in oggmux, also fix lots of state change
10501           bugs in oggmux.
10502
10503 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10504
10505         * gst/videotestsrc/gstvideotestsrc.c:
10506         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10507         (gst_videotestsrc_src_fixate):
10508           move fixation to a fixate function
10509           remove negotiate function, basesrc's is good enough
10510           fixes a bug for check when using the element alone
10511
10512 2005-11-13  Edward Hervey  <edward@fluendo.com>
10513
10514         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10515         (key_toggle_cb), (main):
10516         Added checkboxes for adding/removing the accurate and key_unit seek
10517         flags.
10518
10519 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10520
10521         * configure.ac: back to HEAD
10522
10523 === release 0.9.5 ===
10524
10525 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10526
10527         * configure.ac:
10528           releasing 0.9.5, "No No Kia"
10529
10530 2005-11-11  Edward Hervey  <edward@fluendo.com>
10531
10532         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10533         Added parse-launch syntax seeking mode for the seeking example.
10534         This should help stress-test even more cases.
10535         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10536
10537 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * sys/xvimage/xvimagesink.c:
10540         (gst_xvimagesink_navigation_send_event):
10541           Check whether peer pad exists before sending navigation events
10542           to it.
10543
10544 2005-11-11  Michael Smith <msmith@fluendo.com>
10545
10546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10547         (gst_vorbisenc_buffer_from_packet):
10548         * ext/vorbis/vorbisenc.h:
10549           Set duration on encoded buffers. This allows oggmux's
10550           max_page_delay parameter to actually work.
10551
10552 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10553
10554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10555         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10556         (gst_ffmpegcsp_avpicture_fill):
10557         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10558         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10559           Make palettes work again (see #132341). Use our own macros
10560           for rounding up.
10561
10562 2005-11-10  Andy Wingo  <wingo@pobox.com>
10563
10564         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10565         string doober.
10566
10567 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10570         (gst_ffmpegcsp_transform_caps):
10571           Prefer passthrough in transform_caps
10572
10573 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10574
10575         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10576           check for ALSA errors properly, instead of relying on ALSA's
10577           error strings to serve to the user.
10578
10579 2005-11-10  Wim Taymans  <wim@fluendo.com>
10580
10581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10582         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10583         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10584         Modernise the seek code.
10585
10586 2005-11-10  Michael Smith <msmith@fluendo.com>
10587         
10588         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10589         (setup_substreams), (set_active_source):
10590           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10591           trying to go to NULL if we failed to read a file.
10592
10593 2005-11-10  Wim Taymans  <wim@fluendo.com>
10594
10595         * gst/audiotestsrc/gstaudiotestsrc.c:
10596         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10597         (gst_audiotestsrc_create):
10598         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10599         (gst_sinesrc_get_times), (gst_sinesrc_create):
10600         * gst/videotestsrc/gstvideotestsrc.c:
10601         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10602         (gst_videotestsrc_create):
10603         The base class can now sync for us.
10604
10605 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10606
10607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10608           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10609           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10610           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10611           format=(fourcc)I420" ! xvimagesink
10612
10613 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10614
10615         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10616         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10617         (gst_sinesrc_newsegment):
10618           Send newsegment event in TIME format, set duration if
10619           num-buffers is set, fix duration querying.
10620
10621 2005-11-10  Michael Smith <msmith@fluendo.com>
10622
10623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10624         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10625         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10626         (gst_ogg_mux_collected):
10627          Fix EOS handling, partially. Now forwarding an EOS event once we have
10628          EOS on all pads works correctly. However, we still don't properly set
10629          EOS on the actual ogg stream pages.
10630
10631 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10634           Set elements to NULL state before disposing of them.
10635
10636 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10637
10638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10641         (gst_base_rtp_depayload_init),
10642         (gst_base_rtp_depayload_set_gst_timestamp):
10643         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10644           We need to send a newsegment event for each instance, not
10645           just for the first instance of this class (get rid of
10646           static variable in function). (#321011).
10647           
10648 2005-11-08  Michael Smith <msmith@fluendo.com>
10649
10650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10651         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10652         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10653         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10654           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10655           This makes us mux things correctly according to the ogg muxing
10656           rules. Still not handling EOS correctly right now, though.
10657
10658 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst/audioconvert/gstaudioconvert.c:
10661           Fix typo in docs. 
10662
10663 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10666         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10667           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10668           creating a new chain; should fix live streaming. Also
10669           add more debug output and fix a typo.
10670
10671 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10672
10673         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * gst/volume/gstvolume.c: (volume_set_caps):
10676           Fix compilation on Solaris with Forte. (#320923)
10677
10678 2005-11-08  Wim Taymans  <wim@fluendo.com>
10679
10680         * gst-libs/gst/audio/gstbaseaudiosink.c:
10681         (gst_base_audio_sink_render):
10682         No need to do a typecheck.
10683
10684 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * ext/alsa/gstalsa.h:
10687           We register a debug category, so let's use it.
10688
10689 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10690
10691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10692         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10693         Fixed a small problem.
10694
10695 2005-11-04  Wim Taymans  <wim@fluendo.com>
10696
10697         * examples/seeking/Makefile.am:
10698         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10699         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10700         (make_playerbin_pipeline), (format_value), (update_scale),
10701         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10702         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10703         (print_usage), (main):
10704         Added app for playback speed testing.
10705
10706         * examples/seeking/seek.c: (dynamic_link),
10707         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10708         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10709         (message_received), (main):
10710         Updated seek example.
10711
10712 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10713
10714         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10715         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10716         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10717         (gst_base_rtp_depayload_set_clock):
10718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10719         Don't sleep on the bench (system clock) when you have a nice 
10720         comfortable bed (Gstreamer clock) to sleep on.
10721
10722 2005-11-03  Wim Taymans  <wim@fluendo.com>
10723
10724         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10725         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10726         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10727         Handle the case where a pad_block failed.
10728
10729 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10730
10731         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10732
10733         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10734         (gst_base_rtp_depayload_add_to_queue),
10735         (gst_base_rtp_depayload_push),
10736         (gst_base_rtp_depayload_set_gst_timestamp),
10737         (gst_base_rtp_depayload_queue_release):
10738           Fixes some bugs in the depayloader's queuing/de-queueing code.
10739
10740 2005-10-31  Michael Smith <msmith@fluendo.com>
10741
10742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10743         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10744         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10745           Patch from Alessandro Decina <alessandro@nnva.org>.
10746           Make oggdemux only find the final time in a chain, not per-pad,
10747           since the per-pad information can be very expensive to locate, and
10748           it isn't used anywhere. This makes reading a file containing
10749           OggSkeleton reasonably fast.
10750           Also, make chain finding work when there are logical bitstreams that
10751           can't be decoded. Fixes #319110.
10752
10753 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10754
10755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10756         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10757         (gst_base_rtp_depayload_chain),
10758         (gst_base_rtp_depayload_add_to_queue),
10759         (gst_base_rtp_depayload_push),
10760         (gst_base_rtp_depayload_set_gst_timestamp),
10761         (gst_base_rtp_depayload_queue_release),
10762         (gst_base_rtp_depayload_start_thread),
10763         (gst_base_rtp_depayload_set_property),
10764         (gst_base_rtp_depayload_get_property):
10765         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10766         Some random fixes, to fullfill the desires of thomas.
10767
10768 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10769
10770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10771         (gst_base_rtp_depayload_add_to_queue),
10772         (gst_base_rtp_depayload_push):
10773         Fixed the queueing algorithm.
10774
10775 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10776
10777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10778         (gst_base_rtp_depayload_push):
10779         A small fix
10780
10781 2005-10-31  Wim Taymans  <wim@fluendo.com>
10782
10783         * gst-libs/gst/audio/gstringbuffer.h:
10784         Don't break ABI.
10785
10786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10787         (gst_ffmpeg_caps_to_pixfmt):
10788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10789         (gst_ffmpegcsp_set_caps):
10790         Some more comments.
10791         Handle missing required caps fields better.
10792
10793 2005-10-31  Wim Taymans  <wim@fluendo.com>
10794
10795         * gst-libs/gst/audio/gstbaseaudiosink.c:
10796         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10797         (gst_base_audio_sink_render):
10798         * gst-libs/gst/audio/gstringbuffer.c:
10799         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10800         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10801         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10802         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10803         (gst_ring_buffer_read):
10804         * gst-libs/gst/audio/gstringbuffer.h:
10805         Add flushing mode to the ringbuffer so that it in all cases does
10806         not try to handle more audio. This makes sure it does not try to
10807         block anymore when flushing and fixes a livelock.
10808
10809 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10812         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10813         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10814           Explicitly check for -1 values before doing a conversion
10815           and always map them to -1. (#315545)
10816
10817 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10818
10819         * gst/playback/gstplaybin.c: (gen_video_element):
10820           first try autovideosink, then xvimagesink, then error out
10821         * po/POTFILES.in:
10822           add translatable file
10823         * po/af.po:
10824         * po/az.po:
10825         * po/cs.po:
10826         * po/en_GB.po:
10827         * po/hu.po:
10828         * po/it.po:
10829         * po/nb.po:
10830         * po/nl.po:
10831         * po/or.po:
10832         * po/sq.po:
10833         * po/sr.po:
10834         * po/sv.po:
10835         * po/uk.po:
10836         * po/vi.po:
10837           update translations
10838
10839 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10840
10841         * gst-libs/gst/rtp/gstbasedepayload.c:
10842         * gst-libs/gst/rtp/gstbasedepayload.h:
10843           Minor cleanups
10844
10845 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst/playback/.cvsignore:
10848         * gst/playback/decodetest.c:
10849         * gst/playback/test3.c:
10850           Port these two tests as well.
10851
10852 2005-10-27  Wim Taymans  <wim@fluendo.com>
10853
10854         * ext/theora/theoradec.c: (theora_dec_src_query),
10855         (theora_dec_sink_event):
10856         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10857         (theora_enc_change_state):
10858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10859         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10860         Take proper locks when handling events.
10861
10862 2005-10-27  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10865         (gst_adder_change_state):
10866         Fix timestamps and fix deadlock when stopping the collectpads.
10867
10868 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10869
10870         * gst-libs/gst/rtp/gstrtpbuffer.h:
10871         Declaring the payload types as strings too so that they can be used
10872         in the padtemplate inialization.
10873
10874 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10875
10876         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10877
10878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10879         (gst_base_rtp_depayload_class_init):
10880         Fixes a small but nasty bug. The derived elements no longer segfaults
10881         on finalization.
10882
10883 2005-10-26  Michael Smith <msmith@fluendo.com>
10884
10885         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10886           When clearing an audioconvert context, set tmpbufsize to zero, so
10887           we'll allocate it again later if required.
10888           This fixes audioconvert re-negotiating formats, which previously
10889           segfaulted with a NULL destination buffer.
10890
10891 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10892
10893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10894         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10895         (gst_base_rtp_depayload_set_gst_timestamp),
10896         (gst_base_rtp_depayload_queue_release):
10897         Fixed a smalll memleak.
10898
10899 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10901         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10902         (gst_base_rtp_depayload_finalize),
10903         (gst_base_rtp_depayload_setcaps),
10904         (gst_base_rtp_depayload_add_to_queue),
10905         (gst_base_rtp_depayload_push),
10906         (gst_base_rtp_depayload_set_gst_timestamp),
10907         (gst_base_rtp_depayload_queue_release),
10908         (gst_base_rtp_depayload_thread),
10909         (gst_base_rtp_depayload_change_state):
10910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10911         Changed the C++ comments to C comments
10912
10913 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10916         * gst/tcp/gsttcpclientsrc.h:
10917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10918         * gst/tcp/gsttcpserversrc.h:
10919           Remove unused 'curoffset' structure member.
10920
10921 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10922
10923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10924         (gst_base_rtp_depayload_base_init),
10925         (gst_base_rtp_depayload_finalize):
10926         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10927         * gst-libs/gst/rtp/gstbasertppayload.h:
10928           The pad-template on the sinkpad should be set by the derived classes.
10929           Also added some useful macros.
10930
10931 2005-10-24  Wim Taymans  <wim@fluendo.com>
10932
10933         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10934         Correctly flush decoder samples even if we could not
10935         copy them to an output buffer. Fixes #319618.
10936
10937 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10938
10939         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10941         the caps against our xcontext caps.
10942
10943 2005-10-24  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst-libs/gst/audio/gstbaseaudiosink.c:
10946         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10947         Remove g_print
10948         Use sync property from baseclass to disable sync.
10949
10950 2005-10-24  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst-libs/gst/audio/gstbaseaudiosink.c:
10953         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10954         Buffers with no timestamps get aligned with previous buffers or
10955         on underrun, played ASAP.
10956
10957 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10958
10959         * gst-libs/gst/video/video.h:
10960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10961         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
10963         here comes my change on caps for framerate and geometry range.
10964         We are now accepting 1 to MAXINT for width and height, and from
10965         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
10966         to be blended correctly in videomixer.
10967
10968 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10969
10970         * configure.ac:
10971           back to HEAD
10972
10973 === release 0.9.4 ===
10974
10975 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10976
10977         * NEWS:
10978         * RELEASE:
10979         * configure.ac:
10980           releasing 0.9.4, "Velociraptor"
10981
10982 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10983
10984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
10985         * po/POTFILES.in:
10986           STOPPED -> FAILED
10987
10988 2005-10-21  Wim Taymans  <wim@fluendo.com>
10989
10990         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10991         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
10992         (pad_blocked), (close_pad_link), (new_pad):
10993         Don't try to remove elements twice.
10994
10995 2005-10-21  Wim Taymans  <wim@fluendo.com>
10996
10997         * ext/theora/theoradec.c: (theora_dec_src_query),
10998         (theora_dec_sink_event):
10999         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11000         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11001         (vorbis_handle_data_packet):
11002         * ext/vorbis/vorbisdec.h:
11003         Fix old naming.
11004
11005         * gst-libs/gst/audio/gstbaseaudiosink.c:
11006         (gst_base_audio_sink_render):
11007         Don't try to sync on buffers without a timestamp.
11008
11009 2005-10-21  Wim Taymans  <wim@fluendo.com>
11010
11011         * ext/theora/theoradec.c: (theora_dec_src_query),
11012         (theora_dec_sink_event):
11013         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11014         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11015         (vorbis_handle_data_packet):
11016         * ext/vorbis/vorbisdec.h:
11017         Fix old naming.
11018
11019 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11022         (gst_vorbisenc_src_query):
11023           Implement position and duration queries.
11024
11025         * gst/playback/test3.c: (update_scale), (main):
11026           Fix for async state changes and print nicer output.
11027
11028 2005-10-20  Wim Taymans  <wim@fluendo.com>
11029
11030         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11031         (dump_element_stats), (main):
11032         * gst/playback/test6.c: (main):
11033         Fix tests again
11034
11035 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11038         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11039           Don't use functions for position queries when handling
11040           duration queries.
11041
11042 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11045         (vorbis_handle_data_packet), (vorbis_dec_chain),
11046         (vorbis_dec_change_state):
11047         * ext/vorbis/vorbisdec.h:
11048           Vorbis streams can be embedded in other container formats
11049           than ogg, container formats where the demuxer might set 
11050           timestamps on encoded vorbis buffers instead of those silly 
11051           granulepos thingies. In short: make vorbisdec handle 
11052           timestamps on incoming buffers as well.
11053
11054 2005-10-20  Wim Taymans  <wim@fluendo.com>
11055
11056         * gst/playback/gstplaybasebin.c: (group_destroy),
11057         (gst_play_base_bin_change_state):
11058         Fix leak.
11059         Handle case where playbasebin is now ASYNC because
11060         decodebin is.
11061
11062 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11063
11064         * gst/audioconvert/Makefile.am:
11065         * gst/audioconvert/bufferframesconvert.c:
11066         * gst/audioconvert/plugin.c: (plugin_init):
11067         * gst/audioconvert/plugin.h:
11068           And bye bye buffer-frames-convert
11069
11070 2005-10-19  Wim Taymans  <wim@fluendo.com>
11071
11072         * check/elements/audioconvert.c:
11073         * docs/libs/tmpl/gstaudio.sgml:
11074         * docs/libs/tmpl/gstcolorbalance.sgml:
11075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11076         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11077         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11078         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11079         * gst-libs/gst/audio/audio.h:
11080         * gst/audioconvert/audioconvert.h:
11081         * gst/audioconvert/gstaudioconvert.c:
11082         (gst_audio_convert_parse_caps):
11083         * gst/volume/gstvolume.c:
11084         Bye bye buffer-frames.
11085
11086 2005-10-19  Wim Taymans  <wim@fluendo.com>
11087
11088         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11089         (query_positions_elems), (query_positions_pads), (update_scale),
11090         (do_seek), (set_update_scale), (message_received), (main):
11091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11092         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11093         (gst_ogg_demux_loop):
11094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11095         * ext/theora/theoradec.c: (theora_dec_src_query),
11096         (theora_dec_sink_event):
11097         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11098         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11099         * gst/adder/gstadder.c: (gst_adder_query):
11100         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11101         * gst/playback/test3.c: (update_scale):
11102         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11103         (dump_element_stats), (main):
11104         * gst/playback/test6.c: (main):
11105         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11106         Query API update.
11107
11108 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11109
11110         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11111         (xml_check_first_element), (xml_type_find), (smil_type_find),
11112         (plugin_init):
11113           Add typefinding for SMIL and for generic XML. Based on patch by
11114           Akos Maroy (#308663).
11115
11116 2005-10-18  Wim Taymans  <wim@fluendo.com>
11117
11118         * gst/playback/Makefile.am:
11119         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11120         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11121         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11122         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11123         (gst_decode_bin_change_state):
11124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11125         (gst_play_bin_send_event_to_sink):
11126         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11127         (dump_element_stats), (main):
11128         * gst/playback/test6.c: (main):
11129         Make playbin async, it'll commit state to paused when all streams
11130         are detected.
11131         Remove ugly hack.
11132         Added test6.c to show async behaviour.
11133
11134 2005-10-18  Wim Taymans  <wim@fluendo.com>
11135
11136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11137         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11138         Fix for segment-start/stop API change.
11139
11140 2005-10-18  Wim Taymans  <wim@fluendo.com>
11141
11142         * check/Makefile.am:
11143         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11144         (main):
11145         Add future test for clock selection.
11146
11147 2005-10-18  Wim Taymans  <wim@fluendo.com>
11148
11149         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11150         (gst_alsasink_close):
11151         Set handle to NULL.
11152
11153         * gst-libs/gst/audio/gstringbuffer.c:
11154         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11155         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11156         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11157         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11158         (gst_ring_buffer_read):
11159         More debug info.
11160
11161 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11162
11163         * gst/audiotestsrc/Makefile.am:
11164         * gst/sine/Makefile.am:
11165         * gst/volume/Makefile.am:
11166           fix broken build of controllerized plugins
11167
11168 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11169
11170         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11173         (gst_riff_create_video_template_caps):
11174           Add support for Indeo-3 (IV32).
11175
11176 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11177
11178         * configure.ac:
11179           rewrite
11180
11181 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11182
11183         * gst-libs/gst/video/video.c: (gst_video_get_size):
11184         * gst/audiotestsrc/gstaudiotestsrc.c:
11185           doc updates
11186
11187 2005-10-17  Andy Wingo  <wingo@pobox.com>
11188
11189         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11190         with the collectpads change.
11191         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11192
11193         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11194
11195         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11196
11197         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11198         alloc_buffer flow return to callers.
11199         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11200         change. Fix some memleaks in theoraenc.
11201
11202         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11203         in strange circumstance.
11204
11205 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11206
11207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11208         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11209         from caps, let's use the caps...
11210
11211 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * configure.ac:
11214           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11215
11216 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11217
11218         * gst-libs/gst/interfaces/Makefile.am:
11219           fix silly typo
11220
11221 2005-10-16  Andy Wingo  <wingo@pobox.com>
11222
11223         * gst/playback/gstdecodebin.c
11224         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11225         function!
11226         (try_to_link_1): Increase kraziness level.
11227
11228 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11229
11230         * configure.ac:
11231           restructure like the core one
11232         * gst-libs/gst/audio/Makefile.am:
11233         * gst-libs/gst/interfaces/Makefile.am:
11234         * gst-libs/gst/net/Makefile.am:
11235         * gst-libs/gst/riff/Makefile.am:
11236         * gst-libs/gst/rtp/Makefile.am:
11237         * gst-libs/gst/tag/Makefile.am:
11238         * gst-libs/gst/video/Makefile.am:
11239           use correct linker flags, now the libs are properly versioned
11240         * check/elements/audioconvert.c: (verify_convert):
11241         * ext/alsa/gstalsaplugin.c:
11242         * ext/cdparanoia/gstcdparanoia.c:
11243         * ext/gnomevfs/gstgnomevfs.c:
11244         * ext/libvisual/visual.c:
11245         * ext/ogg/gstogg.c:
11246         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11247         * ext/theora/theora.c:
11248         * ext/vorbis/vorbis.c:
11249         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11250         * gst-libs/gst/tag/gsttagediting.c:
11251         * gst-libs/gst/video/video.c:
11252         * gst/adder/gstadder.c:
11253         * gst/audioconvert/plugin.c:
11254         * gst/audiorate/gstaudiorate.c:
11255         * gst/audioresample/gstaudioresample.c:
11256         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11257         * gst/audioscale/gstaudioscale.c:
11258         * gst/audioscale/resample.c:
11259         * gst/audiotestsrc/gstaudiotestsrc.c:
11260         * gst/ffmpegcolorspace/gstffmpeg.c:
11261         * gst/playback/gstdecodebin.c: (close_pad_link):
11262         * gst/playback/gstplaybin.c: (gen_video_element),
11263         (gen_audio_element):
11264         * gst/sine/gstsinesrc.c:
11265         * gst/subparse/gstsubparse.c:
11266         * gst/tags/gsttagediting.c:
11267         * gst/tcp/gsttcpplugin.c:
11268         * gst/typefind/gsttypefindfunctions.c:
11269         * gst/videorate/gstvideorate.c:
11270         * gst/videoscale/gstvideoscale.c:
11271         * gst/videotestsrc/gstvideotestsrc.c:
11272         * gst/volume/gstvolume.c:
11273         * sys/v4l/gstv4l.c:
11274         * sys/ximage/ximage.c:
11275         * sys/xvimage/xvimagesink.c:
11276           fix up defines
11277
11278 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * ext/vorbis/vorbisenc.c:
11281         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11282         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11283         (gst_tag_to_vorbis_comments):
11284           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11285
11286 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11287
11288         * examples/stats/mp2ogg.c:
11289         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11290           typo fixes
11291
11292 2005-10-13  Michael Smith <msmith@fluendo.com>
11293
11294         * ext/ogg/gstoggmux.c:
11295           Use magic glib macros to define constants as 64 bit, to ensure
11296           appropriate vararg passing.
11297
11298 2005-10-13  Michael Smith <msmith@fluendo.com>
11299
11300         * ext/ogg/gstoggmux.c:
11301         * gst/audioconvert/audioconvert.c: (float):
11302           Don't use LL suffix, as it's not portable, and neither of these
11303           uses required it anyway.
11304
11305 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11306
11307         * examples/indexing/indexmpeg.c: (main):
11308         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11309         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11310         (cdparanoia_convert), (cdparanoia_query):
11311         * ext/cdparanoia/gstcdparanoia.h:
11312         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11313         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11314         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11316         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11317         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11319         (gst_multifdsink_render), (gst_multifdsink_start),
11320         (gst_multifdsink_stop):
11321         * gst/tcp/gstmultifdsink.h:
11322         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11323         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11324         (gst_tcpclientsink_stop):
11325         * gst/tcp/gsttcpclientsink.h:
11326         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11327         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11328         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11329         * gst/tcp/gsttcpclientsrc.h:
11330         * gst/tcp/gsttcpserversink.h:
11331         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11332         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11333         (gst_tcpserversrc_stop):
11334         * gst/tcp/gsttcpserversrc.h:
11335         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11336         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11337         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11338           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11339           moved bitshift from macro to enum definition
11340
11341 2005-10-12  Wim Taymans  <wim@fluendo.com>
11342
11343         * examples/seeking/Makefile.am:
11344         Oops.
11345
11346 2005-10-12  Wim Taymans  <wim@fluendo.com>
11347
11348         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11349         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11350         Don't assert on normal stuff.
11351
11352         * gst/playback/gstplaybin.c: (do_playbin_seek):
11353         API fix.
11354
11355 2005-10-12  Wim Taymans  <wim@fluendo.com>
11356
11357         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11358         * examples/seeking/Makefile.am:
11359         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11360         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11361         (do_seek), (set_update_scale), (message_received), (main):
11362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11363         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11364         Update for _get_state() API change.
11365
11366 2005-10-11  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst-libs/gst/audio/gstbaseaudiosink.c:
11369         (gst_base_audio_sink_render):
11370         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11371         (gst_base_audio_src_create):
11372         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11373         (gst_ring_buffer_read):
11374         Cleanups.
11375         Commit and read from ringbuffer in samples rather than bytes.
11376
11377 2005-10-11  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst-libs/gst/audio/gstbaseaudiosink.c:
11380         (gst_base_audio_sink_render):
11381         Respect segment rate and accum when scheduling samples.
11382
11383 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11384
11385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11386         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11387         EOS correctly, that needs more work.
11388
11389 2005-10-11  Wim Taymans  <wim@fluendo.com>
11390
11391         * check/generic/states.c: (GST_START_TEST):
11392         remove old property.
11393
11394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11395         (gst_ogg_demux_perform_seek):
11396         * ext/theora/theoradec.c: (theora_dec_sink_event):
11397         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11398         (vorbis_handle_data_packet):
11399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11400         (gst_base_rtp_depayload_set_gst_timestamp):
11401         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11402         Update for newsegment API change.
11403
11404 2005-10-11  Michael Smith <msmith@fluendo.com>
11405
11406         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11407         (do_playbin_seek), (gst_play_bin_send_event):
11408           Override send_event differently, so that we can takes bits of
11409           functionality from GstPipeline (special handling for seeks,
11410           including pausing/resuming, and resetting stream time) and still get
11411           the appropriate behaviour of only forwarding event to a single sink,
11412           rather than all of them.
11413           Unfortunately requires a lot of code duplication, but the
11414           alternatives are equally ugly in the end.
11415
11416 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * check/elements/audioconvert.c: (setup_audioconvert),
11419         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11420         (GST_START_TEST), (audioconvert_suite):
11421           clean up tests a little, fix some leaks.
11422
11423 2005-10-10  Wim Taymans  <wim@fluendo.com>
11424
11425         * ext/alsa/gstalsasink.c:
11426         Also allow unsigned int.
11427
11428         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11429         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11430         Small cleanup
11431
11432 2005-10-10  Wim Taymans  <wim@fluendo.com>
11433
11434         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11435         Small update, use API as stated in design docs.
11436
11437         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11438         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11439         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11440         (message_received), (main):
11441         Updated seek example for GOption. Some usability improvements.
11442
11443 2005-10-10  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst/audioconvert/audioconvert.h:
11446         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11447         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11448         Alloc temp storage somewhere else where we can do it more
11449         portable.
11450
11451 2005-10-10  Wim Taymans  <wim@fluendo.com>
11452
11453         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11454         (gst_tcpserversrc_start):
11455         Don't block in accept while doing the state change, move
11456         to poll and make cancellable.
11457
11458 2005-10-09  Philippe Khalaf <burger@speedy.org>
11459
11460         * gst-libs/gst/rtp/rtpbasedepayload.c:
11461         Set timestamp and add queue delay to timestamp
11462         * gst-libs/gst/rtp/rtpbuffer.h:
11463         Set correct payload type for h263
11464
11465 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11466
11467         * gst/audiotestsrc/gstaudiotestsrc.c:
11468         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11469         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11470         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11471         (gst_audiotestsrc_create_triangle),
11472         (gst_audiotestsrc_create_silence),
11473         (gst_audiotestsrc_create_white_noise),
11474         (gst_audiotestsrc_init_pink_noise),
11475         (gst_audiotestsrc_generate_pink_noise_value),
11476         (gst_audiotestsrc_create_pink_noise),
11477         (gst_audiotestsrc_change_wave):
11478         * gst/audiotestsrc/gstaudiotestsrc.h:
11479           fixed typo, added pink noise
11480
11481 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11484         (plugin_init):
11485           Add wavpack and spc typefind functions from 0.8 branch.
11486
11487 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11490         (ar_type_find), (msdos_type_find), (plugin_init):
11491           Add typefind functions for tar archives, ar archives,
11492           RAR archives, and msdos-executables (dlls, exe, etc.).
11493           Some of those would be wrongly identified as mpeg
11494           streams of some sort before (#315550).
11495
11496 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11497
11498         * configure.ac:
11499         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11500         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11501         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11502         * gst/audiotestsrc/Makefile.am:
11503         * gst/audiotestsrc/gstaudiotestsrc.c:
11504         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11505         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11506         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11507         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11508         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11509         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11510         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11511         (gst_audiotestsrc_create_silence),
11512         (gst_audiotestsrc_create_white_noise),
11513         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11514         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11515         (gst_audiotestsrc_start), (plugin_init):
11516         * gst/audiotestsrc/gstaudiotestsrc.h:
11517           add new plugin and element
11518         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11519           use gobject_class
11520
11521 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11524         (gst_adder_init), (gst_adder_request_new_pad),
11525         (gst_adder_change_state):
11526           Add query function to source pad, so adder reports the correct
11527           time/sample position when queried (#315457); fix state change
11528           function; use GST_DEBUG_FUNCPTR() for pad functions.
11529
11530 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11531
11532         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11533           Fix leaks in typefind registration
11534           Clean up the gratuitous commenting and whitespacing a little
11535
11536 2005-10-08  Wim Taymans  <wim@fluendo.com>
11537
11538         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11539         Only actually wait for the thread to be stopped if it's 
11540         running.
11541
11542 2005-10-08  Wim Taymans  <wim@fluendo.com>
11543
11544         * gst-libs/gst/audio/gstbaseaudiosink.c:
11545         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11546         If we receive EOS we can start playback of what we had.
11547
11548 2005-10-08  Wim Taymans  <wim@fluendo.com>
11549
11550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11551         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11552         (gst_multifdsink_stop):
11553         Fix crasher when going to NULL multiple times.
11554
11555 2005-10-06  Wim Taymans  <wim@fluendo.com>
11556
11557         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11558         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11559         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11561         patch from Edgard Lima <edgard.lima@indt.org.br>
11562         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11563
11564 2005-10-06  Wim Taymans  <wim@fluendo.com>
11565
11566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11567         Report the FLOW_RETURN as string in the error message.
11568
11569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11570         Don't assert when clearing an unnegotiated buffer.
11571
11572 2005-10-04  Michael Smith <msmith@fluendo.com>
11573
11574         * gst/playback/gstplaybasebin.c: (group_destroy),
11575         (gen_preroll_element), (remove_groups), (setup_source):
11576         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11577         (setup_sinks), (gst_play_bin_send_event),
11578         (gst_play_bin_change_state):
11579           Set state to NULL before removing from bin. Fix refcounting.
11580
11581 2005-10-04  Michael Smith <msmith@fluendo.com>
11582
11583         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11584           Correct refcounting in send_event() function. Previously was wrong
11585           if the first sink was unable to handle the event.
11586
11587 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         * configure.ac:
11590           back to development
11591
11592 === release 0.9.3 ===
11593
11594 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11595
11596         * configure.ac:
11597           Releasing 0.9.3, "De Facto"
11598
11599 2005-10-03  Andy Wingo  <wingo@pobox.com>
11600
11601         * gst/playback/gstdecodebin.c (try_to_link_1)
11602         (remove_element_chain): set element to NULL before removing it.
11603
11604 2005-10-02  Johan Dahlin  <johan@gnome.org>
11605
11606         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11607         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11608         MT safe.
11609
11610 2005-10-02  Andy Wingo  <wingo@pobox.com>
11611
11612         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11613         (gst_ring_buffer_prepare_read): 
11614         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11615         Demote to LOG.
11616
11617 2005-09-29  Wim Taymans  <wim@fluendo.com>
11618
11619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11620         * ext/theora/theoradec.c: (theora_handle_data_packet):
11621         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11622         Propagate error codes from alloc_buffer too.
11623
11624 2005-09-29  Wim Taymans  <wim@fluendo.com>
11625
11626         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11627         We use fixed caps.
11628
11629         * gst/playback/Makefile.am:
11630         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11631         (dump_element_stats), (main):
11632         Added example stream introspection code.
11633
11634 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11635
11636         * gst/adder/gstadder.c: (gst_adder_collected):
11637           fix adder for float elements
11638
11639 2005-09-28  Wim Taymans  <wim@fluendo.com>
11640
11641         * gst-libs/gst/audio/gstbaseaudiosink.c:
11642         (gst_base_audio_sink_class_init),
11643         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11644         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11645         (gst_base_audio_src_class_init),
11646         (gst_base_audio_src_provide_clock):
11647         get_clock -> provide_clock
11648
11649 2005-09-28  Andy Wingo  <wingo@pobox.com>
11650
11651         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11652         and unlocking.
11653
11654         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11655         unlocking.
11656
11657         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11658         Actually add the pad template.
11659         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11660
11661         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11662         I'm at it...
11663
11664         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11665         from fdsrc. Get caps in create() instead of start() so it can be
11666         interrupted. Interruption somewhat untested.
11667
11668         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11669         Proper EOS handling.
11670
11671 2005-09-27  Andy Wingo  <wingo@pobox.com>
11672
11673         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11674
11675         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11676
11677         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11678
11679         * gst/tcp/gsttcp.h: 
11680         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11681         out of tcpclientsrc.c. Cancellable.
11682         (gst_tcp_socket_read): Made private, cancellable, with better
11683         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11684         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11685         whole buffer, and better diagnostics.
11686         (gst_tcp_gdp_read_caps): Same.
11687
11688         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11689
11690 2005-09-26  Andy Wingo  <wingo@pobox.com>
11691
11692         * gst/sine/gstsinesrc.h:
11693         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11694         change the 'sync' property to 'is-live' and implement it halfway,
11695         update for controller api change.
11696
11697         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11698         controller api change.
11699
11700 2005-09-24  Wim Taymans  <wim@fluendo.com>
11701
11702         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11703         * gst-libs/gst/audio/gstaudiosink.c:
11704         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11705         (gst_audioringbuffer_stop):
11706         * gst-libs/gst/audio/gstbaseaudiosink.c:
11707         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11708         (gst_base_audio_sink_change_state):
11709         * gst-libs/gst/audio/gstbaseaudiosink.h:
11710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11711         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11712         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11713         * gst-libs/gst/audio/gstringbuffer.h:
11714         Fix sync again. Moved sample alignment to basesink.
11715
11716 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11717
11718         * docs/plugins/Makefile.am:
11719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11721         * gst/volume/gstvolume.c:
11722           add/fix docs
11723         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11724         * gst-libs/gst/audio/audio.h:
11725           add conversion macros for frames <-> clocktime
11726
11727 2005-09-23  David Schleef  <ds@schleef.org>
11728
11729         * gst/audioresample/Makefile.am:
11730         * gst/audioresample/debug.h:
11731         * gst/audioresample/gstaudioresample.c:
11732         * gst/audioresample/resample.c: Convert to using gst debugging
11733
11734 2005-09-22  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11737         (gst_play_bin_send_event):
11738         Only seek on one sink, the first one that succeeds.
11739
11740 2005-09-22  Michael Smith <msmith@fluendo.com>
11741
11742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11743         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11744         Don't flush encoder state unless we have an initialised encoder.
11745         Clear out encoder state on PAUSED_TO_READY.
11746
11747 2005-09-22  Wim Taymans  <wim@fluendo.com>
11748
11749         * gst-libs/gst/rtp/gstbasertppayload.c:
11750         (gst_basertppayload_class_init), (gst_basertppayload_init),
11751         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11752         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11753         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11754         (gst_basertppayload_set_property),
11755         (gst_basertppayload_get_property),
11756         (gst_basertppayload_change_state):
11757         * gst-libs/gst/rtp/gstbasertppayload.h:
11758         Added max-ptime to control amount of data in the rtp packets.
11759
11760 2005-09-21  Andy Wingo  <wingo@pobox.com>
11761
11762         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11763         thingies.
11764
11765         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11766         can be called multiple times, dogs.
11767
11768 2005-09-21  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst-libs/gst/rtp/gstbasertppayload.c:
11771         (gst_basertppayload_class_init), (gst_basertppayload_init),
11772         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11773         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11774         (gst_basertppayload_push), (gst_basertppayload_get_property),
11775         (gst_basertppayload_change_state):
11776         Allow 0 ssrc too.
11777
11778 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11779
11780         * docs/libs/compiling.sgml:
11781           fixing typos
11782
11783 2005-09-20  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst-libs/gst/rtp/gstbasertppayload.c:
11786         (gst_basertppayload_class_init), (gst_basertppayload_init),
11787         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11788         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11789         (gst_basertppayload_push), (gst_basertppayload_set_property),
11790         (gst_basertppayload_get_property),
11791         (gst_basertppayload_change_state):
11792         * gst-libs/gst/rtp/gstbasertppayload.h:
11793         Added property to configure sequence number offsets.
11794
11795 2005-09-20  Wim Taymans  <wim@fluendo.com>
11796
11797         * gst-libs/gst/rtp/gstbasertppayload.c:
11798         (gst_basertppayload_class_init), (gst_basertppayload_init),
11799         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11800         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11801         (gst_basertppayload_push), (gst_basertppayload_set_property),
11802         (gst_basertppayload_get_property),
11803         (gst_basertppayload_change_state):
11804         * gst-libs/gst/rtp/gstbasertppayload.h:
11805         Make timestamp offset configurable.
11806
11807 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11808
11809         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11810           fix wrong pop/unref
11811
11812 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11813
11814         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11815
11816         * gst-libs/gst/interfaces/propertyprobe.c:
11817         (gst_property_probe_probe_property_name),
11818         (gst_property_probe_needs_probe_name),
11819         (gst_property_probe_get_values_name),
11820         (gst_property_probe_probe_and_get_values_name):
11821           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11822           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11823
11824 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * check/Makefile.am:
11827           have some tests be disabled for valgrinding
11828         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11829         (GST_START_TEST):
11830         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11831           Fix A Leak.  Chain To Parent Finalize.
11832
11833 2005-09-19  Wim Taymans  <wim@fluendo.com>
11834
11835         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11836         Fixed wav pipeline.
11837
11838 2005-09-19  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst-libs/gst/rtp/gstbasertppayload.c:
11841         (gst_basertppayload_class_init), (gst_basertppayload_init),
11842         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11843         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11844         (gst_basertppayload_push), (gst_basertppayload_get_property),
11845         (gst_basertppayload_change_state):
11846         Posting ERROR and WARNING messages is good.
11847
11848 2005-09-19  Wim Taymans  <wim@fluendo.com>
11849
11850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11851         (gst_base_rtp_depayload_add_to_queue),
11852         (gst_base_rtp_depayload_push),
11853         (gst_base_rtp_depayload_set_gst_timestamp),
11854         (gst_base_rtp_depayload_queue_release):
11855         This one was not supposed to go in.
11856
11857 2005-09-19  Wim Taymans  <wim@fluendo.com>
11858
11859         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11860         Fix for bus API.
11861
11862         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11863         (gst_base_rtp_depayload_chain),
11864         (gst_base_rtp_depayload_add_to_queue),
11865         (gst_base_rtp_depayload_push),
11866         (gst_base_rtp_depayload_set_gst_timestamp),
11867         (gst_base_rtp_depayload_queue_release):
11868         Some cleanups.
11869
11870         * gst-libs/gst/rtp/gstbasertppayload.c:
11871         (gst_basertppayload_class_init), (gst_basertppayload_init),
11872         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11873         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11874         (gst_basertppayload_get_property),
11875         (gst_basertppayload_change_state):
11876         Added debugging category.
11877
11878 2005-09-18  David Schleef  <ds@schleef.org>
11879
11880         * gst/playback/gstdecodebin.c: free plugin list correctly
11881         * gst/playback/gstplaybin.c: emit warning if autovideosink
11882           and autoaudiosink can't be found (instead of segfaulting)
11883
11884 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11885
11886         * check/elements/audioconvert.c: (GST_START_TEST):
11887           try out 24 bit conversion
11888
11889 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11890
11891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11892         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11893         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11894         * ext/vorbis/vorbisenc.h:
11895           Fix EOS handling.  Still needs a fix in the ogg muxer to
11896           mark the last page as eos.
11897
11898 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11899
11900         * common/gtk-doc-plugins.mak:
11901         * docs/plugins/Makefile.am:
11902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11903         * gst/ffmpegcolorspace/Makefile.am:
11904         * gst/ffmpegcolorspace/avcodec.h:
11905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11906         * gst/tcp/gstmultifdsink.c:
11907           fix up ffmpegcolorspace docs; extract header
11908
11909 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         * common/gtk-doc-plugins.mak:
11912         * docs/plugins/Makefile.am:
11913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11914         * ext/theora/Makefile.am:
11915         * ext/theora/gsttheoraenc.h:
11916         * ext/theora/theoraenc.c:
11917         * ext/vorbis/vorbisenc.c:
11918           pick up signals and args for vorbis; add some docs for vorbis
11919
11920 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11921
11922         * common/gstdoc-scangobj:
11923         * common/gtk-doc-plugins.mak:
11924         * docs/libs/Makefile.am:
11925         * docs/plugins/gst-plugins-base-plugins.args:
11926         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11927         * docs/plugins/gst-plugins-base-plugins.interfaces:
11928         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11929         * docs/plugins/gst-plugins-base-plugins.signals:
11930           only scanobj stuff from our source module.  Not sure yet
11931           if that's correct, given the hierarchy stuff :)
11932
11933 2005-09-15  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/audioconvert/gstaudioconvert.c:
11936         And enable 24 bits mode as well..
11937
11938 2005-09-15  Wim Taymans  <wim@fluendo.com>
11939
11940         * gst-libs/gst/rtp/Makefile.am:
11941         * gst-libs/gst/rtp/gstbasertppayload.c:
11942         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11943         (gst_basertppayload_class_init), (gst_basertppayload_init),
11944         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11945         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11946         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11947         (gst_basertppayload_set_property),
11948         (gst_basertppayload_get_property),
11949         (gst_basertppayload_change_state):
11950         * gst-libs/gst/rtp/gstbasertppayload.h:
11951         Added rtp payloader base class.
11952
11953 2005-09-15  Andy Wingo  <wingo@pobox.com>
11954
11955         * configure.ac (plugindir): Remove the EOL matcher from the
11956         regexp, as it causes me problems. Libtool? Make? Who knows?
11957
11958 2005-09-14  David Schleef  <ds@schleef.org>
11959
11960         * check/generic/states.c: 
11961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
11962         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11963           Fixes for changes in registry API.
11964
11965         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
11966           to GST_PLUGIN_LDFLAGS.
11967         * ext/libvisual/visual.c: Make the library shut up.
11968         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
11969         * gst-libs/gst/audio/gstaudiofilter.c: same
11970
11971 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11972
11973         * docs/plugins/Makefile.am:
11974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11975         * docs/plugins/inspect/plugin-libvisual.xml:
11976         * docs/plugins/tmpl/element-tcpserversink.sgml:
11977         * ext/theora/theoraenc.c:
11978           add libvisual plugin and theoraenc element to docs
11979
11980 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11981
11982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11984         * ext/theora/theoraenc.c:
11985           add theoraenc
11986
11987 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * gst/audioconvert/Makefile.am:
11990           Audioconvert derives from GstBaseTransform and should
11991           link to the library with our base elements to avoid
11992           unresolved symbols. Makes things work with MinGW (#316160)
11993
11994         * gst/playback/test4.c: (main):
11995           Fix MinGW build problem and use g_usleep() instead of 
11996           sleep() (#316162)
11997
11998 2005-09-12  Wim Taymans  <wim@fluendo.com>
11999
12000         * gst/audioconvert/audioconvert.c: (float),
12001         (audio_convert_prepare_context), (audio_convert_convert):
12002         * gst/audioconvert/audioconvert.h:
12003         Cleanups, speedups, simplifications, added back support
12004         for 24 bits.
12005
12006 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12007
12008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12009         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12010         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12011         * docs/plugins/tmpl/element-tcpserversink.sgml:
12012         * gst/ffmpegcolorspace/gstffmpeg.c:
12013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12014         * gst/videotestsrc/gstvideotestsrc.c:
12015         * gst/volume/gstvolume.c:
12016           add more elements to the docs
12017
12018 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12019
12020         * check/Makefile.am:
12021         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12022         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12023           Add extra tests for basetransform based components. 
12024           Comment out the test_element_negotiation test until we decide
12025           if it's testing correct behaviour.
12026         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12027         (gst_visual_chain), (gst_visual_change_state):
12028           Slightly more correct but still bogus timestamping.
12029           Fix state change function.
12030         * gst/audioconvert/gstaudioconvert.c:
12031         (gst_audio_convert_class_init):
12032         * gst/audioresample/gstaudioresample.c:
12033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12034         (gst_ffmpegcsp_class_init):
12035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12036         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12037         (gst_videoscale_prepare_image):
12038         * gst/volume/gstvolume.c: (gst_volume_class_init),
12039         (volume_transform_ip):
12040           Basetransform updates. Enable passthrough modes.
12041         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12042         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12043         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12044           Negotiation fix that allows the window to return to the original
12045           size and renegotiate passthrough upstream. Extra debug output.
12046
12047 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12048
12049         * gst/sine/gstsinesrc.c:
12050         * gst/volume/gstvolume.c:
12051           fix up header include
12052
12053 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12054
12055         * gst-libs/gst/audio/gstbaseaudiosink.c:
12056         (gst_base_audio_sink_render):
12057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12058         * gst/volume/gstvolume.c: (gst_volume_class_init),
12059         (volume_transform):
12060           fixing lost sync, some more debugging
12061
12062 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12063
12064         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12065         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12067         (gst_xvimagesink_check_xshm_calls):
12068           Fix compilation when XShm is not available.
12069
12070 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12071
12072         * ext/libvisual/visual.c: (gst_visual_dispose),
12073         (gst_visual_getcaps), (gst_visual_src_setcaps),
12074         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12075         (gst_visual_change_state):
12076           Finish fixing up libvisual plugin so that it runs. 
12077
12078 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12079
12080         * ext/vorbis/vorbisenc.c:
12081         * gst-libs/gst/tag/gstvorbistag.c:
12082           gsttaginterface.h -> gsttagsetter.h
12083
12084 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12087           added another test that failes for me (test is not active by default)
12088
12089 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12090
12091         * configure.ac:
12092           v4l2 is no longer in gst-plugins-base
12093
12094 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12095
12096         * configure.ac:
12097           In the output at the end, don't show the first plugin on the same
12098           line as "Core plug-ins, always built:".
12099           Indent the output as for other plugin categories
12100         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12101           #define that can be used to not use peer buffer_alloc functions for
12102           test purposes.
12103         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12104         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12105         (gst_ximagesink_show_frame):
12106         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12107         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12108         (gst_xvimagesink_show_frame):
12109           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12110           fails gracefully instead of XError aborting or deadlocking.
12111
12112 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12113
12114         * ext/libvisual/Makefile.am:
12115           link against gst-base-libs
12116
12117 2005-09-06  David Schleef  <ds@schleef.org>
12118
12119         * configure.ac: Enable libvisual plugin.
12120         * ext/libvisual/Makefile.am:
12121         * ext/libvisual/visual.c: Fixes to make it compile.
12122
12123 === release 0.9.2 ===
12124
12125 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * NEWS:
12128         * RELEASE:
12129         * configure.ac:
12130         * docs/random/ChangeLog-0.8:
12131           releasing 0.9.2, "Spoon"
12132
12133 2005-09-05  Michael Smith <msmith@fluendo.com>
12134
12135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12136           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12137           that in the vorbisenc element.
12138
12139 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12140
12141         * common/gtk-doc-plugins.mak:
12142         * docs/plugins/Makefile.am:
12143           fix distcheck
12144         * gst/audioresample/resample.c:
12145           fix wrong docstring
12146
12147 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12148
12149         * common/gst-xmlinspect.py:
12150         * common/gtk-doc-plugins.mak:
12151           only inspect plugins for this given package
12152           require gst-python 0.9
12153
12154 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12155
12156         * Makefile.am:
12157         * autogen.sh:
12158         * common/gst-xmlinspect.py:
12159         * configure.ac:
12160         * docs/Makefile.am:
12161         * docs/plugins/inspect/plugin-alsa.xml:
12162         * docs/plugins/inspect/plugin-audioresample.xml:
12163         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12164         * docs/plugins/inspect/plugin-ogg.xml:
12165         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12166         * docs/plugins/tmpl/element-multifdsink.sgml:
12167         * docs/plugins/tmpl/element-tcpserversink.sgml:
12168         * docs/plugins/tmpl/element-vorbisenc.sgml:
12169         * gst-plugins-base.spec.in:
12170           various doc-related updates
12171
12172 2005-08-31  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst-libs/gst/audio/gstbaseaudiosink.c:
12175         (gst_base_audio_sink_render):
12176         Resync if the buffer timestamps drift more than a 10th 
12177         of a second.
12178
12179 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12182         (gst_v4lsrc_get_property):
12183           The 'timestamp-offset' property is registered as an int64, so
12184           let's use g_value_{set|get}_int64() in our setter and getter
12185           functions (makes it work and fixes warnings with gst-inspect).
12186
12187 2005-08-30  Wim Taymans  <wim@fluendo.com>
12188
12189         * check/elements/audioconvert.c: (setup_audioconvert):
12190         * check/elements/audioresample.c: (setup_audioresample):
12191         * check/elements/volume.c: (setup_volume):
12192         Fix checks.
12193
12194 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12195
12196         * common/gtk-doc-plugins.mak:
12197         * common/plugins.xsl:
12198         * docs/plugins/Makefile.am:
12199           make module a param
12200
12201 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12202
12203         * examples/seeking/seek.c: (make_mp3_pipeline),
12204         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12205         (play_cb), (pause_cb), (stop_cb):
12206           update the example
12207
12208 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12209
12210         * gst/volume/gstvolume.c: (gst_volume_class_init),
12211         (volume_transform):
12212           do not update controlled params, if buffer has no timestamp
12213
12214 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12215
12216         * configure.ac:
12217         * gst/sine/Makefile.am:
12218         * gst/volume/Makefile.am:
12219           controllerized elements also need to link against controller-libs ;)
12220
12221 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12222
12223         * docs/libs/tmpl/gstcolorbalance.sgml:
12224         * docs/libs/tmpl/gstgconf.sgml:
12225         * docs/libs/tmpl/gstmixer.sgml:
12226         * docs/libs/tmpl/gstringbuffer.sgml:
12227         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12228         (gst_sinesrc_create):
12229         * gst/volume/gstvolume.c: (gst_volume_class_init),
12230         (volume_transform):
12231           controllerized two audio plugins
12232
12233 2005-08-29  Andy Wingo  <wingo@pobox.com>
12234
12235         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12236         (vorbis_handle_data_packet): Fix some int overflow errors.
12237
12238         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12239         -1.
12240         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12241         valid.
12242         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12243         if it's valid. Fixed streaming-mode playback.
12244
12245         * check/elements/volume.c (cleanup_volume): Fix for running
12246         CK_FORK=no.
12247
12248         * check/elements/audioconvert.c: Convert from native endian, not
12249         little endian.
12250
12251 2005-08-29  Michael Smith <msmith@fluendo.com>
12252
12253         * ext/ogg/Makefile.am:
12254         * ext/ogg/gstogg.c: (plugin_init):
12255         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12256         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12257         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12258         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12259         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12260         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12261         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12262         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12263         Add an ogg parser element.
12264
12265 2005-08-28  Andy Wingo  <wingo@pobox.com>
12266
12267         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12268
12269 2005-08-26  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/audioconvert/audioconvert.c: (if), (float),
12272         (audio_convert_get_func_index), (check_default),
12273         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12274         (audio_convert_clean_context), (audio_convert_get_sizes),
12275         (audio_convert_convert):
12276         Cleanups.
12277
12278 2005-08-26  Wim Taymans  <wim@fluendo.com>
12279
12280         * gst/audioconvert/audioconvert.c: (if), (float),
12281         (audio_convert_get_func_index), (check_default),
12282         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12283         (audio_convert_clean_context), (audio_convert_get_sizes),
12284         (audio_convert_convert):
12285         More elegant and working temp buffer selection algo.
12286
12287 2005-08-26  Wim Taymans  <wim@fluendo.com>
12288
12289         * gst/audioconvert/audioconvert.c: (if), (float),
12290         (audio_convert_get_func_index), (check_default),
12291         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12292         (audio_convert_clean_context), (audio_convert_get_sizes),
12293         (get_temp_buffer), (audio_convert_convert):
12294         Use realloc else we lose our original data.
12295
12296 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12297
12298         * gst/audioresample/gstaudioresample.c:
12299           use base class' newsegment to properly timestamp
12300
12301 2005-08-26  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/audioconvert/audioconvert.c: (if), (float),
12304         (audio_convert_get_func_index), (check_default),
12305         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12306         (audio_convert_clean_context), (audio_convert_get_sizes),
12307         (get_temp_buffer), (audio_convert_convert):
12308         * gst/audioconvert/gstaudioconvert.c:
12309         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12310         (gst_audio_convert_transform_caps),
12311         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12312         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12313         Oops, allocate enough space to perform the channel mix.
12314
12315 2005-08-26  Wim Taymans  <wim@fluendo.com>
12316
12317         * gst/audioconvert/Makefile.am:
12318         * gst/audioconvert/audioconvert.c: (if), (float),
12319         (audio_convert_get_func_index), (check_default),
12320         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12321         (audio_convert_clean_context), (audio_convert_get_sizes),
12322         (get_temp_buffer), (audio_convert_convert):
12323         * gst/audioconvert/audioconvert.h:
12324         * gst/audioconvert/gstaudioconvert.c:
12325         (gst_audio_convert_class_init), (gst_audio_convert_init),
12326         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12327         (gst_audio_convert_get_unit_size),
12328         (gst_audio_convert_transform_caps),
12329         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12330         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12331         * gst/audioconvert/gstaudioconvert.h:
12332         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12333         (gst_channel_mix_fill_identical),
12334         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12335         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12336         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12337         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12338         (gst_channel_mix_mix):
12339         * gst/audioconvert/gstchannelmix.h:
12340         Cleanups, librarify a bit, optimize, better negotiation and more.
12341
12342 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12343
12344         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12345         Another from MikeS:
12346         During typefinding, don't support negative offsets
12347         (offsets from the end of the stream) in our typefind->peek() function
12348         - nothing embedded in ogg ever needs them. However, we need to recognise
12349         those requests and reject them, otherwise we return invalid pointers.
12350
12351 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12352
12353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12354         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12355         (vorbisdec_finalize), (vorbis_handle_type_packet):
12356           Big shout-out to MikeS for fixing this giant memory leak.
12357           Huzzah!
12358
12359 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12362         (audio_convert_get_unit_size):
12363           plug some leaks
12364
12365 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12366
12367         * check/Makefile.am:
12368         * check/elements/audioconvert.c: (setup_audioconvert),
12369         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12370         (GST_START_TEST), (audioconvert_suite), (main):
12371           add a test for audioconvert
12372         * gst/audioresample/gstaudioresample.c:
12373         * gst/audioresample/gstaudioresample.h:
12374           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12375           note that for buffers of 1/3 sec this means DURATION(c) is 
12376           one nanosecond more than for a and b
12377
12378 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12379
12380         * check/Makefile.am:
12381         * check/elements/audioresample.c: (setup_audioresample),
12382         (cleanup_audioresample), (fail_unless_perfect_stream),
12383         (test_perfect_stream_instance), (GST_START_TEST),
12384           add a check for audioresample
12385         (audioresample_suite), (main):
12386         * check/elements/volume.c: (GST_START_TEST):
12387           remove unused method
12388         * gst/audioresample/gstaudioresample.c:
12389           set correct buffer parameters since we're changing them
12390         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12391           add some debug
12392
12393 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12394
12395         * gst/audioresample/debug.c:
12396         * gst/audioresample/gstaudioresample.c:
12397           add room for extra overlap samples when asked to transform size
12398           protect against possible mem corruption and check for discrepancies
12399           between written size and outbuffer's size so we can warn for
12400           potential problems
12401         * gst/audioresample/resample.c: (resample_init),
12402         (resample_get_output_size_for_input), (resample_get_output_size),
12403         (resample_set_n_channels), (resample_set_format):
12404           set debug level based on RESAMPLE_DEBUG env var
12405           make sure that get_output_size* returns a whole number of
12406           sample_size
12407           set sample_size each time either channel or format is set
12408         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12409         * gst/audioresample/resample_functable.c:
12410         (resample_scale_functable):
12411         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12412           remove r->sample_size, it's done in resample.c now
12413           add some debugging to the ref implementation
12414           make sure we only give back bytes that are wholes of the sample
12415           size
12416
12417 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12418         * gst/playback/gstplaybasebin.c: (fill_buffer):
12419         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12420
12421 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12422
12423         * gst/volume/gstvolume.c:
12424           made set_caps function static
12425
12426 2005-08-24  Wim Taymans  <wim@fluendo.com>
12427
12428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12429         (gst_vorbisenc_change_state):
12430         Stop leaking taglists.
12431
12432 2005-08-24  Wim Taymans  <wim@fluendo.com>
12433
12434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12435         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12436         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12437         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12438         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12439         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12440         Parse seeking events better.
12441         Unref static caps.
12442         Generate correct newsegment events, fixes seeking in live oggs.
12443
12444         * ext/theora/theoradec.c: (theora_dec_src_query),
12445         (theora_dec_src_event), (theora_dec_src_getcaps),
12446         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12447         Use newsegment values to report correct play time.
12448
12449         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12450         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12451         * ext/vorbis/vorbisdec.h:
12452         Parse and use newsegment values to report correct play time.
12453
12454         * gst-libs/gst/audio/gstbaseaudiosink.c:
12455         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12456         Clear ringbuffer on flush.
12457         Use newsegment values to calculate playback time.
12458
12459         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12461         Basesink does newsegment calculations for us now.
12462
12463 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12464
12465         * check/Makefile.am:
12466         * configure.ac:
12467           add core's plugins to the mix so that playbin works
12468         * check/generic/states.c: (GST_START_TEST):
12469           set a 0 timeout on pipelines, so they don't force the next
12470           state change
12471         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12472         (gst_play_base_bin_change_state):
12473           remove the crappy error handling and do GST error handling
12474
12475 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12476
12477         * check/Makefile.am:
12478         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12479           add same test as to core, it bitches out on playbin atm.
12480
12481 2005-08-24  Wim Taymans  <wim@fluendo.com>
12482
12483         * configure.ac:
12484         Remove audioscale.
12485
12486 2005-08-24  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12489         (gst_videoscale_prepare_size), (parse_caps),
12490         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12491         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12492         (gst_videoscale_transform):
12493         * gst/videoscale/gstvideoscale.h:
12494         Refactor, make use of BaseTranform really well.
12495
12496 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12497
12498         * configure.ac:
12499           compile audioresample
12500         * gst/audioresample/Makefile.am:
12501         * gst/audioresample/buffer.c:
12502         * gst/audioresample/functable.c:
12503         * gst/audioresample/gstaudioresample.c:
12504         * gst/audioresample/gstaudioresample.h:
12505         * gst/audioresample/resample.c:
12506         (resample_get_output_size_for_input):
12507         * gst/audioresample/resample.h:
12508         * gst/audioresample/resample_chunk.c:
12509         * gst/audioresample/resample_functable.c:
12510         * gst/audioresample/resample_ref.c:
12511           port to use basetransform; doesn't work in all cases yet
12512
12513 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * gst/audioconvert/gstaudioconvert.c:
12516         (gst_audio_convert_class_init), (gst_audio_convert_init),
12517         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12518         (audio_convert_fixate_caps), (audio_convert_set_caps),
12519         (audio_convert_transform),
12520         (gst_audio_convert_buffer_to_default_format),
12521         (gst_audio_convert_buffer_from_default_format),
12522         (gst_audio_convert_channels):
12523         * gst/audioconvert/gstchannelmix.c:
12524         * gst/audioconvert/gstchannelmix.h:
12525           port to basetransform
12526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12527         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12528         (gst_ffmpegcsp_get_unit_size):
12529         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12530         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12531           fix for basetransform changes
12532
12533 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12534
12535         * check/Makefile.am:
12536           Add CHECK_CFLAGS and LDFLAGS
12537
12538         * gst/playback/gstplaybasebin.c: (fill_buffer):
12539           GST_MESSAGE_SRC became a GObject
12540
12541 2005-08-24  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12544         (gst_ring_buffer_clear_all):
12545         * gst-libs/gst/audio/gstringbuffer.h:
12546         Added function to clear the ringbuffer.
12547
12548 2005-08-24  Andy Wingo  <wingo@pobox.com>
12549
12550         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12551         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12552         of _open and _close.
12553
12554         * sys/v4l/gstv4lxoverlay.h:
12555         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12556         an Xv connection here, instead of all the time. Make Xv only be
12557         loaded if you axe for it. Kindof a workaround for buggy behaviour
12558         of Xv when using remote xservers (XvQueryExtension would block).
12559         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12560         replace the _open and _close public API. Only start the xv
12561         connection if necessary.
12562         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12563
12564 2005-08-23  David Schleef  <ds@schleef.org>
12565
12566         * gst/audioresample/Makefile.am: Leet audioresampling code
12567         * gst/audioresample/buffer.c:
12568         * gst/audioresample/buffer.h:
12569         * gst/audioresample/debug.c:
12570         * gst/audioresample/debug.h:
12571         * gst/audioresample/functable.c:
12572         * gst/audioresample/functable.h:
12573         * gst/audioresample/gstaudioresample.c:
12574         * gst/audioresample/gstaudioresample.h:
12575         * gst/audioresample/resample.c:
12576         * gst/audioresample/resample.h:
12577         * gst/audioresample/resample_chunk.c:
12578         * gst/audioresample/resample_functable.c:
12579         * gst/audioresample/resample_ref.c:
12580
12581 2005-08-23  Wim Taymans  <wim@fluendo.com>
12582
12583         * examples/seeking/seek.c: (make_vorbis_pipeline),
12584         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12585         Small seek updates.
12586
12587 2005-08-23  Andy Wingo  <wingo@pobox.com>
12588
12589         * gst-libs/gst/audio/gstbaseaudiosrc.c
12590         (gst_base_audio_src_fixate): Only fixate endianness if it is
12591         present in the caps.
12592
12593 2005-08-22  Andy Wingo  <wingo@pobox.com>
12594
12595         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12596         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12597         device-name property.
12598
12599         * gst-libs/gst/audio/gstaudiosrc.h:
12600         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12601         close_device in the ring buffer, like gstaudiosink.
12602
12603         * ext/alsa/gstalsamixer.h:
12604         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12605         macro to implement the interface without much code. Cleanups. 
12606
12607         * ext/alsa/gstalsasrc.h:
12608         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12609         READY.
12610
12611         * ext/alsa/Makefile.am: Add new files.
12612         * ext/alsa/gstalsamixerelement.c: 
12613         * ext/alsa/gstalsamixerelement.c: Split element code out from
12614         mixer code so that alsasrc can be a mixer too.
12615
12616 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12619         (GST_START_TEST):
12620         * check/elements/vorbisdec.c: (setup_vorbisdec),
12621         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12622         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12623         (vorbis_handle_identification_packet),
12624         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12625         (vorbis_handle_header_packet), (vorbis_dec_push),
12626         (vorbis_dec_chain):
12627           use the setup/teardown methods to save code.  save code is good.
12628
12629 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12630
12631         * check/Makefile.am:
12632           add ext dir for plugins
12633           add vorbisdec test conditionally
12634         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12635         (GST_START_TEST), (volume_suite):
12636           add a test with wrong caps
12637         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12638         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12639           add a vorbisdec test
12640         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12641         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12642           clean up debug output
12643         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12644           yay, fix a segfault/security issue in vorbisdec
12645           gst-launch fakesrc ! vorbisdec wasn't happy
12646         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12647         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12648         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12649         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12650         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12651         (gst_vorbisenc_set_metadata), (get_constraints_string),
12652         (update_start_message), (gst_vorbisenc_setup),
12653         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12654         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12655         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12656         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12657         * ext/vorbis/vorbisenc.h:
12658           march in line
12659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12660         (gst_ffmpegcsp_transform):
12661           have the kow come home
12662         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12663           debug my func ptr
12664         * gst/volume/gstvolume.c: (volume_set_caps):
12665           add a debug
12666
12667 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * Makefile.am:
12670         * check/.cvsignore:
12671         * check/Makefile.am:
12672         * check/elements/.cvsignore:
12673         * check/elements/volume.c: (chain_func), (event_func),
12674         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12675         (main):
12676         * configure.ac:
12677           add unit test structure for gst-plugins-base
12678           add a test for volume
12679         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12680         (gst_volume_set_volume), (gst_volume_get_volume),
12681         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12682         (volume_funcfind), (volume_process_float), (volume_process_int16),
12683         (volume_set_caps), (volume_transform), (volume_update_mute),
12684         (volume_update_volume), (volume_set_property),
12685         (volume_get_property):
12686           document a little; use basetransform vmethod _set_caps
12687
12688 2005-08-19  Andy Wingo  <wingo@pobox.com>
12689
12690         * ext/alsa/gstalsamixertrack.h:
12691         * ext/alsa/gstalsamixertrack.c:
12692         * ext/alsa/gstalsamixeroptions.h:
12693         * ext/alsa/gstalsamixeroptions.c:
12694         * ext/alsa/gstalsamixer.h:
12695         * ext/alsa/gstalsamixer.c: Port to 0.9.
12696
12697         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12698         Remove gstalsa.c and alsaclock. No more cruft here.
12699         
12700 2005-08-18  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12703         (gst_base_rtp_depayload_chain),
12704         (gst_base_rtp_depayload_add_to_queue),
12705         (gst_base_rtp_depayload_push),
12706         (gst_base_rtp_depayload_queue_release):
12707         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12708         Fix for RTPBuffer changes.
12709
12710         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12711         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12712         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12713         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12714         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12715         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12716         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12717         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12718         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12719         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12720         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12721         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12722         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12723         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12724         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12725         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12726         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12727         (gst_rtpbuffer_get_payload):
12728         * gst-libs/gst/rtp/gstrtpbuffer.h:
12729         Don't subclass GstBuffer but add methods and helper functions
12730         to construct and manipulate RTP packets in regular GstBuffers.
12731
12732 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12733
12734         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12735           moved statement below switch
12736         * gst/volume/gstvolume.c: (gst_volume_class_init):
12737           added debug ptr
12738
12739 2005-08-16  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12742         (gst_base_audio_src_change_state):
12743         Open and close device in READY<->NULL state change.
12744
12745 2005-08-16  Andy Wingo  <wingo@pobox.com>
12746
12747         * examples/seeking/Makefile.am: Don't compile non-compiling
12748         compiled objects with the compiler.
12749
12750         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12751         elements.
12752
12753 2005-08-12  Philippe Khalaf <burger@speedy.org>
12754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12755         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12756           Made a thread to release the queue.
12757           Removed timestamp conversion for now.
12758
12759 2005-08-10  Philippe Khalaf <burger@speedy.org>
12760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12762           Added rtp timestamp -> gst timestamp conversion.
12763           Fixed several problems with queue.
12764
12765 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12766
12767         * gst-libs/gst/audio/gstaudioclock.h:
12768         * gst-libs/gst/audio/gstaudiofilter.h:
12769         * gst-libs/gst/audio/gstaudiosink.h:
12770         * gst-libs/gst/audio/gstaudiosrc.h:
12771         * gst-libs/gst/audio/gstbaseaudiosink.h:
12772         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12773         * gst-libs/gst/audio/gstringbuffer.h:
12774         * gst-libs/gst/net/gstnetbuffer.h:
12775         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12776         * gst-libs/gst/rtp/gstrtpbuffer.h:
12777           Add padding (you will need to rebuild gst-plugins-base,
12778           gst-plugins and all applications afterwards!)
12779
12780 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12781
12782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12783         (gst_riff_parse_chunk):
12784           Fix bug in debug message and add some more debug messages.
12785
12786 2005-08-08  Edward Hervey  <edward@fluendo.com>
12787
12788         * gst-libs/gst/riff/riff-media.c:
12789         backported updates since branch
12790
12791 2005-08-08  Andy Wingo  <wingo@pobox.com>
12792
12793         * gst-libs/gst/audio/gstbaseaudiosink.c
12794         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12795         like good elements should. Close on READY->NULL too.
12796
12797         * gst-libs/gst/audio/gstaudiosink.c
12798         (gst_audioringbuffer_open_device,
12799         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12800         (gst_audioringbuffer_release): Updates for new ring buffer API,
12801         hook into the new audio sink api.
12802
12803         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12804         (GstAudioSinkClass.close): Just open and close the device -- no
12805         resource allocation or configuration.
12806         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12807         vmethods, handle device setup and resource allocation.
12808
12809         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12810         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12811         base class API.
12812
12813         * gst-libs/gst/audio/gstringbuffer.h
12814         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12815         New vmethods.
12816
12817         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12818         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12819         New API functions. The device should be opened before acquiring
12820         and closed after releasing.
12821
12822 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12823
12824         * gst-libs/gst/interfaces/mixer.h:
12825           Reset padding to GST_PADDING.
12826
12827 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12828
12829         * gst/playback/gstplaybin.c: (remove_sinks):
12830           Remove visualization from parent explicitely; works around some
12831           apparent refcount issue that I haven't tracked down yet.
12832
12833 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12834
12835         * ext/alsa/gstalsasink.c: (set_hwparams):
12836           Assign debug category, add negotiation debug msgs.
12837
12838 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12839
12840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12841           Fix error code for file-not-found to NOT_FOUND.
12842
12843 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         * common/gtk-doc-plugins.mak:
12846         * docs/plugins/Makefile.am:
12847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12848         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12849           renamed to actual element names, so much nicer to look at
12850         * docs/plugins/tmpl/gstmultifdsink.sgml:
12851           remove
12852         * docs/plugins/tmpl/multifdsink.sgml:
12853         * docs/plugins/tmpl/tcpserversink.sgml:
12854           add
12855         * ext/alsa/gstalsa.c:
12856         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12857         * ext/ogg/gstoggmux.c:
12858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12859         * gst/playback/gstdecodebin.c:
12860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12861         * gst/tcp/gsttcpserversink.c:
12862           various fixes and documentation additions
12863
12864 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12865
12866         * common/Makefile.am:
12867         * common/gstdoc-scangobj:
12868         * common/gtk-doc-plugins.mak:
12869         * common/gtk-doc.mak:
12870           add a custom scangobj that uses the registry
12871           add a custom gtk-doc-plugins.mak that uses it
12872           some doc build fixes
12873         * configure.ac:
12874         * docs/Makefile.am:
12875         * docs/plugins/Makefile.am:
12876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12878         * docs/plugins/gst-plugins-base-plugins.types:
12879         * docs/plugins/tmpl/gstmultifdsink.sgml:
12880           add docs for one element, multifdsink
12881         * gst/adder/gstadder.h:
12882         * gst/volume/gstvolume.h:
12883           don't privatize enum
12884         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12885         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12886         (gst_sync_method_get_type), (gst_client_status_get_type),
12887         (gst_multifdsink_class_init),
12888         (gst_multifdsink_client_queue_buffer),
12889         (gst_multifdsink_handle_client_write):
12890         * gst/tcp/gstmultifdsink.h:
12891         * gst/tcp/gsttcp.h:
12892         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12893         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12894         (gst_tcpclientsink_render):
12895         * gst/tcp/gsttcpclientsink.h:
12896         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12897         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12898         (gst_tcpclientsrc_start):
12899         * gst/tcp/gsttcpclientsrc.h:
12900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12901         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12902         * gst/tcp/gsttcpserversrc.h:
12903         * gst/typefind/gsttypefindfunctions.c:
12904           remove superfluous Type stuff
12905
12906 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12907
12908         * gst/playback/gstplaybin.c: (gen_video_element):
12909           Enable videoscale.
12910
12911 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12912
12913         * gst-libs/gst/gconf/gconf.c:
12914         * gst-libs/gst/gconf/gconf.h:
12915           Fix some Andy Problem [tm].
12916
12917 2005-08-04  Andy Wingo  <wingo@pobox.com>
12918
12919         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12921         (gst_ffmpegcsp_get_size): Adapt to API changes.
12922
12923         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12924         Implement an in-place do-nothing transform.
12925
12926 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12927
12928         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12929         (gst_ximagesink_renegotiate_size):
12930           Do not set new window sizes yet if we prepare a new buffer size
12931           for upstream renegotiation (software scaling) at some point in the
12932           future, because this new size waqs not actually accepted yet. Once
12933           accepted, renegotiation later on will set the new sizes just fine.
12934           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12935           embedding testcase.
12936
12937 2005-08-03  Andy Wingo  <wingo@pobox.com>
12938
12939         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12940         (gst_ximagesink_buffer_alloc): 
12941         Protect the height, width, and desired_caps with the pool_lock.
12942         Fixes videotestsrc ! queue ! ximagesink.
12943
12944 2005-08-02  Edward Hervey  <edward@fluendo.com>
12945
12946         * gst/volume/gstvolume.c:
12947         include left from controller cleanup
12948
12949 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
12950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
12951           Stop collectpads before calling the parent state
12952           change function on PAUSED->READY.
12953
12954 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
12955         * configure.ac:
12956           When testing for X libs, use the X CFlags 
12957         * gst/adder/gstadder.c: (gst_adder_change_state):
12958           Stop the collectpads before calling parent state change function
12959           on PAUSED->READY, otherwise we deadlock deactivating pads.
12960
12961 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
12962
12963         * configure.ac:
12964         * docs/libs/tmpl/gstcolorbalance.sgml:
12965         * docs/libs/tmpl/gstmixer.sgml:
12966         * examples/Makefile.am:
12967         * gst/sine/Makefile.am:
12968         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
12969         (gst_sinesrc_set_property), (plugin_init):
12970         * gst/sine/gstsinesrc.h:
12971         * gst/volume/Makefile.am:
12972         * gst/volume/gstvolume.c: (gst_volume_set_volume),
12973         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
12974         (volume_process_float), (volume_process_int16),
12975         (volume_set_property), (plugin_init):
12976         * gst/volume/gstvolume.h:
12977           deactivate and remove dparams (libgstcontrol)
12978
12979 2005-07-29  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
12982         Convert me to BaseTransform!! help..
12983
12984 2005-07-29  Andy Wingo  <wingo@pobox.com>
12985
12986         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
12987         sinks.
12988
12989         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
12990         support of both endiannesses.
12991
12992 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12995           Fix confusing debug message (s/event/query/)
12996
12997 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * gst/videotestsrc/videotestsrc.h:
13000           Use "_stdint.h" instead of <stdint.h>
13001
13002 2005-07-27  Wim Taymans  <wim@fluendo.com>
13003
13004         * ext/vorbis/Makefile.am:
13005         Revert wrong commit.
13006
13007 2005-07-27  Wim Taymans  <wim@fluendo.com>
13008
13009         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13010         More compilation fixen.
13011
13012 2005-07-27  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst-libs/gst/audio/gstbaseaudiosink.c:
13015         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13016         (gst_base_audio_sink_create_ringbuffer),
13017         (gst_base_audio_sink_change_state):
13018         Fix compilation.
13019
13020 2005-07-27  Wim Taymans  <wim@fluendo.com>
13021
13022         * examples/seeking/seek.c: (setup_dynamic_link),
13023         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13024         (query_positions_elems), (query_positions_pads), (do_seek):
13025         Update seek example.
13026
13027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13028         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13029         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13030         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13031         (gst_ogg_demux_handle_event),
13032         (gst_ogg_demux_deactivate_current_chain),
13033         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13034         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13035         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13036         (gst_ogg_demux_loop):
13037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13038         * ext/theora/theoradec.c: (theora_dec_src_event),
13039         (theora_dec_src_getcaps), (theora_dec_sink_event),
13040         (theora_dec_push), (theora_dec_chain):
13041         * ext/vorbis/Makefile.am:
13042         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13043         (vorbis_dec_sink_event), (vorbis_dec_push),
13044         (vorbis_handle_data_packet):
13045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13046         (gst_vorbisenc_chain):
13047         * gst/playback/gststreaminfo.c: (cb_probe):
13048         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13049         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13050         * gst/videoscale/gstvideoscale.c:
13051         (gst_videoscale_handle_src_event):
13052         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13053         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13054         (gst_ximagesink_navigation_send_event):
13055         * sys/xvimage/xvimagesink.c:
13056         (gst_xvimagesink_navigation_send_event):
13057         Various event updates and cleanups
13058
13059 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13060
13061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13062           Fix segfault for I420/YV12.
13063
13064 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13065
13066         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13067           Report bitrate.
13068
13069 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13070
13071         * gst/playback/gstplaybin.c: (gen_video_element),
13072         (gen_audio_element):
13073           Switch to auto*sink elements as default sinks; add volume element
13074           so that volume control in totem works.
13075
13076 2005-07-21  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13079         * gst/playback/gstplaybin.c: (setup_sinks),
13080         (gst_play_bin_change_state):
13081         Refcount fix and more comments.
13082
13083 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13084
13085         * sys/ximage/Makefile.am:
13086         * sys/ximage/ximage.c: (plugin_init):
13087         * sys/ximage/ximagesink.c:
13088         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13089         
13090
13091 2005-07-21  Wim Taymans  <wim@fluendo.com>
13092
13093         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13094         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13095         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13096         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13097         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13098         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13099         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13100         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13101         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13102         Generate correct disconts for live chained oggs.
13103
13104         * gst-libs/gst/audio/gstbaseaudiosink.c:
13105         (gst_base_audio_sink_render),
13106         (gst_base_audio_sink_create_ringbuffer),
13107         (gst_base_audio_sink_change_state):
13108         Handle discont math correctly.
13109
13110         * gst/playback/gstplaybin.c: (add_sink):
13111         Some small debug cleanup.
13112
13113 2005-07-21  Wim Taymans  <wim@fluendo.com>
13114
13115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13116         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13117         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13118         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13119         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13120         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13121         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13122         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13123         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13124         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13125         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13126         (gst_ogg_demux_change_state), (gst_ogg_print):
13127         Reorganize code to send the right disconts when in streaming
13128         mode.
13129
13130 2005-07-20  Andy Wingo  <wingo@pobox.com>
13131
13132         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13133         fix (?), fixes a seggie mcfalterson (#310894).
13134
13135 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13136
13137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13138         (gst_ogg_mux_set_header_on_caps):
13139         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13141         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13142         * gst-libs/gst/audio/multichannel.c:
13143         (gst_audio_set_channel_positions),
13144         (gst_audio_set_structure_channel_positions_list):
13145         * gst/playback/gstdecodebin.c: (dynamic_create):
13146         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13147         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13148           Fixes for API changes in core.
13149
13150 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13151
13152         * gst/playback/gstplaybasebin.c: (fill_buffer):
13153           Use _new_custom() so we can set custom message types for buffering
13154           messages.
13155
13156 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13157
13158         * configure.ac:
13159         * gst-libs/gst/Makefile.am:
13160         * gst-libs/gst/gconf/.cvsignore:
13161         * gst-libs/gst/gconf/Makefile.am:
13162         * gst-libs/gst/gconf/test-gconf.c:
13163         * pkgconfig/Makefile.am:
13164         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13165         * pkgconfig/gstreamer-gconf.pc.in:
13166           Remove gconf stuff, use gconf elements instead from now on.
13167
13168 2005-07-20  Wim Taymans  <wim@fluendo.com>
13169
13170         * gst-libs/gst/audio/TODO:
13171         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13172         (gst_audio_clock_get_internal_time):
13173         * gst-libs/gst/audio/gstaudioclock.h:
13174         * gst-libs/gst/audio/gstbaseaudiosink.c:
13175         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13176         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13177         (gst_base_audio_sink_render),
13178         (gst_base_audio_sink_create_ringbuffer),
13179         (gst_base_audio_sink_change_state):
13180         Make sure the audio clock always returns an increasing value.
13181
13182 2005-07-19  Andy Wingo  <wingo@pobox.com>
13183
13184         * gst/videotestsrc/: Cleanups.
13185
13186 2005-07-19  Wim Taymans  <wim@fluendo.com>
13187
13188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13189         Better debugging.
13190
13191 2005-07-19  Wim Taymans  <wim@fluendo.com>
13192
13193         * examples/seeking/seek.c: (make_dv_pipeline),
13194         (make_vorbis_theora_pipeline), (query_rates),
13195         (query_positions_elems), (query_positions_pads), (do_seek):
13196         Make correct DV pipeline.
13197
13198 2005-07-18  Andy Wingo  <wingo@pobox.com>
13199
13200         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13201         default. Also because it's the only thing that really works. (This
13202         is used in the GConf elements).
13203         Use AS_LIBTOOL_TAGS.
13204
13205 2005-07-18  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst/playback/gstdecodebin.c: (remove_element_chain):
13208         * gst/playback/gstplaybin.c: (add_sink):
13209         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13210         (gst_stream_info_set_mute):
13211         * gst/playback/gststreamselector.c:
13212         (gst_stream_selector_get_linked_pad),
13213         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13214         More leak and compile fixes.
13215
13216 2005-07-18  Wim Taymans  <wim@fluendo.com>
13217
13218         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13219         (query_rates), (query_positions_elems), (query_positions_pads),
13220         (do_seek), (seek_cb), (stop_seek):
13221         Updated seek example. 
13222
13223         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13224         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13225         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13226         * gst/playback/gstplaybin.c: (add_sink):
13227         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13228         (gst_stream_info_set_mute):
13229         Some refcount leak fixes.
13230
13231 2005-07-16  Wim Taymans  <wim@fluendo.com>
13232
13233         * gst-libs/gst/audio/gstbaseaudiosink.c:
13234         (gst_base_audio_sink_render):
13235         Align samples even if we have roundoff errors in the 
13236         timestamp conversion.
13237
13238 2005-07-16  Wim Taymans  <wim@fluendo.com>
13239
13240         * docs/libs/tmpl/gstringbuffer.sgml:
13241         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13242         (query_rates), (query_positions_elems), (query_positions_pads),
13243         (update_scale), (do_seek):
13244         Updated seek example.
13245
13246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13247         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13248         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13249         (gst_ogg_demux_loop):
13250         Push out correct discont values.
13251
13252         * ext/theora/theoradec.c: (theora_dec_src_convert),
13253         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13254         (theora_dec_sink_event), (theora_handle_type_packet),
13255         (theora_handle_header_packet), (theora_dec_push),
13256         (theora_handle_data_packet), (theora_dec_chain),
13257         (theora_dec_change_state):
13258         Better timestamping.
13259
13260         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13261         (vorbis_dec_sink_event), (vorbis_dec_push),
13262         (vorbis_handle_data_packet), (vorbis_dec_chain):
13263         * ext/vorbis/vorbisdec.h:
13264         Better timestamping.
13265
13266         * gst-libs/gst/audio/gstbaseaudiosink.c:
13267         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13268         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13269         Handle syncing on timestamps instead of sample offsets. Make
13270         use of DISCONT values as described in design docs.
13271
13272         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13273         (gst_base_audio_src_get_time):
13274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13275         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13276         (gst_ring_buffer_read):
13277         * gst-libs/gst/audio/gstringbuffer.h:
13278         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13279         (gst_ximagesink_show_frame):
13280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13281         Correcly convert buffer timestamp to stream time.
13282
13283 2005-07-16  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst/audioconvert/gstaudioconvert.c:
13286         (gst_audio_convert_get_buffer):
13287         Timestamp buffers correctly.
13288
13289         * gst/playback/gstplaybin.c: (gen_video_element):
13290         Make internal fakesink silent.
13291
13292 2005-07-15  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/ffmpegcolorspace/Makefile.am:
13295         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13296         (gst_ffmpegcsp_caps_remove_format_info),
13297         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13298         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13299         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13300         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13301         Ported ffmpegcolorspace to basetransform.
13302
13303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13304         * gst/volume/gstvolume.c: (volume_transform):
13305         Ported to new API.
13306
13307 2005-07-14  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst/videotestsrc/Makefile.am:
13310         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13311         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13312         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13313         (gst_videotestsrc_init), (gst_videotestsrc_event),
13314         (gst_videotestsrc_create), (gst_videotestsrc_start),
13315         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13316         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13317         (gst_videotestsrc_get_property):
13318         * gst/videotestsrc/gstvideotestsrc.h:
13319         Make videotestsrc a pushsrc.
13320
13321 2005-07-14  Wim Taymans  <wim@fluendo.com>
13322
13323         * gst/tcp/gstfdset.c: (gst_fdset_free):
13324         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13325         (gst_multifdsink_add), (gst_multifdsink_remove),
13326         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13327         (gst_multifdsink_remove_client_link),
13328         (gst_multifdsink_client_queue_data),
13329         (gst_multifdsink_client_queue_caps),
13330         (gst_multifdsink_client_queue_buffer),
13331         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13332         (gst_multifdsink_stop):
13333         * gst/tcp/gstmultifdsink.h:
13334         0.8 backporting.
13335
13336         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13337         Also draw image when not from a pool.
13338
13339 2005-07-14  Wim Taymans  <wim@fluendo.com>
13340
13341         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13342         (mute_stream), (silence_stream):
13343         Small debug additions.
13344
13345 2005-07-14  Wim Taymans  <wim@fluendo.com>
13346
13347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13348         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13349         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13350         Better error recovery, ignore unconnected pads and
13351         non-fatal errors.
13352
13353 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13354
13355         * docs/libs/tmpl/gstaudio.sgml:
13356         * docs/libs/tmpl/gstcolorbalance.sgml:
13357         * docs/libs/tmpl/gstgconf.sgml:
13358         * docs/libs/tmpl/gstmixer.sgml:
13359         * docs/libs/tmpl/gstringbuffer.sgml:
13360         * docs/libs/tmpl/gsttuner.sgml:
13361         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13362         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13363         (gst_tcpclientsrc_class_init):
13364         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13365         (gst_tcpserversrc_class_init):
13366         * sys/v4l/gstv4lelement.c:
13367           more autistic cleanliness in functions/names/defines
13368
13369 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13370
13371         * configure.ac:
13372           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13373           added manually to each Makefile.am so we are sure it goes
13374           *last* and doesn't add -L flags before linking in libs of our
13375           own, like, say, internal .la libs, that then accidentally pick
13376           up the installed copy.
13377         * docs/libs/Makefile.am:
13378         * ext/alsa/Makefile.am:
13379         * ext/cdparanoia/Makefile.am:
13380         * ext/gnomevfs/Makefile.am:
13381         * ext/libvisual/Makefile.am:
13382         * ext/ogg/Makefile.am:
13383         * ext/theora/Makefile.am:
13384         * ext/vorbis/Makefile.am:
13385         * gst-libs/gst/video/Makefile.am:
13386         * gst/adder/Makefile.am:
13387         * gst/audioconvert/Makefile.am:
13388         * gst/audiorate/Makefile.am:
13389         * gst/audioscale/Makefile.am:
13390         * gst/ffmpegcolorspace/Makefile.am:
13391         * gst/playback/Makefile.am:
13392         * gst/sine/Makefile.am:
13393         * gst/subparse/Makefile.am:
13394         * gst/tags/Makefile.am:
13395         * gst/tcp/Makefile.am:
13396         * gst/typefind/Makefile.am:
13397         * gst/videorate/Makefile.am:
13398         * gst/videoscale/Makefile.am:
13399         * gst/videotestsrc/Makefile.am:
13400         * gst/volume/Makefile.am:
13401         * sys/v4l/Makefile.am:
13402         * sys/ximage/Makefile.am:
13403         * sys/xvimage/Makefile.am:
13404           adapt properly to this change. This should make sure that
13405           plugins and libs properly link to the as-yet-uninstalled
13406           copies of stuff like libgstinterfaces and libgstvideo
13407
13408 2005-07-13  Andy Wingo  <wingo@pobox.com>
13409
13410         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13411         (gst_v4lsrc_fixate): Fixate on format as well.
13412
13413         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13414         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13415         buffer points to it.
13416         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13417         rather just doing X calls ourselves. Also fixes a memleak.
13418
13419 2005-07-12  Andy Wingo  <wingo@pobox.com>
13420
13421         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13422         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13423         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13424         TRUE to avoid deadlocks if an element holds on to our buffers.
13425
13426 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13427
13428         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13429         (gst_sinesrc_init), (gst_sinesrc_create),
13430         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13431         (gst_sinesrc_start):
13432         * gst/sine/gstsinesrc.h:
13433           removing num-buffers property before moving it
13434
13435 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13436
13437         * configure.ac:
13438           use overridable ERROR_CFLAGS
13439         * docs/libs/gst-plugins-base-libs.types:
13440         * docs/libs/tmpl/gstringbuffer.sgml:
13441         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13442         (gst_alsasink_class_init):
13443         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13444         (gst_alsasrc_class_init):
13445         * gst-libs/gst/audio/audio.h:
13446         * gst-libs/gst/audio/gstaudioclock.h:
13447         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13448         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13449         (gst_audio_filter_link), (gst_audio_filter_init),
13450         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13451         (gst_audio_filter_get_property),
13452         (gst_audio_filter_class_add_pad_templates):
13453         * gst-libs/gst/audio/gstaudiofilter.h:
13454         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13455         (gst_audio_filter_template_get_type),
13456         (gst_audio_filter_template_base_init),
13457         (gst_audio_filter_template_class_init),
13458         (gst_audio_filter_template_init),
13459         (gst_audio_filter_template_set_property),
13460         (gst_audio_filter_template_get_property), (plugin_init),
13461         (gst_audio_filter_template_setup),
13462         (gst_audio_filter_template_filter),
13463         (gst_audio_filter_template_filter_inplace):
13464         * gst-libs/gst/audio/gstaudiosink.c:
13465         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13466         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13467         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13468         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13469         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13470         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13471         * gst-libs/gst/audio/gstaudiosink.h:
13472         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13473         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13474         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13475         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13476         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13477         (gst_audio_src_class_init), (gst_audio_src_init),
13478         (gst_audio_src_create_ringbuffer):
13479         * gst-libs/gst/audio/gstaudiosrc.h:
13480         * gst-libs/gst/audio/gstbaseaudiosink.c:
13481         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13482         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13483         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13484         (gst_base_audio_sink_set_property),
13485         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13486         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13487         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13488         (gst_base_audio_sink_create_ringbuffer),
13489         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13490         * gst-libs/gst/audio/gstbaseaudiosink.h:
13491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13492         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13493         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13494         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13495         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13496         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13497         (gst_base_audio_src_event), (gst_base_audio_src_create),
13498         (gst_base_audio_src_create_ringbuffer),
13499         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13500         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13502         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13503         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13504         (gst_ring_buffer_debug_spec_caps),
13505         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13506         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13507         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13508         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13509         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13510         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13511         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13512         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13513         (gst_ring_buffer_clear):
13514         * gst-libs/gst/audio/gstringbuffer.h:
13515         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13516         (gst_video_sink_class_init), (gst_video_sink_get_type):
13517         * gst-libs/gst/video/videosink.h:
13518         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13519         (gst_multifdsink_class_init),
13520         (gst_multifdsink_handle_client_write),
13521         (gst_multifdsink_change_state):
13522         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13523         (gst_tcpclientsink_setcaps):
13524         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13525         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13526         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13527         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13528         (gst_ximagesink_send_pending_navigation),
13529         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13530         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13532         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13533         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13534         (gst_xvimagesink_send_pending_navigation),
13535         (gst_xvimagesink_navigation_send_event),
13536         (gst_xvimagesink_set_xwindow_id),
13537         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13538         (gst_xvimagesink_get_type):
13539         more macro splitting
13540
13541 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13542
13543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13544           plug a memleak, allows me to import 1479 albums in one go
13545           in jamboree
13546         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13547         (vorbis_handle_type_packet), (vorbis_dec_chain),
13548         (vorbis_dec_change_state):
13549           fix some format strings
13550
13551 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13552
13553         * docs/libs/tmpl/gstcolorbalance.sgml:
13554         * docs/libs/tmpl/gstmixer.sgml:
13555         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13556         (gst_alsasink_set_property), (gst_alsasink_get_property):
13557         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13558         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13559           add device property
13560
13561 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13562
13563         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13564         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13565         (audiocast_register_listener), (audiocast_thread_run),
13566         (gst_gnomevfssrc_send_additional_headers_callback),
13567         (gst_gnomevfssrc_received_headers_callback),
13568         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13569         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13570         (gst_gnomevfssrc_get_size):
13571           add/clean up debugging
13572         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13573           cleanups
13574
13575 2005-07-07  Andy Wingo  <wingo@pobox.com>
13576
13577         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13578         framerate. Need to get a handle on when exactly this function is
13579         called, tho.
13580
13581         * sys/v4l/v4lsrc_calls.h:
13582         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13583         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13584         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13585
13586         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13587         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13588         v4lelements are sources.
13589
13590         * sys/v4l/gstv4lxoverlay.h:
13591         * sys/v4l/gstv4lxoverlay.c:
13592         * sys/v4l/gstv4ltuner.h:
13593         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13594         
13595         * sys/v4l/gstv4lsrc.h:
13596         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13597         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13598         or something should handle that. Made a live source.
13599
13600         * sys/v4l/gstv4lelement.h:
13601         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13602         signals. Some cleanups.
13603
13604         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13605
13606         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13607         stuff.
13608
13609         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13610         stuff.
13611
13612         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13613
13614 2005-07-07  Wim Taymans  <wim@fluendo.com>
13615
13616         * ext/theora/theoradec.c: (theora_get_query_types),
13617         (theora_dec_src_getcaps), (theora_dec_push):
13618         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13620         Remove deprecated/unused query types.
13621
13622 2005-07-06  Wim Taymans  <wim@fluendo.com>
13623
13624         * ext/alsa/Makefile.am:
13625         * ext/alsa/gstalsaplugin.c: (plugin_init):
13626         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13627         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13628         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13629         (gst_alsasrc_class_init), (gst_alsasrc_init),
13630         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13631         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13632         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13633         (gst_alsasrc_reset):
13634         * ext/alsa/gstalsasrc.h:
13635         * gst-libs/gst/audio/Makefile.am:
13636         * gst-libs/gst/audio/gstaudiosink.c:
13637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13638         (gst_audioringbuffer_start):
13639         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13640         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13641         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13642         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13643         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13644         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13645         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13646         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13647         * gst-libs/gst/audio/gstaudiosrc.h:
13648         * gst-libs/gst/audio/gstbaseaudiosink.c:
13649         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13650         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13651         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13652         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13653         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13654         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13655         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13656         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13657         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13658         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13659         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13660         (gst_baseaudiosrc_change_state):
13661         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13662         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13663         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13664         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13665         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13666         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13667         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13668         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13669         * gst-libs/gst/audio/gstringbuffer.h:
13670         Added audiosource base classes.
13671         Ported alsasrc, still very basic.
13672
13673 2005-07-06  Wim Taymans  <wim@fluendo.com>
13674
13675         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13676         (theora_dec_push), (theora_handle_data_packet):
13677         Prepare for better timestamp fix later.
13678
13679         * gst/audioconvert/gstaudioconvert.c:
13680         List most accurate caps first
13681
13682         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13683         Use proper pad task function.
13684
13685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13686         (gst_xvimagesink_show_frame):
13687         Fix deadlock when alloc failed.
13688
13689 2005-07-05  Andy Wingo  <wingo@pobox.com>
13690
13691         * ext/gnomevfs/gstgnomevfssrc.c:
13692         * gst/sine/gstsinesrc.c:
13693         * gst/tcp/gsttcpserversrc.c:
13694         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13695
13696         * sys/v4l/: Port from 0.8.
13697
13698         * Many files: Null if we got it....
13699
13700 2005-07-05  Andy Wingo  <wingo@pobox.com>
13701
13702         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13703         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13704         Signedness fixes.
13705
13706 2005-07-05  Wim Taymans  <wim@fluendo.com>
13707
13708         * configure.ac:
13709         * gst/tcp/Makefile.am:
13710         * gst/tcp/README:
13711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13712         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13713         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13714         (is_sync_frame), (gst_multifdsink_handle_client_write),
13715         (gst_multifdsink_render), (gst_multifdsink_start),
13716         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13717         * gst/tcp/gstmultifdsink.h:
13718         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13719         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13720         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13721         * gst/tcp/gsttcp.h:
13722         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13723         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13724         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13725         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13726         * gst/tcp/gsttcpclientsink.h:
13727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13728         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13729         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13730         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13731         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13732         * gst/tcp/gsttcpclientsrc.h:
13733         * gst/tcp/gsttcpplugin.c: (plugin_init):
13734         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13735         * gst/tcp/gsttcpserversink.h:
13736         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13737         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13738         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13739         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13740         (gst_tcpserversrc_stop):
13741         * gst/tcp/gsttcpserversrc.h:
13742         * gst/tcp/gsttcpsink.c:
13743         * gst/tcp/gsttcpsink.h:
13744         * gst/tcp/gsttcpsrc.c:
13745         * gst/tcp/gsttcpsrc.h:
13746         Ported tcp plugins to 0.9. 
13747         
13748
13749 2005-07-05  Andy Wingo  <wingo@pobox.com>
13750
13751         * gst/playback/gstplaybasebin.c (fill_buffer):
13752         message_new_application fixen.
13753
13754         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13755         Style fix.
13756
13757 2005-07-04  Wim Taymans  <wim@fluendo.com>
13758
13759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13760         Set caps on output buffer.
13761
13762 2005-07-04  Andy Wingo  <wingo@pobox.com>
13763
13764         * ext/gnomevfs/gstgnomevfssrc.c
13765         (gst_gnomevfssrc_received_headers_callback) 
13766         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13767         hopefully.
13768
13769         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13770         No refcount leakage.
13771
13772         * configure.ac: Enable -Werror.
13773         
13774         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13775         * gst/audioconvert/bufferframesconvert.c
13776         (buffer_frames_convert_fixate):
13777         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13778         (gst_audio_convert_fixate):
13779         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13780         (gst_sinesrc_create): Fixate func changes.
13781         
13782         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13783         (gst_ximagesink_buffer_alloc): Unused var.
13784
13785 2005-07-01  Andy Wingo  <wingo@pobox.com>
13786
13787         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13788         getcaps to do explicit caps. Needs to be done in all decoders,
13789         possibly via a base class.
13790
13791         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13792
13793         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13794         caps on the sink pad, just rely on the pad template. Also, setting
13795         ANY caps on a pad is not valid because the caps are not fixed.
13796
13797         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13798         caps on the buffer, and get the width from the desired_caps if
13799         they're set.
13800         (gst_ximagesink_renegotiate_size): Implement via setting the
13801         desired_caps on the ximagesink.
13802         (gst_ximagesink_setcaps): Only reset the width of the player if it
13803         wasn't already set. Not sure if this is right.
13804         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13805
13806         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13807         that the user wants. NULL unless the window has been resized.
13808
13809         * gst/volume/gstvolume.c (volume_transform): Adapt to
13810         basetransform refcount changes.
13811         
13812 2005-07-01  Andy Wingo  <wingo@pobox.com>
13813
13814         * gst/videoscale/gstvideoscale.c:
13815         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13816         from BaseTransform, implements a transform_caps. Removed dead code
13817         including some PAR stuff that was never reached -- should probably
13818         be added back somehow.
13819
13820 2005-07-01  Andy Wingo  <wingo@pobox.com>
13821
13822         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13823         come later.
13824
13825 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13826
13827         * configure.ac:
13828         * docs/libs/Makefile.am:
13829         * docs/libs/gst-plugins-libs.types:
13830         * ext/alsa/Makefile.am:
13831         * ext/alsa/gstalsamixer.h:
13832         * ext/alsa/gstalsamixeroptions.h:
13833         * ext/alsa/gstalsamixertrack.h:
13834         * gst-libs/gst/Makefile.am:
13835         * gst-libs/gst/colorbalance/.cvsignore:
13836         * gst-libs/gst/colorbalance/Makefile.am:
13837         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13838         * gst-libs/gst/colorbalance/colorbalance.c:
13839         * gst-libs/gst/colorbalance/colorbalance.h:
13840         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13841         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13842         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13843         * gst-libs/gst/interfaces/Makefile.am:
13844         * gst-libs/gst/interfaces/colorbalance.c:
13845         (gst_color_balance_class_init):
13846         * gst-libs/gst/interfaces/colorbalance.h:
13847         * gst-libs/gst/interfaces/interfaces-marshal.list:
13848         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13849         * gst-libs/gst/interfaces/mixer.h:
13850         * gst-libs/gst/interfaces/mixeroptions.h:
13851         * gst-libs/gst/interfaces/navigation.c:
13852         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13853         * gst-libs/gst/interfaces/tuner.h:
13854         * gst/volume/Makefile.am:
13855         * gst/volume/gstvolume.c:
13856         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13857         * sys/ximage/Makefile.am:
13858         * sys/ximage/ximagesink.c:
13859         * sys/xvimage/Makefile.am:
13860         * sys/xvimage/xvimagesink.c:
13861           fold in all interfaces into an interfaces dir, preserving CVS
13862           history
13863
13864 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13865
13866         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13867           Fix build after riff changes.
13868
13869 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13870
13871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13872         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13873         (gst_riff_create_video_template_caps),
13874         (gst_riff_create_audio_template_caps),
13875         (gst_riff_create_iavs_template_caps):
13876         * gst-libs/gst/riff/riff-media.h:
13877         * gst-libs/gst/riff/riff-read.h:
13878         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13879           Add gst_riff_init() to initialize the debug category, instead
13880           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13881
13882 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13883
13884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13885           Oops, I shouldn't apply hacks.
13886
13887 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13888
13889         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13890           Remove pad_loop function which doesn't work.
13891
13892 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13893
13894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13895           Send EOS when deactivating.
13896         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13897         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13898         (gen_preroll_element), (probe_triggered), (mute_stream),
13899         (silence_stream), (new_decoded_pad), (setup_substreams),
13900         (set_active_source):
13901         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13902         (remove_sinks), (add_sink):
13903         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13904           Change for new probe API.
13905
13906 2005-06-29  Wim Taymans  <wim@fluendo.com>
13907
13908         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13909         * gst-libs/gst/audio/gstbaseaudiosink.c:
13910         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13911         (gst_baseaudiosink_change_state):
13912         * gst-libs/gst/audio/gstbaseaudiosink.h:
13913         * gst-libs/gst/audio/gstringbuffer.c:
13914         (gst_ringbuffer_set_callback):
13915         Fix compilation error.
13916         Ringbuffer starts out as not running.
13917         Free our clock in dispose.
13918         When releasing the ringbuffer we need to renegotiate so
13919         clear the pad caps.
13920
13921 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13922
13923         * autogen.sh:
13924         * configure.ac:
13925         * docs/Makefile.am:
13926         * docs/libs/Makefile.am:
13927         * docs/libs/gst-plugins-libs-docs.sgml:
13928         * docs/libs/gst-plugins-libs-sections.txt:
13929         * docs/libs/gst-plugins-libs.types:
13930         * docs/libs/tmpl/gstaudio.sgml:
13931         * docs/libs/tmpl/gstcolorbalance.sgml:
13932         * docs/libs/tmpl/gstringbuffer.sgml:
13933         * gst-libs/gst/audio/gstringbuffer.c:
13934         (gst_ringbuffer_set_callback):
13935           reinstate gtk-doc docs for plugin libs
13936
13937 2005-06-28  Wim Taymans  <wim@fluendo.com>
13938
13939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13940         (gst_ogg_demux_init):
13941         Removed pad loop function.
13942
13943 2005-06-28  Wim Taymans  <wim@fluendo.com>
13944
13945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13946         If we're building a chain we are not in an error case
13947         when we queue a buffer.
13948
13949 2005-06-28  Andy Wingo  <wingo@pobox.com>
13950
13951         * *.c: Don't cast to GstObject before reffing/unreffing.
13952
13953 2005-06-27  Andy Wingo  <wingo@pobox.com>
13954
13955         * gst/videotestsrc/gstvideotestsrc.c
13956         (gst_videotestsrc_activate_push): Activation API changes.
13957
13958         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
13959         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
13960         they have refs on the decodebin.
13961
13962         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
13963         parent class.
13964         (gst_ogg_pad_typefind): Don't leak a pad ref.
13965         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
13966         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
13967         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
13968
13969 2005-06-27  Edward Hervey  <edward@fluendo.com>
13970
13971         * ext/theora/theoradec.c: (theora_dec_change_state): 
13972         re-arranged call to parent's state change in order to avoid locks (or
13973         worse).
13974
13975 2005-06-26  Edward Hervey  <edward@fluendo.com>
13976
13977         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13978         2nd argument of 'unknow-type' signal is a GstCaps and not a
13979         GstMiniObject
13980
13981 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
13982         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
13983           Set the worker thread's running flag to TRUE before starting the
13984           thread.
13985         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
13986           Catch a failure to add typefind to the bin.
13987
13988 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13991         (gst_sinesrc_init), (gst_sinesrc_create),
13992         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13993         (gst_sinesrc_start):
13994         * gst/sine/gstsinesrc.h:
13995           add num-buffers and timestamp-offset properties
13996         * gst/videotestsrc/gstvideotestsrc.c:
13997         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
13998         (gst_videotestsrc_get_property):
13999           add timestamp-offset property
14000
14001 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14002
14003         * configure.ac: add videorate
14004         * gst-plugins-base.spec.in: add videorate
14005
14006 2005-06-23  Wim Taymans  <wim@fluendo.com>
14007
14008         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14009         (gst_videorate_getcaps), (gst_videorate_setcaps),
14010         (gst_videorate_event), (gst_videorate_chain):
14011         Fixed videorate, fixating an already fixated caps is not
14012         an error.
14013
14014 2005-06-23  Wim Taymans  <wim@fluendo.com>
14015
14016         * ext/ogg/README:
14017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14018         Buffer on caps is not boxed anymore.
14019
14020 2005-06-22  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14024         Set buffers on caps as miniobjects and not as boxed.
14025
14026 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14027
14028         * configure.ac:
14029           back to HEAD
14030
14031 === release 0.9.1 ===
14032
14033 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         * .cvsignore:
14036         * NEWS:
14037         * README:
14038         * RELEASE:
14039         * configure.ac:
14040         * po/af.po:
14041         * po/az.po:
14042         * po/cs.po:
14043         * po/en_GB.po:
14044         * po/hu.po:
14045         * po/it.po:
14046         * po/nb.po:
14047         * po/nl.po:
14048         * po/or.po:
14049         * po/sq.po:
14050         * po/sr.po:
14051         * po/sv.po:
14052         * po/uk.po:
14053         * po/vi.po:
14054           updates for release
14055
14056 2005-06-09  Andy Wingo  <wingo@pobox.com>
14057
14058         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14059         
14060 2005-06-09  Andy Wingo  <wingo@pobox.com>
14061
14062         * configure.ac:
14063         * gst-libs/gst/Makefile.am:
14064         * gst-libs/gst/net/Makefile.am:
14065         Add gstnet to build.
14066
14067 2005-06-09  Andy Wingo  <wingo@pobox.com>
14068
14069         * gst-libs/gst/gconf/gconf.c:
14070         * gst/playback/test.c:
14071         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14072         fixes.
14073
14074         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14075
14076         * ext/theora/theoraenc.c (theora_enc_chain): 
14077         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14078
14079         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14080         RealPad.
14081
14082 2005-06-02  Wim Taymans  <wim@fluendo.com>
14083
14084         * gst-libs/gst/net/Makefile.am:
14085         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14086         * pkgconfig/gstreamer-libs.pc.in:
14087         Added net stuff, version net lib.
14088
14089 2005-06-02  Wim Taymans  <wim@fluendo.com>
14090
14091         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14092         (query_rates), (query_positions_elems), (query_positions_pads),
14093         (do_seek):
14094         Updated seek example.
14095
14096 2005-06-02  Andy Wingo  <wingo@pobox.com>
14097
14098         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14099         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14100         list.
14101
14102         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14103         remove the typefind, the bin dispose will do it for us. When it's
14104         removed and unreffed, the signal handler will be disconnected,
14105         too.
14106         (unlinked): It's too difficult to disconnect from unlinked
14107         handlers, as they are on pads not elements. Just punt if the pads
14108         aren't grandkids of the bin.
14109
14110 2005-06-02  Wim Taymans  <wim@fluendo.com>
14111
14112         * ext/ogg/README:
14113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14114         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14116         * ext/theora/theoradec.c: (theora_dec_src_query),
14117         (theora_handle_data_packet):
14118         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14119         (theora_enc_chain):
14120         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14121         (vorbis_handle_data_packet):
14122         * gst/audioconvert/bufferframesconvert.c:
14123         (buffer_frames_convert_chain):
14124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14125         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14126         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14127         (gst_ffmpegcsp_chain):
14128         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14129         (gst_videorate_getcaps), (gst_videorate_setcaps),
14130         (gst_videorate_event), (gst_videorate_chain):
14131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14132         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14134         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14135         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14136         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14137         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14138         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14139         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14140         Cleanups and buffer alloc.
14141
14142 2005-05-31  Wim Taymans  <wim@fluendo.com>
14143
14144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14145         Don't try to call the delay method when the device is not
14146         opened.
14147
14148 2005-05-31  Wim Taymans  <wim@fluendo.com>
14149
14150         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14151         Get actual segment size and buffer size after opening
14152         the device.
14153
14154 2005-05-30  Wim Taymans  <wim@fluendo.com>
14155
14156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14157         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14158         Also FLUSH upstream, makes the loop function exit faster.
14159         
14160         * ext/theora/theoradec.c: (theora_dec_src_query):
14161         Some more debug info in the query.
14162         
14163         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14164         (gst_ximagesink_setcaps):
14165         Release lock on par error, better error reporting.
14166
14167 2005-05-26  Wim Taymans  <wim@fluendo.com>
14168
14169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14170         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14171         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14172         Clear chains in READY
14173         Queue packets until the chain is activated.
14174
14175 2005-05-25  Wim Taymans  <wim@fluendo.com>
14176
14177         * gst-libs/gst/audio/gstaudiosink.c:
14178         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14179         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14180         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14181         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14182         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14183         (gst_audiosink_create_ringbuffer):
14184         * gst-libs/gst/audio/gstbaseaudiosink.c:
14185         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14186         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14187         (gst_baseaudiosink_set_property), (build_linear_format),
14188         (debug_spec_caps), (debug_spec_buffer),
14189         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14190         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14191         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14192         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14193         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14194         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14195         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14196         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14197         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14198         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14199         (wait_segment), (gst_ringbuffer_commit),
14200         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14201         (gst_ringbuffer_clear):
14202         Various small cleanups.
14203
14204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14205         (gst_audio_convert_change_state):
14206         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14207         No need to take the locks anymore.
14208
14209 2005-05-25  Wim Taymans  <wim@fluendo.com>
14210
14211         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14212         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14213         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14214         (type_found):
14215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14216         (group_destroy), (group_commit), (queue_overrun),
14217         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14218         (mute_stream), (new_decoded_pad), (setup_substreams),
14219         (setup_source), (mute_group_type), (set_active_source),
14220         (gst_play_base_bin_change_state):
14221         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14222         (gen_video_element), (gen_text_element), (gen_audio_element),
14223         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14224         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14225         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14226         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14227         Some playbin cleanups mostly refcounting sloppyness.
14228
14229 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14230
14231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14232           Work with streaming input.
14233
14234 2005-05-25  Wim Taymans  <wim@fluendo.com>
14235
14236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14237         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14238         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14239         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14240         No need to take the STREAM lock anymore.
14241
14242 2005-05-25  Wim Taymans  <wim@fluendo.com>
14243
14244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14245         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14246         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14247         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14248         (gst_ogg_demux_sink_activate):
14249         * ext/theora/theoradec.c: (theora_dec_src_event),
14250         (theora_handle_comment_packet), (theora_dec_chain),
14251         (theora_dec_change_state):
14252         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14253         (vorbis_handle_data_packet), (vorbis_dec_chain),
14254         (vorbis_dec_change_state):
14255         Remove STREAM locks as they are taken in core now.
14256         Never set bogus granulepos on vorbis/theora.
14257         Fix leaks in theoradec tag parsing.
14258
14259 2005-05-25  Wim Taymans  <wim@fluendo.com>
14260
14261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14262         Fix memleaks, GST_BUFFER_DATA() is not freed.
14263
14264 2005-05-25  Wim Taymans  <wim@fluendo.com>
14265
14266         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14267         Open non-blocking, set to blocking mode afterwards to avoid
14268         lockups when audio device is busy.
14269
14270 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14271
14272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14273           This can't be good.
14274
14275 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14276
14277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14278         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14279         (gst_audio_convert_setcaps):
14280           Implement instant setup switching.
14281
14282 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14283
14284         * gst/playback/gstplaybasebin.c: (probe_triggered):
14285           Fix missing unlock.
14286         * gst/playback/gstplaybin.c: (add_sink):
14287           First add, then link (otherwise pad link fails).
14288
14289 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14290
14291         * examples/Makefile.am:
14292         fix buildbot (make distcheck)
14293
14294 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14295
14296         * gst/playback/gstplaybin.c: (gen_vis_element):
14297           Remove some wrong code. Doesn't work yet.
14298
14299 2005-05-19  Wim Taymans  <wim@fluendo.com>
14300
14301         * gst-libs/gst/net/Makefile.am:
14302         * gst-libs/gst/net/README:
14303         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14304         (gst_netbuffer_class_init), (gst_netbuffer_init),
14305         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14306         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14307         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14308         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14309         * gst-libs/gst/net/gstnetbuffer.h:
14310         Added buffer subclass to store extra to/from addresses for
14311         network sources/sinks.
14312
14313 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14314
14315         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14316           Don't lock an unassigned variable.
14317
14318 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14321           Increase buffer for video, decrease buffer for other media types.
14322         * gst/playback/gstplaybin.c: (gen_video_element),
14323         (gen_audio_element):
14324           Change names for debugging purposes.
14325
14326 2005-05-18  Wim Taymans  <wim@fluendo.com>
14327
14328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14329         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14330         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14331         (gst_ffmpegcsp_chain):
14332         Enable buffer alloc passthrough if the source and dest
14333         formats are the same.
14334
14335 2005-05-17  Wim Taymans  <wim@fluendo.com>
14336
14337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14338         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14339         (gst_ogg_demux_chain_unlocked):
14340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14341         (gst_audio_convert_caps_remove_format_info),
14342         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14343         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14345         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14346         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14347         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14348         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14349         (gst_ffmpegcsp_get_property):
14350         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14351         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14352         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14353         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14354         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14355         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14356         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14357         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14358         Leak fixes in oggdemux.
14359         Some cleanups in audioconvert.
14360         Make passthrough work along with buffer_alloc etc.
14361         Make buffer_alloc and buffer recycling actually work in
14362         xvimagesink.
14363
14364 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14365
14366         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14367           make the compiler happy
14368
14369 2005-05-17  Wim Taymans  <wim@fluendo.com>
14370
14371         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14372         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14373         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14374         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14375         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14376         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14377         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14378         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14379         (gst_xvimagesink_set_xwindow_id):
14380         * sys/xvimage/xvimagesink.h:
14381         Port xvimagesink to new MiniObject.
14382
14383 2005-05-17  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14386         (gst_audiofilter_chain):
14387         * gst-libs/gst/audio/gstaudiosink.c:
14388         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14389         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14390         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14391         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14392         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14393         (gst_audiosink_create_ringbuffer):
14394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14395         (gst_audio_convert_caps_remove_format_info),
14396         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14397         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14399         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14400         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14401         Fix passthrough in ffmpegcolorspace.
14402         Fix memset in audiosink on wrong memory.
14403
14404 2005-05-16  David Schleef  <ds@schleef.org>
14405
14406         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14407         to GstMiniObject.
14408
14409 2005-05-16  David Schleef  <ds@schleef.org>
14410
14411         Port from GstData to GstMiniObject.
14412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14414         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14415         (gst_ogg_mux_collected):
14416         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14417         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14418         (theora_handle_data_packet):
14419         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14420         (theora_set_header_on_caps), (theora_enc_chain):
14421         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14422         (vorbis_handle_comment_packet):
14423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14424         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14425         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14426         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14427         * gst/audioconvert/gstaudioconvert.c:
14428         (gst_audio_convert_get_buffer):
14429         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14430         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14431         (mute_stream), (silence_stream):
14432         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14433         * gst/volume/gstvolume.c: (volume_transform):
14434         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14435         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14436         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14437         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14438         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14439         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14440         (gst_ximagesink_buffer_alloc):
14441         * sys/ximage/ximagesink.h:
14442
14443 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14444
14445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14446         (fill_buffer), (check_queue), (queue_threshold_reached),
14447         (queue_out_of_data):
14448         * gst/playback/gstplaybasebin.h:
14449           Post buffer-fullness on the bus.
14450
14451 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14452
14453         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14454         (try_to_link_1):
14455         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14456         (group_commit), (probe_triggered), (setup_source),
14457         (gst_play_base_bin_change_state):
14458         * gst/playback/gstplaybasebin.h:
14459         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14460         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14461         (gst_play_bin_change_state):
14462           Move setup_output_pads into a virtual function, remove
14463           group-switch (no longer needed) and redirect (handled by bus
14464           now) signals.
14465
14466 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14467
14468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14469         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14470         (get_active_group), (get_building_group), (group_destroy),
14471         (group_commit), (check_queue), (queue_overrun),
14472         (queue_threshold_reached), (queue_out_of_data),
14473         (gen_preroll_element), (remove_groups), (unknown_type),
14474         (add_element_stream), (no_more_pads), (probe_triggered),
14475         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14476         (setup_substreams), (setup_source), (finish_source),
14477         (prepare_output), (muted_group_change_state),
14478         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14479         (gst_play_base_bin_change_state):
14480         * gst/playback/gstplaybasebin.h:
14481         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14482         (gst_play_bin_init), (gst_play_bin_set_property),
14483         (gen_video_element), (gen_text_element), (gen_audio_element),
14484         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14485         (gst_play_bin_change_state):
14486         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14487         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14488         (stream_info_change_state), (gst_stream_info_set_mute),
14489         (gst_stream_info_get_property):
14490         * gst/playback/gststreaminfo.h:
14491         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14492         (gst_stream_selector_get_linked_pad),
14493         (gst_stream_selector_getcaps),
14494         (gst_stream_selector_get_linked_pads),
14495         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14496         * gst/playback/gststreamselector.h:
14497           Rough port of playbin. Needs some more work, but is mostly done,
14498           and uses a few locks in important places, which should make stuff
14499           like chain-switches clean. Still uses GST_STATE() in a few places,
14500           which isn't all that good an idea, subtitles/elements disabled
14501           because no elements to test with and thus probably broken, query
14502           and event handling moved to GstBin, internal thread removed
14503           alltogether because the pipeline does that for us now. Can play
14504           Ogg/Vorbis files. Haven't tested anything else yet.
14505
14506 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14507
14508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14509           Do no-more-pads (needed for autoplugging).
14510
14511 2005-05-10  Andy Wingo  <wingo@pobox.com>
14512
14513         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14514         message to the bus with the tags. Still not sent downstream tho.
14515
14516         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14517         get_parent.
14518         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14519         avoid refcounting hassles.
14520
14521 2005-05-09  Andy Wingo  <wingo@pobox.com>
14522
14523         * gst/volume/Makefile.am:
14524         * gst/volume/demo.c
14525         * gst/volume/gstvolume.h
14526         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14527         basetransform. Probably need an audio filter base class.
14528
14529 2005-05-09  Wim Taymans  <wim@fluendo.com>
14530
14531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14532         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14533         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14534         (gst_vorbisenc_chain):
14535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14536         (gst_audio_convert_caps_remove_format_info),
14537         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14538         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14539         Make caps writable before writing to it.
14540         Fix negotiation in audioconvert some more.
14541
14542 2005-05-09  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14545         (gst_videorate_getcaps), (gst_videorate_setcaps),
14546         (gst_videorate_event), (gst_videorate_chain):
14547         Better negotiation.
14548
14549 2005-05-09  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14552         (gst_videorate_getcaps), (gst_videorate_setcaps),
14553         (gst_videorate_blank_data), (gst_videorate_init),
14554         (gst_videorate_event), (gst_videorate_chain),
14555         (gst_videorate_change_state):
14556         Port videorate, do a better job at negotiation while we're at
14557         it.
14558
14559 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14560
14561         * configure.ac:
14562           Disable libvisual
14563
14564         * examples/Makefile.am:
14565         * gst-libs/gst/audio/Makefile.am:
14566         * gst-libs/gst/riff/Makefile.am:
14567         * gst-libs/gst/tag/Makefile.am:
14568         * gst-libs/gst/video/Makefile.am:
14569           Fixups for missing variables.
14570
14571 2005-05-09  Wim Taymans  <wim@fluendo.com>
14572
14573         * examples/seeking/seek.c: (make_theora_pipeline),
14574         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14575         (query_rates), (query_positions_elems), (query_positions_pads),
14576         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14578         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14579         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14580         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14581         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14583         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14584         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14585         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14586         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14587         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14588         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14589         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14590         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14591         (theora_dec_src_convert), (theora_dec_sink_convert),
14592         (theora_dec_src_query), (theora_dec_sink_query),
14593         (theora_dec_src_event), (theora_dec_sink_event),
14594         (theora_handle_comment_packet), (theora_handle_type_packet),
14595         (theora_handle_header_packet), (theora_handle_data_packet),
14596         (theora_dec_chain):
14597         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14598         (vorbis_dec_convert), (vorbis_dec_src_query),
14599         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14600         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14601         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14602         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14604         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14605         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14606         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14607         (gst_play_bin_query):
14608         * gst/playback/test3.c: (update_scale):
14609         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14610         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14611         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14612         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14613         (gst_videotestsrc_src_query):
14614         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14615         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14616         (paint_hline_YUV9):
14617         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14618         Port to new query API.
14619         Updated seek.
14620         Cleanups in x[v]imagesink
14621
14622 2005-05-09  Andy Wingo  <wingo@pobox.com>
14623
14624         * ext/alsa/gstalsasink.h:
14625         * ext/gnomevfs/gstgnomevfssrc.c:
14626         (gst_gnomevfssrc_get_icy_metadata):
14627         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14628         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14629         * ext/theora/theoradec.c (theora_dec_src_query)
14630         (theora_dec_src_event, theora_dec_sink_event)
14631         (theora_handle_comment_packet, theora_handle_data_packet):
14632         * ext/theora/theoraenc.c (theora_enc_chain):
14633         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14634         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14635         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14636         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14637         (qt_type_find):
14638         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14639         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14640         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14641         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14642         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14643         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14644         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14645         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14646         (paint_setup_RGB565, paint_setup_xRGB1555):
14647         * gst/videotestsrc/videotestsrc.h:
14648         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14649         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14650         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14651         GCC4 fixes.
14652         
14653         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14654         gst_pad_query_position. Fixes oggdemux.
14655
14656 2005-05-08  David Schleef  <ds@schleef.org>
14657
14658         * configure.ac: Require liboil.
14659         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14660         a few more.
14661         * gst/videotestsrc/videotestsrc.c:
14662         * gst/videotestsrc/videotestsrc.h:
14663
14664 2005-05-06  Wim Taymans  <wim@fluendo.com>
14665
14666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14667         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14668         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14669         Well, unreffing a buffer right before pushing it is asking
14670         for trouble..
14671
14672 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14673
14674         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14675
14676 2005-05-06  Wim Taymans  <wim@fluendo.com>
14677
14678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14679         (gst_audio_convert_caps_remove_format_info),
14680         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14681         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14683         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14684         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14685         * gst/sine/Makefile.am:
14686         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14687         (gst_sinesrc_class_init), (gst_sinesrc_init),
14688         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14689         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14690         (gst_sinesrc_update_freq):
14691         * gst/sine/gstsinesrc.h:
14692         * gst/tcp/gstmultifdsink.c:
14693         * sys/xvimage/xvimagesink.c:
14694         Fixed negotiation wrt _peer_get_caps()
14695         Some cleanups.
14696
14697
14698 2005-05-06  Wim Taymans  <wim@fluendo.com>
14699
14700         * gst-libs/gst/audio/gstaudiosink.c:
14701         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14702         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14703         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14704         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14705         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14706         (gst_audiosink_create_ringbuffer):
14707         * gst-libs/gst/audio/gstbaseaudiosink.c:
14708         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14709         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14710         (gst_baseaudiosink_set_property), (build_linear_format),
14711         (debug_spec_caps), (debug_spec_buffer),
14712         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14713         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14714         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14715         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14716         * gst-libs/gst/audio/gstbaseaudiosink.h:
14717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14718         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14719         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14720         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14721         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14722         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14723         (wait_segment), (gst_ringbuffer_commit),
14724         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14725         (gst_ringbuffer_clear):
14726         * gst-libs/gst/audio/gstringbuffer.h:
14727         Make the base audiosink return an error when there is no
14728         audiobuffer negotiated.
14729
14730 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14731
14732         * ext/Makefile.am:
14733         Disable cdparanoia until someone ports it!
14734
14735 2005-05-06  Wim Taymans  <wim@fluendo.com>
14736
14737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14738         (gst_ogg_demux_sink_activate):
14739         And revert after wingo's revert.. sigh..
14740
14741 2005-05-05  Andy Wingo  <wingo@pobox.com>
14742
14743         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14744         GObject.
14745         * configure.ac: Return audiorate and subparse from the ghetto.
14746         Re-enable -Wall -Werror.
14747         * gst/subparse/gstsubparse.c:
14748         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14749         or chain-based. Cleaned up a bit. Not tested.
14750         
14751 2005-05-05  Christian Schaller <christian@fluendo.com> 
14752
14753         * Makefile.am: remove stuff that is not building
14754         * configure.ac: remove stuff that is not building
14755         * examples/Makefile.am: remove stuff that is not building
14756         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14757         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14758         * sys/Makefile.am: remove stuff that is not building
14759         * testsuite/Makefile.am: remove stuff that is not building
14760
14761 2005-05-05  Andy Wingo  <wingo@pobox.com>
14762
14763         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14764         * gst-libs/gst/tag/gstvorbistag.c:
14765         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14766         * gst/adder/gstadder.h:
14767         * gst/audioconvert/gstchannelmix.c:
14768         (gst_audio_convert_fill_one_other):
14769         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14770         (gst_audiorate_init), (gst_audiorate_chain):
14771         * gst/playback/gstplaybasebin.c: (setup_source):
14772         * gst/playback/test3.c: (update_scale):
14773         Some GCC4 fixes
14774         
14775         * po/af.po:
14776         * po/az.po:
14777         * po/cs.po:
14778         * po/en_GB.po:
14779         * po/hu.po:
14780         * po/it.po:
14781         * po/nb.po:
14782         * po/nl.po:
14783         * po/or.po:
14784         * po/sq.po:
14785         * po/sr.po:
14786         * po/sv.po:
14787         * po/uk.po:
14788         * po/vi.po: Foo
14789
14790 2005-05-05  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14793         (gst_audio_convert_caps_remove_format_info),
14794         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14795         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14796         * gst/videotestsrc/gstvideotestsrc.c:
14797         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14798         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14799         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14800         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14801         Don't ignore _push() return values.
14802         Make sure no processing is done when shutting down.
14803         Videotestsrc pad activation fix.
14804
14805 2005-05-05  Wim Taymans  <wim@fluendo.com>
14806
14807         * gst/adder/Makefile.am:
14808         * gst/adder/gstadder.c: (gst_adder_setcaps),
14809         (gst_adder_class_init), (gst_adder_init),
14810         (gst_adder_request_new_pad), (gst_adder_collected),
14811         (gst_adder_change_state):
14812         * gst/adder/gstadder.h:
14813         Ported adder as an example of a mixer element using
14814         collect pads. Needs more negotiation work.
14815
14816 2005-05-05  Wim Taymans  <wim@fluendo.com>
14817
14818         * ext/theora/theoradec.c: (_inc_granulepos),
14819         (theora_dec_src_event), (theora_dec_sink_event),
14820         (theora_handle_comment_packet), (theora_handle_type_packet),
14821         (theora_handle_header_packet), (theora_handle_data_packet),
14822         (theora_dec_chain):
14823         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14824         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14825         (theora_push_buffer), (theora_push_packet),
14826         (theora_enc_sink_event), (theora_enc_chain),
14827         (theora_enc_change_state), (theora_enc_set_property),
14828         (theora_enc_get_property):
14829         Added stream lock to decoder so that we can serialize
14830         the discont event.
14831         More theoraenc porting, recover from errors, do clean
14832         shutdown.
14833
14834 2005-05-05  Wim Taymans  <wim@fluendo.com>
14835
14836         * ext/ogg/Makefile.am:
14837         * ext/ogg/README:
14838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14839         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14840         (gst_ogg_print):
14841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14842         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14843         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14844         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14845         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14846         (gst_ogg_mux_change_state):
14847         Ported ogg muxer.
14848
14849 2005-05-05  Wim Taymans  <wim@fluendo.com>
14850
14851         * docs/design-audiosinks.txt:
14852         * gst-libs/gst/audio/TODO:
14853         * gst-libs/gst/audio/gstaudiosink.c:
14854         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14855         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14856         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14857         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14858         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14859         (gst_audiosink_create_ringbuffer):
14860         * gst-libs/gst/audio/gstbaseaudiosink.c:
14861         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14862         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14863         (gst_baseaudiosink_set_property), (build_linear_format),
14864         (debug_spec_caps), (debug_spec_buffer),
14865         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14866         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14867         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14868         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14870         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14871         (gst_ringbuffer_release), (gst_ringbuffer_play),
14872         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14873         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14874         (gst_ringbuffer_set_sample), (wait_segment),
14875         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14876         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14877         More work on the audiosink, mostly debugging and a race in
14878         shutdown.
14879
14880 2005-04-28  Wim Taymans  <wim@fluendo.com>
14881
14882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14883         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14884         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14885         (vorbis_dec_src_query), (vorbis_dec_src_event),
14886         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14887         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14888         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14889         Don't crap out when seeking back to position 0.
14890
14891 2005-04-28  Wim Taymans  <wim@fluendo.com>
14892
14893         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14894         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14895         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14896         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14897         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14898         Make audio sink configurable, use alsasink as default.
14899
14900 2005-04-28  Wim Taymans  <wim@fluendo.com>
14901
14902         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
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         (vorbis_dec_change_state):
14907         * ext/vorbis/vorbisdec.h:
14908         Refactor, use STREAM_LOCK.
14909
14910 2005-04-28  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/theora/theoradec.c: (_inc_granulepos),
14913         (theora_dec_sink_event), (theora_handle_comment_packet),
14914         (theora_handle_type_packet), (theora_handle_header_packet),
14915         (theora_handle_data_packet), (theora_dec_chain),
14916         (theora_dec_change_state):
14917         Refactor a bit, use STREAM_LOCK.
14918
14919 2005-04-28  Wim Taymans  <wim@fluendo.com>
14920
14921         * ext/alsa/Makefile.am:
14922         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14923         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14924         (gst_alsa_link), (gst_alsa_close_audio):
14925         * ext/alsa/gstalsaplugin.c: (plugin_init):
14926         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14927         (gst_alsasink_dispose), (gst_alsasink_base_init),
14928         (gst_alsasink_class_init), (gst_alsasink_init),
14929         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14930         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14931         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14932         (gst_alsasink_reset):
14933         * ext/alsa/gstalsasink.h:
14934         Implement alsasink with simple open/write/close API. 
14935         Make alsa dir build by disabling compilation of code.
14936
14937 2005-04-28  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst-libs/gst/audio/Makefile.am:
14940         * gst-libs/gst/audio/audio.h:
14941         * gst-libs/gst/audio/audioclock.c:
14942         * gst-libs/gst/audio/audioclock.h:
14943         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14944         (gst_audio_clock_class_init), (gst_audio_clock_init),
14945         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14946         * gst-libs/gst/audio/gstaudioclock.h:
14947         * gst-libs/gst/audio/gstaudiosink.c:
14948         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14949         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14950         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14951         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14952         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14953         (gst_audiosink_create_ringbuffer):
14954         * gst-libs/gst/audio/gstbaseaudiosink.c:
14955         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14956         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14957         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
14958         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
14959         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14960         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14961         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14962         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14963         * gst-libs/gst/audio/gstbaseaudiosink.h:
14964         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14965         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
14966         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14967         (gst_ringbuffer_release), (gst_ringbuffer_play),
14968         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14969         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14970         (gst_ringbuffer_set_sample), (wait_segment),
14971         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14972         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14973         * gst-libs/gst/audio/gstringbuffer.h:
14974         Make ringbuffer faster and more simple by removing the locks
14975         in the playback thread.
14976         Add sample accurate playback based on buffer sample offsets.
14977         Make the baseaudiosink provide a clock.
14978         Parse caps in the base class.
14979         Correctly handle seeking, flushing and state changes.
14980
14981 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14982
14983         * configure.ac:
14984         * gst/audioconvert/Makefile.am:
14985         * gst/audioscale/Makefile.am:
14986           Fix part of the build.  Come on guys, autogen didn't even work :)
14987
14988 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14989
14990         * configure.ac:
14991         * gst-libs/gst/Makefile.am:
14992         * gst-libs/gst/media-info/.cvsignore:
14993         * gst-libs/gst/media-info/Makefile.am:
14994         * gst-libs/gst/media-info/README:
14995         * gst-libs/gst/media-info/media-info-priv.c:
14996         * gst-libs/gst/media-info/media-info-priv.h:
14997         * gst-libs/gst/media-info/media-info-test.c:
14998         * gst-libs/gst/media-info/media-info.c:
14999         * gst-libs/gst/media-info/media-info.h:
15000         * gst-libs/gst/media-info/media-info.vcproj:
15001         * pkgconfig/Makefile.am:
15002         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15003         * pkgconfig/gstreamer-media-info.pc.in:
15004           Remove media-info, which is also successed by playbin (see Totem
15005           implementation).
15006
15007 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15008
15009         * configure.ac:
15010         * examples/Makefile.am:
15011         * examples/gstplay/.cvsignore:
15012         * examples/gstplay/Makefile.am:
15013         * examples/gstplay/player.c:
15014         * gst-libs/gst/Makefile.am:
15015         * gst-libs/gst/play/.cvsignore:
15016         * gst-libs/gst/play/Makefile.am:
15017         * gst-libs/gst/play/play.c:
15018         * gst-libs/gst/play/play.h:
15019         * gst-libs/gst/play/play.vcproj:
15020         * pkgconfig/Makefile.am:
15021         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15022         * pkgconfig/gstreamer-play.pc.in:
15023           Remove libgstplay, playbin is now the official successor.
15024
15025 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15026
15027         * configure.ac:
15028         * gst-libs/gst/Makefile.am:
15029         * gst-libs/gst/xwindowlistener/Makefile.am:
15030         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15031         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15032           Remove deprecated xwindowlistener (I've moved xwindowlistening
15033           in the v4l/v4l2 plugins over to serverside).
15034
15035 2005-04-25  David Schleef  <ds@schleef.org>
15036
15037         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15038         to examples/dynparams.  Examples do not belong interspersed with
15039         source code.
15040         * examples/dynparams/demo-dparams.c:
15041         * gst/sine/Makefile.am:
15042         * gst/sine/demo-dparams.c:
15043
15044 2005-04-25  David Schleef  <ds@schleef.org>
15045
15046         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15047         * gst-libs/gst/audio/Makefile.am:
15048         * gst-libs/gst/riff/Makefile.am:
15049         * gst-libs/gst/tag/Makefile.am:
15050         * gst-libs/gst/video/Makefile.am:
15051         * gst-libs/gst/xwindowlistener/Makefile.am:
15052
15053         Convert to 0.9 API, seems to work:
15054         * sys/ximage/Makefile.am:
15055         * sys/ximage/ximagesink.c:
15056
15057 2005-04-24  David Schleef  <ds@schleef.org>
15058
15059         Link plugins against libraries:
15060         * ext/alsa/Makefile.am:
15061         * gst/tcp/Makefile.am:
15062
15063         Remove asm code that should be in liboil
15064         * gst/videoscale/Makefile.am:
15065         * gst/videoscale/videoscale_x86_asm.s:
15066
15067         gettext wants these checked in:
15068         * po/af.po:
15069         * po/az.po:
15070         * po/cs.po:
15071         * po/en_GB.po:
15072         * po/hu.po:
15073         * po/it.po:
15074         * po/nb.po:
15075         * po/nl.po:
15076         * po/or.po:
15077         * po/sq.po:
15078         * po/sr.po:
15079         * po/sv.po:
15080         * po/uk.po:
15081         * po/vi.po:
15082
15083 2005-04-24  David Schleef  <ds@schleef.org>
15084
15085         Convert gst_main() to g_main_loop_run()
15086         * gst/playback/decodetest.c: (main):
15087         * gst/playback/test2.c: (main):
15088         * gst/playback/test3.c: (main):
15089         * gst/playback/test4.c: (main):
15090
15091         Link plugins against libraries:
15092         * ext/libvisual/Makefile.am:
15093         * sys/xvimage/Makefile.am:
15094
15095 2005-04-24  David Schleef  <ds@schleef.org>
15096
15097         * configure.ac: Remove idct and resample libs
15098         * gst-libs/gst/Makefile.am: same
15099
15100         Remove usage of gst_library_load():
15101         * ext/alsa/gstalsaplugin.c: (plugin_init):
15102         * ext/libvisual/visual.c: (plugin_init):
15103         * ext/ogg/gstogg.c: (plugin_init):
15104         * ext/theora/theora.c: (plugin_init):
15105         * ext/vorbis/vorbis.c: (plugin_init):
15106         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15107         * gst/audioscale/gstaudioscale.c:
15108         * gst/adder/gstadder.c: (plugin_init):
15109         * gst/audioconvert/plugin.c: (plugin_init):
15110         * sys/ximage/ximagesink.c: (plugin_init):
15111         * sys/xvimage/xvimagesink.c: (plugin_init):
15112         * gst/tcp/gsttcpplugin.c: (plugin_init):
15113
15114         Link plugins against libraries:
15115         * ext/ogg/Makefile.am:
15116         * ext/theora/Makefile.am:
15117         * ext/vorbis/Makefile.am:
15118         * gst/audioconvert/Makefile.am:
15119
15120         Create proper libraries:
15121         * gst-libs/gst/riff/Makefile.am:
15122         * gst-libs/gst/audio/Makefile.am:
15123         * gst-libs/gst/video/Makefile.am:
15124
15125         Move resample library to audioscale plugin directory:
15126         * gst-libs/gst/resample/Makefile.am:
15127         * gst-libs/gst/resample/README:
15128         * gst-libs/gst/resample/dtof.c:
15129         * gst-libs/gst/resample/dtos.c:
15130         * gst-libs/gst/resample/functable.c:
15131         * gst-libs/gst/resample/private.h:
15132         * gst-libs/gst/resample/resample.c:
15133         * gst-libs/gst/resample/resample.h:
15134         * gst-libs/gst/resample/resample.vcproj:
15135         * gst-libs/gst/resample/test.c:
15136         * gst/audioscale/Makefile.am:
15137         * gst/audioscale/README:
15138         * gst/audioscale/dtof.c:
15139         * gst/audioscale/dtos.c:
15140         * gst/audioscale/functable.c:
15141         * gst/audioscale/private.h:
15142         * gst/audioscale/resample.c:
15143         * gst/audioscale/resample.h:
15144         * gst/audioscale/test.c:
15145
15146         Move tagedit library to gst-libs:
15147         * gst-libs/gst/tag/Makefile.am:
15148         * gst-libs/gst/tag/gstid3tag.c:
15149         * gst-libs/gst/tag/gsttagediting.c:
15150         * gst-libs/gst/tag/gsttageditingprivate.h:
15151         * gst-libs/gst/tag/gstvorbistag.c:
15152         * gst/tags/Makefile.am:
15153         * gst/tags/gstid3tag.c:
15154         * gst/tags/gstvorbistag.c:
15155
15156         Fix for core changes:
15157         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15158         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15159         (gst_sinesrc_getrange):
15160
15161 2005-04-23  David Schleef  <ds@schleef.org>
15162
15163         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15164         in gst-plugins in a long time, and properly belongs in liboil.
15165         * gst-libs/gst/idct/Makefile.am:
15166         * gst-libs/gst/idct/README:
15167         * gst-libs/gst/idct/dct.h:
15168         * gst-libs/gst/idct/doieee:
15169         * gst-libs/gst/idct/fastintidct.c:
15170         * gst-libs/gst/idct/floatidct.c:
15171         * gst-libs/gst/idct/idct.c:
15172         * gst-libs/gst/idct/idct.h:
15173         * gst-libs/gst/idct/idtc.vcproj:
15174         * gst-libs/gst/idct/ieeetest.c:
15175         * gst-libs/gst/idct/intidct.c:
15176
15177 2005-04-20  Wim Taymans  <wim@fluendo.com>
15178
15179         * docs/design-audiosinks.txt:
15180         * gst-libs/gst/audio/Makefile.am:
15181         * gst-libs/gst/audio/TODO:
15182         * gst-libs/gst/audio/gstaudiosink.c:
15183         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15184         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15185         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15186         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15187         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15188         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15189         (gst_audiosink_class_init), (gst_audiosink_init),
15190         (gst_audiosink_create_ringbuffer):
15191         * gst-libs/gst/audio/gstaudiosink.h:
15192         * gst-libs/gst/audio/gstbaseaudiosink.c:
15193         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15194         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15195         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15196         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15197         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15198         (gst_baseaudiosink_create_ringbuffer),
15199         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15200         * gst-libs/gst/audio/gstbaseaudiosink.h:
15201         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15202         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15203         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15204         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15205         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15206         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15207         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15208         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15209         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15210         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15211         * gst-libs/gst/audio/gstringbuffer.h:
15212         An attempt at a set of audio base classes together with some
15213         design docs.
15214
15215 2005-04-20  Wim Taymans  <wim@fluendo.com>
15216
15217         * gst/audioconvert/Makefile.am:
15218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15219         (gst_audio_convert_caps_remove_format_info),
15220         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15221         (gst_audio_convert_channels):
15222         Link against audio libs.
15223         Fix audio convert plugin.
15224
15225 2005-04-20  Wim Taymans  <wim@fluendo.com>
15226
15227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15228         (gst_ogg_demux_sink_activate):
15229         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15230         (theora_set_header_on_caps), (theora_enc_sink_event),
15231         (theora_enc_chain):
15232         Fix theora encoder.
15233
15234 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15235
15236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15237         * gst/playback/gstdecodebin.c: (find_compatibles):
15238           Work with staticpadtemplates in elementfactories.
15239
15240 2005-04-12  Wim Taymans  <wim@fluendo.com>
15241
15242         * gst/playback/README:
15243         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15244         (compare_ranks), (print_feature), (gst_decode_bin_init),
15245         (dynamic_create), (dynamic_free), (find_compatibles),
15246         (mimetype_is_raw), (close_pad_link), (got_redirect),
15247         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15248         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15249         (gst_decode_bin_change_state):
15250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15251         (gst_play_base_bin_init), (group_destroy), (group_commit),
15252         (check_queue), (queue_overrun), (queue_threshold_reached),
15253         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15254         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15255         (got_redirect), (setup_source), (play_base_eos),
15256         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15257         (gst_play_base_bin_remove_element):
15258         * gst/playback/gstplaybasebin.h:
15259         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15260         (gst_play_bin_init), (gst_play_bin_dispose),
15261         (gst_play_bin_set_property), (gen_video_element),
15262         (gen_text_element), (gen_audio_element), (remove_sinks),
15263         (gst_play_bin_send_event):
15264         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15265         (stream_info_change_state), (gst_stream_info_set_mute):
15266         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15267         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15268         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15269         (gst_stream_selector_chain):
15270         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15271         (main):
15272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15273         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15274         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15275         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15276         Raw and crude port of decodebin. 
15277         Make playbin compile.
15278
15279 2005-04-06  Wim Taymans  <wim@fluendo.com>
15280
15281         * ext/gnomevfs/Makefile.am:
15282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15283         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15284         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15285         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15286         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15287         (gst_gnomevfssrc_stop):
15288         * ext/ogg/Makefile.am:
15289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15290         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15291         * ext/theora/Makefile.am:
15292         * ext/theora/theoradec.c: (_inc_granulepos),
15293         (theora_dec_sink_event), (theora_dec_chain):
15294         * ext/vorbis/Makefile.am:
15295         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15296         (vorbis_dec_sink_event), (vorbis_dec_chain):
15297         * gst-libs/gst/audio/Makefile.am:
15298         * sys/xvimage/Makefile.am:
15299         Make gnomevfssrc extend the source base class.
15300         Fix linking against libs in various plugins.
15301
15302 2005-04-06  Andy Wingo  <wingo@pobox.com>
15303
15304         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15305         GST_BASE_LIBS.
15306
15307         * configure.ac: Add check and AC_SUBST for libgstbase.
15308
15309 2005-03-31  Wim Taymans  <wim@fluendo.com>
15310
15311         * examples/seeking/Makefile.am:
15312         * examples/seeking/cdparanoia.c: (main):
15313         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15314         (play_cb), (pause_cb), (stop_cb), (main):
15315         * examples/seeking/playbin.c:
15316         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15317         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15318         (make_sid_pipeline), (make_vorbis_pipeline),
15319         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15320         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15321         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15322         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15323         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15324         (stop_cb), (main):
15325         * examples/seeking/spider_seek.c:
15326         * examples/seeking/vorbisfile.c:
15327         * ext/gnomevfs/Makefile.am:
15328         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15330         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15331         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15332         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15333         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15334         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15335         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15336         * ext/ogg/README:
15337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15338         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15339         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15340         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15341         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15342         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15343         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15344         (gst_ogg_demux_factory_filter), (compare_ranks),
15345         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15346         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15347         (gst_ogg_chain_new), (gst_ogg_chain_free),
15348         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15349         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15350         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15351         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15352         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15353         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15354         (gst_ogg_demux_get_prev_page),
15355         (gst_ogg_demux_deactivate_current_chain),
15356         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15357         (gst_ogg_demux_bisect_forward_serialno),
15358         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15359         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15360         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15361         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15362         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15363         (gst_ogg_demux_change_state), (gst_ogg_print):
15364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15365         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15366         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15367         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15368         (gst_ogg_mux_loop):
15369         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15370         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15371         (theora_dec_src_convert), (theora_dec_sink_convert),
15372         (theora_dec_src_query), (theora_dec_src_event),
15373         (theora_dec_sink_event), (theora_dec_chain),
15374         (theora_dec_change_state):
15375         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15376         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15377         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15378         (theora_enc_change_state):
15379         * ext/vorbis/Makefile.am:
15380         * ext/vorbis/oggvorbisenc.c:
15381         * ext/vorbis/oggvorbisenc.h:
15382         * ext/vorbis/vorbis.c: (plugin_init):
15383         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15384         (vorbis_dec_src_query), (vorbis_dec_src_event),
15385         (vorbis_dec_sink_event), (vorbis_dec_chain),
15386         (vorbis_dec_change_state):
15387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15388         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15389         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15390         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15391         (gst_vorbisenc_change_state):
15392         * ext/vorbis/vorbisenc.h:
15393         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15394         * gst-libs/gst/audio/audioclock.c:
15395         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15396         (gst_audiofilter_init), (gst_audiofilter_chain):
15397         * gst-libs/gst/audio/testchannels.c: (main):
15398         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15399         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15400         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15401         (gmip_find_track_streaminfo), (gmip_find_track_format):
15402         * gst-libs/gst/media-info/media-info.c:
15403         (gst_media_info_read_idler):
15404         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15405         (gst_play_get_all_by_interface):
15406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15407         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15408         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15409         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15410         (gst_riff_parse_info):
15411         * gst-libs/gst/riff/riff-read.h:
15412         * gst-libs/gst/riff/riff.c: (plugin_init):
15413         * gst-libs/gst/video/Makefile.am:
15414         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15415         (gst_videosink_class_init), (gst_videosink_get_type):
15416         * gst-libs/gst/video/videosink.h:
15417         * gst/audioconvert/bufferframesconvert.c:
15418         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15419         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15420         * gst/audioconvert/channelmixtest.c: (main):
15421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15422         (gst_audio_convert_chain),
15423         (gst_audio_convert_caps_remove_format_info),
15424         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15425         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15426         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15427         (gst_audio_convert_buffer_to_default_format),
15428         (gst_audio_convert_buffer_from_default_format),
15429         (gst_audio_convert_channels):
15430         * gst/audioconvert/gstchannelmix.h:
15431         * gst/ffmpegcolorspace/avcodec.h:
15432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15433         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15434         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15435         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15436         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15437         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15438         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15439         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15440         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15441         (dv_type_find):
15442         * gst/videotestsrc/gstvideotestsrc.c:
15443         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15444         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15445         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15446         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15447         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15448         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15449         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15451         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15452         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15453         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15454         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15455         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15456         (gst_xvimagesink_navigation_send_event),
15457         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15458         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15459         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15460         * sys/xvimage/xvimagesink.h:
15461         Plugin port to 0.9, ogg/theora playback should work in the seek
15462         example now.
15463         Removed old examples.
15464         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15465         explained in 0.9 TODO doc.
15466
15467
15468 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * autogen.sh:
15471         * configure.ac:
15472         * ext/Makefile.am:
15473         * gst/Makefile.am:
15474         * po/POTFILES.in:
15475         * po/af.po:
15476         * po/az.po:
15477         * po/cs.po:
15478         * po/en_GB.po:
15479         * po/hu.po:
15480         * po/it.po:
15481         * po/nb.po:
15482         * po/nl.po:
15483         * po/or.po:
15484         * po/sq.po:
15485         * po/sr.po:
15486         * po/sv.po:
15487         * po/uk.po:
15488         * po/vi.po:
15489         * sys/Makefile.am:
15490         * testsuite/Makefile.am:
15491           remove a whole bunch of plugins.  This module now contains a set
15492           of free reference plugins/elements as agreed.
15493
15494 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * configure.ac:
15497           hunting season on 0.9 is now OPEN
15498
15499 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15500
15501         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15502           Kick the hell out of gcc for not warning me about a symbol conflict.
15503
15504 2005-02-22  Luca Ognibene  <luogni@tin.it>
15505
15506         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15509           Don't leak caps string (fixes #168134)
15510
15511         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15512         (gst_jpegenc_init), (gst_jpegenc_finalize),
15513         (gst_jpegenc_change_state):
15514           Don't leak line buffers and context struct (fixes #168133).
15515
15516 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * configure.ac:
15519         * ext/dirac/gstdiracdec.cc:
15520         (gst_diracdec_chain):
15521           Since dirac 0.5.0 the framerate in dirac is expressed as a
15522           rational number. Fix build and up requirement to 0.5.0, and
15523           also pass parameters to gst_diracdec_link in the right order
15524           (fixes #167959).
15525
15526 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15527
15528         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15529         * ext/faad/gstfaad.h:
15530         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15531         certain invalid muxed streams, where some packets will contain 
15532         junk after decoder data. Partially fixes #149158.
15533
15534 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15535         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15536           Make sure we only write to writable buffers
15537
15538 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * gst-libs/gst/riff/riff-media.c:
15541         (gst_riff_create_audio_caps_with_data):
15542           Do actually fix invalid RIFF fmt header values for alaw
15543           and mulaw audio instead of just saying so.
15544
15545         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15546           Give gst_riff_create_audio_caps_with_data() a chance to
15547           fix up broken format header fields before extracting any
15548           parameters from the header. (fixes #167633)
15549
15550 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15551
15552         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * gst/audioconvert/bufferframesconvert.c:
15555         (buffer_frames_convert_link):
15556           Don't leak othercaps. (fixes #167878)
15557
15558 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15559
15560         * configure.ac:
15561         * ext/libvisual/visual.c: (gst_visual_srclink),
15562         (gst_visual_change_state):
15563           Support libvisual 0.2.0.
15564
15565 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15568         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15569           Use same rowstrides for I420 as used everywhere else.
15570
15571 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15572
15573         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15574           Declare variables at beginning of block and make gcc-2.95 happy
15575           (fixes # 167482, patch by Gergely Nagy).
15576           
15577         * gst/tcp/gsttcpclientsrc.c:
15578         * gst/tcp/gsttcpclientsrc.h:
15579           Move some includes into the header, so that struct sockaddr_in is
15580           defined when it should be defined on FreeBSD as well (fixes
15581           #167483).
15582           
15583         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15584           Don't pass uninitialised values to setsockopt() here either.
15585
15586 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15587
15588         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15591           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15592
15593 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15594
15595         * gst/playback/gstplaybin.c: (add_sink):
15596           Invert bin_add/link order to workaround deadlock in opt.
15597
15598 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15599
15600         * gst/modplug/gstmodplug.cc:
15601           Add missing break causing position queries to fail.
15602
15603 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15604
15605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15606           Granpos can apparently be -1, which screws up calculations...
15607
15608 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15609
15610         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15611         (gst_ximagesink_send_pending_navigation),
15612         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15613         (gst_ximagesink_init):
15614         * sys/ximage/ximagesink.h:
15615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15616         (gst_xvimagesink_send_pending_navigation),
15617         (gst_xvimagesink_navigation_send_event),
15618         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15619         * sys/xvimage/xvimagesink.h:
15620           Use a mutex protected list to marshal navigation
15621           events into the stream thread from whichever thread
15622           sends them.
15623
15624 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15627           Display current position and track length; misc. clean-ups.
15628           
15629         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15630         (speed_init), (speed_chain):
15631           Add query function, so that the stream length and current position
15632           get adjusted when queried (note that current position queries may
15633           still be wrong if the audio sink returns values based on buffer
15634           timestamps instead of passing on the query).
15635
15636 2005-02-13  Benjamin Otte  <otte@gnome.org>
15637
15638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15639         (gst_audio_convert_channels):
15640           create channel conversion matrix when linking
15641         * gst/audioconvert/.cvsignore:
15642         * gst/audioconvert/Makefile.am:
15643         * gst/audioconvert/channelmixtest.c: (main):
15644           add (ugly) test that ensures stereo <=> mono conversion works
15645           correctly
15646
15647 2005-02-13  Benjamin Otte  <otte@gnome.org>
15648
15649         * gst/audioconvert/gstchannelmix.h:
15650           include missing header file
15651         * gst/audioconvert/gstchannelmix.c:
15652         (gst_audio_convert_fill_compatible):
15653           use same sign for both channels when converting to/from compatible
15654           channel. Previously used different signs made the signals cancel
15655           each other out and appear like silence. (fixes #167269)
15656
15657 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/ffmpegcolorspace/avcodec.h:
15660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15661         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15662         (gst_ffmpegcsp_avpicture_fill):
15663         * gst/ffmpegcolorspace/imgconvert.c:
15664           Convert to and from YV12 (fixes #156379).
15665
15666 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15667
15668         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15669         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15670         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15671         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15672         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15673         methods from chain and negotiation and vice versa (Fixes #166142).
15674         * sys/ximage/ximagesink.h: Add stream_lock.
15675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15676         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15677         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15678         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15679
15680 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15683           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15684           error message when we can't open the DVD device (when dvdnav_open()
15685           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15686           the above). Send something more useful instead (fixes #167117).
15687
15688 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15689
15690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15691         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15692         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15693         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15694         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15695         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15696         methods from chain and negotiation and vice versa (Fixes #166142).
15697         Fix a possible bug of images in the buffer pool being discarded because
15698         we are looking at the wrong geometry.
15699         * sys/xvimage/xvimagesink.h: Add stream_lock.
15700
15701 2005-02-11  David Schleef  <ds@schleef.org>
15702
15703         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15704         unsigned int. (fixes #167128)
15705
15706 2005-02-11  David Schleef  <ds@schleef.org>
15707
15708         * gst/librfb/Makefile.am: Testing stuff before committing is
15709           for wimps... and people with fast machines.  Fix stupid
15710           mistake.
15711
15712 2005-02-11  David Schleef  <ds@schleef.org>
15713
15714         * configure.ac: Pull in librfb from my CVS tree, because it is
15715           too small and annoying to be separate.  Move rfbsrc plugin
15716           to gst/.
15717         * ext/Makefile.am:
15718         * ext/librfb/Makefile.am:
15719         * ext/librfb/gstrfbsrc.c:
15720         * gst/librfb/Makefile.am:
15721         * gst/librfb/gstrfbsrc.c:
15722         * gst/librfb/rfb.c:
15723         * gst/librfb/rfb.h:
15724         * gst/librfb/rfbbuffer.c:
15725         * gst/librfb/rfbbuffer.h:
15726         * gst/librfb/rfbbytestream.c:
15727         * gst/librfb/rfbbytestream.h:
15728         * gst/librfb/rfbcontext.h:
15729         * gst/librfb/rfbdecoder.c:
15730         * gst/librfb/rfbdecoder.h:
15731         * gst/librfb/rfbutil.h:
15732
15733 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         * gst/speed/Makefile.am:
15736         * gst/speed/demo-mp3.c: (main):
15737         * gst/speed/filter.func:
15738         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15739         (speed_class_init), (speed_init), (speed_chain_int16),
15740         (speed_chain_float32), (speed_chain), (speed_set_property),
15741         (speed_get_property), (speed_change_state):
15742         * gst/speed/gstspeed.h:
15743           Fix speed element and make it chain-based (fixes #156467),
15744           and make it handle more than one channel.
15745
15746 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15747
15748         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15749         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15750         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15751         * ext/dts/gstdtsdec.h:
15752           Don't clobber the stack constructing the channels array.
15753           Make the element chain-based. DTS tracks can now be played.
15754           
15755 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * gst-libs/gst/audio/multichannel.h:
15758         * gst-libs/gst/gconf/gconf.h:
15759         * gst-libs/gst/idct/idct.h:
15760         * gst-libs/gst/media-info/media-info-priv.h:
15761         * gst-libs/gst/play/play.h:
15762         * gst-libs/gst/resample/private.h:
15763         * gst-libs/gst/resample/resample.h:
15764         * gst-libs/gst/riff/riff-ids.h:
15765         * gst-libs/gst/video/video.h:
15766         * gst-libs/gst/video/videosink.h:
15767           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15768           missing, so that they work when included from C++ code.
15769
15770 2005-02-09  David Schleef  <ds@schleef.org>
15771
15772         * testsuite/gst-lint: Check for non-statically scoped
15773           parent_class variables.  This won't be a problem once
15774           plugins are loaded with RTLD_LOCAL.
15775
15776 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15777
15778         * ext/mplex/gstmplexibitstream.cc:
15779           gcc madness.
15780
15781 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15782
15783         * ext/ogg/gstogmparse.c:
15784         * gst/debug/gstnavigationtest.c:
15785           Die, thou faulty symbol pollutors (non-static parent_class).
15786
15787 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15788
15789         * ext/mplex/gstmplexibitstream.cc:
15790           Fix event handling (#165525).
15791
15792 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15793
15794         * ext/mikmod/gstmikmod.c:
15795         * gst/modplug/gstmodplug.cc:
15796           Add missing endianness to template (fixes #165509).
15797
15798 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15799
15800         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15801           Fix wrong order of reading of optional bytes (#165290).
15802
15803 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15804
15805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15806           Implement FILLER event awareness.
15807
15808 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15809
15810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15811           Fix track calculations (#166208).
15812
15813 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15814
15815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15816
15817         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15818         * ext/libpng/gstpngenc.c:
15819           Fix byte-order, use proper fixed caps. Fixes #164197.
15820
15821 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15822
15823         * configure.ac:
15824           Add dvdlpcmdec 
15825
15826         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15827         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15828           Don't push buffers if the src pad isn't negotiated yet.
15829           
15830         * gst/audioconvert/gstaudioconvert.c:
15831         (gst_audio_convert_buffer_to_default_format),
15832         (gst_audio_convert_buffer_from_default_format):
15833           Add support for 24-bit width.
15834
15835         * gst/dvdlpcmdec/.cvsignore:
15836         * gst/dvdlpcmdec/Makefile.am:
15837         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15838         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15839         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15840         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15841         (plugin_init):
15842         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15843           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15844           format. Needs support for the channels maps if someone can find 
15845           a DVD LPCM track with > 2 channels.
15846
15847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15848         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15849         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15850         * gst/mpegstream/gstdvddemux.h:
15851         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15852         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15853         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15854         * gst/mpegstream/gstmpegdemux.h:
15855         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15856         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15857         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15858         (gst_mpeg_parse_handle_src_query),
15859         (gst_mpeg_parse_handle_src_event):
15860           Use audio/x-dvd-lpcm for LPCM output.
15861           Add DTS output.
15862
15863 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15864
15865         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15866
15867         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15868         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15869           Add BGRA handling (#165736).
15870
15871 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15872
15873         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15874
15875         * gst/law/alaw-decode.c: (alawdec_link):
15876         * gst/law/alaw-encode.c: (alawenc_link):
15877         * gst/law/mulaw-decode.c: (mulawdec_link):
15878         * gst/law/mulaw-encode.c: (mulawenc_link):
15879           Fix caps memleaks (#166600).
15880
15881 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * ext/tarkin/mem.h:
15884         * ext/tarkin/wavelet.h:
15885         * ext/tarkin/yuv.h:
15886         * gst/ffmpegcolorspace/avcodec.h:
15887           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15888           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15889
15890 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15891
15892         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15894         (gst_xvimagesink_change_state):
15895           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15896           Xv video (and thereby regenerate Xv colourkey) in clear() so
15897           that PLAY -> READY -> PLAY works (fixes #162504).
15898
15899 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15900
15901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15902           Switch to list instead of range, since MJPEG-devices really just
15903           support decimations, not any size.
15904
15905 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15907         (gst_mpeg2dec_reset), (free_all_buffers),
15908         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15909         * ext/mpeg2dec/gstmpeg2dec.h:
15910           The libmpeg2 user-allocated buffer management is awkward, 
15911           to say the least. Hopefully this fixes things.
15912
15913 2005-02-04  Andy Wingo  <wingo@pobox.com>
15914
15915         * gst/audioconvert/bufferframesconvert.c
15916         (buffer_frames_convert_fixate): New function, fixates to 256
15917         frames per buffer by default. (Much better than 1.)
15918         (buffer_frames_convert_init): Set the fixate function for both src
15919         and sink pad.
15920         (buffer_frames_convert_link): After success setting nonfixed caps,
15921         get the negotiated caps so we can know how many buffer-frames it
15922         will be. No idea how this worked at all before.
15923
15924 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15925
15926         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15927         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15928         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15929         (handle_sequence), (handle_picture):
15930         * ext/mpeg2dec/gstmpeg2dec.h:
15931           Rearrange buffer tracking and refcounting and refactor
15932           a little for readability. 
15933
15934 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15935         * sys/v4l/gstv4l.c: (plugin_init):
15936         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15937         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15938         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15939         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15940         * sys/v4l/gstv4ljpegsrc.h:
15941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15942         * sys/v4l/v4l_calls.h:
15943         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15944         (gst_v4lsrc_get_fps):
15945         * sys/v4l/v4lsrc_calls.h:
15946           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15947           you jpeg inside rgb frames" driver.
15948           Don't error in the v4lsrc link function, just return 
15949           REFUSED.
15950
15951 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15952
15953         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
15954         (gst_qcamsrc_open):
15955           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
15956
15957 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15958
15959         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15960           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
15961
15962 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15963
15964         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
15965           Reset negotiated state on PAUSED->READY.
15966
15967 2005-02-02  David Schleef  <ds@schleef.org>
15968
15969         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
15970         whereever possible.  (Fixes #165997)
15971         * examples/capsfilter/capsfilter1.c: (main):
15972         * examples/dynparams/filter.c: (create_ui):
15973         * examples/seeking/cdparanoia.c: (get_track_info), (main):
15974         * examples/seeking/chained.c: (main):
15975         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15976         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15977         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
15978         (make_mpeg_pipeline), (make_mpegnt_pipeline):
15979         * examples/seeking/spider_seek.c: (make_spider_pipeline):
15980         * examples/switch/switcher.c: (main):
15981         * ext/dv/demo-play.c: (main):
15982         * ext/faad/gstfaad.c: (gst_faad_change_state):
15983         * ext/mad/gstmad.c: (gst_mad_chain):
15984         * ext/smoothwave/demo-osssrc.c: (main):
15985         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
15986         (gst_gconf_render_bin_from_description),
15987         (gst_gconf_get_default_audio_sink),
15988         (gst_gconf_get_default_video_sink),
15989         (gst_gconf_get_default_audio_src),
15990         (gst_gconf_get_default_video_src),
15991         (gst_gconf_get_default_visualization_element):
15992         * gst/level/demo.c: (main):
15993         * gst/level/plot.c: (main):
15994         * gst/playback/gstplaybin.c: (gen_video_element),
15995         (gen_audio_element):
15996         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
15997         * gst/playondemand/demo-mp3.c: (setup_pipeline):
15998         * gst/sine/demo-dparams.c: (main):
15999         * gst/spectrum/demo-osssrc.c: (main):
16000         * gst/speed/demo-mp3.c: (main):
16001         * gst/volume/demo.c: (main):
16002         * testsuite/embed/embed.c: (main):
16003
16004 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16005
16006         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16007         (gst_tcpclientsink_finalize):
16008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16009         (gst_tcpclientsrc_finalize):
16010         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16011         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16012         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16013         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16014           Don't leak the hostname when shutting down.
16015           In tcpserversrc, take a copy of the default hostname.
16016
16017 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16018
16019         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16020           Set caps to systemstream=TRUE.
16021
16022 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16023
16024         * testsuite/Makefile.am:
16025           Fix more OSX buildbots.
16026
16027 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16028
16029         * ext/mpeg2dec/gstmpeg2dec.c:
16030           Don't send things to NULL PAD_PEERs
16031
16032         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16033           Copy-on-write the incoming buffer.
16034
16035         * gst/mpegstream/gstdvddemux.h:
16036         * gst/mpegstream/gstmpegclock.h:
16037         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16038         (normal_seek), (gst_mpeg_demux_handle_src_event):
16039         * gst/mpegstream/gstmpegdemux.h:
16040         * gst/mpegstream/gstmpegpacketize.h:
16041         * gst/mpegstream/gstmpegparse.c:
16042         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16043         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16044         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16045         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16046         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16047         * gst/mpegstream/gstmpegparse.h:
16048         * gst/mpegstream/gstrfc2250enc.h:
16049           Various changes to the way time is computed that make seeking and
16050           total time estimation much better here.
16051           Use G_BEGIN/END_DECLS instead of __cplusplus
16052
16053         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16054           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16055
16056 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16057
16058         * gst/subparse/gstsubparse.c:
16059           Fix OSX buildbot.
16060
16061 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16062
16063         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16064         (theora_enc_chain), (theora_enc_change_state):
16065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16066         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16067         (gst_vorbisenc_change_state):
16068         * ext/vorbis/vorbisenc.h:
16069           Set granulepos and timestamp correctly for streams not
16070           starting at 0, taking into account the initial delay.
16071
16072 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * gst/mpegstream/gstdvddemux.c:
16075           Add audio/x-dts to audio pad template caps
16076
16077 2005-01-30  David Schleef  <ds@schleef.org>
16078
16079         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16080         (create_context), (gst_polypsink_link): Fix silly endianness
16081         bug.  Add some debugging.  Remove float from caps; it doesn't
16082         work.  Attempt to get remote audio working.
16083
16084 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16085
16086         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16087           Add 3IV2 fourcc.
16088
16089 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16090
16091         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16092         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16093         (gst_avi_demux_stream_data):
16094         * gst/avi/gstavidemux.h:
16095           Invert DIB images. Fixes #132341.
16096
16097 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16098
16099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16100         (gst_ffmpegcsp_chain):
16101           D'oh, reference the palette data, not the palette structure.
16102           Fixes color distortion in #132341.
16103
16104 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16105
16106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16107           PAR can be non-fixed when not provided as argument (#162626).
16108
16109 2005-01-29  David Moore  <dcm@acm.org>
16110
16111         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16112
16113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16114         (gst_qtdemux_loop_header):
16115           Re-apply patch from #142272 that allows non-seekable sources,
16116           re-proposed by Daniel Drake <dsd@gentoo.org>.
16117
16118 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16119
16120         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16121           Use the src template for creating the src pad (#162330).
16122
16123 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16124
16125         * configure.ac:
16126         * ext/musepack/Makefile.am:
16127         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16128         (gst_musepackdec_init), (gst_musepackdec_dispose),
16129         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16130         (gst_musepack_stream_init), (gst_musepackdec_loop),
16131         (gst_musepackdec_change_state):
16132         * ext/musepack/gstmusepackdec.cpp:
16133         * ext/musepack/gstmusepackdec.h:
16134         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16135         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16136         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16137         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16138         * ext/musepack/gstmusepackreader.cpp:
16139         * ext/musepack/gstmusepackreader.h:
16140           Update to 1.1 API (#165446).
16141
16142 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16143
16144         * ext/Makefile.am:
16145           Unbreak buildbot.
16146
16147 2005-01-28  Andy Wingo  <wingo@pobox.com>
16148
16149         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16150         to reflect a different dubious internet source. Add a reference
16151         and some commentary.
16152
16153 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16154
16155         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16156         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16157         * gst/playback/gststreamselector.h:
16158           Be more selective when we're redoing caps negotiation from
16159           within the chain function on a stream change.
16160
16161 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16162
16163         * configure.ac:
16164         * ext/Makefile.am:
16165         * ext/amrnb/Makefile.am:
16166         * ext/amrnb/amrnb.c: (plugin_init):
16167         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16168         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16169         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16170         (gst_amrnbdec_state_change):
16171         * ext/amrnb/amrnbdec.h:
16172         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16173         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16174         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16175         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16176         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16177         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16178         * ext/amrnb/amrnbparse.h:
16179           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16180         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16181           Add AMR-NB/-WB raw formats.
16182         * ext/alsa/gstalsa.c: (gst_alsa_link):
16183           Keep valid time when changing format.
16184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16185         (qtdemux_parse_trak):
16186           Add some more format-specific options (#140141, #143555, #155163).
16187
16188 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16189
16190         * gst/matroska/matroska-demux.c:
16191         (gst_matroska_demux_parse_blockgroup):
16192           Fix logic error in timing of subtitle stream synchronization.
16193         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16194           Add skip-chunk, which is found in kodak-camera streams.
16195
16196 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16197
16198         * po/LINGUAS:
16199         * po/vi.po:
16200           Adding Vietnamese translation (submitted by Clytie Siddall)
16201
16202 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16203
16204         * gst/playback/gstdecodebin.c: (try_to_link_1):
16205           Use realpad for signal.
16206
16207 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16208
16209         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16210           Fix category so decodebin picks it up.
16211
16212 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16213
16214         * ext/mad/Makefile.am:
16215         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16216         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16217         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16218         (found_type), (gst_id3demux_bin_change_state):
16219         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16220         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16221         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16222         (gst_id3_tag_change_state), (plugin_init):
16223         * ext/mad/gstmad.h:
16224           Add id3demuxbin (which is a simple bin consisting of id3demux
16225           and typefind), take over rank from id3demux, remove typefind
16226           code from id3demux. Makes all broken mp3s that I know of work,
16227           and thereby fixes #152688.
16228
16229 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16230
16231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16232
16233         * ext/mad/gstmad.c: (gst_mad_src_event):
16234         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16235           Allow seeks on audio pad, make mad forward those (#164826).
16236         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16237           Set duration (#165335).
16238
16239 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16240
16241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16242         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16243         (gst_asf_demux_process_ext_content_desc),
16244         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16245         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16246         * gst/asfdemux/gstasfdemux.h:
16247           Improve metadata display, e.g. if the metadata comes before the
16248           streams are loaded (which is perfectly valid).
16249
16250 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16251
16252         * tools/gst-launch-ext-m.m:
16253           Fix AVI/ASF pipelines (#165340).
16254
16255 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16256         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16257         build failure on amd64
16258
16259 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16260
16261         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16262         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16263           Check environment variables GST_ID3V2_TAG_ENCODING,
16264           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16265           list of character encodings to force interpretation of non-unicode
16266           strings stored in an ID3v2 tag to a particular encoding. If none
16267           is specified, try to use current locale's encoding, then fall back
16268           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16269         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16270         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16271           Check environment variables GST_ID3V1_TAG_ENCODING,
16272           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16273           list of character encodings to use in case a string encountered
16274           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16275           specified, try to use the current locale's encoding, then fall
16276           back to ISO-8859-1 (which will always succeed).
16277
16278 2005-01-25  Benjamin Otte  <otte@gnome.org>
16279
16280         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16281           - on half framerate, compute the rate in advance so the comparisons
16282             don't compare wrong values
16283           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16284             behaviour
16285           - don't use mad_header_decode anymore, mad_frame_decode does that
16286             automatically
16287           - when getting rid of consumed bytes, reset the stream's skiplen
16288           (fixes #163867)
16289
16290 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16291
16292         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16293           Use 1/2 a second for default max_discont, as PES streams from DVB
16294           seem to have larger spacings in the SCR. 
16295           Fix a typo.
16296
16297 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16298
16299         * gst/playback/gstplaybasebin.c: (group_commit):
16300           Notify delayed stream-info availability.
16301
16302 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16303         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16304         (gst_a52dec_handle_event), (gst_a52dec_chain):
16305         Add some debug output. Check that a discont has a valid
16306         time associated.
16307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16308         (gst_alsa_sink_loop):
16309         Ignore TAG events. A little extra debug for broken timestamps.
16310         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16311         (dvdnavsrc_change_state):
16312         Ensure we send a discont to engage the link before we send any
16313         other events.
16314         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16315         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16316         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16317         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16318         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16319         dvd://title works in totem because typefinding sends a seek that ends
16320         up going back to chapter 1 regardless.
16321         * ext/mpeg2dec/gstmpeg2dec.c:
16322         * ext/mpeg2dec/gstmpeg2dec.h:
16323         Output correct timestamps and handle disconts.
16324         * ext/ogg/gstoggdemux.c: (get_relative):
16325         Small guard against a null dereference.
16326         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16327         (gst_textoverlay_set_property):
16328         Free memory when done. Don't call gst_event_filler_get_duration on
16329         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16330         g_warning.
16331         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16332         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16333         (gst_sw_srclink), (gst_smoothwave_chain):
16334         Draw solid lines, prettier colours.
16335         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16336         Add a default palette that'll work for some movies.
16337         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16338         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16339         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16340         * gst/mpegstream/gstdvddemux.h:
16341         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16342         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16343         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16344         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16345         * gst/mpegstream/gstmpegparse.h:
16346         Use PTM/NAV events when for timestamp adjustment when connected to 
16347         dvdnavsrc. Don't use many discont events where one suffices.
16348         * gst/playback/gstplaybasebin.c: (group_destroy),
16349         (gen_preroll_element), (gst_play_base_bin_add_element):
16350         * gst/playback/gstplaybasebin.h:
16351         Make sure we remove subtitles from the same bin we put them in.
16352         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16353         (gst_subparse_buffer_format_autodetect),
16354         (gst_subparse_change_state):
16355         Fix some memleaks and invalid accesses.
16356         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16357         (oggskel_type_find), (cmml_type_find), (plugin_init):
16358         Some typefind functions for Annodex v3.0 files
16359         * gst/wavparse/gstwavparse.h:
16360         GstRiffReadClass is the correct parent class.
16361
16362 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16363
16364         * gst-libs/gst/riff/riff-media.c:
16365         (gst_riff_create_video_caps_with_data):
16366           Add extradata to huffyuv (fixes #165013).
16367         * gst-libs/gst/riff/riff-read.c:
16368         (gst_riff_read_strf_vids_with_data):
16369           Fix extradata extraction if it is in the chunk size.
16370
16371 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16372
16373         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16374
16375         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16376         (gst_quarktv_change_state), (gst_quarktv_dispose):
16377           Memory free'ing location fix (#164708).
16378
16379 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/playback/gstplaybasebin.c: (group_commit),
16382         (gen_preroll_element), (probe_triggered), (gen_source_element),
16383         (setup_source), (gst_play_base_bin_change_state),
16384         (gst_play_base_bin_add_element):
16385           Don't block for streams.
16386         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16387         (gst_stream_info_set_mute):
16388           Use gst_pad_set_active_recursive.
16389
16390 2005-01-25  Andy Wingo  <wingo@pobox.com>
16391
16392         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16393         for #ifndef HAVE_XVIDEO.
16394
16395 2005-01-24  Jeffrey C. Ollie
16396
16397         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16398
16399         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16400         * ext/gsm/gstgsmdec.h:
16401         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16402         * ext/gsm/gstgsmenc.h:
16403         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16404         was given by property. Add proper buffer timestamps and offsets.
16405
16406 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * gst-libs/gst/riff/riff-media.c:
16409         (gst_riff_create_audio_caps_with_data):
16410           Audio can be <8000Hz.
16411
16412 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16415           Explicit state change to workaround refcount bugs.
16416
16417 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16420         (gst_avimux_riff_get_avi_header):
16421           Fix...
16422
16423 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16426         (gst_riff_read_element_data):
16427         * gst-libs/gst/riff/riff-read.h:
16428           Add _peek version (req'ed in CDXA).
16429         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16430         (gst_cdxaparse_loop):
16431           Fix parsing in playbin.
16432         * gst/playback/gstdecodebin.c: (close_pad_link):
16433           Ignore current_ pads, they cause major annoyance.
16434
16435 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16436
16437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16438           Safety guard.
16439
16440 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16443           Fix padding...
16444
16445 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16448           Allow for 0-sized buffers. Fixes length query problems in
16449           starwars.mkv from the testsuite.
16450
16451 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16454         (gst_video_box_i420), (gst_video_box_chain):
16455           Fix row strides for I420 (fixes #163159)
16456           
16457 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16458
16459         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16460           MPEG2 has a useful rate property, so we can actually use that.
16461           For MPEG-1, continue using the bytes/time properties.
16462
16463 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * gst-libs/gst/riff/riff-media.c:
16466         (gst_riff_create_video_caps_with_data),
16467         (gst_riff_create_video_template_caps):
16468           Add intel-h263.
16469
16470 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16473           Fail if caps negotiation fails. Should fix #162184, and should
16474           definately be in there regardless of it fixing the actual bug.
16475         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16476         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16477         (gst_avimux_riff_get_avix_header),
16478         (gst_avimux_riff_get_video_header),
16479         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16480         (gst_avimux_start_file), (gst_avimux_handle_event),
16481         (gst_avimux_change_state):
16482         * gst/avi/gstavimux.h:
16483           Refactor structure writing to use GST_WRITE_UINT macros, add
16484           metadata writing support.
16485
16486 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16489           Elements may already be destroyed when this function is called.
16490
16491 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16492
16493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16494         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16495           More memory leak fixes (#149162).
16496
16497 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16500         (gst_qtdemux_add_stream):
16501           Fix two memleaks.
16502
16503 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16506           Argh...
16507
16508 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16509
16510         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16511           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16512           when fixating to six channels in Totem.
16513
16514 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16517           Fix compile warnings on Solaris 10 buildbot
16518
16519 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * ext/dvdread/dvdreadsrc.c: (_read):
16522           Don't read beyond the last cell in a chapter (fixes 
16523           invalid memory access)
16524
16525 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16526
16527         * ext/dvdread/stream_labels.c:
16528         (dvdreadsrc_get_audio_stream_labels):
16529           Use NULL for an empty GList instead of g_list_alloc(); fix 
16530           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16531           of GString (easier to bulk free later)
16532
16533 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16534
16535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16536
16537         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16538         (gst_ffmpeg_pixfmt_to_caps):
16539           Fix BGRA32 caps (#164209).
16540
16541 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16542
16543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16544
16545         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16546         (gst_ffmpeg_caps_to_pixfmt):
16547           alpha_mask can be RGBA/ABGR. Fixes #164265.
16548
16549 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16550
16551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16552
16553         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16554         (gst_mpeg2dec_alloc_buffer):
16555         * ext/mpeg2dec/gstmpeg2dec.h:
16556           Crop if decoding size is not the actual image size (#163676).
16557
16558 2005-01-17  Steve Baker  <steve@stevebaker.org>
16559
16560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16561
16562         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16563         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16564           Add libsndfile typefind functions (#163309).
16565
16566 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16567
16568         * tools/gst-launch-ext-m.m:
16569           Add .aac, fix .m1v/.m2v (#163891).
16570
16571 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16572
16573         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16574           Sanity check, don't wait endlessly since the clock might not
16575           actually run at this point (which is a deadlock). Fixes #164069.
16576
16577 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16578
16579         * gst/playback/gstplaybasebin.c: (probe_triggered):
16580           Of course, only pause if group is done...
16581
16582 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16583
16584         * gst/playback/gstplaybasebin.c: (probe_triggered):
16585           Thread safety.
16586
16587 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16588
16589         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16590           Don't return state change success when the parent
16591           failed.
16592
16593 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16596           Free events (fix memleak in #162905).
16597
16598 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16599
16600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16601
16602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16603         (gst_ffmpeg_caps_to_pixfmt):
16604           Fix for depth = 15. Fixes #161675.
16605
16606 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16609           Set FPS correctly, even for webcams and the like.
16610         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16611           Don error on setting while capturing.
16612
16613 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16614
16615         * ext/dv/gstdvdec.c:
16616         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16617         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16618           I'm a bad boy. using /1001. to force C to do float division
16619           and not integer division (as it did in my last commit)
16620           Thanks to David I. Lehn for pointing this mistake.
16621
16622 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16623
16624         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16625           Revert Johan's 1.35->1.36 since it breaks compat.
16626
16627 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16628
16629         * ext/dv/gstdvdec.c:
16630         * ext/libfame/gstlibfame.c:
16631         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16632         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16633           replace framerate aproximations by their real value
16634           (24000/1001, 30000/1001, 60000/1001)
16635           Finish fixing bug #164049
16636
16637 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16638
16639         * ext/ogg/gstoggmux.c:
16640           eos/bos debugging
16641         * gst/tcp/gstmultifdsink.c:
16642         * gst/tcp/gstmultifdsink.h:
16643         * gst/tcp/gsttcp.c:
16644         * gst/tcp/gsttcp.h:
16645         * gst/tcp/gsttcpclientsink.c:
16646         * gst/tcp/gsttcpclientsrc.c:
16647         * gst/tcp/gsttcpserversink.c:
16648         * gst/tcp/gsttcpserversrc.c:
16649           improve reusability of elements after state changes and errors
16650           make multifdsink throw away streamheaders when receiving new ones
16651
16652 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16653
16654         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16655           Fix for if items are already in list...
16656
16657 2005-01-12  Benjamin Otte  <otte@gnome.org>
16658
16659         * gst/adder/gstadder.c: (gst_adder_loop):
16660           fix adder a bit so it doesn't screw up with events as much anymore
16661
16662 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16663
16664         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16665         (pixbufscale_scale), (gst_pixbufscale_chain):
16666         * ext/gdk_pixbuf/pixbufscale.h:
16667           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16668           to ensure rowstrides are calculated the same way as 
16669           ffmpegcolorspace
16670           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16671           that we pick up duration and offset also.
16672
16673 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16676         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16677           Reusability fixes.
16678
16679 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16680
16681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16682         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16683         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16684         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16685           Update flags when requested.
16686
16687 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16688
16689         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16690           Fix dmix.
16691
16692 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16693
16694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16695         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16696         (probe_triggered), (new_decoded_pad), (gen_source_element),
16697         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16698         * gst/playback/gstplaybasebin.h:
16699         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16700         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16701         (gst_play_bin_change_state):
16702           Implement group-switch signal for use in apps to clear metadata
16703           cache, clean up subtitle, add suburi property instead of # hack,
16704           some error-out fixes.
16705
16706 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16707
16708         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16709           Debug.
16710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16711           If we got a state change in the _get handler, don't return success.
16712
16713 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16714
16715         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16716         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16717           Make jpegdec quiet on MJPEG decoding
16718         * gst/asfdemux/README:
16719           Fix mimetypes for MJPEG and H263
16720
16721 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16722
16723         * ext/theora/theoradec.c: (theora_dec_chain):
16724           Fix broken code generation by gcc by swapping arguments.
16725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16726           Fix \n in debug.
16727
16728 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16729
16730         * TODO:
16731           delete this file, it is by far outdated
16732         * ext/alsa/gstalsa.1: remove
16733         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16734         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16735         (gst_alsa_get_caps):
16736           Add HW probing for supported sample rates. Fixes #161704
16737
16738 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16739
16740         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16741           Don't crash, biatch! :).
16742
16743 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16744
16745         * ext/musepack/gstmusepackreader.cpp:
16746         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16747           Some work on tags - still doesn't work in playbin...
16748         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16749           Handle events...
16750
16751 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16752
16753         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16754           Also shove tags on kid pads.
16755
16756 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16759           Don't bail on unknown events.
16760         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16761           Don't crash on events before negotiation.
16762         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16763           Send tags on pads, too.
16764         * gst/playback/gststreamselector.c:
16765         (gst_stream_selector_request_new_pad):
16766           Forward events on first pad if no input was selected yet.
16767
16768 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16769
16770         * gst/playback/gstplaybasebin.c: (setup_substreams):
16771           Don't disable streamtype if the stream doesn't exist, since
16772           then playing a video after audio will disable both and nothing
16773           will happen. Fixes the testsuite.
16774
16775 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16776
16777         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16778         (gst_v4l_xoverlay_set_xwindow_id):
16779         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16780         (gst_v4l2_xoverlay_set_xwindow_id):
16781           Add debug categories, fix overlay disabling.
16782
16783 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16784
16785         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16786         * ext/alsa/gstalsa.h:
16787           Add HW probing for period_count/size and buffer_size MIX/MAX
16788           Adjust default/user defined value if out of bounds
16789           Should fix bug #162024
16790
16791 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16792
16793         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16794           Fix warning (#161191).
16795
16796 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16797
16798         * ext/dvdread/stream_labels.c:
16799         (dvdreadsrc_get_audio_stream_labels):
16800           Fix warning (init the good variable in switch default)
16801
16802 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16803
16804         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16805
16806         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16807           Fix gcc-2.95 compile (#163485).
16808
16809 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16810
16811         * configure.ac:
16812         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16813         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16814         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16815         (gst_flacenc_change_state):
16816         * ext/flac/gstflacenc.h:
16817           Update for API change in flac-1.1.1. Update requirement in
16818           configure.ac. Fixes #162974.
16819
16820 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16821
16822         * gst/playback/gstplaybasebin.c: (group_destroy):
16823           Remove hack to get rid of assert and get rid of unlinked
16824           signals properly.
16825
16826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst/playback/gstplaybasebin.c: (setup_source):
16829           Set source to NULL so that resources are free'ed. Fixes issues
16830           with playback of CDDA and similar device-accessing things.
16831
16832 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16833
16834         * testsuite/embed/Makefile.am:
16835           test->noinst, fix make test in buildbot.
16836
16837 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16838
16839         * ext/dvdread/stream_labels.c: new file
16840         * ext/dvdread/stream_labels.h: new file
16841         * ext/dvdread/Makefile.am:
16842         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16843           Extract audio stream label from DVD IFO files.
16844           It only dump them on the console for now, still have to
16845           make playbin aware of them.
16846
16847 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16848
16849         * gst/playback/gstplaybasebin.c: (setup_source):
16850           Fix hanging subs.
16851
16852 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16853
16854         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16855         (gen_preroll_element), (remove_groups), (setup_subtitle),
16856         (gen_source_element), (setup_source):
16857         * gst/playback/gstplaybasebin.h:
16858           Multiple .sub files is just a stupid idea... Fix some threading
16859           mistakes. Interestingly, external .sub files cause playbin to
16860           hang, I don't know why... Parsing fixes contributed by Fran??ois
16861           Kooman <fkooman@tuxed.net>.
16862
16863 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16864
16865         * testsuite/embed/Makefile.am:
16866           Fix buildbot.
16867
16868 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16869
16870         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16871
16872         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16873         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16874         (gst_pngenc_set_property):
16875         * ext/libpng/gstpngenc.h:
16876           Add compression level property (#163323).
16877
16878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16879
16880         * configure.ac:
16881         * examples/capsfilter/capsfilter1.c: (main):
16882         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16883         * ext/dvdread/Makefile.am:
16884         * ext/dvdread/demo-play:
16885         * ext/dvdread/demo-play.c:
16886         * gconf/gstreamer.schemas.in:
16887         * gst-libs/gst/gconf/gconf.c:
16888         * sys/v4l/TODO:
16889         * testsuite/Makefile.am:
16890         * testsuite/embed/Makefile.am:
16891         * testsuite/embed/embed.c: (cb_expose), (main):
16892           Remove all references to xvideosink, fix examples (#140845).
16893         * gst/playback/gstplaybasebin.c: (group_destroy):
16894           Apparently, disposal does not unlink - so do explicitely.
16895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16896           Add debug.
16897
16898 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16899
16900         * README: fix PKG_CONFIG_PATH instructions, what was there
16901         previously was breaking default search path, not nice. 
16902         Fixes #163358
16903
16904 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16907         (gst_audioscale_chain):
16908           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16909           when resampling - how the ^@$^!@^! is this possible?!?
16910
16911 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16914           Reset variables on READY.
16915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16916         (gst_matroska_mux_loop):
16917           Require data before writing header.
16918
16919 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16920
16921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16922
16923         * ext/mad/gstmad.c: (gst_mad_chain):
16924           Don't call mad_stream_sync() directly after recovering sync.
16925           Fixes #151661.
16926
16927 2005-01-09  Martin Eikermann  <meiker@upb.de>
16928
16929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16932         (snapshot_handler), (gst_snapshot_sinkconnect),
16933         (gst_snapshot_chain):
16934           Allocate resources when required, fix recursive signal emission
16935           and fix caps. Fixes #161667.
16936
16937 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16938
16939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16940
16941         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16942         (gst_pngdec_chain):
16943           Handle only 8-bppc (bits-per-pixel-component) images, better
16944           error handling and correct strides. Fixes #163177.
16945         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16946         (gst_pngenc_chain):
16947           Better error handling. Fixes #163348.
16948
16949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16950
16951         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
16952         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
16953         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
16954         (dvdnavsrc_uri_handler_init):
16955           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
16956         * gst/playback/gstplaybasebin.c: (gen_source_element):
16957           Add MMS to streaming URIs.
16958
16959 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16960
16961         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
16962         * sys/xvimage/xvimagesink.c:
16963         (gst_xvimagesink_navigation_send_event):
16964           Check for pad availability before sending event.
16965
16966 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * gst-plugins.spec.in:
16969           Add subparse.
16970
16971 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * configure.ac:
16974           Since we use functions from CVS, up requirement.
16975
16976 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * gst/playback/Makefile.am:
16979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16980         (group_destroy), (group_commit), (group_is_muted),
16981         (gen_preroll_element), (add_stream), (unknown_type),
16982         (probe_triggered), (preroll_unlinked), (mute_stream),
16983         (silence_stream), (new_decoded_pad), (setup_substreams),
16984         (setup_source), (get_active_source), (mute_group_type),
16985         (muted_group_change_state), (set_active_source),
16986         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16987         (play_base_eos), (gst_play_base_bin_change_state):
16988         * gst/playback/gstplaybasebin.h:
16989         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
16990         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
16991         (gst_stream_info_dispose), (stream_info_mute_pad),
16992         (stream_info_change_state), (gst_stream_info_set_mute):
16993         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
16994         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
16995         (gst_stream_selector_init), (gst_stream_selector_dispose),
16996         (gst_stream_selector_get_linked_pad),
16997         (gst_stream_selector_get_caps), (gst_stream_selector_link),
16998         (gst_stream_selector_get_linked_pads),
16999         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17000         * gst/playback/gststreamselector.h:
17001           Adding stream selection support plus required properties for
17002           applications to use this. Fully fixes #100931.
17003
17004 2005-01-08  Benjamin Otte  <otte@gnome.org>
17005
17006         * gst/games/gstpuzzle.c: (nav_event_handler):
17007           - handle nav events differently: forward every event no matter if it
17008             was handled or not.
17009           - translate events
17010           You can now cheat by using navigationtest ! puzzle and moving the
17011           mouse close to the edge of a tile. ;)
17012
17013 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17014
17015         * configure.ac:
17016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17017         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17018         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17019         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17020         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17021         (gst_ogm_parse_plugin_init):
17022         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17023         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17024         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17025         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17026         * ext/pango/gsttextoverlay.h:
17027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17028         (gst_matroska_demux_handle_seek_event),
17029         (gst_matroska_demux_sync_streams),
17030         (gst_matroska_demux_parse_blockgroup),
17031         (gst_matroska_demux_subtitle_caps),
17032         (gst_matroska_demux_plugin_init):
17033         * gst/matroska/matroska-ids.h:
17034         * gst/playback/gstdecodebin.c: (close_pad_link):
17035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17036         (gen_preroll_element), (remove_groups), (add_stream),
17037         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17038         (setup_source):
17039         * gst/playback/gstplaybasebin.h:
17040         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17041         * gst/subparse/Makefile.am:
17042         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17043         (gst_subparse_base_init), (gst_subparse_class_init),
17044         (gst_subparse_init), (gst_subparse_formats),
17045         (gst_subparse_eventmask), (gst_subparse_event),
17046         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17047         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17048         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17049         (parse_mpsub_deinit), (parse_mpsub_init),
17050         (gst_subparse_buffer_format_autodetect),
17051         (gst_subparse_format_autodetect), (gst_subparse_loop),
17052         (gst_subparse_change_state), (gst_subparse_type_find),
17053         (plugin_init):
17054         * gst/subparse/gstsubparse.h:
17055         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17056         (plugin_init):
17057           Add subtitle support, .sub parser (supports SRT and MPsub),
17058           OGM text support, Matroska UTF-8 text support, deadlock fixes
17059           all over the place, subtitle awareness in decodebin/playbin
17060           and some fixes to textoverlay to handle subtitles in a stream
17061           correctly. Fixes #100931.
17062
17063 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17066           Check for pad availability before doing a query on it.
17067
17068 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17069
17070         * ext/dv/gstdvdec.c:
17071           really fix bpp24/32 dvdec caps (classic rgba indeed)
17072         * gst/asfdemux/gstasfdemux.c:
17073         (gst_asf_demux_process_ext_content_desc):
17074           don't send text tags if they are empty (bis repetita)
17075
17076 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17077
17078         * ext/dv/gstdvdec.c:
17079          remove unneeded comment from dvdec
17080           (related to DV 4CC codes in AVI files)
17081           moved them in gstreamer/docs/random/mimetypes
17082         * gst/asfdemux/gstasfdemux.c:
17083         (gst_asf_demux_process_ext_content_desc):
17084          don't send text tags if they are empty
17085          fix mem leak on error path
17086         * gst/ffmpegcolorspace/avcodec.h:
17087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17088         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17089         (gst_ffmpegcsp_avpicture_fill):
17090         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17091         * gst/ffmpegcolorspace/imgconvert_template.h:
17092          adds BGR32 and BGRA32 to ffmpegcolorspace
17093           (still bad colors, fixing it on next commit)
17094           helps with dvdec outputing BGR32
17095
17096 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17097
17098         * ext/dv/gstdvdec.c:
17099          Fix audio caps i just broke (missing ',')
17100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17101         (gst_matroska_mux_reset):
17102          Fix typo + add FIXME about old "x-gst-metadata" crap
17103
17104 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17105
17106         * ext/dv/demo-play.c: (main):
17107          xvideosink -> xvimagesink
17108         * ext/dv/gstdvdec.c:
17109          change rgb 32/32 caps to 24/32 (no alpha)
17110          change nb of channels to be a list (2 or 4, not 2)
17111          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17112         * gst/asfdemux/gstasfdemux.c:
17113         (gst_asf_demux_process_ext_content_desc):
17114          Add 'date/year' to extracted metadata list
17115
17116 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17117
17118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17119           The return value of fixate_to does not imply that the requested
17120           value was set, so don't assume.
17121
17122 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17123
17124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17125
17126         * ext/libpng/gstpngdec.c:
17127         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17128         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17129         * ext/libpng/gstpngenc.h:
17130           Alpha support (encoder; #163161), mime fixage.
17131
17132 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17133
17134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17137         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17138         (gst_faac_set_property), (gst_faac_get_property):
17139         * ext/faac/gstfaac.h:
17140           Allow for ADTS output (#153434).
17141
17142 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17143
17144         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17145           Fix against template (#150576).
17146
17147 2005-01-06  Benjamin Otte  <otte@gnome.org>
17148
17149         * gst/games/gstpuzzle.c: (draw_puzzle):
17150           don't draw a puzzle if either width or height of tiles would be 0.
17151
17152 2005-01-06  Benjamin Otte  <otte@gnome.org>
17153
17154         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17155         (gst_puzzle_class_init), (gst_puzzle_finalize):
17156           no memleaks, please
17157         (gst_puzzle_create), (gst_puzzle_init),
17158         (gst_puzzle_set_property), (gst_puzzle_setup):
17159           change initialization code around so we don't reshuffle on resize
17160         (draw_puzzle):
17161           fix another stupid typo
17162
17163 2005-01-06  Benjamin Otte  <otte@gnome.org>
17164
17165         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17166           fix stupid typo that borked copying on YUY2
17167
17168 2005-01-06  Benjamin Otte  <otte@gnome.org>
17169
17170         * gst/games/gstpuzzle.c: (draw_puzzle):
17171           fix edges when image sizes aren't multiples of tile sizes
17172
17173 2005-01-06  Benjamin Otte  <otte@gnome.org>
17174
17175         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17176           make RGB endianness work correctly
17177         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17178           refactor and fix race with initial shuffling
17179         (nav_event_handler):
17180           allow using the mouse to puzzle
17181         (draw_puzzle):
17182           insist on tiles having width and height as multiples of 4 to get
17183           clean YUV image handling
17184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17185         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17186           s/DEBUG/LOG/ for common messages
17187         (gst_xvimagesink_navigation_send_event):
17188           fix mouse event translation to not include screen PAR
17189         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17190           fix mouse event translation to actually work
17191
17192 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17193
17194         * gst/asfdemux/gstasfdemux.c:
17195         (gst_asf_demux_process_ext_content_desc):
17196          Extract TrackNumber metadata + clean up code
17197         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17198          Hope this is the good fix (var used unitialised)
17199
17200 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * ext/faad/gstfaad.c: (gst_faad_chain):
17203           Only increment timestamp if it's valid. Fixes raw AAC streams.
17204
17205 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17206
17207         * configure.ac:
17208         * gst/games/Makefile.am:
17209         * gst/games/gstpuzzle.c:
17210           add a puzzle game with...
17211         * gst/games/gstvideoimage.c:
17212         * gst/games/gstvideoimage.h:
17213           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17214           from videotestsrc and made into something that would be a nice
17215           library for a lot of other plugins.
17216
17217 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17218
17219         * configure.ac:
17220          don't compile faad plugin if a RC of 2.0 is found
17221          Fixes #155346 (and FC1 buildbot)
17222         * gst/asfdemux/gstasfdemux.c:
17223         (gst_asf_demux_process_ext_content_desc):
17224          try to make Solaris compiler happier
17225
17226 2005-01-06  Paul Jack  <pjack@sfaf.org>
17227
17228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17229
17230         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17231           Fix segfault (#161667).
17232
17233 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17234
17235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17236           Fix framerate reporting.
17237
17238 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17239
17240         * gst-libs/gst/riff/riff-ids.h:
17241         * gst/wavenc/riff.h:
17242          Add AMR (VBR and CBR) ids to riff.h audio codec list
17243         * gst/asfdemux/gstasfdemux.c:
17244         (gst_asf_demux_process_ext_content_desc),
17245         (gst_asf_demux_process_object):
17246           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17247
17248 2005-01-05  Martin Eikermann  <meiker@upb.de>
17249
17250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17253         (gst_dvd_demux_handle_discont):
17254         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17255         (gst_mpeg_demux_handle_discont):
17256           Recreate pads on new-media (#160730).
17257         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17258           Send discont even if manager changes timestamps (#161929).
17259
17260 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17261
17262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17263
17264         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17265           Fix invalid memory access (#159211).
17266
17267 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * examples/gstplay/player.c: (main):
17270           Don't iterate.
17271         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17272           Add visualizations.
17273         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17274         (gst_a52dec_handle_frame):
17275           Set duration.
17276         * ext/dvdnav/gst-dvd:
17277           Add audioconvert. Fixes #161325.
17278         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17279           Explicitely case to gint64. Possible valgrind error.
17280         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17281         (gst_play_tick_callback), (gst_play_change_state),
17282         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17283         (gst_play_set_location), (gst_play_get_location),
17284         (gst_play_seek_to_time), (gst_play_set_data_src),
17285         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17286         (gst_play_set_visualization), (gst_play_connect_visualization),
17287         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17288         (gst_play_new):
17289           Use playbin. Fixes #139749 and #147744.
17290         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17291           Add genre tag.
17292         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17293         (audioscale_get_type), (gst_audioscale_base_init),
17294         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17295         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17296         (gst_audioscale_link), (gst_audioscale_get_buffer),
17297         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17298         (gst_audioscale_init), (gst_audioscale_dispose),
17299         (gst_audioscale_chain), (gst_audioscale_set_property),
17300         (gst_audioscale_get_property), (plugin_init):
17301           Indent properly.
17302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17303           Fix LPCM.
17304         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17305         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17306         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17307           Add more metadata (fixes #162656).
17308
17309 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17310
17311         * configure.ac:
17312           back to cvs
17313
17314 === release 0.8.7 ===
17315
17316 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17317
17318         * NEWS:
17319         * RELEASE:
17320         * configure.ac:
17321           releasing 0.8.7, "Hyperspace"
17322
17323 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17324
17325         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17326
17327         * gst/playback/gstplaybasebin.c:
17328          Fix for #162924 - free caps after use, not before
17329
17330 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17331
17332         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17333
17334         * gst/playback/gstplaybasebin.c:
17335         * gst/wavparse/gstwavparse.c:
17336           Fix for #154773 - fixes playback of small .wav files
17337
17338 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17339
17340         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17341
17342         * gst/audioscale/gstaudioscale.c:
17343           Fix for #162819 - make audioscale reusable
17344           Fixes playback of more than one file with playbin/totem
17345
17346 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17347
17348         * gst/ffmpegcolorspace/avcodec.h:
17349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17350         * gst/ffmpegcolorspace/imgconvert.c:
17351           clean up the mess that made me cry and avoid needless duplication
17352
17353 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17354
17355         * gst/ffmpegcolorspace/imgconvert.c:
17356           give some indication of why we're segfaulting
17357
17358 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * configure.ac:
17361           Fix indentation, fix v4l2 plugin detection.
17362         * ext/Makefile.am:
17363           Fix libmms location (Maciej, use diff -u!).
17364         * ext/alsa/gstalsa.c: (gst_alsa_init):
17365           Initialize caps cache to NULL.
17366         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17367           Only change state on audiosink if it exists.
17368
17369 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17370
17371         * gst/matroska/matroska-demux.c:
17372         * gst/matroska/matroska-ids.h:
17373         * gst/matroska/matroska-demux.h:
17374         Fix Vorbis streams failing to decode in some files, where cluster_time
17375         isn't 0, because then it doesn't send codec_priv before actual data.
17376         Remove time-based test and replace it with marker set on beginning of
17377         new stream
17378
17379 2004-12-28  David Schleef  <ds@schleef.org>
17380
17381         Merge patch from Ronald fixing problems with streaming
17382         text.
17383         * ext/cairo/gstcairo.c: (plugin_init):
17384         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17385         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17386         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17387         (gst_textoverlay_font_init), (gst_textoverlay_init),
17388         (gst_textoverlay_set_property):
17389         * ext/cairo/gsttextoverlay.h:
17390
17391 2004-12-27  David Schleef  <ds@schleef.org>
17392
17393         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17394         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17395         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17396         (gst_textoverlay_font_init), (gst_textoverlay_init),
17397         (gst_textoverlay_set_property): Improvements to actually
17398         render text as white on black outline on video, including
17399         font selection and horizontal/vertical alignment.  (Ronald's
17400         christmas present)
17401         * ext/cairo/gsttextoverlay.h:
17402
17403 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17404
17405         * ext/ogg/gstogg.c:
17406         * ext/ogg/gstogmparse.c:
17407           fix ogm[audio/video]parse plugin registration
17408           (riff won't load if bytestream is already loaded)
17409
17410 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17411
17412         * gst/audioconvert/gstchannelmix.c:
17413           fix for GLIB < 2.4
17414
17415 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17416
17417         * Makefile.am:
17418         * configure.ac:
17419           disable docs again until it actually passes make distcheck.
17420
17421 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17422
17423         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17424         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17425         (plugin_init):
17426           Add 3GP (variables name Q3GP because they can't start with a
17427           number). Add samr audio fourcc (used in .3gp files), decoder
17428           is work in progress. Also do a GST_WARNING instead of ERROR
17429           in case of unknown nodes, to decrease output.
17430
17431 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * Makefile.am:
17434           really fix dist
17435
17436 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         * configure.ac:
17439         * ext/speex/gstspeexdec.h:
17440         * ext/speex/gstspeexenc.h:
17441           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17442           Fix detection code in configure.ac
17443
17444 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17445
17446         * gst/matroska/matroska-demux.c:
17447         (gst_matroska_demux_parse_blockgroup):
17448           Save position, so that queries give proper return values. Don't
17449           know how this could ever have worked before...
17450
17451 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17452
17453         * configure.ac:
17454           Put additional LAME check inside the conditional.  Fixes #152339
17455
17456 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17457
17458         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17459         (gst_avi_demux_stream_scan):
17460           Add some more debug. Fix logic error when setting movi offset
17461           while reading index.
17462
17463 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17464
17465         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17466         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17467         (gst_avi_demux_process_next_entry):
17468           Add some debugging. Better detection of broken indexes and the
17469           accompanying index recovery. No infinite loops on state changes
17470           when we're still in our loopfunction.
17471
17472 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17473
17474         * configure.ac:
17475           Fix up.
17476
17477 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17478
17479         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17480
17481         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17482           Normalizing the value before setting
17483         (gst_sunaudiomixer_get_volume):
17484           Normalizing the value after getting. Fixes bug# 161980
17485
17486 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17487
17488         * Makefile.am: Make sure docs gets disted
17489         * docs/Makefile.am: Make sure all needed files get disted
17490         * gst-plugins.spec.in: latest updates
17491
17492 2004-12-22  Wim Taymans  <wim@fluendo.com>
17493
17494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17495         Revert patch 1.38 as clock distribution over schedulers does
17496         not work correcly in the core yet.
17497
17498 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17499
17500         * sys/oss/README: remove this file, which predates my birth
17501           (and which content is by far outdated)
17502
17503 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17504
17505         * Makefile.am:
17506         * configure.ac:
17507         * docs/Makefile.am:
17508         * docs/libs/Makefile.am:
17509         * docs/libs/gst-plugins-libs-docs.sgml:
17510         * docs/libs/gst-plugins-libs-sections.txt:
17511         * docs/libs/tmpl/gstgconf.sgml:
17512         * docs/upload.mak:
17513         * docs/version.entities.in:
17514           Added boilerplate gtk-doc files for plugin-libs documentation.
17515
17516 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17517
17518         * gst/auparse/gstauparse.c: fix int and float audio caps
17519
17520 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17521
17522         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17523         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17524           g_assert() can be a macro, don't use #ifdef inside it.
17525
17526 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17527
17528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17529
17530         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17531         (gst_videorate_init), (gst_videorate_chain),
17532         (gst_videorate_change_state):
17533           Event handling (fixes #159986).
17534
17535 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * gst-libs/gst/riff/riff-media.c:
17538         (gst_riff_create_video_caps_with_data):
17539           Add BLZ0 (Blizzard's version of DivX) fourcc.
17540
17541 2004-12-18  David Schleef  <ds@schleef.org>
17542
17543         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17544         portability fix.
17545
17546 2004-12-18  David Schleef  <ds@schleef.org>
17547
17548         * gst/tta/ttadec.h: Disable some header code that isn't used
17549         and clearly isn't portable.
17550
17551 2004-12-18  David Schleef  <ds@schleef.org>
17552
17553         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17554         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17555         (avcodec_get_pix_fmt), (avpicture_layout),
17556         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17557         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17558         Fix code to not use GCC extensions (and c99 extensions that
17559         Forte does not like.)
17560
17561 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17562
17563         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17564
17565         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17566         (gst_deinterlace_chain):
17567           Rowstride fixes. Fixes #161039.
17568         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17569         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17570         (gst_video_crop_getcaps), (gst_video_crop_link),
17571         (gst_video_crop_i420), (gst_video_crop_chain),
17572         (gst_video_crop_change_state):
17573           Rework of negotiation. Actually works now. Fixes #158650.
17574
17575 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17578           That was very stupid.
17579
17580 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17581
17582         * gst/matroska/matroska-demux.c:
17583         (gst_matroska_demux_parse_blockgroup):
17584           Fix possible crasher.
17585
17586 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17589         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17590           Lace sizes can be zero.
17591
17592 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17593
17594         * ext/musepack/gstmusepackdec.cpp:
17595           Fetch error return values. Fixes #161624.
17596         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17597           Really EOS.
17598
17599 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17600
17601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17602           Work for truncated (unfinished download etc.) files. Fixes #160514.
17603
17604 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17605
17606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17607           Fix for integer overflow. Makes #156001 not crash. Probably masks
17608           the real bug.
17609
17610 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17611
17612         * gst/ac3parse/gstac3parse.c: (plugin_init):
17613           Parsers never have ranks. Fixes #159651.
17614
17615 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17616
17617         * gst/playback/gstdecodebin.c: (compare_ranks):
17618           make sure the facotries are ordered the same every time even if they
17619           have the same rank by using the name
17620         * gst/playback/gstdecodebin.c: (find_compatibles):
17621           make sure we don't add factories to the list twice
17622
17623 2004-12-16  David Schleef  <ds@schleef.org>
17624
17625         * configure.ac: look for musepack headers as musepack/*.h
17626         (fixes #159847)
17627         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17628         * ext/musepack/gstmusepackreader.h: same
17629
17630 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17631
17632         * gst-libs/gst/riff/riff-read.c:
17633         (gst_riff_read_strf_auds_with_data):
17634           Read extradata correctly (fixes #155879).
17635
17636 2004-12-16  David Schleef  <ds@schleef.org>
17637
17638         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17639         audio.  does _not_ attempt or allow conversion unless channels
17640         is 1 or 2.
17641
17642 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17643
17644         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17645
17646 2004-12-16  David Schleef  <ds@schleef.org>
17647
17648         * gst/audioscale/gstaudioscale.c: the resample library only
17649         handles 1 or 2 channels.  Change caps to compensate.
17650
17651 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17652
17653         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17654         (gst_matroska_demux_audio_caps):
17655           Some MPEG-AAC hacks, because else it doesn't work...
17656
17657 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * gst-libs/gst/riff/riff-media.c:
17660         (gst_riff_create_video_caps_with_data),
17661         (gst_riff_create_video_template_caps):
17662           Add h264.
17663
17664 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17665
17666         * gst-libs/gst/audio/Makefile.am:
17667           Try to fix buildbot.
17668
17669 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17670
17671         * gst/tcp/gstmultifdsink.c:
17672           Clean up and uniformize debugging.
17673
17674 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17675
17676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17677
17678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17679         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17680         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17681         (gst_mpeg_demux_change_state):
17682           Reset on ready. Fixes 160276.
17683
17684 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17685
17686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17687
17688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17689         (gst_ffmpegcsp_pad_link):
17690           Fix memleak (#154815).
17691
17692 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17693
17694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17695
17696         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17697         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17698         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17699         * ext/musicbrainz/gsttrm.h:
17700           Add support for using a proxy server when getting a trm id from
17701           the MusicBrainz database (#149613).
17702
17703 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17704
17705         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17706
17707         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17708         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17709           Fix memleaks (#157233).
17710
17711 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17712
17713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17716         * gst-libs/gst/resample/resample.h:
17717         * gst/audioscale/gstaudioscale.c:
17718           Fix memleak (#159215).
17719
17720 2004-12-16  Toni Willberg  <toniw@iki.fi>
17721
17722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17723
17724         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17725         * sys/oss/oss_probe.c: (main):
17726           Check for mono/stereo support (similar to samplerate probing),
17727           fixes #159433. Also add missing copyright header to oss_probe.c.
17728
17729 2004-12-15  David Schleef  <ds@schleef.org>
17730
17731         * configure.ac: add audioresample and cairo plugins.  Remove
17732         HAVE_MMX stuff, because it's not used.
17733         * ext/Makefile.am: same
17734         * ext/audioresample/Makefile.am: You are not ready for an
17735         audio resampling element based on audioresample.
17736         * ext/audioresample/gstaudioresample.c:
17737         * ext/audioresample/gstaudioresample.h:
17738         * ext/cairo/Makefile.am: You are not ready for overlay elements
17739         based on cairo.  Don't look too closely, these elements kinda
17740         suck right now.
17741         * ext/cairo/gstcairo.c: new
17742         * ext/cairo/gsttextoverlay.c: new
17743         * ext/cairo/gsttextoverlay.h: new
17744         * ext/cairo/gsttimeoverlay.c: new
17745         * ext/cairo/gsttimeoverlay.h: new
17746         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17747         problem with compilers that don't support variadic macros.
17748
17749 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17750
17751         Reviewed by:  David Schleef  <ds@schleef.org>
17752
17753         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17754         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17755         bit.  Also ran indent-gst.
17756         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17757         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17758         (gst_sunaudiosrc_setparams):
17759
17760 2004-12-14  David Schleef  <ds@schleef.org>
17761
17762         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17763         output rate to 16000.  Should fix #160235.
17764
17765 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17766
17767         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17768         Add typefinding for mpeg2 pes streams
17769
17770 2004-12-13  David Schleef  <ds@schleef.org>
17771
17772         * configure.ac:  Applied patch from bug #143659, making default
17773         sources and sinks OS-dependent (for Solaris), and added code
17774         for OS/X.
17775         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17776
17777 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17778
17779         * gst-libs/gst/riff/riff-media.c:
17780           forgot to add h2.64 to avidemux template caps
17781
17782 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17783
17784         * gst/wavenc/riff.h:
17785         * gst-libs/gst/riff/riff-media.c:
17786         * gst-libs/gst/riff/riff-ids.h:
17787         * gst/avi/gstavimux.c
17788         add 4CC code for VideoSoft h264 in AVI (VSSH)
17789           fixes bug #160655
17790         remove s323 from riff, it's quicktime specific :(
17791
17792 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17793
17794         * gst/asfdemux/README
17795         * gst/wavenc/riff.h
17796         * gst-libs/gst/riff/riff-ids.h
17797         * gst-libs/gst/riff/riff-media.c
17798         * gst/qtdemux/qtdemux.c:
17799           add new 4CC codes for h263 related codecs
17800           fixes partially bug #155163
17801
17802 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17803
17804         * configure.ac: Update polyaudio requirement to 0.7
17805         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17806
17807 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17808
17809         * gst/interleave/deinterleave.c:
17810         fix my name's spelling! :)
17811
17812 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17813
17814         * AUTHORS ChangeLog
17815         * gst/auparse/gstauparse.c
17816         * gst/interleave/deinterleave.c
17817         * gst/law/:
17818                 alaw-decode.c alaw-encode.c
17819                 mulaw-decode.c mulaw-encode.c
17820         * gst/oneton/gstoneton.c
17821         * sys/osxaudio/:
17822                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17823         * sys/osxvideo/:
17824                 cocoawindow.h cocoawindow.m
17825                 osxvideosink.h osxvideosink.m
17826
17827         put the same mail address for Zaheer Abbas Merali everywhere
17828
17829 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17830
17831         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17832           Align by packetsize, and assert that we a packet available before
17833           playing. The first makes webstreams work (they often include
17834           trailing padding data in a packet), the second allows pausing a
17835           ASF stream in totem without getting demux errors afterwards.
17836
17837 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17838
17839         * ext/ogg/gstoggdemux.c: (get_relative):
17840           Check for non-NULL before accessing member (end-of-chain).
17841
17842 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17843
17844         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17845         (cdparanoia_set_property), (cdparanoia_get_property):
17846         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17847         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17848         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17849         (dvdreadsrc_init), (dvdreadsrc_set_property),
17850         (dvdreadsrc_get_property):
17851         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17852         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17853           Synchronize property names where not yet the case. Devices are
17854           now device=X, other versions are deprecated (but still exist).
17855           Also use g_free() unconditionally.
17856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17857         (setup_source), (gst_play_base_bin_get_property):
17858           Expose source.
17859
17860 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17861
17862         * configure.ac: move GCONF macro outside conditional for the am
17863           conditional. Fixes #160439
17864
17865 2004-12-08  David Schleef  <ds@schleef.org>
17866
17867         * tools/gst-visualise-m.m: Switch to elements that currently
17868         exist.
17869
17870 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17873           We love wrong commas.
17874
17875 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17876
17877         * gst/matroska/matroska-demux.c:
17878         (gst_matroska_demux_handle_src_query):
17879           Don't set DEFAULT, unsupported - makes length display incorrectly
17880           in some cases.
17881
17882 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17883
17884         * gst/monoscope/README: remove blurb about files being GPL
17885         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17886         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17887           monoscope is now effectively LGPL licensed
17888
17889 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17890
17891         * gst/monoscope/README: Update information to be more correct
17892         * gst/monoscope/convolve.c: Relicense to LGPL
17893         * gst/monoscope/convolve.h: Relicense to LGPL
17894
17895 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17896
17897         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17898           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17900           set default_duration for mpeg1 audio
17901
17902 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17903
17904         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17905         * ext/alsa/gstalsa.h:
17906           refactor big chunks of the core caps negotiation code to make it
17907           a lot faster, because people claim it's really slow
17908           (actually, just cache the getcaps when the device is opened)
17909
17910 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17911
17912         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17913         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17914         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17915         (gst_a52dec_change_state), (plugin_init):
17916         * ext/a52dec/gsta52dec.h:
17917           Do something useful with timestamps. Make chain-based (since
17918           there's really no reason to be loopbased).
17919         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17920           Update current_byte/frame correctly.
17921
17922 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17923
17924         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17925         (gst_ape_demux_stream_init):
17926           Forward tags, too.
17927
17928 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17929
17930         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17931           Let's make sure we're done typefinding when detecting tags.
17932
17933 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17934
17935         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17936         (gst_ebml_read_init), (gst_ebml_read_use_event),
17937         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17938         (gst_ebml_read_seek), (gst_ebml_read_skip),
17939         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17940         (gst_ebml_read_master):
17941         * gst/matroska/ebml-read.h:
17942         * gst/matroska/matroska-demux.c:
17943         (gst_matroska_demux_parse_contents),
17944         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17945           Disgustingly evil hack for working around INTERRUPT events and
17946           their extremely annoying habit of being a pain in the ass. We
17947           simply peek a cluster before reading any of it.
17948
17949 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17950
17951         * ext/musepack/gstmusepackdec.cpp:
17952           There's also floating point libmusepacks.
17953
17954 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17955
17956         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
17957         (gst_faad_chanpos_to_gst), (gst_faad_chain):
17958           Set DURATION even if source buffer didn't. Also use increasing
17959           timestamps.
17960         * gst-libs/gst/riff/riff-media.c:
17961         (gst_riff_create_audio_caps_with_data):
17962           Block_align can have larger values than 8192.
17963
17964 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17965
17966         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
17967         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
17968         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
17969         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
17970           Fix caps.
17971
17972 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17973
17974         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17975           Fix logic bug.
17976
17977 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17980           Yay, another one.
17981
17982 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17983
17984         * ext/esd/esdsink.c: (gst_esdsink_chain):
17985           Make error actually say something useful (fixes #156798).
17986         * gst-libs/gst/riff/riff-media.c:
17987         (gst_riff_create_video_caps_with_data),
17988         (gst_riff_create_video_template_caps):
17989           Add Intel Video 5.0 fourcc (IV50).
17990
17991 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
17992
17993         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
17994         detection on mono and stereo mp3 files.
17995
17996 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17997
17998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17999           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18000           the contained stream).
18001
18002 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18003
18004         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18005           Oops, remove debug.
18006
18007 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18008
18009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18010
18011         * gst/law/alaw-decode.c: (alawdec_getcaps):
18012         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18013           Prevent warnings when negotiating caps (fixes #159338).
18014
18015 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18016
18017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18018         (gst_ffmpegcsp_chain):
18019           Remove old leftover that shouldn't be there...
18020
18021 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18022
18023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18024
18025         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18026           Don't forward DISCONT events (fixes #159684).
18027
18028 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18031           Unlink manually since sometimes bin disposal (and therefore
18032           pad unlinking) is delayed, which will cause a new media file
18033           to not be able to start playing instantly.
18034
18035 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18036
18037         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18038           On mute of an unlinked stream, check for pad availability so
18039           we don't crash on unlinked pad.
18040
18041 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18042
18043         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18044         (gst_avi_demux_massage_index):
18045           Fix quite humiliating bug in omitting 0-sized index chunks but
18046           forgetting to count them for timestamps.
18047
18048 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18049
18050         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18051           Actually leave the loop if we failed to sync. Don't crash.
18052
18053 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18054
18055         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18056         (gst_dvd_demux_process_private):
18057         * gst/mpegstream/gstdvddemux.h:
18058           Fix crash (#159759). Doesn't work, though. :-(.
18059
18060 2004-11-28  Benjamin Otte  <otte@gnome.org>
18061
18062         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18063           more overwriting protection due to modifying channels one by one
18064           instead of all at once
18065
18066 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18067
18068         * gst/audioconvert/gstchannelmix.c:
18069         (gst_audio_convert_fill_normalize):
18070           Normalize using absolute values.
18071
18072 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18073
18074         * configure.ac:
18075         * ext/Makefile.am:
18076         * ext/directfb/Makefile.am:
18077         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18078         (gst_directfbvideosink_get_pixel_format),
18079         (gst_directfbvideosink_get_format_from_fourcc),
18080         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18081         (gst_directfbvideosink_sink_link),
18082         (gst_directfbvideosink_change_state),
18083         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18084         (gst_directfbvideosink_buffer_alloc),
18085         (gst_directfbvideosink_interface_supported),
18086         (gst_directfbvideosink_interface_init),
18087         (gst_directfbvideosink_navigation_send_event),
18088         (gst_directfbvideosink_navigation_init),
18089         (gst_directfbvideosink_set_property),
18090         (gst_directfbvideosink_get_property),
18091         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18092         (gst_directfbvideosink_base_init),
18093         (gst_directfbvideosink_class_init),
18094         (gst_directfbvideosink_get_type), (plugin_init):
18095         * ext/directfb/directfbvideosink.h: Adding a first version of
18096         directfbvideosink.
18097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18098         more.
18099
18100 2004-11-28  Benjamin Otte  <otte@gnome.org>
18101
18102         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18103           walk the samples backwards if out_channels > in_channels so we don't
18104           overwrite data
18105
18106 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18107
18108         * gst/audioconvert/Makefile.am:
18109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18110         (gst_audio_convert_link), (gst_audio_convert_change_state),
18111         (gst_audio_convert_channels):
18112         * gst/audioconvert/gstchannelmix.c:
18113         (gst_audio_convert_unset_matrix),
18114         (gst_audio_convert_fill_identical),
18115         (gst_audio_convert_fill_compatible),
18116         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18117         (gst_audio_convert_fill_others),
18118         (gst_audio_convert_fill_normalize),
18119         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18120         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18121         * gst/audioconvert/gstchannelmix.h:
18122           Implement a channel mixer.
18123
18124 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18125
18126         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18127         * ext/alsa/gstalsa.h:
18128         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18129         Make alsasink actually honor gst_element_set_clock and use that
18130         clock instead of its internal one.
18131
18132 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18133
18134         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18135         (gst_play_base_bin_change_state): nullify source and decoder when
18136         going from READY to NULL so that we don't try to do weird stuff with
18137         them when going from NULL to READY
18138         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18139         instead of g_object_unref
18140         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18141         it should be correct
18142         (gst_play_bin_change_state): don't call remove_sinks if we are
18143         currently disposing the object
18144
18145 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18146
18147         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18148           Don't forget bass if it's there. Else left channel is silent...
18149
18150 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18151
18152         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18153         (gst_a52dec_change_state):
18154           Don't do sample adjusting anymore, we use float audio now.
18155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18156           Don't fixate to non-existing properties.
18157
18158 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18159
18160         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18161         (gst_a52dec_change_state):
18162           Advertise that we can do surround sound.
18163
18164 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18165
18166         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18167           Add buffer-frames=0.
18168         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18169         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18170         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18171         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18172         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18173         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18174         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18175         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18176         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18177         * ext/dvdread/dvdreadsrc.h:
18178           Add seeking, querying for bytes, sectors, title, angle and
18179           chapter. Handle multiple chapters. Relicense to LGPL because
18180           Billy agreed on that (thanks Billy!).
18181
18182 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18183
18184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18185         call parent dispose method
18186
18187 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18188
18189         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18190         (gst_audio_clock_get_internal_time):
18191         Fix active <-> inactive transitions: ensure time value always
18192         grows and avoid abrupt value changes.
18193
18194 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18195
18196         * configure.ac:
18197         * gst/tta/Makefile.am:
18198         * gst/tta/crc32.h:
18199         * gst/tta/filters.h:
18200         * gst/tta/gsttta.c:
18201         * gst/tta/gstttadec.c:
18202         * gst/tta/gstttadec.h:
18203         * gst/tta/gstttaparse.c:
18204         * gst/tta/gstttaparse.h:
18205         * gst/tta/ttadec.h:
18206           added TTA parser and decoder
18207
18208 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18209
18210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18211         (probe_triggered), (check_queue), (buffer_underrun),
18212         (buffer_running), (buffer_overrun), (gen_source_element),
18213         (setup_source):
18214         * gst/playback/gstplaybasebin.h:
18215           Implement buffering. Needs some more work.
18216
18217 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * ext/theora/theoradec.c: (theora_dec_chain):
18220           Fix ilog mask range overflow.
18221
18222 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18223
18224         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18225           Don't omit the last (which in case of dmix is the only :) )
18226           channel count. Don't set channels if <= 2.
18227
18228 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18229
18230         * gst/playback/gstplaybin.c: (gen_video_element),
18231         (gen_audio_element): Removed 2 obsolete comments
18232
18233 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18234
18235         * ext/vorbis/oggvorbisenc.c
18236         * ext/vorbis/vorbisenc.c :
18237           change description fields of those plugins to differentiate them
18238           (pitivi show Encoders by description, they had the same one)
18239
18240 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18241
18242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18243
18244         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18245         (gst_play_bin_set_property), (gen_video_element),
18246         (gen_audio_element):
18247           Refcounting fixes for provided audio-/videosinks.
18248
18249 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18250
18251         * gst/playback/gstplaybin.c: (gen_video_element),
18252         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18253           Don't reference all sinks, but only the video- and audiosinks.
18254           The vis. element should be disposed when we're done with it.
18255           We don't have any reason to keep it around. This fixes warnings
18256           when reusing playbin for playing multiple audio files with
18257           vis. enabled. Also release audio device on pause - idea stolen
18258           from Rhythmbox.
18259
18260 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18261
18262         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18263         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18264         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18265         * ext/alsa/gstalsaplugin.c: (plugin_init):
18266         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18267         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18268         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18269         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18270         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18271         (gst_faad_change_state), (plugin_init):
18272         * ext/faad/gstfaad.h:
18273         * ext/vorbis/vorbis.c: (plugin_init):
18274         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18275         * gst-libs/gst/audio/Makefile.am:
18276         * gst-libs/gst/audio/audio.c: (plugin_init):
18277         * gst-libs/gst/audio/multichannel.c:
18278         (gst_audio_check_channel_positions),
18279         (gst_audio_get_channel_positions),
18280         (gst_audio_set_channel_positions),
18281         (gst_audio_set_structure_channel_positions_list),
18282         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18283         (gst_audio_fixate_channel_positions):
18284         * gst-libs/gst/audio/multichannel.h:
18285         * gst-libs/gst/audio/testchannels.c: (main):
18286         * gst/audioconvert/gstaudioconvert.c:
18287         (gst_audio_convert_class_init), (gst_audio_convert_init),
18288         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18289         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18290         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18291         * gst/audioconvert/plugin.c: (plugin_init):
18292           Surround sound support.
18293
18294 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18295
18296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18297           Fix position for discont if we're close as well. Nitpicking, but
18298           saves a few milliseconds of extra waiting or skipping.
18299
18300 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18301
18302         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18303           We sometimes need parsers for playback, so add those too.
18304
18305 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18306
18307         * configure.ac:
18308         * gst/apetag/Makefile.am:
18309         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18310         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18311         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18312         (gst_ape_demux_get_src_query_types),
18313         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18314         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18315         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18316         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18317         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18318         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18319         (gst_ape_demux_change_state):
18320         * gst/apetag/apedemux.h:
18321         * gst/apetag/apetag.c: (plugin_init):
18322         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18323         (plugin_init):
18324           APE v1/2 tag reader plus typefind function.
18325
18326 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18327
18328         * configure.ac:
18329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18330         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18331           Remove hacks for older core. Require newer core version
18332           accordingly.
18333
18334 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18335
18336         * gst/cdxaparse/Makefile.am:
18337         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18338         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18339         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18340         * gst/cdxaparse/gstcdxaparse.h:
18341         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18342         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18343         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18344         (gst_cdxastrip_get_src_query_types),
18345         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18346         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18347         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18348         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18349         * gst/cdxaparse/gstcdxastrip.h:
18350           SVCD/VCD header stripping separated from CDXA image parsing.
18351         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18352         (plugin_init):
18353           Add VCD/SVCD header typefinding for VCD/SVCD.
18354         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18355         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18356         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18357         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18358         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18359         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18360         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18361         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18362         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18363         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18364         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18365         * sys/vcd/vcdsrc.h:
18366           Fix up, add seeking, querying, URI interface. Works in totem now.
18367
18368 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18369
18370         * configure.ac:
18371           back to CVS
18372
18373 === release 0.8.6 ===
18374
18375 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18376
18377         * NEWS:
18378         * RELEASE:
18379         * configure.ac:
18380         * po/af.po:
18381         * po/az.po:
18382         * po/cs.po:
18383         * po/en_GB.po:
18384         * po/hu.po:
18385         * po/it.po:
18386         * po/nb.po:
18387         * po/nl.po:
18388         * po/or.po:
18389         * po/sq.po:
18390         * po/sr.po:
18391         * po/sv.po:
18392         * po/uk.po:
18393           releasing 0.8.6, "IOU Love"
18394
18395 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18396
18397         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18398
18399         * gst/playback/gstplaybasebin.c:
18400           Fix unplayable files error handling.  Fixes #158365
18401
18402 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18403
18404         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18405
18406         * gst/typefind/gsttypefindfunctions.c:
18407           Fix broken mp3 typefinding.  Fixes #158375
18408
18409 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18410
18411         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18412
18413         * ext/ogg/gstoggdemux.c:
18414           Fix sync on broken files.  Fixes #158976
18415
18416 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18417
18418         patch by: Edward Hervey <bilboed@bilboed.com>
18419
18420         * ext/libpng/gstpngenc.c:
18421           Copy over buffer properties.  Fixes #158832
18422
18423 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18424
18425         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18426
18427         * ext/dvdread/dvdreadsrc.c:
18428           Fixes invalid reads (#158462)
18429
18430 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18431
18432         * sys/v4l/gstv4lsrc.c:
18433         * sys/v4l/gstv4lsrc.h:
18434         * sys/v4l/v4lsrc_calls.c:
18435           Probe less and cache it.  Fixes #159187.
18436
18437 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18438
18439         * gst/videorate/gstvideorate.c:
18440           Handle all video formats. Fixes #159186.
18441
18442 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18443         * gst/synaesthesia/gstsynaesthesia.c:
18444         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18445         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18446         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18447         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18448         (gst_synaesthesia_change_state), (plugin_init):
18449         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18450         Force 320x200 output, as that's the only thing the underlying
18451         synaesthesia implementation supports. Still needs to be made
18452         re-entrant.
18453
18454 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * configure.ac:
18457           Fix mpeg2enc configure check (similar to mplex check below).
18458
18459 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18460
18461         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18462
18463         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18464           Fix for gcc-2.95 (fixes #158221).
18465
18466 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18467
18468         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18469           Re-add clock distribution hack (until new core is released).
18470           Fixes #158125.
18471
18472 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18473         * configure.ac:
18474           fix mplex configure check segfaulting on some systems (bug #140994)
18475
18476 2004-11-13  Benjamin Otte  <otte@gnome.org>
18477
18478         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18479           add debugging
18480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18481           do a wait when we enter the loop func with no data available to
18482           write instead of getting into an 100% CPU loop by just returning and
18483           being called again by the scheduler
18484
18485 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18486
18487         * configure.ac:
18488         * ext/libvisual/visual.c: (gst_visual_get_type),
18489         (libvisual_log_handler), (gst_visual_getcaps),
18490         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18491         (plugin_init):
18492           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18493         * ext/smoothwave/Makefile.am:
18494         * ext/smoothwave/demo-osssrc.c: (main):
18495         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18496         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18497         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18498         (plugin_init):
18499         * ext/smoothwave/gstsmoothwave.h:
18500           Make gstsmoothwave a working element in the 20th century.
18501
18502         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18503           Fix incorrect link function
18504
18505 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18506
18507         * gst/volume/gstvolume.c:
18508           Allow buffer-frames=0.
18509
18510 2004-11-12 Iain <iaingnome@gmail.com>
18511
18512         * configure.ac: Check for polypaudio
18513
18514         * ext/Makefile.am: Build the polyp dir
18515
18516         * ext/polyp: The polypsink sources.
18517
18518 2004-10-30 Iain <iaingnome@gmail.com>
18519
18520         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18521         caps to reflect the new number of channels.
18522
18523 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18524
18525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18526           Fix for negotiation order problem. This would show when the
18527           ALSA loopfuction was called before any other function. ALSA
18528           wouldn't do anything because we're not negotiated yet, leading
18529           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18530
18531 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18532
18533         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18536           No warnings (#157986).
18537
18538 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18541           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18542
18543 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18544
18545         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18546           Signal no-more-pads (so it works in playbin).
18547
18548 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * ext/musepack/gstmusepackreader.cpp:
18551           Workaround for older core.
18552
18553 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18554
18555         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18556           Actually test for odd width/height rather than testing whether
18557           a temporary variable that was 0 before we subtracted 1 is now
18558           not equal to zero (which it always is).
18559
18560 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18561
18562         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18563         Fix compilation if HAVE_XVIDEO is not defined
18564
18565 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18566
18567         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18568         Fix compilation if HAVE_XVIDEO is not defined
18569
18570 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18571
18572         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18573         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18574         (gst_goom_change_state), (plugin_init):
18575         Use the bytestream adapter so goom doesn't depend on the input
18576         buffer size.
18577         Add a debug category
18578
18579 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18582           Only set hardware parameters *after* negotiation. Before
18583           negotiation, it will set ANY and that seems to cause crashes
18584           (see e.g. #151288, #153227).
18585
18586 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18587
18588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18589           This seems to be antique leftover. It needs to pass error
18590           checking.
18591         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18592         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18593         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18594         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18595           Fix GstXOverlay implementation (#151059).
18596
18597 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18598
18599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18600           Don't assert (#157853).
18601
18602 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18605           Fix bytes/samples confustion.
18606         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18607           Fix for underrun (#144389).
18608
18609 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18610
18611         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18612           Disable halfway-seek for pending release (since it needs a new
18613           core release).
18614
18615 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18616
18617         * sys/v4l/gstv4lsrc.c:
18618         * sys/v4l/gstv4lsrc.h:
18619         * sys/v4l/v4lsrc_calls.c:
18620           add autoprobe-fps property so we can separate autoprobing parts
18621
18622 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18623
18624         * sys/v4l/gstv4lsrc.c:
18625         * sys/v4l/v4lsrc_calls.c:
18626         initialise fourcc to catch unset fourcc's, and debug
18627
18628 2004-11-09  Wim Taymans  <wim@fluendo.com>
18629
18630         * gst/playback/README:
18631         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18632         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18633         (gst_play_bin_dispose), (gst_play_bin_set_property),
18634         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18635         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18636         (gst_play_bin_get_formats), (gst_play_bin_convert),
18637         (gst_play_bin_get_query_types), (gst_play_bin_query):
18638         Cleanups and some more documentation.
18639
18640 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18641
18642         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18643         (gst_cacasink_init), (gst_cacasink_chain):
18644         * ext/libcaca/gstcacasink.h:
18645         Cacasink inherits from VideoSink, so let that store the clock.
18646
18647 2004-11-09  Wim Taymans  <wim@fluendo.com>
18648
18649         * gst/playback/README:
18650         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18651         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18652         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18653         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18654         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18655         (setup_sinks):
18656         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18657         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18658         * gst/playback/gststreaminfo.h:
18659         Updated README.
18660         Only switch groups if all streams have muted (EOSed).
18661         Send Tags in sync with the stream playback instead of in
18662         the playback/preroll phase.
18663         Some cleanups, free the fakesrc elements.
18664
18665 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18666
18667         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18668           buffer-frames property was missing
18669         * ext/arts/gst_arts.c:
18670           rate missing from sinkcaps
18671         * ext/audiofile/gstafparse.c:
18672         * ext/audiofile/gstafsink.c:
18673         * ext/audiofile/gstafsrc.c:
18674         * ext/swfdec/gstswfdec.c:
18675           int audio doesn't know buffer-frames
18676         * ext/cdparanoia/gstcdparanoia.c:
18677           int audio doesn't know chunksize either
18678         * ext/nas/nassink.c:
18679           it's endianness, not endianess
18680         * gst-libs/gst/audio/audio.h:
18681           make float standard pad template caps really describe float
18682         * gst/law/mulaw.c: (linear_factory):
18683           signed only, please
18684         * gst/mpegstream/gstdvddemux.c:
18685           widths of 20 are not valid
18686
18687 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18688
18689         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18690
18691         * po/LINGUAS:
18692         * po/it.po:
18693           Add Italian
18694
18695 2004-11-08  Wim Taymans  <wim@fluendo.com>
18696
18697         * gst/playback/README:
18698         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18699         * gst/playback/gstplaybasebin.c: (probe_triggered),
18700         (gst_play_base_bin_change_state):
18701         Updated README, added more comments for fixmes etc..
18702
18703 2004-11-08  Wim Taymans  <wim@fluendo.com>
18704
18705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18706         We can remove this hack now.
18707
18708 2004-11-08  Wim Taymans  <wim@fluendo.com>
18709
18710         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18711         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18712         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18713         Only mix AYUV for maximum quality.
18714
18715 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18716
18717         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18718         (gst_ogg_demux_push), (gst_ogg_pad_push):
18719           Let's act as if we're synchronized now! :).
18720         * ext/theora/theoradec.c: (theora_dec_chain):
18721           Add some debug.
18722
18723 2004-11-08  Wim Taymans  <wim@fluendo.com>
18724
18725         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18726         (gst_alpha_set_property), (gst_alpha_sink_link),
18727         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18728         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18729         (gst_alpha_init_params), (gst_alpha_chain):
18730         Implement alpha functions for AYUV too, this increases
18731         accuracy quite a bit.
18732
18733 2004-11-08  Wim Taymans  <wim@fluendo.com>
18734
18735         * gst/ffmpegcolorspace/avcodec.h:
18736         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18737         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18738         (gst_ffmpegcsp_avpicture_fill):
18739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18740         (gst_ffmpegcsp_caps_remove_format_info):
18741         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18742         (shrink12), (img_get_alpha_info), (deinterlace_line),
18743         (deinterlace_line_inplace):
18744         * gst/ffmpegcolorspace/imgconvert_template.h:
18745         Added AYUV colorspace and handle RGBA a bit more respectful.
18746
18747 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18748
18749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18750           Actually always send a discont (cornercase when resending the
18751           same serial-tagged chain twice).
18752
18753 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18754
18755         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18756         (gst_ximagesink_finalize):
18757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18758         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18759
18760 2004-11-08  Wim Taymans  <wim@fluendo.com>
18761
18762         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18763         Don't segfault on NULL data.
18764
18765 2004-11-08  Wim Taymans  <wim@fluendo.com>
18766
18767         * gst/playback/gstdecodebin.c: (unlinked):
18768         * gst/playback/gstplay-marshal.list:
18769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18770         (gst_play_base_bin_init), (group_create), (get_active_group),
18771         (get_building_group), (group_destroy), (group_commit),
18772         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18773         (add_element_stream), (no_more_pads), (probe_triggered),
18774         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18775         (state_change), (setup_source), (gst_play_base_bin_get_property),
18776         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18777         (gst_play_base_bin_link_stream),
18778         (gst_play_base_bin_get_streaminfo):
18779         * gst/playback/gstplaybasebin.h:
18780         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18781         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18782         Add support for chained ogg files. Prepare for playlist
18783         support. This patch introduces the concept of pad groups, which
18784         together compose one playable media file.
18785
18786 2004-11-07  David Schleef  <ds@schleef.org>
18787
18788         * testsuite/gst-lint: Check for pad templates that aren't statically
18789         scoped.
18790
18791 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18792
18793         * configure.ac:
18794         * ext/Makefile.am:
18795         * ext/musepack/Makefile.am:
18796         * ext/musepack/gstmusepackdec.cpp:
18797         * ext/musepack/gstmusepackdec.h:
18798         * ext/musepack/gstmusepackreader.cpp:
18799         * ext/musepack/gstmusepackreader.h:
18800           Add musepack decoder.
18801         * ext/faad/gstfaad.c: (gst_faad_base_init):
18802           Make pad templates static.
18803         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18804         (plugin_init):
18805           Add musepack typefinder, make mp3 typefinding work halfway stream,
18806           which doesn't actually work yet because id3demux doesn't implement
18807           _get_length().
18808
18809 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18810
18811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18812         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18813           Fix interrupt event handling (#144436).
18814
18815 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18818           Hide unused glory.
18819
18820 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18821
18822         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18823
18824         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18825           Fix weird caps (#157548).
18826
18827 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18828
18829         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18830
18831         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18832           Add missing NULL terminator (#157543).
18833
18834 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * gst/tcp/gsttcp.h:
18837         * gst/tcp/gsttcpclientsink.c:
18838         * gst/tcp/gsttcpclientsrc.c:
18839         * gst/tcp/gsttcpserversink.c:
18840         * gst/tcp/gsttcpserversrc.c:
18841           ports can go up to 65535.  Move common defines to gsttcp.h
18842
18843 2004-11-05  Wim Taymans  <wim@fluendo.com>
18844
18845         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18846         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18847         Added two more colorspaces.
18848
18849 2004-11-05  Wim Taymans  <wim@fluendo.com>
18850
18851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18852         (gst_ffmpegcsp_avpicture_fill):
18853         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18854         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18855         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18856         More stride fixes.
18857
18858 2004-11-05  Wim Taymans  <wim@fluendo.com>
18859
18860         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18861         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18862         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18863         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18864         (gst_videomixer_loop):
18865         More stride fixes.
18866
18867 2004-11-05  Benjamin Otte  <otte@gnome.org>
18868
18869         * ext/mad/gstmad.c: (gst_mad_chain):
18870           don't overflow data buffer. Flush not needed sync data when syncing
18871           failed.
18872
18873 2004-11-04  Wim Taymans  <wim@fluendo.com>
18874
18875         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18876         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18877         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18878         (gst_alpha_init_params), (gst_alpha_chain),
18879         (gst_alpha_change_state):
18880         Updated the chroma keying algorithm with something more
18881         sophisticated.
18882
18883 2004-11-03  Wim Taymans  <wim@fluendo.com>
18884
18885         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18886         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18887         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18888         Fix stride issues. Does not completely work for odd
18889         heights.
18890
18891 2004-11-03  Wim Taymans  <wim@fluendo.com>
18892
18893         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18894         (gst_alpha_chroma_key), (gst_alpha_chain):
18895         Fix stride issues. Does not completely work for odd
18896         heights.
18897
18898 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18899
18900         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18901         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18902         leak fixes
18903
18904 2004-11-03  Wim Taymans  <wim@fluendo.com>
18905
18906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18907         (gst_ffmpegcsp_avpicture_fill):
18908         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18909         (avpicture_alloc):
18910         * gst/ffmpegcolorspace/imgconvert_template.h:
18911         Use correct _fill function to get correct strides.
18912
18913 2004-11-02  David Schleef  <ds@schleef.org>
18914
18915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18916         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18917         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18918         Change all g_print()s to debugging.  Add a bunch of consistency
18919         checks.
18920
18921 2004-11-02  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18924         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18925         (unlinked), (no_more_pads), (close_link):
18926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18927         (unknown_type), (add_element_stream), (new_decoded_pad),
18928         (removed_decoded_pad), (setup_source):
18929         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18930         (gst_stream_info_class_init), (gst_stream_info_init),
18931         (gst_stream_info_new), (gst_stream_info_dispose),
18932         (stream_info_mute_pad), (gst_stream_info_set_property),
18933         (gst_stream_info_get_property):
18934         * gst/playback/gststreaminfo.h:
18935         Fix playback of multiple files.
18936         a slightly different approach to handling dynamic pad removals.
18937         This one only looks at pads that we have linked.
18938
18939 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18940
18941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18942         free" warning from libc.
18943
18944 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18947         (get_unconnected_element), (remove_starting_from), (pad_removed),
18948         (close_link):
18949           Implement support for dynamic pad changing. We listen to "live"
18950           pad removals (i.e. while playing) and re-setup autoplugging
18951           after that. Playbasebin/playbin need some more work for this
18952           to finally work, but decodebin supports (and replugs) chained
18953           ogg now.
18954
18955 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
18956
18957         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
18958         (gst_alsa_finalize):
18959         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
18960         (gst_cdaudio_finalize):
18961         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18962         (cdparanoia_finalize):
18963         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
18964         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
18965         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18966         (dvdreadsrc_finalize):
18967         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18968         (gst_flacdec_finalize):
18969         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
18970         (gst_flacenc_finalize):
18971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
18972         (gst_gnomevfssink_finalize):
18973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
18974         (gst_gnomevfssrc_finalize):
18975         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
18976         (gst_fameenc_finalize):
18977         * ext/nas/nassink.c: (gst_nassink_class_init),
18978         (gst_nassink_finalize):
18979         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
18980         (gst_sdlvideosink_class_init):
18981         * ext/sndfile/gstsf.c: (gst_sf_dispose):
18982         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
18983         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
18984         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
18985         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18986         (gst_x_window_listener_dispose):
18987         * gst/audioscale/gstaudioscale.c:
18988         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
18989         (play_on_demand_finalize):
18990         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
18991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18992         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
18993         (cdplayer_finalize):
18994         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
18995         (gst_glimagesink_class_init):
18996         * sys/oss/gstosselement.c: (gst_osselement_class_init),
18997         (gst_osselement_finalize):
18998         * sys/oss/gstosssink.c: (gst_osssink_dispose):
18999         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19000         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19001           Fixes a bunch of problems with finalize and dispose functions,
19002           either assumptions that dispose is only called once, or not calling
19003           the parent class dispose/finalize function
19004
19005 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19006
19007         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19008           added two api precondition guards
19009           use g_strdup with getenv to fix crash when using ENVVAR
19010
19011 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19012         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19013         (gst_esdsink_finalize):
19014         Use a finalize function, not dispose, and more importantly,
19015         call the parent class finalize function too
19016
19017 2004-11-01  Johan Dahlin  <johan@gnome.org>
19018
19019         * ext/ogg/gstoggdemux.c:
19020         * gst/tags/gstvorbistag.c:
19021         Plug leaks.
19022
19023 2004-10-31  Benjamin Otte  <otte@gnome.org>
19024
19025         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19026           lotsa memleaks today. But they're all small...
19027
19028 2004-10-31  Benjamin Otte  <otte@gnome.org>
19029
19030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19031           another memleak crushed
19032
19033 2004-10-31  Benjamin Otte  <otte@gnome.org>
19034
19035         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19036           fix memleak
19037
19038 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19041           Hack to prevent crash when going to READY inside signal handler
19042           while this function is active.
19043
19044 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * gst/ffmpegcolorspace/Makefile.am:
19047         * gst/ffmpegcolorspace/avcodec.h:
19048         * gst/ffmpegcolorspace/common.h:
19049         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19050         * gst/ffmpegcolorspace/dsputil.h:
19051         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19053         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19054         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19055         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19056         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19057         (gst_ffmpegcsp_avpicture_fill):
19058         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19060         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19061         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19062         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19063         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19064         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19065         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19066         * gst/ffmpegcolorspace/imgconvert.c:
19067         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19068         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19069         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19070         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19071         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19072         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19073         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19074         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19075         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19076         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19077         (grow21), (grow22), (grow41), (grow44), (conv411),
19078         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19079         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19080         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19081         (avpicture_free), (is_yuv_planar), (img_convert),
19082         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19083         (deinterlace_line_inplace), (deinterlace_bottom_field),
19084         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19085         * gst/ffmpegcolorspace/imgconvert_template.h:
19086         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19087         * gst/ffmpegcolorspace/mmx.h:
19088         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19089         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19090         (av_freep), (avcodec_get_context_defaults),
19091         (avcodec_alloc_context), (avcodec_init):
19092           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19093           handling plus update from ffmpeg CVS. Large clean-up.
19094
19095 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * gst/playback/Makefile.am:
19098           We need the marshallers for decodebin, too.
19099
19100 2004-10-30  David Schleef  <ds@schleef.org>
19101
19102         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19103           quicktime typefinding work with 64-bit offsets.
19104
19105 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19106
19107         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19108           Set EOS on the element when processing an EOS event.
19109         * ext/speex/gstspeexdec.h:
19110         * ext/speex/gstspeexenc.h:
19111           Only keep a const ptr to the mode
19112         * gst-libs/gst/riff/riff-media.c:
19113         (gst_riff_create_audio_caps_with_data),
19114         (gst_riff_create_audio_template_caps):
19115           Allow WMAV3, with up to 6 channels.
19116         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19117           Don't call gst_pad_set_event_function on a sink pad.
19118         * gst/mpegstream/gstdvddemux.c:
19119         (gst_dvd_demux_get_subpicture_stream),
19120         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19121           Copy the explicit caps that were set across to the cur_* pads,
19122           instead of trying to use a possibly non-existent negotiated caps.
19123           Reset the type of subpicture pads to UNKNOWN after calling
19124           init_stream, so that the caps get set.
19125
19126 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19127
19128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19131           Don't touch buffer if it is of size 0 (fixes #151064).
19132
19133 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19134
19135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19136           Synchronized discont handling.
19137
19138 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19139
19140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19141         (gst_ogg_demux_push):
19142           Make seeking sort-of exact again (fixes #156387).
19143
19144 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * gst/playback/gstplaybasebin.c: (unknown_type),
19147         (add_element_stream), (new_decoded_pad),
19148         (gst_play_base_bin_change_state):
19149         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19150         (gst_stream_info_init), (gst_stream_info_new),
19151         (gst_stream_info_dispose), (gst_stream_info_get_property):
19152         * gst/playback/gststreaminfo.h:
19153           Make caps explicitely available. Makes testing for unsupported
19154           types possible. Improves error reporting.
19155
19156 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19157
19158         * gst/audioconvert/gstaudioconvert.c:
19159         (gst_audio_convert_buffer_to_default_format):
19160           Really don't touch read-only buffers (#156563).
19161
19162 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19163
19164         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19165
19166         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19167           Fix memleak (#155223).
19168
19169 2004-10-29  Wim Taymans  <wim@fluendo.com>
19170
19171         * gst/tcp/.cvsignore:
19172         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19173         (gst_multifdsink_class_init), (gst_multifdsink_init),
19174         (gst_multifdsink_add), (gst_multifdsink_remove),
19175         (gst_multifdsink_remove_client_link), (is_sync_frame),
19176         (gst_multifdsink_new_client),
19177         (gst_multifdsink_handle_client_write),
19178         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19179         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19180         (gst_multifdsink_get_property):
19181         * gst/tcp/gstmultifdsink.h:
19182         Added burst on connect sync_method, deprecated sync_clients,
19183         streamlined the sync code some more.
19184
19185 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19186
19187         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19188         (gst_play_base_bin_change_state):
19189           Improve error reporting.
19190
19191 2004-10-28  Wim Taymans  <wim@fluendo.com>
19192
19193         * gst/tcp/Makefile.am:
19194         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19195         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19196         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19197         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19198         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19199         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19200         (gst_fdset_wait):
19201         Added more locks around fdset structures. Fixed/reworked
19202         the poll array resizing code.
19203         Added stress test for fdset.
19204
19205 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19206
19207         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19208         fix build
19209
19210 2004-10-28  Benjamin Otte  <otte@gnome.org>
19211
19212         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19213           fix link function to always query channels and query width for
19214           floats
19215         * configure.ac:
19216           add equalizer dir
19217         * gst/equalizer/Makefile.am:
19218         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19219         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19220         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19221         (arg_to_scale), (setup_filter),
19222         (gst_iir_equalizer_compute_frequencies),
19223         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19224         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19225         (plugin_init):
19226           add an equalizer
19227
19228 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19229
19230         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19231
19232         * po/LINGUAS:
19233         * po/nb.po:
19234           Added Norwegian Bokmaal translation
19235
19236 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19239           Don't break on options (fixes #156488).
19240
19241 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19242
19243         * configure.ac:
19244         * ext/cdaudio/Makefile.am:
19245         * sys/Makefile.am:
19246           fix build on older automake
19247
19248 2004-10-26  Wim Taymans  <wim@fluendo.com>
19249
19250         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19251         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19252         Allow a little margin when negotiating the framerate.
19253
19254 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19255
19256         * gst/level/gstlevel.c:
19257           synchonised naming of pads and pad-templates
19258
19259 2004-10-26  Wim Taymans  <wim@fluendo.com>
19260
19261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19262         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19263         (_find_streams_check), (gst_ogg_demux_push):
19264         Fix EOS again. Needs to be done in a better way. We should not
19265         remove the pad if there is no new chained stream.
19266
19267 2004-10-26 Iain <iaingnome@gmail.com>
19268
19269         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19270         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19271         of the caps.
19272         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19273         pad.
19274         (interleave_release_pad): Remove the pad.
19275         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19276         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19277         the set device.
19278         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19279         attrs
19280         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19281         (gst_xvimagesink_finalize): Free the par.
19282
19283 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19286         (gst_avimux_stop_file):
19287           First calculate the rate, and only then use it. Hdr.rate is a
19288           multiple and not a derivative of hdr.scale. Scale is not the
19289           same as blockalign but is solely related to rate.
19290
19291 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19292
19293         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19294         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19295           Implement seeking.
19296
19297 2004-10-25  James Henstridge  <james@jamesh.id.au>
19298
19299         Reviewed by:  David Schleef  <ds@schleef.org>
19300
19301         * examples/gstplay/player.c: (got_stream_length), (main):
19302         * examples/seeking/cdplayer.c: (update_scale):
19303         * examples/seeking/seek.c: (format_value), (update_scale):
19304         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19305         (stop_seek):
19306         Build fixes on AMD64.
19307
19308 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19309
19310         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19311
19312         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19313         Fix for some v4l cards which hang in v4lsrc
19314
19315 2004-10-25  Wim Taymans  <wim@fluendo.com>
19316
19317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19318         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19319         Make sure to remove the pad when a new chain is
19320         encountered. Set some vars to NULL so we don't try
19321         to reference freed memory.
19322
19323 2004-10-25  Wim Taymans  <wim@fluendo.com>
19324
19325         * examples/seeking/Makefile.am:
19326         * examples/seeking/cdplayer.c: (update_scale):
19327         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19328         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19329         (format_value), (update_scale), (iterate), (start_seek),
19330         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19331         (print_usage), (main):
19332         Added some more examples, update others.
19333
19334 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19335
19336         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19337         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19338         * ext/theora/theoradec.c: (theora_dec_chain):
19339         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19340           Add codec-name metadata.
19341
19342 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19343
19344         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19347         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19348         * ext/alsa/gstalsamixertrack.h:
19349         * po/POTFILES.in:
19350           ALSA mixer track label internationalization (#154054).
19351
19352 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19353
19354         * ext/theora/theoradec.c: (theora_dec_chain):
19355           Export bitrate as metadata.
19356
19357 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19358
19359         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19360         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19361         * ext/alsa/gstalsamixertrack.h:
19362           Fix names, fix loop.
19363
19364 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19365
19366         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19367         (speex_dec_convert):
19368           sinkconvert function so oggdemux can get the file length (totem).
19369
19370 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19371
19372         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19375           Don't push incomplete packets.
19376         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19377           Fix MPEG-4 audio typefinding.
19378
19379 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19380
19381         * sys/v4l/Makefile.am:
19382         * sys/v4l/gstv4l.c: (plugin_init):
19383         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19384         (gst_v4lelement_init), (gst_v4lelement_dispose),
19385         (gst_v4lelement_change_state):
19386         * sys/v4l/gstv4lelement.h:
19387         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19388         (gst_v4l_xoverlay_close), (idle_refresh),
19389         (gst_v4l_xoverlay_set_xwindow_id):
19390         * sys/v4l/gstv4lxoverlay.h:
19391         * sys/v4l/v4l-overlay_calls.c:
19392         * sys/v4l/v4l_calls.h:
19393         * sys/v4l2/Makefile.am:
19394         * sys/v4l2/gstv4l2.c: (plugin_init):
19395         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19396         (gst_v4l2element_init), (gst_v4l2element_dispose),
19397         (gst_v4l2element_change_state):
19398         * sys/v4l2/gstv4l2element.h:
19399         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19400         (gst_v4l2_xoverlay_close), (idle_refresh),
19401         (gst_v4l2_xoverlay_set_xwindow_id):
19402         * sys/v4l2/gstv4l2xoverlay.h:
19403         * sys/v4l2/v4l2-overlay_calls.c:
19404         * sys/v4l2/v4l2_calls.h:
19405           Remove client-side overlay handling, use the X-server v4l plugin
19406           for that. Nicer overlay, less code. Also make the plugin
19407           compileable without X (but then without overlay, obviously).
19408           Makes xwindowlistener obsolete, should we remove that?
19409
19410 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19411
19412         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19413         (gst_osssrc_src_query):
19414         * sys/oss/gstosssrc.h:
19415           OK, so people want offset in DEFAULT. This time, actually fix all
19416           cases.
19417         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19418           Add FPS properly.
19419
19420 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19421
19422         * gst/asfdemux/gstasfmux.c:
19423         * gst/avi/gstavimux.c:
19424           Framerate.
19425
19426 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19429           Fix properties (channel, norm, frequency).
19430
19431 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19434           Flag typo.
19435         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19436           No warnings.
19437
19438 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19439
19440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19441           Fix hang.
19442
19443 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * sys/v4l2/gstv4l2element.h:
19446           Yet Another Hack (tm) for kernel header borkedness.
19447         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19448         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19449         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19450         (gst_v4l2src_change_state):
19451         * sys/v4l2/gstv4l2src.h:
19452         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19453         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19454           Fix caps, keep track of state, work.
19455
19456 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19459           Quiet.
19460
19461 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19464           Don't mix bytes and samples.
19465
19466 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19467
19468         * ext/ogg/gstoggmux.c:
19469           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19470           and theora. Any is incorrect.
19471         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19472           Fix caps.
19473         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19474         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19475         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19476         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19477         * sys/v4l/gstv4lmjpegsrc.h:
19478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19479         (gst_v4lsrc_change_state):
19480         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19481         (gst_v4lmjpegsrc_capture_stop):
19482           Fix caps. Keep track of internal state. Work.
19483
19484 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19485
19486         * ext/Makefile.am:
19487           Fix the build fixes.
19488
19489 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19492         (gst_ogg_demux_src_event), (_find_chain_seek),
19493         (gst_ogg_pad_push):
19494           Check for pad availability before using it.
19495         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19496           Fix parsing of chained ogg. Needs more work on the decoder side.
19497
19498 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19499
19500         * gst/spectrum/Makefile.am:
19501         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19502         (idle_func):
19503           Fix demo and reenable it. Yes, I'm currently playing with audio
19504           analysis tools
19505
19506 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19509           We love it if files that start at zero work too...
19510
19511 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19514           Handle files with missing EOS headers.
19515
19516 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19517
19518         * gst/tcp/gsttcpserversink.c:
19519         (gst_tcpserversink_handle_server_read),
19520         (gst_tcpserversink_init_send):
19521         Zero some variables first (need for accept not to return EINVAL)
19522
19523 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19526         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19527         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19528         (theora_dec_chain):
19529         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19530         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19531           Seeking and querying finetune.
19532
19533 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19534
19535         * configure.ac:
19536         * ext/Makefile.am:
19537         * ext/raw1394/Makefile.am:
19538           fix the build
19539
19540 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19543           Wrong return.
19544         * gst/playback/Makefile.am:
19545         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19546         * gst/playback/gstplay-marshal.list:
19547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19548           Fix marshallers.
19549
19550 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19551
19552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19553           Silence.
19554
19555 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19556
19557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19558         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19559         (gst_ogg_pad_push):
19560           Yay for non-lineair granulepos in theora.
19561
19562 2004-10-18  Wim Taymans  <wim@fluendo.com>
19563
19564         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19565         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19566         * ext/dv/gstdvdec.h:
19567         Make sure we renegotiate aspect ratio when the camera switches.
19568
19569 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19570
19571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19572         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19573           Start at zero.
19574         * ext/theora/theoradec.c: (theora_dec_chain):
19575           Skip headers. Bad idea for chained ogg, but fixes seeking.
19576
19577 2004-10-18  Wim Taymans  <wim@fluendo.com>
19578
19579         * configure.ac:
19580         I swear, this is the last time I touch this.
19581
19582 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19583
19584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19585         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19586         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19587           Faster seeking.
19588         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19589           Time-to-default conversion.
19590         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19591           Don't error on unknown packets, just skip. We should probably
19592           read them if we want to support chained ogg.
19593
19594 2004-10-18  Wim Taymans  <wim@fluendo.com>
19595
19596         * configure.ac:
19597         Added cdaudio to wrong list.
19598
19599 2004-10-18  Wim Taymans  <wim@fluendo.com>
19600
19601         * configure.ac:
19602         Revive cdaudio.
19603
19604 2004-10-18  Wim Taymans  <wim@fluendo.com>
19605
19606         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19607         (gst_dvdec_video_link), (gst_dvdec_push):
19608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19609         (gst_smokeenc_resync), (gst_smokeenc_chain):
19610         Fix mimetype on smoke encoder.
19611         Add aspect ratio to dvdec. Not sure if these
19612         values are correct though....
19613
19614 2004-10-18  Wim Taymans  <wim@fluendo.com>
19615
19616         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19617         Fix vorbis property descriptions and ranges.
19618
19619 2004-10-18  Wim Taymans  <wim@fluendo.com>
19620
19621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19622         Really do nothing when no data is available.
19623         Go to the playing state when the stream is not seekable
19624         instead of failing.
19625
19626 2004-10-18  Wim Taymans  <wim@fluendo.com>
19627
19628         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19629         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19630         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19631         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19632         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19633         Added uri handler for cd://
19634         Port to new API.
19635
19636 2004-10-18  Wim Taymans  <wim@fluendo.com>
19637
19638         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19639         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19640         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19641         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19642         (remove_prerolls), (unknown_type), (add_element_stream),
19643         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19644         (gst_play_base_bin_remove_element),
19645         (gst_play_base_bin_link_stream):
19646         * gst/playback/gstplaybin.c: (gen_video_element),
19647         (gen_vis_element), (remove_sinks), (setup_sinks):
19648         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19649         (gst_stream_info_get_type), (gst_stream_info_class_init),
19650         (gst_stream_info_init), (gst_stream_info_new),
19651         (gst_stream_info_dispose), (stream_info_mute_pad),
19652         (gst_stream_info_set_property), (gst_stream_info_get_property):
19653         * gst/playback/gststreaminfo.h:
19654         Add sink padtemplate to decodebin.
19655         Added some more comments.
19656         Make queue size configurable in playbasebin.
19657         Added possibility to use elements as sinks (ex cdaudio).
19658
19659 2004-10-15  Wim Taymans  <wim@fluendo.com>
19660
19661         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19662         (gst_speexenc_chain):
19663         Fix speex timestamps so that it gets muxed properly.
19664
19665 2004-10-15  Wim Taymans  <wim@fluendo.com>
19666
19667         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19668         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19669         (gst_dv1394src_init), (gst_dv1394src_dispose),
19670         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19671         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19672         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19673         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19674         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19675         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19676         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19677         * ext/raw1394/gstdv1394src.h:
19678         Added conversion/query functions.
19679         Update buffer timestamps,
19680         Added signals.
19681         Added uri dv:// so it might play from the firewire in playbin.
19682         Fix a possible leak.
19683         Added debugging.
19684
19685 2004-10-15  Wim Taymans  <wim@fluendo.com>
19686
19687         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19688         (gst_dv1394src_init), (gst_dv1394src_set_property),
19689         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19690         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19691         * ext/raw1394/gstdv1394src.h:
19692         Added AV/C VTR control support needed for some cameras.
19693         Added automatic port detection.
19694         Added properties for selecting the channel.
19695         The configure.ac script is not yet updated to reflect the
19696         new libavc1394 and librom1394 dependencies.
19697
19698 2004-10-15  Wim Taymans  <wim@fluendo.com>
19699
19700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19701         (qtdemux_parse), (gst_qtdemux_handle_esds):
19702         An esds box is not a container.
19703         Fix parsing of mp4v boxes.
19704         Do not try to renegotiate fps for each frame. Need to
19705         find a better method. This should fix mp4 playback.
19706
19707 2004-10-14  David Schleef  <ds@schleef.org>
19708
19709         * configure.ac: update for swfdec-0.3 and liboil-0.2
19710         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19711         * ext/swfdec/gstswfdec.h: same
19712         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19713         * gst/videotestsrc/videotestsrc.c: same
19714
19715 2004-10-14  Wim Taymans  <wim@fluendo.com>
19716
19717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19718         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19719         (is_sync_frame), (gst_multifdsink_new_client),
19720         (gst_multifdsink_handle_client_write),
19721         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19722         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19723         Turn warnings into info.
19724         Don't allow a state change in the streaming thread.
19725
19726 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19727
19728         * ext/vorbis/oggvorbisenc.c:
19729         * ext/vorbis/vorbisdec.c:
19730           fix template sample rate
19731
19732 2004-10-13  Wim Taymans  <wim@fluendo.com>
19733
19734         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19735         Decoding the header first fixes some problems in resyncing
19736         in more mp3s.
19737
19738 2004-10-12  Wim Taymans  <wim@fluendo.com>
19739
19740         * gst/playback/gstplaybin.c: (gen_video_element),
19741         (gen_vis_element), (remove_sinks), (setup_sinks):
19742         Added vis plugin support, need to configure the vis
19743         element to activate it.
19744
19745 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19746
19747         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19748         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19749           Some debug.
19750         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19751         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19752         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19753         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19754         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19755         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19756         * gst/avi/gstavidemux.h:
19757           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19758           recovery (where, if part of the index is broken, we will still read
19759           the rest of the index and recover the broken part by stream
19760           scanning). More broken media support. EOS workarounds. General AVI
19761           braindamage headache recovery. Aspirin included.
19762
19763 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19764
19765         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19766         (cdparanoia_event), (cdparanoia_query):
19767           Get rid of hideous lead-in.
19768
19769 2004-10-11  Wim Taymans  <wim@fluendo.com>
19770
19771         * gst/playback/gstplaybasebin.c: (setup_source):
19772         Wrong var used to get g_list_next.
19773
19774 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19775
19776         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19777         (cdparanoia_get), (cdparanoia_open):
19778           Report discid as metadata, add duration.
19779
19780 2004-10-11  Wim Taymans  <wim@fluendo.com>
19781
19782         * gst/playback/gstplaybasebin.c: (setup_source):
19783         Cleanup the previous pipeline a little earlier for the
19784         case that a source element provides raw data.
19785
19786 2004-10-11  Benjamin Otte  <otte@gnome.org>
19787
19788         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19789           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19790           consuming the last 128 bytes, even though it was valid mp3 data.
19791
19792 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19793
19794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19795         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19796         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19797         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19798
19799 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19800
19801         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19802         Fix for webcams that support only specific width or height
19803
19804 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19805
19806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19809           Fix wrong discont event setup (fixes #154967).
19810
19811 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19812
19813         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19816           Error out on invalid data (fixes #154807).
19817
19818 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19819
19820         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * ext/dvdread/dvdreadsrc.c: (_read):
19823           Make titles > 0 work again (fixes #154834).
19824
19825 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * gst-libs/gst/riff/riff-media.c:
19828         (gst_riff_create_video_template_caps):
19829           WMV3 missing in template caps.
19830
19831 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19832
19833         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19834           OK, so the original code was too strict. It makes random AVI files
19835           hang for seconds upon opening, which is unacceptable and is far
19836           beyond the original goal of getting multiple chunks for one-chunk
19837           sounc stream files. So now do just that.
19838
19839 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19840
19841         * gst/playback/gstplaybasebin.c: (setup_source),
19842         (gst_play_base_bin_change_state):
19843           Actually clean up streaminfo if output fails. This would trigger
19844           if, for example, there was no CD in the drive. No preroll, so
19845           a streaminfo structure is created, but the subsequent state change
19846           of the thread fails.
19847         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19848           Don't change state if parent failed.
19849
19850 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19853         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19854         (gen_video_element), (remove_sinks):
19855           Add small bits of code for screenshot handling.
19856
19857 2004-10-08  Wim Taymans  <wim@fluendo.com>
19858
19859         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19860         (gen_video_element), (gen_audio_element), (setup_sinks):
19861         Don't assume the user provided sinks are named "sink"...
19862
19863 2004-10-08  Wim Taymans  <wim@fluendo.com>
19864
19865         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19866         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19867         (gst_play_base_bin_link_stream):
19868         Do not try to autoplug sources that generate raw streams like
19869         cdparanoia.
19870         disconnect the preroll overrun signal when we don't need it anymore.
19871
19872 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19873
19874         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19875         Added reworked patch from #154903 from milosz derezynski (deadchip).
19876
19877 2004-10-08  Wim Taymans  <wim@fluendo.com>
19878
19879         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19880         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19881         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19882         (cdparanoia_convert), (cdparanoia_uri_get_type),
19883         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19884         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19885         * ext/cdparanoia/gstcdparanoia.h:
19886         This adds the cdda://<tracknum> uri.
19887
19888 2004-10-08  Wim Taymans  <wim@fluendo.com>
19889
19890         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19891         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19892         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19893         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19894         (unknown_type), (gst_play_base_bin_remove_element),
19895         (gst_play_base_bin_link_stream):
19896         * gst/playback/gstplaybasebin.h:
19897         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19898         (gst_play_bin_set_property), (gen_video_element),
19899         (gen_audio_element), (setup_sinks):
19900         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19901         (gst_stream_info_get_type), (gst_stream_info_class_init),
19902         (gst_stream_info_init), (gst_stream_info_new),
19903         (gst_stream_info_dispose), (stream_info_mute_pad),
19904         (gst_stream_info_set_property), (gst_stream_info_get_property):
19905         * gst/playback/gststreaminfo.h:
19906         Reuse the audio and video bins.
19907         Some internal cleanups in the stream selection code.
19908
19909 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19910
19911         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19912         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19913         * sys/ximage/ximagesink.h:
19914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19915         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19916         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19917         not coming from those elements. Moreover these elements should not keep
19918         the xid they have been given when in NULL state.
19919
19920 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19921
19922         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19923         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19924         * sys/ximage/ximagesink.h:
19925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19926         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19927         * sys/xvimage/xvimagesink.h:
19928           Actually only create a new toplevel window if we're not gonna
19929           embed it right after.
19930
19931 2004-10-07  Wim Taymans  <wim@fluendo.com>
19932
19933         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19934         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19935         * gst/playback/gstplaybin.c: (setup_sinks):
19936         Implement muting/unmuting of streams, mute streams that are not
19937         used.
19938
19939 2004-10-07  Wim Taymans  <wim@fluendo.com>
19940
19941         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19942         (plugin_init):
19943         Added lame audio/x-ac3 typefind function.
19944
19945 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19946
19947         * configure.ac:
19948           bump nano to cvs
19949
19950 === release 0.8.5 ===
19951
19952 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19953
19954         * NEWS:
19955         * RELEASE:
19956         * configure.ac:
19957           releasing 0.8.5, "Take You On"
19958
19959 2004-10-06  Wim Taymans  <wim@fluendo.com>
19960
19961         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19962         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
19963         (no_more_pads), (close_link), (type_found):
19964         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
19965         * gst/playback/gstplaybin.c: (gen_video_element):
19966         Do not signal the no_more_pads after the first pad when
19967         we are plugging a non dynamic element with multiple
19968         output pads (like swfdec, dvdec, ...).
19969
19970 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19971
19972         * configure.ac:
19973           bump for prerelease
19974
19975 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19976
19977         * gst/wavparse/gstwavparse.c:
19978           add ATRAC3 to STATIC CAPS to fix a warning
19979
19980         * gst/matroska/ebml-read.c:
19981         * gst-libs/gst/riff/riff-read.c:
19982           fix typos
19983
19984 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19985
19986         * gst-libs/gst/riff/riff-media.c:
19987           generate caps for ATRAC3 audio streams
19988
19989         * gst/realmedia/rmdemux.c:
19990           generate caps for ATRAC3 audio streams
19991
19992 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19993
19994         * gst/wavparse/Makefile.am
19995         * gst/wavparse/riff.h
19996         * gst/wavparse/wavparse.vcproj
19997           riff.h removal (unused and duplication with riff-ids.h)
19998
19999 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20000
20001         * gst/wavparse/gstwavparse.h
20002           remove duplicated defines for audio codec codes
20003
20004         * gst-libs/gst/riff/riff-ids.h
20005         * gst/wavenc/riff.h:
20006           add "4CC" code for ATRAC3 audio streams
20007           add "4CC" code for ITU_G721_ADPCM (unused for now)
20008
20009 2004-10-06  Wim Taymans  <wim@fluendo.com>
20010
20011         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20012         Actually _do_ negotiation. Pass gdouble as arg instead
20013         of guint64 for the framerate.
20014
20015 2004-10-06  Wim Taymans  <wim@fluendo.com>
20016
20017         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20018         (find_compatibles), (close_pad_link), (try_to_link_1),
20019         (no_more_pads), (close_link), (type_found):
20020         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20021         * gst/playback/gstplaybin.c: (gen_video_element),
20022         (gen_audio_element):
20023         Set state on newly added element to READY so that negotiation
20024         can happen ASAP.
20025         Addes some more debug info.
20026         Do not try to plug pads with multiple caps structures or ANY
20027         because it is too dangerous since we do not do dynamic
20028         replugging.
20029
20030 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20031
20032         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20033
20034         * po/LINGUAS:
20035         * po/or.po:
20036           add Oriya translation
20037
20038 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20039
20040         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20041           Prevent overwrite of size member. Makes audio sound crappy.
20042
20043 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20044
20045         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20046         Add rmvb to the list of known RealMedia extensions
20047
20048 2004-10-05  Wim Taymans  <wim@fluendo.com>
20049
20050         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20051         (mngdec_openstream), (mngdec_closestream),
20052         (mngdec_handle_sink_event), (mngdec_readdata),
20053         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20054         (mngdec_getcanvasline), (mngdec_refresh),
20055         (gst_mngdec_change_state):
20056         Set the framerate correctly.
20057
20058 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20061           There was something wrong with the index massaging.
20062
20063 2004-10-04  Wim Taymans  <wim@fluendo.com>
20064
20065         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20066         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20067         (gst_smokedec_chain):
20068         * ext/jpeg/gstsmokedec.h:
20069         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20070         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20071         * ext/jpeg/gstsmokeenc.h:
20072         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20073         (smokecodec_decode_new), (smokecodec_info_free),
20074         (smokecodec_set_quality), (smokecodec_get_quality),
20075         (smokecodec_set_threshold), (smokecodec_get_threshold),
20076         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20077         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20078         (smokecodec_encode), (smokecodec_parse_id),
20079         (smokecodec_parse_header), (smokecodec_decode):
20080         * ext/jpeg/smokecodec.h:
20081         * ext/jpeg/smokeformat.h:
20082         Updated smoke, new bitstream, allows embedding in ogg.
20083
20084 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20085
20086         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20087           Fix seeking in some files. All this code is no longer needed (and
20088           actually breaks stuff) because we now synchronize the full index
20089           right when reading the header.
20090
20091 2004-10-04  Wim Taymans  <wim@fluendo.com>
20092
20093         * configure.ac:
20094         configure update for libmng.
20095
20096 2004-10-04  Wim Taymans  <wim@fluendo.com>
20097
20098         * ext/libmng/Makefile.am:
20099         * ext/libmng/gstmng.c: (plugin_init):
20100         * ext/libmng/gstmng.h:
20101         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20102         (gst_mngdec_base_init), (gst_mngdec_class_init),
20103         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20104         (gst_mngdec_loop), (gst_mngdec_get_property),
20105         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20106         (mngdec_closestream), (mngdec_handle_sink_event),
20107         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20108         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20109         (gst_mngdec_change_state):
20110         * ext/libmng/gstmngdec.h:
20111         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20112         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20113         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20114         (gst_mngenc_chain), (gst_mngenc_get_property),
20115         (gst_mngenc_set_property):
20116         * ext/libmng/gstmngenc.h:
20117         Added basic MNG decoder. Needs more work. The encoder does
20118         not work yet.
20119
20120 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20121
20122         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20123         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20124         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20125           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20126           no-more-pads.
20127
20128 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20129
20130         * configure.ac:
20131           you need at least 1.0.4 of speex
20132
20133 2004-10-04 Iain <iaingnome@gmail.com>
20134
20135         * ext/speex/gstspeexdec.h: Revert the includes changes.
20136
20137         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20138
20139 2004-09-30 Iain <iaingnome@gmail.com>
20140
20141         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20142         found during init or set as a property instead of hardcoding /dev/audio
20143
20144 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20145
20146         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20147         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20148         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20149         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20150         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20151         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20152         (gst_rmdemux_dump_data):
20153           Use debug category, fix EOS handling. filesrc ! rmdemux now
20154           works.
20155
20156 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20159         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20160         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20161           Improve allocation, cutting and sorting of the index. How takes a
20162           few seconds instead of minutes.
20163
20164 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20165
20166         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20167           fixed compilation
20168
20169 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20170
20171         * gst-libs/gst/riff/riff-media.c:
20172         (gst_riff_create_video_caps_with_data),
20173         (gst_riff_create_video_template_caps):
20174           Add wing commander format mimetype/fourccs.
20175         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20176           Don't crash if some value is 0.
20177
20178 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20179
20180         * gst-libs/gst/riff/riff-media.c:
20181         (gst_riff_create_video_caps_with_data),
20182         (gst_riff_create_video_template_caps):
20183           Add DIB fourcc (raw, palettized 8-bit RGB).
20184         * gst-libs/gst/riff/riff-read.c:
20185         (gst_riff_read_strf_vids_with_data):
20186           Oops, fix strf_data reading bug.
20187         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20188           Use a non-NULL tag.
20189         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20190           Time for hacks. Sorry Dave. At least one quicktime movie (a
20191           trailer) that I've encountered contains multiple video tracks.
20192           One of those is the actual video track, the other are one-frame
20193           tracks (images). Unfortunately, the number of frames according
20194           to the trak header is 1 for each, so that doesn't help. So
20195           instead, I look at the duration and discard tracks with a
20196           duration shorter than 20% of the length of the stream. Better
20197           than nothing.
20198
20199 2004-10-01  Christian Schaller <christian@fluendo.com>
20200
20201         * ext/ivorbis/vorbis.c:
20202           Patch from Phil Blundell (Bug 152341)
20203
20204 2004-10-01  Wim Taymans  <wim@fluendo.com>
20205
20206         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20207         (speex_dec_get_formats), (speex_dec_convert),
20208         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20209         (speex_dec_chain), (gst_speexdec_get_property),
20210         (gst_speexdec_set_property):
20211         Small cleanups.
20212
20213 2004-10-01  Wim Taymans  <wim@fluendo.com>
20214
20215         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20216         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20217         (gst_wavparse_other), (gst_wavparse_loop),
20218         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20219         (gst_wavparse_srcpad_event):
20220         * gst/wavparse/gstwavparse.h:
20221         Added some more debugging info.
20222         Fix the case where the length of the file is 0.
20223         Make sure we seek to sample borders.
20224
20225 2004-10-01  Wim Taymans  <wim@fluendo.com>
20226
20227         * gst/playback/README:
20228         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20229         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20230         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20231         Add some debug info to decodebin, update README
20232
20233 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20236           Don't use g_print(); use GST_DEBUG().
20237
20238 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20241         (gst_ogg_mux_queue_pads):
20242           Handle EOS properly.
20243
20244 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20245
20246         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20247
20248         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20249         (gst_faad_chain), (gst_faad_change_state):
20250         * ext/faad/gstfaad.h:
20251           Allow playback of raw (unframed) MPEG AAC files (#148993).
20252
20253 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20254
20255         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20256
20257         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20258           Throw error if we didn't recognize the stream. Fixes #152289.
20259
20260 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20261
20262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20263           Fix negotiation.
20264
20265 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20266
20267         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20270           Fix memleak.
20271
20272 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20273
20274         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20277           Solve #152805.
20278         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20279           Solve 152806.
20280
20281 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * gst-libs/gst/riff/riff-media.c:
20284         (gst_riff_create_video_caps_with_data),
20285         (gst_riff_create_audio_caps_with_data):
20286           Add codec_data handling (like asfdemux used to do).
20287         * gst/asfdemux/gstasf.c: (plugin_init):
20288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20289         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20290           Use riff-media for caps creation instead of our own (mostly
20291           broken) copy of its functions.
20292
20293 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20296           Don't actually error out if we get another return value than
20297           -EINVAL. Opposite to what I first thought, drivers have random
20298           return values for this, although -EINVAL is the expected return
20299           value. Since this is not fatal, we shouldn't use
20300           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20301
20302 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20305         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20306         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20307         (dvdreadsrc_get), (dvdreadsrc_open_file),
20308         (dvdreadsrc_change_state):
20309           Fix. Don't do one big huge loop around the whole DVD, that will
20310           cache all data and thus eat sizeof(dvd) (several GB) before we
20311           see something.
20312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20313           Actually NULL'ify event after using it.
20314         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20315         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20316         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20317         (gst_ebml_read_seek), (gst_ebml_read_skip):
20318           Handle events.
20319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20320         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20321         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20322           Fix timing (this will probably break if I seek using menus, but
20323           I didn't get there yet). VOBs and normal DVDs should now work.
20324           Add a mpeg2-only pad with high rank so this get autoplugged for
20325           MPEG-2 movies.
20326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20327         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20328         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20329         (gst_mpeg_demux_get_audio_stream),
20330         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20331         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20332           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20333           MPEG-1 but use dvddemux for MPEG-2.
20334         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20335         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20336         (gst_mpeg_parse_parse_packhead):
20337           Timing. Only add pad template if it exists. Add sink template from
20338           class and not from ourselves. This means we will always use the
20339           correct sink template even if it is not the one defined in this
20340           file.
20341
20342 2004-09-29  Wim Taymans  <wim@fluendo.com>
20343
20344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20345         (gst_mpeg_demux_parse_pes):
20346         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20347         Fix playback of mpeg again, timestamps where screwed up by
20348         patch 1.61.
20349
20350 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20351
20352         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20353           Only return true if we actually filled something in. Prevents
20354           player applications from showing a random length for flac files.
20355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20356         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20357         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20358         (gst_riff_read_strf_vids_with_data),
20359         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20360           OK, ok, so I implemented event handling. Apparently it's normal
20361           that we receive random events at random points without asking
20362           for it.
20363         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20364         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20365         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20366         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20367         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20368         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20369         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20370         * gst/avi/gstavidemux.h:
20371           Implement non-lineair chunk handling and subchunk processing.
20372           The first solves playback of AVI files where the audio and video
20373           data of individual buffers that we read are not synchronized.
20374           This should not happen according to the wonderful AVI specs, but
20375           of course it does happen in reality. It is also a prerequisite for
20376           the second. Subchunk processing allows us to cut chunks in small
20377           pieces and process each of these pieces separately. This is
20378           required because I've seen several AVI files with incredibly large
20379           audio chunks, even some files with only one audio chunk for the
20380           whole file. This allows for proper playback including seeking.
20381           This patch is supposed to fix all AVI A/V sync issues.
20382         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20383         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20384           Work.
20385         * gst/modplug/gstmodplug.cc:
20386           Proper return value setting for the query() function.
20387         * gst/playback/gstplaybasebin.c: (setup_source):
20388           Being in non-playing state (after, e.g., EOS) is not necessarily
20389           a bad thing. Allow for that. This fixes playback of short files.
20390           They don't actually playback fully now, because the clock already
20391           runs. This means that small files (<500kB) with a small length
20392           (<2sec) will still not or barely play. Other files, such as mod
20393           or flx, will work correctly, however.
20394
20395 2004-09-28  Wim Taymans  <wim@fluendo.com>
20396
20397         * ext/speex/gstspeex.c: (plugin_init):
20398         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20399         (gst_speex_dec_class_init), (speex_dec_get_formats),
20400         (speex_get_event_masks), (speex_get_query_types),
20401         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20402         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20403         (gst_speexdec_get_property), (gst_speexdec_set_property),
20404         (speex_dec_change_state):
20405         * ext/speex/gstspeexdec.h:
20406         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20407         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20408         (gst_speexenc_base_init), (gst_speexenc_class_init),
20409         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20410         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20411         (gst_speexenc_src_query), (gst_speexenc_init),
20412         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20413         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20414         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20415         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20416         (gst_speexenc_chain), (gst_speexenc_get_property),
20417         (gst_speexenc_set_property), (gst_speexenc_change_state):
20418         * ext/speex/gstspeexenc.h:
20419         Rewrote speex encoder, make sure it can be embedded in ogg.
20420         Implemented speex decoder.
20421
20422 2004-09-28  Christian Schaller <christian@fluendo.com>
20423
20424         * configure.ac:
20425         Remove kioslave plugin. Markey is brewing a new working one
20426         * ext/Makefile.am: Remove kioslave plugin
20427         * ext/kio: remove
20428         * gst-plugins.spec.in: remove kio plugin from spec
20429
20430 2004-09-27  Wim Taymans  <wim@fluendo.com>
20431
20432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20433         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20434         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20435         (gst_multifdsink_new_client),
20436         (gst_multifdsink_handle_client_write),
20437         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20438         (gst_multifdsink_handle_clients):
20439         * gst/tcp/gstmultifdsink.h:
20440         Make syncing to keyframes actually work for new clients and lagging
20441         clients.
20442
20443 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20444
20445         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20446         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20447         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20448         * gst/debug/gstnavigationtest.h:
20449           make navigationtest display button-press and button-release events
20450
20451 2004-09-26 Iain <iaingnome@gmail.com>
20452
20453         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20454         the channels have received a new media event.
20455         (interleave_buffered_loop): Compresses a new media event on all
20456         channels into one.
20457
20458 2004-09-26 Iain <iaingnome@gmail.com>
20459
20460         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20461         call the sinkpad's default event handler and not the srcpads. He also
20462         says this is confusing :)
20463         (gst_wavenc_stop_file): Company says that seek events only go upstream
20464         we should send a discontinuous downstream instead.
20465
20466 2004-09-25  Christian Schaller <christian@fluendo.com>
20467
20468         * Update SPEC file to be usable in conjunction with Fedora Core,
20469           Fedora.us and freshrpms packages
20470         * Fix typo in multifilesrc test Makefile
20471
20472 2004-09-24  Wim Taymans  <wim@fluendo.com>
20473
20474         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20475         Only signal the no_more_pads signal when we have
20476         added the stream to our list.
20477
20478 2004-09-24  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20481         (new_decoded_pad):
20482         * gst/playback/gstplaybasebin.h:
20483         * gst/playback/gstplaybin.c: (setup_sinks):
20484         Don't try to preroll or decode more than one audio/video
20485         track.
20486
20487 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20488
20489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20490           Throw error if we failed to find a suitable output. This should
20491           throw an error if we successfully set up a pipeline (e.g. because
20492           we recognized a media file) but found no decodable streams in it
20493           (e.g. because it contains only media stream types for which we
20494           have no decoders, or because it's not a media type).
20495
20496 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20497
20498         * ext/dirac/Makefile.am:
20499         * ext/dirac/gstdirac.cc:
20500         * ext/dirac/gstdiracdec.cc:
20501         * ext/dirac/gstdiracdec.h:
20502           Do something. Don't actually know if this works because I don't
20503           have a demuxer yet.
20504         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20505           Add channels=1 to caps returned from _getcaps().
20506         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20507         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20508         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20509         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20510         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20511         (gst_ogm_parse_change_state):
20512           Separate between audio/video so ogmaudioparse actually uses the
20513           audio pad templates. Both audio and video work now, including
20514           autoplugging. Also use sometimes-srcpad hack.
20515         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20516           Handle events better. Don't hang on infinite loops.
20517         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20518         (gst_avi_demux_init), (gst_avi_demux_reset),
20519         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20520         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20521         (gst_avi_demux_change_state):
20522         * gst/avi/gstavidemux.h:
20523           Improve A/V sync. Still not perfect.
20524         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20525         (gst_ebml_read_skip):
20526           Handle events better.
20527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20528         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20529         (qtdemux_audio_caps):
20530           Add IMA4. Improve event handling. Save offset after a seek when
20531           the headers are at the end of the file so that we don't end up in
20532           an infinite loop.
20533         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20534           Add low-priority typefind support for files with no length.
20535
20536 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20537
20538         * testsuite/multifilesink/Makefile.am:
20539         fix typo
20540
20541 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20542
20543         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20545         mistakes from thaytan's patches.
20546
20547 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20548
20549         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20550           For completeness, XSync in the destroy function as xvimage does.
20551
20552 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20553
20554         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20555            Correct caps negotiation
20556         * gst/volume/gstvolume.c: (volume_chain_float),
20557         (volume_chain_int16):
20558            Modify debug output to be little more informative
20559         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20561         (gst_xvimagesink_xvimage_destroy):
20562           Add XSync calls after detaching from the shared memory segment to
20563           avoid a crash.
20564
20565 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20566
20567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20568         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20569         * ext/vorbis/vorbis.c: (plugin_init):
20570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20571         (gst_vorbisenc_chain):
20572         * ext/vorbis/vorbisenc.h:
20573         remove explicit newmedia support from oggmux and vorbisenc
20574         add debug category to vorbisenc
20575         * gst/multifilesink/gstmultifilesink.c:
20576         (gst_multifilesink_class_init), (gst_multifilesink_init),
20577         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20578         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20579         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20580         (plugin_init):
20581         * gst/multifilesink/gstmultifilesink.h:
20582         add support for streamheader in multifilesink
20583
20584 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20585
20586         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20587         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20588         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20589           Prevent infinite loops. More correct error reporting.
20590         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20591           Error out if negotiation fails.
20592         * gst/playback/gstplaybasebin.c: (setup_source),
20593         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20594         (gst_play_base_bin_found_tag):
20595           Error/tag forwarding. Pre-roll fixes for source errors on state
20596           changes (e.g. "file does not exist") to prevent hangs.
20597
20598 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20599
20600         * testsuite/multifilesink/Makefile.am:
20601         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20602         (gst_newmedia_class_init), (gst_newmedia_init),
20603         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20604         (newfile_signal), (test_signal), (main):
20605         * testsuite/multifilesink/multifilesrc_test.c: (main):
20606         * testsuite/multifilesink/oggtheora_test.c:
20607         (gst_newmedia_base_init), (gst_newmedia_class_init),
20608         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20609         (test_format), (newfile_signal), (test_signal), (main):
20610         * testsuite/multifilesink/oggvorbis_test.c:
20611         (gst_newmedia_base_init), (gst_newmedia_class_init),
20612         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20613         (test_format), (newfile_signal), (test_signal), (main):
20614         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20615         (gst_newmedia_class_init), (gst_newmedia_init),
20616         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20617         (newfile_signal), (test_signal), (main):
20618         New media tests
20619
20620 2004-09-20  Christian Schaller <christian@fluendo.com>
20621
20622         * Fix mikmod license to LGPL as they have relicensed
20623         * Move Dirac and Effectv into LGPL section of README_license
20624
20625 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20626
20627         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20628         (gst_mad_change_state):
20629           Allow for mp3 rate/channels changes. However, only very
20630           conservatively. Reason that we *have* to enable this is smiply
20631           because the mad find_sync() function is not good enough, it will
20632           regularly sync on random data as valid frames and therefore make
20633           us provide random caps as *final* caps of the stream. The best fix
20634           I could think of is to simply require several of the same stream
20635           changes in a row before we change caps.
20636           The actual testcase that works now is #
20637         * ext/ogg/Makefile.am:
20638         * ext/ogg/gstogg.c: (plugin_init):
20639         * ext/ogg/gstogmparse.c:
20640           OGM support (video only for now; I need an audio sample file).
20641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20642         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20643         (gst_asf_demux_add_video_stream):
20644           WMV extradata.
20645         * gst/playback/gstplaybasebin.c: (unknown_type):
20646           Don't error out on single unknown-types after all. It's wrong.
20647           If we found type of video and audio but not of a subtitle stream,
20648           it will still error out (which is unwanted). Will find a better fix
20649           later on.
20650         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20651         (ogmaudio_type_find), (plugin_init):
20652           OGM support.
20653
20654 2004-09-20  Johan Dahlin  <johan@gnome.org>
20655
20656         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20657         after setting caps.
20658
20659 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20660
20661         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20662         * gst/wavenc/gstwavenc.h:
20663         Added newmedia support to wavenc
20664
20665 2004-09-17  Wim Taymans  <wim@fluendo.com>
20666
20667         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20668         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20669         (gst_fdset_fd_can_write), (gst_fdset_wait):
20670         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20671         (gst_multifdsink_init), (gst_multifdsink_add),
20672         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20673         (gst_multifdsink_remove_client_link),
20674         (gst_multifdsink_client_queue_buffer),
20675         (gst_multifdsink_handle_client_write),
20676         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20677         (gst_multifdsink_close), (gst_multifdsink_change_state):
20678         * gst/tcp/gstmultifdsink.h:
20679         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20680         (gst_tcpserversink_removed):
20681         Small cleanups in fdset.c
20682         Use a hastable to map fd to the client structure for faster
20683         lookup in _remove and get_stats.
20684         Added virtual function to close the fds.
20685         Handle clients even when the select/poll call was unblocked because
20686         of a command.
20687         Implement syncing to keyframe in the recovery procedure.
20688
20689 2004-09-16 Iain <iaingnome@gmail.com>
20690
20691         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20692         try caps.
20693
20694 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20697           Caps are only set if the type of the stream is unknown, but this
20698           is initialized in ->init_stream(), so set to UNKNOWN after calling
20699           ->init_stream() so that capsnego starts.
20700
20701 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20702
20703         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20704         (gst_avi_demux_stream_data):
20705           Just hardcode for raw audio then. AVI audio sucks.
20706
20707 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20708
20709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20710         * gst/matroska/matroska-mux.c: (audiosink_templ),
20711         (gst_matroska_mux_audio_pad_link):
20712         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20713         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20714
20715 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20716
20717         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20718         (gst_avi_demux_stream_data):
20719           Try to fix a/v sync issues.
20720
20721 2004-09-15  David Schleef  <ds@schleef.org>
20722
20723         * configure.ac: remove NASM check, since we don't use it.  Update
20724         dirac check to 0.4
20725         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20727         Initialized variables.
20728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20729         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20730         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20731         SVQ3 format
20732
20733 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20734
20735         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20736         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20737         * gst/avi/gstavidemux.h:
20738           Fix for compressed audio (mp3) timestamp generation. How did this
20739           ever work?
20740
20741 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20742
20743         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20744           Volume is a double not a float.
20745
20746 2004-09-15  Wim Taymans  <wim@fluendo.com>
20747
20748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20749         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20750         Don't close the fd in multifdsink as we didn't open it in the
20751         first place. Some cleanups.
20752
20753 2004-09-15  Wim Taymans  <wim@fluendo.com>
20754
20755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20757         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20758         Fix the case where the muxer would mark pages as delta
20759         frames when they are not (vorbis only ogg).
20760
20761 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20764         (gst_play_base_bin_change_state):
20765           Handle the case where we failed to setup a clear pipeline. This
20766           will throw an error (or EOS, another nice case) and if you don't
20767           catch that, the app will wait for the signal forever (and thus
20768           hang).
20769
20770 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20771
20772         * ext/gnomevfs/gstgnomevfssink.c:
20773         (gst_gnomevfssink_uri_get_protocols):
20774         * ext/gnomevfs/gstgnomevfssrc.c:
20775         (gst_gnomevfssrc_uri_get_protocols):
20776         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20777         * ext/gnomevfs/gstgnomevfsuri.h:
20778           Use _uri_new() instead of _open(), so it doesn't take as long and
20779           Christophe's computer won't hang.
20780         * gst/playback/gstplaybasebin.c: (unknown_type):
20781           Throw error on unknown media type, so apps actually display it.
20782
20783 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20784
20785         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20786           this script to work on Solaris since bash shell handles echo
20787           differenly than bash.
20788
20789 2004-09-17  Wim Taymans  <wim@fluendo.com>
20790
20791         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20792         (setup_source), (gst_play_base_bin_set_property),
20793         (gst_play_base_bin_add_element):
20794         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20795         Some more work on making sure seeking pauses the pipeline and
20796         that changing the uri actually does something.
20797
20798 2004-09-17  Wim Taymans  <wim@fluendo.com>
20799
20800         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20801         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20802         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20803         (gst_tcpserversink_close):
20804         Be a bit more paranoid when freeing memory.
20805
20806 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20809         (qtdemux_parse_trak):
20810           Don't crash by dividing by zero (see sample movie in #126922).
20811
20812 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20813
20814         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20815           Don't touch non-existing data (fixes crash on file in #140147).
20816
20817 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * gst/playback/gstplaybasebin.c:
20820         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20821           Handle double disposals, and proper change of URIs.
20822
20823 2004-09-13  Martin Eikermann <meiker@upb.de>
20824
20825         * gst/mpegstream/gstmpegparse.c:
20826           fix synchronistation for streams recorded from digital PCR
20827           fixes bug #119376
20828
20829 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * ext/gnomevfs/Makefile.am:
20832         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20833         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20834         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20835         (gst_gnomevfssink_uri_get_type),
20836         (gst_gnomevfssink_uri_get_protocols),
20837         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20838         (gst_gnomevfssink_uri_handler_init),
20839         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20840         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20842         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20843         (gst_gnomevfssrc_uri_get_type),
20844         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20845         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20846         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20847         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20848         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20849         * ext/gnomevfs/gstgnomevfsuri.h:
20850           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20851           of fake URIs to see which this version of Gnome-VFS likes, and
20852           uses that for the Gst-URI interface. Makes playbin support http://
20853           streams. Also fix up some stupid behaviour in gnomevfssrc.
20854
20855 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20858         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20859         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20860         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20861           Update mixer (to sync with other sessions) if we try to obtain
20862           a new value. This makes alsamixer work accross applications.
20863         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20864           Only call sync functions if we're running, else alsalib asserts.
20865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20866           Sometimes fails to compile. Possibly a gcc bug.
20867         * gst/playback/gstplaybin.c: (gen_video_element),
20868         (gen_audio_element):
20869           Add a reference to an application-provided object, because we lose
20870           this same reference if we add it to the bin. If we don't do this,
20871           we can only use this object once and thus crash if we go from
20872           ready to playing, back to ready and back to playing again.
20873           Also add an audioscale element because several cheap soundcards -
20874           like mine - don't support all samplerates.
20875         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20876         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20877           Fix wrong order or PAR calls. Makes automatically obtained PAR
20878           from the X server atually being used.
20879
20880 2004-09-12  David Schleef  <ds@schleef.org>
20881
20882         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20883         #151887, #152102, #152247.
20884         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20885         * examples/seeking/cdparanoia.c: same
20886         * examples/seeking/cdplayer.c: same
20887         * examples/seeking/seek.c: same
20888         * examples/seeking/spider_seek.c: same
20889         * examples/seeking/vorbisfile.c: same
20890         * examples/stats/mp2ogg.c: same
20891         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20892         (gst_esdsink_dispose): Dispose of element properly.
20893         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20894         fixes.
20895         * ext/nas/nassink.c: (gst_nassink_class_init),
20896         (gst_nassink_dispose): Dispose of element correctly.
20897         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20898         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20899         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20900         Fix 64-bit warning.
20901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20902         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20903         Fix 64-bit warning.
20904
20905 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20906
20907         * configure.ac : change speex detection as 1.1.6 now uses
20908           .pc/pkg-config and they changed their headers location.
20909
20910 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20911
20912         * gst/matroska/matroska-mux.h:
20913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20914         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20915         (gst_matroska_mux_write_data):
20916           Write multiple blocks/frames per cluster.
20917                 Write meta-seek information (seek heads).
20918
20919 2004-09-09  Scott Wheeler <wheeler@kde.org>
20920
20921         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20922         (gst_play_bin_set_property), (gst_play_bin_get_property),
20923         (gen_audio_element), (gen_audio_element):
20924           Add a volume element / property to the pipeline.
20925
20926 2004-09-07  Wim Taymans  <wim@fluendo.com>
20927
20928         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20929         Copy timestamps from the master pad to the output buffers.
20930
20931 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * ext/raw1394/gstdv1394src.c:
20934           throw errors when applicable
20935
20936 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20937
20938         * gst/matroska/ebml-ids.h:
20939         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20940         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20942           automatically convert unix time <-> ebml time when reading/writing
20943           a date, use gst_ebml_write_uint to write CUETIME,
20944           not gst_ebml_write_date.
20945         * gst/matroska/matroska-ids.h:
20946         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20947         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20948         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20949         (gst_matroska_mux_write_data):
20950           Write track and segment UIDs, write muxing date, write
20951           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
20952           Create cues for audio only files.
20953
20954 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20955
20956         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20957         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20958           Re-commit ALSA switches.
20959         * gst/adder/gstadder.c: (gst_adder_loop):
20960           64-bit fix (#151416).
20961         * gst/debug/progressreport.c: (gst_progressreport_report):
20962           64-bit fix (#151419).
20963         * gst/matroska/matroska-demux.c:
20964         (gst_matroska_demux_parse_contents):
20965           64-bit fix (#151420).
20966         * gst/playback/test3.c: (update_scale):
20967           64-bit fix (#151421).
20968
20969 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * configure.ac:
20972           bump nano to cvs
20973
20974 === release 0.8.4 ===
20975
20976 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * configure.ac: releasing 0.8.4, "Alias"
20979
20980 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * ext/theora/Makefile.am:
20983           fix makefile.  Fixes #151462.
20984
20985 2004-08-30  Wim Taymans  <wim@fluendo.com>
20986
20987         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
20988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20989         (gst_multifdsink_remove_client_link),
20990         (gst_multifdsink_client_queue_buffer),
20991         (gst_multifdsink_handle_client_write):
20992         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
20993         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
20994         Fix some memory leaks.
20995
20996 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         Patch by: David Schleef
20999
21000         * configure.ac:
21001         * sys/Makefile.am:
21002           rename our detection macro for V4L2.  Fixes #151236.
21003
21004 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21005
21006         Patch by: David Schleef
21007
21008         * configure.ac:
21009           check to define LAMEPRESET.  Fixes #151232.
21010
21011 2004-08-27  David Schleef  <ds@schleef.org>
21012
21013         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21014         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21015         (gst_glimagesink_fixate):  Move local variable declarations to
21016         make gcc-2.95 happy.
21017
21018 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21019
21020         * configure.ac:
21021           bump nano for prerelease
21022
21023 2004-08-27  David Schleef  <ds@schleef.org>
21024
21025         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21026         * sys/sunaudio/gstsunaudiosrc.c:
21027         * sys/sunaudio/gstsunaudiosrc.h:
21028
21029 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21030
21031         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21032         handle EOS correctly
21033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21034         * gst/matroska/matroska-mux.h:
21035         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21036         VFW compatibility mode
21037
21038 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21039
21040         patch by: Zaheer Abbas Merali
21041
21042         * ext/ogg/gstoggmux.c:
21043         * ext/vorbis/vorbisenc.c:
21044         * ext/vorbis/vorbisenc.h:
21045           handle NEWMEDIA
21046
21047 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21048
21049         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21050         fix byte order reversion on little endian machines.
21051         * gst/matroska/matroska-mux.c: (audiosink_templ),
21052         (gst_matroska_mux_audio_pad_link):
21053         add TTA codec to the list of supported codecs.
21054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21055         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21056         (gst_matroska_mux_write_data):
21057         * gst/matroska/matroska-mux.h:
21058         write segment duration correctly, write muxing app string, fixes bugs
21059         #140897 and #140898.
21060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21061         wait for all pads to be negotiated before starting to mux.
21062
21063 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21064
21065         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21066         * ext/lame/gstlame.h:
21067         Added new media support to lame
21068
21069 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21070
21071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21072         send vorbis headers at the beginning of a stream, fixes bug #141554.
21073         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21074         bug #148950.
21075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21076         (gst_matroska_demux_plugin_init):
21077         * gst/matroska/matroska-ids.h:
21078         enable demuxing of TTA audio streams, fixes bug #148951.
21079         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21080         enable typefinding for TTA audio files, fixes bug #148711.
21081         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21082         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21083         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21084
21085 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21086
21087         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21088         (gst_riff_read_element_data), (gst_riff_read_seek),
21089         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21090         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21091         <teuf@gnome.org>
21092
21093 2004-08-23 Iain <iaingnome@gmail.com>
21094
21095         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21096         tags. They appear to be handled differently to normal.
21097         (tag_list_to_id3_tag_foreach): Ditto.
21098
21099 2004-08-22  Wim Taymans  <wim@fluendo.com>
21100
21101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21102         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21103         Make sure we never send -1 granulepos.
21104
21105 2004-08-20  Wim Taymans  <wim@fluendo.com>
21106
21107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21108         (gst_ogg_mux_loop):
21109         I will accept bitchslappings with non sharp objects.
21110
21111 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21112
21113         * configure.ac:
21114         Clean up the test for lame presets
21115
21116 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21117
21118         * configure.ac:
21119         * ext/lame/Makefile.am:
21120         * ext/lame/gstlame.c: (gst_lame_class_init),
21121         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21122         Only enable lame presets if version of lame has presets in API
21123
21124 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21125         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21126         * gst/udp/gstudpsrc.h:
21127           Don't call gst_pad_push in a get function. Fixes #150449
21128
21129 2004-08-18  Wim Taymans  <wim@fluendo.com>
21130
21131         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21132         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21133         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21134         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21135         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21136         (gst_fdset_wait):
21137         * gst/tcp/gstfdset.h:
21138         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21139         (gst_multifdsink_client_queue_buffer),
21140         (gst_multifdsink_handle_client_write):
21141         * gst/tcp/gstmultifdsink.h:
21142         Some extra checks in gstfdset.
21143         Only use send() when the fd is a socket. Don't try to
21144         read from write only fds.
21145
21146 2004-08-18  Wim Taymans  <wim@fluendo.com>
21147
21148         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21149         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21150         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21151         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21152         (gst_fdset_wait):
21153         Add more locking and bounds checking.
21154
21155 2004-08-18  Wim Taymans  <wim@fluendo.com>
21156
21157         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21158         Realloc test fdset in the lock and right before starting
21159         the poll call. Bump the limit to 4096.
21160
21161 2004-08-17  David Schleef  <ds@schleef.org>
21162
21163         * sys/sunaudio/Makefile.am:
21164         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21165         of rates and channels.  Make debugging less obnoxious.
21166
21167         Patch from Balamurali Viswanathan implementing a mixer for
21168         Sun audio.  (bug #144091):
21169         * sys/sunaudio/gstsunelement.c:
21170         * sys/sunaudio/gstsunelement.h:
21171         * sys/sunaudio/gstsunmixer.c:
21172         * sys/sunaudio/gstsunmixer.h:
21173
21174 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21175
21176         * gst/audioscale/gstaudioscale.c:
21177         * gst/audioscale/gstaudioscale.h:
21178         made audioscale resample from any sample rate to any sample rate
21179
21180 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21181
21182         * ext/libpng/gstpngdec.c:
21183           error out on unsupported types
21184
21185 2004-08-17  Iain <iaingnome@gmail.com>
21186
21187         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21188         mid_side and loose_mid_side properties if its a stereo stream.
21189
21190 2004-08-17  Wim Taymans  <wim@fluendo.com>
21191
21192         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21193         (theora_get_formats), (theora_dec_src_convert),
21194         (theora_dec_sink_convert), (theora_dec_src_query),
21195         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21196         Add a debug line.
21197
21198 2004-08-17  Wim Taymans  <wim@fluendo.com>
21199
21200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21201         (gst_ogg_pad_push):
21202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21203         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21204         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21205         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21206         Mark delta units in the muxer.
21207         Try to decode the packet after an out-of-sync error from
21208         libogg.
21209
21210 2004-08-17  Wim Taymans  <wim@fluendo.com>
21211
21212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21213         (gst_multifdsink_init), (gst_multifdsink_add),
21214         (gst_multifdsink_client_queue_buffer),
21215         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21216         * gst/tcp/gstmultifdsink.h:
21217         Added option to send a keyframe to clients as the first buffer.
21218         Make timeout property writable.
21219
21220 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21221
21222         patch by: Wim Taymans
21223
21224         * gst/tcp/gstfdset.c:
21225         * gst/tcp/gstmultifdsink.c:
21226           fix index comparison, should include 0
21227
21228 2004-08-16  Wim Taymans  <wim@fluendo.com>
21229
21230         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21231         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21232         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21233         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21234         (gst_fdset_wait):
21235           copy when reallocing for poll so the select arguments don't get
21236           changed during the call
21237
21238 2004-08-16  Wim Taymans  <wim@fluendo.com>
21239
21240         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21241         (gst_theora_enc_class_init), (theora_enc_sink_link),
21242         (theora_buffer_from_packet), (theora_enc_chain):
21243         Fix bug where buffers were not marked as keyframes
21244         correctly.
21245
21246 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21247
21248         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21249         (gst_lame_preset_get_type), (gst_lame_class_init):
21250         describe the enum values for vbr mode and presets more verbosely
21251
21252 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21253
21254         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21255         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21256         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21257         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21258         * ext/lame/gstlame.h:
21259         add preset property to lame so it can use lame presets
21260
21261 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21262
21263         * ext/lame/gstlame.c: (gst_lame_get_property):
21264         whoops forgot break, thanks teuf
21265
21266 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21267
21268         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21269         (gst_lame_class_init), (gst_lame_src_getcaps),
21270         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21271         (gst_lame_get_property), (gst_lame_setup):
21272         * ext/lame/gstlame.h:
21273         fix lame's broken vbr stuff, allow it to resample if need be, and also
21274         make xing header optional
21275
21276 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21277
21278         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21279         added getcaps function so samplerate doesnt get fixated to silly values
21280
21281 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21282
21283         * ext/lame/gstlame.c: (gst_lame_src_link):
21284         revert previous fix
21285
21286 2004-08-12  Johan Dahlin  <johan@gnome.org>
21287
21288         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21289         checks. Doesn't matter what state we are in. Interfaces are a
21290         compile time thing, not runtime. It also broke the python bindings.
21291
21292 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21293
21294         * ext/lame/gstlame.c: (gst_lame_src_link):
21295         made source pad link function check if sinkpad is ok..fixes the problem
21296         where core fixates the output rate of lame stupidly
21297
21298 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21299
21300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21301         * sys/v4l/v4l_calls.c:
21302         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21303           fix fixate function to handle nonsimple caps.
21304           remove bogus check in _link
21305           cleanups
21306
21307 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21308
21309         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21310         set default compression ratio parameter to 0.0 so bitrate parameter
21311         works :)
21312
21313 2004-08-11  David Schleef  <ds@schleef.org>
21314
21315         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21316
21317 2004-08-11  David Schleef  <ds@schleef.org>
21318
21319         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21320         before.
21321
21322 2004-08-11  David Schleef  <ds@schleef.org>
21323
21324         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21325
21326 2004-08-11  David Schleef  <ds@schleef.org>
21327
21328         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21329           license field
21330         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21331         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21332           LGPL.
21333         * gst/auparse/gstauparse.c: Fix plugin license field.
21334         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21335         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21336         * gst/rtp/gstrtp.c: Fix plugin license field.
21337
21338 2004-08-11  Wim Taymans  <wim@fluendo.com>
21339
21340         * gst/tcp/Makefile.am:
21341         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21342         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21343         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21344         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21345         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21346         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21347         (gst_fdset_fd_can_write), (gst_fdset_wait):
21348         * gst/tcp/gstfdset.h:
21349         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21350         (gst_multifdsink_class_init), (gst_multifdsink_init),
21351         (gst_multifdsink_add), (gst_multifdsink_remove),
21352         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21353         (gst_multifdsink_remove_client_link),
21354         (gst_multifdsink_handle_client_read),
21355         (gst_multifdsink_client_queue_data),
21356         (gst_multifdsink_client_queue_caps),
21357         (gst_multifdsink_client_queue_buffer),
21358         (gst_multifdsink_handle_client_write),
21359         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21360         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21361         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21362         (gst_multifdsink_close):
21363         * gst/tcp/gstmultifdsink.h:
21364         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21365         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21366         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21367         (gst_tcpserversink_close):
21368         * gst/tcp/gsttcpserversink.h:
21369         Abstracted away the select call, implemented poll (yes we ran into
21370         the 1024 limit in production).
21371
21372 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21373
21374         * gst/tcp/gsttcp.c:
21375         * gst/tcp/gsttcpplugin.c:
21376           improve debuggging, remove assert
21377
21378 2004-08-10  Wim Taymans  <wim@fluendo.com>
21379
21380         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21381         (gst_client_status_get_type), (gst_multifdsink_class_init),
21382         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21383         (gst_multifdsink_handle_client_read),
21384         (gst_multifdsink_handle_client_write),
21385         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21386         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21387         (gst_multifdsink_get_property):
21388         * gst/tcp/gstmultifdsink.h:
21389         * gst/tcp/gsttcp-marshal.list:
21390         Starting to prepare for specifying buffer time in other units
21391         than buffers. Expose remove reason in signal.
21392
21393 2004-08-10  Wim Taymans  <wim@fluendo.com>
21394
21395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21396         (gst_multifdsink_remove), (gst_multifdsink_clear),
21397         (gst_multifdsink_remove_client_link),
21398         (gst_multifdsink_handle_client_read),
21399         (gst_multifdsink_client_queue_data),
21400         (gst_multifdsink_client_queue_buffer),
21401         (gst_multifdsink_handle_client_write),
21402         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21403         (gst_multifdsink_chain), (gst_multifdsink_close):
21404         * gst/tcp/gstmultifdsink.h:
21405         Added more debugging info. Changed the way clients are
21406         removed from the lists. Fixed a bug where a bad file descriptor
21407         could cause many clients to be removed.
21408
21409 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21410
21411         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21412           allow all pixel-aspect-ratios, not just 1:1
21413
21414 2004-08-09  David Schleef  <ds@schleef.org>
21415
21416         * sys/glsink/ARB_multitexture.h:  Remove old files.
21417         * sys/glsink/EXT_paletted_texture.h:
21418         * sys/glsink/NV_register_combiners.h:
21419         * sys/glsink/gstgl_nvimage.c:
21420         * sys/glsink/gstgl_pdrimage.c:
21421         * sys/glsink/gstgl_rgbimage.c:
21422         * sys/glsink/gstglsink.c:
21423         * sys/glsink/gstglsink.h:
21424         * sys/glsink/gstglxwindow.c:
21425         * sys/glsink/regcomb_yuvrgb.c:
21426
21427 2004-08-09  David Schleef  <ds@schleef.org>
21428
21429         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21430         GL sink plugin.  (Bug #147302)
21431
21432         * configure.ac: Test for OpenGL
21433         * sys/Makefile.am: Use test for OpenGL
21434         * sys/glsink/Makefile.am:
21435         * sys/glsink/glimagesink.c: rewrite
21436         * sys/glsink/glimagesink.h: rewrite
21437
21438 2004-08-09  David Schleef  <ds@schleef.org>
21439
21440         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21441         sane framerates.
21442         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21444         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21445
21446 2004-08-09  Wim Taymans  <wim@fluendo.com>
21447
21448         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21449         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21450         (gst_multifdsink_client_remove),
21451         (gst_multifdsink_handle_client_read),
21452         (gst_multifdsink_handle_client_write),
21453         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21454         Do a bit more logging, make the client_read code more robust.
21455
21456 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21457
21458         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21459         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21460         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21461         (gst_jpegdec_init), (gst_jpegdec_chain):
21462         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21463         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21464           cleanups, debugging fixes and memleak plugging
21465
21466 2004-08-09  Wim Taymans  <wim@fluendo.com>
21467
21468         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21469         (theora_get_formats), (theora_dec_src_convert),
21470         (theora_dec_sink_convert), (theora_dec_src_query),
21471         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21472         (theora_dec_change_state):
21473         Don't crash on missing header packets.
21474
21475 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21476
21477         * po/LINGUAS:
21478         * po/sq.po:
21479           Added Albanian translation (Laurent Dhima)
21480         * po/cs.po:
21481           updated
21482
21483 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21484
21485         * ext/lame/gstlame.c:
21486           fix/add debugging
21487
21488 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21489
21490         * sys/ximage/ximagesink.c:
21491         * sys/xvimage/xvimagesink.c:
21492           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21493
21494 2004-08-06  Wim Taymans  <wim@fluendo.com>
21495
21496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21497         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21498         (gst_multifdsink_client_remove),
21499         (gst_multifdsink_handle_client_read),
21500         (gst_multifdsink_handle_client_write),
21501         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21502         Make sure we don't try to read more from a client that what
21503         ioctl says us or we deadlock.
21504
21505 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21506
21507         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21508         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21509         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21510           decouple running_time and n_frames so it can handle changing
21511           framerate while running
21512
21513 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * po/nl.po:
21516         * po/sv.po:
21517           updated translations
21518
21519 2004-08-04  Benjamin Otte  <otte@gnome.org>
21520
21521         * gst/videotestsrc/gstvideotestsrc.c:
21522         (gst_videotestsrc_get_capslist), (generate_capslist),
21523         (plugin_init):
21524           generate the list of supported caps at startup and reuse it instead
21525           of always generating it
21526
21527 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21528
21529         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21530           whoops, last checkin broke normal build
21531
21532 2004-08-03  Benjamin Otte  <otte@gnome.org>
21533
21534         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21535         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21536         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21537         (gst_alsa_mixer_get_option):
21538         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21539         (dvdnavsrc_print_event):
21540         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21542         (gst_ogg_mux_pad_unlink):
21543         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21544         (gst_multipart_mux_pad_unlink):
21545         * gst/videofilter/gstvideobalance.c:
21546         (gst_videobalance_colorbalance_set_value):
21547         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21548         (gst_videomixer_pad_unlink):
21549         * po/uk.po:
21550         * sys/oss/gstossmixer.c:
21551         * sys/v4l/gstv4lcolorbalance.c:
21552         * sys/v4l/gstv4ltuner.c:
21553         * sys/v4l/v4lsrc_calls.c:
21554         * sys/v4l2/gstv4l2colorbalance.c:
21555         * sys/v4l2/gstv4l2tuner.c:
21556           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21557
21558 2004-08-03  Benjamin Otte  <otte@gnome.org>
21559
21560         * examples/dynparams/filter.c: (ui_control_create):
21561         * examples/gstplay/player.c: (print_tag):
21562         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21563         * ext/gdk_pixbuf/gstgdkanimation.c:
21564         (gst_gdk_animation_iter_may_advance):
21565         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21566         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21567         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21568         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21570         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21571         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21572         * gst/sine/demo-dparams.c: (main):
21573         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21574         * testsuite/alsa/formats.c: (create_pipeline):
21575         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21576           fixes for G_DISABLE_ASSERT and friends
21577         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21578         (mp3_type_frame_length_from_header), (mp3_type_find),
21579         (plugin_init):
21580           require mp3 typefinding to have at least MIN_HEADERS valid headers
21581           add typefinding for AAC adts files
21582
21583 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21584
21585         * sys/ximage/ximagesink.c:
21586         (gst_ximagesink_calculate_pixel_aspect_ratio):
21587         * sys/xvimage/xvimagesink.c:
21588         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21589         Make sure we calculate pixel-aspect-ratio using floating point maths
21590
21591 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21592
21593         * po/uk.po:
21594           updated translation
21595
21596 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21600           add debugging for display PAR calculation
21601
21602 2004-08-02  David Schleef  <ds@schleef.org>
21603
21604         * configure.ac: Fix mikmod CFLAGS.
21605
21606 2004-07-27  Benjamin Otte  <otte@gnome.org>
21607
21608         * gst/audioscale/gstaudioscale.c:
21609         - fix templates to only support S16, it's the only format that works
21610         - make caps nego code use try_set_caps_nonfixed and fixation instead
21611         of try_set_caps twice, which is not nice for autopluggers
21612         - change rank to secondary, so autopluggers can pick it up after
21613         audioconvert
21614
21615 2004-08-02  Iain <iain@prettypeople.org>
21616
21617         * gst/interleave/interleave.c (interleave_init),
21618         (interleave_request_new_pad),
21619         (interleave_pad_removed),
21620         (interleave_buffered_loop): Use the real pad count, not the artificial
21621         one.
21622
21623 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * configure.ac: bump nano back to development
21626
21627 === release 0.8.3 ===
21628
21629 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21630
21631         * configure.ac: releasing 0.8.3, "Water"
21632
21633 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * sys/xvimage/xvimagesink.c:
21636         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21637         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21638         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21639         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21640         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21641         * sys/xvimage/xvimagesink.h:
21642           apply similar PAR fixes as to ximagesink
21643
21644 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21645
21646         patch from: Benjamin Otte
21647
21648         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21649           add link function to lame.  Fixes #148986.
21650
21651 2004-08-02  Johan Dahlin  <johan@gnome.org>
21652
21653         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21654         fix debugging log
21655
21656 2004-07-30  David Schleef  <ds@schleef.org>
21657
21658         * gst/videomixer/Makefile.am: Fix things that should have been
21659         fixed in the last checkin.
21660
21661 2004-07-30  David Schleef  <ds@schleef.org>
21662
21663         * gst/multipart/Makefile.am: Fix things that should have been
21664         fixed in the last checkin.
21665
21666 2004-07-30  David Schleef  <ds@schleef.org>
21667
21668         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21669
21670 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21671
21672         * configure.ac:
21673           bump nano for prerelease
21674         * po/af.po:
21675         * po/az.po:
21676         * po/cs.po:
21677         * po/en_GB.po:
21678         * po/hu.po:
21679         * po/nl.po:
21680         * po/sr.po:
21681         * po/sv.po:
21682         * po/uk.po:
21683           updates
21684
21685 2004-07-30  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21688         (gst_multifdsink_add), (gst_multifdsink_remove),
21689         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21690         (gst_multifdsink_client_remove),
21691         (gst_multifdsink_handle_client_write),
21692         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21693         * gst/tcp/gstmultifdsink.h:
21694         Recover from a select with a bad file descriptor by removing
21695         the client.
21696
21697 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21698
21699         * configure.ac:
21700           fix requirement of core
21701         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21702         (gst_play_pipeline_setup):
21703           don't use colorspace element.  do use hermescolorspace element.
21704           make macro to get a colorspace element.
21705           mark strings for translation.
21706         * po/POTFILES.in:
21707           add play.c
21708         * po/af.po:
21709         * po/az.po:
21710         * po/cs.po:
21711         * po/en_GB.po:
21712         * po/hu.po:
21713         * po/nl.po:
21714         * po/sr.po:
21715         * po/sv.po:
21716         * po/uk.po:
21717           update translations
21718
21719 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21720
21721         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21722         fix default for newmedia flag
21723
21724 2004-07-30  Wim Taymans  <wim@fluendo.com>
21725
21726         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21727         (gst_theora_dec_init), (theora_get_formats),
21728         (theora_dec_src_convert), (theora_dec_sink_convert),
21729         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21730         (theora_dec_chain), (theora_dec_set_property),
21731         (theora_dec_get_property):
21732         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21733         (gst_theora_enc_class_init), (gst_theora_enc_init),
21734         (theora_enc_sink_link), (theora_enc_chain),
21735         (theora_enc_set_property), (theora_enc_get_property):
21736         Added cropping option to theora decoder.
21737         Added border option to theora encoder.
21738
21739 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21740
21741         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21742         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21743         (gst_pngenc_set_property):
21744         * ext/libpng/gstpngenc.h:
21745         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
21746
21747 2004-07-30  Wim Taymans  <wim@fluendo.com>
21748
21749         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21750         (theora_enc_sink_link), (theora_enc_chain),
21751         (theora_enc_set_property), (theora_enc_get_property):
21752         Fix encoding of non-multiple-of-16 video.
21753
21754 2004-07-29  David Schleef  <ds@schleef.org>
21755
21756         * configure.ac: make test for audiofile more strict
21757
21758 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21759
21760         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21761           give different names to typefind functions
21762
21763 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21766         (gst_ximagesink_calculate_pixel_aspect_ratio),
21767         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21768         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21769         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21770         (gst_ximagesink_get_property), (gst_ximagesink_init):
21771         * sys/ximage/ximagesink.h:
21772           allocate PAR's dynamically.
21773           use autodetected PAR if no object-set PAR is given.
21774           add workaround for directfb's X not setting physical size.
21775           fix to xvimagesink will follow tomorrow.
21776
21777 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21778
21779         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21780         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21781         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21782         (gst_shout2send_class_init), (gst_shout2send_init),
21783         (set_shout_metadata), (gst_shout2send_set_metadata),
21784         (gst_shout2send_chain), (gst_shout2send_set_property),
21785         (gst_shout2send_get_property), (gst_shout2send_connect),
21786         (gst_shout2send_change_state):
21787         * ext/shout2/gstshout2.h:
21788         - fix for sending mp3 audio to icecast2 server, if pad link function not
21789         called before PAUSED state
21790         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21791         - added tagging support for mp3 audio broadcasted
21792         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21793         debug info
21794
21795 2004-07-28  Wim Taymans  <wim@fluendo.com>
21796
21797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21798         (gst_ogg_demux_push):
21799         Return query failure when we don't know the length of
21800         an ogg stream insteda of returning TRUE with a bogus value.
21801
21802 2004-07-28  Wim Taymans  <wim@fluendo.com>
21803
21804         * ext/theora/theoradec.c: (theora_get_formats),
21805         (theora_dec_src_convert), (theora_dec_sink_convert),
21806         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21807         (theora_dec_chain):
21808         Don't screw up the 1 Chroma for 1 luma sample situation when we
21809         have an odd offset/width by adding a black border in those cases.
21810
21811 2004-07-28  Wim Taymans  <wim@fluendo.com>
21812
21813         * ext/theora/theoradec.c: (theora_get_formats),
21814         (theora_dec_src_convert), (theora_dec_sink_convert),
21815         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21816         (theora_dec_chain):
21817         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21818         Added first attempt at cropping of the image as required by the
21819         theora spec. We need more properties in the caps (offset_x,
21820         offset_y,stride) to implement this correctly.
21821
21822 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21823
21824         * ext/dvdnav/README:
21825           Update the README to use dvddemux
21826         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21827           Ensure getcaps returns a subset of the template caps
21828         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21829         (gst_mpeg2subt_init):
21830           Ensure getcaps returns a subset of the template caps
21831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21832         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21833         (gst_dvd_demux_get_subpicture_stream),
21834         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21835         * gst/mpegstream/gstdvddemux.h:
21836           Set the explicit caps on the current_video pad before pushing
21837           anything
21838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21839         (gst_mpeg_demux_get_audio_stream):
21840           Free caps used to gst_pad_set_explicit_caps, which takes a const
21841           GstCaps *
21842
21843 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21844
21845         * configure.ac: update GStreamer requirement to 0.8.4 because of
21846           GstFraction.
21847
21848 2004-07-28  Wim Taymans  <wim@fluendo.com>
21849
21850         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21851         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21852         Add the pad to the element after setting up the caps. This
21853         makes it a lot easier to autoplug.
21854
21855 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21856
21857         * gst/median/gstmedian.c:
21858         * gst/mpeg2subt/gstmpeg2subt.c:
21859         * gst/mpegaudioparse/gstmpegaudioparse.c:
21860         * gst/mpegstream/gstdvddemux.c:
21861         * gst/mpegstream/gstmpegdemux.c:
21862         * gst/mpegstream/gstmpegpacketize.c:
21863         * gst/rtjpeg/gstrtjpeg.c:
21864         * gst/rtjpeg/gstrtjpegdec.c:
21865         * gst/rtjpeg/gstrtjpegenc.c:
21866         * gst/sine/gstsinesrc.c:
21867         * gst/smooth/gstsmooth.c:
21868         * gst/smpte/gstsmpte.c:
21869         * gst/smpte/gstsmpte.h:
21870         * gst/stereo/gststereo.c:
21871         * gst/videofilter/gstgamma.c:
21872         * gst/videofilter/gstvideobalance.c:
21873         * gst/videofilter/gstvideofilter.c:
21874         * gst/videofilter/gstvideoflip.c:
21875         * gst/videoscale/gstvideoscale.c:
21876         * gst/videoscale/videoscale.c:
21877         * gst/videotestsrc/gstvideotestsrc.c:
21878         * gst/videotestsrc/videotestsrc.c:
21879         * gst/wavenc/gstwavenc.c:
21880         * gst/wavparse/gstwavparse.c:
21881           fix local includes and 64 bits constants
21882
21883 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21884
21885         * win32/gst.sln:
21886         * gst-libs/gst/*/*.vcproj:
21887         * gst/*/*.vcproj:
21888           more working plugins
21889
21890 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21891
21892         * testsuite/alsa/Makefile.am:
21893         * testsuite/alsa/srcstate.c:
21894         add test for alsasrc changing state
21895
21896 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21897
21898         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21899         (gst_silence_get):
21900         * gst/silence/gstsilence.h:
21901         fix silence generation for 16bit raw audio
21902
21903 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21904
21905         * gst/matroska/matroska-demux.c:
21906         (gst_matroska_demux_parse_metadata),
21907         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21908         * gst/mpegaudio/common.c:
21909         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21910         (gst_videoscale_getcaps), (gst_videoscale_link),
21911         (gst_videoscale_src_fixate), (gst_videoscale_init),
21912         (gst_videoscale_finalize):
21913         * gst/videoscale/gstvideoscale.h:
21914         * gst/videotestsrc/gstvideotestsrc.c:
21915         (gst_videotestsrc_get_capslist):
21916         * gst/wavenc/gstwavenc.c:
21917         * sys/oss/gstossmixer.c: (fill_labels):
21918         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21919         (gst_ximagesink_handle_xevents),
21920         (gst_ximagesink_calculate_pixel_aspect_ratio),
21921         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21922         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21923         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21924         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21925         (gst_ximagesink_init), (gst_ximagesink_class_init):
21926         * sys/ximage/ximagesink.h:
21927         * sys/xvimage/xvimagesink.c:
21928         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21929         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21930         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21931         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21932         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21933         * sys/xvimage/xvimagesink.h:
21934           first batch of pixel aspect ratio commits.
21935
21936 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21939         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21940         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21941           handle stride, needs work if we want to move stride handling
21942           upstream, but works correctly for our purposes.
21943
21944 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * gst/videoscale/README:
21947           add testing examples
21948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21949         (gst_videoscale_chain):
21950         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21951         (gst_videoscale_get_size):
21952           add get_size function that handles stride like videotestsrc.
21953           fixes conversion for YUV formats for as much as I can test them.
21954
21955 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21956
21957         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21958         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21960         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21961         (gst_xvimagesink_xvimage_put):
21962           further cleanups, logging, error handling and synchronizing
21963
21964 2004-07-27  Wim Taymans  <wim@fluendo.com>
21965
21966         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21967         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21968         (gst_videomixer_pad_set_property),
21969         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21970         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21971         (gst_videomixer_class_init), (gst_videomixer_init),
21972         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
21973         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
21974         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
21975         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
21976         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21977         (gst_videomixer_loop), (plugin_init):
21978         Be a nicer negotiation citizen and provide a getcaps function on
21979         the srcpad. This also fixes a crash when resizing.
21980
21981 2004-07-27  Julien MOUTTE  <julien@moutte.net>
21982
21983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21984         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
21985
21986 2004-07-27  Wim Taymans  <wim@fluendo.com>
21987
21988         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
21989         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21990         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21991         (gst_pngenc_set_property):
21992         * ext/libpng/gstpngenc.h:
21993         Added snapshot property to pngenc.
21994         removed g_print from pngdec
21995
21996 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21997
21998         * gst/ac3parse/ac3parse.vcproj
21999         * gst/adder/adder.vcproj
22000         * gst/alpha/alpha.vcproj
22001         * gst/alpha/alphacolor.vcproj
22002         * gst/asfdemux/asf.vcproj
22003         * gst/audioconvert/audioconvert.vcproj
22004         * gst/audiorate/audiorate.vcproj
22005         * gst/audioscale/audioscale.vcproj
22006         * gst/auparse/auparse.vcproj
22007         * gst/avi/avi.vcproj
22008         * gst/cdxaparse/cdxaparse.vcproj
22009         * gst/chart/chart.vcproj
22010         * gst/colorspace/colorspace.vcproj
22011         * gst/cutter/cutter.vcproj
22012         * gst/debug/debug.vcproj
22013         * gst/debug/efence.vcproj
22014         * gst/debug/navigationtest.vcproj
22015         * gst/deinterlace/deinterlace.vcproj
22016         * gst/effectv/effectv.vcproj
22017         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22018         * gst/filter/filter.vcproj
22019         * gst/flx/flxdec.vcproj
22020         * gst/goom/goom.vcproj
22021         * gst/interleave/interleave.vcproj
22022         * gst/law/alaw.vcproj
22023         * gst/law/mulaw.vcproj
22024         * gst/matroska/matroska.vcproj
22025         * gst/median/median.vcproj
22026         * gst/mixmatrix/mixmatrix.vcproj
22027         * gst/mpeg1sys/mpeg1systemencode.vcproj
22028         * gst/mpeg1videoparse/mp1videoparse.vcproj
22029         * gst/mpeg2sub/mpeg2subt.vcproj
22030         * gst/mpegaudio/mpegaudio.vcproj
22031         * gst/mpegaudioparse/mpegaudioparse.vcproj
22032         * gst/mpegstream/mpegstream.vcproj
22033         * gst/multifilesink/multifilesink.vcproj
22034         * gst/multipart/multipart.vcproj
22035         * gst/oneton/oneton.vcproj
22036         * gst/overlay/overlay.vcproj
22037         * gst/passthrough/passthrough.vcproj
22038         * gst/qtdemux/qtdemux.vcproj
22039         * gst/realmedia/rmdemux.vcproj
22040         * gst/rtjpeg/rtjpeg.vcproj
22041         * gst/rtp/rtp.vcproj
22042         * gst/silence/silence.vcproj
22043         * gst/sine/sinesrc.vcproj
22044         * gst/smooth/smooth.vcproj
22045         * gst/smpte/smpte.vcproj
22046         * gst/spectrum/spectrum.vcproj
22047         * gst/speed/speed.vcproj
22048         * gst/stereo/stereo.vcproj
22049         * gst/switch/switch.vcproj
22050         * gst/tags/tagedit.vcproj
22051         * gst/tcp/tcp.vcproj
22052         * gst/typefind/typefindfunctions.vcproj
22053         * gst/udp/udp.vcproj
22054         * gst/videobox/videobox.vcproj
22055         * gst/videocrop/videocrop.vcproj
22056         * gst/videodrop/videodrop.vcproj
22057         * gst/videofilter/gamma.vcproj
22058         * gst/videofilter/videobalance.vcproj
22059         * gst/videofilter/videofilter.vcproj
22060         * gst/videofilter/videoflip.vcproj
22061         * gst/videoflip/videoflip.vcproj
22062         * gst/videomixer/videomixer.vcproj
22063         * gst/videorate/videorate.vcproj
22064         * gst/videoscale/videoscale.vcproj
22065         * gst/videotestsrc/videotestsrc.vcproj
22066         * gst/virtualdub/virtualdub.vcproj
22067         * gst/volenv/volenv.vcproj
22068         * gst/volume/volume.vcproj
22069         * gst/wavenc/wavenc.vcproj
22070         * gst/wavparse/wavparse.vcproj
22071         * gst/y4m/y4menc.vcproj
22072         * gst-libs/gst/audio/audio.vcproj
22073         * gst-libs/gst/audio/audiofilter.vcproj
22074         * gst-libs/gst/colorbalance/colorbalance.vcproj
22075         * gst-libs/gst/idct/idtc.vcproj
22076         * gst-libs/gst/media-info/media-info.vcproj
22077         * gst-libs/gst/mixer/mixer.vcproj
22078         * gst-libs/gst/navigation/navigation.vcproj
22079         * gst-libs/gst/play/play.vcproj
22080         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22081         * gst-libs/gst/resample/resample.vcproj
22082         * gst-libs/gst/riff/riff.vcproj
22083         * gst-libs/gst/tuner/tuner.vcproj
22084         * gst-libs/gst/video/video.vcproj
22085         * gst-libs/gst/xoverlay/xoverlay.vcproj
22086           avoid problems with math.h, fix release dependancy
22087           rename GStreamer-0.8.lib to libgstreamer.lib
22088
22089 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22090
22091         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22093         the atom is not available we have to unlock the mutex. Fixes #148023
22094
22095 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22096
22097         * gst-libs/gst/media-info/media-info.h:
22098           issue for a vararg macro with MSVC
22099
22100 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22101
22102         * gst/effectv/effectv.vcproj
22103         * gst-libs/gst/idct/idct.vcproj:
22104         * gst-libs/gst/media-info/media-info.vcproj:
22105         * gst-libs/gst/navigation/navigation.vcproj:
22106         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22107         * gst-libs/gst/video/video.vcproj:
22108         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22109           fixes for build problems
22110
22111 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22112
22113         * gst-libs/gst/audio/audio.def:
22114         * gst-libs/gst/audio/riff.def:
22115           add some definitions needed by plugins
22116
22117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22118
22119         * gst/asfdemux/gstasfmux.c
22120           Fix some 64 bits constants to be glib friendly
22121
22122 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22123
22124         * gst/ac3parse/gstac3parse.c
22125         * gst/audioscale/gstaudioscale.c
22126         * gst/auparse/gstauparse.c
22127         * gst/colorspace/gstcolorspace.c
22128         * gst/colorspace/yuv2rgb.h
22129           local include fixes
22130
22131 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22132
22133         * win32/gst.sln
22134           add more plugins to the build
22135
22136 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22137
22138         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22139         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22140
22141 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22144         (gst_level_set_property), (gst_level_get_property),
22145         (gst_level_base_init), (gst_level_class_init):
22146           add debugging categories.  cleanups.
22147
22148 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22149
22150         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22151         (gst_videoscale_planar411), (gst_videoscale_planar400),
22152         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22153         (gst_videoscale_scale_nearest_str1),
22154         (gst_videoscale_scale_nearest_str2),
22155         (gst_videoscale_scale_nearest_str4),
22156         (gst_videoscale_scale_nearest_16bit),
22157         (gst_videoscale_scale_nearest_24bit):
22158           fixed stride issues
22159           tested with 320x240 -> 321, 322, 324 x240
22160           tested with YV12, I420, YUY2, UYVY
22161           fixed packed422rev (don't think it could have worked before)
22162           by testing with UYVY
22163
22164 2004-07-26  Benjamin Otte  <otte@gnome.org>
22165
22166         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22167         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22168         (plugin_init):
22169           add debugging category, add error checks like checking return values
22170           of setup calls, make sure it still works after
22171           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22172
22173 2004-07-26  Wim Taymans  <wim@fluendo.com>
22174
22175         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22176         (gst_mpeg_demux_get_audio_stream),
22177         (gst_mpeg_demux_process_private):
22178         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22179         Check for error codes from the negotiation functions. Make sure
22180         we really set the pad caps when a new pad is created.
22181
22182 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22183
22184         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22185         (gst_ffmpeg_caps_to_pix_fmt):
22186         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22188         (gst_ffmpegcolorspace_pad_link):
22189           don't make function do two things at the same time without reason.
22190
22191 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22192
22193         * gst/ac3parse/ac3parse.vcproj
22194         * gst/adder/adder.vcproj
22195         * gst/alpha/alpha.vcproj
22196         * gst/alpha/alphacolor.vcproj
22197         * gst/asfdemux/asf.vcproj
22198         * gst/audioconvert/audioconvert.vcproj
22199         * gst/audiorate/audiorate.vcproj
22200         * gst/audioscale/audioscale.vcproj
22201         * gst/auparse/auparse.vcproj
22202         * gst/avi/avi.vcproj
22203         * gst/cdxaparse/cdxaparse.vcproj
22204         * gst/chart/chart.vcproj
22205         * gst/colorspace/colorspace.vcproj
22206         * gst/cutter/cutter.vcproj
22207         * gst/debug/debug.vcproj
22208         * gst/debug/efence.vcproj
22209         * gst/debug/navigationtest.vcproj
22210         * gst/deinterlace/deinterlace.vcproj
22211         * gst/effectv/effectv.vcproj
22212         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22213         * gst/filter/filter.vcproj
22214         * gst/flx/flxdec.vcproj
22215         * gst/goom/goom.vcproj
22216         * gst/interleave/interleave.vcproj
22217         * gst/law/alaw.vcproj
22218         * gst/law/mulaw.vcproj
22219         * gst/matroska/matroska.vcproj
22220         * gst/median/median.vcproj
22221         * gst/mixmatrix/mixmatrix.vcproj
22222         * gst/mpeg1sys/mpeg1systemencode.vcproj
22223         * gst/mpeg1videoparse/mp1videoparse.vcproj
22224         * gst/mpeg2sub/mpeg2subt.vcproj
22225         * gst/mpegaudio/mpegaudio.vcproj
22226         * gst/mpegaudioparse/mpegaudioparse.vcproj
22227         * gst/mpegstream/mpegstream.vcproj
22228         * gst/multifilesink/multifilesink.vcproj
22229         * gst/multipart/multipart.vcproj
22230         * gst/oneton/oneton.vcproj
22231         * gst/overlay/overlay.vcproj
22232         * gst/passthrough/passthrough.vcproj
22233         * gst/qtdemux/qtdemux.vcproj
22234         * gst/realmedia/rmdemux.vcproj
22235         * gst/rtjpeg/rtjpeg.vcproj
22236         * gst/rtp/rtp.vcproj
22237         * gst/silence/silence.vcproj
22238         * gst/sine/sinesrc.vcproj
22239         * gst/smooth/smooth.vcproj
22240         * gst/smpte/smpte.vcproj
22241         * gst/spectrum/spectrum.vcproj
22242         * gst/speed/speed.vcproj
22243         * gst/stereo/stereo.vcproj
22244         * gst/switch/switch.vcproj
22245         * gst/tags/tagedit.vcproj
22246         * gst/tcp/tcp.vcproj
22247         * gst/typefind/typefindfunctions.vcproj
22248         * gst/udp/udp.vcproj
22249         * gst/videobox/videobox.vcproj
22250         * gst/videocrop/videocrop.vcproj
22251         * gst/videodrop/videodrop.vcproj
22252         * gst/videofilter/gamma.vcproj
22253         * gst/videofilter/videobalance.vcproj
22254         * gst/videofilter/videofilter.vcproj
22255         * gst/videofilter/videoflip.vcproj
22256         * gst/videoflip/videoflip.vcproj
22257         * gst/videomixer/videomixer.vcproj
22258         * gst/videorate/videorate.vcproj
22259         * gst/videoscale/videoscale.vcproj
22260         * gst/videotestsrc/videotestsrc.vcproj
22261         * gst/virtualdub/virtualdub.vcproj
22262         * gst/volenv/volenv.vcproj
22263         * gst/volume/volume.vcproj
22264         * gst/wavenc/wavenc.vcproj
22265         * gst/wavparse/wavparse.vcproj
22266         * gst/y4m/y4menc.vcproj
22267           more plugins supported under windows
22268
22269 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22270
22271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22272         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22273         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22275         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22276           Add debugging statements.  Use the sizes as returned by the
22277           *CreateImage calls.
22278
22279 2004-07-26  Johan Dahlin  <johan@gnome.org>
22280
22281         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22282         the pad is negotiated.
22283
22284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22285
22286 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22287
22288         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22289         * gst-libs/gst/idct/idct.vcproj:
22290         * gst-libs/gst/media-info/media-info.vcproj:
22291         * gst-libs/gst/mixer/mixer.vcproj:
22292         * gst-libs/gst/navigation/navigation.vcproj:
22293         * gst-libs/gst/play/play.vcproj:
22294         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22295         * gst-libs/gst/resample/resample.vcproj:
22296         * gst-libs/gst/tuner/tuner.vcproj:
22297         * gst-libs/gst/video/video.vcproj:
22298         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22299           more plugins supported under windows
22300
22301 2004-07-25 Iain <iain@prettypeople.org>
22302
22303         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22304         pad now rather than when the pad is created because state changes wipe
22305         explicit caps (fixes #148043).
22306
22307 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22308
22309         reviewed by Benjamin Otte  <otte@gnome.org>
22310
22311         * ext/mad/gstmad.c:
22312           fix mad plugin crashing on Sun (fixes #148289)
22313
22314 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22315
22316         * gst/avi/avi.def:
22317         * gst/avi/avi.vcproj:
22318         * gst/matroska/matroska.def:
22319         * gst/matroska/matroska.vcproj:
22320           remove unused .def files
22321
22322 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22323
22324         * gst-libs/gst/audio/gstaudiofilter.c:
22325           Clean the local include
22326
22327 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22328
22329         * win32/gst.sln:
22330         * gst-libs/gst/audio/audio.def:
22331         * gst-libs/gst/audio/audio.vcproj:
22332         * gst-libs/gst/audio/audiofilter.vcproj:
22333         * gst-libs/gst/audio/riff.def:
22334         * gst-libs/gst/audio/riff.vcproj:
22335         * gst-libs/gst/gst-libs.def:
22336         * gst-libs/gst/gst-libs.vcproj:
22337         * gst/avi/avi.vcproj:
22338         * gst/avi/avi.vcproj:
22339           Copy the files where needed after building, cleaner projects
22340
22341 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22342
22343         * gst/matroska/ebml-write.c:
22344           Fix some 64 bits constants to be glib friendly
22345
22346 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22347
22348         * win32/gst.sln:
22349         * gst-libs/gst/gst-libs.def:
22350         * gst-libs/gst/gst-libs.vcproj:
22351         * gst/matroska/matroska.def:
22352         * gst/matroska/matroska.vcproj:
22353           Add the preliminary canvas to build plugins on Win32
22354
22355 2004-07-23  Benjamin Otte  <otte@gnome.org>
22356
22357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22358           don't enfore negotiation from source side, it breaks
22359           sinesrc ! audioconvert ! osssink
22360
22361 2004-07-22  David Schleef  <ds@schleef.org>
22362
22363         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22364         for ELF files, since they can easily be recognized as audio/mpeg.
22365         (bug #147441)
22366
22367 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22368
22369         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22370         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22371         (gst_videoscale_scale_nearest_24bit),
22372         (gst_videoscale_scale_nearest_16bit):
22373           fix 16bit and 24bit for stride (24bit might need testing)
22374           don't pretend we do more than one algorithm
22375
22376 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22377
22378         * configure.ac:
22379         * gst/Makefile.am:
22380         * gst/multifilesink/Makefile.am:
22381         * gst/multifilesink/gstmultifilesink.c:
22382         (gst_multifilesink_get_formats),
22383         (gst_multifilesink_get_query_types), (_do_init),
22384         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22385         (gst_multifilesink_init), (gst_multifilesink_dispose),
22386         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22387         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22388         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22389         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22390         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22391         (gst_multifilesink_uri_get_type),
22392         (gst_multifilesink_uri_get_protocols),
22393         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22394         (gst_multifilesink_uri_handler_init), (plugin_init):
22395         * gst/multifilesink/gstmultifilesink.h:
22396         * testsuite/Makefile.am:
22397         * testsuite/multifilesink/Makefile.am:
22398         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22399         (gst_newmedia_class_init), (gst_newmedia_init),
22400         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22401         (newfile_signal), (test_signal), (main):
22402         multifilesink plugin for creating new files every time a new media
22403         discontinuity event occurs
22404
22405 2004-07-22  Wim Taymans  <wim@fluendo.com>
22406
22407         * gst/alpha/Makefile.am:
22408         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22409         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22410         (gst_alpha_color_init), (gst_alpha_color_set_property),
22411         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22412         (transform), (gst_alpha_color_chain),
22413         (gst_alpha_color_change_state), (plugin_init):
22414         Stupid plugin to to RGBA to AYUV conversion because none of
22415         the colorspace plugins can handle that yet.
22416
22417 2004-07-22  Wim Taymans  <wim@fluendo.com>
22418
22419         * examples/seeking/seek.c: (update_scale), (main):
22420         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22421         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22422         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22423         (gst_decode_bin_init), (gst_decode_bin_dispose),
22424         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22425         (no_more_pads), (close_link), (type_found),
22426         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22427         (plugin_init):
22428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22429         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22430         (gst_play_base_bin_dispose), (queue_overrun),
22431         (gen_preroll_element), (remove_prerolls), (unknown_type),
22432         (no_more_pads), (new_stream), (setup_source),
22433         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22434         (play_base_eos), (gst_play_base_bin_change_state),
22435         (gst_play_base_bin_add_element),
22436         (gst_play_base_bin_remove_element),
22437         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22438         (gst_play_base_bin_unlink_stream),
22439         (gst_play_base_bin_get_streaminfo):
22440         * gst/playback/gstplaybin.c: (gen_video_element),
22441         (gen_audio_element):
22442         * gst/playback/gststreaminfo.h:
22443         More playback updates, attempt to fix things after the state change
22444         breakage.
22445
22446 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22447
22448         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22449         (gst_videoscale_scale_nearest_16bit):
22450           comment algorithm
22451
22452 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22453
22454         * gst/videotestsrc/gstvideotestsrc.c:
22455         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22456         (gst_videotestsrc_init), (gst_videotestsrc_get),
22457         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22458         (gst_videotestsrc_get_property):
22459         * gst/videotestsrc/gstvideotestsrc.h:
22460         * gst/videotestsrc/videotestsrc.c:
22461         * gst/videotestsrc/videotestsrc.h:
22462           cleanup and commenting
22463
22464 2004-07-21  Wim Taymans  <wim@fluendo.com>
22465
22466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22467         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22468         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22469         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22470         (_find_chain_get_unknown_part), (_find_streams_check),
22471         (gst_ogg_demux_push), (gst_ogg_pad_push):
22472         * ext/theora/theoradec.c: (theora_get_formats),
22473         (theora_dec_src_convert), (theora_dec_sink_convert),
22474         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22475         (theora_dec_chain):
22476         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22477         (vorbis_dec_convert), (vorbis_dec_src_query),
22478         (vorbis_dec_src_event), (vorbis_dec_event):
22479         More seeking fixes, oggdemux now supports seeking to time and
22480         uses the downstream element to convert granulepos to time.
22481         Seeking in theora-only ogg files now works.
22482
22483 2004-07-21  Wim Taymans  <wim@fluendo.com>
22484
22485         * ext/theora/theoradec.c: (gst_theora_dec_init),
22486         (theora_get_formats), (theora_get_event_masks),
22487         (theora_get_query_types), (theora_dec_src_convert),
22488         (theora_dec_sink_convert), (theora_dec_src_query),
22489         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22490         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22491         (vorbis_get_event_masks), (vorbis_get_query_types),
22492         (gst_vorbis_dec_init), (vorbis_dec_convert),
22493         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22494         Added query/convert/formats functions to vorbis and theora decoders
22495         so that the outside world can use them too. Fixed seeking on an
22496         ogg/theora/vorbis file by disabling the seeking seeking on the
22497         theora srcpad.
22498
22499 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22500
22501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22502         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22503         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22504         images creation for both elements. We don't create the image on caps
22505         nego or renego, we just destroy the internal one if present if it does
22506         not match the needs. The chain function takes care of creating a new
22507         image when needed.
22508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22509         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22510         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22511         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22512         the image format information. The buffer pool checks for the context
22513         image format and discard images with different formats.
22514         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22515
22516 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22517
22518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22519         (gst_ffmpegcolorspace_chain):
22520           no point in doing any chaining if the pad we want to push from
22521           isn't usable.
22522
22523 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * gst-libs/gst/riff/riff-media.c:
22526         (gst_riff_create_audio_caps_with_data):
22527           Fix double end-to-native symbol conversion (#148021).
22528
22529 2004-07-20  David Schleef  <ds@schleef.org>
22530
22531         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22532         Don't use an Atom that doesn't exist.
22533
22534 2004-07-20  Wim Taymans  <wim@fluendo.com>
22535
22536         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22537         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22538         (gst_multifdsink_client_remove),
22539         (gst_multifdsink_handle_client_write),
22540         (gst_multifdsink_queue_buffer):
22541         * gst/tcp/gstmultifdsink.h:
22542         More multifdsink stats. Avoid deadlock by releasing locks
22543         before sending out a signal.
22544
22545 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * po/LINGUAS:
22548         * po/hu.po:
22549           added Hungarian translation (Laszlo Dvornik)
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_client_remove),
22555         (gst_multifdsink_handle_client_write),
22556         (gst_multifdsink_queue_buffer):
22557         * gst/tcp/gsttcp-marshal.list:
22558         Fixed the stupid marshal definition.
22559
22560 2004-07-20  Wim Taymans  <wim@fluendo.com>
22561
22562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22563         (gst_multifdsink_init), (gst_multifdsink_add),
22564         (gst_multifdsink_client_remove),
22565         (gst_multifdsink_handle_client_write),
22566         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22567         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22568         (gst_multifdsink_init_send):
22569         * gst/tcp/gstmultifdsink.h:
22570         Added more stats, added timeout for a client, fixed some typos
22571         and added some comments.
22572
22573 2004-07-20  Wim Taymans  <wim@fluendo.com>
22574
22575         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22576         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22577         (gst_multifdsink_client_remove),
22578         (gst_multifdsink_handle_client_write):
22579         * gst/tcp/gstmultifdsink.h:
22580         * gst/tcp/gsttcp-marshal.list:
22581         Added get_stats method that returns a GValueArray of
22582         stats values.
22583
22584 2004-07-19  Benjamin Otte  <otte@gnome.org>
22585
22586         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22587           make sure longname, description and author are valid UTF-8
22588
22589 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22592         (gst_ximagesink_set_property):
22593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22594         (gst_xvimagesink_set_property):
22595           make sure SYNCHRONOUS is respected after getting the X context
22596
22597 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * gst/matroska/matroska-demux.c:
22600         (gst_matroska_demux_handle_src_event),
22601         (gst_matroska_demux_parse_blockgroup):
22602         * gst/matroska/matroska-ids.h:
22603           add BlockReference tag and ignore it to clear out log.
22604           ignore NAVIGATION events to clear out log.
22605
22606 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22609         (gst_matroska_demux_add_stream):
22610         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22611           add debug categories
22612
22613 2004-07-16  Wim Taymans  <wim@fluendo.com>
22614
22615         * ext/libpng/Makefile.am:
22616         * ext/libpng/gstpng.c: (plugin_init):
22617         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22618         (gst_pngdec_get_type), (gst_pngdec_base_init),
22619         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22620         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22621         * ext/libpng/gstpngdec.h:
22622         Added png decoder.
22623
22624 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22625
22626         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22627         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22628         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22629         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22630         (gst_ximagesink_buffer_alloc):
22631         * sys/ximage/ximagesink.h:
22632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22633         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22634         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22635         (gst_xvimagesink_buffer_alloc):
22636         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22637         again. Using internal data pointer of the x(v)image to store image's
22638         data to be coherent with the buffer alloc mechanism. Investigated the
22639         image destruction code to be sure that everything gets freed correctly.
22640
22641 2004-07-16  Wim Taymans  <wim@fluendo.com>
22642
22643         * gst-libs/gst/riff/riff-read.c:
22644         (gst_riff_read_strf_vids_with_data),
22645         (gst_riff_read_strf_auds_with_data):
22646         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22647         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22648         Make sure we don't create 0 sized subbuffers in riff-read.
22649         Signal the no more pads signal after reading the avi header.
22650
22651 2004-07-16  Wim Taymans  <wim@fluendo.com>
22652
22653         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22654         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22655         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22656         (gst_decode_bin_init), (gst_decode_bin_dispose),
22657         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22658         (no_more_pads), (close_link), (type_found),
22659         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22660         (gst_decode_bin_change_state), (plugin_init):
22661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22662         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22663         (gst_play_base_bin_dispose), (queue_overrun),
22664         (gen_preroll_element), (remove_prerolls), (unknown_type),
22665         (no_more_pads), (new_stream), (setup_source),
22666         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22667         (play_base_eos), (gst_play_base_bin_change_state),
22668         (gst_play_base_bin_add_element),
22669         (gst_play_base_bin_remove_element),
22670         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22671         (gst_play_base_bin_unlink_stream),
22672         (gst_play_base_bin_get_streaminfo):
22673         * gst/playback/gstplaybasebin.h:
22674         Better error recovery. Added configurable preroll queue size. Faster
22675         detection of no-more-pads.
22676
22677 2004-07-16  Wim Taymans  <wim@fluendo.com>
22678
22679         * gst-libs/gst/video/video.h:
22680         Added 32 bits RGBA. Not sure if we should use another mime-type
22681         for alpha rgb. Currently the presence of the alpha_mask property
22682         signals an alpha channel.
22683
22684 2004-07-16  Wim Taymans  <wim@fluendo.com>
22685
22686         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22688         FPS seems to be 0.0 to MAX everywhere else.
22689
22690 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22691
22692         * gst-libs/gst/riff/riff-media.c:
22693         (gst_riff_create_video_caps_with_data):
22694           mp42/mp43 (no caps) exist too.
22695         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22696           Set pixel_width/height; we've got them in-caps.
22697         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22698         * gst/wavparse/gstwavparse.c: (plugin_init):
22699           Both are valid primary.
22700         * sys/oss/gstossmixer.c:
22701           Remove i18n hack and enable translations.
22702
22703 2004-07-15  Benjamin Otte  <otte@gnome.org>
22704
22705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22706         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22707           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22708
22709 2004-07-15  Benjamin Otte  <otte@gnome.org>
22710
22711         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22712         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22713         (gst_alsa_close_audio):
22714           disable some of the debugging code for now. Writing debugging to a
22715           buffer is broken in current alsalib releases.
22716
22717 2004-07-12  Benjamin Otte  <otte@gnome.org>
22718
22719         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22720           use bufferpools
22721
22722 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22723
22724         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22725         (theora_dec_src_query), (theora_dec_event):
22726         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22727           add debugging categories.  Remove \n's.
22728
22729 2004-07-13  Johan Dahlin  <johan@gnome.org>
22730
22731         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22732         (gst_play_bin_get_property): Impl.
22733
22734 2004-07-13  Wim Taymans  <wim@fluendo.com>
22735
22736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22737         When trying to find the stream length, seek back N pages
22738         instead of just one, where N is the number of streams in
22739         the current chain.
22740
22741 2004-07-13  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst-libs/gst/riff/riff-media.c:
22744         (gst_riff_create_audio_caps_with_data),
22745         (gst_riff_create_audio_caps),
22746         (gst_riff_create_audio_template_caps):
22747         * gst-libs/gst/riff/riff-media.h:
22748         * gst-libs/gst/riff/riff-read.c:
22749         (gst_riff_read_strf_vids_with_data),
22750         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22751         * gst-libs/gst/riff/riff-read.h:
22752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22753         (gst_avi_demux_add_stream):
22754         Set codec_data on caps for avidemuxer.
22755
22756 2004-07-12  David Schleef  <ds@schleef.org>
22757
22758         * configure.ac: Fix test for Objective C
22759
22760 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22762         (gst_gdk_pixbuf_chain):
22763           Add svg and pcx to template caps, and ensure that getcaps returns a
22764           subset of the template caps.
22765           Copy each row manually for output, as gdkpixbuf may pad the
22766           rowstride to a 32-bit word boundary.
22767
22768 2004-07-12  Wim Taymans  <wim@fluendo.com>
22769
22770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22771         (gst_riff_create_video_template_caps):
22772         Fix the template caps to include some more media types.
22773
22774 2004-07-12  Wim Taymans  <wim@fluendo.com>
22775
22776         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22777         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22778         (compare_ranks), (print_feature), (gst_decode_bin_init),
22779         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22780         (try_to_link_1), (new_pad), (close_link), (type_found),
22781         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22782         (gst_decode_bin_change_state), (plugin_init):
22783         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22784         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22785         (gst_play_base_bin_dispose), (queue_overrun),
22786         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22787         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22788         (gst_play_base_bin_get_property), (play_base_eos),
22789         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22790         (gst_play_base_bin_remove_element),
22791         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22792         (gst_play_base_bin_unlink_stream),
22793         (gst_play_base_bin_get_streaminfo):
22794         * gst/playback/gstplaybasebin.h:
22795         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22796         (gst_play_bin_class_init), (gst_play_bin_init),
22797         (gst_play_bin_dispose), (gst_play_bin_set_property),
22798         (gst_play_bin_get_property), (gen_video_element),
22799         (gen_audio_element), (remove_sinks), (setup_sinks),
22800         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22801         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22802         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22803         (gst_play_bin_query), (plugin_init):
22804         * gst/playback/test4.c: (main):
22805         More fixes on reusing of the element.
22806
22807 2004-07-11  Benjamin Otte  <otte@gnome.org>
22808
22809         * ext/mad/gstmad.c: (normal_seek):
22810           allow seeking for other methods than just SET
22811
22812 2004-07-11  Andy Wingo  <wingo@pobox.com>
22813
22814         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22815         float, "any" caps -> buffer_frames=[0,MAX].
22816
22817         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22818         doesn't intersect our caps with the template any more. Do it
22819         ourselves.
22820         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22821
22822 2004-07-09  Wim Taymans  <wim@fluendo.com>
22823
22824         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22825         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22826         (compare_ranks), (print_feature), (gst_decode_bin_init),
22827         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22828         (try_to_link_1), (new_pad), (close_link), (type_found),
22829         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22830         (gst_decode_bin_change_state), (plugin_init):
22831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22832         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22833         (gst_play_base_bin_dispose), (queue_overrun),
22834         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22835         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22836         (gst_play_base_bin_get_property), (play_base_eos),
22837         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22838         (gst_play_base_bin_remove_element),
22839         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22840         (gst_play_base_bin_unlink_stream),
22841         (gst_play_base_bin_get_streaminfo):
22842         * gst/playback/gstplaybasebin.h:
22843         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22844         (gst_play_bin_class_init), (gst_play_bin_init),
22845         (gst_play_bin_dispose), (gst_play_bin_set_property),
22846         (gst_play_bin_get_property), (gen_video_element),
22847         (gen_audio_element), (remove_sinks), (setup_sinks),
22848         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22849         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22850         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22851         (gst_play_bin_query), (plugin_init):
22852         * gst/playback/test4.c: (main):
22853         Work on object reuse and seeking.
22854
22855 2004-07-09  Wim Taymans  <wim@fluendo.com>
22856
22857         * examples/seeking/seek.c: (iterate):
22858         Don't consume all CPU in the idle loop.
22859
22860 2004-07-09  Wim Taymans  <wim@fluendo.com>
22861
22862         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22863         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22864         Add pad to element *after* setting the pad functions so that
22865         the scheduler can use the correct ones.
22866
22867 2004-07-09  Wim Taymans  <wim@fluendo.com>
22868
22869         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22870         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22871         Sync to keyframe after seek
22872
22873 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22874
22875         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22877         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22878         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22879         * ext/libvisual/visual.c: (gst_visual_change_state):
22880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22881         * ext/theora/theoradec.c: (theora_dec_change_state):
22882         * ext/theora/theoraenc.c: (theora_enc_change_state):
22883         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22884         * gst-libs/gst/navigation/navigation.c:
22885         * gst/adder/gstadder.c: (gst_adder_change_state):
22886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22887         (gst_audio_convert_get_buffer):
22888         * gst/multipart/multipartdemux.c:
22889         (gst_multipart_demux_change_state):
22890         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22891         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22892         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22893         * gst/videoscale/gstvideoscale.c:
22894         (gst_videoscale_handle_src_event):
22895         * gst/volume/gstvolume.c: (volume_chain_int16):
22896           don't assert in state change, this should be done by the base
22897           GstElement class.
22898           various debugging fixes.
22899
22900 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22901
22902         * configure.ac:
22903         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22904         (gst_play_dispose), (gst_play_set_location),
22905         (gst_play_set_data_src), (gst_play_set_video_sink),
22906         (gst_play_set_audio_sink), (gst_play_set_visualization),
22907         (gst_play_connect_visualization), (gst_play_get_sink_element),
22908         (gst_play_get_all_by_interface):
22909         * gst-libs/gst/play/play.h:
22910           add new method to get elements implementing an interface.
22911           add various error logging
22912
22913 2004-07-08  Wim Taymans  <wim@fluendo.com>
22914
22915         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22916         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22917         (make_playerbin_pipeline), (query_durations_elems),
22918         (query_durations_pads), (query_positions_elems),
22919         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22920         (main):
22921         Added playbin seeking example.
22922
22923 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22924
22925         * gst-libs/gst/play/play.c: (gst_play_set_location),
22926         (gst_play_set_data_src), (gst_play_set_video_sink),
22927         (gst_play_set_audio_sink), (gst_play_set_visualization),
22928         (gst_play_connect_visualization), (gst_play_get_framerate):
22929           use a macro to look up elements from hash table
22930
22931 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22932
22933         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22934         (gst_play_get_length_callback), (gst_play_set_location),
22935         (gst_play_seek_to_time), (gst_play_set_data_src),
22936         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22937         (gst_play_set_visualization), (gst_play_connect_visualization),
22938         (gst_play_get_sink_element):
22939         - add debugging info
22940         - fix looking up sink elements by iterating over complete caps
22941         - put everything except for source and autoplugger in a complete bin
22942
22943 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22944
22945         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22947         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22948         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22949         * ext/alsa/gstalsasink.h:
22950         - add debugging info
22951         - clean up schizophrenia of data/buffer/event
22952         - fix double event unref error
22953
22954 2004-07-08  Wim Taymans  <wim@fluendo.com>
22955
22956         * gst/playback/Makefile.am:
22957         Add headers to noinst
22958
22959 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22960
22961         * tools/gst-launch-ext-m.m:
22962         * tools/gst-launch-ext.1.in:
22963           convert to the third millenium
22964
22965 2004-07-07  David Schleef  <ds@schleef.org>
22966
22967         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
22968
22969 2004-07-07  Wim Taymans  <wim@fluendo.com>
22970
22971         * gst/playback/Makefile.am:
22972         * gst/playback/README:
22973         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22974         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22975         (compare_ranks), (print_feature), (gst_decode_bin_init),
22976         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22977         (try_to_link_1), (new_pad), (close_link), (type_found),
22978         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22979         (plugin_init):
22980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22981         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22982         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
22983         (gen_preroll_element), (no_more_pads), (new_stream),
22984         (setup_source), (gst_play_base_bin_set_property),
22985         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
22986         (gst_play_base_bin_add_element),
22987         (gst_play_base_bin_remove_element),
22988         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22989         (gst_play_base_bin_unlink_stream),
22990         (gst_play_base_bin_get_streaminfo):
22991         * gst/playback/gstplaybasebin.h:
22992         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22993         (gst_play_bin_class_init), (gst_play_bin_init),
22994         (gst_play_bin_dispose), (gst_play_bin_set_property),
22995         (gst_play_bin_get_property), (gen_video_element),
22996         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
22997         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
22998         (gst_play_bin_get_formats), (gst_play_bin_convert),
22999         (gst_play_bin_get_query_types), (gst_play_bin_query),
23000         (plugin_init):
23001         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23002         (gst_stream_info_get_type), (gst_stream_info_class_init),
23003         (gst_stream_info_init), (gst_stream_info_new),
23004         (gst_stream_info_dispose), (gst_stream_info_set_property),
23005         (gst_stream_info_get_property):
23006         * gst/playback/gststreaminfo.h:
23007         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23008         (main):
23009         * gst/playback/test2.c: (main):
23010         * gst/playback/test3.c: (update_scale), (main):
23011         More playbin fixes. Added README. Do better element filtering.
23012         Added base class to preroll media. Added test apps.
23013
23014 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23015
23016         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23017         * ext/mpeg2dec/gstmpeg2dec.h:
23018           various debugging improvements.  Reset stream to next picture
23019           instead of sequence header, otherwise seeks cannot work.
23020
23021 2004-07-07  Wim Taymans  <wim@fluendo.com>
23022
23023         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23024         (gst_video_box_class_init), (gst_video_box_set_property),
23025         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23026         Use pad_alloc where possible.
23027
23028 2004-07-07  Wim Taymans  <wim@fluendo.com>
23029
23030         * sys/oss/gstosselement.c: (gst_osselement_reset),
23031         (gst_osselement_parse_caps):
23032         * sys/oss/gstosselement.h:
23033         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23034         Fix offset on osssrc.
23035
23036 2004-07-07  Wim Taymans  <wim@fluendo.com>
23037
23038         * ext/theora/theora.c: (plugin_init):
23039         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23040         (theora_dec_src_query), (theora_dec_chain):
23041         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23042         (theora_enc_sink_link), (theora_buffer_from_packet),
23043         (theora_push_packet), (theora_enc_chain):
23044         Fix theora granulepos calculation.
23045         Fix overflow in duration/position calculation.
23046         Bump rank to PRIMARY for theoradec.
23047         Use granulepos of last packet to calculate position.
23048         Set keyframe flag on buffers when needed.
23049
23050 2004-07-06  David Schleef  <ds@schleef.org>
23051
23052         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23053         serious?  (Fixed, obviously.)
23054
23055 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23056
23057         * po/LINGUAS:
23058         * po/cs.po:
23059           added Czech translation (Miloslav Trmac)
23060
23061 2004-07-05  Wim Taymans  <wim@fluendo.com>
23062
23063         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23064         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23065         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23066         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23067         (close_link), (type_found), (gst_decode_bin_set_property),
23068         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23069         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23070         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23071         (gst_decode_bin_query), (plugin_init):
23072         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23073         (gst_play_bin_class_init), (gst_play_bin_init),
23074         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23075         (get_video_element), (new_pad), (setup_source),
23076         (gst_play_bin_set_property), (gst_play_bin_get_property),
23077         (gst_play_bin_change_state), (gst_play_bin_add_element),
23078         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23079         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23080         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23081         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23082         * gst/playback/test.c: (main):
23083         More fixes, cleaned up playbin, make it use decodebin. Added
23084         threaded property to playbin.
23085
23086 2004-07-05  Wim Taymans  <wim@fluendo.com>
23087
23088         * configure.ac:
23089         * gst/playback/Makefile.am:
23090         * gst/playback/decodetest.c: (main):
23091         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23092         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23093         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23094         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23095         (close_link), (type_found), (gst_decode_bin_set_property),
23096         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23097         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23098         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23099         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23100         (plugin_init):
23101         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23102         (gst_play_bin_class_init), (gst_play_bin_init),
23103         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23104         (collect_sink_pads), (find_compatibles), (close_pad_link),
23105         (try_to_link_1), (new_pad), (close_link), (type_found),
23106         (setup_source), (gst_play_bin_set_property),
23107         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23108         (compare_ranks), (gst_play_bin_collect_factories),
23109         (gst_play_bin_change_state), (gst_play_bin_add_element),
23110         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23111         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23112         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23113         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23114         * gst/playback/test.c: (main):
23115         Added some playback helper elements and some test apps, very alpha
23116         still.
23117
23118 2004-07-04  Benjamin Otte  <otte@gnome.org>
23119
23120         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23121           only restart audio when we indeed have an xrun to fix repeated
23122           xruns. Fix suggested by Giuliano Pochini.
23123
23124 2004-07-03  David Schleef  <ds@schleef.org>
23125
23126         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23127         call to gst_debug_log() if debugging is disabled (bug #145118)
23128
23129 2004-07-03  Benjamin Otte  <otte@gnome.org>
23130
23131         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23132           use our own functions for restarting the alsa device.
23133         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23134           I should apply patches myself - use MIN for the third argument, not
23135           the second, this fixes seeking
23136
23137 2004-07-02  David Schleef  <ds@schleef.org>
23138
23139         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23140         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23141         do with the logic.
23142
23143 2004-07-02  David Schleef  <ds@schleef.org>
23144
23145         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23146         output buffers.  Fix logic mistake.  (bug #144866)
23147
23148 2004-07-02  David Schleef  <ds@schleef.org>
23149
23150         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23151         on X.  (bug #144753)
23152
23153 2004-07-02  David Schleef  <ds@schleef.org>
23154
23155         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23156         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23157         (bug #144624)
23158         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23159         (gst_osselement_rate_probe_check): Add another workaround for
23160         buggy drivers (bug #145336)
23161
23162 2004-07-02  David Schleef  <ds@schleef.org>
23163
23164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23165         Most systems don't have MSG_NOSIGNAL.
23166
23167 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23168
23169         * Makefile.am:
23170         * gst-libs/gst/colorbalance/Makefile.am:
23171         * gst-libs/gst/mixer/Makefile.am:
23172         * gst-libs/gst/play/Makefile.am:
23173         * gst-libs/gst/tuner/Makefile.am:
23174           (hopefully) fix both install and dist and make error message useful.
23175           needs testing across automakes.
23176
23177 2004-07-02  Benjamin Otte  <otte@gnome.org>
23178
23179         * ext/ogg/gstogg.c: (plugin_init):
23180           we require bytestream now
23181         * ext/ogg/gstoggdemux.c:
23182           huge diff to implement chain setup in a fast and generic way. This
23183           improves tag reading and startup of huge files (read: Theora videos)
23184           quite a bit. It probably contains bugs, too, so please test.
23185           Seeking is not improved to the fast method.
23186
23187 2004-06-29  Wim Taymans  <wim@fluendo.com>
23188
23189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23190         * ext/ogg/gstoggmux.c:
23191         Fix memleak in oggdemux when running unconnected pads.
23192         doc update in mux, start working on keyframe mode.
23193
23194 2004-06-29  Benjamin Otte  <otte@gnome.org>
23195
23196         * sys/oss/gstosssink.c:
23197         * sys/oss/gstosssrc.c:
23198           advertise correct template caps - we indeed do non-native endianness
23199           and 8bit audio has no endianness
23200         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23202           avoid (wrong) duplications in getcaps function and return
23203           template caps
23204
23205 2004-06-29  Wim Taymans  <wim@fluendo.com>
23206
23207         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23208         (gst_multifdsink_class_init), (gst_multifdsink_add),
23209         (gst_multifdsink_remove), (gst_multifdsink_clear),
23210         (gst_multifdsink_client_remove),
23211         (gst_multifdsink_handle_client_read),
23212         (gst_multifdsink_client_queue_data),
23213         (gst_multifdsink_client_queue_caps),
23214         (gst_multifdsink_client_queue_buffer),
23215         (gst_multifdsink_handle_client_write),
23216         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23217         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23218         (gst_multifdsink_init_send), (gst_multifdsink_close):
23219         Fix wrong GList iteration that could crash the server when
23220         more then 2 clients disconnect at the same time. Read all the
23221         pending commands in one batch to recover from command storms under
23222         very heavy load.
23223
23224 2004-06-28  Wim Taymans  <wim@fluendo.com>
23225
23226         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23227         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23228         (gst_videomixer_pad_set_property),
23229         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23230         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23231         (gst_videomixer_class_init), (gst_videomixer_init),
23232         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23233         (pad_zorder_compare), (gst_videomixer_sort_pads),
23234         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23235         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23236         (gst_videomixer_update_queues), (gst_videomixer_loop),
23237         (plugin_init):
23238         Avoid divide by zero, choose masterpad as the pad with the highest
23239         framerate.
23240
23241 2004-06-27  Julien Moutte  <julien@moutte.net>
23242
23243         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23244         (gst_ximagesink_xwindow_new):
23245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23246         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23247         function directly. We might want to call it from somewhere else one day.
23248
23249 2004-06-27  Julien Moutte  <julien@moutte.net>
23250
23251         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23252         (gst_ximagesink_xwindow_new):
23253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23254         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23255         window decorations.
23256
23257 2004-06-27  Wim Taymans  <wim@fluendo.com>
23258
23259         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23260         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23261         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23262         (gst_dvdec_set_property), (gst_dvdec_get_property):
23263         * ext/dv/gstdvdec.h:
23264         Implement drop_factor property to lower the framerate with
23265         a factor.
23266
23267 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23268
23269         * gst-libs/gst/colorbalance/Makefile.am:
23270         * gst-libs/gst/mixer/Makefile.am:
23271         * gst-libs/gst/play/Makefile.am:
23272         * gst-libs/gst/tuner/Makefile.am:
23273           unbreak Company's fix that didn't install the -enum.h files
23274
23275 2004-06-27  Wim Taymans  <wim@fluendo.com>
23276
23277         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23278         (gst_dvdec_change_state):
23279         * ext/dv/gstdvdec.h:
23280         Fix timestamp, duration and offset of the buffers.
23281
23282 2004-06-27  Wim Taymans  <wim@fluendo.com>
23283
23284         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23285         (gst_multifdsink_class_init), (gst_multifdsink_add),
23286         (gst_multifdsink_remove), (gst_multifdsink_clear),
23287         (gst_multifdsink_client_remove),
23288         (gst_multifdsink_handle_client_read),
23289         (gst_multifdsink_client_queue_data),
23290         (gst_multifdsink_client_queue_caps),
23291         (gst_multifdsink_client_queue_buffer),
23292         (gst_multifdsink_handle_client_write),
23293         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23294         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23295         (gst_multifdsink_init_send), (gst_multifdsink_close):
23296         * gst/tcp/gstmultifdsink.h:
23297         * gst/tcp/gsttcpserversink.c:
23298         (gst_tcpserversink_handle_server_read),
23299         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23300         More multifdsink fixes, more recovery policy fixes.
23301         Removed stupid g_print
23302
23303 2004-06-26  Wim Taymans  <wim@fluendo.com>
23304
23305         * gst/tcp/Makefile.am:
23306         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23307         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23308         (gst_multifdsink_class_init), (gst_multifdsink_init),
23309         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23310         (gst_multifdsink_handle_client_read),
23311         (gst_multifdsink_client_queue_data),
23312         (gst_multifdsink_client_queue_caps),
23313         (gst_multifdsink_client_queue_buffer),
23314         (gst_multifdsink_handle_client_write),
23315         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23316         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23317         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23318         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23319         (gst_multifdsink_close), (gst_multifdsink_change_state):
23320         * gst/tcp/gstmultifdsink.h:
23321         * gst/tcp/gsttcpplugin.c: (plugin_init):
23322         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23323         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23324         (gst_tcpserversink_handle_server_read),
23325         (gst_tcpserversink_handle_select),
23326         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23327         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23328         * gst/tcp/gsttcpserversink.h:
23329         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23330         one of the locks, added recovery policy to multifdsink.
23331
23332 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23335           fix decision for when getting frames with same timestamp
23336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23337         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23338         (gst_v4lsrc_get_property):
23339         * sys/v4l/gstv4lsrc.h:
23340           add latency offset property
23341
23342 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23343
23344         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23345         (plugin_init):
23346           fix debugging. add category.
23347
23348 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23349
23350         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23351           fix wrong offsets
23352
23353 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23354
23355         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23356         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23357         (gst_alsa_src_change_state):
23358           return a time that is in sync with the element's processing
23359
23360 2004-06-25  Wim Taymans  <wim@fluendo.com>
23361
23362         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23363         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23364         (gst_tcpserversink_client_remove),
23365         (gst_tcpserversink_handle_client_read),
23366         (gst_tcpserversink_client_queue_data),
23367         (gst_tcpserversink_client_queue_caps),
23368         (gst_tcpserversink_client_queue_buffer),
23369         (gst_tcpserversink_handle_client_write),
23370         (gst_tcpserversink_queue_buffer),
23371         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23372         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23373         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23374         (gst_tcpserversink_close):
23375         * gst/tcp/gsttcpserversink.h:
23376         Serversink rewrite. Really do non blocking writes to clients and
23377         maintain an internal queue to handle slower clients while not
23378         disturbing fast clients.
23379
23380 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23381
23382         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23383           better debug, don't override OFFSET and OFFSET_END
23384
23385 2004-06-25  Iain <iain@prettypeople.org>
23386
23387         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23388         name=source for the wavparse pipeline.
23389
23390 2004-06-24  Johan Dahlin  <johan@gnome.org>
23391
23392         * ext/theora/theoraenc.c (theora_enc_chain): Call
23393         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23394         streamheader caps are set correctly.
23395
23396 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23397
23398         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23399         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23400           respect minimum bitrate; same could be done for max bitrate
23401
23402 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23403
23404         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23405         (gst_vorbisenc_setup):
23406           fix sample rate range
23407
23408 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23409
23410         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23411         (gst_oggvorbisenc_setup):
23412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23413         (gst_vorbisenc_setup):
23414           resolve ambiguities in code and description
23415
23416 2004-06-24  Wim Taymans  <wim@fluendo.com>
23417
23418         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23419         * ext/alsa/gstalsa.h:
23420         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23421         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23422         Use alsa trigger_tstamp to get the timestamp of the first
23423         sample in the buffer for more precise sync. Some cleanups.
23424
23425 2004-06-24  Wim Taymans  <wim@fluendo.com>
23426
23427         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23428         (gst_audiorate_init), (gst_audiorate_chain),
23429         (gst_audiorate_set_property), (gst_audiorate_get_property):
23430         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23431         (gst_videorate_chain):
23432         Added some logging, fixed an overflow bug in videorate.
23433
23434 2004-06-24  Benjamin Otte  <otte@gnome.org>
23435
23436         * ext/kio/Makefile.am:
23437           fix for builddir != srcdir and distcheck
23438
23439 2004-06-24  Benjamin Otte  <otte@gnome.org>
23440
23441         * gst-libs/gst/colorbalance/Makefile.am:
23442         * gst-libs/gst/mixer/Makefile.am:
23443         * gst-libs/gst/play/Makefile.am:
23444         * gst-libs/gst/tuner/Makefile.am:
23445         * gst/tcp/Makefile.am:
23446         * sys/dxr3/Makefile.am:
23447           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23448           tarball.
23449           Also add all *.list files that were missing.
23450         * Makefile.am:
23451           add a distcheck hook to ensure the above doesn't happen again.
23452
23453 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23454
23455         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23456
23457 2004-06-23  Colin Walters  <walters@redhat.com>
23458
23459         * m4/Makefile.am: Distribute gst-fionread.m4.
23460
23461 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23462
23463         * configure.ac: back to dev
23464
23465 2004-06-23  Wim Taymans  <wim@fluendo.com>
23466
23467         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23468         (gst_alsa_xrun_recovery):
23469         * ext/alsa/gstalsa.h:
23470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23471         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23472         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23473         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23474         (gst_alsa_src_loop):
23475         Add clock to alsasrc. Take new capture timestamp when
23476         restarting after an overrun. Split up some functions between
23477         alsasrc and alsasink.
23478
23479 === release 0.8.2 ===
23480
23481 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23482
23483         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23484         (gst_alsa_change_state), (gst_alsa_update_avail),
23485         (gst_alsa_xrun_recovery):
23486         * ext/alsa/gstalsa.h:
23487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23488           merge back changes from release
23489
23490 2004-06-23  Wim Taymans  <wim@fluendo.com>
23491
23492         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23493         (gst_audiorate_init), (gst_audiorate_chain),
23494         (gst_audiorate_set_property), (gst_audiorate_get_property):
23495         Implement sample dropping and notify
23496
23497 2004-06-22  Wim Taymans  <wim@fluendo.com>
23498
23499         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23500         (theora_enc_sink_link), (theora_buffer_from_packet),
23501         (theora_push_packet), (theora_enc_chain):
23502         Some cleanups, make sure the timestamps are correct.
23503
23504 2004-06-22  Wim Taymans  <wim@fluendo.com>
23505
23506         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23507         (gst_alsa_change_state), (gst_alsa_update_avail),
23508         (gst_alsa_xrun_recovery):
23509         * ext/alsa/gstalsa.h:
23510         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23511         Cleanups, take queued samples into account when reporting
23512         the time.
23513
23514 2004-06-22  Wim Taymans  <wim@fluendo.com>
23515
23516         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23517         (gst_videorate_init):
23518         Initialize the property as well.
23519
23520 2004-06-22  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23523         (gst_videorate_init), (gst_videorate_chain),
23524         (gst_videorate_set_property), (gst_videorate_get_property):
23525         Add property to make videorate silent.
23526         Add property to prefer new frames over old ones.
23527
23528 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23529
23530         * sys/osxvideo/Makefile.am:
23531         Workaround so that the osxvideo .so file gets linked with the
23532         Cocoa, OpenGL and QuickTime frameworks
23533
23534 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23535
23536         * sys/osxaudio/Makefile.am:
23537         Workaround so that the osxaudio .so file gets linked with the
23538         CoreAudio framework
23539
23540 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23541
23542         * configure.ac:
23543         Whoops, my fault...fixed build issues
23544
23545 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23546
23547         * configure.ac:
23548         Add objective-c support if running in Darwin/Mac OS X
23549         * sys/Makefile.am:
23550         * sys/osxvideo:
23551         * sys/osxvideo/Makefile.am:
23552         * sys/osxvideo/osxvideosink.h:
23553         * sys/osxvideo/osxvideosink.m:
23554         * sys/osxvideo/cocoawindow.h:
23555         * sys/osxvideo/cocoawindow.m:
23556         Add osxvideosink, a cocoa-based osx video sink
23557
23558
23559 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23560         * ext/dvdnav/gst-dvd:
23561         Grab the gconf key from the right spot
23562         * gst/debug/gstnavseek.c: (gst_navseek_init),
23563         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23564         (gst_navseek_chain):
23565         * gst/debug/gstnavseek.h:
23566           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23567           and loop parameters of a segment seek.
23568         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23569         (gst_videotestsrc_get_event_masks),
23570         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23571         * gst/videotestsrc/gstvideotestsrc.h:
23572           Add seeking support to videotestsrc
23573           Initialise the timestamp_offset variable.
23574
23575 2004-06-18  Wim Taymans  <wim@fluendo.com>
23576
23577         * ext/sidplay/gstsiddec.cc:
23578         Fix negotiation and set correct end offset.
23579
23580 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23581
23582         * configure.ac: branch and prerelease
23583
23584 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23585
23586         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23587         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23588         (gst_tcpclientsrc_init_receive):
23589         * gst/tcp/gsttcpclientsrc.h:
23590           read caps when connecting to server for GDP so we set them correctly
23591
23592 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23593
23594         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23595           notify drops and duplicates
23596         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23597           no good reason to limit ourselves to 100x100
23598
23599 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23600
23601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23602         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23603         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23604         (gst_v4lsrc_get_property):
23605         * sys/v4l/gstv4lsrc.h:
23606         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23607         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23608         (gst_v4l_set_audio):
23609         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23610         (gst_v4lsrc_try_capture):
23611         * sys/v4l/v4lsrc_calls.h:
23612           change try_palette to more general try_capture
23613           add autoprobe option so we can turn off autoprobing
23614           various fixes
23615
23616 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23617
23618         * configure.ac:
23619           add videorate
23620         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23621         (gst_ximagesink_class_init):
23622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23623         (gst_xvimagesink_class_init):
23624           run them as finalize, not dispose, since dispose can be invoked
23625           multiple times
23626
23627 2004-06-17  Wim Taymans  <wim@fluendo.com>
23628
23629         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23630         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23631         * ext/alsa/gstalsa.h:
23632         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23633         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23634         (gst_alsa_src_change_state):
23635         * ext/alsa/gstalsasrc.h:
23636         Make the xrun code timestamp and offset the buffers correctly.
23637         moved the clock to the base class, use alsa methods to get time.
23638         Do correct timestamping on outgoing buffers.
23639
23640 2004-06-17  Wim Taymans  <wim@fluendo.com>
23641
23642         * gst/audiorate/Makefile.am:
23643         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23644         (gst_audiorate_base_init), (gst_audiorate_class_init),
23645         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23646         (gst_audiorate_set_property), (gst_audiorate_get_property),
23647         (gst_audiorate_change_state), (plugin_init):
23648         Added an audiorate converter that fills in gaps.
23649
23650 2004-06-17  Johan Dahlin  <johan@gnome.org>
23651
23652         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23653
23654 2004-06-16  Wim Taymans  <wim@fluendo.com>
23655
23656         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23658         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23659         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23660         (gst_v4lsrc_get_property):
23661         * sys/v4l/gstv4lsrc.h:
23662         Added a copy mode to v4lsrc where it will output a copied version
23663         of its internal hardware buffer.
23664         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23665         can't | them.
23666
23667 2004-06-16  Wim Taymans  <wim@fluendo.com>
23668
23669         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23670         Timestamp fixes.
23671
23672 2004-06-16  Wim Taymans  <wim@fluendo.com>
23673
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         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23680         Added a sync mode enum property to control v4lsrc timestamp method
23681         Removed the use-fixed-fps property and moved functionality in
23682         the enum.
23683         Don't error on an error value from v4l-conf, it might not always
23684         be a real error.
23685
23686 2004-06-16  Wim Taymans  <wim@fluendo.com>
23687
23688         * gst/videorate/Makefile.am:
23689         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23690         (gst_videorate_base_init), (gst_videorate_class_init),
23691         (gst_videorate_getcaps), (gst_videorate_link),
23692         (gst_videorate_init), (gst_videorate_chain),
23693         (gst_videorate_set_property), (gst_videorate_get_property),
23694         (gst_videorate_change_state), (plugin_init):
23695         Added a video timestamp corrector.
23696
23697 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23698
23699         fixed a potential leak with previous commit
23700
23701         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23702
23703 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23704
23705         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23706         Added missing refcount, fixes bug #144425
23707         Cheers Tim for finding the bug
23708
23709 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23710
23711         * sys/v4l/gstv4l.c: (plugin_init):
23712         * sys/v4l/gstv4lcolorbalance.c:
23713         * sys/v4l/gstv4lcolorbalance.h:
23714         * sys/v4l/gstv4lelement.c:
23715         * sys/v4l/gstv4lelement.h:
23716         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23717         * sys/v4l/gstv4lmjpegsink.h:
23718         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23719         * sys/v4l/gstv4lmjpegsrc.h:
23720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23721         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23722         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23723         * sys/v4l/gstv4lsrc.h:
23724         * sys/v4l/gstv4ltuner.c:
23725         * sys/v4l/gstv4ltuner.h:
23726         * sys/v4l/gstv4lxoverlay.c:
23727         * sys/v4l/gstv4lxoverlay.h:
23728         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23729         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23730         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23731         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23732         (gst_v4l_set_audio):
23733         * sys/v4l/v4l_calls.h:
23734         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23735         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23736         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23737         (gst_v4lmjpegsink_playback_init),
23738         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23739         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23740         (gst_v4lmjpegsink_playback_stop),
23741         (gst_v4lmjpegsink_playback_deinit):
23742         * sys/v4l/v4lmjpegsink_calls.h:
23743         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23744         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23745         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23746         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23747         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23748         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23749         * sys/v4l/v4lmjpegsrc_calls.h:
23750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23751         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23752         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23753         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23754         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23755         (gst_v4lsrc_try_palette):
23756         * sys/v4l/v4lsrc_calls.h:
23757           bunch of paranoia cleanups
23758
23759 2004-06-14  David Schleef  <ds@schleef.org>
23760
23761         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23762         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23763         Send discont events and change timestamps appropriately when
23764         we get a seek event.  (bug #144240)
23765         * ext/cdparanoia/gstcdparanoia.h:
23766
23767 2004-06-14  Benjamin Otte  <otte@gnome.org>
23768
23769         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23770           snd_pcm_hw_params_set_rate  since the latter fails for no good
23771           reason on some setups.
23772
23773 2004-06-14  David Schleef  <ds@schleef.org>
23774
23775         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23776         standard.  Thank you for playing.
23777
23778 2004-06-14  Wim Taymans  <wim@fluendo.com>
23779
23780         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23781         Patch 1.3 broke the ordering of the colorspace info and
23782         made the plugin basically work by coincidence, reordered
23783         the info.
23784
23785 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23786
23787         * ext/lame/gstlame.c:
23788         * ext/mad/gstmad.c:
23789           sync caps.  Make sure mad can only output a list of rates, not
23790           a full range.  In the future, have three caps lists for each of the
23791           mpeg versions.  Change mpegversion to a double as well.
23792
23793 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23794
23795         * gst/volume/.cvsignore:
23796         * gst/volume/Makefile.am:
23797         * gst/volume/demo.c: (value_changed_callback), (idler),
23798         (setup_gui), (main):
23799           added small demo app
23800
23801 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23802         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23803         * ext/esd/esdsink.h:
23804         Close the esd connection on pause, because esd will just wait -
23805         blocking all other esd clients indefinitely.
23806
23807 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23808
23809         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23810           previous commit with GST_DEBUG
23811
23812 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * configure.ac:
23815           add a header check for a dvdread header in dvdnav.  Fixes #133002
23816
23817 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23818
23819         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23820         * gst/tcp/gsttcpclientsink.h:
23821         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23822         * gst/tcp/gsttcpclientsrc.h:
23823         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23824         (gst_tcpserversink_handle_server_read),
23825         (gst_tcpserversink_init_send):
23826         * gst/tcp/gsttcpserversink.h:
23827         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23828         * gst/tcp/gsttcpserversrc.h:
23829         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23830         version of IP)
23831
23832 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23833
23834         * configure.ac:
23835         Added ogg library so that OSX detects libtheora properly
23836
23837 2004-06-11  Wim Taymans  <wim@fluendo.com>
23838
23839         * ext/theora/theoradec.c: (theora_dec_chain),
23840         (theora_dec_change_state):
23841         Don't try to decode frames before we received a keyframe.
23842
23843 2004-06-11  Wim Taymans  <wim@fluendo.com>
23844
23845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23846         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23847         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23848         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23849         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23850         Added property to set the maximum delay of a page.
23851
23852 2004-06-10  Wim Taymans  <wim@fluendo.com>
23853
23854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23855         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23856         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23857         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23858         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23859         Added max-delay property to control the maximum amount
23860         of data to put in one page.
23861
23862 2004-06-10  Wim Taymans  <wim@fluendo.com>
23863
23864         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23865         (gst_theora_enc_init), (theora_enc_sink_link),
23866         (theora_buffer_from_packet), (theora_enc_set_property),
23867         (theora_enc_get_property):
23868         Set duration on encoded buffer, added some more properties
23869
23870 2004-06-10  Wim Taymans  <wim@fluendo.com>
23871
23872         * ext/ogg/gstoggmux.c: (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         * ext/theora/theoraenc.c: (theora_enc_chain):
23876         Fix refcounting bugs
23877
23878 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23879
23880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23881         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23882         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23883         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23884         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23885         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23886         (gst_asf_demux_change_state):
23887         * gst/asfdemux/gstasfdemux.h:
23888           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23889           feels like. I think we should set a new requirement for demuxers
23890           from now on to implement sane loop functions, data loops, query
23891           and seek functions before first commit into CVS. And this commit
23892           fixes all of the above.
23893
23894 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23895
23896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23897           vorbis comments are properly encoded in UTF-8 before adding them
23898           to a GstTagList
23899
23900 2004-06-09  Benjamin Otte  <otte@gnome.org>
23901
23902         * ext/alsa/gstalsa.c: (add_channels):
23903           handle min <= max correctly
23904         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23905         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23906           add fixation functions so we fixate correctly. No preferring of alaw
23907           anymore because it's the first structure.
23908         * ext/alsa/gstalsa.h:
23909         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23910         (gst_alsa_hw_params_dump):
23911           add functions to ease debugging in alsalib
23912         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23913         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23914         (gst_alsa_start_audio):
23915           only specify hw params if we really setup a format (fixes #134007 -
23916           or at least works around it)
23917
23918 2004-06-09  Wim Taymans  <wim@fluendo.com>
23919
23920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23921         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23922         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23923         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23924         (gst_ogg_mux_loop):
23925         Use stream caps to setup the initial pages in the ogg stream.
23926         Correctly set the streamheader caps on the srcpad.
23927
23928 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23929
23930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23931         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23932         (gst_v4lsrc_getcaps):
23933         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23934         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23935           add querying of fps lists for webcams.  Negotiating to a framerate
23936           now works.
23937
23938 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23939
23940         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23941         (theora_push_buffer), (theora_push_packet),
23942         (theora_set_header_on_caps), (theora_enc_chain):
23943           mark buffers and put on streamheader, raw theora streaming
23944           now works too, whee
23945
23946 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23947
23948         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23949         (gst_tcp_gdp_read_caps):
23950           do a looping read for caps and GDP headers too
23951
23952 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23955         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
23956           return EOS instead of NULL in _get
23957
23958 2004-06-08  Wim Taymans  <wim@fluendo.com>
23959
23960         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23961         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
23962         (gst_tcp_gdp_write_caps):
23963         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23964         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
23965         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
23966         Memory leak fixes
23967
23968 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * ext/vorbis/Makefile.am:
23971         * ext/vorbis/vorbis.c: (plugin_init):
23972         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
23973         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
23974         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
23975         (vorbis_parse_change_state):
23976         * ext/vorbis/vorbisparse.h:
23977           adding a vorbisparse element that marks the buffers, streaming
23978           raw vorbis using GDP now works, whee
23979
23980 2004-06-08  Wim Taymans  <wim@fluendo.com>
23981
23982         * ext/jpeg/Makefile.am:
23983         * ext/jpeg/README:
23984         * ext/jpeg/gstjpeg.c: (plugin_init):
23985         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
23986         (gst_smokedec_base_init), (gst_smokedec_class_init),
23987         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
23988         * ext/jpeg/gstsmokedec.h:
23989         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
23990         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
23991         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
23992         (gst_smokeenc_resync), (gst_smokeenc_chain),
23993         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
23994         * ext/jpeg/gstsmokeenc.h:
23995         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
23996         (smokecodec_flush_destination), (smokecodec_term_destination),
23997         (smokecodec_init_source), (smokecodec_fill_input_buffer),
23998         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
23999         (smokecodec_term_source), (smokecodec_encode_new),
24000         (smokecodec_decode_new), (smokecodec_info_free),
24001         (smokecodec_set_quality), (smokecodec_get_quality),
24002         (smokecodec_set_threshold), (smokecodec_get_threshold),
24003         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24004         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24005         (smokecodec_parse_header), (smokecodec_decode):
24006         * ext/jpeg/smokecodec.h:
24007         Added a new simple jpeg based codec
24008
24009 2004-06-08  Wim Taymans  <wim@fluendo.com>
24010
24011         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24012         (gst_multipart_mux_loop):
24013         Fix memory leak
24014
24015 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24016
24017         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24018         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24019         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24020         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24021         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24022         * gst/tcp/gsttcpserversink.h:
24023           take streamheader into account
24024
24025 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24026
24027         * gst/level/Makefile.am:
24028         * gst/level/gstlevel.c: (gst_level_class_init):
24029           clean up marshal generation
24030
24031 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24032
24033         * gst/tcp/Makefile.am:
24034         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24035         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24036         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24037         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24038         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24039         (gst_tcpclientsrc_get_property):
24040         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24041         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24042         (gst_tcpserversink_handle_client_read),
24043         (gst_tcpserversink_handle_client_write),
24044         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24045         * gst/tcp/gsttcpserversink.h:
24046           add signals client-added and client-removed
24047         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24048         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24049         (gst_tcpserversrc_get_property):
24050         uniformized, change default protocol to NONE
24051         * gst/tcp/gsttcp-marshal.list: added
24052 2004-06-07  Benjamin Otte  <otte@gnome.org>
24053
24054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24055           handle discont events if they happen before caps nego
24056
24057 2004-06-07  Wim Taymans  <wim@fluendo.com>
24058
24059         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24060         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24061         (gst_multipart_demux_plugin_init):
24062         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24063         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24064         (gst_multipart_mux_change_state):
24065         Small updates, fix a memleak
24066
24067 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24068
24069         * configure.ac: OSS portability
24070         * ext/arts/gst_arts.c: idem
24071         * sys/oss/gstosselement.c: idem
24072         * sys/oss/gstossmixer.c: idem
24073         * sys/oss/gstosssink.c: idem
24074         * sys/oss/gstosssrc.c: idem
24075         * sys/oss/oss_probe.c: idem
24076           - check for soundcard.h in different places for some BSD
24077
24078 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24079
24080         * AUTHORS:
24081         Add me to the authors file
24082         * configure.ac:
24083         Increase the libdv requirement to >= version 0.100
24084         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24085         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24086         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24087         * ext/dv/gstdvdec.h:
24088         Add support for the new_media flag when sending DISCONT events
24089         Make the querying work when video pad is not linked
24090
24091 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24092
24093         reviewed by Benjamin Otte  <otte@gnome.org>
24094
24095         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24096           create a NULL-initialized array of pads, so we don't think they
24097           exist already. (fixes #143130)
24098
24099 2004-06-07  Benjamin Otte  <otte@gnome.org>
24100
24101         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24102         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24103         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24104           don't use // coments
24105
24106 2004-06-07  Benjamin Otte  <otte@gnome.org>
24107
24108         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24109           cast to GstClockTime to get higher granularity
24110         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24111           use gst_element_set_time_delay to get the exact time
24112         * ext/mad/gstmad.c: (gst_mad_chain):
24113           use the negotiated rate instead of the current frame's rate which
24114           might be wrong because of bit errors. This avoids emitting totally
24115           bogus timestamps and screwing sync.
24116         (fixes #143454)
24117
24118 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24119
24120         reviewed by Benjamin Otte  <otte@gnome.org>
24121
24122         * gst/adder/gstadder.c: (gst_adder_loop):
24123           properly error out when no negotiation has happened yet. (fixes
24124           #143032)
24125
24126 2004-06-06  Benjamin Otte  <otte@gnome.org>
24127
24128         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24129           forward correctly transformed offset in discont events. Based on
24130           patch by Arwed v. Merkatz. (fixes #142851)
24131
24132 2004-06-06  David Schleef  <ds@schleef.org>
24133
24134         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24135         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24136         problems on several systems.
24137
24138 2004-06-06  Benjamin Otte  <otte@gnome.org>
24139
24140         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24141           use explicit caps on the srcpad
24142         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24143           properly error out if caps couldn't be set (fixes #142764)
24144
24145 2004-06-06  Benjamin Otte  <otte@gnome.org>
24146
24147         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24148         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24149         (gst_alsa_start_audio):
24150           - don't call set_periods_integer anymore, it breaks the
24151           configuration randomly
24152           - call snd_pcm_hw_params_set_access directly instead of using masks
24153           - don't fail if the sw_params can't be set, just use the default
24154           params and hope it works. Alsalib has weird issues when you touch
24155           sw_params and does no proper error reporting about what failed.
24156         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24157         (gst_alsa_close_audio):
24158           make our alsa debugging go via gst debugging and not conditionally
24159           defined
24160         * ext/alsa/gstalsa.h:
24161           add ALSA_DEBUG_FLUSH macro
24162         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24163         (plugin_init):
24164           wrap alsa errors to be printed via the gst debugging system and not
24165           spammed to stderr
24166
24167 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24168
24169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24170         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24171         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24172         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24173         (qtdemux_parse_trak):
24174         * gst/qtdemux/qtdemux.h:
24175           Bitch. Also known as seeking, querying & co.
24176         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24177         (gst_osssink_change_state):
24178         * sys/oss/gstosssink.h:
24179           Resyncing is for weenies, this hack is no longer needed and was
24180           broken anyway (since it - unintendedly - always leaves resync to
24181           TRUE).
24182
24183 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24184
24185         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24186         * gst/tcp/gsttcpclientsrc.h: idem
24187           - define MSG_NOSIGNAL if not done
24188           - include unistd.h for off_t
24189           (fixes #143749)
24190
24191 2004-06-05  Benjamin Otte  <otte@gnome.org>
24192
24193         * configure.ac:
24194         * ext/kio/Makefile.am:
24195           check for qt's moc preprocessor explicitly and use it
24196
24197 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24198
24199         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24200           don't get a signal for EPIPE on socket writes
24201           (somebody check if this works on other platforms)
24202
24203 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24204
24205         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24206         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24207           check error condition on available samples correctly
24208
24209 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24210
24211         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24212           avoid a segfault
24213         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24214         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24215         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24216         (gst_tcpserversrc_gdp_read_header):
24217          use ssize_t over size_t since the former is signed and thus the
24218          check for error codes can work
24219
24220 2004-06-02  Wim Taymans  <wim@fluendo.com>
24221
24222         reviewed by: Johan
24223
24224         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24225         (gst_multipart_mux_loop):
24226         Oops
24227
24228 2004-06-02  Wim Taymans  <wim@fluendo.com>
24229
24230         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24231         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24232         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24233         (gst_multipart_mux_change_state):
24234         Added configurable boundary specifier, added the value as a
24235         caps field as well.
24236
24237 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24238
24239         * gst/tcp/gsttcp.c:
24240         * gst/tcp/gsttcpclientsrc.c:
24241         * gst/tcp/gsttcpclientsrc.h:
24242         * gst/tcp/gsttcpserversrc.c:
24243           - portability fix, to compile on OSX
24244             (fixes #143146)
24245
24246         * sys/osxaudio/gstosxaudioelement.c:
24247         * sys/osxaudio/gstosxaudiosink.c:
24248         * sys/osxaudio/gstosxaudiosrc.c:
24249           - compilation warnings on OSX
24250             (fixes #143153)
24251
24252 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24253
24254         * ext/vorbis/vorbisdec.c : sign warning fixes
24255
24256         * gst-libs/gst/mixer/mixertrack.c :
24257           do no use defines which are glib 2.4 specific
24258
24259 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24260
24261         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24262           buffer since libflac doesn't expect it (reports a sync error when
24263           it encounters that)
24264
24265
24266 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24267
24268         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24269         * gst-libs/gst/mixer/mixertrack.c:
24270         (gst_mixer_track_get_property), (get_mixer_track_init),
24271         (get_mixer_track_get_property): Added property accessors
24272         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24273         * gst-libs/gst/mixer/mixeroptions.c:
24274         (gst_mixer_options_get_values): Added
24275         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24276         * gst-libs/gst/mixer/mixer.c: Fixed comment
24277
24278
24279 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24280
24281         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24282           improve error messages on open
24283
24284
24285 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24286
24287         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24288           check if v4l-conf is in path
24289
24290 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24291
24292         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24293           change assert to a more readable error message
24294
24295 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24296
24297         * gst-libs/gst/tuner/tunerchannel.h:
24298           - add a freq_multiplicator field to make the conversion
24299             between internal frequency unit and Hz
24300         * sys/v4l/gstv4lelement.c:
24301         * sys/v4l2/gstv4l2element.c:
24302           - change default video device to /dev/video0
24303         * sys/v4l/v4l_calls.c:
24304         * sys/v4l2/v4l2_calls.c:
24305           - we only expose frequency to the user in Hz instead of
24306             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24307
24308 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24309         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24310           Initialise b_o_s and e_o_s variables
24311         * gst-libs/gst/riff/riff-media.c:
24312         (gst_riff_create_video_caps_with_data):
24313           Add some unusual fourcc's from mplayer avi's
24314         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24315           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24316           autoplugging.
24317
24318 2004-05-28  Wim Taymans  <wim@fluendo.com>
24319
24320         * configure.ac:
24321         * gst/alpha/Makefile.am:
24322         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24323         (gst_alpha_get_type), (gst_alpha_base_init),
24324         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24325         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24326         (gst_alpha_chroma_key), (gst_alpha_chain),
24327         (gst_alpha_change_state), (plugin_init):
24328         A plugin to add an alpha channel to I420 video. Can optionally do
24329         chroma keying.
24330         * gst/multipart/Makefile.am:
24331         * gst/multipart/multipart.c: (plugin_init):
24332         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24333         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24334         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24335         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24336         (gst_multipart_demux_change_state),
24337         (gst_multipart_demux_plugin_init):
24338         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24339         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24340         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24341         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24342         (gst_multipart_mux_pad_unlink),
24343         (gst_multipart_mux_request_new_pad),
24344         (gst_multipart_mux_handle_src_event),
24345         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24346         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24347         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24348         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24349         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24350         send multipart jpeg images to a browser.
24351         * gst/videobox/Makefile.am:
24352         * gst/videobox/README:
24353         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24354         (gst_video_box_get_type), (gst_video_box_base_init),
24355         (gst_video_box_class_init), (gst_video_box_init),
24356         (gst_video_box_set_property), (gst_video_box_get_property),
24357         (gst_video_box_sink_link), (gst_video_box_i420),
24358         (gst_video_box_ayuv), (gst_video_box_chain),
24359         (gst_video_box_change_state), (plugin_init):
24360         Crops or adds borders around an image. can do alpha channel
24361         borders as well.
24362         * gst/videomixer/Makefile.am:
24363         * gst/videomixer/README:
24364         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24365         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24366         (gst_videomixer_pad_get_sink_event_masks),
24367         (gst_videomixer_pad_get_property),
24368         (gst_videomixer_pad_set_property),
24369         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24370         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24371         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24372         (gst_videomixer_base_init), (gst_videomixer_class_init),
24373         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24374         (gst_videomixer_handle_src_event),
24375         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24376         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24377         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24378         (gst_videomixer_loop), (gst_videomixer_get_property),
24379         (gst_videomixer_set_property), (gst_videomixer_change_state),
24380         (plugin_init):
24381         Generic video mixer plugin, can handle multiple inputs all with
24382         different framerates and video sizes. Is fully alpha channel
24383         aware.
24384
24385 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24386
24387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24388           Select first track as master track. Not sure how else to handle
24389           that...
24390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24391           Discard discont events. Should fix #142962.
24392
24393 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * ext/alsa/Makefile.am:
24396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24397         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24398         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24399         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24400         (gst_alsa_mixer_get_option):
24401         * ext/alsa/gstalsamixer.h:
24402         * ext/alsa/gstalsamixeroptions.c:
24403         (gst_alsa_mixer_options_get_type),
24404         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24405         (gst_alsa_mixer_options_new):
24406         * ext/alsa/gstalsamixeroptions.h:
24407         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24408         * ext/alsa/gstalsamixertrack.h:
24409           Add enumerations (as GstMixerOptions). Make correct distinction
24410           between input/output tracks. Add capture/playback private flag.
24411           Use flag to decide on whether to set capture or playback volumes
24412           or switches. Use playback and record switches.
24413         * gst-libs/gst/mixer/Makefile.am:
24414         * gst-libs/gst/mixer/mixer-marshal.list:
24415         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24416         (gst_mixer_set_option), (gst_mixer_get_option),
24417         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24418         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24419         * gst-libs/gst/mixer/mixer.h:
24420         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24421         (gst_mixer_options_class_init), (gst_mixer_options_init),
24422         (gst_mixer_options_dispose):
24423         * gst-libs/gst/mixer/mixeroptions.h:
24424           Add GstMixerOptions.
24425         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24426           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24427           broken device detection on computers with multiple OSS sound
24428           cards.
24429
24430 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24431
24432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24433           fixate nicely even when the peer is not negotiating
24434
24435 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24436
24437         * gst/audioconvert/gstaudioconvert.c:
24438         (gst_audio_convert_parse_caps):
24439           make sure we don't allow depth > width
24440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24441           fixate endianness to G_BYTE_ORDER as default
24442         * gst/audioscale/gstaudioscale.c:
24443           we don't handle another endianness as host-endianness
24444
24445 2004-05-25  David Schleef  <ds@schleef.org>
24446
24447         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24448
24449 2004-05-24  Benjamin Otte  <otte@gnome.org>
24450
24451         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24452         (gst_oggvorbisenc_setup):
24453           properly fail when we can't setup the vorbis encoder due to
24454           unsupported settings
24455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24456         (gst_vorbisenc_setup):
24457           same
24458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24459           fix case where warnings occured when one pad was unlinked while the
24460           other's link function was called
24461
24462 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24463
24464         * gst/tcp/Makefile.am:
24465           use GST_ENABLE_NEW
24466
24467 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24468
24469         * gst-libs/gst/resample/private.h:
24470           don't use optimizations that are #if 0'ed
24471
24472 2004-05-24  Wim Taymans  <wim@fluendo.com>
24473
24474         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24475         Fix potential division by zero error and hopefully get
24476         the position query right to get correct timestamps on avi
24477         audio.
24478
24479 2004-05-24  Wim Taymans  <wim@fluendo.com>
24480
24481         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24482         (gst_videoscale_scale_nearest_str2),
24483         (gst_videoscale_scale_nearest_str4),
24484         (gst_videoscale_scale_nearest_32bit),
24485         (gst_videoscale_scale_nearest_24bit),
24486         (gst_videoscale_scale_nearest_16bit):
24487         Fix the scaling algorithm and avoid a buffer overflow.
24488         removed the while loop in the scaling function as it
24489         was used for point sampling only.
24490
24491 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24492
24493         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24494         (gst_id3_tag_class_init), (gst_id3_tag_init),
24495         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24496         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24497         (gst_id3_tag_send_tag_event):
24498           lots of fixes to make id3mux work and id3demux work correctly
24499
24500 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24501
24502         * ext/Makefile.am:
24503           add rules to build shout2send (was removed by accident
24504           when this module was no more marked experimental/broken)
24505
24506 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24507
24508         * ext/shout2/gstshout2.c:
24509         * ext/shout2/gstshout2.h:
24510           adding a "connection problem" signal to shout2send
24511           (fixes #142954)
24512
24513 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24514
24515         * ext/kio/kioreceiver.cpp:
24516         * ext/kio/kioreceiver.h:
24517           fix sign comparison issues
24518
24519 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24520
24521         * gst/cdxaparse/gstcdxaparse.c:
24522         * gst/cdxaparse/gstcdxaparse.h:
24523           some renaming
24524           add some checks/sanity
24525           prepare for seek addition
24526
24527         * sys/sunaudio/gstsunaudio.c:
24528           remove exported dupe init function
24529
24530 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24531
24532         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24533         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24534           Fix format conversion and position querying.
24535         * gst/debug/progressreport.c: (gst_progressreport_report):
24536           Don't output a bogus total value that we didn't query.
24537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24538           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24539           only a blank window after xine has been used.
24540
24541 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24542
24543         * m4/as-arts.m4:
24544           sync with upstream version to fix test on FC2
24545           readd with -ko to preserve Id header
24546
24547 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24548
24549         * configure.ac:
24550           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24551         * gst/tcp/gsttcpclientsrc.c: idem
24552         * gst/tcp/gsttcpserversink.c: idem
24553         * gst/tcp/gsttcpserversrc.c: idem
24554         * m4/gst-fionread.m4: idem
24555
24556         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24557
24558         * configure.ac: enable speex plugin for speex 1.1.5+
24559         * ext/speex/gstspeexenc.c: fix cast warning
24560
24561         * ext/esd/README: fix typo
24562
24563 2004-05-20  David Schleef  <ds@schleef.org>
24564
24565         * configure.ac: Minor cosmetic change to convince the buildbot to
24566         reautogen.
24567         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24568         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24569         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24570         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24571         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24572         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24573         More hacking.  Plays audio now.
24574
24575 2004-05-20  David Schleef  <ds@schleef.org>
24576
24577         * configure.ac:
24578         * sys/Makefile.am:
24579
24580 2004-05-20  David Schleef  <ds@schleef.org>
24581
24582         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24583         * sys/osxaudio/gstosxaudio.c:
24584         * sys/osxaudio/gstosxaudioelement.c:
24585         * sys/osxaudio/gstosxaudioelement.h:
24586         * sys/osxaudio/gstosxaudiosink.c:
24587         * sys/osxaudio/gstosxaudiosink.h:
24588         * sys/osxaudio/gstosxaudiosrc.c:
24589         * sys/osxaudio/gstosxaudiosrc.h:
24590
24591 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24594         (gst_vorbisenc_chain):
24595           put the codec headers on the caps as streamheader as well as
24596           pushing them out
24597
24598 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24599
24600         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24601         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24602         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24603         split up push_packet into two functions
24604
24605 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24606
24607         * gst/tcp/.cvsignore:
24608           ignore enums
24609         * gst/tcp/Makefile.am:
24610         * gst/tcp/README:
24611         * gst/tcp/gsttcp.c:
24612         * gst/tcp/gsttcp.h:
24613         * gst/tcp/gsttcpclientsink.c:
24614         * gst/tcp/gsttcpclientsink.h:
24615         * gst/tcp/gsttcpclientsrc.c:
24616         * gst/tcp/gsttcpclientsrc.h:
24617         * gst/tcp/gsttcpplugin.c:
24618         * gst/tcp/gsttcpserversink.c:
24619         * gst/tcp/gsttcpserversink.h:
24620         * gst/tcp/gsttcpserversrc.c:
24621         * gst/tcp/gsttcpserversrc.h:
24622           add new tcp elements
24623
24624 2004-05-19  Wim Taymans  <wim@fluendo.com>
24625
24626         * gst/law/mulaw-conversion.c: (mulaw_encode):
24627         Fix overflow bug in ulaw encoding.
24628
24629 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24630
24631         * ext/mad/gstmad.c: (gst_mad_handle_event):
24632           don't unref the event twice
24633
24634 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24635
24636         * configure.ac:
24637           remove -Wno-sign-compare
24638
24639 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24640
24641         * configure.ac:
24642           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24643           if you want to work against glib 2.2 and 2.4
24644
24645 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24646
24647         * gst/tcp/Makefile.am:
24648         * gst/tcp/gsttcp.c:
24649         * gst/tcp/gsttcp.h:
24650         * gst/tcp/gsttcpsink.h:
24651         * gst/tcp/gsttcpsrc.h:
24652           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24653
24654 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24655
24656         * gst/debug/tests.c: (md5_get_value):
24657           fix segfault on gst-inspect
24658
24659 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24660
24661         * gst/debug/testplugin.c:
24662         * gst/debug/tests.c:
24663         * gst/debug/tests.h:
24664           add new extensible and configurable testing element. Current tests
24665           include buffer count, stream length, timestamp/duration matching and
24666           md5.
24667         * gst/debug/Makefile.am:
24668         * gst/debug/gstdebug.c: (plugin_init):
24669           add infrastructure for new element
24670
24671 2004-05-19  Johan Dahlin  <johan@gnome.org>
24672
24673         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24674         ending of the array. Fixes gst-inspect segfault on ppc.
24675
24676 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24677
24678         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24679
24680         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24681
24682 2004-05-18  David Schleef  <ds@schleef.org>
24683
24684         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24685         warnings (bugs, actually) noticed by gcc but not forte.
24686
24687 2004-05-18  David Schleef  <ds@schleef.org>
24688
24689         * sys/sunaudio/Makefile.am:
24690         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24691
24692 2004-05-18  David Schleef  <ds@schleef.org>
24693
24694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24695         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24696         to allow qtdemux to use non-seekable streams. (bug #142272)
24697
24698 2004-05-18  David Schleef  <ds@schleef.org>
24699
24700         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24701         (gst_resample_sinc_ft_float): Remove use of static temporary
24702         buffer.  This code was obviously not supposed to last long, but
24703         it's stuck in our ABI, so it required a little hack to make it
24704         ABI-compatible.  Fixes #142585.
24705         * gst-libs/gst/resample/resample.h: same.
24706
24707 2004-05-18  David Schleef  <ds@schleef.org>
24708
24709         * configure.ac: Add sunaudio
24710         * examples/Makefile.am: make gstplay depend on gconf
24711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24712         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24713         (convert_table_lookup), (img_convert): remove c99-isms
24714         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24715           unsigned, to fix a warning on Solaris
24716         * gst/mpeg1sys/systems.c: bcopy->memcpy
24717         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24718         * sys/Makefile.am: Add sunaudio
24719
24720 2004-05-18  Wim Taymans  <wim@fluendo.com>
24721
24722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24723         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24724         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24725         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24726         (gst_ogg_mux_loop):
24727         Fix an ugly memleak where the muxer didn't flush enough ogg
24728         pages. This also resulted in badly muxed ogg files.
24729
24730 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24731
24732         * gst/asfdemux/asfheaders.c :
24733         * gst/asfdemux/asfheaders.h :
24734         * gst/asfdemux/gstasfdemux.c :
24735           - fix ASF_OBJ_PADDING guid
24736           - add 3 new object guids (language list, metadata,
24737             extended stream properties)
24738           - add a function to parse extended header objects
24739
24740 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24741
24742         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24743           remove leftover debugging g_print
24744
24745 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24746
24747         * ext/mad/gstmad.c: (gst_mad_handle_event):
24748           Fix for when the first format in a discont event is not a
24749           byte-based one. Should fix #137710.
24750
24751 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24752
24753         * m4/a52.m4 : fix compilation with -Wall -Werror
24754         * m4/libfame.m4 : idem
24755         * m4/libmikmod.m4 : idem
24756
24757 2004-05-17  Benjamin Otte  <otte@gnome.org>
24758
24759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24760           signal the new tags before giving up the reference
24761
24762 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24763
24764         * ext/shout2/gstshout2.c:
24765           use application/ogg instead of application/x-ogg (patch by Patrick
24766           Guimond, fixes #142432)
24767         * sys/oss/gstosselement.c: (gst_osselement_reset),
24768         (gst_osselement_sync_parms):
24769           don't set fragment size unless specified (fixes #142493)
24770
24771 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24772
24773         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24774           fixes #142664
24775
24776 2004-05-17  Benjamin Otte  <otte@gnome.org>
24777
24778         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24779           compute offsets correctly for internal buffers so timestamps are set
24780           correctly when we can't seek. Also handle cases where there are no
24781           offsets. (based on a patch by David Moore, fixes #142507)
24782
24783 2004-05-17  Benjamin Otte  <otte@gnome.org>
24784
24785         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24786           use correct variable when determining amount of data to skip so we
24787           don't skip into the void and segfault
24788
24789 2004-05-16  Benjamin Otte  <otte@gnome.org>
24790
24791         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24792           Hi, I'm a memleak
24793
24794 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24795
24796         * gst/asfdemux/gstasfdemux.c:
24797           - fix a mem leak and always propagate tags
24798           - add WMV3 to known video codecs (but no decoder yet)
24799           - replace "surplus data" at end of audio header for what
24800             it is : codec specific data
24801           - fix a typo
24802
24803 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24804
24805         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24806
24807         * gst-libs/gst/audio/audioclock.c:
24808           Fix wrong return type (#142205).
24809
24810 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24811
24812         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24813           Ignore CRCs by default (fixes #142566).
24814
24815 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24816
24817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24818         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24819         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24820         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24821         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24822         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24823           Fix for cases where we fail to attach to a mixer.
24824
24825 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24828           Don't touch events after not owning them anymore.
24829         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24830         (gst_wavparse_fmt), (gst_wavparse_other),
24831         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24832         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24833         (gst_wavparse_srcpad_event):
24834         * gst/wavparse/gstwavparse.h:
24835           Add seeking, fix querying.
24836
24837 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24838
24839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24840           - process comments even if they don't end with \0\0
24841             g_convert would ignore them if present and works well without them
24842
24843 2004-05-16  Benjamin Otte  <otte@gnome.org>
24844
24845         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24846           simplify caps
24847
24848 2004-05-16  Benjamin Otte  <otte@gnome.org>
24849
24850         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24851           don't write to memory we might not write to - g_convert does that
24852           for us anyway (fixes #142613)
24853         (gst_asf_demux_audio_caps):
24854           comment out gst_util_dump_mem
24855
24856 2004-05-16  Benjamin Otte  <otte@gnome.org>
24857
24858         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24859           compute correct expected timestamps after seek (broken since
24860           last commit)
24861         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24862           rename element and debugging category to gdkpixbufscale
24863
24864 2004-05-16  Benjamin Otte  <otte@gnome.org>
24865
24866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24867           add error checking to snd_pcm_delay and remove duplicate call to
24868           snd_pcm_delay that caused issues (see inline code comments)
24869         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24870           make more readable and fix return value when snd_pcm_delay fails
24871         (fixes #142586)
24872
24873 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24874         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24875         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24876         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24877         (gst_pixbufscale_link), (gst_pixbufscale_init),
24878         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24879         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24880         (gst_pixbufscale_get_property), (pixbufscale_init):
24881         * ext/gdk_pixbuf/pixbufscale.h:
24882         Add these files I forgot earlier
24883
24884 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24885         * ext/gdk_pixbuf/Makefile.am:
24886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24887         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24888         Add new pixbufscale element to scale RGB video
24889         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24890         and HYPER interpolation correctly.
24891         * ext/theora/theoraenc.c: (theora_enc_chain),
24892         Discard buffer and return if explicit caps could not be set
24893         (theora_enc_get_property):
24894         Make _get return kbps for the bitrate consistent with
24895         the _set function.
24896
24897
24898 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24899
24900         * ext/libvisual/visual.c: (gst_visual_chain):
24901           add missing visual_audio_analyze
24902
24903 2004-05-14  David Schleef  <ds@schleef.org>
24904
24905         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24906         is killed while we're playing.
24907         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24908         gst_element_no_more_pads().
24909
24910 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24911
24912         * gst-libs/gst/riff/riff-read.c :
24913           - fix INFO tag extraction in RIFF/AVI files
24914             because gst_event_unref (event) also freed taglist
24915           - avoid a mem leak
24916
24917 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24918
24919         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24920         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24921
24922         * gst/auparse/gstauparse.c :
24923           - add code (commented for now) to support audio/x-adpcm on src pad
24924             (we have no decoder for those layout yet)
24925
24926         * gst/cdxaparse/gstcdxaparse.c :
24927         * gst/cdxaparse/gstcdxaparse.h :
24928           - partial rewrite using RiffRead (ripped iain's wavparse code)
24929
24930         * gst/rtp/gstrtpL16enc.c : typo
24931         * gst/rtp/gstrtpgsmenc.c : typo
24932
24933 2004-05-13  Benjamin Otte  <otte@gnome.org>
24934
24935         * configure.ac:
24936           check for exact version of libvisual, it's not supposed to be
24937           API/ABI stable yet
24938
24939 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24940
24941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24942           signal no-more-pads
24943
24944 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24945
24946         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24947         Report which format was used for GST_FORMAT_DEFAULT
24948         * gst/debug/Makefile.am:
24949         * gst/debug/gstdebug.c: (plugin_init):
24950         * gst/debug/progressreport.c: (gst_progressreport_base_init),
24951         (gst_progressreport_class_init), (gst_progressreport_init),
24952         (gst_progressreport_report), (gst_progressreport_set_property),
24953         (gst_progressreport_get_property), (gst_progressreport_chain),
24954         (gst_progressreport_plugin_init):
24955         Add progressreport element for testing.
24956
24957 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24958
24959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
24960         * sys/v4l/gstv4lsrc.h:
24961         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
24962         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
24963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
24964         (gst_v4lsrc_grab_frame):
24965           add more debugging
24966           send a discont at start
24967
24968 2004-05-12  Colin Walters  <walters@redhat.com>
24969
24970         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
24971         inflooping if we can't find a chunk.  Or in other words, don't blow
24972         chunks if we don't have a chunk to blow.
24973
24974 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24975         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
24976         Remove old debug output
24977         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
24978         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
24979         (gst_dvdec_set_property), (gst_dvdec_get_property):
24980         Change the quality setting to an enum, so it works from gst-launch
24981         Don't renegotiate a non-linked pad. Allows audio only decoding.
24982         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
24983         (gst_deinterlace_link), (gst_deinterlace_init):
24984         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24985         (gst_videodrop_link):
24986         Some caps negotiation fixes
24987
24988 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24989
24990         * ext/tarkin/gsttarkin.c :
24991           - Change RANK from NONE to PRIMARY
24992         * ext/gdk_pixbuf/gstgdkpixbuf.c :
24993           - Change RANK from NONE to MARGINAL
24994         * ext/divx/gstdivxenc.c :
24995           - Change RANK from PRIMARY to NONE (encoder/spider issue)
24996
24997 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24998
24999         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25000         (gst_vorbisenc_push_packet):
25001           copy a function that was added between 1.0 and 1.0.1 until we
25002           depend on worthwhile features of post-1.0
25003
25004 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25005
25006         * configure.ac:
25007           enable shout2 by default
25008         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25009         (gst_shout2send_base_init), (gst_shout2send_init),
25010         (gst_shout2send_connect), (gst_shout2send_change_state):
25011         * ext/shout2/gstshout2.h:
25012           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25013           #142262)
25014         * ext/theora/theora.c: (plugin_init):
25015           don't set rank on encoders
25016
25017 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25018
25019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25020           Use codec_data property instead of flag1 and flag2 for wma
25021
25022 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25023
25024         * gst/cdxaparse/gstcdxaparse.c :
25025           - Add mpegversion to CAPS to make it link
25026           - Rank is as GST_RANK_SECONDARY instead of NONE
25027         * gst/auparse/gstauparse.c :
25028           - Document all audio encoding we can encounter from Solaris 9
25029             headers and libsndfile information.
25030           - Increase max. rate from 48000 to 192000 (to match other elements)
25031           - Don't try to play junk data between header and samples
25032
25033 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25034
25035         * ext/libvisual/visual.c: (gst_visual_getcaps):
25036           use the right caps depending on endianness (I hope)
25037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25038           use GST_RANK_NONE for all non-decoding elements or spider gets
25039           mighty confused
25040
25041 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25042
25043         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25044           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25045
25046 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25047
25048         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25049         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25050         (gst_switch_loop), (gst_switch_get_type):
25051           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25052           HEADERS. Had to be said.
25053
25054 2004-05-10  David Schleef  <ds@schleef.org>
25055
25056         * configure.ac: Add prototype Dirac support.
25057         * ext/Makefile.am:
25058         * ext/dirac/Makefile.am:
25059         * ext/dirac/gstdirac.cc:
25060         * ext/dirac/gstdiracdec.cc:
25061
25062 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25063
25064         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25065         (gst_auparse_init), (gst_auparse_chain),
25066         (gst_auparse_change_state):
25067           Hack around spider. Remove me some day please.
25068
25069 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25070
25071         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25072           Fix for some uninitialized variables in previous patch, also
25073           makes it work. Fixes #142286 while we're at it.
25074
25075 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25076
25077         * gst/auparse/gstauparse.c:
25078                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25079                 only unsupported formats are ADPCM/CCITT G.72x
25080                 reviewed by Ronald
25081         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25082
25083 2004-05-10  Wim Taymans  <wim@fluendo.com>
25084
25085         * ext/vorbis/Makefile.am:
25086         * ext/vorbis/README:
25087         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25088         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25089         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25090         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25091         (gst_oggvorbisenc_convert_sink),
25092         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25093         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25094         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25095         (get_constraints_string), (update_start_message),
25096         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25097         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25098         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25099         * ext/vorbis/oggvorbisenc.h:
25100         * ext/vorbis/vorbis.c: (plugin_init):
25101         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25102         (raw_caps_factory), (gst_vorbisenc_class_init),
25103         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25104         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25105         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25106         * ext/vorbis/vorbisenc.h:
25107         Added a raw vorbis encoder to be used with the oggmuxer.
25108         We still need the old encoder for some gnome applications,
25109         read the README to find out how that works.
25110         The raw encoder is called "rawvorbisenc" until 0.9.
25111
25112 2004-05-10  Wim Taymans  <wim@fluendo.com>
25113
25114         * ext/ogg/gstogg.c: (plugin_init):
25115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25116         (gst_ogg_print):
25117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25118         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25119         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25120         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25121         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25122         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25123         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25124         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25125         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25126         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25127         Added an ogg muxer.
25128         Small typo fixes in the demuxer.
25129
25130 2004-05-10  Wim Taymans  <wim@fluendo.com>
25131
25132         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25133         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25134         (theora_enc_change_state), (theora_enc_set_property),
25135         (theora_enc_get_property):
25136         Mark the last packet with an EOS flag which is not really needed
25137         in gstreamer.
25138         Do some better video framerate initialisation.
25139         Update the buffer timestamp.
25140
25141 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25142
25143         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25144         Return the result of the parent state change call
25145
25146 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25147
25148         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25149         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25150         * gst/law/alaw-encode.c : (idem)
25151         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25152         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25153         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25154
25155 2004-05-09  Benjamin Otte  <otte@gnome.org>
25156
25157         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25158           don't use a fixed buffer size when writing variable length data to
25159           it. Fixes memory corruption and makes alsasrc work
25160
25161 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25162
25163         * ext/gnomevfs/gstgnomevfssink.c:
25164         (_gst_boolean_allow_overwrite_accumulator),
25165         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25166           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25167           RUN_LAST, and don't use that to set the accumulator value because
25168           then it's always FALSE.
25169
25170 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25171
25172         * gst-libs/gst/riff/riff-media.c:
25173         (gst_riff_create_video_caps_with_data),
25174         (gst_riff_create_audio_caps),
25175         (gst_riff_create_audio_template_caps):
25176         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25177           Fix for unaligned RIFF files (i.e. where all the chunks together
25178           in a LIST chunk are not of the same size as the size given in
25179           the LIST chunk header). Fixes several odd WAVE files. Also fix
25180           ADPCM (block_align property) in audio, so that wavparse based
25181           on this works now as it used to stand-alone.
25182
25183 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25184
25185         reviewed by Benjamin Otte  <otte@gnome.org>
25186
25187         * ext/a52dec/gsta52dec.c:
25188         * ext/divx/gstdivxdec.c:
25189         * ext/divx/gstdivxenc.c:
25190         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25191         * ext/faac/gstfaac.c: (gst_faac_base_init):
25192         * ext/faad/gstfaad.c: (gst_faad_base_init):
25193         * ext/ivorbis/vorbisfile.c:
25194         * ext/lame/gstlame.c:
25195         * ext/libfame/gstlibfame.c:
25196         * ext/mpeg2enc/gstmpeg2enc.cc:
25197         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25198         * ext/sidplay/gstsiddec.cc:
25199         * ext/speex/gstspeexdec.c:
25200         * ext/speex/gstspeexenc.c:
25201         * ext/xvid/gstxviddec.c:
25202         * ext/xvid/gstxvidenc.c:
25203           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25204           (fixes #142193)
25205
25206 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25207
25208         * ext/alsa/gstalsa.c: (device_list),
25209         (gst_alsa_class_probe_devices):
25210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25211           Fix alsa oddness in mixer after the combination of using mixer
25212           in source/sink elements and using hw:x,y instead of just hw:x.
25213
25214 2004-05-09  Benjamin Otte  <otte@gnome.org>
25215
25216         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25217         (gst_wavparse_create_sourcepad):
25218           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25219           sourcepads
25220
25221 2004-05-09  Benjamin Otte  <otte@gnome.org>
25222
25223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25224           allow discont events before caps nego
25225
25226 2004-05-08  Benjamin Otte  <otte@gnome.org>
25227
25228         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25229           don't leak events
25230
25231 2004-05-08  Benjamin Otte  <otte@gnome.org>
25232
25233         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25234         (gst_level_change_state), (gst_level_init):
25235         * gst/level/gstlevel.h:
25236           figure out if we're initialized directly instead of keeping a
25237           variable that's wrong in 90% of cases
25238           don't initialize pads and then leak them and use a new unitialized
25239           pad. (fixes #142084)
25240           these were bugs so n00bish I didn't find them for an hour :/
25241
25242 2004-05-08 Iain <iain@prettypeople.org>
25243
25244         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25245         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25246         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25247         return the length that was read.
25248         (gst_riff_read_strf_auds): Allow fmt tags as well.
25249
25250 2004-05-07  David Schleef  <ds@schleef.org>
25251
25252         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25253         signed char assumption in faad.h.
25254
25255 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25256
25257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25258           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25259
25260 2004-05-07  Colin Walters  <walters@redhat.com>
25261
25262         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25263         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25264         function.
25265         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25266         Add dispose function.
25267
25268 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25269         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25270           Fix caps nego and pad templates. RGB mode caps should
25271           work now.
25272         * ext/dvdnav/gst-dvd:
25273           Move mpeg2dec inside the thread because otherwise the
25274           queue rejects cap changes mid-stream
25275         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25276         (gst_mpeg2dec_flush_decoder):
25277           For mpeg2dec > 0.4.0, call the flush function instead of
25278           manually extracting all in-flight frames.
25279         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25280         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25281           Change mime type video/dv go video/x-dv to match the
25282           rest of gst-plugins
25283
25284 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25285
25286         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25287         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25288         (gst_alsa_sink_class_init):
25289         * ext/alsa/gstalsasink.h:
25290         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25291         (gst_alsa_src_class_init):
25292         * ext/alsa/gstalsasrc.h:
25293           Make alsasink/src a subclass of alsamixer so that mixer stuff
25294           shows up in gst-rec. Needs some finetuning.
25295
25296 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25297
25298         * ext/lame/gstlame.c: (gst_lame_chain):
25299           simplify
25300         * ext/mad/gstmad.c: (gst_mad_handle_event):
25301           fix event leak
25302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25303           be able to detect mp3 files < 4096 bytes
25304
25305 2004-05-06  Wim Taymans  <wim@fluendo.com>
25306
25307         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25308         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25309         (theora_enc_set_property), (theora_enc_get_property):
25310         Also encode the first frame, cleanup some code.
25311
25312 2004-05-06  Wim Taymans  <wim@fluendo.com>
25313
25314         * ext/mpeg2enc/gstmpeg2enc.cc:
25315         Forward events first before deciding that negotiation was
25316         not performed.
25317
25318 2004-05-06  Wim Taymans  <wim@fluendo.com>
25319
25320         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25321         First process the events before deciding that negotiation
25322         was not performed.
25323
25324 2004-05-06  Wim Taymans  <wim@fluendo.com>
25325
25326         * ext/theora/Makefile.am:
25327         * ext/theora/theora.c: (plugin_init):
25328         * ext/theora/theoradec.c: (theora_dec_change_state):
25329         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25330         (gst_theora_enc_class_init), (gst_theora_enc_init),
25331         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25332         (theora_enc_chain), (theora_enc_change_state),
25333         (theora_enc_set_property), (theora_enc_get_property):
25334         Added a theora encoder, grouped the encoder and decoder into the
25335         same plugin.
25336
25337 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25338
25339         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25340         (gst_jpegenc_chain):
25341         fix DURATION on outgoing buffers
25342         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25343         debug using time formats
25344         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25346         (gst_xvimagesink_sink_link):
25347         windows with width/height 0 generate X errors, so don't allow them
25348
25349 2004-05-05  Wim Taymans  <wim@fluendo.com>
25350
25351         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25352         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25353         (gst_mpeg2dec_negotiate_format):
25354         * ext/mpeg2dec/gstmpeg2dec.h:
25355           removed the static pad template so that we can add the
25356           more accurate framerate value to the caps.
25357
25358
25359 2004-05-04  Benjamin Otte  <otte@gnome.org>
25360
25361         * configure.ac:
25362           check for kdemacros.h, too (should fix #141821)
25363         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25364           don't crash if no header was sent, but nicely error out (fixes part
25365           of #141554)
25366
25367 2004-05-04  Wim Taymans  <wim@fluendo.com>
25368
25369         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25370         parent dispose function to avoid segfault on destroy.
25371
25372 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25373
25374         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25375         (plugin_init):
25376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25377         (gst_xvimagesink_sink_link):
25378         clean up debugging caps
25379         also recreate xvimage when format has changed
25380
25381 2004-05-04  Benjamin Otte  <otte@gnome.org>
25382
25383         * ext/libvisual/Makefile.am:
25384         * ext/libvisual/visual.c: (gst_visual_class_init),
25385         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25386         (gst_visual_srclink), (gst_visual_chain),
25387         (gst_visual_change_state), (plugin_init):
25388           use a GstAdapter to correctly adapt buffer sizes - allows using a
25389           framerate
25390
25391 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25392
25393         * sys/v4l/gstv4lelement.h:
25394         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25396         (gst_v4lsrc_buffer_free):
25397         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25398         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25399         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25400         (gst_v4lsrc_requeue_frame):
25401         move some debugging categories around
25402         query for fps index and set accordingly if found
25403
25404 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25405
25406         * ext/lame/gstlame.c:
25407         correct defaults that lame_init puts out of range
25408
25409 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25410
25411         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25412         (gst_divxenc_class_init):
25413         fix range since -1 is the default
25414         * gst/mpeg1sys/gstmpeg1systemencode.c:
25415         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25416         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25417         (gst_rtjpegdec_chain):
25418         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25419         (gst_rtjpegenc_chain):
25420         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25421         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25422         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25423         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25424         * sys/v4l/gstv4lsrc.c:
25425         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25426         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25427         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25428         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25429         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25430           remove gst_info calls
25431
25432 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25433
25434         * Makefile.am:
25435         * po/af.po:
25436         * po/az.po:
25437         * po/en_GB.po:
25438         * po/nl.po:
25439         * po/sr.po:
25440         * po/sv.po:
25441           Updated translations
25442
25443 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25444
25445         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25446           refactor/comment code
25447
25448 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25449
25450         * gst/asfdemux/Makefile.am:
25451         * gst/asfdemux/asfheaders.c:
25452         * gst/asfdemux/asfheaders.h:
25453         * gst/asfdemux/gstasf.c: (plugin_init):
25454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25455         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25456         (gst_asf_demux_setup_pad):
25457         * gst/asfdemux/gstasfdemux.h:
25458         * gst/asfdemux/gstasfmux.c:
25459         * gst/asfdemux/gstasfmux.h:
25460           Add tagging support to demuxer, split out registration in its own
25461           file instead of in demux (hacky), and prevent having some tables
25462           in our memory multiple times (in asfheaders.h).
25463
25464 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25465
25466         * gst/matroska/matroska-demux.c:
25467         (gst_matroska_demux_parse_metadata):
25468         * gst/matroska/matroska-ids.h:
25469           Basic tag reading support.
25470
25471 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25472
25473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25474           Really detect ac-3 audio.
25475         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25476           really detect matroska files (off-by-1).
25477
25478 2004-04-30  David Schleef  <ds@schleef.org>
25479
25480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25481         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25482         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25483         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25484         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25485         hackage -- parse a lot more atoms, extract a few tags.  One might even
25486         mistake this for tag support.  Maybe it is.
25487         * gst/qtdemux/qtdemux.h:
25488
25489 2004-04-30  Colin Walters  <walters@verbum.org>
25490
25491         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25492
25493 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25494
25495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25496         (gst_ffmpegcolorspace_getcaps):
25497           remove broken nego fix
25498
25499 2004-04-30  Benjamin Otte  <otte@gnome.org>
25500
25501         * configure.ac:
25502         * ext/Makefile.am:
25503         * ext/libvisual/Makefile.am:
25504         * ext/libvisual/visual.c:
25505           add initial support for libvisual (http://libvisual.sourceforge.net)
25506           libvisual is still quite alpha, so expect crashes in there :)
25507
25508 2004-04-29  David Schleef  <ds@schleef.org>
25509
25510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25511         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25512         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25513         code; you will no longer respect me.
25514
25515 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25516
25517         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25518         * ext/alsa/gstalsa.h :
25519         change alsa pcm device discovery to find more than 1 device
25520         per card. code review by Ronald.
25521
25522 2004-04-29  David Schleef  <ds@schleef.org>
25523
25524         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25525         Add a check for a driver bug on FreeBSD.  (bug #140565)
25526
25527 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25528
25529         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25531         (gst_jpegenc_getcaps):
25532           move format setting to inner loop
25533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25534         (gst_ffmpegcolorspace_getcaps):
25535           use GST_PAD_CAPS if available so that we use already negotiated
25536           caps
25537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25538         (qtdemux_parse_moov), (qtdemux_parse):
25539           extra debugging
25540         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25541         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25542           move hardcoded path to DEFINE
25543
25544 2004-04-28  David Schleef  <ds@schleef.org>
25545
25546         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25547         (bug #140064)
25548
25549 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25552           Don't probe for playback device if we're a source element. Fixes
25553           #139658.
25554
25555 2004-04-29  Benjamin Otte  <otte@gnome.org>
25556
25557         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25558         (gst_id3_tag_chain):
25559           rewrite buffer offset
25560
25561 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25562
25563         * configure.ac:
25564         * ext/Makefile.am:
25565         * ext/dts/Makefile.am:
25566         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25567         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25568         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25569         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25570         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25571         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25572         (plugin_init):
25573         * ext/dts/gstdtsdec.h:
25574           New DTS decoder.
25575         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25576         (gst_faad_srcconnect):
25577           Add ESDS atom handling (.m4a).
25578
25579 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25580
25581         * ext/divx/gstdivxdec.c: (plugin_init):
25582           Remove comment that makes no sense.
25583         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25584           Fix for obvious typo that resulted in warnings during gst-register.
25585         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25586         (gst_xviddec_sink_link):
25587           Fix caps negotiation a bit better.
25588         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25589           We call this 'codec_data', not 'esds'.
25590
25591 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25592
25593         * gst/monoscope/gstmonoscope.c:
25594           make sure we only provide 256x128
25595         * gst/monoscope/monoscope.c: (monoscope_init):
25596           assert size of 256x128
25597
25598 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25599
25600         * Makefile.am:
25601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25602         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25603           fixate to max width and height of device
25604
25605 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25606
25607         * Makefile.am:
25608         * sys/v4l/gstv4l.c:
25609         * sys/v4l/gstv4lsrc.c:
25610         * sys/v4l/v4l_calls.c:
25611         * sys/v4l/v4lsrc_calls.c:
25612           fix for qc-usb driver which fakes having more than one buffer
25613           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25614           buffer_free override
25615           add debugging
25616
25617 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25618
25619         * Makefile.am:
25620         * gst/videotestsrc/gstvideotestsrc.c:
25621         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25622         (gst_videotestsrc_init), (gst_videotestsrc_get),
25623         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25624         * gst/videotestsrc/gstvideotestsrc.h:
25625           add num-buffers property
25626
25627         2004-04-26  Benjamin Otte  <otte@gnome.org>
25628
25629         * ext/mad/gstid3tag.c: (plugin_init):
25630           set id3mux rank to NONE so it doesn't confuse spider
25631           require audio/mpeg,mpegversion=1 in id3mux
25632
25633 2004-04-26  Benjamin Otte  <otte@gnome.org>
25634
25635         * configure.ac:
25636           detect faad correctly as non-working if it's indeed non-working
25637
25638 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25639
25640         * Makefile.am:
25641         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25642         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25643         fix _getcaps so it only negotiates to its supported format
25644
25645 2004-04-25  Benjamin Otte  <otte@gnome.org>
25646
25647         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25648           fix memleak
25649
25650 2004-04-23  Benjamin Otte  <otte@gnome.org>
25651
25652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25653           audio/x-raw-int with height rules! not. Now it's depth.
25654
25655 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25656
25657         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25658         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25659         (gst_wavparse_loop):
25660           Missing variable initialization. Add handling of DVI ADPCM. Fix
25661           mis-parsing of LIST chunks. This works around a bug where we mis-
25662           parse non-aligning LIST chunks (so LIST chunks where the contents
25663           don't align with the actual LIST size). The correct fix is to use
25664           rifflib, I'm not going to fix wavparse - too much work. All this
25665           fixes #104878.
25666
25667 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25668
25669         reviewed by Benjamin Otte  <otte@gnome.org>
25670
25671         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25672           fix shoutcast not working (fixes #140844)
25673
25674 2004-04-22  Benjamin Otte  <otte@gnome.org>
25675
25676         * ext/hermes/gsthermescolorspace.c:
25677         (gst_hermes_colorspace_caps_remove_format_info):
25678         * gst/colorspace/gstcolorspace.c:
25679         (gst_colorspace_caps_remove_format_info):
25680         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25681         (gst_ffmpegcolorspace_caps_remove_format_info):
25682           s/gst_caps_simplify/gst_caps_do_simplify/
25683
25684 2004-04-22  Benjamin Otte  <otte@gnome.org>
25685
25686         * gst-libs/gst/riff/riff-media.c:
25687         (gst_riff_create_video_caps_with_data):
25688           mpegversion is an int
25689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25690           don't try to create pad templates with NULL caps, use any caps
25691           instead.
25692
25693 2004-04-20  David Schleef  <ds@schleef.org>
25694
25695         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25696         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25697         (bug #140384)
25698
25699 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25700
25701         reviewed by David Schleef
25702
25703         * ext/mad/gstid3tag.c: Add stdlib.h
25704         * gst/rtp/gstrtpgsmenc.c: same
25705         * gst/tags/gstid3tag.c: same
25706         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25707         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25708         GST_DISABLE_LOADSAVE use.
25709         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25710         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25711         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25712         atol(3)).
25713         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25714         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25715         strtoul(3)).
25716         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25717         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25718         $(ID3_CFLAGS).
25719         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25720         $(LIBFAME_CFLAGS).
25721
25722 2004-04-20  David Schleef  <ds@schleef.org>
25723
25724         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25725         last checkin.  Same idea.
25726
25727 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25728
25729         reviewed by David Schleef
25730
25731         * configure.ac: bump required gstreamer version to 0.8.1.1
25732         because of following changes [--ds]
25733
25734         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25735         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25736         (gst_riff_read_header):  Use GST_READ_UINT*
25737         macros to access possibly unaligned memory.
25738
25739         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25740         (mp3_type_find):  Use GST_READ_UINT*
25741         macros to access possibly unaligned memory.
25742         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25743         (speex_type_find): Likewise
25744
25745         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25746
25747         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25748         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25749         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25750         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25751         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25752         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25753         macros to access possibly unaligned memory.
25754
25755         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25756         Likewise.
25757
25758         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25759         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25760
25761         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25762         Likewise.
25763
25764         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25765         (gst_mpeg2subt_chain_subtitle): Likewise.
25766
25767         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25768         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25769         Likewise.
25770
25771         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25772         Likewise.
25773
25774         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25775         Likewise.
25776
25777         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25778         Likewise.
25779
25780 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25781
25782         * configure.ac:
25783           update required version of GStreamer because of GST_TIME_FORMAT
25784
25785 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25786
25787         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25788           remove leftover g_print
25789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25790           don't try setting only a subset of the caps. We don't want to kill
25791           autoplugging on purpose
25792
25793 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * sys/ximage/ximagesink.c: (plugin_init):
25796         * sys/xvimage/xvimagesink.c: (plugin_init):
25797           add debugging categories
25798
25799 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25800
25801         * po/en_GB.po:
25802         * po/LINGUAS:
25803           Adding en_GB translation (Gareth Owen)
25804
25805 2004-04-20  David Schleef  <ds@schleef.org>
25806
25807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25808         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25809         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25810         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25811         A number of new features and hacks to extract the esds atom and
25812         put it into the caps.  (bug #137724)
25813
25814 2004-04-19  David Schleef  <ds@schleef.org>
25815
25816         * gconf/Makefile.am: Fix for non-GNU make
25817         * gst-libs/gst/Makefile.am: Change directory order to handle
25818         GstPlay linking with gstinterfaces
25819         * gst-libs/gst/audio/make_filter: make use of tr portable
25820         * gst-libs/gst/play/Makefile.am: Add intended \
25821         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25822         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25823         function prototype instead of void *.
25824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25825         macro.
25826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25827         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25828         * gst/videofilter/make_filter: make use of tr portable
25829         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25830
25831 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25832
25833         * po/LINGUAS:
25834         * po/uk.po:
25835           Added Ukrainian translation (Maxim V. Dziumanenko)
25836
25837 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25838
25839         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25840         (gst_gsmdec_link), (gst_gsmdec_chain):
25841           Fix capsnego, simplify chain function slightly.
25842         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25843           Add GSM.
25844
25845 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25846
25847         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25848         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25849         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25850           Hack to make wavparse work with spider (always -> sometimes pad).
25851           Fixes #135862 && #140411.
25852
25853 2004-04-18  Benjamin Otte  <otte@gnome.org>
25854
25855         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25856         (gst_osselement_rate_probe_check),
25857         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25858           get rid of \n in debug output
25859
25860 2004-04-17  Iain <iain@prettypeople.org>
25861
25862         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25863         not just EOS.
25864
25865 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25866
25867         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25868         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25869         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25870         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25871         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25872         (gst_id3_tag_change_state), (plugin_init):
25873           deprecate id3tag element and replace with id3demux/id3mux.
25874           great side effect: this ugly file is now even uglier, yay!
25875         * ext/mad/gstmad.h:
25876           remove non-available function
25877           update for new get_type
25878
25879 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25880
25881         * configure.ac:
25882           require mpeg2dec >= 0.4.0
25883
25884 2004-04-17  Benjamin Otte  <otte@gnome.org>
25885
25886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25887         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25888         (gst_xvimagesink_set_xwindow_id):
25889           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25890           assorted cleanup fixes.
25891
25892 2004-04-16  David Schleef  <ds@schleef.org>
25893
25894         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25895         * sys/xvimage/xvimagesink.h: same
25896
25897 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25898
25899         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25900           Fix GST_ELEMENT_ERROR with (NULL)
25901
25902 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25903
25904         * gst-libs/gst/riff/riff-media.c:
25905         (gst_riff_create_video_caps_with_data):
25906           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25907
25908 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst-libs/gst/riff/riff-media.c:
25911         (gst_riff_create_video_caps_with_data),
25912         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25913         (gst_riff_create_video_template_caps),
25914         (gst_riff_create_audio_template_caps):
25915         * gst-libs/gst/riff/riff-media.h:
25916         * gst-libs/gst/riff/riff-read.c:
25917         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25918         * gst-libs/gst/riff/riff-read.h:
25919         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25920           Add MS RLE support. I added some functions to read out strf chunks
25921           into strf chunks and the data behind it. This is usually color
25922           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25923           caps creation. Lastly, add ADPCM (similar to wavparse - which
25924           should eventually be rifflib based).
25925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25926         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25927         * gst/matroska/matroska-demux.h:
25928           Remove placeholders for some prehistoric tagging system. Didn't add
25929           support for any tag system really anyway.
25930         * gst/qtdemux/qtdemux.c:
25931           Add support for audio/x-m4a (MPEG-4) through spider.
25932         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25933         (gst_wavparse_loop):
25934           ADPCM support (#135862). Increase max. buffer size because we
25935           cannot split buffers for ADPCM (screws references) and I've seen
25936           files with 2048 byte chunks. 4096 seems safe for now.
25937
25938 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25939
25940         * configure.ac: bump nano to 1
25941
25942 === release 0.8.1 ===
25943
25944 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25945
25946         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25947
25948 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
25951           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
25952           Fixes #140058
25953
25954 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25955
25956         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
25957           lower rank of dvddemux so that it's not used for mpeg playback.
25958
25959 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25960
25961         * configure.ac:
25962           save libs correctly when checking mad
25963
25964 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * ext/mad/gstid3tag.c: (plugin_init):
25967           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
25968
25969 2004-04-13  David Schleef  <ds@schleef.org>
25970
25971         * common/m4/gst-feature.m4: Call -config scripts with
25972         --plugin-libs if it is supported.
25973         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
25974         JPEG images are image/jpeg.
25975         * gst/debug/Makefile.am:
25976         * gst/debug/negotiation.c: (gst_negotiation_class_init),
25977         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
25978         (gst_negotiation_update_caps), (gst_negotiation_get_property),
25979         (gst_negotiation_plugin_init): Add a property that acts like
25980         filter caps.
25981         * testsuite/gst-lint:  Move license checking to be a standard
25982         test.
25983
25984 2004-04-13  David Schleef  <ds@schleef.org>
25985
25986         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
25987         patch from Sebastien Cote (bug #139958)
25988
25989 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25990
25991         * examples/gstplay/Makefile.am:
25992         * examples/gstplay/player.c: (main):
25993           make the commandline player example use gconf settings
25994
25995 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25996
25997         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
25998         (gst_cacasink_sinkconnect), (gst_cacasink_init),
25999         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26000           init/end library during state transition, not object
26001           creation/disposal.  get rid of custom dispose handler.
26002
26003
26004 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26005
26006         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26007         be a symlink
26008
26009 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26010
26011         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26012           Handle JUNK chunks inside data section. Prevents warnings.
26013
26014 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26015
26016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26017         (gst_riff_create_video_template_caps):
26018           Add MS video v1.
26019         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26020         (gst_avi_demux_stream_data):
26021           Add support for "rec-list" chunks.
26022
26023 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26026           Fix another codecname mismatch.
26027
26028 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26029
26030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26031           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26032           so that MJPEG plays back.
26033
26034 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26037         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26038         * gst/mpeg1videoparse/gstmp1videoparse.h:
26039           Fix for some slight mis-cuts in buffer parsing, and for some
26040           potential overflows or faults-causers. Adds disconts. Also fixes
26041           #139105 while we're at it.
26042
26043 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26044
26045         * configure.ac:
26046         * sys/v4l2/gstv4l2element.h:
26047           Workaround for missing struct v4l2_buffer declaration in Suse 9
26048           and Mandrake 10 linux/videodev2.h header file (#135919).
26049
26050 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26053           Bail out if no filename was given.
26054
26055 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26058         (gst_v4l2_fourcc_from_structure):
26059           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26060           Y41B somewhere).
26061
26062 2004-04-09  Benjamin Otte  <otte@gnome.org>
26063
26064         * ext/gnomevfs/gstgnomevfssink.c:
26065         (_gst_boolean_allow_overwrite_accumulator),
26066         (gst_gnomevfssink_class_init):
26067           fix erase signal - if any handler returns false the file will not be
26068           overwritten. If no handler is connected, the file will not be
26069           overwritten either.
26070           renamed signal to "allow-overwrite"
26071         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26072           free string when adding it to ID3 failed
26073         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26074           unref event when done
26075         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26076           free caps
26077         * gst/typefind/gsttypefindfunctions.c:
26078         (mpeg_video_stream_type_find):
26079           fix invalid read
26080
26081 2004-04-08  David Schleef  <ds@schleef.org>
26082
26083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26084         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26085
26086 2004-04-08  David Schleef  <ds@schleef.org>
26087
26088         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26089         we don't support (bug #139532)
26090
26091 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26092
26093         * ext/mad/gstmad.c: (gst_mad_handle_event),
26094         (gst_mad_check_caps_reset), (gst_mad_chain),
26095         (gst_mad_change_state):
26096           only set explicit caps if they haven't been set before for
26097           this stream.  MPEG-audio sample rate/channels aren't allowed
26098           to change in-stream.
26099           Fixes #139382
26100
26101 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26104         (_gst_boolean_did_something_accumulator),
26105         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26106         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26107         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26108         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26109         (gst_gnomevfssink_change_state):
26110           Fix erase signal. Don't erase by default. Remove handoff signal.
26111           Remove erase property. Don't segfault. General cleanup.
26112
26113 2004-04-07  Benjamin Otte  <otte@gnome.org>
26114
26115         * gst-libs/gst/gconf/test-gconf.c: (main):
26116           add missing gst_init
26117
26118 2004-04-07  Benjamin Otte  <otte@gnome.org>
26119
26120         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26121           free the mutexes, too
26122
26123 2004-04-07  Benjamin Otte  <otte@gnome.org>
26124
26125         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26126           actually free the URI string
26127         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26128           compute offset correctly when passing discont events
26129         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26130           don't leak discont events
26131         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26132           add some missing breaks so caps aren't copied randomly
26133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26134           if we realloc memory, we better use it
26135
26136 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26137
26138         * ext/mad/gstmad.c: (normal_seek):
26139           fix GST_FORMAT_TIME usage
26140
26141 2004-04-05  David Schleef  <ds@schleef.org>
26142
26143         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26144         a deprecated function (hack!)
26145
26146 2004-04-05  Benjamin Otte  <otte@gnome.org>
26147
26148         * ext/esd/esdmon.c: (gst_esdmon_get):
26149           fix nonterminated vararg and memleak
26150
26151 2004-04-05  Benjamin Otte  <otte@gnome.org>
26152
26153         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26154         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26155         (gst_ladspa_set_property), (gst_ladspa_get_property),
26156         (gst_ladspa_instantiate), (gst_ladspa_activate),
26157         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26158           clean up debugging
26159
26160 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26161
26162         reviewed by Benjamin Otte  <otte@gnome.org>
26163
26164         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26165           check for broken LADSPA parameters (fixes #138635)
26166
26167 2004-04-05  Benjamin Otte  <otte@gnome.org>
26168
26169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26170           advertise buffer-frames correctly on sinkpads
26171
26172 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26173
26174         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26175         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26176         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26177         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26178         (gst_mad_check_caps_reset), (gst_mad_chain):
26179         add more debugging, only reset caps when we're not in error state
26180
26181 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26182
26183         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26184
26185 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26186
26187         reviewed by Benjamin Otte  <otte@gnome.org>
26188
26189         * configure.ac:
26190           fix == in test(1) operator
26191
26192 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26193
26194         reviewed by Benjamin Otte  <otte@gnome.org>
26195
26196         * configure.ac:
26197           fix --export-symblos-regex to a working regex.
26198
26199 2004-04-04  Benjamin Otte  <otte@gnome.org>
26200
26201         * sys/oss/.cvsignore:
26202           add for oss_probe
26203
26204 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26205
26206         reviewed by Benjamin Otte  <otte@gnome.org>
26207
26208         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26209           add missing 'new_media' argument (fixes #138168)
26210         * gst/matroska/matroska-demux.c:
26211         (gst_matroska_demux_handle_seek_event):
26212           add vararg terminator (fixes #138169)
26213
26214 2004-04-02  David Schleef  <ds@schleef.org>
26215
26216         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26217         disted (bug #138914)
26218
26219 2004-04-01  Benjamin Otte  <otte@gnome.org>
26220
26221         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26222         (gst_alsa_close_audio):
26223           handle case better where a soundcard can't pause
26224         * ext/ogg/gstoggdemux.c:
26225           don't crash when we get events but don't have pads yet
26226
26227 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26228
26229         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26230           throw an error if we couldn't probe any caps.
26231
26232 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26233
26234         * ext/dvdnav/gst-dvd:
26235         Add a really simple sample DVD player
26236
26237 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26238
26239         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26240         (gst_a52dec_push), (gst_a52dec_handle_event),
26241         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26242         (gst_a52dec_change_state):
26243         * ext/a52dec/gsta52dec.h:
26244           Use a debug category, Output timestamps correctly
26245           Emit tag info, Handle events, tell liba52dec about cpu
26246           capabilities so it can use MMX etc.
26247         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26248           Fix a crasher accessing invalid memory
26249         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26250         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26251         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26252         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26253         (dvdnavsrc_query):
26254           Some support for byte-format seeking.
26255           Small fixes for still frames and menu button overlays
26256         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26257         (gst_mpeg2dec_alloc_buffer):
26258           Use a debug category. Adjust the report level of several items to
26259           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26260           so it doesn't lose the GstBuffer pointer
26261         * gst/debug/Makefile.am:
26262         * gst/debug/gstdebug.c: (plugin_init):
26263         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26264         (gst_navseek_base_init), (gst_navseek_class_init),
26265         (gst_navseek_init), (gst_navseek_seek),
26266         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26267         (gst_navseek_get_property), (gst_navseek_chain),
26268         (gst_navseek_plugin_init):
26269         * gst/debug/gstnavseek.h:
26270           Add the navseek debug element for seeking back and forth in a
26271           video stream using arrow keys.
26272         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26273         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26274         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26275         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26276         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26277         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26278         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26279         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26280         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26281         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26282         * gst/mpeg2sub/gstmpeg2subt.h:
26283           Pretty much a complete rewrite. Now a loopbased element. May still
26284           require work to properly synchronise subtitle buffers.
26285         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26286         (gst_dvd_demux_send_subbuffer):
26287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26288           Don't attempt to create subbuffers of size 0
26289           Reduce a couple of error outputs to warnings.
26290         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26291         (gst_y4mencode_chain):
26292         Output the y4m frame header correctly.
26293
26294 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26295
26296         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26297           throw errors instead of allowing SIGFPE
26298
26299 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26300
26301         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26302         (gst_gconf_render_bin_from_key):
26303           leak plugging and style fixing
26304
26305 2004-03-31  David Schleef  <ds@schleef.org>
26306
26307         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26308         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26309         (bug #138225)
26310         * gst/debug/Makefile.am:
26311         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26312         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26313         plugin.
26314         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26315         (gst_negotiation_base_init), (gst_negotiation_class_init),
26316         (gst_negotiation_init), (gst_negotiation_getcaps),
26317         (gst_negotiation_pad_link), (gst_negotiation_chain),
26318         (gst_negotiation_set_property), (gst_negotiation_get_property),
26319         (gst_negotiation_plugin_init):  New element to talk about random
26320         negotiation things happening in a pipeline.
26321
26322 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26323
26324         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26325           fix integer addition with help of Stefan Kost
26326
26327 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26328
26329         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26330
26331 2004-03-30  David Schleef  <ds@schleef.org>
26332
26333         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26334         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26335         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26336         (bug #137504)
26337         * ext/mpeg2dec/gstmpeg2dec.h:
26338
26339 2004-03-30  David Schleef  <ds@schleef.org>
26340
26341         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26342
26343 2004-03-30  David Schleef  <ds@schleef.org>
26344
26345         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26346         Michael Petullo) to handle .mov
26347
26348 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26349
26350         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26351         (gst_osselement_rate_check_rate):
26352           probe caps correctly for sound cards that only support one format
26353
26354 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26355
26356         * ext/kio/kiosrc.cpp: (process_events):
26357           update handling event processing if inside KDE - untested
26358
26359 2004-03-29  David Schleef  <ds@schleef.org>
26360
26361         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26362         by 2 to not interfere with other colorspaces.
26363         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26364         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26365         one to not interfere with ffmpeg_colorspace.
26366
26367 2004-03-29  David Schleef  <ds@schleef.org>
26368
26369         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26370         aren't in the caps.
26371         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26372         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26373
26374 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26375
26376         * gst-libs/gst/riff/riff-media.c:
26377           fail on error, don't try to set stuff on NULL caps
26378
26379 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26380
26381         * configure.ac:
26382         * ext/Makefile.am:
26383         * ext/kio/Makefile.am:
26384         * ext/kio/kioreceiver.cpp:
26385         * ext/kio/kioreceiver.h:
26386         * ext/kio/kiosrc.cpp:
26387         * ext/kio/kiosrc.h:
26388           add experimental kiosrc plugin
26389         * ext/alsa/gstalsaplugin.c: (plugin_init):
26390           initialize debugging category only when we're sure registering the
26391           plugins worked.
26392
26393 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26394
26395         * examples/gstplay/player.c: (main):
26396         * gst-libs/gst/play/play.c: (gst_play_class_init),
26397         (gst_play_set_location), (gst_play_set_data_src),
26398         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26399         (gst_play_set_visualization), (gst_play_connect_visualization):
26400           check return values of element_set_state and return FALSE where
26401           failed
26402
26403 2004-03-29  Benjamin Otte  <otte@gnome.org>
26404
26405         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26406           try harder to check if an event is really a discont
26407
26408 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26409
26410         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26411         * po/az.po:
26412
26413 2004-03-28  Benjamin Otte  <otte@gnome.org>
26414
26415         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26416         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26417         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26418           get rid of non-standard "..." ranges in case statements.
26419
26420 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26421
26422         * gst/mpegstream/gstmpegdemux.c:
26423         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26424         specific functionality split to the new dvddemux element.
26425         * gst/mpegstream/gstdvddemux.c:
26426         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26427         streams, derived from mpegdemux.
26428         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26429         up. SCR based timestamp rewriting can be turned off (will probably
26430         completely disappear soon).
26431         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26432         hacking. General cleanup. All printf statements replaced by
26433         debugging messages. Almost complete libdvdnav support.
26434         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26435         by events. New properties for audio and subpicture languages.
26436         (dvdnavsrc_update_highlight): Now uses events.
26437         (dvdnavsrc_user_op): Cleaned up.
26438         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26439         based). Lots of cleanup, and propper support for most libdvdnav
26440         events.
26441         (dvdnavsrc_make_dvd_event): New function.
26442         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26443         (dvdnavsrc_make_clut_change_event): New function.
26444
26445 2004-03-26  Benjamin Otte  <otte@gnome.org>
26446
26447         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26448           fix bug where typefinding would claim it's theora whenever less then
26449           7 bytes of data were available
26450
26451 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26452
26453         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26454         (gst_alawdec_base_init), (gst_alawdec_class_init),
26455         (gst_alawdec_init), (gst_alawdec_chain):
26456         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26457         (gst_alawenc_base_init), (gst_alawenc_class_init),
26458         (gst_alawenc_init), (gst_alawenc_chain):
26459         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26460         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26461         (gst_mulawdec_init), (gst_mulawdec_chain):
26462         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26463         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26464         (gst_mulawenc_init), (gst_mulawenc_chain):
26465           Fix capsnego in all four, remove the unused property functions and
26466           simplify the chain functions slightly. I guess we could use macros
26467           or something similar for those, since the code is so similar, but
26468           I'm currently too lazy...
26469
26470 2004-03-24  David Schleef  <ds@schleef.org>
26471
26472         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26473         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26474         (gst_osselement_get_format_structure),
26475         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26476         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26477         (gst_osselement_rate_int_compare): Add code to handle rate probing
26478         (bug #120883)
26479         * sys/oss/gstosselement.h: same
26480         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26481         Use rate probing provided by osselement.
26482         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26483
26484 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26487         (gst_xvidenc_get_property):
26488           ulong/int mess-up.
26489
26490 2004-03-24  David Schleef  <ds@schleef.org>
26491
26492         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26493         (gst_speexdec_init):
26494         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26495         (gst_speexenc_init):  Create the pad template correctly (from
26496         the static pad template, not a NULL pointer.)
26497
26498 2004-03-25  Benjamin Otte  <otte@gnome.org>
26499
26500         * gst/debug/Makefile.am:
26501         * gst/debug/breakmydata.c:
26502           add element that quasi-randomly changes bytes in the stream.
26503           Intended use is robustness checking of demuxers and decoders in
26504           media tests.
26505
26506 2004-03-24  Benjamin Otte  <otte@gnome.org>
26507
26508         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26509         (gst_alsa_probe_hw_params):
26510         * ext/alsa/gstalsa.h:
26511           debugging output fixes
26512
26513 2004-03-24  Benjamin Otte  <otte@gnome.org>
26514
26515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26516           don't g_return_if_fail if element is PLAYING, fail silently as every
26517           other element.
26518         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26519           only fix needed for cast lvalue issues in gst-plugins
26520         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26521           add proxy_getcaps
26522
26523 2004-03-24  Benjamin Otte  <otte@gnome.org>
26524
26525         * gst/level/gstlevel.c: (gst_level_init):
26526           add proxying getcaps function, so level doesn't advertise impossible
26527           caps
26528
26529 2004-03-24  David Schleef  <ds@schleef.org>
26530
26531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26532         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26533         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26534         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26535         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26536         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26537         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26538         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26539         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26540         messages.  Divide the chunk size by the compression ratio
26541         (needed for MACE audio)
26542
26543 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26546           Fix buffer overflow read error.
26547
26548 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * ext/alsa/gstalsa.h:
26551           Remove unused entry.
26552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26553           Add cinepak.
26554         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26555         (gst_videodrop_link), (gst_videodrop_chain):
26556           Fix, sort of. Was horribly broken with new capsnego. Bah...
26557
26558 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26559
26560         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26561         (plugin_init):
26562         Add a monkeysaudio typefind function
26563
26564 2004-03-23  Johan Dahlin  <johan@gnome.org>
26565
26566         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26567         (gst_play_video_fixate): Check so the structure has the field
26568         before trying to fixate them, this makes it possible to have
26569         fakesinks for video and audio output without printing errors on
26570         the output console.
26571
26572 2004-03-22  David Schleef  <ds@schleef.org>
26573
26574         * sys/oss/Makefile.am:
26575         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26576         (check_rate), (add_rate):  Rate probing test app.
26577
26578 2004-03-21  Benjamin Otte  <otte@gnome.org>
26579
26580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26581         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26582           add a fixation function that pretty much does the right thing (fixes
26583           #137556)
26584
26585 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26586
26587         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26588
26589 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26590
26591         reviewed by: Benjamin Otte  <otte@gnome.org>
26592
26593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26594           terminate gst_event_new_discontinuous correctly (fixes parts of
26595           #137711)
26596
26597 2004-03-19  David Schleef  <ds@schleef.org>
26598
26599         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26600         since it doesn't depend on X, and it's part of our ABI.
26601
26602 2004-03-19  Iain <iain@prettypeople.org>
26603
26604         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26605         is_int in the structure, not the local variable.
26606
26607 2004-03-19  David Schleef  <ds@schleef.org>
26608
26609         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26610         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26611         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26612         Improvements in caps negotiation.
26613
26614 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26615
26616         * po/LINGUAS:
26617         * po/af.po:
26618           adding Afrikaans (Petri Jooste)
26619
26620 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26621
26622         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26623         (gst_ffmpegcolorspace_chain):
26624         throw error instead of g_critical (#137588)
26625
26626 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26627
26628         * Makefile.am:
26629         * configure.ac:
26630           dist common and m4 correctly
26631         * po/sv.po:
26632
26633 2004-03-17  David Schleef  <ds@schleef.org>
26634
26635         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26636         (bug #137348)
26637
26638 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26639
26640         * po/LINGUAS:
26641         * po/sv.po:
26642           adding Swedish translation (Christian Rose)
26643
26644 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26645
26646         * Makefile.am: use release.mak
26647
26648 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26649
26650         * common/ChangeLog:
26651         * common/gst-autogen.sh:
26652           add some explanation about the version detection
26653         * configure.ac:
26654           fix X check
26655
26656 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26657
26658         * configure.ac: bump nano to 1
26659
26660 === release 0.8.0 ===
26661
26662 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26663
26664         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26665
26666 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26667
26668         * configure.ac:
26669           update libtool version
26670         * gst-libs/gst/media-info/Makefile.am:
26671           actually use libtool version
26672
26673 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26674
26675         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26676
26677 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26678
26679         * configure.ac:
26680         * gst-plugins.spec.in:
26681         * pkgconfig/Makefile.am:
26682         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26683         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26684         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26685         * pkgconfig/gstreamer-libs.pc.in:
26686         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26687         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26688         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26689         * pkgconfig/gstreamer-plugins.pc.in:
26690           remove @VERSION@ from some of the pc files since core and plugins
26691           are decoupled.
26692           created gstreamer-plugins.pc as it's a better name, but keeping
26693           -libs around for now to get fixes upstream done first.
26694
26695 2004-03-15  Julien MOUTTE <julien@moutte.net>
26696
26697         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26698         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26699         * gst-libs/gst/play/play.h:
26700
26701 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26702
26703         * *.c, *.cc: don't mix tabs and spaces
26704
26705 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26706
26707         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26708           use the new ffmpegcolorspace
26709         * gst-plugins.spec.in:
26710           package new colorspace and media-info
26711         * configure.ac:
26712         * pkgconfig/Makefile.am:
26713           fix some more disting issues
26714         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26715         * pkgconfig/gstreamer-media-info.pc.in:
26716           generate media-info pc files
26717
26718 2004-03-15  Johan Dahlin  <johan@gnome.org>
26719
26720         * *.h: Revert indenting
26721
26722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26723
26724         * configure.ac:
26725           adding ffmpegcolorspace element
26726         * gst/ffmpegcolorspace/Makefile.am:
26727         * gst/ffmpegcolorspace/avcodec.h:
26728         * gst/ffmpegcolorspace/common.h:
26729         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26730         * gst/ffmpegcolorspace/dsputil.h:
26731         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26732         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26733         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26734         (gst_ffmpeg_caps_to_pix_fmt):
26735         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26737         (gst_ffmpegcolorspace_caps_remove_format_info),
26738         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26739         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26740         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26741         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26742         (gst_ffmpegcolorspace_set_property),
26743         (gst_ffmpegcolorspace_get_property),
26744         (gst_ffmpegcolorspace_register):
26745         * gst/ffmpegcolorspace/imgconvert.c:
26746         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26747         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26748         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26749         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26750         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26751         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26752         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26753         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26754         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26755         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26756         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26757         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26758         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26759         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26760         (img_get_alpha_info), (deinterlace_line),
26761         (deinterlace_line_inplace), (deinterlace_bottom_field),
26762         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26763         * gst/ffmpegcolorspace/imgconvert_template.h:
26764         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26765         * gst/ffmpegcolorspace/mmx.h:
26766         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26767           adding ffmpegcolorspace element supplied by Ronald after cleaning
26768           up and pulling in the right bits of upstream source.
26769           I'm sure a better C/compiler wizard could do some cleaning up (for
26770           example use GLIB's malloc stuff), but as a first pass this
26771           works very well
26772
26773 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26774
26775         * ext/alsa/gstalsa.h:
26776           I assume Ronald forgot to commit the change to have cardname
26777           as a struct member.  Expect some public spanking at the next
26778           opportunity.
26779
26780 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26783         (gst_alsa_open_audio), (gst_alsa_close_audio):
26784         * ext/alsa/gstalsa.c:
26785           Don't open the device if we're a mixer (= padless).
26786         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26787         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26788         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26789           Open mixer during state change rather than during object
26790           initialization. Also, get a device name. Currently in a somewhat
26791           hackish fashion, but I didn't really find something better.
26792
26793 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26794
26795         * *.c, *.h: run gst-indent
26796
26797 2004-03-14  Benjamin Otte  <otte@gnome.org>
26798
26799         * gst/modplug/gstmodplug.cc:
26800         * gst/modplug/gstmodplug.h:
26801           set correct timestamps on outgoing buffers
26802
26803 2004-03-14  Benjamin Otte  <otte@gnome.org>
26804
26805         * gst/modplug/gstmodplug.cc:
26806           handle events - don't do crap when a discont arrives that's not
26807           necessary
26808           This allows correct loading and playback of mods in Rhythmbox
26809
26810 2004-03-14  Benjamin Otte  <otte@gnome.org>
26811
26812         * configure.ac:
26813         * gst-libs/gst/gconf/Makefile.am:
26814         * pkgconfig/Makefile.am:
26815           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26816           they get rebuilt properly
26817         * configure.ac:
26818           when checking for vorbis, try pkgconfig first.
26819         * gst/modplug/gstmodplug.cc:
26820           add fixate function
26821
26822 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26825           Fix for obvious mistake, where we first shift the offset and then
26826           read a samplesize element assuming the old offset. Note that this
26827           part still has something weird, i.e. my movies containing those
26828           don't actually play well, but at least there's something that looks
26829           like sound now.
26830
26831 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26832         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26833         (plugin_init):
26834         Add a typefind function for speex format
26835
26836 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26839         (gst_asf_demux_setup_pad):
26840           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26841           instead of 0. Reason is simple: some elements have a fps range
26842           of 1-max instead of 0-max. So now ASF video actually works.
26843
26844 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26845
26846         * po/LINGUAS:
26847         * po/sr.po:
26848           adding serbian as a language
26849
26850 2004-03-13  Benjamin Otte  <otte@gnome.org>
26851
26852         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26853           return taglist correctly from _get function, don't gst_pad_push it.
26854           (fixes #137042)
26855
26856 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26857         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26858
26859 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26862         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26863         (gst_alsa_mixer_track_new):
26864         * ext/alsa/gstalsamixertrack.h:
26865           Fix ancient leftovers... MixerTrack is a GObject.
26866
26867 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26870         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26871           Don't block during probing...
26872
26873 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26874
26875         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26876         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26877         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26878         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26879         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26880         (gst_alsa_open_audio), (gst_alsa_close_audio):
26881         * ext/alsa/gstalsa.h:
26882           Add propertyprobe interface implementation, add some device-name
26883           property, all this so that it looks good in gnome-volume-control.
26884
26885 2004-03-12  David Schleef  <ds@schleef.org>
26886
26887         * configure.ac: the Hermes library controls hermescolorspace, not
26888         colorspace.
26889         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26890         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26891         not /* */
26892         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26893         * ext/sdl/sdlvideosink.h: ditto.
26894         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26895
26896 2004-03-12  Benjamin Otte  <otte@gnome.org>
26897
26898         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26899         (gst_x_overlay_got_xwindow_id):
26900         * gst-libs/gst/xoverlay/xoverlay.h:
26901           replace XID with unsigned long to get rid of the xlibs dependency in
26902           XOverlay (fixes #137004)
26903
26904 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26905         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26906         (gst_agingtv_setup):
26907         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26908         (gst_dicetv_base_init), (gst_dicetv_class_init),
26909         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26910         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26911         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26912         (gst_edgetv_setup), (gst_edgetv_rgb32):
26913         * gst/effectv/gsteffectv.c:
26914         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26915         (gst_quarktv_set_property):
26916         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26917         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26918         (gst_revtv_setup), (gst_revtv_rgb32):
26919         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26920         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26921         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26922         (gst_shagadelictv_rgb32):
26923         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26924         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26925         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26926         * gst/effectv/gstwarp.c:
26927         Port everything that can be ported to videofilter and fix up the caps.
26928         Can someone with a big-endian machine please check these?
26929
26930 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26931
26932         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26933         (gst_osssink_chain), (gst_osssink_change_state):
26934           Latest fixes for A/V sync, audio playback and such. This is about
26935           all... MPEG playback issues are mostly related to the async build-
26936           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26937
26938 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         patch from: Stephane Loeuillet
26941
26942         * configure.ac:
26943           use pkg-config for some libraries, falling back to the old .m4 way
26944           (fixes #131270)
26945         * m4/libdv.m4:
26946           removed
26947
26948 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26949
26950         * configure.ac:
26951         * tools/Makefile.am:
26952         * tools/Makefile.in:
26953         * tools/gst-launch-ext-m.m:
26954         * tools/gst-launch-ext.1.in:
26955         * tools/gst-visualise-m.m:
26956         * tools/gst-visualise.1:
26957         * tools/gst-visualise.1.in:
26958           reorganizing generation of script tools
26959
26960 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * ext/divx/gstdivxdec.c:
26963           Downgrade priority. We prefer ffdec_mpeg4.
26964         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
26965         (gst_faad_chain), (gst_faad_change_state):
26966           Fix capsnego. Doesn't work for some sounds because we don't have
26967           a 5:1 to stereo element.
26968         * ext/xvid/gstxvid.c: (plugin_init):
26969           Add priority.
26970         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
26971         (gst_osssink_change_state):
26972           Add discont handling.
26973
26974 2004-03-09  Colin Walters  <walters@verbum.org>
26975
26976         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
26977         conversion.
26978
26979 2004-03-09  Benjamin Otte  <otte@gnome.org>
26980
26981         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
26982           the signals take 2 arguments
26983
26984 2004-03-09  David Schleef  <ds@schleef.org>
26985
26986         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
26987         (gst_alsa_fixate): Add fixate function.  (bug #136686)
26988         * ext/alsa/gstalsa.h:
26989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
26990
26991 2004-03-09  Benjamin Otte  <otte@gnome.org>
26992
26993         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
26994         (gst_mikmod_change_state):
26995         * ext/mikmod/gstmikmod.h:
26996           make mikmod's loop function not loop infinitely and call
26997           gst_element_yield anymore
26998         * gst/modplug/gstmodplug.cc:
26999           fix pad negotiation (fixes #136590)
27000
27001 2004-03-09  David Schleef  <ds@schleef.org>
27002
27003         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27004         doesn't conflict with the internal colorspace plugin.
27005         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27006         satisfy the crappy-ass shell shipped by a certain vendor.
27007         * gst/videofilter/make_filter: same (bug #135299)
27008
27009 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27010
27011         * configure.ac: bump nano to 1
27012
27013 === release 0.7.6 ===
27014
27015 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * configure.in: releasing 0.7.6, "There"
27018
27019 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27022         * pkgconfig/gstreamer-play.pc.in:
27023           synchronize the two
27024
27025 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27026
27027         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27028         (cdparanoia_open), (cdparanoia_event):
27029           fix/add error handling
27030         * po/POTFILES.in:
27031           add cdparanoia source
27032         * tools/Makefile.am:
27033           make scripts executable
27034
27035 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27036
27037         * configure.ac:
27038         * ext/vorbis/Makefile.am:
27039         * sys/Makefile.am:
27040           remove id3types, vorbisfile and xvideosink from the build (#133783)
27041
27042 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27043
27044         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27045           Fix metadata read crash (#136537).
27046
27047 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27048
27049         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27050         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27051           adding mime types, fixing the one-stop function
27052
27053 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27054
27055         * ext/nas/nassink.c and /ext/nas/nassink.h:
27056         More NAS love from Arwed von Merkatz
27057         So lets all sing 'Can you feel the NAS tonight'
27058
27059 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27060
27061         * tools/gst-launch-ext.in:
27062         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27063
27064 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27067         (gst_mpeg2dec_init):
27068         remove the user_data pad for now, because it is being used in
27069         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27070         If someone knows how to fix this properly, please do.
27071
27072 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27073
27074         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27075         (gst_osssink_get_time):
27076         add a warning, IMO this won't get triggered anymore, remove later
27077
27078 2004-03-07  David Schleef  <ds@schleef.org>
27079
27080         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27081         format (bug #136470)
27082
27083 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27084
27085         * gst-libs/Makefile.am:
27086         * gst-libs/gst/media-info/Makefile.am:
27087         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27088         (error_callback), (gst_media_info_error_create),
27089         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27090         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27091         * gst-libs/gst/media-info/media-info-priv.h:
27092         * gst-libs/gst/media-info/media-info-test.c: (main):
27093         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27094         (gst_media_info_class_init), (gst_media_info_instance_init),
27095         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27096         (gst_media_info_read_idler), (gst_media_info_read):
27097         * gst-libs/gst/media-info/media-info.h:
27098         fixed, should work now
27099
27100 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27101
27102         * ext/nas/nassink.c:
27103         A bunch of NAS fixes from Arwed von Merkatz
27104
27105 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27108         (qtdemux_parse_trak):
27109           Fix crash (j might be greater than n_samples, in which case we're
27110           writing outside the allocated space for the array) and memleak.
27111
27112 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * sys/oss/gstosssink.c: (gst_osssink_chain):
27115           And another caller that couldn't handle delay < 0 (unsigned
27116           integer overflow). Video now continues playing on an audio
27117           buffer underrun, and the clock continues working. Audio still
27118           stalls.
27119
27120 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27123         (gst_osssink_get_time):
27124           get_delay() may return values lower than 0. In those cases, we
27125           should not actually cast to *unsigned* int64, that will break
27126           stuff horribly. In my case, it screwed up A/V sync in movies
27127           in totem rather badly.
27128
27129 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27130
27131         * ext/faac/gstfaac.c: (gst_faac_chain):
27132         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27133         * ext/libpng/gstpngenc.c: (user_write_data):
27134         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27135         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27136         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27137         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27138         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27139         of any buffer), should fix some leaks. I hope I didn't unref buffers
27140         that shouldn't be...
27141
27142 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27143
27144         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27145         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27146         (error_callback), (gmi_reset), (gmi_seek_to_track),
27147         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27148         (gmip_find_type_post), (gmip_find_stream_post),
27149         (gmip_find_track_streaminfo_post):
27150         * gst-libs/gst/media-info/media-info-priv.h:
27151         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27152         (info_print), (main):
27153         * gst-libs/gst/media-info/media-info.c:
27154         (gst_media_info_error_create), (gst_media_info_error_element),
27155         (gst_media_info_instance_init), (gst_media_info_get_property),
27156         (gst_media_info_new), (gst_media_info_set_source),
27157         (gst_media_info_read_idler), (gst_media_info_read):
27158         * gst-libs/gst/media-info/media-info.h:
27159           first pass at making this work again.  This seems to work on
27160           tagged ogg/vorbis and mp3 files.
27161
27162 2004-03-06  Benjamin Otte  <otte@gnome.org>
27163
27164         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27165           fix huge leak: gst_buffer_merge doesn't unref the first argument
27166           itself.
27167
27168 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27169
27170         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27171           report layer/mode/emphasis
27172
27173 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27174
27175         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27176
27177 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27178
27179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27180           signal serial
27181
27182 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27183
27184         * ext/vorbis/vorbis.c: (plugin_init):
27185         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27186         (gst_vorbis_dec_init), (vorbis_dec_event):
27187         add debug category
27188         make vorbisdec handle _BYTE and _TIME queries
27189
27190 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27191
27192         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27193           from the xing header
27194
27195 2004-03-06  Benjamin Otte  <otte@gnome.org>
27196
27197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27198         (gst_audio_convert_link), (gst_audio_convert_change_state),
27199         (gst_audio_convert_buffer_from_default_format):
27200           do conversions from/to float correctly, fix some caps nego errors,
27201           export correct supported caps in template and getcaps, use correct
27202           caps in try_set_caps functions
27203
27204 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27205
27206         For some reason, I only committed a ChangeLog entry yesterday and
27207         not the corresponding code...
27208         * ext/mad/gstmad.c: Fix detection of Xing headers
27209         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27210
27211 2004-03-06  Benjamin Otte  <otte@gnome.org>
27212
27213         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27214         (gst_ogg_demux_src_query):
27215           make sure to handle the case where there's no current chain
27216           gracefully.
27217
27218 2004-03-05  David Schleef  <ds@schleef.org>
27219
27220         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27221         Add fixate function. (bug #131128)
27222         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27223         (gst_sdlvideosink_fixate):  Add fixate function.
27224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27225         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27226         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27227         Fix missing break that was causing ulaw to be interpreted as
27228         raw int.
27229
27230 2004-03-05  David Schleef  <ds@schleef.org>
27231
27232         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27233         Fix code that ignores return value of gst_buffer_merge().
27234         (bug #114560)
27235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27236         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27237         * testsuite/gst-lint:  Check for above.
27238
27239 2004-03-05  David Schleef  <ds@schleef.org>
27240
27241         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27242         caps and throw an element error.  (bug #136334)
27243
27244 2004-03-05  David Schleef  <ds@schleef.org>
27245
27246         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27247         (gst_faad_chain): Fix negotiation.
27248         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27249         key and button events.
27250         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27251         dung heap of code.
27252         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27253         depends on gconf
27254         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27255         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27256         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27257         function to encourage better negotiation, particularly between
27258         audioconvert and osssink.
27259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27260         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27261         more important.
27262         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27263         typefinding.
27264         * gst/vbidec/vbiscreen.c:  Add glib header
27265         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27266
27267 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27268
27269         * ext/mad/gstmad.c: Fix detection of Xing headers
27270         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27271
27272 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27273
27274         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27275         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27276           debug updates
27277
27278 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27279
27280         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27281         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27282         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27283         files, and report the parsed length as a GST_TAG_DURATION tag.
27284         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27285
27286 2004-03-05  Benjamin Otte  <otte@gnome.org>
27287
27288         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27289           convert channels correctly. convert correctly to unsigned.
27290
27291 2004-03-05  Julien MOUTTE <julien@moutte.net>
27292
27293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27294         we have a window before clearing it.
27295
27296 2004-03-05  Julien MOUTTE <julien@moutte.net>
27297
27298         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27299         have a window before clearing it.
27300
27301 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27302
27303         * gconf/gstreamer.schemas.in:
27304         * gst-libs/gst/gconf/Makefile.am:
27305           version installation path the same way as for 0.6
27306         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27307         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27308         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27309           remove comment that was fixed
27310
27311 2004-03-05  David Schleef  <ds@schleef.org>
27312
27313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27314         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27315         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27316         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27317         Add prototype code for handling seeking and querying.
27318
27319 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27320
27321         * examples/gstplay/player.c: (main):
27322           Initialize variables to NULL. Prevents a segfault because the
27323           (uninitialized) variable is not NULL, resulting in a crash on
27324           trying to reach error->message.
27325
27326 2004-03-05  Benjamin Otte  <otte@gnome.org>
27327
27328         * gst/audioconvert/gstaudioconvert.c:
27329         (gst_audio_convert_buffer_to_default_format):
27330         make float=>int conversion work correctly even in cornercases.
27331
27332 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27333
27334         * debian/README.Debian:
27335         * debian/build-deps:
27336         * debian/changelog:
27337         * debian/control:
27338         * debian/control.in:
27339         * debian/copyright:
27340         * debian/gstreamer-a52dec.files:
27341         * debian/gstreamer-aa.files:
27342         * debian/gstreamer-alsa.files:
27343         * debian/gstreamer-alsa.manpages:
27344         * debian/gstreamer-arts.files:
27345         * debian/gstreamer-artsd.files:
27346         * debian/gstreamer-audiofile.files:
27347         * debian/gstreamer-avifile.files:
27348         * debian/gstreamer-cdparanoia.files:
27349         * debian/gstreamer-colorspace.files:
27350         * debian/gstreamer-doc.files:
27351         * debian/gstreamer-dv.files:
27352         * debian/gstreamer-dvd.files:
27353         * debian/gstreamer-esd.files:
27354         * debian/gstreamer-festival.files:
27355         * debian/gstreamer-flac.files:
27356         * debian/gstreamer-gconf.conffiles:
27357         * debian/gstreamer-gconf.files:
27358         * debian/gstreamer-gconf.postinst:
27359         * debian/gstreamer-gnomevfs.files:
27360         * debian/gstreamer-gsm.files:
27361         * debian/gstreamer-http.files:
27362         * debian/gstreamer-jack.files:
27363         * debian/gstreamer-jpeg.files:
27364         * debian/gstreamer-mad.files:
27365         * debian/gstreamer-mikmod.files:
27366         * debian/gstreamer-misc.files:
27367         * debian/gstreamer-mpeg2dec.files:
27368         * debian/gstreamer-oss.files:
27369         * debian/gstreamer-plugin-apps.files:
27370         * debian/gstreamer-plugin-apps.manpages:
27371         * debian/gstreamer-plugin-libs-dev.files:
27372         * debian/gstreamer-plugin-libs.files:
27373         * debian/gstreamer-plugin-template.postinst:
27374         * debian/gstreamer-plugin-template.postrm:
27375         * debian/gstreamer-sdl.files:
27376         * debian/gstreamer-sid.files:
27377         * debian/gstreamer-vorbis.files:
27378         * debian/gstreamer-x.files:
27379         * debian/mk.control:
27380         * debian/rules:
27381         Debian package info not maintained here.
27382
27383 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27384
27385         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27386         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27387         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27388         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27389         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27390         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27391         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27392         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27393         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27394         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27395         * gst-libs/gst/colorbalance/colorbalance.c:
27396         (gst_color_balance_class_init):
27397         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27398         (gst_color_balance_channel_class_init):
27399         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27400         * gst-libs/gst/play/play.c: (gst_play_class_init):
27401         * gst-libs/gst/propertyprobe/propertyprobe.c:
27402         (gst_property_probe_iface_init):
27403         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27404         * gst-libs/gst/tuner/tunerchannel.c:
27405         (gst_tuner_channel_class_init):
27406         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27407         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27408         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27409         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27410         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27411         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27412         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27414         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27415           fix signals to use - instead of _
27416         * ext/libcaca/gstcacasink.h:
27417         * ext/sdl/sdlvideosink.h:
27418           fix header rename
27419
27420 2004-03-04  David Schleef  <ds@schleef.org>
27421
27422         * testsuite/gst-lint:  Add a check for bad signal names.
27423
27424 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27425
27426         reviewed by David Schleef
27427
27428         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27429         modified the alpha channel and caused a warning. (bug #136192)
27430
27431 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27432
27433         * gst-plugins.spec.in:
27434         Change names of plugins to actually be correct. Try to keep things
27435         alphabetical to avoid getting beat up by Thomas
27436
27437 2004-03-03  Julien MOUTTE <julien@moutte.net>
27438
27439         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27440         Using ximagesink as a default if no gconf key found. We should
27441         probably consider using alsasink instead of osssink for the audio
27442         part.
27443
27444 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27445
27446         * configure.ac:
27447           fix --with-plugins, don't think it ever worked before
27448         * gst-plugins.spec.in:
27449           even more updates
27450
27451 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27452
27453         * ext/sdl/sdlvideosink.h:
27454         * sys/ximage/ximagesink.h:
27455         * sys/xvideo/xvideosink.h:
27456         * sys/xvimage/xvimagesink.h:
27457           Fix for move of gstvideosink.h -> videosink.h.
27458
27459 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27460
27461         * gst-libs/gst/xwindowlistener/Makefile.am:
27462           this is a plugin library, not a library
27463
27464 2004-03-01  David Schleef  <ds@schleef.org>
27465
27466         * AUTHORS:  Added some names.  Add yourself if you're still
27467         missing.
27468
27469 2004-03-01  David Schleef  <ds@schleef.org>
27470
27471         * MAINTAINERS: Add
27472
27473 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27474
27475         * gst-plugins.spec.in: clean up spec file
27476
27477 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27478
27479         * gst-libs/gst/video/Makefile.am:
27480         * gst-libs/gst/video/gstvideosink.c:
27481         * gst-libs/gst/video/gstvideosink.h:
27482           rename gstvideosink.h to videosink.h to match other headers
27483         * gst/mixmatrix/Makefile.am:
27484           fix plugin filename
27485         * gst/tags/Makefile.am: fix plugin filename
27486
27487 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27488
27489         * gst/tags/Makefile.am: fix plugin filename
27490
27491 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27492
27493         * examples/gstplay/player.c: (got_time_tick), (main):
27494           add error handler
27495           display time_tick more readably
27496         * gst/mixmatrix/Makefile.am:
27497           fix plugin file name
27498
27499 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27500
27501         * sys/oss/gstosselement.c: (gst_osselement_probe),
27502         (device_combination_append), (gst_osselement_class_probe_devices):
27503         * sys/oss/gstosselement.h:
27504           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27505           on my system using alsa oss emulation, fixes bug #135597
27506
27507 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27508
27509         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27510         (gst_videodrop_chain), (gst_videodrop_change_state):
27511         * gst/videodrop/gstvideodrop.h:
27512           Work based on timestamp of input data, not based on the expected
27513           framerate from the input. The consequence is that this element now
27514           not only scales framerates, but also functions as a framerate
27515           corrector or framerate stabilizer/constantizer.
27516
27517 2004-02-27  David Schleef  <ds@schleef.org>
27518
27519         patches from jmmv@menta.net (Julio M. Merino Vidal)
27520
27521         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27522         GST_ELEMENT_ERROR call (bug #135634)
27523         * gst/interleave/interleave.c: (interleave_buffered_loop),
27524         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27525         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27526         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27527         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27528         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27529         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27530         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27531         Fix GST_ELEMENT_ERROR call.
27532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27533         GST_ELEMENT_ERROR call.
27534
27535 2004-02-27  Benjamin Otte  <otte@gnome.org>
27536
27537         * gst-libs/gst/audio/audio.h:
27538           add macro to make sure header isn't included twice
27539         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27540           don't use gst_buffer_free
27541         * gst/playondemand/filter.func:
27542           don't use gst_data_free. Free data only once.
27543
27544 2004-02-26  David Schleef  <ds@schleef.org>
27545
27546         * gst-libs/gst/colorbalance/Makefile.am:
27547         * gst-libs/gst/mixer/Makefile.am:
27548         * gst-libs/gst/tuner/Makefile.am:
27549         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27550         should not be disted, -marshal.h files should not be installed,
27551         and -enum.h files _should_ be installed.  Fix to make this the
27552         case.
27553
27554 === release 0.7.5 ===
27555
27556 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * configure.ac: release 0.7.5, "Under The Sea"
27559
27560 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27561
27562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27563         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27564         * gst/videoscale/gstvideoscale.c:
27565         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27566           assorted debug/warning fixes
27567
27568 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27569
27570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27571         (gst_videoscale_init), (gst_videoscale_chain),
27572         (gst_videoscale_set_property), (plugin_init):
27573         * gst/videoscale/gstvideoscale.h:
27574         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27575         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27576         (gst_videoscale_planar400), (gst_videoscale_packed422),
27577         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27578         (gst_videoscale_24bit), (gst_videoscale_16bit),
27579         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27580         (gst_videoscale_scale_plane_slow),
27581         (gst_videoscale_scale_point_sample),
27582         (gst_videoscale_scale_nearest),
27583         (gst_videoscale_scale_nearest_str2),
27584         (gst_videoscale_scale_nearest_str4),
27585         (gst_videoscale_scale_nearest_32bit),
27586         (gst_videoscale_scale_nearest_24bit),
27587         (gst_videoscale_scale_nearest_16bit):
27588         add debugging category and use it properly
27589         fix use of GST_PTR_FORMAT
27590
27591 2004-02-25  Andy Wingo  <wingo@pobox.com>
27592
27593         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27594         push only when channel->buffer is NULL. Prevents segfaults doing
27595         the state change after a nonlocal exit, like a scheme exception.
27596
27597         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27598         Handle the case where the intersected caps is empty.
27599
27600 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27601
27602         * gst/law/mulaw-decode.c: (mulawdec_link):
27603         * gst/law/mulaw.c: (plugin_init):
27604           fix mulawdec so it actually works again
27605
27606 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27607
27608         reviewed by: David Schleef  <ds@schleef.org>
27609
27610         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27611         (gst_gamma_init), (gst_gamma_set_property),
27612         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27613         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27614         for RGB, with separate r g and b correction factors. (#131167)
27615
27616 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27619           only signal tags for bitrate if they're > 0 (#134894)
27620
27621 2004-02-24  David Schleef  <ds@schleef.org>
27622
27623         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27624         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27625         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27626         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27627         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27628         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27629         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27630         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27631         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27632         category.  Attempt to fix timestamp calculation.
27633
27634 2004-02-24  Johan Dahlin  <johan@gnome.org>
27635
27636         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27637
27638 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27639
27640         * configure.ac:
27641         * gconf/Makefile.am:
27642         * gconf/gstreamer.schemas:
27643         * gst-libs/gst/gconf/Makefile.am:
27644         * gst-libs/gst/gconf/gconf.c:
27645           version gconf schemas and install locations
27646
27647 2004-02-23  Benjamin Otte  <otte@gnome.org>
27648
27649         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27650         (gst_xine_input_subclass_init):
27651           call parent dispose.
27652           change pad template for CD reader correctly
27653         * ext/xine/Makefile.am:
27654         * ext/xine/gstxine.h:
27655         * ext/xine/xine.c: (plugin_init):
27656         * ext/xine/xineaudiosink.c:
27657           wrap audio sinks, too
27658         * gst-libs/gst/resample/private.h:
27659         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27660         (gst_resample_reinit), (gst_resample_scale),
27661         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27662         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27663         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27664         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27665         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27666         * gst-libs/gst/resample/resample.h:
27667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27668         (gst_audioscale_class_init), (gst_audioscale_link),
27669         (gst_audioscale_get_buffer), (gst_audioscale_init),
27670         (gst_audioscale_chain), (gst_audioscale_set_property),
27671         (gst_audioscale_get_property):
27672         * gst/audioscale/gstaudioscale.h:
27673           s/resample_*/gst_resample_*/i to not clobber namespaces
27674
27675 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27676
27677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27678         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27679         (gst_riff_create_video_template_caps),
27680         (gst_riff_create_audio_template_caps),
27681         (gst_riff_create_iavs_template_caps):
27682         * gst-libs/gst/riff/riff-media.h:
27683         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27684         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27685         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27686         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27688         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27689         (gst_matroska_demux_plugin_init): First batch implementing audio and
27690         video codec tags in demuxers.
27691
27692 2004-02-22  Benjamin Otte  <otte@gnome.org>
27693
27694         * ext/xine/Makefile.am:
27695         * ext/xine/gstxine.h:
27696         * ext/xine/xine.c: (plugin_init):
27697         * ext/xine/xineinput.c:
27698           add input plugin wrapper. Playback from files, http, mms and cdda
27699           works.
27700         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27701           remove leftover G_GNUC_UNUSED
27702         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27703         (gst_asf_demux_identify_guid):
27704           improve debugging output
27705
27706 2004-02-22  Benjamin Otte  <otte@gnome.org>
27707
27708         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27709
27710         * autogen.sh:
27711           replace test -e with test -x for mkinstalldirs to be more portable.
27712           (fixes #134816)
27713
27714 2004-02-22  Benjamin Otte  <otte@gnome.org>
27715
27716         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27717
27718         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27719           set rank to PRIMARY
27720         * gst/volume/gstvolume.c: (plugin_init):
27721           set rank to NONE
27722         fixes #134960
27723
27724 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27725
27726         reviewed by Benjamin Otte  <otte@gnome.org>
27727
27728         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27729           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27730
27731 2004-02-22  Benjamin Otte  <otte@gnome.org>
27732
27733         * configure.ac:
27734           export [_]*{gst,Gst,GST}.* symbols from plugins
27735
27736 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27737
27738         reviewed by: Benjamin Otte  <otte@gnome.org>
27739
27740         * ext/lame/gstlame.c: (add_one_tag):
27741         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27743         (gst_vorbisenc_metadata_set1):
27744         * gst/tags/gstid3tag.c:
27745         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27746           apply fixes from bugs #135042 (lame can't write tags) and #133817
27747           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27748
27749 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27750
27751         * configure.ac: Export only gst_plugin_desc from plugins.
27752          Note that this change only makes any effect with Linux using libtool
27753          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27754          fine. And don't try to have several versions of libtool in different
27755          directories.
27756
27757 2004-02-20  Andy Wingo  <wingo@pobox.com>
27758
27759         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27760         interleave respectively.
27761
27762         * gst/interleave/deinterleave.c: New plugin: deinterleave
27763         (replaces on oneton).
27764         * gst/interleave/interleave.c: New plugin: interleave.
27765         * gst/interleave/plugin.h: Support file.
27766         * gst/interleave/plugin.c: Support file.
27767
27768         * configure.ac: Remove intfloat and oneton, add interleave.
27769
27770         * ext/sndfile/gstsf.c: Handle events better.
27771
27772         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27773         and float2int operation. int2float has scheduling problems as
27774         noted in in2float_chain.
27775
27776 2004-02-20  Benjamin Otte  <otte@gnome.org>
27777
27778         * ext/xine/Makefile.am:
27779         * ext/xine/gstxine.h:
27780         * ext/xine/xine.c:
27781         * ext/xine/xineaudiodec.c:
27782         * ext/xine/xinecaps.c:
27783           add first version of xine plugin wrapper. Currently only wraps the
27784           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27785         * configure.ac:
27786         * ext/Makefile.am:
27787           add xine plugin wrapper, disabled by default. Use --enable-xine to
27788           build. Note that it'll segfault on gst-register if you don't remove
27789           the goom and tvtime post plugins from xine.
27790         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27791         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27792           add extradata parsing for QDM2.
27793           change around debugging prints.
27794
27795 2004-02-19  Benjamin Otte  <otte@gnome.org>
27796
27797         * ext/lame/gstlame.c: (gst_lame_chain):
27798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27799           use gst_tag_list_insert when you want to insert tags
27800
27801 2004-02-18  David Schleef  <ds@schleef.org>
27802
27803         * configure.ac:  Move massink to gst-rotten
27804         * ext/Makefile.am:
27805         * ext/mas/Makefile.am:
27806         * ext/mas/massink.c:
27807         * ext/mas/massink.h:
27808
27809 2004-02-18  David Schleef  <ds@schleef.org>
27810
27811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27812         typefinding, since it seems to be worse than nothing.
27813         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27814         atom to recognize .mp4 and .m4a files as video/quicktime.
27815
27816 2004-02-18  David Schleef  <ds@schleef.org>
27817
27818         * gst/sine/demo-dparams.c: (quit_live),
27819         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27820         Use double dparams, not float.
27821         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27822         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27823         sync'd elements don't really work correctly.
27824         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27825         (volume_update_volume), (volume_get_property):  Change dparam
27826         to double.
27827
27828 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27829
27830         * sys/ximage/ximagesink.c:
27831         (gst_ximagesink_xwindow_update_geometry),
27832         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27833         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27834         (gst_ximagesink_init): Rework the way software video scaling works. So
27835         now we check on each chain call if the video frames are feeling the
27836         window. If not we try to renegotiate caps. On failure we memorize that
27837         and we won't try again for that PLAYING sessions.
27838         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27839         failure.
27840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27841         synchronous flag.
27842
27843 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27844
27845         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27846           break up _link so we can give a better debug message for errors
27847
27848 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27849
27850         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27851           set up debug category
27852
27853 2004-02-18  Julien MOUTTE <julien@moutte.net>
27854
27855         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27856         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27857         the way renegotiation work. The event handling function is not taking
27858         care of external windows and renegotiate method check for pad flags
27859         NEGOTIATING. Should fix : #133209
27860
27861 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27862
27863         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27864         pad is negotiating before trying renegotiation.
27865
27866 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27867
27868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27869           pass on all possible mime types as typefind hints
27870
27871 2004-02-17  Julien MOUTTE <julien@moutte.net>
27872
27873         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27875         possible SHM leak if we crash. All other apps using XShm are doing
27876         that.
27877
27878 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27879
27880         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27881         (gst_ximagesink_expose): Renegotiate size on expose.
27882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27883         size on expose.
27884
27885 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27886
27887         * testsuite/alsa/sinesrc.c:
27888           cosmetic fix to fix compile issue with gcc 2.95.4
27889
27890 2004-02-16  Julien MOUTTE <julien@moutte.net>
27891
27892         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27893         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27894         failed opening the audio device.
27895         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27896         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27897         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27898         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27899         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27900         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27901         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27902         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27903         Removing some useless g_return_if_fail like wingo suggested.
27904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27905         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27906         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27907         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27908         (gst_xvimagesink_update_colorbalance),
27909         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27910         (gst_xvimagesink_xcontext_clear),
27911         (gst_xvimagesink_get_fourcc_from_caps),
27912         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27913         (gst_xvimagesink_set_xwindow_id),
27914         (gst_xvimagesink_colorbalance_list_channels),
27915         (gst_xvimagesink_colorbalance_set_value),
27916         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27917         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27918
27919 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27920
27921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27922           throw error when not negotiated instead of asserting
27923
27924 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27925
27926         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27927         correct data refcounting.
27928
27929 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27930
27931         * gst/switch/gstswitch.c: (gst_switch_change_state),
27932         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27933         change, mostly the EOS flag.
27934
27935 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27936
27937         * examples/gstplay/player.c: (got_eos), (main): Adding some
27938         output for debugging.
27939         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27940         timeouts if we go to any state different from PLAYING.
27941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27942         more EOS bugs in riff lib.
27943
27944 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27945
27946         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27947         visualization until i find a way to fix switch correctly.
27948         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27949         EOS arrives.
27950         * gst/switch/gstswitch.c: (gst_switch_release_pad),
27951         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
27952         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
27953         Reworked switch to get a more correct behaviour with events and refing
27954         of data stored in sinkpads.
27955         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
27956         we don't pull from a pad in EOS.
27957
27958 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27959
27960         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27961           remove v1 tag even if we can't read it (makes sure we don't detect
27962           it again)
27963
27964 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27965
27966         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
27967         (gst_alsa_xrun_recovery):
27968         * ext/alsa/gstalsa.h:
27969           try xrun recovery when wait failed. Make xrun recovery function
27970           return TRUE/FALSE to indicate success. (might fix #134354)
27971
27972 2004-02-13  David Schleef  <ds@schleef.org>
27973
27974         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
27975         (dynparm_value_changed), (main): Convert from float to double.
27976         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
27977
27978 2004-02-13  David Schleef  <ds@schleef.org>
27979
27980         * gst/silence/gstsilence.c: (gst_silence_class_init),
27981         (gst_silence_set_clock), (gst_silence_get),
27982         (gst_silence_set_property), (gst_silence_get_property):
27983         * gst/silence/gstsilence.h: Add sync property.
27984         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27985         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
27986         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
27987         * gst/sine/gstsinesrc.h: Add sync property.
27988
27989 2004-02-13  David Schleef  <ds@schleef.org>
27990
27991         * gst/intfloat/gstint2float.c: (conv_f32_s16),
27992         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
27993
27994 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27995
27996         * configure.ac:
27997         * ext/Makefile.am:
27998         * gst-libs/ext/Makefile.am:
27999           move ffmpeg plugin to gst-ffmpeg module
28000
28001 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28002
28003         * configure.ac: use GST_ARCH to detect architecture
28004
28005 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28006
28007         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28008
28009 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28010
28011         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28012           classify LADSPA plugins based on number of src/sink pads
28013           (#133663, Stefan Kost)
28014         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28015           fix dparams registration
28016           (#133528, Stefan Kost)
28017         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28018           fix use of isprint and use g_ascii_isprint instead
28019           (#133316, Stefan Kost)
28020
28021 2004-02-11  David Schleef  <ds@schleef.org>
28022
28023         Convert a few inner loops to use liboil.  This is currently
28024         optional, and is only enabled if liboil is present (duh!).
28025         * configure.ac: Check for liboil-0.1
28026         * gst/intfloat/Makefile.am:
28027         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28028         (gst_int2float_chain_gint16):
28029         * gst/videofilter/Makefile.am:
28030         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28031         (tablelookup_u8), (gst_videobalance_planar411):
28032         * gst/videotestsrc/Makefile.am:
28033         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28034         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28035         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28036         (paint_hline_RGB565), (paint_hline_xRGB1555):
28037
28038 2004-02-11  David Schleef  <ds@schleef.org>
28039
28040         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28041         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28042         (gst_colorspace_getcaps), (gst_colorspace_link),
28043         (gst_colorspace_base_init), (gst_colorspace_init),
28044         (gst_colorspace_chain), (gst_colorspace_change_state),
28045         (plugin_init): Merge Ronald's patch (bug #117897) and update
28046         for new caps and negotiation.  Seems to work, although it
28047         shows off bugs in lcs.
28048
28049 2004-02-11  David Schleef  <ds@schleef.org>
28050
28051         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28052         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28053
28054 2004-02-11  David Schleef  <ds@schleef.org>
28055
28056         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28057         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28058         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28059         Add server and port properties
28060
28061 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28062
28063         * m4/a52.m4:
28064         * m4/aalib.m4:
28065         * m4/as-ffmpeg.m4:
28066         * m4/as-liblame.m4:
28067         * m4/as-slurp-ffmpeg.m4:
28068         * m4/check-libheader.m4:
28069         * m4/esd.m4:
28070         * m4/freetype2.m4:
28071         * m4/gconf-2.m4:
28072         * m4/glib.m4:
28073         * m4/gst-alsa.m4:
28074         * m4/gst-artsc.m4:
28075         * m4/gst-ivorbis.m4:
28076         * m4/gst-matroska.m4:
28077         * m4/gst-sdl.m4:
28078         * m4/gst-shout2.m4:
28079         * m4/gst-sid.m4:
28080         * m4/gtk.m4:
28081         * m4/libdv.m4:
28082         * m4/libfame.m4:
28083         * m4/libmikmod.m4:
28084         * m4/ogg.m4:
28085         * m4/vorbis.m4:
28086           fix underquotedness of macros (#133800)
28087         * m4/as-avifile.m4:
28088         * m4/xmms.m4:
28089           removed because no longer used
28090
28091 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28092
28093         * configure.ac:
28094           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28095           by autopoint (fixes #132996)
28096
28097 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28098
28099         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28100         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28101         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28102         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28103           fix memleaks
28104
28105 2004-02-11  David Schleef  <ds@schleef.org>
28106
28107         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28108         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28109         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28110         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28111         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28112         (gst_jpegenc_class_init), (gst_jpegenc_init),
28113         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28114         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28115         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28116         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28117
28118 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28119
28120         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28121         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28122         * ext/mikmod/gstmikmod.h:
28123           fix caps negotiation in mikmod
28124         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28125           output debug information
28126
28127 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28128
28129         * gst-libs/gst/colorbalance/Makefile.am:
28130         * gst-libs/gst/navigation/Makefile.am:
28131         * gst-libs/gst/xoverlay/Makefile.am:
28132           remove unused GST_OPT_CFLAGS from Makefiles
28133           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28134
28135 2004-02-07  David Schleef  <ds@schleef.org>
28136
28137         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28138         push events to pads that haven't been created (#133508)
28139
28140 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28141
28142         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28143         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28144         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28145         (gst_dvdec_loop), (gst_dvdec_change_state):
28146         Second attempt at committing a working dvdec element.
28147
28148 2004-02-06  David Schleef  <ds@schleef.org>
28149
28150         Build fixes for OS X: (see #129600)
28151         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28152         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28153         (gst_riff_read_strf_iavs):
28154         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28155         (gst_avi_demux_stream_odml):
28156         * gst/playondemand/Makefile.am:
28157         * gst/rtp/rtp-packet.c:
28158
28159 2004-02-05  David Schleef  <ds@schleef.org>
28160
28161         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28162         last change, because it Just Doesn't Compile.
28163
28164 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28165
28166         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28167           skip undecodable id3v2 tag instead of keeping it
28168
28169 2004-02-05  David Schleef  <ds@schleef.org>
28170
28171         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28172         Unref leaked buffer.  (Noticed by Ronald)
28173
28174 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28175
28176         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28177         Sync requires with other checks.  >= vs =.
28178
28179 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28180
28181         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28182         (gst_dvdec_video_link), (gst_dvdec_loop):
28183         * ext/dv/gstdvdec.h:
28184           rework the caps negotiation so that dvdec works again instead
28185           of just segfaulting.
28186
28187 === release 0.7.4 ===
28188
28189 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28190
28191         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28192         * configure.ac: changed for release
28193
28194 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28195
28196         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28197         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28198         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28199         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28200           reworked patch by David Lehn to fix libdir and includedir for
28201           uninstalled libraries
28202           removed play and gconf from gstreamer-libs since they have their
28203           own pkgconfig files
28204
28205 2004-02-04  David Schleef  <ds@schleef.org>
28206
28207         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28208         memleak.
28209
28210 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28211
28212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28213           use correct GST_TAG_ENCODER tag
28214
28215 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28216
28217         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28218           be sure to stop the clock when going to paused
28219         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28220           reset number of transmitted when going to ready.
28221         fixes #132935
28222
28223 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28224
28225         reviewed by Benjamin Otte
28226
28227         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28228           extract track count (fixes #133410)
28229
28230 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28231
28232         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28233           that should be !=, not == (fixes #132519)
28234
28235 2004-02-04  David Schleef  <ds@schleef.org>
28236
28237         Make sure set_explicit_caps() is called before adding pad.
28238         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28239         * gst/id3/gstid3types.c: (gst_id3types_loop):
28240         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28241         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28242
28243 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28244
28245         * configure.ac:
28246           bump nano to 2, first prerelease
28247           put back AM_PROG_LIBTOOL
28248
28249 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28250
28251         * testsuite/alsa/Makefile.am:
28252           these are user test apps, not automatic testsuite tests
28253
28254 2004-02-04  David Schleef  <ds@schleef.org>
28255
28256         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28257         * gst/mpeg1videoparse/gstmp1videoparse.c:
28258         (mp1videoparse_parse_seq):
28259         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28261         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28262         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28263         (gst_xvideosink_getcaps):
28264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28265         * testsuite/gst-lint: more tests
28266
28267 2004-02-04  David Schleef  <ds@schleef.org>
28268
28269         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28270         with the code that they would expand to.
28271         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28272         (gst_flacdec_get_src_query_types),
28273         (gst_flacdec_get_src_event_masks):
28274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28275         (gst_gnomevfssrc_get_query_types),
28276         (gst_gnomevfssrc_get_event_mask):
28277
28278 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28279
28280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28281         (gst_sinesrc_dispose):
28282           fix memleak by properly disposing sinesrc
28283
28284 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28285
28286         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28287         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28288         an overlay to redraw the image because it has been exposed.
28289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28290         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28291         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28292         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28293         interface
28294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28295         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28296         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28297         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28298         interface
28299
28300 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28301
28302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28303           more memleak fixage
28304
28305 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28306
28307         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28308         * gst/typefind/gsttypefindfunctions.c:
28309           fix memleaks shown by gst-typefind
28310
28311 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28312
28313         * common/glib-gen.mak:
28314           add hack rule to touch .Plo files
28315         * gst-libs/gst/colorbalance/Makefile.am:
28316         * gst-libs/gst/mixer/Makefile.am:
28317         * gst-libs/gst/play/Makefile.am:
28318         * gst-libs/gst/tuner/Makefile.am:
28319           remove glib_root variable
28320
28321 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28322
28323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28324           set explicit caps before adding the element, so the autopluggers can
28325           plug correctly.
28326         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28327         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28328         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28329         (dv_type_find):
28330           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28331           argument.
28332
28333 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28334
28335         * gst-libs/gst/colorbalance/Makefile.am:
28336         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28337         * gst-libs/gst/colorbalance/colorbalance.c:
28338         * gst-libs/gst/colorbalance/colorbalance.h:
28339         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28340         * gst-libs/gst/mixer/Makefile.am:
28341         * gst-libs/gst/mixer/mixer-marshal.list:
28342         * gst-libs/gst/mixer/mixer.c:
28343         * gst-libs/gst/mixer/mixer.h:
28344         * gst-libs/gst/mixer/mixermarshal.list:
28345         * gst-libs/gst/play/Makefile.am:
28346         * gst-libs/gst/play/play.h:
28347         * gst-libs/gst/tuner/Makefile.am:
28348         * gst-libs/gst/tuner/tuner-marshal.list:
28349         * gst-libs/gst/tuner/tuner.c:
28350         * gst-libs/gst/tuner/tuner.h:
28351         * gst-libs/gst/tuner/tunermarshal.list:
28352           use new glib-gen.mak snippet to clean up Makefile.am
28353           fix various bugs in Makefile.am's
28354
28355 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28356
28357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28358           handle chain parsing correctly in the multichain case
28359         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28360         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28361         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28362         (theora_dec_chain):
28363           handle events and queries correctly
28364
28365 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28366
28367         * .cvsignore:
28368         Ignore generated file _stdint.h.
28369
28370 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28371
28372         * gst-libs/gst/colorbalance/Makefile.am:
28373         * gst-libs/gst/colorbalance/colorbalance.h:
28374         * gst-libs/gst/mixer/Makefile.am:
28375         * gst-libs/gst/mixer/mixer.h:
28376         * gst-libs/gst/play/Makefile.am:
28377         * gst-libs/gst/play/play.h:
28378         * gst-libs/gst/tuner/Makefile.am:
28379         * gst-libs/gst/tuner/tuner.h:
28380         Generate enum type code with glib-mkenums.
28381         * gst-libs/gst/colorbalance/.cvsignore:
28382         * gst-libs/gst/mixer/.cvsignore:
28383         * gst-libs/gst/play/.cvsignore:
28384         * gst-libs/gst/tuner/.cvsignore:
28385         Ignore generated files.
28386
28387 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28388
28389         * gst-libs/gst/audio/.cvsignore:
28390         Ignore generated file.
28391         * gst-libs/gst/audio/Makefile.am:
28392         Do not install example filter.
28393
28394 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28395
28396         * examples/switch/.cvsignore:
28397         Ignore generated file.
28398
28399 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28400
28401         * common/m4/ax_create_stdint_h.m4:
28402         * configure.ac:
28403           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28404           _stdint.h.
28405         * Makefile.am:
28406           remove generated _stdint.h in DISTCLEANFILES
28407         * ext/a52dec/gsta52dec.c:
28408           include _stdint.h for a52dec. (should fix #133064)
28409
28410 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28411
28412         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28413         (gst_tag_to_vorbis_comments):
28414         Add replaygain support to vorbistag
28415
28416 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28417         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28418         (gst_ffmpeg_caps_to_extradata):
28419           Fix SVQ3 caps flag properties
28420           Use glib macro for bytes swap
28421
28422 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28423
28424         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28425         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28426         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28427         * ext/sndfile/gstsf.c: (plugin_init):
28428         * gst/avi/gstavi.c: (plugin_init):
28429         * sys/dxr3/dxr3init.c: (plugin_init):
28430         * sys/oss/gstossaudio.c: (plugin_init):
28431         * sys/v4l/gstv4l.c: (plugin_init):
28432         * sys/v4l2/gstv4l2.c: (plugin_init):
28433           remove textdomain calls
28434         * po/nl.po:
28435           update Dutch translation
28436
28437 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28438
28439         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28440         (gst_play_set_audio_sink): Moving volume in the audio thread for
28441         instantaneous volume change. Maybe i will add another volume in front
28442         of visualization later, not sure yet though.
28443
28444 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28445
28446         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28447         (gst_ximagesink_handle_xevents): Better X events handling, only take
28448         the latest events for configure and motion.
28449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28450
28451 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28452
28453         reviewed by: David Schleef  <ds@schleef.org>
28454
28455         Fix memory leaks:
28456         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28457         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28458
28459 2004-02-02  David Schleef  <ds@schleef.org>
28460
28461         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28462         of lines.
28463         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28464         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28465         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28466         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28467         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28468         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28469         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28470         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28471         (gst_float2_2_int_link):
28472         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28473         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28474         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28475         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28476         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28477         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28478         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28479         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28480         * testsuite/gst-lint: Add tests for bzero and ;;
28481
28482 2004-02-02  David Schleef  <ds@schleef.org>
28483
28484         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28485
28486 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28487
28488         * ext/aalib/gstaasink.c: (gst_aasink_open):
28489         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28490         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28491         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28492         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28493         (gst_afsink_close_file):
28494         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28495         (gst_afsrc_close_file):
28496         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28497         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28498         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28499         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28500         * ext/esd/esdmon.c: (gst_esdmon_get):
28501         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28502         * ext/faac/gstfaac.c: (gst_faac_chain):
28503         * ext/faad/gstfaad.c: (gst_faad_chain):
28504         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28505         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28506         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28507         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28508         (gst_flacdec_loop):
28509         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28510         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28511         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28512         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28513         (gst_gnomevfssink_close_file):
28514         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28515         (gst_gnomevfssrc_open_file):
28516         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28517         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28518         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28519         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28520         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28521         * ext/mad/gstmad.c: (gst_mad_chain):
28522         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28523         * ext/mpeg2dec/gstmpeg2dec.c:
28524         * ext/mpeg2enc/gstmpeg2enc.cc:
28525         * ext/mplex/gstmplex.cc:
28526         * ext/mplex/gstmplexibitstream.cc:
28527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28528         (gst_ogg_demux_push):
28529         * ext/raw1394/gstdv1394src.c:
28530         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28531         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28532         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28533         (gst_sf_loop):
28534         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28535         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28536         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28537         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28539         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28540         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28541         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28542         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28543         (gst_riff_read_element_data), (gst_riff_read_seek),
28544         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28545         * gst/adder/gstadder.c: (gst_adder_loop):
28546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28547         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28548         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28549         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28550         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28551         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28552         * gst/goom/gstgoom.c: (gst_goom_chain):
28553         * gst/id3/gstid3types.c: (gst_id3types_loop):
28554         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28555         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28556         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28557         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28558         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28559         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28560         (gst_ebml_read_float), (gst_ebml_read_header):
28561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28562         (gst_matroska_demux_parse_blockgroup):
28563         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28564         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28565         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28566         * gst/silence/gstsilence.c: (gst_silence_get):
28567         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28568         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28569         * gst/speed/gstspeed.c: (speed_loop):
28570         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28572         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28573         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28574         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28575         (gst_wavparse_loop):
28576         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28577         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28578         (dxr3audiosink_close):
28579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28580         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28581         (dxr3videosink_close), (dxr3videosink_write_data):
28582         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28583         * sys/oss/gstosssink.c: (gst_osssink_chain):
28584         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28585         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28586         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28588         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28589         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28590         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28591         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28592         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28593         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28594         (gst_v4l_set_audio):
28595         * sys/v4l/v4l_calls.h:
28596         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28597         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28598         (gst_v4lmjpegsink_playback_init),
28599         (gst_v4lmjpegsink_playback_start):
28600         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28601         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28602         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28603         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28604         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28605         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28606         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28607         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28608         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28609         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28610         (gst_v4l2_get_output), (gst_v4l2_set_output),
28611         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28612         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28613         (gst_v4l2_set_attribute):
28614         * sys/v4l2/v4l2_calls.h:
28615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28616         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28617         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28618         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28619         (gst_v4l2src_capture_stop):
28620         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28621         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28622         (gst_ximagesink_chain):
28623         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28624         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28625         (gst_xvideosink_xwindow_new):
28626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28627         (gst_xvimagesink_chain):
28628
28629 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28630
28631         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28632         (gst_volume_get_volume), (volume_class_init), (volume_init),
28633         (volume_chain_int16), (volume_update_volume):
28634         * gst/volume/gstvolume.h:
28635           make code more readable by removing magic numbers
28636           make mixer interface export 0-100 range
28637           make it internally map to 0.0-1.0 range so users don't distort
28638           output by putting the sliders at full volume
28639
28640 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28641
28642         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28643         (gst_play_state_change), (gst_play_seek_to_time):
28644         block the tick callback for 0.5 secs after doing a seek
28645
28646 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28647
28648         * gst-libs/gst/play/play.c: (gst_play_new):
28649           check for GError
28650
28651 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28652
28653         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28654         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28655         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28656         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28658         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28659
28660 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28661
28662         * configure.ac:
28663         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28664           check for a function added in vorbis 1.1
28665
28666 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28667
28668         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28669         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28670           really start/stop clock only on PLAYING <=> PAUSED
28671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28672           remove \n from debugging lines
28673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28674           make it work when seeking does not
28675         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28676           reset on DISCONT
28677
28678 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28679
28680         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28681           start clock on PAUSED=>PLAYING, not later
28682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28683           extract correct time for different discont formats
28684         (gst_alsa_sink_get_time):
28685           don't segfault when no format is negotiated yet, just return 0
28686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28687         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28688         (gst_ogg_pad_push):
28689           handle flush and discont events correctly
28690         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28691           handle discont events correctly
28692
28693 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28694
28695         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28696         (gst_play_error_create), (gst_play_error_plugin),
28697         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28698         * gst-libs/gst/play/play.h:
28699           add error handling during creation
28700         * examples/gstplay/player.c: (main):
28701           use new gst_play_new
28702
28703
28704 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28705
28706         * ext/theora/theoradec.c: (theora_dec_chain):
28707           make comments work
28708         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28709         (vorbis_dec_src_event), (vorbis_dec_chain):
28710           add encoder tag, fix tag reading to be more error tolerant, change
28711           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28712           gst_pad_event_default.
28713         * gst/tags/gstvorbistag.c:
28714         (gst_tag_list_from_vorbiscomment_buffer):
28715           undefine function specific define at end of function
28716
28717 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28718
28719         * ext/flac/gstflac.c: (plugin_init):
28720         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28721         * ext/flac/gstflacdec.h:
28722         * ext/flac/gstflacenc.h:
28723           Fix typos
28724
28725 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28726
28727         * examples/gstplay/player.c: s/gstplay.h/play.h/
28728
28729 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28730
28731         * gst-libs/gst/play/Makefile.am:
28732         * gst-libs/gst/play/gstplay.c:
28733         * gst-libs/gst/play/gstplay.h:
28734         * gst-libs/gst/play/play.c:
28735           more surgery, operation complete
28736
28737 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28738
28739         * gst-libs/gst/play/play.old.c:
28740         * gst-libs/gst/play/play.old.h:
28741           after CVS surgery by moving, remove
28742         * gst-libs/gst/play/playpipelines.c:
28743           remove
28744
28745         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28746           add negotiation error
28747
28748 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28749
28750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28751         (gst_ogg_demux_push):
28752           add some seeking debug info
28753           send a flush when seeking
28754
28755 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28756
28757         * configure.ac:
28758           use AC_C_INLINE
28759         * configure.ac:
28760         * ext/Makefile.am:
28761         * ext/theora/Makefile.am:
28762         * ext/theora/theoradec.c:
28763           add theora video decoder. Does just do simple decoding for now and
28764           has been tested against Theora cvs only. It only works when theora
28765           is compiled with --enable-static.
28766         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28767           always reset packetno on DISCONT
28768
28769 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28770
28771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28772           Fix audio.
28773
28774 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28775
28776         * gst/mpegaudioparse/gstmpegaudioparse.c:
28777         (mp3_type_frame_length_from_header):
28778           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28779
28780 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * ext/esd/esdsink.c: (gst_esdsink_init):
28783           Since we have static pad template caps, we don't need to negotiate;
28784           either the core errors out or we know the format.
28785
28786 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28787
28788         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28789         (gst_riff_read_seek):
28790         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28791         (gst_ebml_read_seek):
28792           Fix event handling.
28793
28794 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28795
28796         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28797           removee video/x-theora from vp3 decoder, it doesn't handle raw
28798           theora streams
28799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28800           fix bug with finalizing element that never went to PAUSED
28801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28802           length and position queries were swapped
28803         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28804         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28805         (vorbis_dec_src_event):
28806           implement querying time and bytes
28807
28808 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28809
28810         * just about every source file:
28811           gst_element_error -> GST_ELEMENT_ERROR
28812
28813 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28814
28815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28816         emiting FLUSH and even before DISCONT.
28817         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28818         get the best instant seeking as possible yay!
28819
28820 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28821
28822         * gst/mpeg1videoparse/gstmp1videoparse.c:
28823         (gst_mp1videoparse_real_chain):
28824           Committed wrong version last week... Grr... Didn't notice until now.
28825
28826 2004-01-29  Julien MOUTTE <julien@moutte.net>
28827
28828         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28830         have_xwindow_id signal in xwindow_create.
28831
28832 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28833
28834         * ext/ogg/gstoggdemux.c:
28835           lots of changes - mainly support for chained bitstreams, seeking,
28836           querying and bugfixes of course
28837         * ext/vorbis/Makefile.am:
28838         * ext/vorbis/vorbisdec.c:
28839         * ext/vorbis/vorbisdec.h:
28840           add vorbisdec raw vorbis decoder
28841         * ext/vorbis/vorbis.c: (plugin_init):
28842           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28843         * gst/intfloat/Makefile.am:
28844         * gst/intfloat/float22int.c:
28845         * gst/intfloat/float22int.h:
28846         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28847           add float2intnew plugin. It converts multichannel interleaved float to
28848           multichannel interleaved int. The name should probably be changed.
28849         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28850         (plugin_init):
28851           add typefinding for raw theora video so oggdemux can detect it.
28852
28853 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28854
28855         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28856         sink element first.
28857         * gst/videoscale/gstvideoscale.c:
28858         (gst_videoscale_handle_src_event): Fixing src event handler.
28859
28860 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28861
28862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28863         (gst_v4lsrc_open), (gst_v4lsrc_close),
28864         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28865         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28866         * sys/v4l/gstv4lsrc.h:
28867         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28868         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28869           Implement resizing... Hack. But that's why v4l is b0rked...
28870
28871 2004-01-28  Julien MOUTTE <julien@moutte.net>
28872
28873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28874         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28875         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28876         (gst_ximagesink_xwindow_destroy):
28877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28878         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28879         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28880         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28881         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28882         correctly cleaning the image created to check xshm calls on succes,
28883         added a lot of XSync calls in X11 functions, and fixed a segfault when
28884         no image format was defined before negotiation happened.
28885
28886 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28887
28888         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28889           use gst_element_get_time to get correct time
28890
28891 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28892
28893         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28894         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28895         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28897         (gst_xvimagesink_check_xshm_calls),
28898         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28899         X plugins are now able to detect that XShm calls will fail even if the
28900         server claims that it has XShm support (remote displays most of the
28901         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28902         so that we use non XShm functions. This feature is almost useless for
28903         xvimagesink as Xv is not supported on remote displays anyway, but
28904         it might happen than even on the local display XShm calls fail.
28905
28906 2004-01-27  David Schleef  <ds@schleef.org>
28907
28908         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28909         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28910         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28911         changed esdsink to only use 44100,16,2, since esd sucks at rate
28912         conversion and esdsink has had difficulty negotiating.
28913
28914 2004-01-27  Julien MOUTTE <julien@moutte.net>
28915
28916         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28917         (gst_play_seek_to_time): Fixing the way to get current position.
28918
28919 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28920
28921         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28922           use gst_element_get_time to get correct time
28923
28924 2004-01-27  Julien MOUTTE <julien@moutte.net>
28925
28926         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28927         fix ever... Inverting 2 lines of code make spider autoplug correctly
28928         tagged mp3 !
28929
28930 2004-01-27  David Schleef  <ds@schleef.org>
28931
28932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28933         Use gst_pad_try_set_caps_nonfixed().
28934
28935 2004-01-27  David Schleef  <ds@schleef.org>
28936
28937         * gst/ac3parse/gstac3parse.c: update to checklist 5
28938         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28939         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28940         * gst/audioscale/gstaudioscale.c: same
28941         * gst/auparse/gstauparse.c: same
28942         * gst/avi/gstavidemux.c: same
28943
28944 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28945
28946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28947           stop processing after EOS
28948
28949 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28950
28951         * gst/asfdemux/asfheaders.h:
28952         * gst/asfdemux/gstasfdemux.c:
28953         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
28954         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
28955         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
28956           lot's of fixes to make data extraction simpler and get the code
28957           architecture and compiler independant. Add debugging category
28958         * gst/goom/gstgoom.c: (gst_goom_change_state):
28959           reset channel count on PAUSED=>READY, not READY=>PAUSED
28960
28961 2004-01-26  Colin Walters  <walters@verbum.org>
28962
28963         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
28964         code to pull a bigger buffer in iradio mode.  This as a side effect
28965         makes typefinding work.
28966
28967 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28968
28969         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
28970         Fix SVQ3 decoding on PPC
28971
28972 2004-01-26  Julien MOUTTE <julien@moutte.net>
28973
28974         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
28975         that one managed to stay there... Fixed.
28976
28977 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
28978
28979         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28980         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
28981         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
28982         (qtdemux_video_caps):
28983         * gst/qtdemux/qtdemux.h:
28984         Add SVQ3 specific flags to qtdemux and ffmpeg
28985
28986 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28987
28988         * gst-libs/gst/audio/audio.h:
28989           remove buffer-frames from audio caps
28990         * gst/audioconvert/gstaudioconvert.c:
28991           fix plugin to really work.
28992
28993 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28994
28995         * gst-libs/gst/mixer/mixer.c:
28996         * gst-libs/gst/propertyprobe/propertyprobe.c:
28997         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
28998         (gst_tuner_find_channel_by_name):
28999         * gst-libs/gst/tuner/tuner.h:
29000           Add gtk-doc style comments. Also fix a function name.
29001
29002 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29003
29004         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29005         (gst_divxdec_negotiate):
29006           Fix for new capsnego - also fixes gst-player with divxdec.
29007
29008 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29009
29010         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29011         (gst_play_identity_handoff), (gst_play_set_location),
29012         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29013         try in visualization implementation. Still have an issue with switch
29014         blocking when pulling from video_queue and only audio comes out of
29015         spider.
29016         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29017         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29018         release method. And check if the pad is usable before pulling.
29019
29020 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29021
29022         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29023         (gst_videobalance_init),
29024         (gst_videobalance_colorbalance_list_channels),
29025         (gst_videobalance_colorbalance_set_value),
29026         (gst_videobalance_colorbalance_get_value),
29027         (gst_videobalance_update_properties),
29028         (gst_videobalance_update_tables_planar411),
29029         (gst_videobalance_planar411):
29030         * gst/videofilter/gstvideobalance.h:
29031           Implement lookup-tables. +/- 10x faster.
29032
29033 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29036         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29037           The index reading was broken. The rest worked fine, but the whole
29038           goal of my rewrite was to make avidemux readable, and this was
29039           not at all readable. Please use typed variables.
29040
29041 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29042
29043         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29044           Additional pad usability check.
29045         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29046         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29047         (gst_mp1videoparse_real_chain):
29048           Fix MPEG video stream parsing. The original plugin had several
29049           issues, including not timestamping streams where the source was
29050           not timestamped (this happens with PTS values in mpeg system
29051           streams, but MPEG video is also a valid stream on its own so
29052           that needs timestamps too). We use the display time code for that
29053           for now. Also, if one incoming buffer contains multiple valid
29054           frames, we push them all on correctly now, including proper EOS
29055           handling. Lastly, several potential segfaults were fixed, and we
29056           properly sync on new sequence/gop headers to include them in next,
29057           not previous frames (since they're header for the next frame, not
29058           the previous). Also see #119206.
29059         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29060         (bpf_from_header):
29061           Move caps setting so we only do it after finding several valid
29062           MPEG-1 fraes sequentially, not right after the first one (which
29063           might be coincidental).
29064         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29065         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29066         (plugin_init):
29067           Add unsynced MPEG video stream typefinding, and change some
29068           probability values so we detect streams rightly. The idea is as
29069           follows: I can have an unsynced system stream which contains
29070           video. In the current code, I would randomly get a type for either
29071           system or video stream type found, because the probabilities are
29072           being calculated rather randomly. I now use fixed values, so we
29073           always prefer system stream if that was found (and that is how it
29074           should be). If no system stream was found, we can still identity                the stream as video-only.
29075
29076 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29077
29078         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29079         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29080           don't write to buffer. Extract data without the need of
29081           __attribute__ ((packed))
29082
29083 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29084
29085         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29086         (mpeg1_sys_type_find):
29087           Fix MPEG-1 stream typefinding.
29088
29089 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29090
29091         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29092           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29093
29094 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29095
29096         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29097         * ext/esd/gstesd.c: (plugin_init):
29098           private debugging, better error reporting
29099
29100 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29101
29102         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29103         (gst_riff_read_init), (gst_riff_read_change_state):
29104         * gst-libs/gst/riff/riff-read.h:
29105           Remove stuff fromold metadata system.
29106
29107 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29108
29109         * ext/ogg/gstoggdemux.c:
29110           Fix wrong file comment.
29111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29112         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29113           Add metadata reading properly.
29114
29115 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29116
29117         * ext/Makefile.am:
29118           Fix nas DIST_SUBDIRS
29119           Uraeus:
29120           Fix bug where make distcheck doesn't get run on adding stuff to
29121           the build.
29122
29123 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29126         * ext/divx/gstdivxdec.h:
29127           Fix divx3 ("msmpeg4") playback using divxdec.
29128
29129 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29130
29131         * gst/typefind/gsttypefindfunctions.c:
29132         (mp3_type_frame_length_from_header): fix bug in length computation
29133         (mp3_type_find): improve debugging output
29134
29135 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29136
29137         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29138         (gst_play_set_location), (gst_play_seek_to_time),
29139         (gst_play_set_audio_sink), (gst_play_set_visualization),
29140         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29141         the pipeline from scratch. Visualization is back and switch went out as
29142         i realized it was not possible to use the way i wanted.
29143         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29144         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29145         clearing in state change from READY to NULL. So that one can clean the
29146         X ressources keeping the element.
29147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29148         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29149         (gst_xvimagesink_colorbalance_set_value),
29150         (gst_xvimagesink_colorbalance_get_value),
29151         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29152         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29153         change from READY to NULL and fixed some stupid bugs in colorbalance
29154         get/set values. Also added the following feature : when nobody tries to
29155         set some values to the colorbalance levels before the xcontext is
29156         grabbed, then when creating channels list from Xv attributes we set the
29157         internal values to the Xv defaults. This way we handle buggy Xv drivers
29158         that set default hue values far from the middle of the range (Thanks
29159         to Jon Trowbridge for pointing that issue).
29160         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29161         colorbalance levels have been set before xcontext is grabbed.
29162
29163 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29166           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29167           it might block operations (which is bad for a mixer).
29168
29169 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29172         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29173         (gmip_find_type_pre):
29174         * gst-libs/gst/media-info/media-info-priv.h:
29175         * gst-libs/gst/media-info/media-info.c:
29176         (gst_media_info_instance_init), (gst_media_info_read_idler):
29177         add fakesink to get caps on decoder src pad again
29178         fix callback prototype to match new have_type signal signature
29179
29180 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29181
29182         * gst/adder/gstadder.c: (gst_adder_link):
29183           fix non-compile and cut-n-paste code
29184
29185 2004-01-21  David Schleef  <ds@schleef.org>
29186
29187         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29188         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29189         (gst_swfdec_init), (gst_swfdec_change_state):
29190         * ext/swfdec/gstswfdec.h:
29191         Fix negotiation.
29192         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29193         (gst_adder_request_new_pad): Fix negotiation.
29194         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29195         Add a fixate function.
29196         * gst/intfloat/gstfloat2int.c:
29197         * gst/intfloat/gstfloat2int.h:
29198         * gst/intfloat/gstint2float.c:
29199         * gst/intfloat/gstint2float.h:
29200         Completely rewrite the negotiation.  Doesn't quite work yet,
29201         due to some buffer-frames problem.
29202
29203 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29204
29205         * ext/gnomevfs/gstgnomevfssrc.c:
29206         * sys/v4l2/v4l2_calls.h:
29207           fix includes for distcheck
29208
29209 2004-01-21  Christian Schaller <uraeus@gnome.org>
29210
29211         * ext/nas/
29212         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29213         based on earlier patch from Laurent Vivier
29214
29215 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29216
29217         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29218         Fix wma caps property
29219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29220         Fix typo (flags1 and flags2)
29221
29222 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29223
29224         * gst-libs/gst/media-info/media-info-priv.c:
29225         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29226         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29227         (gmip_find_stream), (gmip_find_track_metadata),
29228         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29229         (gmip_find_track_format):
29230         * gst-libs/gst/media-info/media-info-priv.h:
29231         * gst-libs/gst/media-info/media-info-test.c: (main):
29232         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29233         (gst_media_info_read_idler), (gst_media_info_read):
29234         * gst-libs/gst/media-info/media-info.h:
29235           register debugging category and use it for debugging
29236
29237 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29238
29239         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29240         (gst_vorbisfile_new_link):
29241           signal streaminfo through tags
29242
29243 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * ext/mplex/gstmplex.cc:
29246         * ext/mplex/gstmplexibitstream.cc:
29247           g++ doesn't like NULL in our i18n/error macros, should be
29248           either (NULL) or ("").
29249
29250 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29251
29252         * sys/dxr3/dxr3audiosink.c:
29253         * sys/dxr3/dxr3init.c:
29254         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29255         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29256           Fix more error error error errors (missing includes here).
29257
29258 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29261           fix thomas' error errors.
29262
29263 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29264
29265         * ext/mpeg2enc/gstmpeg2enc.cc:
29266           fix error errors.
29267
29268 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29269
29270         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29271         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29272           Fix for new error system.
29273
29274 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29275
29276         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29277           fix for new error reporting
29278
29279 2004-01-20  David Schleef  <ds@schleef.org>
29280
29281         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29282         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29283         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29284         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29285         and neither is 100+, most likely.
29286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29287         (gst_xvimagesink_getcaps): same
29288
29289 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29290
29291         * configure.ac:
29292           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29293           clashes with ffmpeg.
29294
29295 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29296
29297         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29298         (gst_switch_init): Fixed switch element : proxying link and setting
29299         caps from src to sink on request.
29300
29301 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29302
29303         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29304         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29305         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29306         fix element_error
29307
29308 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29309
29310         * sys/v4l/v4l_calls.h:
29311         * sys/v4l2/v4l2_calls.h:
29312           element_error fixes
29313
29314 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29315
29316         * gst-libs/gst/gst-i18n-plugin.h:
29317           add locale.h
29318           remove config.h inclusion
29319
29320 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29321
29322         * autogen.sh:
29323           adding autopoint invocation
29324         * Makefile.am:
29325         * configure.ac:
29326         * gst-libs/gst/gettext.h:
29327           adding gettext bits
29328         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29329         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29330         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29331         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29332         (gst_gnomevfssink_close_file):
29333         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29334         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29335         * gst-libs/gst/gst-i18n-plugin.h:
29336         * gst/avi/gstavi.c: (plugin_init):
29337         * sys/dxr3/dxr3init.c: (plugin_init):
29338         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29339         * sys/oss/gstossaudio.c: (plugin_init):
29340         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29341         * sys/v4l/gstv4l.c: (plugin_init):
29342         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29343         * sys/v4l2/gstv4l2.c: (plugin_init):
29344         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29345         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29346         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29347         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29348         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29349         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29350           make sure locale and translation domain are set
29351           fix translated strings
29352         * po/.cvsignore:
29353         * po/LINGUAS:
29354         * po/Makevars:
29355         * po/POTFILES.in:
29356         * po/nl.po:
29357           put translation files into place
29358         * sys/xvideo/imagetest.c: (main):
29359         * ext/dv/demo-play.c: (main):
29360           fix unnecessary translations
29361
29362 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29363
29364         * ext/sndfile/gstsf.c:
29365         * gst/avi/gstavimux.c:
29366         * ext/audiofile/gstafsink.c:
29367         * ext/audiofile/gstafsrc.c:
29368         * ext/gnomevfs/gstgnomevfssink.c:
29369         * ext/gnomevfs/gstgnomevfssrc.c:
29370         * sys/oss/gstosselement.c:
29371         * sys/v4l/v4l_calls.h:
29372           fix i18n include
29373
29374 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29377         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29378         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29379         (gst_v4l2_get_output), (gst_v4l2_set_output),
29380         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29381         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29382         (gst_v4l2_set_attribute):
29383         update to new error handling
29384
29385 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29386
29387         * ext/sidplay/gstsiddec.cc:
29388         * gst/modplug/gstmodplug.cc:
29389           parenthese NULL because C++ seems angry about it
29390
29391 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29392
29393         * gst-libs/gst/gst-i18n-plugin.h:
29394           add skeleton i18n stuff, but needs to be further implemented
29395
29396 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29397
29398         * examples/gstplay/player.c: (main):
29399         * ext/aalib/gstaasink.c: (gst_aasink_open):
29400         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29402         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29403         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29404         (gst_afsink_close_file):
29405         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29406         (gst_afsrc_close_file):
29407         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29408         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29409         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29410         * ext/esd/esdmon.c: (gst_esdmon_get):
29411         * ext/esd/esdsink.c: (gst_esdsink_chain):
29412         * ext/faac/gstfaac.c: (gst_faac_chain):
29413         * ext/faad/gstfaad.c: (gst_faad_chain):
29414         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29415         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29416         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29417         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29418         (gst_flacdec_loop):
29419         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29420         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29421         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29423         (gst_gnomevfssink_close_file):
29424         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29425         (gst_gnomevfssrc_open_file):
29426         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29427         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29428         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29429         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29430         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29431         * ext/mad/gstmad.c: (gst_mad_chain):
29432         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29433         * ext/mpeg2dec/gstmpeg2dec.c:
29434         * ext/mpeg2enc/gstmpeg2enc.cc:
29435         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29436         * ext/mplex/gstmplex.cc:
29437         * ext/mplex/gstmplexibitstream.cc:
29438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29439         (gst_ogg_demux_push), (gst_ogg_pad_push):
29440         * ext/raw1394/gstdv1394src.c:
29441         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29442         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29443         * ext/sidplay/gstsiddec.cc:
29444         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29445         (gst_sf_loop):
29446         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29447         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29448         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29450         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29451         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29452         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29453         * gst-libs/gst/Makefile.am:
29454         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29455         (gst_riff_read_element_data), (gst_riff_read_seek),
29456         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29457         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29459         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29461         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29462         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29463         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29464         * gst/goom/gstgoom.c: (gst_goom_chain):
29465         * gst/id3/gstid3types.c: (gst_id3types_loop):
29466         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29467         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29468         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29469         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29470         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29471         (gst_ebml_read_float), (gst_ebml_read_header):
29472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29473         (gst_matroska_demux_parse_blockgroup):
29474         * gst/modplug/gstmodplug.cc:
29475         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29476         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29477         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29478         * gst/silence/gstsilence.c: (gst_silence_get):
29479         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29480         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29481         * gst/speed/gstspeed.c: (speed_loop):
29482         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29483         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29484         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29485         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29486         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29487         (gst_wavparse_loop):
29488         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29489         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29490         (dxr3audiosink_close):
29491         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29492         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29493         (dxr3videosink_close), (dxr3videosink_write_data):
29494         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29495         * sys/oss/gstosselement.h:
29496         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29497         (gst_osssink_chain):
29498         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29502         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29503         (gst_v4l_enable_overlay):
29504         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29505         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29506         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29507         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29508         (gst_v4l_set_audio):
29509         * sys/v4l/v4l_calls.h:
29510         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29511         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29512         (gst_v4lmjpegsink_playback_init),
29513         (gst_v4lmjpegsink_playback_start):
29514         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29515         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29516         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29517         (gst_v4lmjpegsrc_requeue_frame):
29518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29519         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29520         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29521         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29522         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29523         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29524         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29525         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29526         (gst_v4l2src_capture_stop):
29527         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29528         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29529         (gst_ximagesink_chain):
29530         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29531         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29532         (gst_xvideosink_xwindow_new):
29533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29534         (gst_xvimagesink_chain):
29535         use new error signal, function and categories
29536
29537 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29538
29539         * configure.ac:
29540         * ext/Makefile.am:
29541         * ext/musicbrainz/gsttrm.c:
29542         * ext/musicbrainz/gsttrm.h:
29543         * ext/musicbrainz/Makefile.am:
29544         Add a trm plugin
29545
29546 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29547
29548         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29549         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29550         synchronous property for debugging.
29551         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29553         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29554         smaller block, fixing indent.
29555
29556 2004-01-16  David Schleef  <ds@schleef.org>
29557
29558         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29559         property affects the video stream.
29560         * sys/xvimage/xvimagesink.c:
29561         * sys/xvimage/xvimagesink.h:
29562         Add synchronous property for debugging.  Should probably be
29563         disabled in non-CVS builds.  Make sure that the Xv attribute
29564         exists before we set it (crash!).  Fix a silly float bug that
29565         caused colorbalance to just not work.
29566
29567 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29568
29569         * tools/gst-launch-ext.in - update for new plugins
29570
29571 2004-01-16  David Schleef  <ds@schleef.org>
29572
29573         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29574         already-freed caps.
29575
29576 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29577
29578         * Update spec for new colorspace plugin and libcaca plugin
29579         * Fix compilation of libcaca plugin (clock -> id)
29580
29581 2004-01-16  Julien MOUTTE <julien@moutte.net>
29582
29583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29584         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29585         (gst_xvimagesink_set_xwindow_id),
29586         (gst_xvimagesink_colorbalance_set_value),
29587         (gst_xvimagesink_colorbalance_get_value),
29588         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29589         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29590         correct colorbalance properties. They can now be set when the element
29591         is still in NULL state. The values will be committed to the Xv Port
29592         when xcontext is initialized.
29593         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29594         brightness int values in the GstXvImagesink structure.
29595
29596 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29597
29598         * gst-libs/gst/Makefile.am:
29599           restructure so having local patches works easier.
29600
29601 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * ext/mpeg2enc/Makefile.am:
29604         * ext/mpeg2enc/gstmpeg2enc.cc:
29605         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29606           Bugfix with respect to EOS handling.
29607
29608 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29609
29610         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29611           Link with right caps (else, it segfaults).
29612         * ext/mplex/gstmplexjob.cc:
29613           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29614
29615 2004-01-15  David Schleef  <ds@schleef.org>
29616
29617         * gst-libs/gst/audio/Makefile.am:
29618         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29619         from the template.
29620         * gst-libs/gst/audio/gstaudiofilter.c:
29621         * gst-libs/gst/audio/gstaudiofilter.h:
29622         Add bytes_per_sample and size and n_samples calculation.
29623         * gst-libs/gst/audio/gstaudiofilterexample.c:
29624         Remove, now autogenerated.
29625         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29626         Moved from gstaudiofilterexample, object name changed, code added
29627         so that it actually works.
29628         * gst-libs/gst/audio/make_filter:
29629         Script to build an audiofilter subclass from the template.
29630         * gst/colorspace/Makefile.am:
29631         * gst/colorspace/yuv2yuv.c:
29632         Remove file, since it's GPL, and we don't use it.
29633
29634 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29635
29636         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29638         them use the buffer free function to test how the buffer was allocated.
29639
29640 2004-01-15  David Schleef  <ds@schleef.org>
29641
29642         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29643         that handles osssink fallback.
29644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29645         (gst_audio_convert_getcaps):
29646         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29647         Add audio/x-qdm2 for QDM2 audio.
29648         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29649         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29651         Decrease minimum size to 16x16.
29652         * gst/wavparse/gstwavparse.c:
29653         Convert disabled pad template caps to new caps.
29654         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29656         (gst_xvimagesink_chain): Throw element error when display cannot
29657         be opened.  Increase minimum framerate to 1.0.  Check the data
29658         free function on a buffer to make sure it is the type we expect
29659         before manipulating it.
29660
29661 2004-01-15  Julien MOUTTE <julien@moutte.net>
29662
29663         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29664         (gst_videobalance_colorbalance_set_value): Implement passthru if
29665         settings are in the middle.
29666         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29667
29668 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * gst/videofilter/Makefile.am:
29671         * gst/volume/Makefile.am:
29672           Since we use videofilter symbols, link to it.
29673
29674 2004-01-15  Julien MOUTTE <julien@moutte.net>
29675
29676         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29677         mixer interface type to HARDWARE.
29678         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29679         type to SOFTWARE.
29680         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29681         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29682         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29683         (gst_volume_interface_init), (gst_volume_list_tracks),
29684         (gst_volume_set_volume), (gst_volume_get_volume),
29685         (gst_volume_set_mute), (gst_volume_mixer_init),
29686         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29687         (volume_init): Implementing mixer interface.
29688         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29689         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29690         (gst_osselement_change_state): Removing some trailing commas in
29691         structures.
29692         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29693         interface type to HARDWARE.
29694         * sys/v4l/gstv4lcolorbalance.c:
29695         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29696         type to HARDWARE.
29697         * sys/v4l2/gstv4l2colorbalance.c:
29698         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29699         interface type to HARDWARE.
29700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29701         same code than ximagesink for event handling.
29702
29703 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * ext/snapshot/Makefile.am:
29706         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29707         (gst_snapshot_chain):
29708         * ext/snapshot/gstsnapshot.h:
29709           This has to be a joke... Snapshot should be connected to a tee,
29710           colorspace element before it and EOS after that, where the other
29711           src of the tee receives normal data.
29712           The current way is *wrong*.
29713
29714 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * ext/hermes/gsthermescolorspace.c:
29717           Fix another compile error. Same as below.
29718
29719 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * gst/colorspace/gstcolorspace.c:
29722         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29723         (gst_colorspace_i420_to_yv12):
29724           Fix compiling... Didn't test if it actually works.
29725
29726 2004-01-15  David Schleef  <ds@schleef.org>
29727
29728         * configure.ac:
29729         * gst/colorspace/Makefile.am:
29730         * gst/colorspace/gstcolorspace.c:
29731         * gst/colorspace/gstcolorspace.h:
29732         * gst/colorspace/yuv2rgb.c:
29733         * gst/colorspace/yuv2rgb.h:
29734         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29735         code and GPL code.  Fix for new caps negotiation.  Rewrite
29736         much of the format handling code, and some of the conversion
29737         code.  Basically, rewrote almost everything.  This element
29738         handles I420, YV12 to RGB conversions.
29739         * ext/hermes/Makefile.am:
29740         * ext/hermes/gsthermescolorspace.c:
29741         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29742         Remove non-Hermes related code.  This element handles lots of
29743         RGB to RGB conversions, but no YUV.
29744         * ext/hermes/gstcolorspace.c:
29745         * ext/hermes/gstcolorspace.h:
29746         * ext/hermes/rgb2yuv.c:
29747         * ext/hermes/yuv2rgb.c:
29748         * ext/hermes/yuv2rgb.h:
29749         * ext/hermes/yuv2rgb_mmx16.s:
29750         * ext/hermes/yuv2yuv.c:
29751         * ext/hermes/yuv2yuv.h:
29752         Remove old code.
29753
29754 2004-01-14  Colin Walters  <walters@verbum.org>
29755
29756         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29757         they've already been.
29758
29759 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29760
29761         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29762           assume tag mode when pad is not connected
29763
29764 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29765
29766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29767           Don't update the time of the clock
29768         (gst_alsa_sink_loop):
29769           sync to the clock given to alsasink, not the own clock
29770         * sys/oss/gstosssink.c: (gst_osssink_chain):
29771           sync to the clock
29772         (gst_osssink_change_state):
29773           activate the clock
29774         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29776           remove bogus code that made DISCONT events unhandled
29777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29778           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29779           #131502)
29780         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29781         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29782         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29783           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29784           2nd warning in bug #131502)
29785
29786 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29787
29788         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29789         (gst_videobalance_colorbalance_set_value),
29790         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29791         for colorbalance interface implementation.
29792         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29793         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29794         (gst_ximagesink_dispose), (gst_ximagesink_init),
29795         (gst_ximagesink_class_init): Adding DISPLAY property.
29796         * sys/ximage/ximagesink.h: Adding display_name to store display.
29797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29798         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29799         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29800         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29801         properties (they still need polishing though for gst-launch use : no
29802         xcontext yet, i ll do that tomorrow).
29803         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29804
29805 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29806
29807         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29808         (gst_play_set_location), (gst_play_set_visualization): Preparing
29809         switch integration, adding videobalance in the pipeline.
29810
29811 2004-01-14  Julien MOUTTE <julien@moutte.net>
29812
29813         * gst-libs/gst/colorbalance/colorbalance.c:
29814         (gst_color_balance_class_init): Adding a default type.
29815         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29816         the type.
29817         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29818         (gst_videobalance_dispose), (gst_videobalance_class_init),
29819         (gst_videobalance_init), (gst_videobalance_interface_supported),
29820         (gst_videobalance_interface_init),
29821         (gst_videobalance_colorbalance_list_channels),
29822         (gst_videobalance_colorbalance_set_value),
29823         (gst_videobalance_colorbalance_get_value),
29824         (gst_videobalance_colorbalance_init): Implementing colorbalance
29825         interface.
29826         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29827         list.
29828         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29829         bug which was triggering a BadAccess X error when setting an overlay
29830         before pad was really negotiated.
29831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29832         Using the colorbalance type macro.
29833
29834 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29835
29836         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29837         (gst_flacenc_chain):
29838           handle tags correctly
29839         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29840           extract ID3v1 tags correctly
29841
29842 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29845         (plugin_init):
29846           Improve matroska typefinding for odd-typed headers...
29847
29848 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29851           Fix for using incremental number on padnames.
29852
29853 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * ext/divx/gstdivxdec.c:
29856         * ext/divx/gstdivxenc.c:
29857           Set category to divx4linux instead of divx (too generic).
29858         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29859         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29860         (gst_wavparse_loop), (gst_wavparse_change_state):
29861         * gst/wavparse/gstwavparse.h:
29862           fix parsing of WAV files with non-standard fmt-tag size and fix
29863           skipping of unrecognized chunks... Someone please fix this thing
29864           to use rifflib so all this is automated.
29865         * sys/v4l/Makefile.am:
29866         * sys/v4l2/Makefile.am:
29867           Add X_CFLAGS because we depend on X (for overlay).
29868
29869 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29870
29871         * ext/mpeg2dec/gstmpeg2dec.c:
29872           Don't issue a timestamp unless we tagged the frame
29873           with a PTS.
29874
29875 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29876
29877         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29878           Query the audio element to get the time, not the clock. We're
29879           interested in the element's time here.
29880
29881 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29882
29883         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29885         * ext/esd/esdsink.c: (gst_esdsink_chain):
29886         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29887         * ext/mas/massink.c: (gst_massink_chain):
29888         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29890         (gst_matroska_demux_parse_metadata):
29891         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29892         (gst_mpeg_parse_release_locks):
29893         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29894         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29896         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29897         (gst_osssink_change_state):
29898         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29899         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29900         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29901         (gst_xvideosink_release_locks):
29902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29903           use element time.
29904         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29905         (gst_alsa_clock_stop):
29906         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29907         (gst_audio_clock_get_internal_time):
29908           simplify for use with new clocking code.
29909         * testsuite/alsa/Makefile.am:
29910         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29911           fix testsuite for new caps system
29912
29913 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29914
29915         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29916         * ext/flac/gstflacenc.c: (add_one_tag):
29917           length is already host endian, no need to convert. Fixes playback of
29918           tagged files on PPC. (bug #128384)
29919
29920 2004-01-13  Julien MOUTTE <julien@moutte.net>
29921
29922         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29923         colorbalance interface stating if it is hardware based or software
29924         based.
29925         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29926         Removing a trailing comma.
29927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29928         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29929         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29930         the documentation seems to be wrong on the -1000 to 1000 interval.
29931
29932 2004-01-12  David Schleef  <ds@schleef.org>
29933
29934         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29935         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29936         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29937         Fix negotiation.  Add a bufferalloc function for the sink pad,
29938         and generally clean up some of the code.
29939
29940 2004-01-12  Julien MOUTTE <julien@moutte.net>
29941
29942         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29943         (gst_color_balance_channel_dispose): Adding safety check in dispose
29944         method.
29945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29946         (gst_xvimagesink_xcontext_clear),
29947         (gst_xvimagesink_interface_supported),
29948         (gst_xvimagesink_colorbalance_list_channels),
29949         (gst_xvimagesink_colorbalance_set_value),
29950         (gst_xvimagesink_colorbalance_get_value),
29951         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
29952         Adding colorbalance interface support to set XV parameters such as
29953         HUE, BRIGHTNESS, CONTRAST, SATURATION.
29954         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
29955         interface.
29956
29957 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29958
29959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
29960         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
29961         (gst_audio_convert_init), (gst_audio_convert_set_property),
29962         (gst_audio_convert_get_property), (gst_audio_convert_chain),
29963         (gst_audio_convert_link),
29964         (gst_audio_convert_buffer_to_default_format),
29965         (gst_audio_convert_buffer_from_default_format), (plugin_init):
29966           - implement _getcaps and use it
29967           - improve linking
29968           - remove float caps since no float conversion is actually done
29969           - remove properties and arguments that were to be used for rate
29970             conversion
29971
29972 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29973
29974         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
29975         (gst_audio_structure_set_int):
29976         * gst-libs/gst/audio/audio.h:
29977           add helper functions for _getcaps matching the standard audio
29978           templates
29979
29980 2004-01-12  David Schleef  <ds@schleef.org>
29981
29982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29983         Test that pad is negotiated before getting its caps.
29984
29985 2004-01-12  Julien MOUTTE <julien@moutte.net>
29986
29987         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
29988         analyzing the pads of an element the bin is mostly in READY state so
29989         no caps were negotiated. This helper function needs to work with
29990         _get_caps directly then. I was not freeing them though, added that to
29991         fix the mem leak.
29992
29993 2004-01-12  Julien MOUTTE <julien@moutte.net>
29994
29995         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
29997         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
29998         than the free_func.
29999
30000 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30001
30002         * sys/oss/gstossaudio.c: (plugin_init):
30003         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30004         * sys/oss/gstosselement.h:
30005           make an oss debugging category
30006           make failure more descriptive
30007
30008 2004-01-11  David Schleef  <ds@schleef.org>
30009
30010         * ext/ffmpeg/gstffmpeg.c:
30011         * ext/ffmpeg/gstffmpegcodecmap.c:
30012         * ext/ffmpeg/gstffmpegdec.c:
30013         * ext/ffmpeg/gstffmpegenc.c:
30014         * ext/ffmpeg/gstffmpegprotocol.c:
30015         * ext/gdk_pixbuf/gstgdkanimation.c:
30016         * ext/jpeg/gstjpeg.c:
30017         * ext/libpng/gstpng.c:
30018         * ext/mpeg2dec/perftest.c:
30019         * ext/speex/gstspeex.c:
30020         * gst-libs/gst/resample/dtos.c:
30021         * gst/intfloat/gstintfloatconvert.c:
30022         * gst/oneton/gstoneton.c:
30023         * gst/rtjpeg/RTjpeg.c:
30024         * gst/rtp/gstrtp.c:
30025         * sys/dxr3/dxr3init.c:
30026         * sys/glsink/gstgl_nvimage.c:
30027         * sys/glsink/gstgl_pdrimage.c:
30028         * sys/glsink/gstglsink.c:
30029         * testsuite/gst-lint:
30030         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30031
30032 2004-01-11  David Schleef  <ds@schleef.org>
30033
30034         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30035         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30036         * ext/gdk_pixbuf/gstgdkanimation.c:
30037         (gst_gdk_animation_iter_create_pixbuf):
30038         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30039         (gst_gdk_pixbuf_chain):
30040         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30041         * ext/jack/gstjack.c: (gst_jack_change_state):
30042         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30043         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30044         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30045         * gst/videofilter/gstvideofilter.c:
30046         (gst_videofilter_set_output_size):
30047         Remove all usage of gst_pad_get_caps(), and replace it with
30048         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30049
30050 2004-01-11  David Schleef  <ds@schleef.org>
30051
30052         * configure.ac:
30053         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30054         * ext/divx/gstdivxdec.c:
30055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30056         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30057         handle images that span multiple buffers.  Now work with both
30058         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30059         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30060         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30061         video/video.h changes
30062         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30063         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30064         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30065         of GstData free function.
30066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30067         same.
30068
30069 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30070
30071         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30072         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30073         (gst_v4l2element_get_property):
30074         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30075           add norm, channel and frequency properties.
30076         * sys/v4l2/gstv4l2tuner.c:
30077           fixes for tuner interface changes
30078         * sys/v4l2/gstv4l2element.h:
30079         * sys/v4l2/gstv4l2src.c:
30080         * sys/v4l2/gstv4l2src.h:
30081         * sys/v4l2/v4l2src_calls.c:
30082         * sys/v4l2/v4l2src_calls.h:
30083           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30084
30085 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30086
30087         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30088         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30089         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30090         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30091         * gst-libs/gst/tuner/tuner.h:
30092           GObjects aren't const.
30093           Add find_by_name functions.
30094           Add checks to _changed functions.
30095         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30096         (gst_v4l_tuner_get_norm):
30097           Fixes for above.
30098
30099 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30100
30101         * gst-libs/gst/video/video.h:
30102           Fix caps template names to be understandable.
30103           Prefix everything with GST_VIDEO.
30104         * ext/aalib/gstaasink.c:
30105         * ext/divx/gstdivxdec.c:
30106         * ext/divx/gstdivxenc.c:
30107         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30108         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30109         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30110         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30111         * ext/libcaca/gstcacasink.c:
30112         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30113         * ext/snapshot/gstsnapshot.c:
30114         * ext/swfdec/gstswfdec.c:
30115         * ext/xvid/gstxviddec.c:
30116         * ext/xvid/gstxvidenc.c:
30117         * gst/chart/gstchart.c:
30118         * gst/deinterlace/gstdeinterlace.c:
30119         * gst/effectv/gsteffectv.c:
30120         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30121         * gst/goom/gstgoom.c:
30122         * gst/median/gstmedian.c:
30123         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30124         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30125         * gst/overlay/gstoverlay.c:
30126         * gst/smooth/gstsmooth.c:
30127         * gst/smpte/gstsmpte.c:
30128         * gst/synaesthesia/gstsynaesthesia.c:
30129         * gst/videocrop/gstvideocrop.c:
30130         * gst/videodrop/gstvideodrop.c:
30131         * gst/y4m/gsty4mencode.c:
30132         * sys/qcam/gstqcamsrc.c:
30133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30134           Make them work with new video.h file.
30135         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30136         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30138         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30139           Make it work with new buffer allocation system.
30140
30141 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30142
30143         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30144         pad_alloc_buffer implementation to use ->srcpad
30145         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30146         pad_alloc_buffer implementation to use ->srcpad
30147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30148         pad_alloc_buffer implementation to use ->srcpad
30149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30150         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30151         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30152         a reference to everything we need.
30153         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30155         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30156         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30157         a reference to everything we need.
30158         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30159
30160 2004-01-11  David Schleef  <ds@schleef.org>
30161
30162         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30163         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30164         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30165         structure members.
30166         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30167         value during a resize/renegotiation.
30168         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30169         gst_pad_alloc_buffer();
30170         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30171         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30172         structure members.
30173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30174         Fix for rename of buffer private structure members.
30175         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30176         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30177         Fix for rename of buffer private structure members.
30178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30179         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30180         Fix for rename of buffer private structure members.
30181
30182 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30183
30184         reviewed by: David Schleef <ds@schleef.org>
30185
30186         * gst/videofilter/Makefile.am:
30187         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30188         from the patch by ds to fit in with recent make_filter changes.
30189
30190 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30191
30192         * configure.ac: Adding examples/switch/Makefile
30193         * examples/Makefile.am: Adding examples/switch
30194         * examples/switch/Makefile.am: Adding switcher example.
30195         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30196         (switch_timer), (main): Adding an example demonstrating switch usage
30197         with 2 videotestsrc showing different patterns.
30198         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30199         (gst_switch_init): Fixing switch with the new caps system.
30200
30201 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30202
30203         * gst-libs/gst/video/video.h:
30204           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30205           They should probably be like
30206           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30207
30208 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30209
30210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30211         (qtdemux_parse_trak):
30212           fix audio chunk size/timestamp calculation
30213
30214 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30215
30216         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30217           fix SVQ3 caps
30218
30219 2004-01-11  Steve Baker  <steve@stevebaker.org>
30220
30221         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30222         (gst_agingtv_base_init), (gst_agingtv_class_init),
30223         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30224         (gst_agingtv_set_property), (gst_agingtv_get_property):
30225         Port agingTV to videofilter
30226
30227 2004-01-09  Julien MOUTTE <julien@moutte.net>
30228
30229         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30230         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30231
30232 2004-01-09  Julien MOUTTE <julien@moutte.net>
30233
30234         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30235         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30236         * gst-libs/gst/xoverlay/xoverlay.c:
30237         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30238         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30239         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30240         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30241         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30242         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30243         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30244         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30245         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30246         interface implementation to handle xid being 0 and fix some bugs
30247         triggered by Benjamin's testcase.
30248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30249         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30250         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30251         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30252         interface implementation to handle xid being 0 and fix some bugs
30253         triggered by Benjamin's testcase.
30254
30255 2004-01-09  David Schleef  <ds@schleef.org>
30256
30257         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30258         mouse pointer events.  It works.
30259
30260 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30261
30262         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30263           Use explicit caps - fix capsnego.
30264         * ext/xvid/gstxviddec.c:
30265         * ext/xvid/gstxvidenc.c:
30266           Remove macro-inside-macro which caused compile errors.
30267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30268           Error out if it's not a RIFF file. Else we error out without
30269           gst_element_error() which is not good...
30270
30271 2004-01-08  David Schleef  <ds@schleef.org>
30272
30273         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30274         Fix pad_link function to handle formats that ffmpeg returns
30275         as multiple caps structures.
30276         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30277         Only complain if source buffer is _smaller_ than expected.
30278         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30279         (gst_videoscale_handle_src_event): Resize navigation events
30280         when passing them upstream.
30281         * gst/videotestsrc/gstvideotestsrc.c:
30282         * gst/videotestsrc/gstvideotestsrc.h:
30283         * gst/videotestsrc/videotestsrc.c:
30284         * gst/videotestsrc/videotestsrc.h:
30285         Rewrite many of the buffer painting functions to handle odd
30286         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30287         been verified to work with my video card.
30288         * testsuite/gst-lint:  Add check for elements calling
30289         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30290
30291 2004-01-08  David Schleef  <ds@schleef.org>
30292
30293         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30294         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30295
30296 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30297
30298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30299         configure event is not emiting the desired size signal. That fixes
30300         aspect ratio issues with gst-player.
30301
30302 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30303
30304         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30305           Fix capsnego.
30306
30307 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30308
30309         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30310         public method to fire size signal.
30311
30312 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30313
30314         * examples/gstplay/Makefile.am: Adding the interface library.
30315         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30316         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30317         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30318         GST_IS_X_OVERLAY before signal connect.
30319         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30320         Removing the have_video_size signal.
30321         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30322         and associated public method.
30323         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30324         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30325         signal.
30326         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30327         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30328         signal.
30329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30330         Using XOverlay public method to fire size signal.
30331
30332 2004-01-07  David Schleef  <ds@schleef.org>
30333
30334         * gst/videofilter/Makefile.am:
30335         * gst/videofilter/gstvideotemplate.c:
30336         * gst/videofilter/make_filter:
30337         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30338         Convert make_filter to /bin/sh script.
30339
30340 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30341
30342         * gst/modplug/gstmodplug.cc: fix element description
30343
30344 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30345
30346         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30347         (got_video_size): Adding some new lines in g_print calls.
30348         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30349         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30350         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30351         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30352         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30353         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30354         Complete code review, reverting some stuff i disagree with, adding
30355         some fixes : time synchronization on invalid timestamps, renegotiation
30356         of private window.
30357         * sys/ximage/ximagesink.h:
30358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30359         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30360         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30361         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30362         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30363         (gst_xvimagesink_buffer_new),
30364         (gst_xvimagesink_navigation_send_event),
30365         (gst_xvimagesink_set_xwindow_id),
30366         (gst_xvimagesink_get_desired_size),
30367         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30368         stuff i disagree with, adding some fixes : Renegotiation of private
30369         window, implementing get_desired_size.
30370
30371 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30372
30373         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30374         (gst_afsink_handle_event):
30375         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30376         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30377         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30378         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30379         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30380           Fix for instantiate-test (see core). Also remove dead code from
30381           jpegenc (which still needs fixing, but that's lower on my TODO
30382           list...).
30383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30384           Never return NULL as caps.
30385
30386 2004-01-07  David Schleef  <ds@schleef.org>
30387
30388         * configure.ac:
30389         * ext/Makefile.am:
30390         * ext/librfb/Makefile.am:
30391         * ext/librfb/gstrfbsrc.c:
30392         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30393         is the protocol used by VNC.
30394
30395 2004-01-07  David Schleef  <ds@schleef.org>
30396
30397         * gst/videofilter/gstvideotemplate.c:
30398         * gst/videofilter/gstvideotemplate.h:
30399         * gst/videofilter/make_filter:
30400         Merge videotemplate header into source file.
30401         * gst/effectv/Makefile.am:
30402         * gst/effectv/gsteffectv.c: (plugin_init):
30403         * gst/effectv/gstwarp.c:
30404         Make warpTV a subclass of videofilter.
30405
30406 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30407
30408         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30409           Add guard against invalid utf-8 conversions in mad. Just in case.
30410
30411 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30412
30413         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30414           Fix for bug shown by poisoning
30415
30416 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30417
30418         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30419         (gst_v4lmjpegsrc_buffer_free):
30420         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30421         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30422         (gst_v4lsrc_buffer_free):
30423           Fix for removed bufferpools.
30424
30425 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30426
30427         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30428         Fix caps negotiation.
30429
30430         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30431         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30432         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30433         (dvdnavsrc_event):
30434         * ext/mpeg2dec/gstmpeg2dec.c:
30435         * gst-libs/gst/navigation/navigation.c:
30436         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30437         * gst-libs/gst/navigation/navigation.h:
30438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30439         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30441         Super-simple first version of mouse and keyboard events. Clicking
30442         on a DVD menu now works, although it may not take you where you
30443         expected.
30444
30445         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30446         * gst/videotestsrc/gstvideotestsrc.c:
30447         (gst_videotestsrc_src_fixate):
30448         These fixate functions were broken - they never actually
30449         fixated :)
30450
30451 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30454         (gst_icecastsend_init):
30455           fix for new caps system.
30456         * gst-libs/gst/mixer/mixertrack.h:
30457         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30458           Add 'master track' flag (for tools like ACME that only want to
30459           change the main volume).
30460
30461 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30462
30463         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30464         (gst_xvid_csp_to_caps):
30465         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30466         * ext/xvid/gstxvidenc.c:
30467         ifdef out ARGB type when it isn't available
30468         in xvidcore 1.0.0beta2
30469
30470 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30473           When we have received a new SCR right in the first buffer after
30474           a seek (so in the same cycle that handles the discont), we should
30475           handle the buffer instead of unreffing it, else we lose data.
30476
30477 2004-01-06  Iain <iain@prettypeople.org>
30478
30479         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30480           buffer-frames caps too.
30481
30482         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30483           caps that we need, don't destroy them all and rebuild them. And when
30484           creating src pads, use the src pad template rather than the sink...
30485
30486 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30487
30488         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30489           Add pad to element *after* setting functions such as event handler.
30490           Without this, the scheduler (opt) will link pads, set the event
30491           handler from the default event function (dispatcher in gstpad.c)
30492           and *after* that, we will set our own event function, which will
30493           thus never be used (and thus mpegdemux doesn't handle events).
30494
30495 2004-01-04  David Schleef  <ds@schleef.org>
30496
30497         Fix the fixate functions to handle new prototype:
30498         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30499         * gst/videotestsrc/gstvideotestsrc.c:
30500         (gst_videotestsrc_src_fixate):
30501         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30502         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30504
30505 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30506
30507         * sys/ximage/ximagesink.h:
30508         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30509         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30510         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30511         (gst_ximagesink_xoverlay_init):
30512           assorted fixes to make (re)embedding work
30513         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30514         (gst_ximagesink_get_desired_size):
30515           implement desired size additions to XOverlay
30516
30517 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30518
30519         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30520         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30521         (gst_x_overlay_got_desired_size):
30522         * gst-libs/gst/xoverlay/xoverlay.h:
30523           Add optional "desired size" signal and querying.
30524
30525 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * gst/matroska/matroska-demux.c:
30528         (gst_matroska_demux_parse_blockgroup):
30529           Fix EBML-laced block parsing. Diffs are relative to previous
30530           lace, not the first lace. Thanks to Mosu from the Matroska
30531           team for detecting this.
30532         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30533         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30534         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30535         (gst_wavparse_change_state):
30536         * gst/wavparse/gstwavparse.h:
30537           Quickfix for capsnego.
30538
30539 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30542           Fix indenting, fix pad creation.
30543
30544 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30547         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30548         (gst_xviddec_sink_link):
30549           Implement src_getcaps() so proper size caps is negotiated.
30550
30551 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30552
30553         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30554           Finish flac decoder on EOS. See #116178.
30555
30556 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30557
30558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30559         (gst_matroska_demux_add_stream):
30560         * gst/matroska/matroska-ids.h:
30561           Add getcaps() function to fix capsnego...
30562
30563 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30564
30565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30566         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30567         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30568           Fix more integer overflows. Again, see #126967.
30569
30570 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30571
30572         * ext/mpeg2dec/gstmpeg2dec.c:
30573           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30574           #130416.
30575
30576 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30577
30578         * configure.ac:
30579         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30580         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30581         * ext/xvid/gstxvid.h:
30582         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30583         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30584         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30585         (gst_xviddec_change_state):
30586         * ext/xvid/gstxviddec.h:
30587         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30588         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30589         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30590         (gst_xvidenc_link), (gst_xvidenc_set_property),
30591         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30592         * ext/xvid/gstxvidenc.h:
30593           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30594
30595 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30596
30597         * gst/rtp/rtp-packet.c:
30598           Add sys/types.h include, since OS X doesn't define in_addr_t
30599           in netinet/in.h, like it does on Linux (see #129600).
30600
30601 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30602
30603         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30604
30605         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30606           Correct logic of dispose function (see #129306).
30607
30608 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30609
30610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30611         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30612         (gst_mpeg_parse_init):
30613         * gst/mpegstream/gstmpegparse.h:
30614           Remove clock (which was never provided, i.e. dead code), and
30615           also fix integer overflows at high PTS values (see #126967).
30616
30617 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30618
30619         * ext/flac/gstflacdec.c:
30620         * ext/libpng/gstpngenc.h:
30621         * ext/mikmod/gstmikmod.h:
30622           OS X fixes (see #126628).
30623
30624 2004-01-02  David Schleef  <ds@schleef.org>
30625
30626         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30627         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30629         (gst_mpeg_parse_class_init): Move pad template registration
30630         to class_init, since the derived class (mpegdemux) doesn't
30631         want them.
30632
30633 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30634
30635         * sys/ximage/Makefile.am:
30636         * sys/xvideo/Makefile.am:
30637         * sys/xvimage/Makefile.am:
30638           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30639           after installation (see #127664).
30640
30641 2004-01-02  David Schleef  <ds@schleef.org>
30642
30643         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30644         (gst_ffmpegenc_connect):  Negotiation fixes.
30645         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30646         Remove inappropriate gst_caps_free().
30647         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30648         Reenable Ronald's internal resize code, since the core handles
30649         it correctly now.
30650
30651 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30652
30653         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30656           Fix pad template stuff.
30657
30658 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30661         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30662           fix signed integer reading/writing.
30663
30664 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30665
30666         * ext/alsa/README:
30667           Remove outdated document
30668
30669 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30670
30671         * gst/cutter/gstcutter.c: (gst_cutter_init):
30672           src pad was being created twice - oops.
30673
30674 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30675
30676         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30677           Comment out internal resize. It doesn't handle the resulting
30678           XEvent internally, does another try_set_caps() which leads to
30679           a really nice loop.
30680           Real fix will come when Julien and Dave are awake. ;).
30681
30682 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30683
30684         * ext/mpeg2enc/gstmpeg2enc.cc:
30685           fix const/nonconst compile issue.
30686
30687 2004-01-02  David Schleef  <ds@schleef.org>
30688
30689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30690         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30691         Add fixate function and a check for bad formats.
30692
30693 2004-01-01  David Schleef  <ds@schleef.org>
30694
30695         Negotiation fixes:
30696         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30697         (gst_audiofilter_init):
30698         * gst/debug/efence.c: (gst_efence_init):
30699         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30700         (gst_deinterlace_init):
30701         * gst/volume/gstvolume.c: (volume_connect):
30702
30703 2004-01-01  David Schleef  <ds@schleef.org>
30704
30705         Convert elements to use gst_pad_use_explicit_caps() where
30706         appropriate:
30707         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30708         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30709         (gst_afparse_open_file):
30710         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30711         (gst_afsrc_open_file):
30712         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30713         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30714         (gst_ffmpegdec_chain):
30715         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30716         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30718         (gst_gdk_pixbuf_chain):
30719         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30720         (gst_jpegdec_chain):
30721         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30722         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30723         (gst_mikmod_negotiate):
30724         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30725         (gst_mpeg2dec_negotiate_format):
30726         * ext/mpeg2enc/gstmpeg2enc.cc:
30727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30728         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30729         (gst_speexdec_sinkconnect):
30730         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30731         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30732         (gst_vorbisfile_new_link):
30733         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30734         (gst_ac3parse_chain):
30735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30736         (gst_asf_demux_setup_pad):
30737         * gst/auparse/gstauparse.c: (gst_auparse_init),
30738         (gst_auparse_chain):
30739         * gst/id3/gstid3types.c: (gst_id3types_loop):
30740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30741         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30742         (mp1videoparse_parse_seq):
30743         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30744         (bpf_from_header):
30745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30746         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30748         (gst_mpeg_parse_send_data):
30749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30750         (gst_qtdemux_add_stream):
30751         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30752         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30753         (gst_wavparse_parse_fmt):
30754
30755 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30756
30757         * configure.ac:
30758           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30759           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30760           it therefore uses the wrong include paths. Too bad... Note
30761           that 1.6.1.93 is not release yet. ;).
30762           Also add a check for mplex, which is now using the lib'ified
30763           mplex from mjpegtools, too.
30764         * ext/ffmpeg/gstffmpegcodecmap.c:
30765           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30766           issues. I don't think ffmpeg handles 3ivx correctly, so this
30767           probably won't work. But it won't hurt either.
30768         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30769         (gst_ffmpegdec_chain):
30770         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30771         (gst_ffmpegenc_chain_audio):
30772           Fix memleak in audio encoding. Close codec if open fails, this
30773           calls the cleanup routines so we can re-use the context.
30774         * ext/mpeg2enc/gstmpeg2enc.cc:
30775           Fix pad template names/types, fix memory issue with getcaps().
30776         * ext/mpeg2enc/gstmpeg2encoder.cc:
30777         * ext/mpeg2enc/gstmpeg2encoder.hh:
30778           Fix compile issue with new caps system (const thingy).
30779         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30780         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30781           We read a first frame right on initing, so that we have a caps
30782           when we init the output. This caps is cached in padprivate and
30783           read as first frame.
30784         * ext/mplex/Makefile.am:
30785         * ext/mplex/gstmplex.cc:
30786         * ext/mplex/gstmplex.h:
30787         * ext/mplex/gstmplex.hh:
30788         * ext/mplex/gstmplexibitstream.cc:
30789         * ext/mplex/gstmplexibitstream.hh:
30790         * ext/mplex/gstmplexjob.cc:
30791         * ext/mplex/gstmplexjob.hh:
30792         * ext/mplex/gstmplexoutputstream.cc:
30793         * ext/mplex/gstmplexoutputstream.hh:
30794           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30795           had issues, didn't do capsnego, supported only a subset of the
30796           mplex features and required a mplex fork in our local CVS. Plus
30797           that it worked agaist a very old mplex version. Rewriting was
30798           faster than updating it.
30799         * gst-libs/ext/Makefile.am:
30800         * gst-libs/ext/mplex/INSTRUCT:
30801         * gst-libs/ext/mplex/Makefile.am:
30802         * gst-libs/ext/mplex/README:
30803         * gst-libs/ext/mplex/TODO:
30804         * gst-libs/ext/mplex/ac3strm_in.cc:
30805         * gst-libs/ext/mplex/audiostrm.hh:
30806         * gst-libs/ext/mplex/audiostrm_out.cc:
30807         * gst-libs/ext/mplex/aunit.hh:
30808         * gst-libs/ext/mplex/bits.cc:
30809         * gst-libs/ext/mplex/bits.hh:
30810         * gst-libs/ext/mplex/buffer.cc:
30811         * gst-libs/ext/mplex/buffer.hh:
30812         * gst-libs/ext/mplex/fastintfns.h:
30813         * gst-libs/ext/mplex/format_codes.h:
30814         * gst-libs/ext/mplex/inputstrm.cc:
30815         * gst-libs/ext/mplex/inputstrm.hh:
30816         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30817         * gst-libs/ext/mplex/mjpeg_logging.cc:
30818         * gst-libs/ext/mplex/mjpeg_logging.h:
30819         * gst-libs/ext/mplex/mjpeg_types.h:
30820         * gst-libs/ext/mplex/mpastrm_in.cc:
30821         * gst-libs/ext/mplex/mpegconsts.cc:
30822         * gst-libs/ext/mplex/mpegconsts.h:
30823         * gst-libs/ext/mplex/mplexconsts.hh:
30824         * gst-libs/ext/mplex/multplex.cc:
30825         * gst-libs/ext/mplex/outputstream.hh:
30826         * gst-libs/ext/mplex/padstrm.cc:
30827         * gst-libs/ext/mplex/padstrm.hh:
30828         * gst-libs/ext/mplex/stillsstream.cc:
30829         * gst-libs/ext/mplex/stillsstream.hh:
30830         * gst-libs/ext/mplex/systems.cc:
30831         * gst-libs/ext/mplex/systems.hh:
30832         * gst-libs/ext/mplex/vector.cc:
30833         * gst-libs/ext/mplex/vector.hh:
30834         * gst-libs/ext/mplex/videostrm.hh:
30835         * gst-libs/ext/mplex/videostrm_in.cc:
30836         * gst-libs/ext/mplex/videostrm_out.cc:
30837         * gst-libs/ext/mplex/yuv4mpeg.cc:
30838         * gst-libs/ext/mplex/yuv4mpeg.h:
30839         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30840         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30841           We don't fork mjpegtools' mplex in our CVS anymore.
30842         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30843         (gst_avi_demux_add_stream):
30844         * gst/avi/gstavidemux.h:
30845           Add getcaps() function for proper caps nego. This makes some
30846           parts of AVI playback/reading work.
30847         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30848           Resize window on new capsnego. This is probably wrong, but
30849           I'm still committing it because with current capsnego, the
30850           first successfull capsnego is auto-fixated, therefore rounded
30851           down to the lowest values in the caps. this results in a 16x16
30852           XWindow that is not reized when real capsnego finishes.
30853           Dave, I see more cases of this, do you know a proper solution?
30854         * tools/gst-launch-ext.in:
30855           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30856
30857 2003-12-31  David Schleef  <ds@schleef.org>
30858
30859         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30860         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30861           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30862
30863 2003-12-30  David Schleef  <ds@schleef.org>
30864
30865         * ext/ffmpeg/gstffmpegcolorspace.c:
30866         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30867         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30868         (gst_ffmpegcsp_chain): Negotiation fixes
30869         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30871         (gst_audio_convert_link), (gst_audio_convert_channels):
30872         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30873         (gst_audioscale_link), (gst_audioscale_get_buffer),
30874         (gst_audioscale_chain): Negotiation fixes
30875         * gst/audioscale/gstaudioscale.h:
30876         * gst/videofilter/gstvideofilter.c:
30877         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30878         (gst_videofilter_link), (gst_videofilter_init),
30879         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30880         (gst_videofilter_find_format_by_structure):
30881         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30883         (gst_videoscale_link):
30884         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30885         (videoscale_find_by_structure), (gst_videoscale_setup):
30886         * gst/videoscale/videoscale.h: Negotiation fixes
30887         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30888         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30889         function, restrict resizing to a multiple of 4 (hack until
30890         everyone supports odd sizes correctly).
30891
30892 2003-12-29  Colin Walters  <walters@verbum.org>
30893
30894         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30895         signed.
30896
30897 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30898
30899         * ext/sndfile/gstsf.c: (gst_sf_loop):
30900           Fix warning about discarding const qualifier
30901
30902 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30903
30904         * gst/cutter/gstcutter.c:
30905         * gst/videoscale/gstvideoscale.c:
30906         * gst/volenv/gstvolenv.c:
30907         * gst-libs/gst/audio/audio.c:
30908         * gst-libs/gst/video/video.c:
30909           Fix warnings
30910
30911 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30912
30913         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30914           Don't send ALSA debugging to stderr.
30915         * ext/alsa/gstalsa.h:
30916           Use GST_WARNING instead of g_warning when ALSA functions fail.
30917
30918 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30919
30920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30921           Free XVAdapterInfo correctly.
30922
30923 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30924
30925         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30926         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30927           Make id3tag use correct caps nego.
30928
30929 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30930
30931         * ext/ivorbis/vorbis.c:
30932         * ext/ivorbis/vorbisenc.h:
30933         * ext/ivorbis/vorbisfile.c:
30934           Modify so that it uses the new caps things
30935
30936 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30937
30938         * testsuite/spider/spider1.c: (main):
30939         * testsuite/spider/spider2.c: (main):
30940         * testsuite/spider/spider3.c: (main):
30941           Make tests compile again. They probably don't work.
30942
30943 2003-12-24  Colin Walters  <walters@verbum.org>
30944
30945         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30946         we can't fixate the caps anymore.
30947
30948 2003-12-23  David Schleef  <ds@schleef.org>
30949
30950         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
30951         * sys/oss/gstosssink.c: (gst_osssink_init),
30952         (gst_osssink_sink_fixate): Add fixate function.
30953
30954 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30955
30956         * ext/ffmpeg/gstffmpegcodecmap.c:
30957         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
30958         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
30959         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
30960         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
30961         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
30962         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
30963         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
30964           fix typo in RGB masks, and move back to "old" colorspace
30965           capsnego code until whoever wrote this new crap has actually
30966           tested it so that it works.
30967           And yes, this works, keep it that way please.
30968
30969 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30970
30971         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
30972         (gst_divxdec_init), (gst_divxdec_negotiate):
30973         * ext/divx/gstdivxdec.h:
30974         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
30975         (gst_divxenc_init):
30976         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
30977         (gst_faac_sinkconnect), (gst_faac_srcconnect):
30978         * ext/mpeg2enc/gstmpeg2enc.cc:
30979         * ext/mpeg2enc/gstmpeg2encoder.cc:
30980         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30981         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
30982         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
30983         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
30984         (dxr3spusink_init):
30985         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
30986         (dxr3videosink_init):
30987           Fix caps breakage after Dave's caps branch merge.
30988
30989 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30990
30991         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30992           Fix for 24bpp display.
30993
30994 2003-12-23  Colin Walters  <walters@verbum.org>
30995
30996         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
30997         a GnomeVFSHandle directly.
30998
30999 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31000
31001         * gst/volume/Makefile.am:
31002         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31003         (volume_base_init), (volume_init):
31004           Reenable volume element and fix to work with new caps stuff.
31005           Rhythmbox needs this.
31006
31007 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31008
31009         * gst/qtdemux/qtdemux.c: (plugin_init):
31010           qtdemux requires bytestream
31011
31012 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31013
31014         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31015           Fix remaining caps handling errors due to CAPS merge.
31016
31017 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31018
31019         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31020         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31021         (gst_faad_srcconnect):
31022           Port to new caps system.
31023
31024 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31025
31026         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31027         (got_video_size), (main): using g_print instead of g_message.
31028         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31029         signal which was not emitted because of "switch" element added to the
31030         bin but not connected. (Removing from the bin temporarily)
31031
31032 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31033
31034         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31035         find X development files. I don't understand the previous tests and
31036         they fail on my debian/ppc unstable. This one works.
31037         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31038         exiting.
31039         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31040         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31041         (gst_play_set_visualization): Add some safety checks in set_ methods
31042         and state_change. This was throwing some ugly CRITICAL messages when
31043         pipeline was getting disposed and casts were failing.
31044
31045 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31046
31047         * configure.ac:
31048           Improve mpeg2enc detection. This is for distributions that do
31049           ship mjpegtools, but without mpeg2enc. Also does object check
31050           for might there ever be ABI incompatibility.
31051         * ext/mpeg2enc/gstmpeg2enc.cc:
31052           Add Andrew as second maintainer (he's helping me), and also add
31053           an error if no caps was set. This happens if I pull before capsnego
31054           and that's something I should solve sometime else.
31055         * gst/matroska/matroska-demux.c:
31056         (gst_matroska_demux_parse_blockgroup):
31057           Fix time parsing.
31058         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31059         (gst_matroska_mux_track_header):
31060           Add caps to templates.
31061         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31062           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31063         * gst/mpegstream/gstmpegdemux.c:
31064           Remove layer since it causes warnings about unfixed caps.
31065         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31066           Fix obvious typo (we error out if caps were set, we should of
31067           course error out if *no* caps were set).
31068         * sys/oss/gstosselement.c: (gst_osselement_convert):
31069           Fix format conversion, we confused bits/bytes.
31070         * sys/oss/gstosselement.h:
31071           Improve documentation for 'bps'.
31072         * sys/v4l/TODO:
31073           Remove stuff about plugins that need removing - this was done
31074           ages ago.
31075         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31076         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31078         (gst_v4lsrc_src_query):
31079         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31080         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31081           Add get_query_types(), get_formats() and query() functions.
31082
31083 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31084
31085         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31086           * moved CVS to freedesktop.org